SELECT ?title WHERE { ?? (rdfs:label|skos:prefLabel|schema:name) ?title . }
DefinitiveLegalValue
SELECT ?class WHERE { ?? (rdf:type|owl:type) ?class . }
LegalValueLevel
SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
Indicates a document for which the text is conclusively what the law says and is legally binding. (e.g. The digitally signed version of an Official Journal.)
Something "Definitive" is considered to be also [[AuthoritativeLegalValue]].
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000
Indicates a document for which the text is conclusively what the law says and is legally binding. (e.g. The digitally signed version of an Official Journal.)
Something "Definitive" is considered to be also [[AuthoritativeLegalValue]].