SELECT ?title WHERE { ?? (rdfs:label|skos:prefLabel|schema:name) ?title . }
UnofficialLegalValue
SELECT ?class WHERE { ?? (rdf:type|owl:type) ?class . }
LegalValueLevel
SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
Indicates that a document has no particular or special standing (e.g. a republication of a law by a private publisher).
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000