#
rdflib
Here are 75 public repositories matching this topic...
Open
RDF tests failing
Mec-iS
commented
Mar 30, 2022
I'm submitting a
- [x ] bug report.
Current Behaviour:
After #249
Trying to run tests with pytest tests/rdf_tests/test_rdf_basic.py -k test_rdf_runner -s, you get a report file with all the tests run.
Some tests return errors, for example:
{
"Basic - Term 7": {
"input": "basic/data-4.ttl",
"query": "basic/term-7.rq",
"error": "Expected {Sele
machine-learning
word2vec
rdflib
embeddings
knowledge-graph
unsupervised-learning
skip-gram
cbow
rdf2vec
feature-matrix
walking-strategy
-
Updated
Jun 6, 2022 - Python
A simple implementation of the OWL2 RL Profile on top of RDFLib: it expands the graph with all possible triples that OWL RL defines. It can be used together with RDFLib to expand an RDFLib Graph object, or as a stand alone service with its own serialization.
-
Updated
Feb 11, 2022 - HTML
The provenance of a Jupyter Notebook
metadata
slide
rdf
jupyter-notebook
provenance
rdflib
convert-jupyter-notebooks
notebook-rdf
provbook
-
Updated
Sep 22, 2021 - Python
Semantic Web Exercise: Reasoning and Visualization of the Genealogical Ontologies
visualization
d3
semantic
graphs
inference
semantic-data
rdflib
genealogy
gedcom
ontologies
family-history
genealogical-trees
-
Updated
Jul 17, 2020 - Web Ontology Language
RdfPandas is a module providing RDF support for Pandas
-
Updated
May 27, 2022 - Python
Linked Data Rendering for humans
rest
linked-data
rdflib
hypermedia
api-wrapper
application-framework
linked-open-data
hypermedia-client
-
Updated
Jun 2, 2022 - TypeScript
Knowledge Graph Embeddings with optional event semantics
-
Updated
Mar 23, 2018 - Python
A solid web app for discussions
-
Updated
Feb 11, 2019 - JavaScript
RDF and SPARQL ideas to build on top of [odgi](https://github.com/pangenome/odgi)
-
Updated
Jun 29, 2020 - Python
sparql templates for linkml (alpha)
-
Updated
Apr 30, 2022 - Python
Python bindings for FaCT++ description logic reasoner
-
Updated
May 23, 2022 - Java
An application to easily SPARQL query RDF data.
-
Updated
Apr 2, 2021 - Python
A python script that generates an ontology from excel medical files
-
Updated
Jul 3, 2020 - Python
Simple (buy hopefully reasonably efficient) implementation of an RDF triple store on top of SQLAlchemy
-
Updated
Mar 17, 2018 - Python
Health Reference App: Turtle, RDFLib, Jinja2 https://westurner.org/healthref/
-
Updated
Sep 23, 2014 - Python
VocView: a SKOS vocabulary viewer web application written in Python. Tags: RDF, OWL, RDFS, SKOS, vocabularies, taxonomies, RDFLib, pyLDAPI, triplestore, Linked Data, Semantic Web
-
Updated
Jan 6, 2022 - Python
Python implementation of W3C CSV on the Web recommendation
-
Updated
Feb 4, 2021 - Python
Maps LinkML queries to SPARQL and back (ALPHA)
-
Updated
Jul 20, 2021 - Python
Flask API to access the elasticsearch-data transformed by efre-lod-elasticsearch tools and use it for openrefine-reconcilation
-
Updated
Dec 20, 2021 - Python
Controlled vocabulary used for Rich Context and ADRF.
metadata
jupyter
linked-data
ontology
rdflib
knowledge-graph
json-ld
datasets
skos
controlled-vocabularies
dcat
evidence-based
data-governance
rich-context
-
Updated
Jul 10, 2020 - Python
Supporting material for the Open Risk Academy course: "An introduction to Semantic Python"
-
Updated
Oct 21, 2021 - Python
Improve this page
Add a description, image, and links to the rdflib topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rdflib topic, visit your repo's landing page and select "manage topics."
I believe turtle does not handle quads, but our default serialization format for ConjunctiveGraph is turtle as turtle does not override the default for Graph, I guess we should probably change this, question is to what.
I think TriG would make most sense, but the other option is n3.