https://fasnl.net/id/bibliography/26b2deee-dd59-47dc-9e7e-acd2271451bb
title
Heldensage vor und außerhalb der Dichtung.
author
Kuhn, Hans


RDF
json
{
  "@context": "https://fasnl.net/res/fasnl-context.json",
  "@type": "Document",
  "id": "bibliography:26b2deee-dd59-47dc-9e7e-acd2271451bb",
  "_label": "Kuhn, Hans Heldensage vor und außerhalb der Dichtung. In Edda, Skalden, Saga: Festschrift zum 70. Geburtstag von Felix Genzmer. Schneider, Hermann ed. Wege der Forschung 14 Heidelberg: Winter, 1952. pp. 262-278. 1952",
  "identified_by": [
    {
      "type": "Name",
      "classified_as": [
        {
          "id": "aat:300404670",
          "type": "Type",
          "_label": "primary name"
        }
      ],
      "content": "Heldensage vor und außerhalb der Dichtung."
    },
    {
      "type": "Identifier",
      "classified_as": [
        {
          "id": "aat:300435423",
          "type": "Type",
          "_label": "bibliographic citation"
        }
      ],
      "content": "Kuhn, Hans Heldensage vor und außerhalb der Dichtung. In Edda, Skalden, Saga: Festschrift zum 70. Geburtstag von Felix Genzmer. Schneider, Hermann ed. Wege der Forschung 14 Heidelberg: Winter, 1952. pp. 262-278. 1952"
    }
  ],
  "created_by": [
    {
      "@type": "Person",
      "id": "individual:a3085ae9-234b-4725-9d7f-f55309042c55",
      "_label": "Kuhn, Hans",
      "identified_by": [
        {
          "type": "Name",
          "classified_as": [
            {
              "id": "aat:300404670",
              "type": "Type",
              "_label": "Primary Name"
            }
          ],
          "content": "Hans Kuhn",
          "part": [
            {
              "type": "Name",
              "classified_as": [
                {
                  "id": "aat:300404651",
                  "type": "Type",
                  "_label": "Given Name"
                }
              ],
              "content": "Hans"
            },
            {
              "type": "Name",
              "classified_as": [
                {
                  "id": "aat:300404652",
                  "type": "Type",
                  "_label": "Last Name"
                }
              ],
              "content": "Kuhn"
            }
          ]
        }
      ],
      "classified_as": [
        {
          "id": "aat:300025492",
          "type": "Type",
          "_label": "author"
        }
      ]
    },
    {
      "@type": "Person",
      "id": "individual:6b6955f6-8d92-4b56-9595-e5799824b776",
      "_label": "Schneider, Hermann",
      "identified_by": [
        {
          "type": "Name",
          "classified_as": [
            {
              "id": "aat:300404670",
              "type": "Type",
              "_label": "Primary Name"
            }
          ],
          "content": "Hermann Schneider",
          "part": [
            {
              "type": "Name",
              "classified_as": [
                {
                  "id": "aat:300404651",
                  "type": "Type",
                  "_label": "Given Name"
                }
              ],
              "content": "Hermann"
            },
            {
              "type": "Name",
              "classified_as": [
                {
                  "id": "aat:300404652",
                  "type": "Type",
                  "_label": "Last Name"
                }
              ],
              "content": "Schneider"
            }
          ]
        }
      ],
      "classified_as": [
        {
          "id": "aat:300025526",
          "type": "Type",
          "_label": "editor"
        }
      ]
    }
  ],
  "documented_in": {
    "type": "Document",
    "id": "publication:04ac6b12-a08b-4d21-ae2c-eb41fc6d2083",
    "_label": "Edda, Skalden, Saga: Festschrift zum 70. Geburtstag von Felix Genzmer",
    "identified_by": [
      {
        "type": "Name",
        "classified_as": [
          {
            "id": "aat:300404670",
            "type": "Type",
            "_label": "Primary Name"
          }
        ],
        "content": "Edda, Skalden, Saga: Festschrift zum 70. Geburtstag von Felix Genzmer"
      }
    ],
    "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:26b2deee-dd59-47dc-9e7e-acd2271451bb a crm:E31_Document ;
    rdfs:label "Kuhn, Hans Heldensage vor und außerhalb der Dichtung. In Edda, Skalden, Saga: Festschrift zum 70. Geburtstag von Felix Genzmer. Schneider, Hermann ed. Wege der Forschung 14 Heidelberg: Winter, 1952. pp. 262-278. 1952" ;
    crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "Heldensage vor und außerhalb der Dichtung." ;
            crm:P2_has_type aat:300404670 ],
        [ a crm:E42_Identifier ;
            crm:P190_has_symbolic_content "Kuhn, Hans Heldensage vor und außerhalb der Dichtung. In Edda, Skalden, Saga: Festschrift zum 70. Geburtstag von Felix Genzmer. Schneider, Hermann ed. Wege der Forschung 14 Heidelberg: Winter, 1952. pp. 262-278. 1952" ;
            crm:P2_has_type aat:300435423 ] ;
    crm:P70i_is_documented_in publication:04ac6b12-a08b-4d21-ae2c-eb41fc6d2083 ;
    crm:P94i_was_created_by individual:6b6955f6-8d92-4b56-9595-e5799824b776,
        individual:a3085ae9-234b-4725-9d7f-f55309042c55 .

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:6b6955f6-8d92-4b56-9595-e5799824b776 a crm:E21_Person ;
    rdfs:label "Schneider, Hermann" ;
    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 "Hermann" ;
                    crm:P2_has_type aat:300404651 ],
                [ a crm:E33_E41_Linguistic_Appellation ;
                    crm:P190_has_symbolic_content "Schneider" ;
                    crm:P2_has_type aat:300404652 ] ;
            crm:P190_has_symbolic_content "Hermann Schneider" ;
            crm:P2_has_type aat:300404670 ] ;
    crm:P2_has_type aat:300025526 .

individual:a3085ae9-234b-4725-9d7f-f55309042c55 a crm:E21_Person ;
    rdfs:label "Kuhn, Hans" ;
    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 "Kuhn" ;
                    crm:P2_has_type aat:300404652 ],
                [ a crm:E33_E41_Linguistic_Appellation ;
                    crm:P190_has_symbolic_content "Hans" ;
                    crm:P2_has_type aat:300404651 ] ;
            crm:P190_has_symbolic_content "Hans Kuhn" ;
            crm:P2_has_type aat:300404670 ] ;
    crm:P2_has_type aat:300025492 .

publication:04ac6b12-a08b-4d21-ae2c-eb41fc6d2083 a crm:E31_Document ;
    rdfs:label "Edda, Skalden, Saga: Festschrift zum 70. Geburtstag von Felix Genzmer" ;
    crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "Edda, Skalden, Saga: Festschrift zum 70. Geburtstag von Felix Genzmer" ;
            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/26b2deee-dd59-47dc-9e7e-acd2271451bb">
    <rdfs:label>Kuhn, Hans Heldensage vor und außerhalb der Dichtung. In Edda, Skalden, Saga: Festschrift zum 70. Geburtstag von Felix Genzmer. Schneider, Hermann ed. Wege der Forschung 14 Heidelberg: Winter, 1952. pp. 262-278. 1952</rdfs:label>
    <crm:P1_is_identified_by>
      <crm:E33_E41_Linguistic_Appellation rdf:nodeID="Na08aefb63047455dacce4c441cafa8a1">
        <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
        <crm:P190_has_symbolic_content>Heldensage vor und außerhalb der Dichtung.</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="Nfef10e6c823c4a12b7710f70ce0fce8d">
        <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300435423"/>
        <crm:P190_has_symbolic_content>Kuhn, Hans Heldensage vor und außerhalb der Dichtung. In Edda, Skalden, Saga: Festschrift zum 70. Geburtstag von Felix Genzmer. Schneider, Hermann ed. Wege der Forschung 14 Heidelberg: Winter, 1952. pp. 262-278. 1952</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/a3085ae9-234b-4725-9d7f-f55309042c55">
        <rdfs:label>Kuhn, Hans</rdfs:label>
        <crm:P1_is_identified_by>
          <crm:E33_E41_Linguistic_Appellation rdf:nodeID="N0684b1de008d47c4a9c108b09fb75b75">
            <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
            <crm:P190_has_symbolic_content>Hans Kuhn</crm:P190_has_symbolic_content>
            <crm:P106_is_composed_of>
              <crm:E33_E41_Linguistic_Appellation rdf:nodeID="N792a2b51fa8e4391afaa73759d80a6fa">
                <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404651"/>
                <crm:P190_has_symbolic_content>Hans</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="N3d3162fea9254a75aba484a4056ed079">
                <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404652"/>
                <crm:P190_has_symbolic_content>Kuhn</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/6b6955f6-8d92-4b56-9595-e5799824b776">
        <rdfs:label>Schneider, Hermann</rdfs:label>
        <crm:P1_is_identified_by>
          <crm:E33_E41_Linguistic_Appellation rdf:nodeID="Na68ca61e679f408cbf70afde45403cda">
            <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
            <crm:P190_has_symbolic_content>Hermann Schneider</crm:P190_has_symbolic_content>
            <crm:P106_is_composed_of>
              <crm:E33_E41_Linguistic_Appellation rdf:nodeID="N6598e5623899415ab1ae44e8d540c293">
                <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404651"/>
                <crm:P190_has_symbolic_content>Hermann</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="N8d771fd6413c423589b918a743024274">
                <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404652"/>
                <crm:P190_has_symbolic_content>Schneider</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/04ac6b12-a08b-4d21-ae2c-eb41fc6d2083">
        <rdfs:label>Edda, Skalden, Saga: Festschrift zum 70. Geburtstag von Felix Genzmer</rdfs:label>
        <crm:P1_is_identified_by>
          <crm:E33_E41_Linguistic_Appellation rdf:nodeID="N2d972fff205c4076905d89427c1b478d">
            <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
            <crm:P190_has_symbolic_content>Edda, Skalden, Saga: Festschrift zum 70. Geburtstag von Felix Genzmer</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>