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

Merge branch 'develop-v1.1.1' of https://forge.etsi.org/rep/stf/stf-566/saref4watr into old-master

parents 2dad63a7 d987f907
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
@@ -30,6 +30,18 @@
                                      vann:preferredNamespaceUri "https://saref.etsi.org/saref4watr/"^^xsd:anyURI .


#################################################################
#    Creator metadata
#################################################################

schema:Person a owl:Class .
schema:Organization a owl:Class .
schema:givenName a owl:DatatypeProperty .
schema:familyName a owl:DatatypeProperty .
schema:affiliation a owl:ObjectProperty .
schema:name a owl:DatatypeProperty .


<http://www.garcia-castro.com/foaf.rdf#me> a schema:Person;
                                           schema:givenName "Raúl" ;
                                           schema:familyName "García-Castro" ;
@@ -50,10 +62,18 @@ dcterms:creator rdf:type owl:AnnotationProperty .
dcterms:description rdf:type owl:AnnotationProperty .


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


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


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


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

@@ -66,6 +86,14 @@ dcterms:source rdf:type owl:AnnotationProperty .
dcterms:title rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespacePrefix
vann:preferredNamespacePrefix rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespaceUri
vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .


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