https://fasnl.net/id/manuscript/f9578757-c2ac-4cfe-b3cb-4e4a1dc57751
shelfmark
Lbs 4461 8vo
Sagas in Lbs 4461 8vo
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>Lbs 4461 8vo</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="Lbs08-4461-en" xml:lang="en"> <msIdentifier> <repository ref="#LBS">Landsbókasafn Íslands, Reykjavík</repository> <idno>Lbs 4461 8vo</idno> </msIdentifier> <msContents> <titlePage ana="#no"> </titlePage> <msItem n="1" class="fas"> <locus/> <title type="uniform" ref="#thsv">Þorsteins saga Víkingssonar</title> <textLang mainLang="is"/> </msItem> </msContents> <physDesc> <objectDesc form="codex"> <supportDesc material="chart"> <support> <num type="front-flyleaf" value="1"/> <num type="book-block" value="88"/> <num type="back-flyleaf" value="1"/> <dimensions type="leaf"> <height unit="mm" quantity="171"/> <width unit="mm" quantity="111"/> </dimensions> <!--<watermark ana="#no|yes"/>--> </support> <!--<foliation ana="#no|contemporary|later|pag|col|fol"/>--> <!--<condition ana="#terrible|poor|average|good|excellent"/>--> </supportDesc> <!--<layoutDesc> <layout ana="#verse-separate|verse-prose" columns="x" writtenLines="x x"> <num type="wpl" atLeast="" atMost=""/> <dimensions type="written"> <height unit="mm" quantity=""/> <width unit="mm" quantity=""/> </dimensions> </layout> </layoutDesc> --> </objectDesc> <handDesc hands="1"> <handNote scribeRef="unknown" scope="sole" script="XXX"/> </handDesc> <!--<decoDesc ana="#no|low|medium|high"> <decoNote type="border"/> </decoDesc>--> <!--<additions ana="#no|low|medium|high"> <p> </p> </additions>--> <!--<bindingDesc> <binding ana="#plain|moderate|decorative" contemporary="false"> <p/> </binding> </bindingDesc>--> </physDesc> <history> <origin> <origDate notBefore="1900" notAfter="1949"/> <origPlace key="IS"/> </origin> <provenance> <name type="person" role="owner" key="">Helga Þorsteinsdóttir</name> donated the manuscript to the Landsbókasafn <date when="1985-02-14">14 February 1985</date>. </provenance> <!-- add Helga to authority file; same person as in Lbs08-4460-en --> </history> </msDesc> </sourceDesc> </fileDesc> <revisionDesc> <change when="2011" who="#EAH">Auto-generated from FASNL bibliography data</change> <change when="2014-01-23" who="#SH">Document created by Silvia Hufnagel with information from the unprinted Lbs-catalogue draft Handritaskrá 1964-2013</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:f9578757-c2ac-4cfe-b3cb-4e4a1dc57751", "_label": "Lbs 4461 8vo", "classified_as": [ { "id": "aat:300028569", "type": "Type", "_label": "manuscript" } ], "identified_by": [ { "id": "manuscript:f9578757-c2ac-4cfe-b3cb-4e4a1dc57751", "type": "Identifier", "classified_as": [ { "id": "aat:300312355", "type": "Type", "_label": "shelfmark" } ], "content": "Lbs 4461 8vo" } ], "current_or_former_curator": [ "repository:db9eb901-df5f-4474-a768-c0afffc27baf" ], "documents": [ { "@type": "LinguisticObject", "id": "saga:9dd466b7-48a7-4eda-b93d-27a5ba890916", "_label": "Þorsteins saga Víkingssonar", "classified_as": [ { "id": "aat:300417585", "type": "Type", "_label": "Literature" } ], "identified_by": [ { "id": "saga:9dd466b7-48a7-4eda-b93d-27a5ba890916", "type": "Identifier", "classified_as": [ { "id": "aat:300417204", "type": "Type", "_label": "Title" } ], "content": "Þorsteins saga Víkingssonar" } ] } ] }
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:f9578757-c2ac-4cfe-b3cb-4e4a1dc57751 a crm:E42_Identifier, crm:E78_Curated_Holding ; rdfs:label "Lbs 4461 8vo" ; crm:P109_has_current_or_former_curator repository:db9eb901-df5f-4474-a768-c0afffc27baf ; crm:P190_has_symbolic_content "Lbs 4461 8vo" ; crm:P1_is_identified_by manuscript:f9578757-c2ac-4cfe-b3cb-4e4a1dc57751 ; crm:P2_has_type aat:300028569, aat:300312355 ; crm:P70_documents saga:9dd466b7-48a7-4eda-b93d-27a5ba890916 . saga:9dd466b7-48a7-4eda-b93d-27a5ba890916 a crm:E33_Linguistic_Object, crm:E42_Identifier ; rdfs:label "Þorsteins saga Víkingssonar" ; crm:P190_has_symbolic_content "Þorsteins saga Víkingssonar" ; crm:P1_is_identified_by saga:9dd466b7-48a7-4eda-b93d-27a5ba890916 ; 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/f9578757-c2ac-4cfe-b3cb-4e4a1dc57751"> <rdf:type rdf:resource="http://www.cidoc-crm.org/cidoc-crm/E42_Identifier"/> <rdfs:label>Lbs 4461 8vo</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>Lbs 4461 8vo</crm:P190_has_symbolic_content> <crm:P1_is_identified_by rdf:resource="https://fasnl.net/id/manuscript/f9578757-c2ac-4cfe-b3cb-4e4a1dc57751"/> <crm:P109_has_current_or_former_curator rdf:resource="https://fasnl.net/id/repository/db9eb901-df5f-4474-a768-c0afffc27baf"/> <crm:P70_documents> <crm:E33_Linguistic_Object rdf:about="https://fasnl.net/id/saga/9dd466b7-48a7-4eda-b93d-27a5ba890916"> <rdf:type rdf:resource="http://www.cidoc-crm.org/cidoc-crm/E42_Identifier"/> <rdfs:label>Þorsteins saga Víkingssonar</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>Þorsteins saga Víkingssonar</crm:P190_has_symbolic_content> <crm:P1_is_identified_by rdf:resource="https://fasnl.net/id/saga/9dd466b7-48a7-4eda-b93d-27a5ba890916"/> </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>