https://fasnl.net/id/individual/823f8d96-07d6-4477-b0f7-95b726669f42
first name
Jónas
last name
Kristjánsson
display name
Jónas Kristjánsson
Bibliography entries connected with Jónas Kristjánsson as author
Jónas Kristjánsson Handritin og fornsögurnar Reykjavík: Saga, 1970.. 1970
Bibliography entries connected with Jónas Kristjánsson as editor
RDF
json
{ "@context": "https://fasnl.net/res/fasnl-context.json", "@type": "Person", "id": "individual:823f8d96-07d6-4477-b0f7-95b726669f42", "_label": "Jónas Kristjánsson", "identified_by": [ { "type": "Name", "classified_as": [ { "id": "aat:300404670", "type": "Type", "_label": "Primary Name" } ], "content": "Jónas Kristjánsson", "part": [ { "type": "Name", "classified_as": [ { "id": "aat:300404651", "type": "Type", "_label": "Given Name" } ], "content": "Jónas" }, { "type": "Name", "classified_as": [ { "id": "aat:300404652", "type": "Type", "_label": "Last Name" } ], "content": "Kristjánsson" } ] } ] }
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#> . individual:823f8d96-07d6-4477-b0f7-95b726669f42 a crm:E21_Person ; rdfs:label "Jónas Kristjánsson" ; 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 "Jónas" ; crm:P2_has_type aat:300404651 ], [ a crm:E33_E41_Linguistic_Appellation ; crm:P190_has_symbolic_content "Kristjánsson" ; crm:P2_has_type aat:300404652 ] ; crm:P190_has_symbolic_content "Jónas Kristjánsson" ; crm:P2_has_type aat:300404670 ] . 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#" > <crm:E21_Person rdf:about="https://fasnl.net/id/individual/823f8d96-07d6-4477-b0f7-95b726669f42"> <rdfs:label>Jónas Kristjánsson</rdfs:label> <crm:P1_is_identified_by> <crm:E33_E41_Linguistic_Appellation rdf:nodeID="N2124073a419c4466aa23965415822441"> <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/> <crm:P190_has_symbolic_content>Jónas Kristjánsson</crm:P190_has_symbolic_content> <crm:P106_is_composed_of> <crm:E33_E41_Linguistic_Appellation rdf:nodeID="Ne54c62e7a23c466e9a825b7cbb9fffce"> <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404651"/> <crm:P190_has_symbolic_content>Jónas</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="Nbd37364cf45a4fe79a4bfefb8e511707"> <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404652"/> <crm:P190_has_symbolic_content>Kristjánsson</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:E21_Person> <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>