query-bc65916d4e22ccb5783808a56508879a
Не беларусізаваныя SELECT ?property ?propertyLabel ?propertyDescription ?datatype ?missingLbl ?missingDesc WHERE { ?property wikibase:propertyType ?datatype . OPTIONAL { ?property rdfs:label ?missingLbl . FILTER(LANG(?missingLbl) = 'be-tarask') } OPTIONAL { ?property schema:description ?missingDesc . FILTER(LANG(?missingDesc) = 'be-tarask') } FILTER(!BOUND(?missingLbl)
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX schema: <http://schema.org/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
# Не беларусізаваныя
SELECT ?property ?propertyLabel ?propertyDescription ?datatype ?missingLbl ?missingDesc
WHERE {
?property wikibase:propertyType ?datatype .
OPTIONAL { ?property rdfs:label ?missingLbl . FILTER(LANG(?missingLbl) = 'be-tarask') }
OPTIONAL { ?property schema:description ?missingDesc . FILTER(LANG(?missingDesc) = 'be-tarask') }
FILTER(!BOUND(?missingLbl)