https://fasnl.net/id/bibliography/12b95a80-8c6a-497a-ac5d-869a13740ea8
title
The Originality of Beowulf.
author
Benson, Larry D.


RDF
json
{
  "@context": "https://fasnl.net/res/fasnl-context.json",
  "@type": "Document",
  "id": "bibliography:12b95a80-8c6a-497a-ac5d-869a13740ea8",
  "_label": "Benson, Larry D. The Originality of Beowulf. In The Interpretation of Narrative: Theory and Practice. Bloomfield, Morton W. ed. Harvard English Studies 1 Cambridge, MA: Harvard University Press, 1970. pp. 1-43. 1970",
  "identified_by": [
    {
      "type": "Name",
      "classified_as": [
        {
          "id": "aat:300404670",
          "type": "Type",
          "_label": "primary name"
        }
      ],
      "content": "The Originality of Beowulf."
    },
    {
      "type": "Identifier",
      "classified_as": [
        {
          "id": "aat:300435423",
          "type": "Type",
          "_label": "bibliographic citation"
        }
      ],
      "content": "Benson, Larry D. The Originality of Beowulf. In The Interpretation of Narrative: Theory and Practice. Bloomfield, Morton W. ed. Harvard English Studies 1 Cambridge, MA: Harvard University Press, 1970. pp. 1-43. 1970"
    }
  ],
  "created_by": [
    {
      "@type": "Person",
      "id": "individual:fefccc13-0f26-4ce5-9834-d9ba56d27b4d",
      "_label": "Benson, Larry D.",
      "identified_by": [
        {
          "type": "Name",
          "classified_as": [
            {
              "id": "aat:300404670",
              "type": "Type",
              "_label": "Primary Name"
            }
          ],
          "content": "Larry D. Benson",
          "part": [
            {
              "type": "Name",
              "classified_as": [
                {
                  "id": "aat:300404651",
                  "type": "Type",
                  "_label": "Given Name"
                }
              ],
              "content": "Larry D."
            },
            {
              "type": "Name",
              "classified_as": [
                {
                  "id": "aat:300404652",
                  "type": "Type",
                  "_label": "Last Name"
                }
              ],
              "content": "Benson"
            }
          ]
        }
      ],
      "classified_as": [
        {
          "id": "aat:300025492",
          "type": "Type",
          "_label": "author"
        }
      ]
    },
    {
      "@type": "Person",
      "id": "individual:bfca375c-2142-4078-b6f2-c6e76466f3bf",
      "_label": "Bloomfield, Morton W.",
      "identified_by": [
        {
          "type": "Name",
          "classified_as": [
            {
              "id": "aat:300404670",
              "type": "Type",
              "_label": "Primary Name"
            }
          ],
          "content": "Morton W. Bloomfield",
          "part": [
            {
              "type": "Name",
              "classified_as": [
                {
                  "id": "aat:300404651",
                  "type": "Type",
                  "_label": "Given Name"
                }
              ],
              "content": "Morton W."
            },
            {
              "type": "Name",
              "classified_as": [
                {
                  "id": "aat:300404652",
                  "type": "Type",
                  "_label": "Last Name"
                }
              ],
              "content": "Bloomfield"
            }
          ]
        }
      ],
      "classified_as": [
        {
          "id": "aat:300025526",
          "type": "Type",
          "_label": "editor"
        }
      ]
    }
  ],
  "documented_in": {
    "type": "Document",
    "id": "publication:f8b33e14-231d-47b0-9933-1509835312bb",
    "_label": "The Interpretation of Narrative: Theory and Practice",
    "identified_by": [
      {
        "type": "Name",
        "classified_as": [
          {
            "id": "aat:300404670",
            "type": "Type",
            "_label": "Primary Name"
          }
        ],
        "content": "The Interpretation of Narrative: Theory and Practice"
      }
    ],
    "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:12b95a80-8c6a-497a-ac5d-869a13740ea8 a crm:E31_Document ;
    rdfs:label "Benson, Larry D. The Originality of Beowulf. In The Interpretation of Narrative: Theory and Practice. Bloomfield, Morton W. ed. Harvard English Studies 1 Cambridge, MA: Harvard University Press, 1970. pp. 1-43. 1970" ;
    crm:P1_is_identified_by [ a crm:E42_Identifier ;
            crm:P190_has_symbolic_content "Benson, Larry D. The Originality of Beowulf. In The Interpretation of Narrative: Theory and Practice. Bloomfield, Morton W. ed. Harvard English Studies 1 Cambridge, MA: Harvard University Press, 1970. pp. 1-43. 1970" ;
            crm:P2_has_type aat:300435423 ],
        [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "The Originality of Beowulf." ;
            crm:P2_has_type aat:300404670 ] ;
    crm:P70i_is_documented_in publication:f8b33e14-231d-47b0-9933-1509835312bb ;
    crm:P94i_was_created_by individual:bfca375c-2142-4078-b6f2-c6e76466f3bf,
        individual:fefccc13-0f26-4ce5-9834-d9ba56d27b4d .

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:bfca375c-2142-4078-b6f2-c6e76466f3bf a crm:E21_Person ;
    rdfs:label "Bloomfield, Morton W." ;
    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 "Bloomfield" ;
                    crm:P2_has_type aat:300404652 ],
                [ a crm:E33_E41_Linguistic_Appellation ;
                    crm:P190_has_symbolic_content "Morton W." ;
                    crm:P2_has_type aat:300404651 ] ;
            crm:P190_has_symbolic_content "Morton W. Bloomfield" ;
            crm:P2_has_type aat:300404670 ] ;
    crm:P2_has_type aat:300025526 .

individual:fefccc13-0f26-4ce5-9834-d9ba56d27b4d a crm:E21_Person ;
    rdfs:label "Benson, Larry D." ;
    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 "Larry D." ;
                    crm:P2_has_type aat:300404651 ],
                [ a crm:E33_E41_Linguistic_Appellation ;
                    crm:P190_has_symbolic_content "Benson" ;
                    crm:P2_has_type aat:300404652 ] ;
            crm:P190_has_symbolic_content "Larry D. Benson" ;
            crm:P2_has_type aat:300404670 ] ;
    crm:P2_has_type aat:300025492 .

publication:f8b33e14-231d-47b0-9933-1509835312bb a crm:E31_Document ;
    rdfs:label "The Interpretation of Narrative: Theory and Practice" ;
    crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "The Interpretation of Narrative: Theory and Practice" ;
            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/12b95a80-8c6a-497a-ac5d-869a13740ea8">
    <rdfs:label>Benson, Larry D. The Originality of Beowulf. In The Interpretation of Narrative: Theory and Practice. Bloomfield, Morton W. ed. Harvard English Studies 1 Cambridge, MA: Harvard University Press, 1970. pp. 1-43. 1970</rdfs:label>
    <crm:P1_is_identified_by>
      <crm:E33_E41_Linguistic_Appellation rdf:nodeID="Nb5f7377183214a36ae3dde7ef2063b2f">
        <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
        <crm:P190_has_symbolic_content>The Originality of Beowulf.</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="N6d35ea998e8a4056b686e3495d1f385c">
        <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300435423"/>
        <crm:P190_has_symbolic_content>Benson, Larry D. The Originality of Beowulf. In The Interpretation of Narrative: Theory and Practice. Bloomfield, Morton W. ed. Harvard English Studies 1 Cambridge, MA: Harvard University Press, 1970. pp. 1-43. 1970</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/fefccc13-0f26-4ce5-9834-d9ba56d27b4d">
        <rdfs:label>Benson, Larry D.</rdfs:label>
        <crm:P1_is_identified_by>
          <crm:E33_E41_Linguistic_Appellation rdf:nodeID="N72ca42fd6c7a4bc7a92e0769055bc2d1">
            <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
            <crm:P190_has_symbolic_content>Larry D. Benson</crm:P190_has_symbolic_content>
            <crm:P106_is_composed_of>
              <crm:E33_E41_Linguistic_Appellation rdf:nodeID="N4ab69b7e2982420c800f8cafe713ced2">
                <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404651"/>
                <crm:P190_has_symbolic_content>Larry D.</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="Nc77064f9e4b34c4a948160d34e0b08d9">
                <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404652"/>
                <crm:P190_has_symbolic_content>Benson</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/bfca375c-2142-4078-b6f2-c6e76466f3bf">
        <rdfs:label>Bloomfield, Morton W.</rdfs:label>
        <crm:P1_is_identified_by>
          <crm:E33_E41_Linguistic_Appellation rdf:nodeID="Nb6ba400a900e49a1a509c0507eab96b8">
            <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
            <crm:P190_has_symbolic_content>Morton W. Bloomfield</crm:P190_has_symbolic_content>
            <crm:P106_is_composed_of>
              <crm:E33_E41_Linguistic_Appellation rdf:nodeID="N2f3da5a60bda4a4c9828f121159cd43b">
                <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404651"/>
                <crm:P190_has_symbolic_content>Morton W.</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="N359ca1621af74660af6942f4a52c7809">
                <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404652"/>
                <crm:P190_has_symbolic_content>Bloomfield</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/f8b33e14-231d-47b0-9933-1509835312bb">
        <rdfs:label>The Interpretation of Narrative: Theory and Practice</rdfs:label>
        <crm:P1_is_identified_by>
          <crm:E33_E41_Linguistic_Appellation rdf:nodeID="Ne32f187a86424d91b28a9de882d55172">
            <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
            <crm:P190_has_symbolic_content>The Interpretation of Narrative: Theory and Practice</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>