Babel user information
nl-N Deze gebruiker heeft het Nederlands als moedertaal.
en-4 This user has near native speaker knowledge of English.
fr-3 Cet utilisateur dispose de connaissances avancées en français.
Users by language

I studied archaeology and cultural anthropology and am engaged in projects related to publishing data and images of visual arts and heritage onto Wikimedia platforms. I work at "Packed" - a non-profit Flemish organization which supports and advises heritage institutions in Flanders, Brussels and Belgium on everything that has to do with digitization of heritage. Making their data and images accessible online for broader public and training people at heritage institutions to do this independently is my main activity.

We encourage the heritage institutions to work more with Wikimedia and make their data and images accessible via different Wikimedia platforms. We initiate projects like "Flemish art collections, Wikidata and Linked Open Data" and help the institutions with the publishing of their data and images.

Wikidata queries edit

Statues (or subclasses thereof) which depict dragons edit

SELECT ?work ?workLabel ?location ?locationLabel ?coordinate_location ?inception WHERE {
 SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
 ?work (wdt:P31/wdt:P279*) wd:Q179700.
 ?work wdt:P180 wd:Q7559.
 ?work wdt:P276 ?location. 
 ?location wdt:P625 ?coordinate_location.
 OPTIONAL { ?work wdt:P571 ?inception. }
}
LIMIT 100
Try it!

Statues (or subclasses thereof) which depict Saint-Michael edit

SELECT ?work ?workLabel ?collection ?collectionLabel ?coordinate_location ?inception WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?work (wdt:P31/wdt:P279*) wd:Q179700.
  ?work wdt:P180 wd:Q45581.
  ?work wdt:P195 ?collection.
  ?collection wdt:P625 ?coordinate_location.
  OPTIONAL { ?work wdt:P571 ?inception. }
}
LIMIT 100
Try it!
SELECT ?work ?workLabel ?geoloc ?collection ?collectionLabel ?instance_of ?instance_ofLabel ?location ?locationLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],nl". }
  ?work wdt:P170 wd:Q158840.
  ?work wdt:P195 ?collection.
  ?collection wdt:P625 ?geoloc.
  OPTIONAL { ?work wdt:P31 ?instance_of. }
  OPTIONAL {  }
  OPTIONAL { ?work wdt:P276 ?location. }
}
LIMIT 4000
Try it!

Items with Iconclass notation for Saint Michael slaying the Dragon/Devil edit

SELECT ?Iconclass ?IconclassLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?Iconclass wdt:P1257 "11G31".
}
LIMIT 100
Try it!

All works by James Ensor + institution + location edit

SELECT ?work ?workLabel ?geoloc ?collection ?collectionLabel ?instance_of ?instance_ofLabel ?location ?locationLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],nl". }
  ?work wdt:P170 wd:Q158840.
  ?work wdt:P195 ?collection.
  ?collection wdt:P625 ?geoloc.
  OPTIONAL { ?work wdt:P31 ?instance_of. }
  OPTIONAL {  }
  OPTIONAL { ?work wdt:P276 ?location. }
}
LIMIT 4000
Try it!

Authors (EU) who enter public domain in given year edit

  1. In many countries (here: EU countries), copyright extends for 70 years after the author’s death.
  2. This query finds all EU authors who died 71 years ago, that is,
  3. authors whose works should have entered the public domain on January 1st this year.
  4. (Limited to EU countries because otherwise the rules get way too complex.
  5. This is probably already wrong. I am not a lawyer.)
SELECT ?author ?authorLabel ?country_of_citizenship ?country_of_citizenshipLabel WHERE {
  ?author wdt:P31 wd:Q5;
    wdt:P106 wd:Q482980;
    wdt:P27 _:b1.
  _:b1 wdt:P463 wd:Q458.
  ?author wdt:P570 ?died.
  FILTER((YEAR(?died)) = ((YEAR(NOW())) - 71 ))
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
  OPTIONAL { ?author wdt:P27 ?country_of_citizenship. }
}
ORDER BY (?authorLabel)
Try it!

Painters who enter public domain in a given year edit

SELECT ?author ?authorLabel ?country_of_citizenship ?country_of_citizenshipLabel WHERE {
  ?author wdt:P31 wd:Q5;
    wdt:P106 wd:Q1028181;
    wdt:P27 _:b1;
    wdt:P570 ?died.
  FILTER((YEAR(?died)) = ((YEAR(NOW())) - 71 ))
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
  OPTIONAL { ?author wdt:P27 ?country_of_citizenship. }
}
ORDER BY (?authorLabel)
Try it!

Printmakers who enter public domain in a given year edit

SELECT ?author ?authorLabel ?country_of_citizenship ?country_of_citizenshipLabel WHERE {
  ?author wdt:P31 wd:Q5;
    wdt:P106 wd:Q11569986;
    wdt:P27 _:b1;
    wdt:P570 ?died.
  FILTER((YEAR(?died)) = ((YEAR(NOW())) - 71 ))
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
  OPTIONAL { ?author wdt:P27 ?country_of_citizenship. }
}
ORDER BY (?authorLabel)
Try it!

Raakvlak archaeologische collectie volgens vindplaats edit

SELECT distinct ?collection ?collectionLabel ?itemLabel ?location_of_creation ?geoloc WHERE {
  ?item wdt:P189 ?location_of_creation.
  ?location_of_creation wdt:P625 ?geoloc.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?item wdt:P195 wd:Q99174870.
}
Try it!

Raakvlak archaeologische collectie volgens productieplaats edit

SELECT ?collection ?collectionLabel ?itemLabel ?location_of_creation ?geoloc WHERE {
  ?item wdt:P1071 ?location_of_creation.
  ?location_of_creation wdt:P625 ?geoloc.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?item wdt:P195 wd:Q99174870.
}
LIMIT 100
Try it!

Raakvlak archaeologische collectie tijdslijn edit

SELECT ?collection ?itemLabel ?inception ?title ?image WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?collection wdt:P195 wd:Q99174870;
    rdfs:label ?itemLabel.
  OPTIONAL { ?collection wdt:P571 ?inception. }
  OPTIONAL { ?collection wdt:P18 ?image. }
}
LIMIT 300
ORDER BY (?authorLabel)
Try it!

Visualiseer specifiek wikidata item: voorbeeld Jan Van Eyck edit

  1. defaultView:Graph
SELECT ?node ?nodeLabel ?nodeImage ?childNode ?childNodeLabel ?childNodeImage ?rgb WHERE {
  {
    BIND(wd:Q102272 AS ?node)
    ?node ?p ?i.
    OPTIONAL { ?node wdt:P18 ?nodeImage. }
    ?childNode ?x ?p.
    ?childNode rdf:type wikibase:Property.
    FILTER(STRSTARTS(STR(?i), "http://www.wikidata.org/entity/Q"))
    FILTER(STRSTARTS(STR(?childNode), "http://www.wikidata.org/entity/P"))
  }
  UNION
  {
    BIND("EFFBD8" AS ?rgb)
    wd:Q102272 ?p ?childNode.
    OPTIONAL { ?childNode wdt:P18 ?childNodeImage. }
    ?node ?x ?p.
    ?node rdf:type wikibase:Property.
    FILTER(STRSTARTS(STR(?childNode), "http://www.wikidata.org/entity/Q"))
  }
  OPTIONAL {
    ?node wdt:P18 ?nodeImage.
    ?childNode wdt:P18 ?childNodeImage.
  }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "nl". }
}
Try it!