Skip to content

Commit 356eb9e

Browse files
committed
new class Set Point
1 parent 7dc6d25 commit 356eb9e

2 files changed

Lines changed: 32 additions & 18 deletions

File tree

src/ontology/hto-edit.owl

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ Auch erhöhte Gaskühlung durch ventilation."""@de ,
375375

376376
### https://w3id.org/pmd/hto/HTO_0000003
377377
<https://w3id.org/pmd/hto/HTO_0000003> rdf:type owl:Class ;
378-
rdfs:subClassOf <https://w3id.org/pmd/co/PMD_0060006> ,
378+
rdfs:subClassOf <https://w3id.org/pmd/hto/HTO_0000032> ,
379379
[ rdf:type owl:Restriction ;
380380
owl:onProperty <http://purl.obolibrary.org/obo/IAO_0000136> ;
381381
owl:someValuesFrom <https://w3id.org/pmd/hto/HTO_0000005>
@@ -430,7 +430,7 @@ Auch erhöhte Gaskühlung durch ventilation."""@de ,
430430

431431
### https://w3id.org/pmd/hto/HTO_0000008
432432
<https://w3id.org/pmd/hto/HTO_0000008> rdf:type owl:Class ;
433-
rdfs:subClassOf <https://w3id.org/pmd/co/PMD_0060006> ,
433+
rdfs:subClassOf <https://w3id.org/pmd/hto/HTO_0000032> ,
434434
[ rdf:type owl:Restriction ;
435435
owl:onProperty <http://purl.obolibrary.org/obo/IAO_0000136> ;
436436
owl:someValuesFrom <https://w3id.org/pmd/hto/HTO_0000009>
@@ -638,6 +638,20 @@ Auch erhöhte Gaskühlung durch ventilation."""@de ,
638638
rdfs:label "cooling rate"@en .
639639

640640

641+
### https://w3id.org/pmd/hto/HTO_0000032
642+
<https://w3id.org/pmd/hto/HTO_0000032> rdf:type owl:Class ;
643+
rdfs:subClassOf <https://w3id.org/pmd/co/PMD_0060006> ;
644+
<http://purl.org/dc/terms/creator> "thonagel" ;
645+
rdfs:comment "Internally (within the devices' logic) a process is run to reach and maintain the given setpoint." ;
646+
rdfs:label "Sollwert"@de ,
647+
"set point"@en ;
648+
<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 ;
649+
<http://www.w3.org/2004/02/skos/core#example> """The flow rate for a mass flow controller.
650+
The target temperature in the furnace chamber for a given process step.
651+
The rotational speed of a fan.""" ;
652+
<https://w3id.org/pmd/co/PMD_0000064> "tdb" .
653+
654+
641655
### https://w3id.org/pmd/hto/Hardening
642656
<https://w3id.org/pmd/hto/Hardening> rdf:type owl:Class ;
643657
rdfs:subClassOf <https://w3id.org/pmd/co/PMD_0000779> ;
@@ -841,12 +855,12 @@ verwendet Randschichttiefe""" .
841855

842856
### https://w3id.org/pmd/hto/Rotation
843857
<https://w3id.org/pmd/hto/Rotation> rdf:type owl:Class ;
844-
rdfs:subClassOf <https://w3id.org/pmd/co/PMD_0060006> ;
858+
rdfs:subClassOf <https://w3id.org/pmd/hto/HTO_0000032> ;
845859
<http://purl.obolibrary.org/obo/IAO_0000114> "needs work" ;
846860
rdfs:comment "seam to be a device specification pinting to a process charateristic of type speed" ;
847861
rdfs:isDefinedBy <https://w3id.org/pmd/hto/> ;
848-
rdfs:label "rotation speed"@en ;
849-
<http://www.w3.org/2004/02/skos/core#definition> " Parameter describing the intended rotational speed of a device as e.g. an fan or turbine, unit revolution per minute. "@en ,
862+
rdfs:label "rotation speed specification"@en ;
863+
<http://www.w3.org/2004/02/skos/core#definition> "Device specification describing the intended rotational speed of a device e.g. an fan or turbine"@en ,
850864
"rotation speed of the atmosphere agitation device "@en .
851865

852866

src/ontology/imports/pmdco_import.owl

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3487,7 +3487,7 @@ AnnotationAssertion(skos:definition co:PMD_0000056 "Ein Schmelzofen ist ein Ger
34873487
SubClassOf(co:PMD_0000056 co:PMD_0000780)
34883488
SubClassOf(co:PMD_0000056 ObjectIntersectionOf(co:PMD_0000655 ObjectSomeValuesFrom(obo:RO_0000085 co:PMD_0000057)))
34893489

3490-
# Class: co:PMD_0000057 (Schmelzfunktion)
3490+
# Class: co:PMD_0000057 (melting function)
34913491

34923492
AnnotationAssertion(rdfs:label co:PMD_0000057 "Schmelzfunktion"@de)
34933493
AnnotationAssertion(rdfs:label co:PMD_0000057 "melting function"@en)
@@ -3729,7 +3729,7 @@ AnnotationAssertion(skos:definition co:PMD_0000530 "Ein Mechanische Eigenschafte
37293729
AnnotationAssertion(skos:example co:PMD_0000530 "Testing the flexural strength of a plastic beam to ensure it can withstand the required load in an engineering application."@en)
37303730
SubClassOf(co:PMD_0000530 co:PMD_0000849)
37313731

3732-
# Class: co:PMD_0000531 (biocompatibility analyzing process)
3732+
# Class: co:PMD_0000531 (Analyseverfahren der Biokompatibilität)
37333733

37343734
AnnotationAssertion(rdfs:label co:PMD_0000531 "Analyseverfahren der Biokompatibilität"@de)
37353735
AnnotationAssertion(rdfs:label co:PMD_0000531 "biocompatibility analyzing process"@en)
@@ -3811,7 +3811,7 @@ AnnotationAssertion(skos:definition co:PMD_0000541 "A CNC Machine is a Forming M
38113811
AnnotationAssertion(skos:definition co:PMD_0000541 "Eine CNC-Maschine ist eine Formmaschine, die zur präzisen Steuerung von Bearbeitungswerkzeugen für Schneid-, Bohr-, Fräs- und andere Aufgaben computergestützte numerische Steuerung verwendet."@de)
38123812
SubClassOf(co:PMD_0000541 co:PMD_0000648)
38133813

3814-
# Class: co:PMD_0000542 (cnc welding machine)
3814+
# Class: co:PMD_0000542 (CNC-Schweißmaschine)
38153815

38163816
AnnotationAssertion(rdfs:label co:PMD_0000542 "CNC-Schweißmaschine"@de)
38173817
AnnotationAssertion(rdfs:label co:PMD_0000542 "cnc welding machine"@en)
@@ -4642,7 +4642,7 @@ AnnotationAssertion(skos:definition co:PMD_0000649 "Ein Umform Prozess, bei dem
46424642
AnnotationAssertion(skos:example co:PMD_0000649 "Stripping, Deep Drawing, Spinning"@en)
46434643
SubClassOf(co:PMD_0000649 co:PMD_0000646)
46444644

4645-
# Class: co:PMD_0000650 (forming under compressive conditions)
4645+
# Class: co:PMD_0000650 (Druckumformen)
46464646

46474647
AnnotationAssertion(obo:IAO_0000119 co:PMD_0000650 "Official definition can be found in: DIN 8583-1"@en)
46484648
AnnotationAssertion(terms:source co:PMD_0000650 "Offizielle Definition findet man in: DIN 8583-1"@de)
@@ -5374,7 +5374,7 @@ AnnotationAssertion(co:PMD_0000060 co:PMD_0000848 "true"^^xsd:boolean)
53745374
SubClassOf(co:PMD_0000848 co:PMD_0000005)
53755375
SubClassOf(co:PMD_0000848 ObjectSomeValuesFrom(co:PMD_0001030 co:PMD_0000522))
53765376

5377-
# Class: co:PMD_0000849 (Mechanische Eigenschaften Analyseverfahren)
5377+
# Class: co:PMD_0000849 (mechanical property analyzing process)
53785378

53795379
AnnotationAssertion(rdfs:label co:PMD_0000849 "Mechanische Eigenschaften Analyseverfahren"@de)
53805380
AnnotationAssertion(rdfs:label co:PMD_0000849 "mechanical property analyzing process"@en)
@@ -5542,7 +5542,7 @@ AnnotationAssertion(skos:definition co:PMD_0000874 "A microscope that uses visib
55425542
AnnotationAssertion(skos:definition co:PMD_0000874 "Ein Mikroskop, das sichtbares Licht und Linsen verwendet, um kleine Objekte oder Details zu vergrößern und zu betrachten."@de)
55435543
SubClassOf(co:PMD_0000874 co:PMD_0000855)
55445544

5545-
# Class: co:PMD_0000875 (Optische Mikroskopie)
5545+
# Class: co:PMD_0000875 (optical microscopy)
55465546

55475547
AnnotationAssertion(rdfs:label co:PMD_0000875 "Ein Mikroskopieverfahren, das sichtbares Licht und Linsen verwendet, um eine Probe zu vergrößern und abzubilden, und weit verbreitet zur Untersuchung der Mikrostruktur und Morphologie von Materialien ist."@de)
55485548
AnnotationAssertion(rdfs:label co:PMD_0000875 "Optische Mikroskopie"@de)
@@ -5714,7 +5714,7 @@ AnnotationAssertion(skos:definition co:PMD_0000899 "Ein Herstellungsprozess, der
57145714
AnnotationAssertion(skos:example co:PMD_0000899 "Casting, Sintering"@en)
57155715
SubClassOf(co:PMD_0000899 co:PMD_0000833)
57165716

5717-
# Class: co:PMD_0000900 (primary shaping by additive manufacturing)
5717+
# Class: co:PMD_0000900 (Urformen Durch Additive Fertigung)
57185718

57195719
AnnotationAssertion(rdfs:label co:PMD_0000900 "Urformen Durch Additive Fertigung"@de)
57205720
AnnotationAssertion(rdfs:label co:PMD_0000900 "primary shaping by additive manufacturing"@en)
@@ -6043,7 +6043,7 @@ AnnotationAssertion(skos:definition co:PMD_0000942 "The specific surface area is
60436043
AnnotationAssertion(co:PMD_0000060 co:PMD_0000942 "true"^^xsd:boolean)
60446044
SubClassOf(co:PMD_0000942 co:PMD_0020131)
60456045

6046-
# Class: co:PMD_0000944 (Spektrometer)
6046+
# Class: co:PMD_0000944 (spectrometer)
60476047

60486048
AnnotationAssertion(rdfs:label co:PMD_0000944 "Spektrometer"@de)
60496049
AnnotationAssertion(rdfs:label co:PMD_0000944 "spectrometer"@en)
@@ -6128,7 +6128,7 @@ AnnotationAssertion(skos:definition co:PMD_0000956 "Ein Simulationsprozess, der
61286128
AnnotationAssertion(skos:example co:PMD_0000956 "Optimizing the atomic structure of a catalyst to enhance its performance."@en)
61296129
SubClassOf(co:PMD_0000956 co:PMD_0000933)
61306130

6131-
# Class: co:PMD_0000957 (structural property analyzing process)
6131+
# Class: co:PMD_0000957 (Struktur Eigenschaften Analyseverfahren)
61326132

61336133
AnnotationAssertion(rdfs:label co:PMD_0000957 "Struktur Eigenschaften Analyseverfahren"@de)
61346134
AnnotationAssertion(rdfs:label co:PMD_0000957 "structural property analyzing process"@en)
@@ -9207,10 +9207,10 @@ SubObjectPropertyOf(ObjectPropertyChain(obo:BFO_0000055 obo:RO_0000059) obo:STAT
92079207
SubObjectPropertyOf(ObjectPropertyChain(obo:RO_0001025 obo:BFO_0000050) obo:RO_0001025)
92089208
SubObjectPropertyOf(ObjectPropertyChain(obo:RO_0002224 obo:RO_0002233) obo:RO_0002233)
92099209
SubObjectPropertyOf(ObjectPropertyChain(obo:RO_0002230 obo:RO_0002234) obo:RO_0002234)
9210-
DLSafeRule(Body(ObjectPropertyAtom(obo:RO_0000053 Variable(<urn:swrl:var#e>) Variable(<urn:swrl:var#d>)) ClassAtom(obo:BFO_0000016 Variable(<urn:swrl:var#d>)))Head(ObjectPropertyAtom(obo:RO_0000091 Variable(<urn:swrl:var#e>) Variable(<urn:swrl:var#d>))))
9211-
DLSafeRule(Body(ObjectPropertyAtom(obo:RO_0000053 Variable(<urn:swrl:var#e>) Variable(<urn:swrl:var#d>)) ClassAtom(obo:BFO_0000019 Variable(<urn:swrl:var#d>)))Head(ObjectPropertyAtom(obo:RO_0000086 Variable(<urn:swrl:var#e>) Variable(<urn:swrl:var#d>))))
9212-
DLSafeRule(Body(ObjectPropertyAtom(obo:RO_0000053 Variable(<urn:swrl:var#e>) Variable(<urn:swrl:var#d>)) ClassAtom(obo:BFO_0000023 Variable(<urn:swrl:var#d>)))Head(ObjectPropertyAtom(obo:RO_0000087 Variable(<urn:swrl:var#e>) Variable(<urn:swrl:var#d>))))
9213-
DLSafeRule(Body(ObjectPropertyAtom(obo:RO_0000053 Variable(<urn:swrl:var#e>) Variable(<urn:swrl:var#d>)) ClassAtom(obo:BFO_0000034 Variable(<urn:swrl:var#d>)))Head(ObjectPropertyAtom(obo:RO_0000085 Variable(<urn:swrl:var#e>) Variable(<urn:swrl:var#d>))))
9210+
DLSafeRule(Body(ClassAtom(obo:BFO_0000016 Variable(<urn:swrl:var#d>)) ObjectPropertyAtom(obo:RO_0000053 Variable(<urn:swrl:var#e>) Variable(<urn:swrl:var#d>)))Head(ObjectPropertyAtom(obo:RO_0000091 Variable(<urn:swrl:var#e>) Variable(<urn:swrl:var#d>))))
9211+
DLSafeRule(Body(ClassAtom(obo:BFO_0000019 Variable(<urn:swrl:var#d>)) ObjectPropertyAtom(obo:RO_0000053 Variable(<urn:swrl:var#e>) Variable(<urn:swrl:var#d>)))Head(ObjectPropertyAtom(obo:RO_0000086 Variable(<urn:swrl:var#e>) Variable(<urn:swrl:var#d>))))
9212+
DLSafeRule(Body(ClassAtom(obo:BFO_0000023 Variable(<urn:swrl:var#d>)) ObjectPropertyAtom(obo:RO_0000053 Variable(<urn:swrl:var#e>) Variable(<urn:swrl:var#d>)))Head(ObjectPropertyAtom(obo:RO_0000087 Variable(<urn:swrl:var#e>) Variable(<urn:swrl:var#d>))))
9213+
DLSafeRule(Body(ClassAtom(obo:BFO_0000034 Variable(<urn:swrl:var#d>)) ObjectPropertyAtom(obo:RO_0000053 Variable(<urn:swrl:var#e>) Variable(<urn:swrl:var#d>)))Head(ObjectPropertyAtom(obo:RO_0000085 Variable(<urn:swrl:var#e>) Variable(<urn:swrl:var#d>))))
92149214
AnnotationAssertion(obo:IAO_0000115 obo:IAO_0000103 "The term was used in an attempt to structure part of the ontology but in retrospect failed to do a good job"@en)
92159215
AnnotationAssertion(rdfs:label obo:IAO_0000103 "failed exploratory term"@en)
92169216
AnnotationAssertion(rdfs:label obo:IAO_0000226 "placeholder removed"@en)

0 commit comments

Comments
 (0)