SELECT ?title WHERE { ?? (rdfs:label|skos:prefLabel|schema:name) ?title . }
datasetContributor
SELECT ?class WHERE { ?? (rdf:type|owl:type) ?class . }
Property
SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
The organization facilitating the transformation and publishing of the dataset. if different from the creator.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000
The organization facilitating the transformation and publishing of the dataset.
Only necessary if different from the <[https://schema.ld.admin.ch/datasetCreator](https://schema.ld.admin.ch/datasetCreator)\>.