Commit 0cae43c3 authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

Reusing hasName and hasDescription from SAREF.

parent 2762db44
Loading
Loading
Loading
Loading
+19 −48
Original line number Diff line number Diff line
@@ -398,41 +398,6 @@ s4city:expirationDate a owl:DatatypeProperty ;
	rdfs:range xsd:dateTime ;
	rdfs:label "expiration date"@en .
# 
# https://w3id.org/def/saref4city#hasEventName

s4city:hasEventName a owl:DatatypeProperty ;
	rdfs:subPropertyOf s4city:hasName ;
	rdfs:label "has event name"@en .
# 
# https://w3id.org/def/saref4city#hasKPIDescription

s4city:hasKPIDescription a owl:DatatypeProperty ;
	rdfs:subPropertyOf saref:hasDescription ;
	rdfs:label "has KPI description"@en .
# 
# https://w3id.org/def/saref4city#hasKPIName

s4city:hasKPIName a owl:DatatypeProperty ;
	rdfs:subPropertyOf s4city:hasName ;
	rdfs:label "KPI name"@en .
# 
# https://w3id.org/def/saref4city#hasName

s4city:hasName a owl:DatatypeProperty ;
	rdfs:label "has name"@en .
# 
# https://w3id.org/def/saref4city#hasServiceDescription

s4city:hasServiceDescription a owl:DatatypeProperty ;
	rdfs:subPropertyOf saref:hasDescription ;
	rdfs:label "has service description"@en .
# 
# https://w3id.org/def/saref4city#hasServiceName

s4city:hasServiceName a owl:DatatypeProperty ;
	rdfs:subPropertyOf s4city:hasName ;
	rdfs:label "has service name"@en .
# 
# https://w3id.org/def/saref4city#lastUpdateDate

s4city:lastUpdateDate a owl:DatatypeProperty ;
@@ -446,6 +411,12 @@ saref:hasDescription a owl:DatatypeProperty ;
	rdfs:isDefinedBy <https://w3id.org/saref#> ;
	rdfs:label "has description"@en .
# 
# https://w3id.org/saref#hasName

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

saref:hasTimestamp a owl:DatatypeProperty ;
@@ -675,7 +646,7 @@ _:genid13 a owl:Restriction ;
s4city:Event rdfs:subClassOf _:genid14 .

_:genid14 a owl:Restriction ;
	owl:onProperty s4city:hasEventName ;
	owl:onProperty saref:hasName ;
	owl:allValuesFrom rdfs:Literal .

s4city:Event rdfs:comment "Temporary and scheduled event, like a festival or competition. (Definition taken from Wikidata)"@en ;
@@ -726,14 +697,14 @@ _:genid16 a owl:Restriction ;
s4city:KeyPerformanceIndicator rdfs:subClassOf _:genid17 .

_:genid17 a owl:Restriction ;
	owl:onProperty s4city:hasKPIDescription ;
	owl:minCardinality "1"^^xsd:nonNegativeInteger .
	owl:onProperty saref:hasDescription ;
	owl:allValuesFrom rdfs:Literal .

s4city:KeyPerformanceIndicator rdfs:subClassOf _:genid18 .

_:genid18 a owl:Restriction ;
	owl:onProperty s4city:hasKPIName ;
	owl:minCardinality "1"^^xsd:nonNegativeInteger .
	owl:onProperty saref:hasName ;
	owl:allValuesFrom rdfs:Literal .

s4city:KeyPerformanceIndicator rdfs:comment "A Key Performance Indicator (KPI) is a type of performance measurement. KPIs evaluate the success of an organization or of a particular activity in which it engages. (Definition taken from FIWARE)"@en ;
	rdfs:label "Key Performance Indicator"@en ;
@@ -805,14 +776,14 @@ _:genid28 a owl:Restriction ;
s4city:KeyPerformanceIndicatorValue rdfs:subClassOf _:genid29 .

_:genid29 a owl:Restriction ;
	owl:onProperty s4city:hasKPIDescription ;
	owl:minCardinality "1"^^xsd:nonNegativeInteger .
	owl:onProperty saref:hasDescription ;
	owl:allValuesFrom rdfs:Literal .

s4city:KeyPerformanceIndicatorValue rdfs:subClassOf _:genid30 .

_:genid30 a owl:Restriction ;
	owl:onProperty s4city:hasKPIName ;
	owl:minCardinality "1"^^xsd:nonNegativeInteger .
	owl:onProperty saref:hasName ;
	owl:allValuesFrom rdfs:Literal .

s4city:KeyPerformanceIndicatorValue rdfs:subClassOf _:genid31 .

@@ -844,8 +815,8 @@ s4city:PublicService a owl:Class ;
	owl:equivalentClass _:genid32 .

_:genid32 a owl:Restriction ;
	owl:onProperty s4city:hasServiceDescription ;
	owl:minCardinality "1"^^xsd:nonNegativeInteger .
	owl:onProperty saref:hasDescription ;
	owl:allValuesFrom rdfs:Literal .

s4city:PublicService rdfs:subClassOf _:genid33 .

@@ -868,8 +839,8 @@ _:genid35 a owl:Restriction ;
s4city:PublicService rdfs:subClassOf _:genid36 .

_:genid36 a owl:Restriction ;
	owl:onProperty s4city:hasServiceName ;
	owl:minCardinality "1"^^xsd:nonNegativeInteger .
	owl:onProperty saref:hasName ;
	owl:allValuesFrom rdfs:Literal .

s4city:PublicService rdfs:comment "Public service is a service which is provided by government either directly (through the public sector) or by financing provision of services. (Definition taken from Wikipedia)"@en ;
	rdfs:label "Public service"@en ;