query-62612b7f8f39b272c7faa9020a4f67ce

rq turtle/ttl

Unreferenced statements about Oxford Astrolabes

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX prov: <http://www.w3.org/ns/prov#>
SELECT (SUBSTR(STR(?item),32) AS ?wdq) (SUBSTR(STR(?prop),32) AS ?wdp) ?object ?url WHERE {
?item wdt:P31/wdt:P361? wd:Q164992 ; wdt:P195 wd:Q6941088.
?item wdt:P973 ?url.
?item ?p ?statement.
  ?prop wikibase:claim ?p; wikibase:statementProperty ?ps  FILTER (?prop != wd:P973)
        FILTER (?prop != wd:P18).
  ?statement ?ps ?object .
  FILTER NOT EXISTS {?statement prov:wasDerivedFrom []}
} ORDER BY ?item

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v7("?object"):::projected v5("?p") v3("?prop"):::projected v6("?ps") v2("?statement") v4("?url"):::projected v9("?wdp") v8("?wdq") a1((" ")) a2((" ")) c8(["wd:Q6941088"]):::iri c5(["wd:Q164992"]):::iri f0[["not "]] subgraph f0e0["Exists Clause"] e0v1 --"prov:wasDerivedFrom"--> e0a1 e0v1("?statement"):::projected e0a1((" ")):::projected end f0--EXISTS--> f0e0 f0 --> v2 f0 --> c1 f0 --> a1 v2 --"prov:wasDerivedFrom"--> a1 f1[["?prop != 'wd:P18'"]] f1 --> v3 f2[["?prop != 'wd:P973'"]] f2 --> v3 v1 --"wdt:P31"--> a2 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; a2 --"wdt:P361"--> c5 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; end union0r <== or ==> union0l end v1 --"wdt:P195"--> c8 v1 --"wdt:P973"--> v4 v1 -->v5--> v2 v3 --"wikibase:claim"--> v5 v3 --"wikibase:statementProperty"--> v6 v2 -->v6--> v7 bind3[/"substring(str(?item),'32^^xsd:integer')"/] v1 --o bind3 bind3 --as--o v8 bind4[/"substring(str(?prop),'32^^xsd:integer')"/] v3 --o bind4 bind4 --as--o v9