https://fasnl.net/id/bibliography/83d52ea0-a712-4dda-a13e-9fc741d9020c
title
Ásmundar saga kappabana.
author
Melnikova, Elena A., Matyushina, Inna G. eds.


RDF
json
{
  "@context": "https://fasnl.net/res/fasnl-context.json",
  "@type": "Document",
  "id": "bibliography:83d52ea0-a712-4dda-a13e-9fc741d9020c",
  "_label": "Ásmundar saga kappabana. In Skemmtiligastar Lygisögur: Studies in Honour of Galina Glazyrina. Melnikova, Elena A., Matyushina, Inna G. eds. Moscow: Dmitriy Pozharskiy University, 2012.. 2012",
  "identified_by": [
    {
      "type": "Name",
      "classified_as": [
        {
          "id": "aat:300404670",
          "type": "Type",
          "_label": "primary name"
        }
      ],
      "content": "Ásmundar saga kappabana."
    },
    {
      "type": "Identifier",
      "classified_as": [
        {
          "id": "aat:300435423",
          "type": "Type",
          "_label": "bibliographic citation"
        }
      ],
      "content": "Ásmundar saga kappabana. In Skemmtiligastar Lygisögur: Studies in Honour of Galina Glazyrina. Melnikova, Elena A., Matyushina, Inna G. eds. Moscow: Dmitriy Pozharskiy University, 2012.. 2012"
    }
  ],
  "created_by": [
    {
      "@type": "Person",
      "id": "individual:0583ca50-17d0-449b-b9b0-236e1b5cd80d",
      "_label": "Melnikova, Elena A.",
      "identified_by": [
        {
          "type": "Name",
          "classified_as": [
            {
              "id": "aat:300404670",
              "type": "Type",
              "_label": "Primary Name"
            }
          ],
          "content": "Elena A. Melnikova",
          "part": [
            {
              "type": "Name",
              "classified_as": [
                {
                  "id": "aat:300404651",
                  "type": "Type",
                  "_label": "Given Name"
                }
              ],
              "content": "Elena A."
            },
            {
              "type": "Name",
              "classified_as": [
                {
                  "id": "aat:300404652",
                  "type": "Type",
                  "_label": "Last Name"
                }
              ],
              "content": "Melnikova"
            }
          ]
        }
      ],
      "classified_as": [
        {
          "id": "aat:300025526",
          "type": "Type",
          "_label": "editor"
        }
      ]
    },
    {
      "@type": "Person",
      "id": "individual:ba8c8f45-5600-4f1c-94fa-e7b977602fda",
      "_label": "Matyushina, Inna G.",
      "identified_by": [
        {
          "type": "Name",
          "classified_as": [
            {
              "id": "aat:300404670",
              "type": "Type",
              "_label": "Primary Name"
            }
          ],
          "content": "Inna G. Matyushina",
          "part": [
            {
              "type": "Name",
              "classified_as": [
                {
                  "id": "aat:300404651",
                  "type": "Type",
                  "_label": "Given Name"
                }
              ],
              "content": "Inna G."
            },
            {
              "type": "Name",
              "classified_as": [
                {
                  "id": "aat:300404652",
                  "type": "Type",
                  "_label": "Last Name"
                }
              ],
              "content": "Matyushina"
            }
          ]
        }
      ],
      "classified_as": [
        {
          "id": "aat:300025526",
          "type": "Type",
          "_label": "editor"
        }
      ]
    }
  ],
  "documented_in": {
    "type": "Document",
    "id": "publication:493f4ef2-0a87-4643-b143-dd2d3d5b94d5",
    "_label": "Skemmtiligastar Lygisögur: Studies in Honour of Galina Glazyrina",
    "identified_by": [
      {
        "type": "Name",
        "classified_as": [
          {
            "id": "aat:300404670",
            "type": "Type",
            "_label": "Primary Name"
          }
        ],
        "content": "Skemmtiligastar Lygisögur: Studies in Honour of Galina Glazyrina"
      }
    ],
    "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:83d52ea0-a712-4dda-a13e-9fc741d9020c a crm:E31_Document ;
    rdfs:label "Ásmundar saga kappabana. In Skemmtiligastar Lygisögur: Studies in Honour of Galina Glazyrina. Melnikova, Elena A., Matyushina, Inna G. eds. Moscow: Dmitriy Pozharskiy University, 2012.. 2012" ;
    crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "Ásmundar saga kappabana." ;
            crm:P2_has_type aat:300404670 ],
        [ a crm:E42_Identifier ;
            crm:P190_has_symbolic_content "Ásmundar saga kappabana. In Skemmtiligastar Lygisögur: Studies in Honour of Galina Glazyrina. Melnikova, Elena A., Matyushina, Inna G. eds. Moscow: Dmitriy Pozharskiy University, 2012.. 2012" ;
            crm:P2_has_type aat:300435423 ] ;
    crm:P70i_is_documented_in publication:493f4ef2-0a87-4643-b143-dd2d3d5b94d5 ;
    crm:P94i_was_created_by individual:0583ca50-17d0-449b-b9b0-236e1b5cd80d,
        individual:ba8c8f45-5600-4f1c-94fa-e7b977602fda .

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

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

individual:0583ca50-17d0-449b-b9b0-236e1b5cd80d a crm:E21_Person ;
    rdfs:label "Melnikova, Elena A." ;
    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 "Melnikova" ;
                    crm:P2_has_type aat:300404652 ],
                [ a crm:E33_E41_Linguistic_Appellation ;
                    crm:P190_has_symbolic_content "Elena A." ;
                    crm:P2_has_type aat:300404651 ] ;
            crm:P190_has_symbolic_content "Elena A. Melnikova" ;
            crm:P2_has_type aat:300404670 ] ;
    crm:P2_has_type aat:300025526 .

individual:ba8c8f45-5600-4f1c-94fa-e7b977602fda a crm:E21_Person ;
    rdfs:label "Matyushina, Inna G." ;
    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 "Inna G." ;
                    crm:P2_has_type aat:300404651 ],
                [ a crm:E33_E41_Linguistic_Appellation ;
                    crm:P190_has_symbolic_content "Matyushina" ;
                    crm:P2_has_type aat:300404652 ] ;
            crm:P190_has_symbolic_content "Inna G. Matyushina" ;
            crm:P2_has_type aat:300404670 ] ;
    crm:P2_has_type aat:300025526 .

publication:493f4ef2-0a87-4643-b143-dd2d3d5b94d5 a crm:E31_Document ;
    rdfs:label "Skemmtiligastar Lygisögur: Studies in Honour of Galina Glazyrina" ;
    crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "Skemmtiligastar Lygisögur: Studies in Honour of Galina Glazyrina" ;
            crm:P2_has_type aat:300404670 ] ;
    crm:P2_has_type aat:300060417 .

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

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/83d52ea0-a712-4dda-a13e-9fc741d9020c">
    <rdfs:label>Ásmundar saga kappabana. In Skemmtiligastar Lygisögur: Studies in Honour of Galina Glazyrina. Melnikova, Elena A., Matyushina, Inna G. eds. Moscow: Dmitriy Pozharskiy University, 2012.. 2012</rdfs:label>
    <crm:P1_is_identified_by>
      <crm:E33_E41_Linguistic_Appellation rdf:nodeID="N7241af7a0dda4b1b9613306bcf1e87c8">
        <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
        <crm:P190_has_symbolic_content>Ásmundar saga kappabana.</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="N6890d4e1521248f5a39dcc0b72379eb0">
        <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300435423"/>
        <crm:P190_has_symbolic_content>Ásmundar saga kappabana. In Skemmtiligastar Lygisögur: Studies in Honour of Galina Glazyrina. Melnikova, Elena A., Matyushina, Inna G. eds. Moscow: Dmitriy Pozharskiy University, 2012.. 2012</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/0583ca50-17d0-449b-b9b0-236e1b5cd80d">
        <rdfs:label>Melnikova, Elena A.</rdfs:label>
        <crm:P1_is_identified_by>
          <crm:E33_E41_Linguistic_Appellation rdf:nodeID="N1a4d0452d6c14702bf436f58e1754848">
            <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
            <crm:P190_has_symbolic_content>Elena A. Melnikova</crm:P190_has_symbolic_content>
            <crm:P106_is_composed_of>
              <crm:E33_E41_Linguistic_Appellation rdf:nodeID="N39fc29c2960d4f89bcffb8aa32b4b3a8">
                <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404651"/>
                <crm:P190_has_symbolic_content>Elena A.</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="Nc147ba28ad4744bb9d351c6c4600190d">
                <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404652"/>
                <crm:P190_has_symbolic_content>Melnikova</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:P94i_was_created_by>
      <crm:E21_Person rdf:about="https://fasnl.net/id/individual/ba8c8f45-5600-4f1c-94fa-e7b977602fda">
        <rdfs:label>Matyushina, Inna G.</rdfs:label>
        <crm:P1_is_identified_by>
          <crm:E33_E41_Linguistic_Appellation rdf:nodeID="N4aca8ae539c944ba839626ce183f5bb6">
            <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
            <crm:P190_has_symbolic_content>Inna G. Matyushina</crm:P190_has_symbolic_content>
            <crm:P106_is_composed_of>
              <crm:E33_E41_Linguistic_Appellation rdf:nodeID="N94dc97a3d59a4101b9162c00a92d8e74">
                <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404651"/>
                <crm:P190_has_symbolic_content>Inna G.</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="Ncc13af75f52b4f13a7887cb9cde2e145">
                <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404652"/>
                <crm:P190_has_symbolic_content>Matyushina</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/493f4ef2-0a87-4643-b143-dd2d3d5b94d5">
        <rdfs:label>Skemmtiligastar Lygisögur: Studies in Honour of Galina Glazyrina</rdfs:label>
        <crm:P1_is_identified_by>
          <crm:E33_E41_Linguistic_Appellation rdf:nodeID="Nefe73e1ca9714b86bfb35e1827391175">
            <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
            <crm:P190_has_symbolic_content>Skemmtiligastar Lygisögur: Studies in Honour of Galina Glazyrina</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/300060417">
    <rdfs:label>monographs</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>
</rdf:RDF>