Commit 6b0d662e authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

Issues in TS 103 673 Clause 9.4.3.2

parent 9ac9b6bf
Loading
Loading
Loading
Loading
+12 −9
Original line number Diff line number Diff line
@prefix : <https://saref.etsi.org/saref4envi/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@@ -15,32 +14,36 @@

<https://saref.etsi.org/saref4envi/> rdf:type owl:Ontology ;
                                      owl:versionIRI <https://saref.etsi.org/saref4envi/v1.1.2/> ;
                                      dc:description "This ontology extends the SAREF ontology for the environment domain, specifically for the light pollution domain, including concepts like photometers, light, etc."@en ;
                                      dc:publisher <http://www.oeg-upm.net/> ;
                                      dc:title "SAREF extension for environment"@en ;
                                      dcterms:description "This ontology extends the SAREF ontology for the environment domain, specifically for the light pollution domain, including concepts like photometers, light, etc."@en ;
                                      dcterms:publisher <https://www.etsi.org/> ;
                                      dcterms:title "SAREF extension for environment"@en ;
                                      dcterms:issued "2020-06-05"^^xsd:date ;
                                      dcterms:modified "2020-06-05"^^xsd:date ;
                                      dcterms:creator <http://purl.org/net/mpoveda> ,
                                                      <http://www.garcia-castro.com/foaf.rdf#me> ;
                                      dcterms:license <http://purl.org/NET/rdflicense/cc-by4.0> ;
                                      dcterms:license <https://forge.etsi.org/etsi-software-license> ;
                                      vann:preferredNamespacePrefix "s4envi" ;
                                      vann:preferredNamespaceUri "https://saref.etsi.org/saref4envi/" ;
                                      rdfs:comment """Information about changes compared to version 1.1.1: 
 - Updated namespaces for compatibility with SAREF v3."""@en ;
                                      owl:versionInfo "1.0" .
 dcterms:source <https://forge.etsi.org/rep/SAREF/saref4envi/> ;
 rdfs:seeAlso <https://www.etsi.org/deliver/etsi_ts/103400_103499/10341002/01.01.02_60/ts_10341002v010102p.pdf> ;
                                      owl:versionInfo "v1.1.2" .

#################################################################
#    Annotation properties
#################################################################

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


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


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


###  http://purl.org/dc/terms/creator