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

Issues in TS 103 673 Clause 9.4.4.2

parent 4d480844
Loading
Loading
Loading
Loading
+31 −12
Original line number Diff line number Diff line
@@ -108,62 +108,74 @@ geosp:sfWithin a owl:ObjectProperty ;
# https://saref.etsi.org/saref4city/assesses

s4city:assesses a owl:ObjectProperty ;
	rdfs:comment "assesses"@en ;
	rdfs:label "assesses"@en .
# 
# https://saref.etsi.org/saref4city/hasAccesibility

s4city:hasAccesibility a owl:ObjectProperty ;
	rdfs:comment "has accesibility"@en ;
	rdfs:label "has accesibility"@en .
# 
# https://saref.etsi.org/saref4city/hasCalculationPeriod

s4city:hasCalculationPeriod a owl:ObjectProperty ;
	rdfs:comment "has calculation period"@en ;
	rdfs:label "has calculation period"@en .
# 
# https://saref.etsi.org/saref4city/hasKPI

s4city:hasKPI a owl:ObjectProperty ;
	owl:inverseOf s4city:isKPIOf ;
	rdfs:comment "has key performance indicator"@en ;
	rdfs:label "has key performance indicator"@en .
# 
# https://saref.etsi.org/saref4city/involvesFacility

s4city:involvesFacility a owl:ObjectProperty ;
	rdfs:comment "involves facility"@en ;
	rdfs:label "involves facility"@en .
# 
# https://saref.etsi.org/saref4city/isAssessedBy

s4city:isAssessedBy a owl:ObjectProperty ;
	rdfs:comment "is assessed by"@en ;
	rdfs:label "is assessed by"@en .
# 
# https://saref.etsi.org/saref4city/isAvailableInLanguage

s4city:isAvailableInLanguage a owl:ObjectProperty ;
	rdfs:comment "is available in language"@en ;
	rdfs:label "is available in language"@en .
# 
# https://saref.etsi.org/saref4city/isDerivedFrom

s4city:isDerivedFrom a owl:ObjectProperty ;
	rdfs:comment "is derived from"@en ;
	rdfs:label "is derived from"@en .
# 
# https://saref.etsi.org/saref4city/isKPIOf

s4city:isKPIOf a owl:ObjectProperty ;
	rdfs:comment "is key performance indicator of"@en ;
	rdfs:label "is key performance indicator of"@en .
# 
# https://saref.etsi.org/saref4city/isOrganizedBy

s4city:isOrganizedBy a owl:ObjectProperty ;
	rdfs:comment "is organized by"@en ;
	rdfs:label "is organized by"@en .
# 
# https://saref.etsi.org/saref4city/isSubEventOf

s4city:isSubEventOf a owl:ObjectProperty ;
	rdfs:comment "is subevent of"@en ;
	rdfs:label "is subevent of"@en .
# 
# https://saref.etsi.org/saref4city/quantifiesKPI

s4city:quantifiesKPI a owl:ObjectProperty ;
	rdfs:comment "quantifies KPI"@en ;
	rdfs:label "quantifies KPI"@en .
# 
# https://saref.etsi.org/saref4city/refersToFeature
@@ -175,21 +187,25 @@ s4city:refersToFeature a owl:ObjectProperty ;
# https://saref.etsi.org/saref4city/refersToTime

s4city:refersToTime a owl:ObjectProperty ;
	rdfs:comment "refers to time"@en ;
	rdfs:label "refers to time"@en .
# 
# https://saref.etsi.org/saref4city/takesPlaceAtFacility

s4city:takesPlaceAtFacility a owl:ObjectProperty ;
	rdfs:comment "takes place at facility"@en ;
	rdfs:label "takes place at facility"@en .
# 
# https://saref.etsi.org/saref4city/takesPlaceAtTime

s4city:takesPlaceAtTime a owl:ObjectProperty ;
	rdfs:comment "takes place at time"@en ;
	rdfs:label "takes place at time"@en .
# 
# https://saref.etsi.org/core/controlsProperty

saref:controlsProperty a owl:ObjectProperty ;
	rdfs:comment "controls property"@en ;
	rdfs:label "controls property"@en .
# 
# https://saref.etsi.org/core/hasFeatureOfInterest
@@ -283,43 +299,46 @@ geo:location a owl:ObjectProperty ;

s4city:hasCreationDate a owl:DatatypeProperty ;
	rdfs:range xsd:dateTime ;
	rdfs:comment "has creation date"@en ;
	rdfs:label "has creation date"@en .
# 
# https://saref.etsi.org/saref4city/hasExpirationDate

s4city:hasExpirationDate a owl:DatatypeProperty ;
	rdfs:range xsd:dateTime ;
	rdfs:comment "has expiration date"@en ;
	rdfs:label "has expiration date"@en .
# 
# https://saref.etsi.org/saref4city/hasLastUpdateDate

s4city:hasLastUpdateDate a owl:DatatypeProperty ;
	rdfs:range xsd:dateTime ;
	rdfs:comment "has last update date"@en ;
	rdfs:label "has last update date"@en .
# 
# https://saref.etsi.org/core/hasDescription

saref:hasDescription a owl:DatatypeProperty ;
	rdfs:isDefinedBy <https://saref.etsi.org/core/> ;
	rdfs:label "has description"@en .
# saref:hasDescription a owl:DatatypeProperty ;
# 	rdfs:isDefinedBy <https://saref.etsi.org/core/> ;
# 	rdfs:label "has description"@en .
# 
# https://saref.etsi.org/core/hasName

saref:hasName a owl:DatatypeProperty ;
	rdfs:isDefinedBy <https://saref.etsi.org/core/> ;
	rdfs:label "has name"@en .
# saref:hasName a owl:DatatypeProperty ;
# 	rdfs:isDefinedBy <https://saref.etsi.org/core/> ;
# 	rdfs:label "has name"@en .
# 
# https://saref.etsi.org/core/hasTimestamp

saref:hasTimestamp a owl:DatatypeProperty ;
	rdfs:isDefinedBy <https://saref.etsi.org/core/> ;
	rdfs:label "has timestamp"@en .
# saref:hasTimestamp a owl:DatatypeProperty ;
# 	rdfs:isDefinedBy <https://saref.etsi.org/core/> ;
# 	rdfs:label "has timestamp"@en .
# 
# https://saref.etsi.org/core/hasValue

saref:hasValue a owl:DatatypeProperty ;
	rdfs:isDefinedBy <https://saref.etsi.org/core/> ;
	rdfs:label "has value"@en .
# saref:hasValue a owl:DatatypeProperty ;
# 	rdfs:isDefinedBy <https://saref.etsi.org/core/> ;
# 	rdfs:label "has value"@en .
# http://www.w3.org/2003/01/geo/wgs84_pos#alt

geo:alt a owl:DatatypeProperty ;