https://fasnl.net/id/manuscript/0226d0e3-68cc-42e4-8dc2-3a070e1be232
shelfmark
LUB 4to nr 5
Sagas in LUB 4to nr 5
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 type="text"> <fileDesc> <!-- more recent version of this file seems to have been lost? --> <titleStmt> <title>LUB 4to nr 5</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> <authority>Den Arnamagnæanske Samling, København</authority> </publicationStmt> <sourceDesc> <msDesc xml:id="LUB-4to-nr-5" xml:lang="en"> <msIdentifier> <repository ref="#UBLND">Lunds Universitets Bibliotek</repository> <idno>LUB 4to nr 5</idno> <!-- might have a different shelfmark now. In Jónas Kristiánsson's cataloge marked as "9. LUB pappírshandrit" --> </msIdentifier> <msContents> <!-- <titlePage ana="#"> </titlePage>--> <msItem n="1" class="fas"> <locus from="1r" to="6v">pp. 1-12</locus> <title type="uniform" ref="#ksh">Ketils saga hængs</title> <textLang mainLang="is"/> <rubric/> <incipit>Hier byrias Sogu af Katle Haeng</incipit> <explicit/> </msItem> <msItem n="2" class="fas"> <locus from="7r" to="10r">pp. 13-19</locus> <title type="uniform" ref="#gsl">Gríms saga loðinkinna</title> <textLang mainLang="is"/> <rubric>Sagan af Grime Lodinn Kinnu</rubric> <incipit/> <explicit/> </msItem> </msContents> <physDesc> <objectDesc form="codex"> <supportDesc material="chart"> <support> <!-- <num type="front-flyleaf" value=""/>--> <num type="book-block" value="10"/> <num type="back-flyleaf" value="1"/> <dimensions type="leaf"> <height unit="mm" quantity="210"/> <width unit="mm" quantity="166"/> </dimensions> <!-- check dimensions --> <!-- <watermark ana="#"/>--> </support> <!-- <foliation ana="#"/>--> <!-- <condition ana="#"/>--> </supportDesc> <!--<layoutDesc> <layout ana="#" columns="" writtenLines=""> <num type="wpl" atLeast="" atMost=""/> <dimensions type="written"> <height unit="mm" quantity=""/> <width unit="mm" quantity=""/> </dimensions> <catchwords ana="#"/> </layout> </layoutDesc>--> </objectDesc> <handDesc hands="1"> <handNote scribeRef="unknown" scope="sole" script="unknown"/> </handDesc> <!--<decoDesc ana="#"> <decoNote type=""/> </decoDesc> <additions ana="#"> <p/> </additions>--> </physDesc> <history> <origin> <origDate notBefore="1700" notAfter="1799"/> <!-- <origPlace key=""/>--> </origin> <provenance/> </history> </msDesc> </sourceDesc> </fileDesc> <revisionDesc> <change when="2013-02-13" who="#BES">Created file.</change> <change when="2013-02-13" who="#BES">Prepared for visit at the library</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:0226d0e3-68cc-42e4-8dc2-3a070e1be232", "_label": "LUB 4to nr 5", "classified_as": [ { "id": "aat:300028569", "type": "Type", "_label": "manuscript" } ], "identified_by": [ { "id": "manuscript:0226d0e3-68cc-42e4-8dc2-3a070e1be232", "type": "Identifier", "classified_as": [ { "id": "aat:300312355", "type": "Type", "_label": "shelfmark" } ], "content": "LUB 4to nr 5" } ], "current_or_former_curator": [ "repository:35d8a61b-7c01-472b-9dd7-dc74e7882d46" ], "documents": [ { "@type": "LinguisticObject", "id": "saga:6f2e2364-10bd-4cb8-9090-c26c85cde8fa", "_label": "Gríms saga loðinkinna", "classified_as": [ { "id": "aat:300417585", "type": "Type", "_label": "Literature" } ], "identified_by": [ { "id": "saga:6f2e2364-10bd-4cb8-9090-c26c85cde8fa", "type": "Identifier", "classified_as": [ { "id": "aat:300417204", "type": "Type", "_label": "Title" } ], "content": "Gríms saga loðinkinna" } ] }, { "@type": "LinguisticObject", "id": "saga:11260e03-f2e1-4145-9250-a98ae265c393", "_label": "Ketils saga hængs", "classified_as": [ { "id": "aat:300417585", "type": "Type", "_label": "Literature" } ], "identified_by": [ { "id": "saga:11260e03-f2e1-4145-9250-a98ae265c393", "type": "Identifier", "classified_as": [ { "id": "aat:300417204", "type": "Type", "_label": "Title" } ], "content": "Ketils saga hængs" } ] } ] }
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" . manuscript:0226d0e3-68cc-42e4-8dc2-3a070e1be232 a crm:E42_Identifier, crm:E78_Curated_Holding ; rdfs:label "LUB 4to nr 5" ; crm:P109_has_current_or_former_curator repository:35d8a61b-7c01-472b-9dd7-dc74e7882d46 ; crm:P190_has_symbolic_content "LUB 4to nr 5" ; crm:P1_is_identified_by manuscript:0226d0e3-68cc-42e4-8dc2-3a070e1be232 ; crm:P2_has_type aat:300028569, aat:300312355 ; crm:P70_documents saga:11260e03-f2e1-4145-9250-a98ae265c393, saga:6f2e2364-10bd-4cb8-9090-c26c85cde8fa . aat:300417204 a crm:E55_Type ; rdfs:label "Title" . aat:300417585 a crm:E55_Type ; rdfs:label "Literature" . saga:11260e03-f2e1-4145-9250-a98ae265c393 a crm:E33_Linguistic_Object, crm:E42_Identifier ; rdfs:label "Ketils saga hængs" ; crm:P190_has_symbolic_content "Ketils saga hængs" ; crm:P1_is_identified_by saga:11260e03-f2e1-4145-9250-a98ae265c393 ; crm:P2_has_type aat:300417204, aat:300417585 . saga:6f2e2364-10bd-4cb8-9090-c26c85cde8fa a crm:E33_Linguistic_Object, crm:E42_Identifier ; rdfs:label "Gríms saga loðinkinna" ; crm:P190_has_symbolic_content "Gríms saga loðinkinna" ; crm:P1_is_identified_by saga:6f2e2364-10bd-4cb8-9090-c26c85cde8fa ; 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:E78_Curated_Holding rdf:about="https://fasnl.net/id/manuscript/0226d0e3-68cc-42e4-8dc2-3a070e1be232"> <rdf:type rdf:resource="http://www.cidoc-crm.org/cidoc-crm/E42_Identifier"/> <rdfs:label>LUB 4to nr 5</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>LUB 4to nr 5</crm:P190_has_symbolic_content> <crm:P1_is_identified_by rdf:resource="https://fasnl.net/id/manuscript/0226d0e3-68cc-42e4-8dc2-3a070e1be232"/> <crm:P109_has_current_or_former_curator rdf:resource="https://fasnl.net/id/repository/35d8a61b-7c01-472b-9dd7-dc74e7882d46"/> <crm:P70_documents> <crm:E33_Linguistic_Object rdf:about="https://fasnl.net/id/saga/6f2e2364-10bd-4cb8-9090-c26c85cde8fa"> <rdf:type rdf:resource="http://www.cidoc-crm.org/cidoc-crm/E42_Identifier"/> <rdfs:label>Gríms saga loðinkinna</rdfs:label> <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300417585"/> <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300417204"/> <crm:P190_has_symbolic_content>Gríms saga loðinkinna</crm:P190_has_symbolic_content> <crm:P1_is_identified_by rdf:resource="https://fasnl.net/id/saga/6f2e2364-10bd-4cb8-9090-c26c85cde8fa"/> </crm:E33_Linguistic_Object> </crm:P70_documents> <crm:P70_documents> <crm:E33_Linguistic_Object rdf:about="https://fasnl.net/id/saga/11260e03-f2e1-4145-9250-a98ae265c393"> <rdf:type rdf:resource="http://www.cidoc-crm.org/cidoc-crm/E42_Identifier"/> <rdfs:label>Ketils saga hængs</rdfs:label> <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300417585"/> <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300417204"/> <crm:P190_has_symbolic_content>Ketils saga hængs</crm:P190_has_symbolic_content> <crm:P1_is_identified_by rdf:resource="https://fasnl.net/id/saga/11260e03-f2e1-4145-9250-a98ae265c393"/> </crm:E33_Linguistic_Object> </crm:P70_documents> </crm:E78_Curated_Holding> <crm:E55_Type rdf:about="http://vocab.getty.edu/aat/300417204"> <rdfs:label>Title</rdfs:label> </crm:E55_Type> <crm:E55_Type rdf:about="http://vocab.getty.edu/aat/300417585"> <rdfs:label>Literature</rdfs:label> </crm:E55_Type> </rdf:RDF>