You followed a link to a resource that, as far as our triple store can tell, has never been asserted, instantiated, or even passingly mentioned in the ontology. Tim Berners-Lee weeps, quietly, in your general direction.
/.well-known/void.ttl@prefix meta: <https://meta.linked.archi/ns#> . @prefix : <https://meta.linked.archi/resources/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix prov: <http://www.w3.org/ns/prov#> . # note: this file describes a resource that has, in a real sense, # nothing to describe. it nonetheless has a URI. we are nothing if # not committed to FAIR principles. :404 a meta:MissingResource, owl:Nothing ; rdfs:label "I'm not here."@en ; owl:sameAs :Void ; prov:wasInvalidatedBy :SiteRefactor, :Entropy ; meta:wouldHaveBeen "something rather useful, possibly"@en .
query.sparqlSELECT ?resource ?label WHERE { ?resource meta:respondsTo <https://meta.linked.archi/resources/404> ; rdfs:label ?label . }