-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExampleOutput.ttl
More file actions
33 lines (31 loc) · 1.71 KB
/
ExampleOutput.ttl
File metadata and controls
33 lines (31 loc) · 1.71 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
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
<http://example.com/kohaitems/x286467>
rdf:Bag [
<http://bibframe.org/vocab/circulationStatus> <http://example.com/vocab/OnLoan> ;
<http://example.com/vocab/barcode> "03010286467001" ;
<http://example.com/vocab/heldBy> <http://example.com/branch/hvmu> ;
<http://example.com/vocab/itemnumber> "196321" ;
<http://purl.org/ontology/holding#label> "dc F Sun" ;
a <http://purl.org/vocab/frbr/core#Item>
], [
<http://bibframe.org/vocab/circulationStatus> <http://example.com/vocab/Available> ;
<http://example.com/vocab/barcode> "03010286467005" ;
<http://example.com/vocab/heldBy> <http://example.com/branch/hvmu> ;
<http://example.com/vocab/itemnumber> "196322" ;
<http://purl.org/ontology/holding#label> "dc F Sun" ;
a <http://purl.org/vocab/frbr/core#Item>
], [
<http://bibframe.org/vocab/circulationStatus> <http://example.com/vocab/Available> ;
<http://example.com/vocab/barcode> "03010286467008" ;
<http://example.com/vocab/heldBy> <http://example.com/branch/hvmu> ;
<http://example.com/vocab/itemnumber> "196324" ;
<http://purl.org/ontology/holding#label> "dc F Sun" ;
a <http://purl.org/vocab/frbr/core#Item>
], [
<http://bibframe.org/vocab/circulationStatus> <http://example.com/vocab/Available> ;
<http://example.com/vocab/barcode> "03010286467006" ;
<http://example.com/vocab/heldBy> <http://example.com/branch/frik> ;
<http://example.com/vocab/itemnumber> "196323" ;
<http://purl.org/ontology/holding#label> "dc F Sun" ;
a <http://purl.org/vocab/frbr/core#Item>
] .