Commit 03436e2d authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

bug in the domain and range of isValueOfProperty

parent 3606d9e8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -946,8 +946,8 @@ saref:hasPropertyValue
saref:isValueOfProperty a owl:ObjectProperty ;
    rdfs:label "is value of property"@en ;
    rdfs:comment "Links a property value to the property or property of interest it is a value of."@en ;
    rdfs:domain [ a owl:Class ; owl:unionOf ( saref:FeatureKind saref:FeatureOfInterest saref:PropertyOfInterest ) ] ;
    rdfs:range saref:PropertyValue ;
    rdfs:domain saref:PropertyValue ;
    rdfs:range [ a owl:Class ; owl:unionOf ( saref:Property saref:PropertyOfInterest ) ] ;
    skos:historyNote "V3.2.1: Introduced saref:isValueOfProperty."@en .