Line 99:
Line 99:
== linking to wikidata ==
== linking to wikidata ==
+
+
== defining properties for a type ==
+
+
{{SPARQL|query=
+
SELECT ?class ?classLabel ?property ?propertyLabel WHERE {
+
?class pdiot:P291 ?property.
+
SERVICE wikibase:label {
+
bd:serviceParam wikibase:language "en" .
+
}
+
+
}
+
LIMIT 100
+
|label=expected properties
+
}}