-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathSeries_800
More file actions
54 lines (44 loc) · 1.8 KB
/
Series_800
File metadata and controls
54 lines (44 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
prefix bf: <http://id.loc.gov/ontologies/bibframe>
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
prefix lcrel: <http://id.loc.gov/relators>
prefix lclang: <http://id.loc.gov/vocabulary/language>
prefix kbmarc: <http://id.kb.se/marc>
prefix rdaco: <http://www.rdaregistry.info/termList/>
prefix rdact: <http://rdaregistry.info/termList/RDACarrierType>
prefix rdamt: <http://rdaregistry.info/termList/RDAMediaType>
prefix xsd: <http://www.w3.org/2001/XMLSchema#>
base <http://bibliotek.se>
</work/Nekromatikernsensamhet1> a bf:Text ;
bf:title [a bf:WorkTitle ;
bf:mainTitle "Nekromatikerns ensamhet" @en ] ;
bf:contribution [ a bf:Contribution , kbmarc:MainEntry ;
a bf:agent ;
bf:person <http://viaf.org/viaf/14029543> ;
bf:role lcrel:auth ] ;
bf:originDate "2001"^^xsd:gYear ; #Fast det får man inte fram helt automatiskt#
.
</work/Nekromatikernsensamhet1> a bf:Text ;
bf:title [a bf:WorkTitle ;
bf:mainTitle "Nekromatikerns ensamhet" ] ;
bf:contribution [a bf:Contribution , kbmarc:MainEntry ;
a bf:agent ;
bf:person </person/Nicolai-Perumov> ;
bf:role lcrel:auth ] ;
.
#Instance
</instance/Nekromatikerns-ensamhet-1-2011> a bf:Print ;
bf:instanceOf </work/Nekromatikerns-ensamhet-1> ;
bf:title [a bf:Title ;
bf:mainTitle "Nekromatikerns ensamhet"] ;
;
bf:responsibilityStatement "Nick Perumov ; översättning från ryska: & Kajsa Öberg Lindsten ;
bf:provisionActivity [a bf:Publication ;
bf:agent </organization/Coltso> ;
bf:role lcrel:pbl;
bf:date "2011"^^xsd:gYear ;
bf:place "Stockholm" ] ;
bf:edtionStatement " Ny utg." ;
# Hur använda bf:editionEnumeration?
bf:hasSeries "Svärdets väktare" ;
bf:seriesEnumeration "6" ;
;