Skip to content

Commit

Permalink
Update check_method.ttl
Browse files Browse the repository at this point in the history
adding hasBooleanTarget
  • Loading branch information
EdliraK authored Apr 29, 2024
1 parent 76b4a49 commit 3c59447
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 @@ -192,6 +192,13 @@ aec3po:hasTarget a owl:DatatypeProperty ;
rdfs:label "hasTarget"@en ;
rdfs:comment "TBD"@en ;
rdfs:range xsd:string .

aec3po:hasBooleanTarget a owl:DatatypeProperty ;
rdfs:label "hasBooleanTarget"@en ;
rdfs:comment "TBD"@en ;
rdfs:range xsd:boolean .



aec3po:FunctionCheckMethod a owl:Class ;
rdfs:label "Function Check Method"@en ;
Expand Down

0 comments on commit 3c59447

Please sign in to comment.