@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://sasaarchive.theahg.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://sasaarchive.theahg.co.za/api/v1/graph>
    a void:Dataset, dcat:Dataset ;
    dcterms:title "SASA Archive 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-07-10T16:39:19+00:00" ;
    void:entities 3 ;
    void:rootResource <https://sasaarchive.theahg.co.za/api/v1/graph> ;
    void:dataDump <https://sasaarchive.theahg.co.za/api/v1/graph/index> ;
    void:dataDump <https://sasaarchive.theahg.co.za/api/v1/graph/sitemap.xml> ;
    void:dataDump <https://sasaarchive.theahg.co.za/api/v1/dataset.csv> ;
    void:dataDump <https://sasaarchive.theahg.co.za/api/v1/dataset.jsonld> ;
    dcterms:isReferencedBy <https://sasaarchive.theahg.co.za/feed.atom> ;
    void:feature <https://sasaarchive.theahg.co.za/api/v1/graph/context.jsonld> ;
    dcat:contactPoint <https://sasaarchive.theahg.co.za/api/v1/graph> ;
    void:classPartition [ void:class schema:Collection ; void:entities 1 ] ;
    void:classPartition [ void:class schema:ArchiveComponent ; void:entities 2 ] .

