meta.linked.archi/resources/404
HTTP 404 · Dereference failed
The resource you requested is owl:sameAs :Void

404

<https://meta.linked.archi/resources/404> a meta:MissingResource .

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.

rdf:type
meta:MissingResource, owl:Nothing
rdfs:label
"Page Not Found"@en, "Pagina niet gevonden"@nl, "Page introuvable"@fr
dcterms:description
"A URI gesturing at a resource that may or may not have ever existed."@en
dcterms:created
"0000-00-00"^^xsd:date — before the heat death of the universe, presumably
owl:sameAs
:Void, :ENOENT, :SchrödingersResource
skos:broader
:ExistentialUncertainty
prov:wasGeneratedBy
:StaleBookmark, :Typo, :OrganizationalRestructure
archimate:realizes
:Disappointment
foaf:depiction
(no image — fitting, really)
dcterms:rights
"All rights reversed."
Client (you) foaf:Agent GET URI Resolver meta:Service ?? :404 owl:Nothing LEGEND flow unresolved absent
Request path through the metamodel. The terminal node fails to dereference; the rest of the architecture proceeds, blissfully unaware.
/.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 .
}
→ RESULT SET   0 bindings. The query returned, but its hands were empty.
❦ ❦ ❦