Skip to content

Instantly share code, notes, and snippets.

@HRezaei
Created January 14, 2017 11:38
Show Gist options
  • Save HRezaei/b14aa1216eff9030f5d0222e4d488fe7 to your computer and use it in GitHub Desktop.
Save HRezaei/b14aa1216eff9030f5d0222e4d488fe7 to your computer and use it in GitHub Desktop.
Retrieves Days of Solar Calendar in wikidata, try it here: http://tinyurl.com/ztk8fq3
PREFIX entity: <http://www.wikidata.org/entity/>
SELECT * WHERE {
?subject wdt:P361 entity:Q950135.
?subject rdfs:label ?label.
# SERVICE wikibase:label { bd:serviceParam wikibase:language "persian" . }
FILTER (langMatches(lang(?label), "FA"))
}
LIMIT 1000
@HRezaei
Copy link
Author

HRezaei commented Jan 14, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment