Commit 3bcf32ef authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

Issues in TS 103 673 Clause 9.4.3.1

parent 07356f13
Loading
Loading
Loading
Loading
Loading
+8 −26
Original line number Diff line number Diff line
@prefix : <https://saref.etsi.org/saref4city/> .
@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#> .
@@ -17,16 +16,16 @@

<https://saref.etsi.org/saref4city/> a owl:Ontology ;
	owl:versionIRI <https://saref.etsi.org/saref4city/v1.1.2/> ;
	dc:title "SAREF extension for Smart City"@en ;
	owl:versionInfo "1.1.2"^^xsd:decimal ;
	dcterms:title "SAREF extension for Smart City"@en ;
	owl:versionInfo "v1.1.2" ;
	dcterms:creator <http://www.garcia-castro.com/foaf.rdf#me> ;
	dcterms:license <http://purl.org/NET/rdflicense/cc-by4.0> ;
	dcterms:creator <http://w3id.org/people/mpoveda> ;
	dcterms:creator <https://www.linkedin.com/in/paolaespinoza-arias/> ;
	dc:publisher <http://www.oeg-upm.net/> ;
	dcterms:publisher <http://www.oeg-upm.net/> ;
	vann:preferredNamespacePrefix "s4city" ;
	vann:preferredNamespaceUri "https://saref.etsi.org/saref4city/" ;
	dc:description "This ontology extends the SAREF ontology for the Smart City domain. This work has been developed in the context of the STF 534 (https://portal.etsi.org/STF/STFs/STFHomePages/STF534.aspx), which was established with the goal to create three SAREF extensions, one of them for the Smart City domain."@en ;
	dcterms:description "This ontology extends the SAREF ontology for the Smart City domain. This work has been developed in the context of the STF 534 (https://portal.etsi.org/STF/STFs/STFHomePages/STF534.aspx), which was established with the goal to create three SAREF extensions, one of them for the Smart City domain."@en ;
    rdfs:comment """Information about changes compared to version 1.1.1: 
 - Updated namespaces for compatibility with SAREF v3."""@en . 
# 
@@ -38,29 +37,12 @@
# #################################################################
# 
# 
# http://purl.org/dc/elements/1.1/contributor

dc:contributor a owl:AnnotationProperty .
# 
# http://purl.org/dc/elements/1.1/creator

dc:creator a owl:AnnotationProperty .
# 
# 
# http://purl.org/dc/elements/1.1/description

dc:description a owl:AnnotationProperty .
# 
# http://purl.org/dc/elements/1.1/title

dc:title a owl:AnnotationProperty .
# 
# http://purl.org/vocab/vann/preferredNamespacePrefix

dcterms:contributor a owl:AnnotationProperty .
dcterms:creator a owl:AnnotationProperty .
dcterms:description a owl:AnnotationProperty .
dcterms:title a owl:AnnotationProperty .
vann:preferredNamespacePrefix a owl:AnnotationProperty .
# 
# http://purl.org/vocab/vann/preferredNamespaceUri

vann:preferredNamespaceUri a owl:AnnotationProperty .
# 
#