Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Score of 2
0 answers
73 views

I wanted to know for each president, in what state were they born, so I wrote this Wikidata query: SELECT * WHERE { # P31 = instance of # Q5 = human (excludes fictional characters) ?president ...
Score of 0
0 answers
47 views

I am working on an Linked Data / RDF implementation. Following https://www.w3.org/TR/ldp-bp/#use-relative-uris I would like to use relative URIs in sub-graphs. (NOTE that while the referenced best ...
Score of 0
1 answer
80 views

Is it good/tolerable practice to use elements from W3C standards in a (wannabe five-star) Linked Open Data Ontology? For example, there is fo:region-body, which is an element of the XSL-FO standard (...
Score of 1
0 answers
68 views

I am involved in a project and I would like to ask for some advice, opinion, ideas... The thing is that we have some data stored in a triple-store (GraphDB), with some related ontologies, SHACL rules ...
Score of 1
1 answer
208 views

I am a beginner in Linked Data and ontologies. I import CIDOC ontology to mine, in order to use some of its classes and properties. I have an owl file and in ttl syntax, I do @prefix cidoc: <http://...
Score of 0
0 answers
44 views

I am generating RDF triples for a dataset, and want to support GeoSPARQL. Given a geo:Geometry, multiple geometry serializations can be attached. Some of the options include geo:asGeoJSON, geo:asWKT, ...
Score of 0
0 answers
79 views

I have simple relational database tables drugs (drug_id(PK), traditional_name, category, factory_id(FK) ....) chemical composition (Id(PK), scientific_name, ... ) drugs_compositions (Id(pk), drug_id, ...
Score of 1
0 answers
141 views

I'm working on a digital humanities project where I'm trying to use WebVowl to visualise an ontology I made in Protégé. When I import the ontology into WebVowl it generates a lot of undefined union ...
Score of 1
1 answer
109 views

Context I am loading a rdf file in rdflib, and am trying to export it in json-ld. The original rdf looks like: <cim:Substation rdf:ID="_1234"> <cim:IdentifiedObject.name>A ...
Score of 1
0 answers
85 views

Regarding the following SPARQL federated query statements: There are over 10000 ?s2 related to ?s1 There are over 10000 ?s3 related to the previously found ?s2 There are over 10000 ?s4 related to the ...
Score of 1
0 answers
255 views

I know that SPARQL federated query engine (such as Jena) decomposes it into individual SPARQL based on Service, then sends it to the specified SPARQL endpoint for execution, and finally combines the ...
Score of 0
0 answers
44 views

I want to retrieve from DBpedia all the states and territories in India as well as all the cities contained in them. I have a long query that does a UNION and returns the territories but not any ...
Score of 1
1 answer
86 views

What is the logic of LIMIT when using CONSTRUCT queries in SPARQL? When I use CONSTRUCT to query DBpedia, I find that the results sometimes don't match the LIMIT Example SPARQL: CONSTRUCT { ?s a ?...
Score of 1
1 answer
121 views

I am trying to write a JSON-LD frame that serializes some RDF documents in a consistent way. Currently, the RDF is being parsed out from JSON-LD that is correctly structured and I would like the frame ...
Score of 1
1 answer
708 views

I started to dive into the topic "Knowledge Graph" and I get the feeling that this is the same as the "Linked Open Data". I have some questions 1) If so, why did they need to ...

15 30 50 per page
1
2 3 4 5
26