Skip to content

Instantly share code, notes, and snippets.

View giorgiobasile's full-sized avatar

Giorgio Basile giorgiobasile

View GitHub Profile
@giorgiobasile
giorgiobasile / queries.rq
Created January 2, 2017 15:23
Property paths query examples on Wikidata and DBpedia
select ?s ?o
where{
wd:Q312 ?s ?o .
?p wdt:P1647* wd:P131 .
?p wikibase:directClaim ?s .
}
select ?p
where {
@giorgiobasile
giorgiobasile / myjsonld.jsonld
Last active February 18, 2019 21:15
My JSON-LD
{
"@context": "http://schema.org",
"type": "Person",
"name": "Giorgio Basile",
"givenName": "Giorgio",
"familyName": "Basile",
"birthDate": "1989-12-27",
"nationality": {
"type": "Country",
"id": "http://www.wikidata.org/entity/Q38",