query-12b1911253e0937c911eebcc034f3637

rq turtle/ttl

Everything with a time property on a given date Everything with a time property on a given date Everything with a time property on a given date Everything with a time property on a given date Everything with a time property on a given date Everything with a time property on a given date Everything with a time property on a given date Everything with a time property on a given date Everything with a time property on a given date Everything with a time property on a given date Everything with a time property on a given date Tous les éléments possédant une propriété temporelle quelconque associée à une date donnée Everything with a time property on a given date Everything with a time property on a given date Everything with a time property on a given date Everything with a time property on a given date Everything with a time property on a given date Everything with a time property on a given date Everything with a time property on a given date Everything with a time property on a given date Everything with a time property on a given date Alles met een tijdseigenschap op een bepaalde datum Everything with a time property on a given date Everything with a time property on a given date Everything with a time property on a given date Everything with a time property on a given date Everything with a time property on a given date Allt med en tidsrelaterad egenskap för ett visst datum Everything with a time property on a given date Everything with a time property on a given date Все, що має властивість часу на задану дату Everything with a time property on a given date Everything with a time property on a given date

Use at

PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT (GROUP_CONCAT(?classLabel; SEPARATOR = "; ") AS ?classes) ?propLabel ?i ?iLabel ?iDescription WHERE {
  {
    SELECT ?i ?prop ?class WHERE {
      {
        SELECT ?prop ?p WHERE {
          ?prop wikibase:directClaim ?p;
            (wdt:P31/(wdt:P279*)) wd:Q18636219.
        }
      }
      ?i ?p "2001-5-11"^^xsd:dateTime.
      OPTIONAL { ?i wdt:P31 ?class }
    }
    LIMIT 1000
  }
  SERVICE wikibase:label {
    bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en".
    ?class rdfs:label ?classLabel.
    ?prop rdfs:label ?propLabel.
    ?i rdfs:label ?iLabel;
      schema:description ?iDescription.
  }
}
GROUP BY ?propLabel ?i ?iLabel ?iDescription

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?class") v5("?classLabel"):::projected v9("?classes") v3("?i"):::projected v8("?iDescription"):::projected v7("?iLabel"):::projected v2("?p") v1("?prop") v6("?propLabel"):::projected a1((" ")) c4(["wd:Q18636219"]):::iri c7(["bd:serviceParam"]):::iri c5(["2001-5-11^^xsd:dateTime"]):::literal c9(["#91;AUTO_LANGUAGE#93;,mul,en"]):::literal v1 --"wikibase:directClaim"--> v2 v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c4 v3 -->v2--> c5 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v3 -."wdt:P31".-> v4 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 v4 --"rdfs:label"--> v5 v1 --"rdfs:label"--> v6 v3 --"rdfs:label"--> v7 v3 --"schema:description"--> v8 end bind1[/"?classLabel"/] v5 --o bind1 bind1 --as--o v9