Skip to content

Commit

Permalink
Update check_method.ttl
Browse files Browse the repository at this point in the history
Create a new property called hasBSDDValue - which is an object property
Create a new property called hasNestedValue which has domain CheckMethod
  • Loading branch information
EdliraK authored Apr 22, 2024
1 parent 41f9aec commit 76b4a49
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/check_method.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,18 @@ aec3po:CompositeCheckMethod a owl:Class ;
owl:unionOf ( aec3po:FeatureOfInterest aec3po:Property aec3po:CheckMethod) ] ;
rdfs:isDefinedBy aec3po:check_method .

aec3po:hasBSSDDValue a owl:FunctionalProperty,
owl:ObjectProperty ;
rdfs:label "hasBSSDDValue"@en ;
rdfs:comment "TBD"@en ;
rdfs:isDefinedBy aec3po:check_method .

aec3po:hasNestedValue a owl:ObjectProperty ;
rdfs:label "hasNestedValue"@en ;
rdfs:comment "TBD"@en ;
rdfs:domain aec3po:CheckMethod ;
rdfs:isDefinedBy aec3po:check_method .

## hasValue has been defined in the core ontology
#aec3po:hasValue a owl:FunctionalProperty,
# owl:ObjectProperty ;
Expand Down

0 comments on commit 76b4a49

Please sign in to comment.