https://fasnl.net/id/bibliography/29ccfbae-dad5-46dd-bffd-f1d5f8c9dcdf
title
Oldengelsk og oldnordisk: Tildeels efter det Engelske.
author
Gísli Brynjúlfsson


RDF
json
{
  "@context": "https://fasnl.net/res/fasnl-context.json",
  "@type": "Document",
  "id": "bibliography:29ccfbae-dad5-46dd-bffd-f1d5f8c9dcdf",
  "_label": "Gísli Brynjúlfsson “Oldengelsk og oldnordisk: Tildeels efter det Engelske.”  Antiquarisk tidsskrift (1852-1854)",
  "identified_by": [
    {
      "type": "Name",
      "classified_as": [
        {
          "id": "aat:300404670",
          "type": "Type",
          "_label": "primary name"
        }
      ],
      "content": "Oldengelsk og oldnordisk: Tildeels efter det Engelske."
    },
    {
      "type": "Identifier",
      "classified_as": [
        {
          "id": "aat:300435423",
          "type": "Type",
          "_label": "bibliographic citation"
        }
      ],
      "content": "Gísli Brynjúlfsson “Oldengelsk og oldnordisk: Tildeels efter det Engelske.”  Antiquarisk tidsskrift (1852-1854)"
    }
  ],
  "created_by": [
    {
      "@type": "Person",
      "id": "individual:5e9cfb58-8390-426e-bc3c-566046a3207a",
      "_label": "Gísli Brynjúlfsson",
      "identified_by": [
        {
          "type": "Name",
          "classified_as": [
            {
              "id": "aat:300404670",
              "type": "Type",
              "_label": "Primary Name"
            }
          ],
          "content": "Gísli Brynjúlfsson",
          "part": [
            {
              "type": "Name",
              "classified_as": [
                {
                  "id": "aat:300404651",
                  "type": "Type",
                  "_label": "Given Name"
                }
              ],
              "content": "Gísli"
            },
            {
              "type": "Name",
              "classified_as": [
                {
                  "id": "aat:300404652",
                  "type": "Type",
                  "_label": "Last Name"
                }
              ],
              "content": "Brynjúlfsson"
            }
          ]
        }
      ],
      "classified_as": [
        {
          "id": "aat:300025492",
          "type": "Type",
          "_label": "author"
        }
      ]
    }
  ],
  "documented_in": {
    "type": "Document",
    "id": "publication:1f4e755a-43d4-4fb7-a738-f261fe6c37d8",
    "_label": "Antiquarisk tidsskrift",
    "identified_by": [
      {
        "type": "Name",
        "classified_as": [
          {
            "id": "aat:300404670",
            "type": "Type",
            "_label": "Primary Name"
          }
        ],
        "content": "Antiquarisk tidsskrift"
      }
    ],
    "classified_as": [
      {
        "id": "aat:300215390",
        "type": "Type",
        "_label": "journals (periodicals)"
      }
    ],
    "narrower": [
      {
        "classified_as": [
          {
            "id": "aat:300312349",
            "type": "Type",
            "_label": "issues (object groupings)"
          }
        ],
        "content": "(1852-1854)"
      }
    ],
    "content": "(1852-1854) pp. 81-143"
  }
}
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#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

bibliography:29ccfbae-dad5-46dd-bffd-f1d5f8c9dcdf a crm:E31_Document ;
    rdfs:label "Gísli Brynjúlfsson “Oldengelsk og oldnordisk: Tildeels efter det Engelske.”  Antiquarisk tidsskrift (1852-1854)" ;
    crm:P1_is_identified_by [ a crm:E42_Identifier ;
            crm:P190_has_symbolic_content "Gísli Brynjúlfsson “Oldengelsk og oldnordisk: Tildeels efter det Engelske.”  Antiquarisk tidsskrift (1852-1854)" ;
            crm:P2_has_type aat:300435423 ],
        [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "Oldengelsk og oldnordisk: Tildeels efter det Engelske." ;
            crm:P2_has_type aat:300404670 ] ;
    crm:P70i_is_documented_in publication:1f4e755a-43d4-4fb7-a738-f261fe6c37d8 ;
    crm:P94i_was_created_by individual:5e9cfb58-8390-426e-bc3c-566046a3207a .

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

aat:300215390 a crm:E55_Type ;
    rdfs:label "journals (periodicals)" .

aat:300312349 a crm:E55_Type ;
    rdfs:label "issues (object groupings)" .

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:5e9cfb58-8390-426e-bc3c-566046a3207a a crm:E21_Person ;
    rdfs:label "Gísli Brynjúlfsson" ;
    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 "Gísli" ;
                    crm:P2_has_type aat:300404651 ],
                [ a crm:E33_E41_Linguistic_Appellation ;
                    crm:P190_has_symbolic_content "Brynjúlfsson" ;
                    crm:P2_has_type aat:300404652 ] ;
            crm:P190_has_symbolic_content "Gísli Brynjúlfsson" ;
            crm:P2_has_type aat:300404670 ] ;
    crm:P2_has_type aat:300025492 .

publication:1f4e755a-43d4-4fb7-a738-f261fe6c37d8 a crm:E31_Document ;
    rdfs:label "Antiquarisk tidsskrift" ;
    crm:P190_has_symbolic_content "(1852-1854) pp. 81-143" ;
    crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "Antiquarisk tidsskrift" ;
            crm:P2_has_type aat:300404670 ] ;
    crm:P2_has_type aat:300215390 ;
    skos:narrower [ crm:P190_has_symbolic_content "(1852-1854)" ;
            crm:P2_has_type aat:300312349 ] .

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:skos="http://www.w3.org/2004/02/skos/core#"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
  <crm:E31_Document rdf:about="https://fasnl.net/id/bibliography/29ccfbae-dad5-46dd-bffd-f1d5f8c9dcdf">
    <rdfs:label>Gísli Brynjúlfsson “Oldengelsk og oldnordisk: Tildeels efter det Engelske.”  Antiquarisk tidsskrift (1852-1854)</rdfs:label>
    <crm:P1_is_identified_by>
      <crm:E33_E41_Linguistic_Appellation rdf:nodeID="N7a3d725f7da14aaba8130608c51307b1">
        <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
        <crm:P190_has_symbolic_content>Oldengelsk og oldnordisk: Tildeels efter det Engelske.</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="N63a4fc62c63c4854a633527f9160afa7">
        <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300435423"/>
        <crm:P190_has_symbolic_content>Gísli Brynjúlfsson “Oldengelsk og oldnordisk: Tildeels efter det Engelske.”  Antiquarisk tidsskrift (1852-1854)</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/5e9cfb58-8390-426e-bc3c-566046a3207a">
        <rdfs:label>Gísli Brynjúlfsson</rdfs:label>
        <crm:P1_is_identified_by>
          <crm:E33_E41_Linguistic_Appellation rdf:nodeID="N2b2631fb18c741d993d492f67e259e62">
            <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
            <crm:P190_has_symbolic_content>Gísli Brynjúlfsson</crm:P190_has_symbolic_content>
            <crm:P106_is_composed_of>
              <crm:E33_E41_Linguistic_Appellation rdf:nodeID="N137e642bfb86417d8fbe9a9b2d164371">
                <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404651"/>
                <crm:P190_has_symbolic_content>Gísli</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="Nbccd64595f594c96b8ad20c1dd7e0f42">
                <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404652"/>
                <crm:P190_has_symbolic_content>Brynjúlfsson</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/1f4e755a-43d4-4fb7-a738-f261fe6c37d8">
        <rdfs:label>Antiquarisk tidsskrift</rdfs:label>
        <crm:P1_is_identified_by>
          <crm:E33_E41_Linguistic_Appellation rdf:nodeID="N032fbcce812843bbae19563f06c42f94">
            <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
            <crm:P190_has_symbolic_content>Antiquarisk tidsskrift</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/300215390"/>
        <skos:narrower>
          <rdf:Description rdf:nodeID="N865a1cefdda64be08e2d72994d494e92">
            <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300312349"/>
            <crm:P190_has_symbolic_content>(1852-1854)</crm:P190_has_symbolic_content>
          </rdf:Description>
        </skos:narrower>
        <crm:P190_has_symbolic_content>(1852-1854) pp. 81-143</crm:P190_has_symbolic_content>
      </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/300312349">
    <rdfs:label>issues (object groupings)</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/300404652">
    <rdfs:label>Last Name</rdfs:label>
  </crm:E55_Type>
  <crm:E55_Type rdf:about="http://vocab.getty.edu/aat/300215390">
    <rdfs:label>journals (periodicals)</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>
</rdf:RDF>