https://fasnl.net/id/individual/eb79c64f-212d-4640-94f3-9129c5a4ad8a
first name
Aðalheiður
last name
Guðmundsdóttir
display name
Guðmundsdóttir, Aðalheiður


RDF
json
{
  "@context": "https://fasnl.net/res/fasnl-context.json",
  "@type": "Person",
  "id": "individual:eb79c64f-212d-4640-94f3-9129c5a4ad8a",
  "_label": "Guðmundsdóttir, Aðalheiður",
  "identified_by": [
    {
      "type": "Name",
      "classified_as": [
        {
          "id": "aat:300404670",
          "type": "Type",
          "_label": "Primary Name"
        }
      ],
      "content": "Aðalheiður Guðmundsdóttir",
      "part": [
        {
          "type": "Name",
          "classified_as": [
            {
              "id": "aat:300404651",
              "type": "Type",
              "_label": "Given Name"
            }
          ],
          "content": "Aðalheiður"
        },
        {
          "type": "Name",
          "classified_as": [
            {
              "id": "aat:300404652",
              "type": "Type",
              "_label": "Last Name"
            }
          ],
          "content": "Guðmundsdóttir"
        }
      ]
    },
    {
      "narrower": [
        {
          "_label": "orcid",
          "classified_as": [
            {
              "id": "aat:300387580",
              "type": "Type",
              "_label": "persistent identifiers"
            }
          ],
          "content": "0000-0001-8435-5631"
        }
      ]
    }
  ]
}
ttl
@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:eb79c64f-212d-4640-94f3-9129c5a4ad8a a crm:E21_Person ;
    rdfs:label "Guðmundsdóttir, Aðalheiður" ;
    crm:P1_is_identified_by [ skos:narrower [ rdfs:label "orcid" ;
                    crm:P190_has_symbolic_content "0000-0001-8435-5631" ;
                    crm:P2_has_type aat:300387580 ] ],
        [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P106_is_composed_of [ a crm:E33_E41_Linguistic_Appellation ;
                    crm:P190_has_symbolic_content "Guðmundsdóttir" ;
                    crm:P2_has_type aat:300404652 ],
                [ a crm:E33_E41_Linguistic_Appellation ;
                    crm:P190_has_symbolic_content "Aðalheiður" ;
                    crm:P2_has_type aat:300404651 ] ;
            crm:P190_has_symbolic_content "Aðalheiður Guðmundsdóttir" ;
            crm:P2_has_type aat:300404670 ] .

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" .

xml
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
  xmlns:crm="http://www.cidoc-crm.org/cidoc-crm/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  xmlns:skos="http://www.w3.org/2004/02/skos/core#"
>
  <crm:E21_Person rdf:about="https://fasnl.net/id/individual/eb79c64f-212d-4640-94f3-9129c5a4ad8a">
    <rdfs:label>Guðmundsdóttir, Aðalheiður</rdfs:label>
    <crm:P1_is_identified_by>
      <crm:E33_E41_Linguistic_Appellation rdf:nodeID="Nd029833328a74780b4be620ba8c74913">
        <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
        <crm:P190_has_symbolic_content>Aðalheiður Guðmundsdóttir</crm:P190_has_symbolic_content>
        <crm:P106_is_composed_of>
          <crm:E33_E41_Linguistic_Appellation rdf:nodeID="N8fde27c1045c4137b3a7550777e86502">
            <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404651"/>
            <crm:P190_has_symbolic_content>Aðalheiður</crm:P190_has_symbolic_content>
          </crm:E33_E41_Linguistic_Appellation>
        </crm:P106_is_composed_of>
        <crm:P106_is_composed_of>
          <crm:E33_E41_Linguistic_Appellation rdf:nodeID="Nc6e391f0d91647f483ab1938561b26af">
            <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404652"/>
            <crm:P190_has_symbolic_content>Guðmundsdóttir</crm:P190_has_symbolic_content>
          </crm:E33_E41_Linguistic_Appellation>
        </crm:P106_is_composed_of>
      </crm:E33_E41_Linguistic_Appellation>
    </crm:P1_is_identified_by>
    <crm:P1_is_identified_by>
      <rdf:Description rdf:nodeID="N8675b6f222084c848ae62c18b9c09a2d">
        <skos:narrower>
          <rdf:Description rdf:nodeID="N6cc352e1d3a141f08a2170777593eb12">
            <rdfs:label>orcid</rdfs:label>
            <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300387580"/>
            <crm:P190_has_symbolic_content>0000-0001-8435-5631</crm:P190_has_symbolic_content>
          </rdf:Description>
        </skos:narrower>
      </rdf:Description>
    </crm:P1_is_identified_by>
  </crm:E21_Person>
  <crm:E55_Type rdf:about="http://vocab.getty.edu/aat/300387580">
    <rdfs:label>persistent identifiers</rdfs:label>
  </crm:E55_Type>
  <crm:E55_Type rdf:about="http://vocab.getty.edu/aat/300404670">
    <rdfs:label>Primary Name</rdfs:label>
  </crm:E55_Type>
  <crm:E55_Type rdf:about="http://vocab.getty.edu/aat/300404651">
    <rdfs:label>Given Name</rdfs:label>
  </crm:E55_Type>
  <crm:E55_Type rdf:about="http://vocab.getty.edu/aat/300404652">
    <rdfs:label>Last Name</rdfs:label>
  </crm:E55_Type>
</rdf:RDF>