Commit 77c41bb2 authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

Fixed the description of FeatureOfInterest.

parent 219b3be3
Loading
Loading
Loading
Loading
+13 −11
Original line number Diff line number Diff line
@@ -481,18 +481,20 @@ saref:EventFunction rdf:type owl:Class ;
                    rdfs:label "Event function"@en .


###  https://w3id.org/saref#FeatureOfInterest
saref:FeatureOfInterest a owl:Class ;
###  https://saref.etsi.org/FeatureOfInterest
saref:FeatureOfInterest rdf:type owl:Class ;
                        rdfs:subClassOf [ a owl:Restriction ;
                                          owl:onProperty saref:hasProperty ;
            owl:allValuesFrom saref:Property ] ,

                                          owl:allValuesFrom saref:Property 
                                        ] ,
                                        [ a owl:Restriction ;
                                          owl:onProperty saref:isFeatureOfInterestOf ;
            owl:allValuesFrom saref:Measurement ] ;
               rdfs:comment "A feature of interest represent any real world from which a property is observed or measured."@en ;
                                          owl:allValuesFrom saref:Measurement 
                                        ] ; 
                        rdfs:comment "A feature of interest represents any real world entity from which a property is measured."@en ;
                        rdfs:label "Feature of interest"@en .


###  https://saref.etsi.org/Function
saref:Function rdf:type owl:Class ;
               rdfs:subClassOf [ rdf:type owl:Restriction ;