https://fasnl.net/id/bibliography/6300b9bb-7310-45f4-95e3-8eed8d4fdc7f
title
Jason bjarti in rímur and saga.
author
Wawn, Andrew


RDF
json
{
  "@context": "https://fasnl.net/res/fasnl-context.json",
  "@type": "Document",
  "id": "bibliography:6300b9bb-7310-45f4-95e3-8eed8d4fdc7f",
  "_label": "Wawn, Andrew Jason bjarti in rímur and saga. In The Legendary Legacy: Transmission and Reception of the \"Fornaldarsögur Norðurlanda\". Stegmann, Beeke ed. The Viking Collection 24 Odense: University Press of Southern Denmark, 2018. pp. 235-296. 2018",
  "identified_by": [
    {
      "type": "Name",
      "classified_as": [
        {
          "id": "aat:300404670",
          "type": "Type",
          "_label": "primary name"
        }
      ],
      "content": "Jason bjarti in rímur and saga."
    },
    {
      "type": "Identifier",
      "classified_as": [
        {
          "id": "aat:300435423",
          "type": "Type",
          "_label": "bibliographic citation"
        }
      ],
      "content": "Wawn, Andrew Jason bjarti in rímur and saga. In The Legendary Legacy: Transmission and Reception of the \"Fornaldarsögur Norðurlanda\". Stegmann, Beeke ed. The Viking Collection 24 Odense: University Press of Southern Denmark, 2018. pp. 235-296. 2018"
    }
  ],
  "created_by": [
    {
      "@type": "Person",
      "id": "individual:295d7b1e-75a0-4d10-810c-148a9c747643",
      "_label": "Wawn, Andrew",
      "identified_by": [
        {
          "type": "Name",
          "classified_as": [
            {
              "id": "aat:300404670",
              "type": "Type",
              "_label": "Primary Name"
            }
          ],
          "content": "Andrew Wawn",
          "part": [
            {
              "type": "Name",
              "classified_as": [
                {
                  "id": "aat:300404651",
                  "type": "Type",
                  "_label": "Given Name"
                }
              ],
              "content": "Andrew"
            },
            {
              "type": "Name",
              "classified_as": [
                {
                  "id": "aat:300404652",
                  "type": "Type",
                  "_label": "Last Name"
                }
              ],
              "content": "Wawn"
            }
          ]
        }
      ],
      "classified_as": [
        {
          "id": "aat:300025492",
          "type": "Type",
          "_label": "author"
        }
      ]
    },
    {
      "@type": "Person",
      "id": "individual:b4aed37e-7c4c-461b-91bc-6da993db6a03",
      "_label": "Stegmann, Beeke",
      "identified_by": [
        {
          "type": "Name",
          "classified_as": [
            {
              "id": "aat:300404670",
              "type": "Type",
              "_label": "Primary Name"
            }
          ],
          "content": "Beeke Stegmann",
          "part": [
            {
              "type": "Name",
              "classified_as": [
                {
                  "id": "aat:300404651",
                  "type": "Type",
                  "_label": "Given Name"
                }
              ],
              "content": "Beeke"
            },
            {
              "type": "Name",
              "classified_as": [
                {
                  "id": "aat:300404652",
                  "type": "Type",
                  "_label": "Last Name"
                }
              ],
              "content": "Stegmann"
            }
          ]
        }
      ],
      "classified_as": [
        {
          "id": "aat:300025526",
          "type": "Type",
          "_label": "editor"
        }
      ]
    }
  ],
  "documented_in": {
    "type": "Document",
    "id": "publication:97c5970d-372c-43f8-9e93-5dee89f14fcb",
    "_label": "The Legendary Legacy: Transmission and Reception of the \"Fornaldarsögur Norðurlanda\"",
    "identified_by": [
      {
        "type": "Name",
        "classified_as": [
          {
            "id": "aat:300404670",
            "type": "Type",
            "_label": "Primary Name"
          }
        ],
        "content": "The Legendary Legacy: Transmission and Reception of the \"Fornaldarsögur Norðurlanda\""
      }
    ],
    "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:6300b9bb-7310-45f4-95e3-8eed8d4fdc7f a crm:E31_Document ;
    rdfs:label "Wawn, Andrew Jason bjarti in rímur and saga. In The Legendary Legacy: Transmission and Reception of the \"Fornaldarsögur Norðurlanda\". Stegmann, Beeke ed. The Viking Collection 24 Odense: University Press of Southern Denmark, 2018. pp. 235-296. 2018" ;
    crm:P1_is_identified_by [ a crm:E42_Identifier ;
            crm:P190_has_symbolic_content "Wawn, Andrew Jason bjarti in rímur and saga. In The Legendary Legacy: Transmission and Reception of the \"Fornaldarsögur Norðurlanda\". Stegmann, Beeke ed. The Viking Collection 24 Odense: University Press of Southern Denmark, 2018. pp. 235-296. 2018" ;
            crm:P2_has_type aat:300435423 ],
        [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "Jason bjarti in rímur and saga." ;
            crm:P2_has_type aat:300404670 ] ;
    crm:P70i_is_documented_in publication:97c5970d-372c-43f8-9e93-5dee89f14fcb ;
    crm:P94i_was_created_by individual:295d7b1e-75a0-4d10-810c-148a9c747643,
        individual:b4aed37e-7c4c-461b-91bc-6da993db6a03 .

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

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

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

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

individual:295d7b1e-75a0-4d10-810c-148a9c747643 a crm:E21_Person ;
    rdfs:label "Wawn, Andrew" ;
    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 "Andrew" ;
                    crm:P2_has_type aat:300404651 ],
                [ a crm:E33_E41_Linguistic_Appellation ;
                    crm:P190_has_symbolic_content "Wawn" ;
                    crm:P2_has_type aat:300404652 ] ;
            crm:P190_has_symbolic_content "Andrew Wawn" ;
            crm:P2_has_type aat:300404670 ] ;
    crm:P2_has_type aat:300025492 .

individual:b4aed37e-7c4c-461b-91bc-6da993db6a03 a crm:E21_Person ;
    rdfs:label "Stegmann, Beeke" ;
    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 "Beeke" ;
                    crm:P2_has_type aat:300404651 ],
                [ a crm:E33_E41_Linguistic_Appellation ;
                    crm:P190_has_symbolic_content "Stegmann" ;
                    crm:P2_has_type aat:300404652 ] ;
            crm:P190_has_symbolic_content "Beeke Stegmann" ;
            crm:P2_has_type aat:300404670 ] ;
    crm:P2_has_type aat:300025526 .

publication:97c5970d-372c-43f8-9e93-5dee89f14fcb a crm:E31_Document ;
    rdfs:label "The Legendary Legacy: Transmission and Reception of the \"Fornaldarsögur Norðurlanda\"" ;
    crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "The Legendary Legacy: Transmission and Reception of the \"Fornaldarsögur Norðurlanda\"" ;
            crm:P2_has_type aat:300404670 ] ;
    crm:P2_has_type aat:300060417 .

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",
        "primary name" .

xml
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
  xmlns:crm="http://www.cidoc-crm.org/cidoc-crm/"
  xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
  <crm:E31_Document rdf:about="https://fasnl.net/id/bibliography/6300b9bb-7310-45f4-95e3-8eed8d4fdc7f">
    <rdfs:label>Wawn, Andrew Jason bjarti in rímur and saga. In The Legendary Legacy: Transmission and Reception of the "Fornaldarsögur Norðurlanda". Stegmann, Beeke ed. The Viking Collection 24 Odense: University Press of Southern Denmark, 2018. pp. 235-296. 2018</rdfs:label>
    <crm:P1_is_identified_by>
      <crm:E33_E41_Linguistic_Appellation rdf:nodeID="Nc74bfe7867e642bb84888d056e9cb178">
        <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
        <crm:P190_has_symbolic_content>Jason bjarti in rímur and 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="N0d7b5efc653d4ea2b9aa22722514ebf0">
        <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300435423"/>
        <crm:P190_has_symbolic_content>Wawn, Andrew Jason bjarti in rímur and saga. In The Legendary Legacy: Transmission and Reception of the "Fornaldarsögur Norðurlanda". Stegmann, Beeke ed. The Viking Collection 24 Odense: University Press of Southern Denmark, 2018. pp. 235-296. 2018</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/295d7b1e-75a0-4d10-810c-148a9c747643">
        <rdfs:label>Wawn, Andrew</rdfs:label>
        <crm:P1_is_identified_by>
          <crm:E33_E41_Linguistic_Appellation rdf:nodeID="N37ff5963caca43d7abe6def8169d7832">
            <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
            <crm:P190_has_symbolic_content>Andrew Wawn</crm:P190_has_symbolic_content>
            <crm:P106_is_composed_of>
              <crm:E33_E41_Linguistic_Appellation rdf:nodeID="Ne181ae1e365442529d1008d5b45bb9de">
                <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404651"/>
                <crm:P190_has_symbolic_content>Andrew</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="Nf0738dcf03fb445d874e4e3b3898a6af">
                <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404652"/>
                <crm:P190_has_symbolic_content>Wawn</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:P94i_was_created_by>
      <crm:E21_Person rdf:about="https://fasnl.net/id/individual/b4aed37e-7c4c-461b-91bc-6da993db6a03">
        <rdfs:label>Stegmann, Beeke</rdfs:label>
        <crm:P1_is_identified_by>
          <crm:E33_E41_Linguistic_Appellation rdf:nodeID="N888bf217659c4d7eaba196eafea584a9">
            <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
            <crm:P190_has_symbolic_content>Beeke Stegmann</crm:P190_has_symbolic_content>
            <crm:P106_is_composed_of>
              <crm:E33_E41_Linguistic_Appellation rdf:nodeID="Nafa130c5f3174e3eb1f85f3abc3d63cf">
                <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404651"/>
                <crm:P190_has_symbolic_content>Beeke</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="Ncfcb191fa28348cdb26dce88f0c484ad">
                <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404652"/>
                <crm:P190_has_symbolic_content>Stegmann</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/300025526"/>
      </crm:E21_Person>
    </crm:P94i_was_created_by>
    <crm:P70i_is_documented_in>
      <crm:E31_Document rdf:about="https://fasnl.net/id/publication/97c5970d-372c-43f8-9e93-5dee89f14fcb">
        <rdfs:label>The Legendary Legacy: Transmission and Reception of the "Fornaldarsögur Norðurlanda"</rdfs:label>
        <crm:P1_is_identified_by>
          <crm:E33_E41_Linguistic_Appellation rdf:nodeID="Na84dfcd166d74b6ba80e810393d83ceb">
            <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
            <crm:P190_has_symbolic_content>The Legendary Legacy: Transmission and Reception of the "Fornaldarsögur Norðurlanda"</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/300025492">
    <rdfs:label>author</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/300025526">
    <rdfs:label>editor</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/300404651">
    <rdfs:label>Given 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>
</rdf:RDF>