sparqlwrapper Questions
1
Solved
I am using SPARQLWrapper to send SPARQL queries to Wikidata.
At the moment I am trying to find all properties for an entity. Eg. with a simple tuple such as: wd:Q11663 ?a ?b. This in itself works, ...
Audet asked 7/6, 2019 at 1:21
1
I would like to know how to query Wikidata by using the alias ("also known as").
Right now I am trying
SELECT ?item
WHERE
{
?item rdfs:aliases ?alias.
FILTER(CONTAINS(?alias, "Angela Kasner"@en)...
Prieto asked 20/10, 2017 at 13:50
2
Solved
Although I have gone through lot of examples on the web explaining the use of python SPARQLWrapper using SELECT statements for fetching data from sesame triple store, but not sure how can we INSERT...
Aggie asked 4/1, 2013 at 15:56
1
© 2022 - 2024 — McMap. All rights reserved.