https://fasnl.net/id/bibliography/a5d19fc4-46a1-498a-bc27-b8d654b5595f
title
Die Saga von Fridthjof dem Starken
author
Mohnike, Gottlieb Chr. F. ed.
RDF
json
{
"@context": "https://fasnl.net/res/fasnl-context.json",
"@type": "Document",
"id": "bibliography:a5d19fc4-46a1-498a-bc27-b8d654b5595f",
"_label": "Die Saga von Fridthjof dem Starken Mohnike, Gottlieb Chr. F. ed. Stralsund: Trinius, 1830.. 1830",
"identified_by": [
{
"type": "Name",
"classified_as": [
{
"id": "aat:300404670",
"type": "Type",
"_label": "primary name"
}
],
"content": "Die Saga von Fridthjof dem Starken"
},
{
"type": "Identifier",
"classified_as": [
{
"id": "aat:300435423",
"type": "Type",
"_label": "bibliographic citation"
}
],
"content": "Die Saga von Fridthjof dem Starken Mohnike, Gottlieb Chr. F. ed. Stralsund: Trinius, 1830.. 1830"
}
],
"created_by": [
{
"@type": "Person",
"id": "individual:1ce21cd5-1883-4da3-8b17-90d8d75cfc73",
"_label": "Mohnike, Gottlieb Chr. F.",
"identified_by": [
{
"type": "Name",
"classified_as": [
{
"id": "aat:300404670",
"type": "Type",
"_label": "Primary Name"
}
],
"content": "Gottlieb Chr. F. Mohnike",
"part": [
{
"type": "Name",
"classified_as": [
{
"id": "aat:300404651",
"type": "Type",
"_label": "Given Name"
}
],
"content": "Gottlieb Chr. F."
},
{
"type": "Name",
"classified_as": [
{
"id": "aat:300404652",
"type": "Type",
"_label": "Last Name"
}
],
"content": "Mohnike"
}
]
}
],
"classified_as": [
{
"id": "aat:300025526",
"type": "Type",
"_label": "editor"
}
]
}
],
"documented_in": {
"type": "Document",
"id": "publication:ddc8be91-f7a3-4fd8-af54-bed47334e866",
"_label": "Die Saga von Fridthjof dem Starken",
"identified_by": [
{
"type": "Name",
"classified_as": [
{
"id": "aat:300404670",
"type": "Type",
"_label": "Primary Name"
}
],
"content": "Die Saga von Fridthjof dem Starken"
}
],
"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:a5d19fc4-46a1-498a-bc27-b8d654b5595f a crm:E31_Document ;
rdfs:label "Die Saga von Fridthjof dem Starken Mohnike, Gottlieb Chr. F. ed. Stralsund: Trinius, 1830.. 1830" ;
crm:P1_is_identified_by [ a crm:E42_Identifier ;
crm:P190_has_symbolic_content "Die Saga von Fridthjof dem Starken Mohnike, Gottlieb Chr. F. ed. Stralsund: Trinius, 1830.. 1830" ;
crm:P2_has_type aat:300435423 ],
[ a crm:E33_E41_Linguistic_Appellation ;
crm:P190_has_symbolic_content "Die Saga von Fridthjof dem Starken" ;
crm:P2_has_type aat:300404670 ] ;
crm:P70i_is_documented_in publication:ddc8be91-f7a3-4fd8-af54-bed47334e866 ;
crm:P94i_was_created_by individual:1ce21cd5-1883-4da3-8b17-90d8d75cfc73 .
aat:300025526 a crm:E55_Type ;
rdfs:label "editor" .
aat:300060417 a crm:E55_Type ;
rdfs:label "monographs" .
aat:300404651 a crm:E55_Type ;
rdfs:label "Given Name" .
aat:300404652 a crm:E55_Type ;
rdfs:label "Last Name" .
aat:300435423 a crm:E55_Type ;
rdfs:label "bibliographic citation" .
individual:1ce21cd5-1883-4da3-8b17-90d8d75cfc73 a crm:E21_Person ;
rdfs:label "Mohnike, Gottlieb Chr. F." ;
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 "Mohnike" ;
crm:P2_has_type aat:300404652 ],
[ a crm:E33_E41_Linguistic_Appellation ;
crm:P190_has_symbolic_content "Gottlieb Chr. F." ;
crm:P2_has_type aat:300404651 ] ;
crm:P190_has_symbolic_content "Gottlieb Chr. F. Mohnike" ;
crm:P2_has_type aat:300404670 ] ;
crm:P2_has_type aat:300025526 .
publication:ddc8be91-f7a3-4fd8-af54-bed47334e866 a crm:E31_Document ;
rdfs:label "Die Saga von Fridthjof dem Starken" ;
crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
crm:P190_has_symbolic_content "Die Saga von Fridthjof dem Starken" ;
crm:P2_has_type aat:300404670 ] ;
crm:P2_has_type aat:300060417 .
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:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<crm:E31_Document rdf:about="https://fasnl.net/id/bibliography/a5d19fc4-46a1-498a-bc27-b8d654b5595f">
<rdfs:label>Die Saga von Fridthjof dem Starken Mohnike, Gottlieb Chr. F. ed. Stralsund: Trinius, 1830.. 1830</rdfs:label>
<crm:P1_is_identified_by>
<crm:E33_E41_Linguistic_Appellation rdf:nodeID="N815914bdcdb84663a6ed10ac19322f81">
<crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
<crm:P190_has_symbolic_content>Die Saga von Fridthjof dem Starken</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="N618b2a54f60947a495fb6b39e792208c">
<crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300435423"/>
<crm:P190_has_symbolic_content>Die Saga von Fridthjof dem Starken Mohnike, Gottlieb Chr. F. ed. Stralsund: Trinius, 1830.. 1830</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/1ce21cd5-1883-4da3-8b17-90d8d75cfc73">
<rdfs:label>Mohnike, Gottlieb Chr. F.</rdfs:label>
<crm:P1_is_identified_by>
<crm:E33_E41_Linguistic_Appellation rdf:nodeID="N4ce5ad6abac547e89018a59cd4b88cd6">
<crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
<crm:P190_has_symbolic_content>Gottlieb Chr. F. Mohnike</crm:P190_has_symbolic_content>
<crm:P106_is_composed_of>
<crm:E33_E41_Linguistic_Appellation rdf:nodeID="N3ed9c2ca026344a59781bb6e066c19f1">
<crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404651"/>
<crm:P190_has_symbolic_content>Gottlieb Chr. F.</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="Ne7c8ea8cda5944ba82f8612d8ac20540">
<crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404652"/>
<crm:P190_has_symbolic_content>Mohnike</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/ddc8be91-f7a3-4fd8-af54-bed47334e866">
<rdfs:label>Die Saga von Fridthjof dem Starken</rdfs:label>
<crm:P1_is_identified_by>
<crm:E33_E41_Linguistic_Appellation rdf:nodeID="N7b51e6db06a84cfa80cf03f8810712b4">
<crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
<crm:P190_has_symbolic_content>Die Saga von Fridthjof dem Starken</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/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/300404651">
<rdfs:label>Given 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/300060417">
<rdfs:label>monographs</rdfs:label>
</crm:E55_Type>
<crm:E55_Type rdf:about="http://vocab.getty.edu/aat/300435423">
<rdfs:label>bibliographic citation</rdfs:label>
</crm:E55_Type>
</rdf:RDF>