From b1bcf39c8dc48c70bafe28b5ba34bf99248865d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rau=CC=81l=20Garci=CC=81a=20Castro?= Date: Thu, 2 Apr 2020 12:30:56 +0200 Subject: [PATCH] Updated the range of s4city:hasCalculationPeriod to time:TemporalDuration instead of time:TemporalEntity. Closes #2 --- ontology/saref4city.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ontology/saref4city.ttl b/ontology/saref4city.ttl index 609139a..7fd4b62 100644 --- a/ontology/saref4city.ttl +++ b/ontology/saref4city.ttl @@ -551,7 +551,7 @@ s4city:Facility a owl:Class ; s4city:KeyPerformanceIndicator a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty s4city:hasCalculationPeriod ; - owl:allValuesFrom time:TemporalEntity ] , + owl:allValuesFrom time:TemporalDuration ] , [ a owl:Restriction ; owl:onProperty s4city:isKPIOf ; -- GitLab