@prefix schema: <https://schema.org/> .
@prefix rico: <https://www.ica.org/standards/RiC/ontology#> .
@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix omp: <https://heratio.artorius.co.za/ns/omp#> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

<https://heratio.artorius.co.za/api/v1/graph>
    a void:Dataset, dcat:Dataset ;
    dcterms:title "Laravel Open Memory Protocol graph" ;
    dcterms:description "Open, read-only Linked-Data graph of published archival descriptions and their cross-collection neighbours. Crawlable: every entity URI dereferences back to the graph endpoint." ;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
    dcterms:modified "2026-06-15T17:08:56+00:00" ;
    void:entities 0 ;
    void:rootResource <https://heratio.artorius.co.za/api/v1/graph> ;
    void:dataDump <https://heratio.artorius.co.za/api/v1/graph/index> ;
    void:dataDump <https://heratio.artorius.co.za/api/v1/graph/sitemap.xml> ;
    void:dataDump <https://heratio.artorius.co.za/api/v1/dataset.csv> ;
    void:dataDump <https://heratio.artorius.co.za/api/v1/dataset.jsonld> ;
    dcterms:isReferencedBy <https://heratio.artorius.co.za/feed.atom> ;
    void:feature <https://heratio.artorius.co.za/api/v1/graph/context.jsonld> ;
    dcat:contactPoint <https://heratio.artorius.co.za/api/v1/graph> .

