Skip to content

Commit 0e1e118

Browse files
committed
dc prefix updated, bc w3id fixed
1 parent 48f98e0 commit 0e1e118

File tree

6 files changed

+217
-217
lines changed

6 files changed

+217
-217
lines changed

ontology/documentation/ontology.jsonld

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,28 +22,28 @@
2222
"@id" : "http://creativecommons.org/ns#license",
2323
"@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]
2424
}, {
25-
"@id" : "http://purl.org/dc/elements/1.1/contributor",
25+
"@id" : "http://purl.org/dc/terms/contributor",
2626
"@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]
2727
}, {
28-
"@id" : "http://purl.org/dc/elements/1.1/creator",
28+
"@id" : "http://purl.org/dc/terms/creator",
2929
"@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]
3030
}, {
31-
"@id" : "http://purl.org/dc/elements/1.1/description",
31+
"@id" : "http://purl.org/dc/terms/description",
3232
"@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]
3333
}, {
34-
"@id" : "http://purl.org/dc/elements/1.1/issued",
34+
"@id" : "http://purl.org/dc/terms/issued",
3535
"@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]
3636
}, {
37-
"@id" : "http://purl.org/dc/elements/1.1/license",
37+
"@id" : "http://purl.org/dc/terms/license",
3838
"@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]
3939
}, {
40-
"@id" : "http://purl.org/dc/elements/1.1/modified",
40+
"@id" : "http://purl.org/dc/terms/modified",
4141
"@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]
4242
}, {
43-
"@id" : "http://purl.org/dc/elements/1.1/publisher",
43+
"@id" : "http://purl.org/dc/terms/publisher",
4444
"@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]
4545
}, {
46-
"@id" : "http://purl.org/dc/elements/1.1/title",
46+
"@id" : "http://purl.org/dc/terms/title",
4747
"@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]
4848
}, {
4949
"@id" : "http://purl.org/vocab/vann/preferredNamespacePrefix",
@@ -330,7 +330,7 @@
330330
}, {
331331
"@id" : "http://w3id.org/rml/io/",
332332
"@type" : [ "http://www.w3.org/2002/07/owl#Ontology" ],
333-
"http://purl.org/dc/elements/1.1/contributor" : [ {
333+
"http://purl.org/dc/terms/contributor" : [ {
334334
"@value" : "Ana Iglesias Molina"
335335
}, {
336336
"@value" : "Anastasia Dimou"
@@ -339,17 +339,17 @@
339339
}, {
340340
"@value" : "Pano Maria"
341341
} ],
342-
"http://purl.org/dc/elements/1.1/description" : [ {
342+
"http://purl.org/dc/terms/description" : [ {
343343
"@language" : "en",
344344
"@value" : "RML-IO enables the description of input data sources and target output data serialization "
345345
} ],
346-
"http://purl.org/dc/elements/1.1/license" : [ {
346+
"http://purl.org/dc/terms/license" : [ {
347347
"@id" : "http://purl.org/NET/rdflicense/cc-by4.0"
348348
} ],
349-
"http://purl.org/dc/elements/1.1/modified" : [ {
349+
"http://purl.org/dc/terms/modified" : [ {
350350
"@value" : "2023-04-28"
351351
} ],
352-
"http://purl.org/dc/elements/1.1/title" : [ {
352+
"http://purl.org/dc/terms/title" : [ {
353353
"@language" : "en",
354354
"@value" : "RML-IO: Source and Target"
355355
} ]
@@ -600,4 +600,4 @@
600600
}, {
601601
"@id" : "https://www.w3.org/ns/formats/Format",
602602
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ]
603-
} ]
603+
} ]

0 commit comments

Comments
 (0)