@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:704eb4cf-8cac-4cdb-ba9f-cdefc01892ef a crm:E42_Identifier,
        crm:E78_Curated_Holding ;
    rdfs:label "Mssu (Ducharme)" ;
    crm:P109_has_current_or_former_curator repository:d3ab9734-48bc-4b3b-8438-8857d02713c1 ;
    crm:P190_has_symbolic_content "Mssu (Ducharme)" ;
    crm:P1_is_identified_by manuscript:704eb4cf-8cac-4cdb-ba9f-cdefc01892ef ;
    crm:P2_has_type aat:300028569,
        aat:300312355 ;
    crm:P70_documents saga:0aece200-785a-4537-980f-290ccfe9d497 .

saga:0aece200-785a-4537-980f-290ccfe9d497 a crm:E33_Linguistic_Object,
        crm:E42_Identifier ;
    rdfs:label "Friðþjófs saga" ;
    crm:P190_has_symbolic_content "Friðþjófs saga" ;
    crm:P1_is_identified_by saga:0aece200-785a-4537-980f-290ccfe9d497 ;
    crm:P2_has_type aat:300417204,
        aat:300417585 .

