Skip to content

Commit

Permalink
[Fix partially kbss-cvut/fta-fmea-ui#541] Add auxiliary data property…
Browse files Browse the repository at this point in the history
… to distinguish between generated (auxiliary is true) and imported (auxiliary is false or missing) fha
  • Loading branch information
kostobog committed Aug 9, 2024
1 parent 6ea14d4 commit 55f1dc4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ontology-generator/ontology/fta-fmea-model.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,9 @@ fta-fmea:system-name rdf:type owl:DatatypeProperty ;
fta-fmea:status rdf:type owl:DatatypeProperty ;
rdfs:label "status" .

### http://onto.fel.cvut.cz/ontologies/fta-fmea-application/auxiliary
fta-fmea:auxiliary rdf:type owl:DatatypeProperty ;
rdfs:label "auxiliary" .

#################################################################
# Classes
Expand Down

0 comments on commit 55f1dc4

Please sign in to comment.