python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Inserting Data from Dataframe into Ontology using SPARQL and RDFLIB in Python
I created an ontology using protegee and now want to insert data using RDFLIB in python. Because I have to write the update sparql statements in string and my data comes in various types including, fl...
Julius Sechang Mboli
Votes: 0
Answers: 1
Using RDFLIB to fetch elements for every class
I have an OWL RDF data file that contains several data such as the following example:
<!-- http://purl.obolibrary.org/obo/OGMS_0000014 -->
<owl:Class rdf:about="http://purl.obolibra...
Robert Alexander
Votes: 0
Answers: 0
PluginException: No plugin registered for (.nt, <class 'rdflib.serializer.Serializer'>)
I am able to serialize in .ttl format but when I tried serialize the rdf graph in (.nt,.ntriples,.nt11 format) by python. Everytime it is showing error:
PluginException: No plugin registered for (.nt,...
Mayank Agarwal
Votes: 0
Answers: 0
How to represent predicates in RDF triples <s,p,o> by RDFlib
I am able to generate my RDF triples in .ttl format. I would like to ask two things:
When I save my RDF triples in .ttl format. It is saved taking subjects in alphabetical order automatically(triples...
Mayank Agarwal
Votes: 0
Answers: 1