query-ef9e37b6cc6b2d88565b75e42eb12a13
External-id properties, with no formatter URL 14:08, 16 November 2017 (UTC) Andy's edits; Talk to Andy); Pigsonthewing (Andy Mabbett. (P1630)formatter URL A list, please, of "external-id" type properties, with no
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?property ?propertyLabel WHERE {
?property wikibase:propertyType wikibase:ExternalId .
MINUS { ?property wdt:P1630 [] }
SERVICE wikibase:label { bd:serviceParam wikibase:language 'en' }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?property"):::projected
a1((" "))
c5(["bd:serviceParam"]):::iri
c7(["en"]):::literal
c2(["wikibase:ExternalId"]):::iri
v1 --"wikibase:propertyType"--> c2
subgraph minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
v1 --"wdt:P1630"--> a1
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c5 --"wikibase:language"--> c7
end