pboProperty Ontology
sparql11 lines583 B
RawDownload
1PREFIX pbo: <https://ontology.property.local/pbo#>
2PREFIX ex: <https://ontology.property.local/pbo/example#>
3PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
4PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
5PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
6
7# CQ-005: ownership structures and their sourced characteristics.
8SELECT ?structure ?characteristic ?source WHERE {
9 ?st a pbo:OwnershipStructure ; skos:prefLabel ?structure ; pbo:hasCharacteristic ?c .
10 ?c pbo:characteristicNote ?characteristic ; pbo:assertedIn ?doc . ?doc rdfs:label ?source .
11} ORDER BY ?structure