Skip to content

Commit 1d913b7

Browse files
committed
device operation state value
axiomatics for dos
1 parent 31d310b commit 1d913b7

1 file changed

Lines changed: 33 additions & 4 deletions

File tree

src/ontology/hto-edit.owl

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ Auch erhöhte Gaskühlung durch ventilation."""@de ,
636636
<http://purl.org/dc/terms/creator> "thonagel" ;
637637
rdfs:comment "Internally (within the devices' logic) a process is run to reach and maintain the given setpoint." ;
638638
rdfs:label "Sollwert"@de ,
639-
"set point"@en ;
639+
"setpoint"@en ;
640640
<http://www.w3.org/2004/02/skos/core#definition> "A Set Point is a device specification that assigns a desired quantitative value to a controlled process parameter, serving as the normative reference for process execution and control."@en ;
641641
<http://www.w3.org/2004/02/skos/core#example> """The flow rate for a mass flow controller.
642642
The target temperature in the furnace chamber for a given process step.
@@ -649,18 +649,30 @@ The rotational speed of a fan.""" ;
649649
rdfs:subClassOf <https://w3id.org/pmd/co/PMD_0060006> ,
650650
[ rdf:type owl:Restriction ;
651651
owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000051> ;
652-
owl:someValuesFrom <http://purl.obolibrary.org/obo/OBI_0001930>
652+
owl:someValuesFrom <https://w3id.org/pmd/hto/HTO_0000034>
653653
] ,
654654
[ rdf:type owl:Restriction ;
655655
owl:onProperty <http://purl.obolibrary.org/obo/IAO_0000136> ;
656-
owl:someValuesFrom <http://purl.obolibrary.org/obo/BFO_0000034>
656+
owl:someValuesFrom <https://w3id.org/pmd/co/PMD_0000602>
657657
] ;
658658
<http://purl.org/dc/terms/creator> "thonagel" ;
659659
rdfs:label "device operation state"@en ;
660660
<http://www.w3.org/2004/02/skos/core#definition> "A Device Operation State is a state that inheres in a device and specifies whether a device function is currently active or inactive, typically represented in a control or output protocol as an on/off (or analogous binary) indicator."@en ,
661661
"Switches are device specifications that triggers a certain function within a device that can only assume two states (on/off)."@en .
662662

663663

664+
### https://w3id.org/pmd/hto/HTO_0000034
665+
<https://w3id.org/pmd/hto/HTO_0000034> rdf:type owl:Class ;
666+
owl:equivalentClass [ rdf:type owl:Class ;
667+
owl:oneOf ( <https://w3id.org/pmd/hto/HTO_0000035>
668+
<https://w3id.org/pmd/hto/HTO_0000036>
669+
)
670+
] ;
671+
rdfs:subClassOf <http://purl.obolibrary.org/obo/OBI_0001930> ;
672+
rdfs:label "device operation state value"@en ;
673+
<https://w3id.org/pmd/co/PMD_0000060> "true"^^xsd:boolean .
674+
675+
664676
### https://w3id.org/pmd/hto/Hardening
665677
<https://w3id.org/pmd/hto/Hardening> rdf:type owl:Class ;
666678
rdfs:subClassOf <https://w3id.org/pmd/co/PMD_0000779> ,
@@ -777,7 +789,7 @@ verwendet Randschichttiefe""" .
777789

778790
### https://w3id.org/pmd/hto/NitridingDepth
779791
<https://w3id.org/pmd/hto/NitridingDepth> rdf:type owl:Class ;
780-
rdfs:subClassOf <https://w3id.org/pmd/co/PMD_0000005> ;
792+
rdfs:subClassOf <https://w3id.org/pmd/co/PMD_0040001> ;
781793
rdfs:comment "propably some thicknes quality on some special fiat continuent part, diffusion layer having nitrid or something" ;
782794
rdfs:isDefinedBy <https://w3id.org/pmd/hto/> ;
783795
rdfs:label "nitriding depth"@en ;
@@ -1050,6 +1062,23 @@ verwendet Randschichttiefe""" .
10501062
"Prozesschritt, während dessen die Temperaturhomogenisierung im Bauteil erreicht wird."@de .
10511063

10521064

1065+
#################################################################
1066+
# Individuals
1067+
#################################################################
1068+
1069+
### https://w3id.org/pmd/hto/HTO_0000035
1070+
<https://w3id.org/pmd/hto/HTO_0000035> rdf:type owl:NamedIndividual ;
1071+
owl:differentFrom <https://w3id.org/pmd/hto/HTO_0000036> ;
1072+
<https://w3id.org/pmd/co/PMD_0000006> "true"^^xsd:boolean ;
1073+
rdfs:label "ON"@en .
1074+
1075+
1076+
### https://w3id.org/pmd/hto/HTO_0000036
1077+
<https://w3id.org/pmd/hto/HTO_0000036> rdf:type owl:NamedIndividual ;
1078+
<https://w3id.org/pmd/co/PMD_0000006> "false"^^xsd:boolean ;
1079+
rdfs:label "OFF"@en .
1080+
1081+
10531082
#################################################################
10541083
# Annotations
10551084
#################################################################

0 commit comments

Comments
 (0)