https://fasnl.net/id/bibliography/e7d3f18f-a1e6-4eb1-8874-58dd1e66a919
title
Uhlands Schriften zur Geschichte der Dichtung und Sage: Bd. 1: Geschichte der altdeutschen Poesie
author
Uhland, Ludwig


RDF
json
{
  "@context": "https://fasnl.net/res/fasnl-context.json",
  "@type": "Document",
  "id": "bibliography:e7d3f18f-a1e6-4eb1-8874-58dd1e66a919",
  "_label": "Uhland, Ludwig Uhlands Schriften zur Geschichte der Dichtung und Sage: Bd. 1: Geschichte der altdeutschen Poesie Pfeiffer, F. ed. Stuttgart: Cotta, 1865.. 1865",
  "identified_by": [
    {
      "type": "Name",
      "classified_as": [
        {
          "id": "aat:300404670",
          "type": "Type",
          "_label": "primary name"
        }
      ],
      "content": "Uhlands Schriften zur Geschichte der Dichtung und Sage: Bd. 1: Geschichte der altdeutschen Poesie"
    },
    {
      "type": "Identifier",
      "classified_as": [
        {
          "id": "aat:300435423",
          "type": "Type",
          "_label": "bibliographic citation"
        }
      ],
      "content": "Uhland, Ludwig Uhlands Schriften zur Geschichte der Dichtung und Sage: Bd. 1: Geschichte der altdeutschen Poesie Pfeiffer, F. ed. Stuttgart: Cotta, 1865.. 1865"
    }
  ],
  "created_by": [
    {
      "@type": "Person",
      "id": "individual:20373c81-a887-4345-a814-abd79a06315f",
      "_label": "Uhland, Ludwig",
      "identified_by": [
        {
          "type": "Name",
          "classified_as": [
            {
              "id": "aat:300404670",
              "type": "Type",
              "_label": "Primary Name"
            }
          ],
          "content": "Ludwig Uhland",
          "part": [
            {
              "type": "Name",
              "classified_as": [
                {
                  "id": "aat:300404651",
                  "type": "Type",
                  "_label": "Given Name"
                }
              ],
              "content": "Ludwig"
            },
            {
              "type": "Name",
              "classified_as": [
                {
                  "id": "aat:300404652",
                  "type": "Type",
                  "_label": "Last Name"
                }
              ],
              "content": "Uhland"
            }
          ]
        }
      ],
      "classified_as": [
        {
          "id": "aat:300025492",
          "type": "Type",
          "_label": "author"
        }
      ]
    },
    {
      "@type": "Person",
      "id": "individual:b5f801a2-6dfa-4a61-8f52-3eebf5e05e49",
      "_label": "Pfeiffer, F.",
      "identified_by": [
        {
          "type": "Name",
          "classified_as": [
            {
              "id": "aat:300404670",
              "type": "Type",
              "_label": "Primary Name"
            }
          ],
          "content": "F. Pfeiffer",
          "part": [
            {
              "type": "Name",
              "classified_as": [
                {
                  "id": "aat:300404651",
                  "type": "Type",
                  "_label": "Given Name"
                }
              ],
              "content": "F."
            },
            {
              "type": "Name",
              "classified_as": [
                {
                  "id": "aat:300404652",
                  "type": "Type",
                  "_label": "Last Name"
                }
              ],
              "content": "Pfeiffer"
            }
          ]
        }
      ],
      "classified_as": [
        {
          "id": "aat:300025526",
          "type": "Type",
          "_label": "editor"
        }
      ]
    }
  ],
  "documented_in": {
    "type": "Document",
    "id": "publication:55203344-5328-4981-800c-c42ebda6d740",
    "_label": "Uhlands Schriften zur Geschichte der Dichtung und Sage: Bd. 1: Geschichte der altdeutschen Poesie",
    "identified_by": [
      {
        "type": "Name",
        "classified_as": [
          {
            "id": "aat:300404670",
            "type": "Type",
            "_label": "Primary Name"
          }
        ],
        "content": "Uhlands Schriften zur Geschichte der Dichtung und Sage: Bd. 1: Geschichte der altdeutschen Poesie"
      }
    ],
    "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:e7d3f18f-a1e6-4eb1-8874-58dd1e66a919 a crm:E31_Document ;
    rdfs:label "Uhland, Ludwig Uhlands Schriften zur Geschichte der Dichtung und Sage: Bd. 1: Geschichte der altdeutschen Poesie Pfeiffer, F. ed. Stuttgart: Cotta, 1865.. 1865" ;
    crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "Uhlands Schriften zur Geschichte der Dichtung und Sage: Bd. 1: Geschichte der altdeutschen Poesie" ;
            crm:P2_has_type aat:300404670 ],
        [ a crm:E42_Identifier ;
            crm:P190_has_symbolic_content "Uhland, Ludwig Uhlands Schriften zur Geschichte der Dichtung und Sage: Bd. 1: Geschichte der altdeutschen Poesie Pfeiffer, F. ed. Stuttgart: Cotta, 1865.. 1865" ;
            crm:P2_has_type aat:300435423 ] ;
    crm:P70i_is_documented_in publication:55203344-5328-4981-800c-c42ebda6d740 ;
    crm:P94i_was_created_by individual:20373c81-a887-4345-a814-abd79a06315f,
        individual:b5f801a2-6dfa-4a61-8f52-3eebf5e05e49 .

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:20373c81-a887-4345-a814-abd79a06315f a crm:E21_Person ;
    rdfs:label "Uhland, Ludwig" ;
    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 "Ludwig" ;
                    crm:P2_has_type aat:300404651 ],
                [ a crm:E33_E41_Linguistic_Appellation ;
                    crm:P190_has_symbolic_content "Uhland" ;
                    crm:P2_has_type aat:300404652 ] ;
            crm:P190_has_symbolic_content "Ludwig Uhland" ;
            crm:P2_has_type aat:300404670 ] ;
    crm:P2_has_type aat:300025492 .

individual:b5f801a2-6dfa-4a61-8f52-3eebf5e05e49 a crm:E21_Person ;
    rdfs:label "Pfeiffer, F." ;
    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 "F." ;
                    crm:P2_has_type aat:300404651 ],
                [ a crm:E33_E41_Linguistic_Appellation ;
                    crm:P190_has_symbolic_content "Pfeiffer" ;
                    crm:P2_has_type aat:300404652 ] ;
            crm:P190_has_symbolic_content "F. Pfeiffer" ;
            crm:P2_has_type aat:300404670 ] ;
    crm:P2_has_type aat:300025526 .

publication:55203344-5328-4981-800c-c42ebda6d740 a crm:E31_Document ;
    rdfs:label "Uhlands Schriften zur Geschichte der Dichtung und Sage: Bd. 1: Geschichte der altdeutschen Poesie" ;
    crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "Uhlands Schriften zur Geschichte der Dichtung und Sage: Bd. 1: Geschichte der altdeutschen Poesie" ;
            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/e7d3f18f-a1e6-4eb1-8874-58dd1e66a919">
    <rdfs:label>Uhland, Ludwig Uhlands Schriften zur Geschichte der Dichtung und Sage: Bd. 1: Geschichte der altdeutschen Poesie Pfeiffer, F. ed. Stuttgart: Cotta, 1865.. 1865</rdfs:label>
    <crm:P1_is_identified_by>
      <crm:E33_E41_Linguistic_Appellation rdf:nodeID="N281cd430042b4a1fa5bf4ad65bba08b0">
        <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
        <crm:P190_has_symbolic_content>Uhlands Schriften zur Geschichte der Dichtung und Sage: Bd. 1: Geschichte der altdeutschen Poesie</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="N3c0f99f7b5bd41b6801408999697f959">
        <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300435423"/>
        <crm:P190_has_symbolic_content>Uhland, Ludwig Uhlands Schriften zur Geschichte der Dichtung und Sage: Bd. 1: Geschichte der altdeutschen Poesie Pfeiffer, F. ed. Stuttgart: Cotta, 1865.. 1865</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/20373c81-a887-4345-a814-abd79a06315f">
        <rdfs:label>Uhland, Ludwig</rdfs:label>
        <crm:P1_is_identified_by>
          <crm:E33_E41_Linguistic_Appellation rdf:nodeID="Nd4ef4bdded3d41ea9da6a0b1680ab2b8">
            <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
            <crm:P190_has_symbolic_content>Ludwig Uhland</crm:P190_has_symbolic_content>
            <crm:P106_is_composed_of>
              <crm:E33_E41_Linguistic_Appellation rdf:nodeID="N1bb3b7f385ee4ed8ae85d55e7413f7f8">
                <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404651"/>
                <crm:P190_has_symbolic_content>Ludwig</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="Na580e8ebb4da4dca8701763fce8d8251">
                <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404652"/>
                <crm:P190_has_symbolic_content>Uhland</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/b5f801a2-6dfa-4a61-8f52-3eebf5e05e49">
        <rdfs:label>Pfeiffer, F.</rdfs:label>
        <crm:P1_is_identified_by>
          <crm:E33_E41_Linguistic_Appellation rdf:nodeID="N4e2b2da23af84af3bcaf652a7374cbfe">
            <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
            <crm:P190_has_symbolic_content>F. Pfeiffer</crm:P190_has_symbolic_content>
            <crm:P106_is_composed_of>
              <crm:E33_E41_Linguistic_Appellation rdf:nodeID="N71222b0b8d12464fbf3c5e919d070262">
                <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404651"/>
                <crm:P190_has_symbolic_content>F.</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="N09bc4a73b6ed420188696686e6ddb85e">
                <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404652"/>
                <crm:P190_has_symbolic_content>Pfeiffer</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/55203344-5328-4981-800c-c42ebda6d740">
        <rdfs:label>Uhlands Schriften zur Geschichte der Dichtung und Sage: Bd. 1: Geschichte der altdeutschen Poesie</rdfs:label>
        <crm:P1_is_identified_by>
          <crm:E33_E41_Linguistic_Appellation rdf:nodeID="N998c8f84ae874390aa86a92b64a88e84">
            <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
            <crm:P190_has_symbolic_content>Uhlands Schriften zur Geschichte der Dichtung und Sage: Bd. 1: Geschichte der altdeutschen Poesie</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>