Commit 48c31d40 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

Issues in TS 103 673 Clause 9.4.3.3

parent 8e7b539f
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
@prefix s4bldg: <https://saref.etsi.org/saref4bldg/> .
@prefix s4inma: <https://saref.etsi.org/saref4inma/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix schema: <http://schema.org/>.
@base <https://saref.etsi.org/saref4inma/> .

<https://saref.etsi.org/saref4inma/> rdf:type owl:Ontology ;
@@ -20,7 +21,7 @@
                          vann:preferredNamespacePrefix "s4inma" ;
                          vann:preferredNamespaceUri "https://saref.etsi.org/saref4inma/"^^xsd:anyURI ;
                                   dct:creator <https://www.linkedin.com/in/lauradaniele> ;
                                   dct:contributor "Matthijs Punter, TNO"^^xsd:string ;
                                   dct:contributor [ a schema:Person ; schema:givenName "Matthijs" ; schema:familyName "Punter" ; schema:affiliation [ a schema:Organization ; schema:name "TNO" ] ] ;
                                   dct:creator <http://www.garcia-castro.com/foaf.rdf#me> ;
                                   dct:source <https://forge.etsi.org/rep/SAREF/saref4inma> ;
                                   dct:publisher <https://www.etsi.org/> ;
@@ -28,7 +29,7 @@
                                   dct:creator <https://www.linkedin.com/in/mderoode> ;
                                   dct:license <https://forge.etsi.org/etsi-software-license> ;
                                   dct:contributor <http://purl.org/net/mpoveda> ;
                                   dct:creator "Alba Fernandez Izquierdo, UPM"^^xsd:string ;
                                   dct:creator [ a schema:Person ; schema:givenName "Alba" ; schema:familyName "Fernandez Izquierdo" ; schema:affiliation [ a schema:Organization ; schema:name "UPM" ] ] ;
                                   dct:created "2015-03-29"^^xsd:date ;
                                   rdfs:comment """Information about changes compared to version 1.1.1: 
 - Updated namespaces for compatibility with SAREF v3."""@en ;