query-8fee67aafc634426935f69ec38f53eaa

rq turtle/ttl

External-id properties, with no formatter URL

Use at

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