Skip to content

Commit

Permalink
Update check_method.ttl
Browse files Browse the repository at this point in the history
- renamed to hasBSDDTarget
- Create a new object property hasNestedTarget the range of which should be a CheckMethod
  • Loading branch information
EdliraK authored Apr 22, 2024
1 parent 3961e97 commit f366c92
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/check_method.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,13 @@ aec3po:hasOperator a owl:ObjectProperty ;
rdfs:range aec3po:CheckMethodOperator ;
rdfs:isDefinedBy aec3po:check_method .


aec3po:hasNestedTarget a owl:ObjectProperty ;
rdfs:label "hasNestedTarget"@en ;
rdfs:comment ""@en ;
rdfs:range aec3po:CheckMethod ;
rdfs:isDefinedBy aec3po:check_method .

aec3po:FunctionCheckMethod a owl:Class ;
rdfs:label "Function Check Method"@en ;
rdfs:comment "Methods of check defined by functions. The function can be general purpose, not tied to specific project and reused i.e. getArea(), getVolume(). This concept is equivalent to the Execution class in the Function ontology: https://fno.io/spec/ "@en ;
Expand Down

0 comments on commit f366c92

Please sign in to comment.