https://fasnl.net/id/bibliography/c2c7f77d-5660-4e7e-820a-0ba76ae24df0
title
In Praise of Strong Women.
author
Driscoll, Matthew James


RDF
json
{
  "@context": "https://fasnl.net/res/fasnl-context.json",
  "@type": "Document",
  "id": "bibliography:c2c7f77d-5660-4e7e-820a-0ba76ae24df0",
  "_label": "Driscoll, Matthew James In Praise of Strong Women. In Frejas Psalter: En Psalter i 40 afdelinger til brug for Jonna Louis-Jensen. Springborg, Peter ed. København: Det Arnamagnæanske Institut, 1997. pp. 29-33. 1997",
  "identified_by": [
    {
      "type": "Name",
      "classified_as": [
        {
          "id": "aat:300404670",
          "type": "Type",
          "_label": "primary name"
        }
      ],
      "content": "In Praise of Strong Women."
    },
    {
      "type": "Identifier",
      "classified_as": [
        {
          "id": "aat:300435423",
          "type": "Type",
          "_label": "bibliographic citation"
        }
      ],
      "content": "Driscoll, Matthew James In Praise of Strong Women. In Frejas Psalter: En Psalter i 40 afdelinger til brug for Jonna Louis-Jensen. Springborg, Peter ed. København: Det Arnamagnæanske Institut, 1997. pp. 29-33. 1997"
    }
  ],
  "created_by": [
    {
      "@type": "Person",
      "id": "individual:3c582a66-4938-47f4-b4d5-fa01b3a4cc88",
      "_label": "Driscoll, Matthew James",
      "identified_by": [
        {
          "type": "Name",
          "classified_as": [
            {
              "id": "aat:300404670",
              "type": "Type",
              "_label": "Primary Name"
            }
          ],
          "content": "M[atthew] J[ames] Driscoll",
          "part": [
            {
              "type": "Name",
              "classified_as": [
                {
                  "id": "aat:300404651",
                  "type": "Type",
                  "_label": "Given Name"
                }
              ],
              "content": "M[atthew] J[ames]"
            },
            {
              "type": "Name",
              "classified_as": [
                {
                  "id": "aat:300404652",
                  "type": "Type",
                  "_label": "Last Name"
                }
              ],
              "content": "Driscoll"
            }
          ]
        }
      ],
      "classified_as": [
        {
          "id": "aat:300025492",
          "type": "Type",
          "_label": "author"
        }
      ]
    },
    {
      "@type": "Person",
      "id": "individual:c6357a11-d89a-476b-a8a4-0ace31543052",
      "_label": "Springborg, Peter",
      "identified_by": [
        {
          "type": "Name",
          "classified_as": [
            {
              "id": "aat:300404670",
              "type": "Type",
              "_label": "Primary Name"
            }
          ],
          "content": "Peter Springborg",
          "part": [
            {
              "type": "Name",
              "classified_as": [
                {
                  "id": "aat:300404651",
                  "type": "Type",
                  "_label": "Given Name"
                }
              ],
              "content": "Peter"
            },
            {
              "type": "Name",
              "classified_as": [
                {
                  "id": "aat:300404652",
                  "type": "Type",
                  "_label": "Last Name"
                }
              ],
              "content": "Springborg"
            }
          ]
        }
      ],
      "classified_as": [
        {
          "id": "aat:300025526",
          "type": "Type",
          "_label": "editor"
        }
      ]
    }
  ],
  "documented_in": {
    "type": "Document",
    "id": "publication:4cd11139-6f11-4b01-82a1-805cab26a3d0",
    "_label": "Frejas Psalter: En Psalter i 40 afdelinger til brug for Jonna Louis-Jensen",
    "identified_by": [
      {
        "type": "Name",
        "classified_as": [
          {
            "id": "aat:300404670",
            "type": "Type",
            "_label": "Primary Name"
          }
        ],
        "content": "Frejas Psalter: En Psalter i 40 afdelinger til brug for Jonna Louis-Jensen"
      }
    ],
    "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:c2c7f77d-5660-4e7e-820a-0ba76ae24df0 a crm:E31_Document ;
    rdfs:label "Driscoll, Matthew James In Praise of Strong Women. In Frejas Psalter: En Psalter i 40 afdelinger til brug for Jonna Louis-Jensen. Springborg, Peter ed. København: Det Arnamagnæanske Institut, 1997. pp. 29-33. 1997" ;
    crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "In Praise of Strong Women." ;
            crm:P2_has_type aat:300404670 ],
        [ a crm:E42_Identifier ;
            crm:P190_has_symbolic_content "Driscoll, Matthew James In Praise of Strong Women. In Frejas Psalter: En Psalter i 40 afdelinger til brug for Jonna Louis-Jensen. Springborg, Peter ed. København: Det Arnamagnæanske Institut, 1997. pp. 29-33. 1997" ;
            crm:P2_has_type aat:300435423 ] ;
    crm:P70i_is_documented_in publication:4cd11139-6f11-4b01-82a1-805cab26a3d0 ;
    crm:P94i_was_created_by individual:3c582a66-4938-47f4-b4d5-fa01b3a4cc88,
        individual:c6357a11-d89a-476b-a8a4-0ace31543052 .

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:3c582a66-4938-47f4-b4d5-fa01b3a4cc88 a crm:E21_Person ;
    rdfs:label "Driscoll, Matthew James" ;
    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 "Driscoll" ;
                    crm:P2_has_type aat:300404652 ],
                [ a crm:E33_E41_Linguistic_Appellation ;
                    crm:P190_has_symbolic_content "M[atthew] J[ames]" ;
                    crm:P2_has_type aat:300404651 ] ;
            crm:P190_has_symbolic_content "M[atthew] J[ames] Driscoll" ;
            crm:P2_has_type aat:300404670 ] ;
    crm:P2_has_type aat:300025492 .

individual:c6357a11-d89a-476b-a8a4-0ace31543052 a crm:E21_Person ;
    rdfs:label "Springborg, Peter" ;
    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 "Peter" ;
                    crm:P2_has_type aat:300404651 ],
                [ a crm:E33_E41_Linguistic_Appellation ;
                    crm:P190_has_symbolic_content "Springborg" ;
                    crm:P2_has_type aat:300404652 ] ;
            crm:P190_has_symbolic_content "Peter Springborg" ;
            crm:P2_has_type aat:300404670 ] ;
    crm:P2_has_type aat:300025526 .

publication:4cd11139-6f11-4b01-82a1-805cab26a3d0 a crm:E31_Document ;
    rdfs:label "Frejas Psalter: En Psalter i 40 afdelinger til brug for Jonna Louis-Jensen" ;
    crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "Frejas Psalter: En Psalter i 40 afdelinger til brug for Jonna Louis-Jensen" ;
            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/c2c7f77d-5660-4e7e-820a-0ba76ae24df0">
    <rdfs:label>Driscoll, Matthew James In Praise of Strong Women. In Frejas Psalter: En Psalter i 40 afdelinger til brug for Jonna Louis-Jensen. Springborg, Peter ed. København: Det Arnamagnæanske Institut, 1997. pp. 29-33. 1997</rdfs:label>
    <crm:P1_is_identified_by>
      <crm:E33_E41_Linguistic_Appellation rdf:nodeID="N41dd2004ecec4791aa6919fc12e58cc3">
        <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
        <crm:P190_has_symbolic_content>In Praise of Strong Women.</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="N3a2d672a4dd746f182bc5f622baa8b44">
        <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300435423"/>
        <crm:P190_has_symbolic_content>Driscoll, Matthew James In Praise of Strong Women. In Frejas Psalter: En Psalter i 40 afdelinger til brug for Jonna Louis-Jensen. Springborg, Peter ed. København: Det Arnamagnæanske Institut, 1997. pp. 29-33. 1997</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/3c582a66-4938-47f4-b4d5-fa01b3a4cc88">
        <rdfs:label>Driscoll, Matthew James</rdfs:label>
        <crm:P1_is_identified_by>
          <crm:E33_E41_Linguistic_Appellation rdf:nodeID="N2ef824a161ac41efb7512dcb19a6fbf1">
            <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
            <crm:P190_has_symbolic_content>M[atthew] J[ames] Driscoll</crm:P190_has_symbolic_content>
            <crm:P106_is_composed_of>
              <crm:E33_E41_Linguistic_Appellation rdf:nodeID="Na6e9d67f4cb94042ae3d0a28a00cf240">
                <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404651"/>
                <crm:P190_has_symbolic_content>M[atthew] J[ames]</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="Nc67e8ffa1c234f53b02030ab36bdf030">
                <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404652"/>
                <crm:P190_has_symbolic_content>Driscoll</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/c6357a11-d89a-476b-a8a4-0ace31543052">
        <rdfs:label>Springborg, Peter</rdfs:label>
        <crm:P1_is_identified_by>
          <crm:E33_E41_Linguistic_Appellation rdf:nodeID="Nac2308c06b1b4c4e856366b3765a2cd6">
            <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
            <crm:P190_has_symbolic_content>Peter Springborg</crm:P190_has_symbolic_content>
            <crm:P106_is_composed_of>
              <crm:E33_E41_Linguistic_Appellation rdf:nodeID="N6ecdc8e288f344eaae85935e02506b42">
                <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404651"/>
                <crm:P190_has_symbolic_content>Peter</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="N14aa4ccaa56f4180b08071907f1fa120">
                <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404652"/>
                <crm:P190_has_symbolic_content>Springborg</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/4cd11139-6f11-4b01-82a1-805cab26a3d0">
        <rdfs:label>Frejas Psalter: En Psalter i 40 afdelinger til brug for Jonna Louis-Jensen</rdfs:label>
        <crm:P1_is_identified_by>
          <crm:E33_E41_Linguistic_Appellation rdf:nodeID="N660ca018568f406fa91b8d98143411a2">
            <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
            <crm:P190_has_symbolic_content>Frejas Psalter: En Psalter i 40 afdelinger til brug for Jonna Louis-Jensen</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>