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

individual:07c7ec22-33fa-4b66-9c00-7753e0e5dfbf a crm:E21_Person ;
    rdfs:label "Aðalheiður Guðmundsdóttir" ;
    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 "Aðalheiður" ;
                    crm:P2_has_type aat:300404651 ],
                [ a crm:E33_E41_Linguistic_Appellation ;
                    crm:P190_has_symbolic_content "Guðmundsdóttir" ;
                    crm:P2_has_type aat:300404652 ] ;
            crm:P190_has_symbolic_content "Aðalheiður Guðmundsdóttir" ;
            crm:P2_has_type aat:300404670 ],
        [ skos:narrower [ rdfs:label "orcid" ;
                    crm:P190_has_symbolic_content "0000-0001-8435-5631" ;
                    crm:P2_has_type aat:300387580 ] ] .

aat:300387580 a crm:E55_Type ;
    rdfs:label "persistent identifiers" .

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

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

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

