Commit 5f405685 authored by María's avatar María
Browse files

Added meaningful comments. Closes #18

parent 868ab2b1
Loading
Loading
Loading
Loading
Loading
+10 −12
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@ geo:sfWithin rdf:type owl:ObjectProperty ;

###  https://saref.etsi.org/saref4city/assesses
s4city:assesses rdf:type owl:ObjectProperty ;
                rdfs:comment "assesses"@en ;
                rdfs:comment "Relation between a Key Performance Indicator and the feature of interest being assessed"@en ;
                rdfs:label "assesses"@en .


@@ -168,7 +168,7 @@ s4city:involvesFacility rdf:type owl:ObjectProperty ;

###  https://saref.etsi.org/saref4city/isAssessedBy
s4city:isAssessedBy rdf:type owl:ObjectProperty ;
                    rdfs:comment "is assessed by"@en ;
                    rdfs:comment "Relation between a Key Performance Indicator assessment and the agent perfoming the assessment"@en ;
                    rdfs:label "is assessed by"@en .


@@ -182,7 +182,7 @@ s4city:isAvailableInLanguage rdf:type owl:ObjectProperty ;

###  https://saref.etsi.org/saref4city/isDerivedFrom
s4city:isDerivedFrom rdf:type owl:ObjectProperty ;
                     rdfs:comment "is derived from"@en ;
                     rdfs:comment "Relation between a Key Performance Indicator Assessmente and te observations used to calculate it"@en ;
                     rdfs:label "is derived from"@en .


@@ -211,7 +211,7 @@ s4city:isSubEventOf rdf:type owl:ObjectProperty ;
###  https://saref.etsi.org/saref4city/quantifiesKPI
s4city:quantifiesKPI rdf:type owl:ObjectProperty ;
                     rdfs:range s4city:KeyPerformanceIndicator ;
                     rdfs:comment "quantifies KPI"@en ;
                     rdfs:comment "Relation between a Key Performance Indicator Assessment and the genral Key Performance Indicator being assessed"@en ;
                     rdfs:label "quantifies KPI"@en .


@@ -226,7 +226,7 @@ s4city:refersToFeature rdf:type owl:ObjectProperty ;
###  https://saref.etsi.org/saref4city/refersToTime
s4city:refersToTime rdf:type owl:ObjectProperty ;
                    rdfs:range time:TemporalEntity ;
                    rdfs:comment "refers to time"@en ;
                    rdfs:comment "Relation between a KPI assessment and the tempral entity it refers to"@en ;
                    rdfs:label "refers to time"@en .


@@ -254,28 +254,28 @@ s4city:takesPlaceAtTime rdf:type owl:ObjectProperty ;
s4city:hasCalculationPeriod rdf:type owl:DatatypeProperty ;
                            rdfs:domain s4city:KeyPerformanceIndicator ;
                            rdfs:range xsd:duration ;
                            rdfs:comment "has calculation period"@en ;
                            rdfs:comment "Relation between a KPI  and the temporal period it refers to"@en ;
                            rdfs:label "has calculation period"@en .


###  https://saref.etsi.org/saref4city/hasCreationDate
s4city:hasCreationDate rdf:type owl:DatatypeProperty ;
                       rdfs:range xsd:dateTime ;
                       rdfs:comment "has creation date"@en ;
                       rdfs:comment "Creation date of a KPI assessment"@en ;
                       rdfs:label "has creation date"@en .


###  https://saref.etsi.org/saref4city/hasExpirationDate
s4city:hasExpirationDate rdf:type owl:DatatypeProperty ;
                         rdfs:range xsd:dateTime ;
                         rdfs:comment "has expiration date"@en ;
                         rdfs:comment "Expiration date of a KPI assessment"@en ;
                         rdfs:label "has expiration date"@en .


###  https://saref.etsi.org/saref4city/hasLastUpdateDate
s4city:hasLastUpdateDate rdf:type owl:DatatypeProperty ;
                         rdfs:range xsd:dateTime ;
                         rdfs:comment "has last update date"@en ;
                         rdfs:comment "Las update of a KPI assessment"@en ;
                         rdfs:label "has last update date"@en .


@@ -473,7 +473,7 @@ s4city:KeyPerformanceIndicatorAssessment rdf:type owl:Class ;
                                                         ] ,
                                                         [ rdf:type owl:Restriction ;
                                                           owl:onProperty s4city:isDerivedFrom ;
                                                           owl:allValuesFrom saref:Measurement
                                                           owl:allValuesFrom saref:Observation
                                                         ] ,
                                                         [ rdf:type owl:Restriction ;
                                                           owl:onProperty s4city:quantifiesKPI ;
@@ -537,5 +537,3 @@ s4city:PublicService rdf:type owl:Class ;
                     rdfs:label "Public service"@en ;
                     rdfs:seeAlso <https://en.wikipedia.org/wiki/Public_service> .

###  Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi