query-4d9f4cec3349083a543065d9a38a20e6

rq turtle/ttl

Propiedades ID>). Salen 6814. http://wikiba.se/ontology#Para obtener las propiedades identificador, no hace falta consultar la taxonomía de clases para propiedades, a través de su P31. Es un tipo específico de propiedad en la ontología wikibase (PREFIX wikibase: <

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
SELECT * WHERE { 
   ?prop_id wikibase:propertyType ?pt .
   FILTER (CONTAINS(str(?pt),'ExternalId'))  
 }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?prop_id"):::projected v1("?pt"):::projected f0[["contains(str(?pt),'ExternalId')"]] f0 --> v1 v2 --"wikibase:propertyType"--> v1