Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
63 views

I have a jsonld representation of triples : {"@id": "some-id", "@type": "Row", "attendance": 74439, "...
0 votes
0 answers
112 views

I have searched for PHP based information extraction approach but I could not find. Several inquiries by others remain unanswered. For example: https://www.codeproject.com/Questions/996885/how-to-...
Thomas's user avatar
  • 23
1 vote
1 answer
138 views

I have a question about how graphDB work with multiples graphs in the same repository: If 2 different graphs has the same triples, the graphDB keep the 2 triples (duplicated) or clean?
0 votes
0 answers
64 views

I have triples ingested in a collection named (collec_1), and then I inserted triples using rdf-insert where those triples added to the same collection (collec_1). When I use the estimate function to ...
1 vote
0 answers
54 views

I want to count triples with the same statement , is that possible? I have an turtle file of ontology , and i want to count the triples in apache jena fuseki server. for an example , i have some ...
0 votes
1 answer
325 views

I'm just getting started with SPARQL. I am not sure where the error is. I came across the error as I was testing out the reasoner. i use Stardog as database and the reasoner is definitely on. i have a ...
mikst's user avatar
  • 1
0 votes
0 answers
43 views

I wrote SPARQL in String queryString "SELECT DISTINCT ?dog ?p ?o " + "WHERE {" + "?dog <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <...
1 vote
1 answer
88 views

In my RDF store I have the following triples For schema: ex:animal rdf:type rdf:Class; rdfs:subClassof ex:Package_animal. ex:height rdf:type rdf:Property; rdfs:label "height"; ...
3 votes
0 answers
608 views

I have a sentence, and I want to use some tools to automatically extract a triple (triples) from the sentence. The triple(s) should be already existant in Wikidata. Is there any tool from Wikidata ...
0 votes
1 answer
215 views

Following previous post: Graph data model to transform XML to RDF <xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-...
Chris's user avatar
  • 123
0 votes
1 answer
234 views

I am engineering a semantic graph system. Raw /projects.xml <projects> <project> <projectID>123859</projectID> <program> Economic Development Fund&...
Chris's user avatar
  • 123
0 votes
0 answers
248 views

I would like to collect a large knowledge base of triples as: subject, object, predicate, so I downloaded the Freebase dump from the developers page, which contains triples in RDF format, and I want ...
2 votes
5 answers
2k views

For learning SPARQL it might be useful to have full control both over the query text and the data (RDF triples). While there are many public SPARQL endpoints available their data is typically read-...
1 vote
1 answer
491 views

I would need to get all data related to a subject. I tried to query for SELECT * WHERE {?s ?p ?o} But the problem is that some of the ?o objects are URIs and I also need those connections, until the ...
1 vote
0 answers
168 views

I want to insert data into the named graph called as the ?author variable. How could I achieve this? PREFIX dcterms: <http://purl.org/dc/terms/> INSERT { GRAPH ?author { ?book dcterms:...

15 30 50 per page
1
2 3 4 5
...
10

AltStyle によって変換されたページ (->オリジナル) /