Commit f68f94f0 authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

Changed annotation properties to dcterms.

parent 41e5181e
Loading
Loading
Loading
Loading
+15 −16
Original line number Diff line number Diff line
@prefix : <https://saref.etsi.org/saref4watr/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@@ -16,9 +15,9 @@
@base <https://saref.etsi.org/saref4watr/> .

<https://saref.etsi.org/saref4watr/> rdf:type owl:Ontology ;
                                      dc:title "SAREF extension for water"@en ;
                                      dc:description "This ontology extends the SAREF ontology for the water domain. This work has been developed in the context of the STF 566, which was established with the goal to create three SAREF extensions, one of them for the water domain."@en ;
                                      dc:publisher <https://www.etsi.org/> ;
                                      dcterms:title "SAREF extension for water"@en ;
                                      dcterms:description "This ontology extends the SAREF ontology for the water domain. This work has been developed in the context of the STF 566, which was established with the goal to create three SAREF extensions, one of them for the water domain."@en ;
                                      dcterms:publisher <https://www.etsi.org/> ;
                                      dcterms:creator <http://www.garcia-castro.com/foaf.rdf#me> ;
                                      owl:versionInfo "1.0" ;
                          			  dcterms:issued "2020-04-01"^^xsd:date ;
@@ -31,30 +30,30 @@
#    Annotation properties
#################################################################

###  http://purl.org/dc/elements/1.1/description
dc:description rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/publisher
dc:publisher rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/title
dc:title rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/creator
dcterms:creator rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/description
dcterms:description rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/license
dcterms:license rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/publisher
dcterms:publisher rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/source
dcterms:source rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/title
dcterms:title rdf:type owl:AnnotationProperty .


#################################################################
#    Datatypes
#################################################################