1
- @prefix odml: <https: //g-node.org/projects/ odml-rdf#> .
1
+ @prefix odml: <https: //g-node.org/odml-rdf#> .
2
2
@prefix rdf: <http: //www.w3.org/1999/02/22-rdf-syntax-ns#> .
3
3
@prefix rdfs: <http: //www.w3.org/2000/01/rdf-schema#> .
4
4
@prefix xml: <http: //www.w3.org/XML/1998/namespace> .
5
5
@prefix xsd: <http: //www.w3.org/2001/XMLSchema#> .
6
6
7
- odml:Hub odml:hasDocument <https: //g-node.org/projects/ odml-rdf#3f995de3-fdb3-4f41-9daa-f85e001445c6>,
8
- <https: //g-node.org/projects/ odml-rdf#79b613eb-a256-46bf-84f6-207df465b8f7> ;
9
- odml:hasTerminology <https: //g-node.org/projects/ odml-rdf#7e0e07c7-7501-454e-88e7-cfa072db94c1> .
7
+ odml:Hub odml:hasDocument <https: //g-node.org/odml-rdf#3f995de3-fdb3-4f41-9daa-f85e001445c6>,
8
+ <https: //g-node.org/odml-rdf#79b613eb-a256-46bf-84f6-207df465b8f7> ;
9
+ odml:hasTerminology <https: //g-node.org/odml-rdf#7e0e07c7-7501-454e-88e7-cfa072db94c1> .
10
10
11
- <https: //g-node.org/projects/ odml-rdf#0cec018b-20e3-4b13-bb95-b41de12db97f> a odml:Property ;
11
+ <https: //g-node.org/odml-rdf#0cec018b-20e3-4b13-bb95-b41de12db97f> a odml:Property ;
12
12
odml:hasDefinition "Nickname(s) of the subject" ;
13
13
odml:hasDtype "string" ;
14
14
odml:hasName "Nickname" .
15
15
16
- <https: //g-node.org/projects/ odml-rdf#0f96a050-2d9b-498f-a532-fbfcc6aae55e> a odml:Section ;
16
+ <https: //g-node.org/odml-rdf#0f96a050-2d9b-498f-a532-fbfcc6aae55e> a odml:Section ;
17
17
odml:hasDefinition "Information on the crew" ;
18
18
odml:hasName "TheCrew" ;
19
- odml:hasProperty <https: //g-node.org/projects/ odml-rdf#298938a6-0996-4a92-982b-837a08a1a220>,
20
- <https: //g-node.org/projects/ odml-rdf#7b0572c1-fcfc-4010-aebf-730397ac29af> ;
21
- odml:hasSection <https: //g-node.org/projects/ odml-rdf#1d6469b5-5322-408b-916e-3224b7a22008> ;
19
+ odml:hasProperty <https: //g-node.org/odml-rdf#298938a6-0996-4a92-982b-837a08a1a220>,
20
+ <https: //g-node.org/odml-rdf#7b0572c1-fcfc-4010-aebf-730397ac29af> ;
21
+ odml:hasSection <https: //g-node.org/odml-rdf#1d6469b5-5322-408b-916e-3224b7a22008> ;
22
22
odml:hasType "crew" .
23
23
24
- <https: //g-node.org/projects/ odml-rdf#1d6469b5-5322-408b-916e-3224b7a22008> a odml:Section ;
24
+ <https: //g-node.org/odml-rdf#1d6469b5-5322-408b-916e-3224b7a22008> a odml:Section ;
25
25
odml:hasDefinition "Information on Arthur Dent" ;
26
26
odml:hasName "Arthur Philip Dent" ;
27
- odml:hasProperty <https: //g-node.org/projects/ odml-rdf#0cec018b-20e3-4b13-bb95-b41de12db97f>,
28
- <https: //g-node.org/projects/ odml-rdf#635035cc-1c05-4e44-a4b7-0fb3d6295abf> ;
27
+ odml:hasProperty <https: //g-node.org/odml-rdf#0cec018b-20e3-4b13-bb95-b41de12db97f>,
28
+ <https: //g-node.org/odml-rdf#635035cc-1c05-4e44-a4b7-0fb3d6295abf> ;
29
29
odml:hasType "crew/person" .
30
30
31
- <https: //g-node.org/projects/ odml-rdf#298938a6-0996-4a92-982b-837a08a1a220> a odml:Property ;
31
+ <https: //g-node.org/odml-rdf#298938a6-0996-4a92-982b-837a08a1a220> a odml:Property ;
32
32
odml:hasDefinition "Number of crew members" ;
33
33
odml:hasDtype "int" ;
34
34
odml:hasName "NoCrewMembers" ;
35
35
odml:hasUncertainty "1" ;
36
36
odml:hasValue odml:ce5f326a-91c9-4c41-9425-d4b8495aa832 .
37
37
38
- <https: //g-node.org/projects/ odml-rdf#3f995de3-fdb3-4f41-9daa-f85e001445c6> a odml:Document ;
38
+ <https: //g-node.org/odml-rdf#3f995de3-fdb3-4f41-9daa-f85e001445c6> a odml:Document ;
39
39
odml:hasAuthor "D. N. Adams" ;
40
40
odml:hasDate "1979-10-12"^^xsd:date ;
41
41
odml:hasDocVersion "42" ;
42
42
odml:hasSection odml:b44da455-8ee8-47b7-a011-016b9c3a6f9d .
43
43
44
- <https: //g-node.org/projects/ odml-rdf#4a9891e7-b970-46fb-80d6-60ec8b2535e3> a rdf:Bag ;
44
+ <https: //g-node.org/odml-rdf#4a9891e7-b970-46fb-80d6-60ec8b2535e3> a rdf:Bag ;
45
45
rdf:li "Human" .
46
46
47
- <https: //g-node.org/projects/ odml-rdf#635035cc-1c05-4e44-a4b7-0fb3d6295abf> a odml:Property ;
47
+ <https: //g-node.org/odml-rdf#635035cc-1c05-4e44-a4b7-0fb3d6295abf> a odml:Property ;
48
48
odml:hasDefinition "Species to which subject belongs to" ;
49
49
odml:hasDtype "string" ;
50
50
odml:hasName "Species" ;
51
- odml:hasValue <https: //g-node.org/projects/ odml-rdf#4a9891e7-b970-46fb-80d6-60ec8b2535e3> .
51
+ odml:hasValue <https: //g-node.org/odml-rdf#4a9891e7-b970-46fb-80d6-60ec8b2535e3> .
52
52
53
- <https: //g-node.org/projects/ odml-rdf#79b613eb-a256-46bf-84f6-207df465b8f7> a odml:Document ;
53
+ <https: //g-node.org/odml-rdf#79b613eb-a256-46bf-84f6-207df465b8f7> a odml:Document ;
54
54
odml:hasAuthor "D. N. Adams" ;
55
55
odml:hasDate "1979-10-12"^^xsd:date ;
56
56
odml:hasDocVersion "42" ;
57
- odml:hasSection <https: //g-node.org/projects/ odml-rdf#0f96a050-2d9b-498f-a532-fbfcc6aae55e> ;
58
- odml:hasTerminology <https: //g-node.org/projects/ odml-rdf#7e0e07c7-7501-454e-88e7-cfa072db94c1> .
57
+ odml:hasSection <https: //g-node.org/odml-rdf#0f96a050-2d9b-498f-a532-fbfcc6aae55e> ;
58
+ odml:hasTerminology <https: //g-node.org/odml-rdf#7e0e07c7-7501-454e-88e7-cfa072db94c1> .
59
59
60
- <https: //g-node.org/projects/ odml-rdf#7b0572c1-fcfc-4010-aebf-730397ac29af> a odml:Property ;
60
+ <https: //g-node.org/odml-rdf#7b0572c1-fcfc-4010-aebf-730397ac29af> a odml:Property ;
61
61
odml:hasDefinition "List of crew members names" ;
62
62
odml:hasDtype "person" ;
63
63
odml:hasName "NameCrewMembers" ;
@@ -83,5 +83,5 @@ odml:d98afe9b-3982-44bf-9373-12aaa4798628 a rdf:Bag ;
83
83
"Tricia Marie McMillan",
84
84
"Zaphod Beeblebrox" .
85
85
86
- <https: //g-node.org/projects/ odml-rdf#7e0e07c7-7501-454e-88e7-cfa072db94c1> a <https: //terminologies.g-node.org/v1.1/terminologies.xml> .
86
+ <https: //g-node.org/odml-rdf#7e0e07c7-7501-454e-88e7-cfa072db94c1> a <https: //terminologies.g-node.org/v1.1/terminologies.xml> .
87
87
0 commit comments