SPARQL (pronounced "sparkle", a recursive acronym for SPARQL Protocol and RDF Query Language) is a set of specifications by W3C that provide languages and protocols to query and manipulate RDF graph content on the Web or in an RDF store.
Im trying to create a SPARQL query using Jena to query DBpedia. The query is working when I use it …
java semantic-web sparql jenaFirst thing Appreciate this may be a bit of a stupid question, but I'm working with GraphQL having come from …
sparql graphqlI have a question about a SPARQL query that I'm trying to build from a tutorial. I want to generate …
sparql dbpedia virtuosoI have some triples that look like this: test:thing rdfs:label "Non-Language Label" test:thing rdfs:label "English Label"@…
rdf sparql owl triplestoreSeems I don't grok SPARQL DESCRIBE queries. I need to retrieve the full graphs of resources matching a condition. On …
rdf sparqlI'm looking to use SPARQL for a relatively basic task: Given a FOAF graph, I'd like to parse the elements …
rdf semantic-web sparql rdfs foafIn ANSI SQL, you can write something like: Select * From DBTable Where DBTable.Description LIKE "MEET" or Select * From DBTable …
sql sparql semantic-webUsing the Wine ontology, I want to create SPARQL query so I can retrieve all wines and their properties like …
sparql ontology sesameA typical SPARQL query that specifies a graph might look like this: SELECT ?b ?c WHERE { GRAPH <http://AliceIRI&…
graph union sparqlHow can one use the replace function in SPARQL 1.1, especially in update commands? For example, if I have a number …
replace sparql sesame