https://fasnl.net/id/manuscript/9801dbd7-9d74-4ab5-9504-b51295816b41
shelfmark
Papp. 4to nr 79 I
Sagas in Papp. 4to nr 79 I
XML manuscript description
<?xml version="1.0" encoding="UTF-8"?><?xml-model href="http://fasnl.net/xml/FASNL_msDesc_v1.1.rnc" type="application/relax-ng-compact-syntax"?><TEI xmlns="http://www.tei-c.org/ns/1.0"> <teiHeader> <fileDesc> <titleStmt> <title>Papp. 4to nr 79 I</title> </titleStmt> <publicationStmt> <authority>Nordisk Forskningsinstitut, Københavns Universitet</authority> <availability status="free"><licence target="http://creativecommons.org/licenses/by-sa/3.0/"> Distributed by the University of Copenhagen under a Creative Commons Attribution-ShareAlike 3.0 Unported License.</licence></availability> </publicationStmt> <sourceDesc> <msDesc xml:id="Papp-4to-nr-79" xml:lang="en"> <!-- I'm confused - is this Papp. 4to nr 79 VII (as here) or Papp. 4to nr 79 I (as above)? --> <msIdentifier> <repository ref="#KBSE">Kungliga biblioteket, Stockholm</repository> <idno>Papp. 4to nr 79 VII</idno> </msIdentifier> <msContents> <msItem n="1" class="fas"> <locus from="1r" to="4v"/> <title type="uniform" ref="#hs">Hervarar saga og Heiðreks <note>[Notes and variant readings]</note></title> <textLang mainLang="is" otherLangs="la"/> <!-- in co = in columns? --> <note>Variant readings from Papp. fol. nr 120 in co</note> </msItem> </msContents> <physDesc> <objectDesc form="codex"> <supportDesc material="chart"> <support> <num type="front-flyleaf" value="0"/> <num type="book-block" value="4"/> <num type="back-flyleaf" value="0"/> <dimensions type="leaf"> <height unit="mm" quantity="215"/> <width unit="mm" quantity="160"/> </dimensions> <watermark ana="#no"/> </support> <foliation ana="#no"/> <condition ana="#poor"/> </supportDesc> <layoutDesc> <layout ana="#verse-prose" columns="1" writtenLines="26 34"> <num type="wpl" atLeast="2" atMost="8"/> <dimensions type="written"> <height unit="mm" quantity="190"/> <width unit="mm" quantity="120"/> </dimensions> <catchwords ana="#yes"/> </layout> </layoutDesc> </objectDesc> <handDesc hands="1"> <handNote scribeRef="#NilBro001" scope="sole" script="kurrent"/> </handDesc> <!-- further description needed <decoDesc ana="#yes"> <decoNote/> </decoDesc> <additions ana="#yes"> <p/> </additions> --> <bindingDesc> <binding ana="#moderate" contemporary="false"> <p>The leaves are not bound. It is kept with other unbound fragments. These unbound fragments are kept in a cardboard folder.</p> </binding> </bindingDesc> </physDesc> <history> <origin> <!-- date range shortened on the basis of scribe (d. 1770) --> <origDate notBefore="1750" notAfter="1770"/> <origPlace key="SE"/> </origin> <provenance/> </history> </msDesc> </sourceDesc> </fileDesc> <revisionDesc> <change when="2011-04-20T19:52:20.934+02:00" who="#EAH">Auto-generated from FASNL bibliography data</change> <change when="2011-05-06T17:54:57.812+02:00" who="#EAH">Introduced repository auth file. Updated repository element pointing, adding @ref and removing @key.</change> <change when="2013-04-05" who="#PTL">Completed description with manuscript in Stockholm.</change> </revisionDesc> </teiHeader> <facsimile> <surface/> </facsimile> <text> <body> <p/> </body> </text> </TEI>
RDF
json
{ "@context": "https://fasnl.net/res/fasnl-context.json", "@type": "CuratedHolding", "id": "manuscript:9801dbd7-9d74-4ab5-9504-b51295816b41", "_label": "Papp. 4to nr 79 I", "classified_as": [ { "id": "aat:300028569", "type": "Type", "_label": "manuscript" } ], "identified_by": [ { "id": "manuscript:9801dbd7-9d74-4ab5-9504-b51295816b41", "type": "Identifier", "classified_as": [ { "id": "aat:300312355", "type": "Type", "_label": "shelfmark" } ], "content": "Papp. 4to nr 79 I" } ], "current_or_former_curator": [ "repository:d2452986-8258-4f15-9a7f-0a87f841e715" ], "documents": [ { "@type": "LinguisticObject", "id": "saga:96f98e9a-3cea-4098-bbd7-193dbfd36d57", "_label": "Hervarar saga", "classified_as": [ { "id": "aat:300417585", "type": "Type", "_label": "Literature" } ], "identified_by": [ { "id": "saga:96f98e9a-3cea-4098-bbd7-193dbfd36d57", "type": "Identifier", "classified_as": [ { "id": "aat:300417204", "type": "Type", "_label": "Title" } ], "content": "Hervarar saga" } ] } ] }
ttl
@prefix aat: <http://vocab.getty.edu/aat/> . @prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> . @prefix manuscript: <https://fasnl.net/id/manuscript/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix repository: <https://fasnl.net/id/repository/> . @prefix saga: <https://fasnl.net/id/saga/> . aat:300028569 a crm:E55_Type ; rdfs:label "manuscript" . aat:300312355 a crm:E55_Type ; rdfs:label "shelfmark" . aat:300417204 a crm:E55_Type ; rdfs:label "Title" . aat:300417585 a crm:E55_Type ; rdfs:label "Literature" . manuscript:9801dbd7-9d74-4ab5-9504-b51295816b41 a crm:E42_Identifier, crm:E78_Curated_Holding ; rdfs:label "Papp. 4to nr 79 I" ; crm:P109_has_current_or_former_curator repository:d2452986-8258-4f15-9a7f-0a87f841e715 ; crm:P190_has_symbolic_content "Papp. 4to nr 79 I" ; crm:P1_is_identified_by manuscript:9801dbd7-9d74-4ab5-9504-b51295816b41 ; crm:P2_has_type aat:300028569, aat:300312355 ; crm:P70_documents saga:96f98e9a-3cea-4098-bbd7-193dbfd36d57 . saga:96f98e9a-3cea-4098-bbd7-193dbfd36d57 a crm:E33_Linguistic_Object, crm:E42_Identifier ; rdfs:label "Hervarar saga" ; crm:P190_has_symbolic_content "Hervarar saga" ; crm:P1_is_identified_by saga:96f98e9a-3cea-4098-bbd7-193dbfd36d57 ; crm:P2_has_type aat:300417204, aat:300417585 .
xml
<?xml version="1.0" encoding="utf-8"?> <rdf:RDF xmlns:crm="http://www.cidoc-crm.org/cidoc-crm/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" > <crm:E33_Linguistic_Object rdf:about="https://fasnl.net/id/saga/96f98e9a-3cea-4098-bbd7-193dbfd36d57"> <rdf:type rdf:resource="http://www.cidoc-crm.org/cidoc-crm/E42_Identifier"/> <rdfs:label>Hervarar saga</rdfs:label> <crm:P2_has_type> <crm:E55_Type rdf:about="http://vocab.getty.edu/aat/300417585"> <rdfs:label>Literature</rdfs:label> </crm:E55_Type> </crm:P2_has_type> <crm:P2_has_type> <crm:E55_Type rdf:about="http://vocab.getty.edu/aat/300417204"> <rdfs:label>Title</rdfs:label> </crm:E55_Type> </crm:P2_has_type> <crm:P190_has_symbolic_content>Hervarar saga</crm:P190_has_symbolic_content> <crm:P1_is_identified_by rdf:resource="https://fasnl.net/id/saga/96f98e9a-3cea-4098-bbd7-193dbfd36d57"/> </crm:E33_Linguistic_Object> <crm:E78_Curated_Holding rdf:about="https://fasnl.net/id/manuscript/9801dbd7-9d74-4ab5-9504-b51295816b41"> <rdf:type rdf:resource="http://www.cidoc-crm.org/cidoc-crm/E42_Identifier"/> <rdfs:label>Papp. 4to nr 79 I</rdfs:label> <crm:P2_has_type> <crm:E55_Type rdf:about="http://vocab.getty.edu/aat/300028569"> <rdfs:label>manuscript</rdfs:label> </crm:E55_Type> </crm:P2_has_type> <crm:P2_has_type> <crm:E55_Type rdf:about="http://vocab.getty.edu/aat/300312355"> <rdfs:label>shelfmark</rdfs:label> </crm:E55_Type> </crm:P2_has_type> <crm:P190_has_symbolic_content>Papp. 4to nr 79 I</crm:P190_has_symbolic_content> <crm:P1_is_identified_by rdf:resource="https://fasnl.net/id/manuscript/9801dbd7-9d74-4ab5-9504-b51295816b41"/> <crm:P109_has_current_or_former_curator rdf:resource="https://fasnl.net/id/repository/d2452986-8258-4f15-9a7f-0a87f841e715"/> <crm:P70_documents rdf:resource="https://fasnl.net/id/saga/96f98e9a-3cea-4098-bbd7-193dbfd36d57"/> </crm:E78_Curated_Holding> </rdf:RDF>