I am looking for an overload with above mentioned signature.
I need to load from an XmlDocument because loading from the owl file directly or via a Stream results in an Error:
"The input document has exceeded a limit set by…
Sorry if this is a noob's and simple question, but it will help me resolve a conceptual confusion of mine! I have some guesses, but want to make sure.
I got the location of a part of brain via NeuroFMA ontology and the query below:
PREFIX fma:…
I am getting this following error when making a POST request to my SPARQL Client endpoint:
Malformed query: org.openrdf.rio.RDFParseException: IRI included an unencoded space: '32' [line 1]
I am using Postman to make the request and have set a…
I have data for 20 breeds as individual and their costs, energy level, adaptability level, hypoallergenic, and the purposes of having them as object properties. I want to retrieve all object properties in individual.
so far this is my query:
PREFIX…
I am trying to read an RDF/XML model from an .owl file using Apache Jena, but an exception I don't understand is being thrown. For some reason, the exception is occurring on my associate's mac computer, but the model reads fine with no exceptions on…
For my project, I need to get the RDFS from CIM RDF/XML (IEC 61970). .NET Framework does not have standard tools for working with RDF. Please help me solve my problem.
I need to read a RDF/XML file from a website but haven't figured out how yet after reading some other posts and have no previous experience with such files.
Ideally I would convert this file to be dealt with Excel as a bunch of data, can anyone…
I'm a beginner in Apache Spark, SPARQL, I'm trying to make some queries on an RDF file using CIDOC-CRM ontology, I execute this SPARQL query but It never turn with a result
from rdflib import Graph
g = Graph()
g.parse("data.rdf")
res = g.query(
…
I want to dump a graph from OpenLink Virtuoso to an RDF/XML file. I know the dump_one_graph command, however the result of this command is a Turtle file.
Please help me to export in RDF/XML format.
I have RDF file with a RDF/XML format. The RDF file describes subject, action, and object of a sentence, and I want to extract them. The subject and object values are described in aapi:text, but object value is described by aapi:name. My problem is…