https://fasnl.net/id/bibliography/c76c4242-b314-4471-9a26-2590e5c0bbfd
title
Namnet Fridtjuv.
author
Noreen, Adolf
RDF
json
{
"@context": "https://fasnl.net/res/fasnl-context.json",
"@type": "Document",
"id": "bibliography:c76c4242-b314-4471-9a26-2590e5c0bbfd",
"_label": "Noreen, Adolf Namnet Fridtjuv. In Spridda studier: Populära uppsatser. Stockholm: Aktiebolaget Ljus, 1913. pp. 3: 75-78. 1913",
"identified_by": [
{
"type": "Name",
"classified_as": [
{
"id": "aat:300404670",
"type": "Type",
"_label": "primary name"
}
],
"content": "Namnet Fridtjuv."
},
{
"type": "Identifier",
"classified_as": [
{
"id": "aat:300435423",
"type": "Type",
"_label": "bibliographic citation"
}
],
"content": "Noreen, Adolf Namnet Fridtjuv. In Spridda studier: Populära uppsatser. Stockholm: Aktiebolaget Ljus, 1913. pp. 3: 75-78. 1913"
}
],
"created_by": [
{
"@type": "Person",
"id": "individual:0ac90ead-55e4-4421-8b3e-034dccd9e1b3",
"_label": "Noreen, Adolf",
"identified_by": [
{
"type": "Name",
"classified_as": [
{
"id": "aat:300404670",
"type": "Type",
"_label": "Primary Name"
}
],
"content": "Adolf Noreen",
"part": [
{
"type": "Name",
"classified_as": [
{
"id": "aat:300404651",
"type": "Type",
"_label": "Given Name"
}
],
"content": "Adolf"
},
{
"type": "Name",
"classified_as": [
{
"id": "aat:300404652",
"type": "Type",
"_label": "Last Name"
}
],
"content": "Noreen"
}
]
}
],
"classified_as": [
{
"id": "aat:300025492",
"type": "Type",
"_label": "author"
}
]
}
],
"documented_in": {
"type": "Document",
"id": "publication:70a00fbb-78ec-4629-a4fd-d6c447f46e99",
"_label": "Spridda studier: Populära uppsatser",
"identified_by": [
{
"type": "Name",
"classified_as": [
{
"id": "aat:300404670",
"type": "Type",
"_label": "Primary Name"
}
],
"content": "Spridda studier: Populära uppsatser"
}
],
"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:c76c4242-b314-4471-9a26-2590e5c0bbfd a crm:E31_Document ;
rdfs:label "Noreen, Adolf Namnet Fridtjuv. In Spridda studier: Populära uppsatser. Stockholm: Aktiebolaget Ljus, 1913. pp. 3: 75-78. 1913" ;
crm:P1_is_identified_by [ a crm:E42_Identifier ;
crm:P190_has_symbolic_content "Noreen, Adolf Namnet Fridtjuv. In Spridda studier: Populära uppsatser. Stockholm: Aktiebolaget Ljus, 1913. pp. 3: 75-78. 1913" ;
crm:P2_has_type aat:300435423 ],
[ a crm:E33_E41_Linguistic_Appellation ;
crm:P190_has_symbolic_content "Namnet Fridtjuv." ;
crm:P2_has_type aat:300404670 ] ;
crm:P70i_is_documented_in publication:70a00fbb-78ec-4629-a4fd-d6c447f46e99 ;
crm:P94i_was_created_by individual:0ac90ead-55e4-4421-8b3e-034dccd9e1b3 .
aat:300025492 a crm:E55_Type ;
rdfs:label "author" .
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:0ac90ead-55e4-4421-8b3e-034dccd9e1b3 a crm:E21_Person ;
rdfs:label "Noreen, Adolf" ;
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 "Noreen" ;
crm:P2_has_type aat:300404652 ],
[ a crm:E33_E41_Linguistic_Appellation ;
crm:P190_has_symbolic_content "Adolf" ;
crm:P2_has_type aat:300404651 ] ;
crm:P190_has_symbolic_content "Adolf Noreen" ;
crm:P2_has_type aat:300404670 ] ;
crm:P2_has_type aat:300025492 .
publication:70a00fbb-78ec-4629-a4fd-d6c447f46e99 a crm:E31_Document ;
rdfs:label "Spridda studier: Populära uppsatser" ;
crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
crm:P190_has_symbolic_content "Spridda studier: Populära uppsatser" ;
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/c76c4242-b314-4471-9a26-2590e5c0bbfd">
<rdfs:label>Noreen, Adolf Namnet Fridtjuv. In Spridda studier: Populära uppsatser. Stockholm: Aktiebolaget Ljus, 1913. pp. 3: 75-78. 1913</rdfs:label>
<crm:P1_is_identified_by>
<crm:E33_E41_Linguistic_Appellation rdf:nodeID="Na83c27a7365a488a94f48dc408bc841a">
<crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
<crm:P190_has_symbolic_content>Namnet Fridtjuv.</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="N69cb24f163a548bdb17c439fb1ae0202">
<crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300435423"/>
<crm:P190_has_symbolic_content>Noreen, Adolf Namnet Fridtjuv. In Spridda studier: Populära uppsatser. Stockholm: Aktiebolaget Ljus, 1913. pp. 3: 75-78. 1913</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/0ac90ead-55e4-4421-8b3e-034dccd9e1b3">
<rdfs:label>Noreen, Adolf</rdfs:label>
<crm:P1_is_identified_by>
<crm:E33_E41_Linguistic_Appellation rdf:nodeID="N64f3673cef704ca097c101d2ac3a3d5a">
<crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
<crm:P190_has_symbolic_content>Adolf Noreen</crm:P190_has_symbolic_content>
<crm:P106_is_composed_of>
<crm:E33_E41_Linguistic_Appellation rdf:nodeID="N29c4a86e6b084fd1a49a9864b89d73dc">
<crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404651"/>
<crm:P190_has_symbolic_content>Adolf</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="N6a2e514bf87e441cab230f3a9663684a">
<crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404652"/>
<crm:P190_has_symbolic_content>Noreen</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:P70i_is_documented_in>
<crm:E31_Document rdf:about="https://fasnl.net/id/publication/70a00fbb-78ec-4629-a4fd-d6c447f46e99">
<rdfs:label>Spridda studier: Populära uppsatser</rdfs:label>
<crm:P1_is_identified_by>
<crm:E33_E41_Linguistic_Appellation rdf:nodeID="Nc574293f203b4a25a0b79af32fd76ff1">
<crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/>
<crm:P190_has_symbolic_content>Spridda studier: Populära uppsatser</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/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>
<crm:E55_Type rdf:about="http://vocab.getty.edu/aat/300025492">
<rdfs:label>author</rdfs:label>
</crm:E55_Type>
</rdf:RDF>