Skip to content

Commit

Permalink
Manufacturing Modul Update
Browse files Browse the repository at this point in the history
The manufacturing module has been extended with the 6 main groups according to DIN 8580 according to the Mandatory Annotations for Ontology Terms. Heat Treatment was added as a subclass according to DIN EN ISO 4885.
  • Loading branch information
BerndBayerlein authored Nov 29, 2023
1 parent ebd5682 commit d740842
Showing 1 changed file with 102 additions and 8 deletions.
110 changes: 102 additions & 8 deletions modules/pmdco-manufacturing.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <https://w3id.org/pmd/co/> .
@base <https://w3id.org/pmd/co> .

<https://w3id.org/pmd/co> rdf:type owl:Ontology ;
owl:versionIRI <https://w3id.org/pmd/co/manufacturing/3.0.0> ;
Expand All @@ -18,9 +18,9 @@
owl:versionInfo "3.0.0" .

#################################################################
# Annotation properties
# Annotation properties
#################################################################


### http://purl.org/dc/terms/bibliographicCitation
<http://purl.org/dc/terms/bibliographicCitation> rdf:type owl:AnnotationProperty .

Expand All @@ -38,9 +38,9 @@


#################################################################
# Classes
# Classes
#################################################################


### https://w3id.org/pmd/co/AgingProcess
:AgingProcess rdf:type owl:Class ;
rdfs:subClassOf <http://purl.obolibrary.org/obo/OBI_0000011> ;
Expand Down Expand Up @@ -72,6 +72,32 @@
:definitionSource "“Blank.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/blank. Accessed 25 Nov. 2022."@en .


### https://w3id.org/pmd/co/ChangingOfMaterialProperties
:ChangingOfMaterialProperties rdf:type owl:Class ;
rdfs:subClassOf :ManufacturingProcess ;
<http://purl.obolibrary.org/obo/IAO_0000117> "PERSON: Bernd Bayerlein"@de ;
<http://purl.obolibrary.org/obo/IAO_0000119> "DIN DIN 8580:2003-9 Fertigungsverfahren, Seite 5, 3.1.6 Stoffeigenschaften ändern - Definition"@de ,
"Translated from: DIN DIN 8580:2003-9 Fertigungsverfahren, Page 5, 3.1.6 Stoffeigenschaften ändern - Definition"@en ;
rdfs:label "Changing Of Material Properties"@en ,
"Stoffeigenschaft Ändern"@de ;
<http://www.w3.org/2004/02/skos/core#definition> "A manufacturing process that changes the properties of the material from which a workpiece is made, which is achieved by changes in the submicroscopic or atomic range, e.g. by diffusion of atoms, generation and movement of dislocations in the atomic lattice or chemical reactions, and whereby unavoidable changes in shape are not part of the nature of these processes."@en ,
"Ein Herstellungsprozess, dass die Eigenschaften des Werkstoffs, aus dem ein Werkstück besteht verändert, welches u. a. durch Veränderungen im submikroskopischen bzw. atomaren Bereich, z. B. durch Diffusion von Atomen, Erzeugung und Bewegung von Versetzungen im Atomgitter oder chemische Reaktionen geschieht und wobei unvermeidbar auftretende Formänderungen nicht zum Wesen dieser Verfahren gehören."@de ;
<http://www.w3.org/2004/02/skos/core#example> "Heat Treatment"@en .


### https://w3id.org/pmd/co/Coating
:Coating rdf:type owl:Class ;
rdfs:subClassOf :ManufacturingProcess ;
<http://purl.obolibrary.org/obo/IAO_0000117> "PERSON: Bernd Bayerlein"@de ;
<http://purl.obolibrary.org/obo/IAO_0000119> "DIN DIN 8580:2003-9 Fertigungsverfahren, Seite 5, 3.1.5 Beschichten - Definition"@de ,
"Translated from: DIN DIN 8580:2003-9 Fertigungsverfahren, Page 5, 3.1.5 Beschichten - Definition"@en ;
rdfs:label "Beschichten"@de ,
"Coating"@en ;
<http://www.w3.org/2004/02/skos/core#definition> "A manufacturing process for applying a tightly bonded layer of shapeless material to a workpiece, whereby the condition of the coating material immediately before coating is decisive."@en ,
"Ein Herstellungsprozess, zur Aufbringung einer fest haftenden Schicht aus formlosem Stoff auf ein Werkstück, wobei der unmittelbar vor dem Beschichten herrschende Zustand des Beschichtungsstoffs maßgebend ist."@de ;
<http://www.w3.org/2004/02/skos/core#example> "Chemical Vapour Deposition, Physical Vapour Deposition"@en .


### https://w3id.org/pmd/co/ConditioningProcess
:ConditioningProcess rdf:type owl:Class ;
rdfs:subClassOf <http://purl.obolibrary.org/obo/OBI_0000011> ;
Expand All @@ -82,6 +108,60 @@
"This activity describes the process of and the measures taken to set a tangible object to pre-defined environmental conditions."@en .


### https://w3id.org/pmd/co/Cutting
:Cutting rdf:type owl:Class ;
rdfs:subClassOf :ManufacturingProcess ;
<http://purl.obolibrary.org/obo/IAO_0000117> "PERSON: Bernd Bayerlein"@de ;
<http://purl.obolibrary.org/obo/IAO_0000119> "DIN DIN 8580:2003-9 Fertigungsverfahren, Seite 4, 3.1.3 Trennen - Definition"@de ,
"Translated from: DIN DIN 8580:2003-9 Fertigungsverfahren, Page 4, 3.1.3 Trennen - Definition"@en ;
rdfs:label "Cutting"@en ,
"Trennen"@de ;
<http://www.w3.org/2004/02/skos/core#definition> "A manufacturing process in which the cohesion of bodies is removed, whereby the cohesion is partially or completely reduced."@en ,
"""Ein Herstellungsprozess, indem der Zusammenhalten von Körpern aufgehoben wird, wobei der Zusammenhalt teilweise oder im
Ganzen vermindert wird."""@de ;
<http://www.w3.org/2004/02/skos/core#example> "Cutting, Removal"@en .


### https://w3id.org/pmd/co/Forming
:Forming rdf:type owl:Class ;
rdfs:subClassOf :ManufacturingProcess ;
<http://purl.obolibrary.org/obo/IAO_0000117> "PERSON: Bernd Bayerlein"@de ;
<http://purl.obolibrary.org/obo/IAO_0000119> "DIN DIN 8580:2003-9 Fertigungsverfahren, Seite 4, 3.1.2 Umformen - Definition"@de ,
"Translated from: DIN DIN 8580:2003-9 Fertigungsverfahren, Page 4, 3.1.2 Umformen - Definition"@en ;
rdfs:label "Forming"@en ,
"Umformen"@de ;
<http://www.w3.org/2004/02/skos/core#definition> "A manufacturing process that produces a solid body by formative (plastically) changing its shape while retaining both mass and cohesion"@en ,
"Ein Herstellungsprozess, der durch bildsames (plastisches) Ändern der Form eines festen Körpers fertigt, wobei sowohl die Masse als auch der Zusammenhalt beibehalten werden"@de ;
<http://www.w3.org/2004/02/skos/core#example> "Tension Forming, Compression Forming"@en .


### https://w3id.org/pmd/co/HeatTreatment
:HeatTreatment rdf:type owl:Class ;
rdfs:subClassOf :ChangingOfMaterialProperties ;
<http://purl.obolibrary.org/obo/IAO_0000117> "PERSON: Bernd Bayerlein"@de ;
<http://purl.obolibrary.org/obo/IAO_0000119> "DIN EN ISO 4885:2018 Wärmebehandlung Seite 21, 3.108 Wärmebehandlung - Definition"@de ,
"Transöated from DIN EN ISO 4885:2018 Wärmebehandlung Page 21, 3.108 Wärmebehandlung - Definition"@en ;
rdfs:label "Heat Treatment"@en ,
"Wärmebehandlung"@de ;
<http://www.w3.org/2004/02/skos/core#altLabel> "Wärmebehandeln"@de ;
<http://www.w3.org/2004/02/skos/core#definition> "A changing of materials properties process in which, through a sequence of treatments, a solid (ferrous) product is subjected in whole or in part to time-temperature sequences in order to change its properties and/or microstructure."@en ,
"Ein Stoffeigenschafts Ändern Prozess, bei der durch eine Folge von Behandlungen, in deren Verlauf ein festes (Eisen-)Erzeugnis ganz oder teilweise Zeit-Temperatur-Folgen unterworfen wird, um seine Eigenschaften und/oder sein Gefüge zu ändern."@de ;
<http://www.w3.org/2004/02/skos/core#example> "Annealing, Ageing, Hardening"@en .


### https://w3id.org/pmd/co/Joining
:Joining rdf:type owl:Class ;
rdfs:subClassOf :ManufacturingProcess ;
<http://purl.obolibrary.org/obo/IAO_0000117> "PERSON: Bernd Bayerlein"@de ;
<http://purl.obolibrary.org/obo/IAO_0000119> "DIN DIN 8580:2003-9 Fertigungsverfahren, Seite 5, 3.1.4 Fügen - Definition"@de ,
"Translated from: DIN DIN 8580:2003-9 Fertigungsverfahren, Page 5, 3.1.4 Fügen - Definition"@en ;
rdfs:label "Fügen"@de ,
"Joining"@en ;
<http://www.w3.org/2004/02/skos/core#definition> "A manufacturing process that enables the permanent joining or other bringing together of two or more workpieces of geometrically defined solid form or of such workpieces with shapeless material, whereby the cohesion is created locally and increased as a whole."@en ,
"Ein Herstellungsprozess, der ein auf Dauer angelegtes Verbinden oder sonstiges Zusammenbringen von zwei oder mehreren Werkstücken geometrisch bestimmter fester Form oder von ebensolchen Werkstücken mit formlosem Stoff ermöglicht, wobei der Zusammenhalt örtlich geschaffen und im Ganzen vermehrt wird."@de ;
<http://www.w3.org/2004/02/skos/core#example> "Joining By Welding, Assembling"@en .


### https://w3id.org/pmd/co/ManufacturingProcess
:ManufacturingProcess rdf:type owl:Class ;
rdfs:subClassOf <http://purl.obolibrary.org/obo/OBI_0000011> ;
Expand All @@ -93,6 +173,20 @@ A manufacture process is always a transformative process."""@en ,
"A process that is driven by the primary intent to transform objects. A manufacture process is always a transformative process."@en .


### https://w3id.org/pmd/co/PrimaryShaping
:PrimaryShaping rdf:type owl:Class ;
rdfs:subClassOf :ManufacturingProcess ;
<http://purl.obolibrary.org/obo/IAO_0000117> "PERSON: Bernd Bayerlein"@de ;
<http://purl.obolibrary.org/obo/IAO_0000119> "DIN DIN 8580:2003-9 Fertigungsverfahren, Seite 4, 3.1.1 Urformen - Definition"@de ,
"Translated from: DIN 8580:2003-9 Fertigungsverfahren, Page 4, 3.1.1 Urformen - Definition"@en ;
rdfs:label "Primary Shaping"@en ,
"Urformen"@de ;
<http://www.w3.org/2004/02/skos/core#altLabel> "Primary Forming"@en ;
<http://www.w3.org/2004/02/skos/core#definition> "A manufacturing process that fabricates a solid object from formless material by establishing cohesion, whereby the material properties of the workpiece become determinable and manifest."@en ,
"Ein Herstellungsprozess, der einen festen Körpers aus formlosem Stoff durch Schaffen des Zusammenhalts fertigt, wobei die Stoffeigenschaften des Werkstücks bestimmbar in Erscheinung treten."@de ;
<http://www.w3.org/2004/02/skos/core#example> "Casting, Sintering"@en .


### https://w3id.org/pmd/co/Sample
:Sample rdf:type owl:Class ;
rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000023> ;
Expand Down Expand Up @@ -126,9 +220,9 @@ A manufacture process is always a transformative process."""@en ,


#################################################################
# Individuals
# Individuals
#################################################################


### https://w3id.org/pmd/co/object1
:object1 rdf:type owl:NamedIndividual .

Expand All @@ -140,4 +234,4 @@ A manufacture process is always a transformative process."""@en ,
<http://purl.obolibrary.org/obo/OBI_0000299> :object1 .


### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi

0 comments on commit d740842

Please sign in to comment.