query-cf4add201b18359fb0495d0cef17116a
added before 2016-10
SELECT DISTINCT ?property ?propertyLabel ?propertyDescription ?subpropertyOf ?subpropertyOfLabel
WHERE
{
?property rdf:type wikibase:Property .
OPTIONAL {?property wdt:P1647 ?subpropertyOf .}
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}
added before 2016-10
SELECT DISTINCT ?property ?propertyLabel ?propertyDescription ?subpropertyOf ?subpropertyOfLabel
WHERE
{
?property rdf:type wikibase:Property .
OPTIONAL {?property wdt:P1647 ?subpropertyOf .}
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}
added before 2016-10
SELECT DISTINCT ?property ?propertyLabel ?propertyDescription ?subpropertyOf ?subpropertyOfLabel
WHERE
{
?property rdf:type wikibase:Property .
OPTIONAL {?property wdt:P1647 ?subpropertyOf .}
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX bd: <http://www.bigdata.com/rdf#>
#added before 2016-10
SELECT DISTINCT ?property ?propertyLabel ?propertyDescription ?subpropertyOf ?subpropertyOfLabel
WHERE
{
?property rdf:type wikibase:Property .
OPTIONAL {?property wdt:P1647 ?subpropertyOf .}
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}
Query found at
- https://www.wikidata.org/wiki/User:Amitie_10g/Sandbox/Wikidata:SPARQL_query_service/queries/examples/maintenance
- https://www.wikidata.org/wiki/User:Amitie_10g/Sandbox/Wikidata:SPARQL_query_service/queries/examples/maintenance/en
- https://www.wikidata.org/wiki/User:Amitie_10g/Sandbox/Wikidata:SPARQL_query_service/queries/examples/maintenance/es
- https://www.wikidata.org/wiki/User:Amitie_10g/Sandbox/Wikidata:SPARQL_query_service/queries/examples/maintenance/zh