https://fasnl.net/id/bibliography/b2ff20fe-b925-4b7f-b1a2-b8319628271b
title
Bygdenavnet Angr i Friðþjófs saga.
author
Olsen, Magnus


RDF
json
{
  "@context": "https://fasnl.net/res/fasnl-context.json",
  "@type": "Document",
  "id": "bibliography:b2ff20fe-b925-4b7f-b1a2-b8319628271b",
  "_label": "Olsen, Magnus Bygdenavnet Angr i Friðþjófs saga. In Studier tillegnade Esaias Tegnér den 13 januari 1918.  Lund: Gleerup, 1918. pp. 214-222. 1918",
  "identified_by": [
    {
      "type": "Name",
      "classified_as": [
        {
          "id": "aat:300404670",
          "type": "Type",
          "_label": "primary name"
        }
      ],
      "content": "Bygdenavnet Angr i Friðþjófs saga."
    },
    {
      "type": "Identifier",
      "classified_as": [
        {
          "id": "aat:300435423",
          "type": "Type",
          "_label": "bibliographic citation"
        }
      ],
      "content": "Olsen, Magnus Bygdenavnet Angr i Friðþjófs saga. In Studier tillegnade Esaias Tegnér den 13 januari 1918.  Lund: Gleerup, 1918. pp. 214-222. 1918"
    }
  ],
  "created_by": [
    {
      "@type": "Person",
      "id": "individual:ab4cc3fb-585d-49d3-ab6e-676d654ebd6e",
      "_label": "Olsen, Magnus",
      "identified_by": [
        {
          "type": "Name",
          "classified_as": [
            {
              "id": "aat:300404670",
              "type": "Type",
              "_label": "Primary Name"
            }
          ],
          "content": "Magnus Olsen",
          "part": [
            {
              "type": "Name",
              "classified_as": [
                {
                  "id": "aat:300404651",
                  "type": "Type",
                  "_label": "Given Name"
                }
              ],
              "content": "Magnus"
            },
            {
              "type": "Name",
              "classified_as": [
                {
                  "id": "aat:300404652",
                  "type": "Type",
                  "_label": "Last Name"
                }
              ],
              "content": "Olsen"
            }
          ]
        }
      ],
      "classified_as": [
        {
          "id": "aat:300025492",
          "type": "Type",
          "_label": "author"
        }
      ]
    }
  ],
  "documented_in": {
    "type": "Document",
    "id": "publication:99b1f45f-ad96-4a90-9834-06f6a42e5098",
    "_label": "Studier tillegnade Esaias Tegnér den 13 januari 1918",
    "identified_by": [
      {
        "type": "Name",
        "classified_as": [
          {
            "id": "aat:300404670",
            "type": "Type",
            "_label": "Primary Name"
          }
        ],
        "content": "Studier tillegnade Esaias Tegnér den 13 januari 1918"
      }
    ],
    "classified_as": [
      {
        "id": "aat:300060417",
        "type": "Type",
        "_label": "monographs"
      }
    ]
  }
}
ttl
@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:b2ff20fe-b925-4b7f-b1a2-b8319628271b a crm:E31_Document ;
    rdfs:label "Olsen, Magnus Bygdenavnet Angr i Friðþjófs saga. In Studier tillegnade Esaias Tegnér den 13 januari 1918.  Lund: Gleerup, 1918. pp. 214-222. 1918" ;
    crm:P1_is_identified_by [ a crm:E42_Identifier ;
            crm:P190_has_symbolic_content "Olsen, Magnus Bygdenavnet Angr i Friðþjófs saga. In Studier tillegnade Esaias Tegnér den 13 januari 1918.  Lund: Gleerup, 1918. pp. 214-222. 1918" ;
            crm:P2_has_type aat:300435423 ],
        [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "Bygdenavnet Angr i Friðþjófs saga." ;
            crm:P2_has_type aat:300404670 ] ;
    crm:P70i_is_documented_in publication:99b1f45f-ad96-4a90-9834-06f6a42e5098 ;
    crm:P94i_was_created_by individual:ab4cc3fb-585d-49d3-ab6e-676d654ebd6e .

aat:300025492 a crm:E55_Type ;
    rdfs:label "author" .

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:ab4cc3fb-585d-49d3-ab6e-676d654ebd6e a crm:E21_Person ;
    rdfs:label "Olsen, Magnus" ;
    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 "Magnus" ;
                    crm:P2_has_type aat:300404651 ],
                [ a crm:E33_E41_Linguistic_Appellation ;
                    crm:P190_has_symbolic_content "Olsen" ;
                    crm:P2_has_type aat:300404652 ] ;
            crm:P190_has_symbolic_content "Magnus Olsen" ;
            crm:P2_has_type aat:300404670 ] ;
    crm:P2_has_type aat:300025492 .

publication:99b1f45f-ad96-4a90-9834-06f6a42e5098 a crm:E31_Document ;
    rdfs:label "Studier tillegnade Esaias Tegnér den 13 januari 1918" ;
    crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "Studier tillegnade Esaias Tegnér den 13 januari 1918" ;
            crm:P2_has_type aat:300404670 ] ;
    crm:P2_has_type aat:300060417 .

aat:300404670 a crm:E55_Type ;
    rdfs:label "Primary Name",
        "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:E31_Document rdf:about="https://fasnl.net/id/bibliography/b2ff20fe-b925-4b7f-b1a2-b8319628271b">
    <rdfs:label>Olsen, Magnus Bygdenavnet Angr i Friðþjófs saga. In Studier tillegnade Esaias Tegnér den 13 januari 1918.  Lund: Gleerup, 1918. pp. 214-222. 1918</rdfs:label>
    <crm:P1_is_identified_by>
      <crm:E33_E41_Linguistic_Appellation rdf:nodeID="Ncd7026cfab6a4b76a064845314f4f887">
        <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
        <crm:P190_has_symbolic_content>Bygdenavnet Angr i Friðþjófs saga.</crm:P190_has_symbolic_content>
      </crm:E33_E41_Linguistic_Appellation>
    </crm:P1_is_identified_by>
    <crm:P1_is_identified_by>
      <crm:E42_Identifier rdf:nodeID="N442f1a468aba40c9a7a7868136e29399">
        <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300435423"/>
        <crm:P190_has_symbolic_content>Olsen, Magnus Bygdenavnet Angr i Friðþjófs saga. In Studier tillegnade Esaias Tegnér den 13 januari 1918.  Lund: Gleerup, 1918. pp. 214-222. 1918</crm:P190_has_symbolic_content>
      </crm:E42_Identifier>
    </crm:P1_is_identified_by>
    <crm:P94i_was_created_by>
      <crm:E21_Person rdf:about="https://fasnl.net/id/individual/ab4cc3fb-585d-49d3-ab6e-676d654ebd6e">
        <rdfs:label>Olsen, Magnus</rdfs:label>
        <crm:P1_is_identified_by>
          <crm:E33_E41_Linguistic_Appellation rdf:nodeID="N1b8776a2346c42d897a42bd0b521f833">
            <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
            <crm:P190_has_symbolic_content>Magnus Olsen</crm:P190_has_symbolic_content>
            <crm:P106_is_composed_of>
              <crm:E33_E41_Linguistic_Appellation rdf:nodeID="N6a6e585867d04d7286f40f0acfeb9135">
                <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404651"/>
                <crm:P190_has_symbolic_content>Magnus</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="Nd1470dd960a94ef6abaf6d5f003c3721">
                <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404652"/>
                <crm:P190_has_symbolic_content>Olsen</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:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300025492"/>
      </crm:E21_Person>
    </crm:P94i_was_created_by>
    <crm:P70i_is_documented_in>
      <crm:E31_Document rdf:about="https://fasnl.net/id/publication/99b1f45f-ad96-4a90-9834-06f6a42e5098">
        <rdfs:label>Studier tillegnade Esaias Tegnér den 13 januari 1918</rdfs:label>
        <crm:P1_is_identified_by>
          <crm:E33_E41_Linguistic_Appellation rdf:nodeID="N4522834f904f4746bcb5ff2b90e21301">
            <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
            <crm:P190_has_symbolic_content>Studier tillegnade Esaias Tegnér den 13 januari 1918</crm:P190_has_symbolic_content>
          </crm:E33_E41_Linguistic_Appellation>
        </crm:P1_is_identified_by>
        <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300060417"/>
      </crm:E31_Document>
    </crm:P70i_is_documented_in>
  </crm:E31_Document>
  <crm:E55_Type rdf:about="http://vocab.getty.edu/aat/300435423">
    <rdfs:label>bibliographic citation</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/300404670">
    <rdfs:label>primary name</rdfs:label>
    <rdfs:label>Primary Name</rdfs:label>
  </crm:E55_Type>
  <crm:E55_Type rdf:about="http://vocab.getty.edu/aat/300060417">
    <rdfs:label>monographs</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>
  <crm:E55_Type rdf:about="http://vocab.getty.edu/aat/300025492">
    <rdfs:label>author</rdfs:label>
  </crm:E55_Type>
</rdf:RDF>