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

bibliography:8d907f73-9b56-4415-b4b0-d595c3251cd4 a crm:E31_Document ;
    rdfs:label "Från vikingatiden Bååth, A. U. ed. Stockholm: Lamms, 1888. 1888" ;
    crm:P1_is_identified_by [ a crm:E42_Identifier ;
            crm:P190_has_symbolic_content "Från vikingatiden Bååth, A. U. ed. Stockholm: Lamms, 1888. 1888" ;
            crm:P2_has_type aat:300435423 ],
        [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "Från vikingatiden" ;
            crm:P2_has_type aat:300404670 ] ;
    crm:P70i_is_documented_in publication:5d8ddb9b-9ef3-4193-b51b-12f3cb01b663 ;
    crm:P94i_was_created_by individual:c9fa7902-ee3f-4da6-97a8-8d1d4308c489 .

aat:300025526 a crm:E55_Type ;
    rdfs:label "editor" .

aat:300060417 a crm:E55_Type ;
    rdfs:label "monographs" .

aat:300404651 a crm:E55_Type ;
    rdfs:label "Given Name" .

aat:300404652 a crm:E55_Type ;
    rdfs:label "Last Name" .

aat:300435423 a crm:E55_Type ;
    rdfs:label "bibliographic citation" .

individual:c9fa7902-ee3f-4da6-97a8-8d1d4308c489 a crm:E21_Person ;
    rdfs:label "Bååth, A. U." ;
    crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P106_is_composed_of [ a crm:E33_E41_Linguistic_Appellation ;
                    crm:P190_has_symbolic_content "Bååth" ;
                    crm:P2_has_type aat:300404652 ],
                [ a crm:E33_E41_Linguistic_Appellation ;
                    crm:P190_has_symbolic_content "A. U." ;
                    crm:P2_has_type aat:300404651 ] ;
            crm:P190_has_symbolic_content "A. U. Bååth" ;
            crm:P2_has_type aat:300404670 ] ;
    crm:P2_has_type aat:300025526 .

publication:5d8ddb9b-9ef3-4193-b51b-12f3cb01b663 a crm:E31_Document ;
    rdfs:label "Från vikingatiden" ;
    crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "Från vikingatiden" ;
            crm:P2_has_type aat:300404670 ] ;
    crm:P2_has_type aat:300060417 .

aat:300404670 a crm:E55_Type ;
    rdfs:label "Primary Name",
        "primary name" .

