@prefix aat: <http://vocab.getty.edu/aat/> .
@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix manuscript: <https://fasnl.net/id/manuscript/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix repository: <https://fasnl.net/id/repository/> .

aat:300028569 a crm:E55_Type ;
    rdfs:label "manuscript" .

aat:300312355 a crm:E55_Type ;
    rdfs:label "shelfmark" .

manuscript:8dbc7012-1424-4040-b3af-9c098af47e4f a crm:E42_Identifier,
        crm:E78_Curated_Holding ;
    rdfs:label "AM 192 fol." ;
    crm:P109_has_current_or_former_curator repository:74ac7f78-af1f-45b5-a3e6-eabf83f4e1e6 ;
    crm:P190_has_symbolic_content "AM 192 fol." ;
    crm:P1_is_identified_by manuscript:8dbc7012-1424-4040-b3af-9c098af47e4f ;
    crm:P2_has_type aat:300028569,
        aat:300312355 .

