Skip to content

Commit db48012

Browse files
authored
Merge pull request #337 from mpsonntag/onto
RDF namespace and ontology changes
2 parents 1a2f22c + ac07d2d commit db48012

File tree

12 files changed

+1654
-1288
lines changed

12 files changed

+1654
-1288
lines changed

doc/RDF_tools.ipynb

Lines changed: 81 additions & 81 deletions
Large diffs are not rendered by default.

doc/example_odMLs/sample_odml.rdf

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,63 @@
1-
@prefix odml: <https://g-node.org/projects/odml-rdf#> .
1+
@prefix odml: <https://g-node.org/odml-rdf#> .
22
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
33
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
44
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
55
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
66

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> .
1010

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 ;
1212
odml:hasDefinition "Nickname(s) of the subject" ;
1313
odml:hasDtype "string" ;
1414
odml:hasName "Nickname" .
1515

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 ;
1717
odml:hasDefinition "Information on the crew" ;
1818
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> ;
2222
odml:hasType "crew" .
2323

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 ;
2525
odml:hasDefinition "Information on Arthur Dent" ;
2626
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> ;
2929
odml:hasType "crew/person" .
3030

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 ;
3232
odml:hasDefinition "Number of crew members" ;
3333
odml:hasDtype "int" ;
3434
odml:hasName "NoCrewMembers" ;
3535
odml:hasUncertainty "1" ;
3636
odml:hasValue odml:ce5f326a-91c9-4c41-9425-d4b8495aa832 .
3737

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 ;
3939
odml:hasAuthor "D. N. Adams" ;
4040
odml:hasDate "1979-10-12"^^xsd:date ;
4141
odml:hasDocVersion "42" ;
4242
odml:hasSection odml:b44da455-8ee8-47b7-a011-016b9c3a6f9d .
4343

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 ;
4545
rdf:li "Human" .
4646

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 ;
4848
odml:hasDefinition "Species to which subject belongs to" ;
4949
odml:hasDtype "string" ;
5050
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> .
5252

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 ;
5454
odml:hasAuthor "D. N. Adams" ;
5555
odml:hasDate "1979-10-12"^^xsd:date ;
5656
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> .
5959

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 ;
6161
odml:hasDefinition "List of crew members names" ;
6262
odml:hasDtype "person" ;
6363
odml:hasName "NameCrewMembers" ;
@@ -83,5 +83,5 @@ odml:d98afe9b-3982-44bf-9373-12aaa4798628 a rdf:Bag ;
8383
"Tricia Marie McMillan",
8484
"Zaphod Beeblebrox" .
8585

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> .
8787

0 commit comments

Comments
 (0)