python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Limiting diversity of attributes in Wikidata / SPARQL Query
I want to create a dataset of 100 paintings querying from Wikidata.
With my current query, for each painting I retrieve the artist (creator), the movement, the year it was painted (inception) and so o...
tim_76
Votes: 0
Answers: 0
How to fix bound sparql query not working as expected?
I have this sparql query that I need to modify. I have the example instance, which has the exampleID 12345. For this case, if the :hasRelatedExample connection exists, the ?test variable will become 2...
moro_92
Votes: 0
Answers: 0
Wikidata SPARQL query has different results in Python
If I go on https://query.wikidata.org/ and execute this query (made with the Wikidata query builder):
SELECT DISTINCT ?item ?itemLabel WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:langu...
JakeGov
Votes: 0
Answers: 0
SPARQL Query the triples created using Protégé ontological approach for distinct classes with object properties
I have a question about querying the object properties that can be defined between classes.I have created triples using the protege ontological approach where,I have created two classes named "A&...
arash
Votes: 0
Answers: 1