Project:Objects
Jump to navigation
Jump to search
PREFIX : <https://codecs.wikibase.cloud/entity/>
PREFIX t: <https://codecs.wikibase.cloud/prop/direct/>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?item ?itemLabel ?object_type ?object_typeLabel ?Wikidata_Item_ID WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
?item t:P1 :Q5266.
OPTIONAL { ?item t:P119 ?object_type. }
OPTIONAL { ?item t:P5 ?Wikidata_Item_ID. }
}
LIMIT 100