Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
beachtom committed Jul 24, 2024
1 parent 6b70146 commit ef1ac8a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/check_method.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,15 @@ aec3po:CompositeCheckMethod a owl:Class ;
# rdfs:isDefinedBy aec3po:check_method ;
# rdfs:subPropertyOf aec3po:hasDesign .

aec3po:hasBSSDDTarget a owl:FunctionalProperty,
aec3po:hasBSDDTarget a owl:FunctionalProperty,
owl:ObjectProperty ;
rdfs:label "hasBSSDDTarget"@en ;
rdfs:comment "The target refers to either the name of an object, the name of property or a function."@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( aec3po:FeatureOfInterest aec3po:Property aec3po:CheckMethod) ] ;
rdfs:isDefinedBy aec3po:check_method .

aec3po:hasBSSDDValue a owl:FunctionalProperty,
aec3po:hasBSDDValue a owl:FunctionalProperty,
owl:ObjectProperty ;
rdfs:label "hasBSSDDValue"@en ;
rdfs:comment "TBD"@en ;
Expand Down Expand Up @@ -190,10 +190,6 @@ aec3po:hasNestedTarget a owl:ObjectProperty ;
aec3po:hasTarget a owl:DatatypeProperty ;
rdfs:label "hasTarget"@en ;
rdfs:comment ""@en .

aec3po:hasBSDDTarget a owl:ObjectProperty ;
rdfs:label "hasBSDDTarget"@en ;
rdfs:comment ""@en .

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

0 comments on commit ef1ac8a

Please sign in to comment.