@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:9e2dfa50-e1c1-4462-8063-18a17f677e25 a crm:E42_Identifier,
        crm:E78_Curated_Holding ;
    rdfs:label "LUB Carl af Petersens" ;
    crm:P109_has_current_or_former_curator repository:35d8a61b-7c01-472b-9dd7-dc74e7882d46 ;
    crm:P190_has_symbolic_content "LUB Carl af Petersens" ;
    crm:P1_is_identified_by manuscript:9e2dfa50-e1c1-4462-8063-18a17f677e25 ;
    crm:P2_has_type aat:300028569,
        aat:300312355 ;
    crm:P70_documents saga:6f2e2364-10bd-4cb8-9090-c26c85cde8fa .

saga:6f2e2364-10bd-4cb8-9090-c26c85cde8fa a crm:E33_Linguistic_Object,
        crm:E42_Identifier ;
    rdfs:label "Gríms saga loðinkinna" ;
    crm:P190_has_symbolic_content "Gríms saga loðinkinna" ;
    crm:P1_is_identified_by saga:6f2e2364-10bd-4cb8-9090-c26c85cde8fa ;
    crm:P2_has_type aat:300417204,
        aat:300417585 .

