SELECT ?title WHERE { ?? (rdfs:label|skos:prefLabel|schema:name) ?title . }
addOn
SELECT ?class WHERE { ?? (rdf:type|owl:type) ?class . }
Property
SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
An additional offer that can only be obtained in combination with the first base offer (e.g. supplements and extensions that are available for a surcharge).
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000
An additional offer that can only be obtained in combination with the first base offer (e.g. supplements and extensions that are available for a surcharge).