Commit 4d480844 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

Issues in TS 103 673 Clause 9.4.3.2

parent 3bcf32ef
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -18,11 +18,15 @@
	owl:versionIRI <https://saref.etsi.org/saref4city/v1.1.2/> ;
	dcterms:title "SAREF extension for Smart City"@en ;
	owl:versionInfo "v1.1.2" ;
	dcterms:issued "2020-06-05"^^xsd:date ;
	dcterms:modified "2020-06-05"^^xsd:date ;
	dcterms:creator <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> ;
	dcterms:creator <http://w3id.org/people/mpoveda> ;
	dcterms:creator <https://www.linkedin.com/in/paolaespinoza-arias/> ;
	dcterms:publisher <http://www.oeg-upm.net/> ;
	dcterms:publisher <https://www.etsi.org/> ;
	dcterms:source <https://forge.etsi.org/rep/SAREF/saref4city/> ;
	rdfs:seeAlso <https://www.etsi.org/deliver/etsi_ts/103400_103499/10341004/01.01.02_60/ts_10341004v010102p.pdf> ;
	vann:preferredNamespacePrefix "s4city" ;
	vann:preferredNamespaceUri "https://saref.etsi.org/saref4city/" ;
	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 ;
@@ -38,6 +42,9 @@
# 
# 

dcterms:source a owl:AnnotationProperty . 
dcterms:issued a owl:AnnotationProperty .
dcterms:modified a owl:AnnotationProperty .
dcterms:contributor a owl:AnnotationProperty .
dcterms:creator a owl:AnnotationProperty .
dcterms:description a owl:AnnotationProperty .