@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/> .
@prefix saga: <https://fasnl.net/id/saga/> .

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

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

aat:300417204 a crm:E55_Type ;
    rdfs:label "Title" .

aat:300417585 a crm:E55_Type ;
    rdfs:label "Literature" .

manuscript:2625ced2-6bd9-4796-9955-2426fe871e2e a crm:E42_Identifier,
        crm:E78_Curated_Holding ;
    rdfs:label "AM 193 e fol." ;
    crm:P109_has_current_or_former_curator repository:3354a793-9ba6-444b-8a53-be912e3244f3 ;
    crm:P190_has_symbolic_content "AM 193 e fol." ;
    crm:P1_is_identified_by manuscript:2625ced2-6bd9-4796-9955-2426fe871e2e ;
    crm:P2_has_type aat:300028569,
        aat:300312355 ;
    crm:P70_documents saga:ed19bd33-4b37-4f02-be0d-c362def443dd .

saga:ed19bd33-4b37-4f02-be0d-c362def443dd a crm:E33_Linguistic_Object,
        crm:E42_Identifier ;
    rdfs:label "Hrómundar saga Gripssonar" ;
    crm:P190_has_symbolic_content "Hrómundar saga Gripssonar" ;
    crm:P1_is_identified_by saga:ed19bd33-4b37-4f02-be0d-c362def443dd ;
    crm:P2_has_type aat:300417204,
        aat:300417585 .

