From 9aaa5614b112fd4b21ee7eec356aabfd337db1ee Mon Sep 17 00:00:00 2001 From: Bernd Bayerlein <83270818+BerndBayerlein@users.noreply.github.com> Date: Tue, 30 Jul 2024 16:21:21 +0200 Subject: [PATCH] Add files via upload Added Sample. Test Piece and Specimen as subclasses of bfo:object. --- modules/pmdco-manufacturing.ttl | 46 +++++++++++++++++++++++++++++---- 1 file changed, 41 insertions(+), 5 deletions(-) diff --git a/modules/pmdco-manufacturing.ttl b/modules/pmdco-manufacturing.ttl index 0f741b5..0e4e57b 100644 --- a/modules/pmdco-manufacturing.ttl +++ b/modules/pmdco-manufacturing.ttl @@ -4,7 +4,7 @@ @prefix xml: . @prefix xsd: . @prefix rdfs: . -@base . +@base . rdf:type owl:Ontology ; owl:versionIRI ; @@ -582,9 +582,9 @@ rdfs:subClassOf ; rdfs:label "Herstellungsprozess"@de , "Manufacturing Process"@en ; - """A process that is driven by the primary intent to transform objects -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 . + """A planned process that is driven by the primary intent to transform objects +A manufacturing process is always a transformative process."""@en , + "Ein geplannter Prozess, der von der primären Absicht angetrieben wird, Objekte zu transformieren. Ein Herstellungsprozess ist immer ein Transformationsprozess."@de . ### https://w3id.org/pmd/co/PhotochemicalProcess @@ -747,6 +747,17 @@ A manufacture process is always a transformative process."""@en , "Electrical Discharge Machining, Thermal Ablation"@en . +### https://w3id.org/pmd/co/Sample +:Sample rdf:type owl:Class ; + rdfs:subClassOf ; + "PMDco Team" ; + "ISO 18589-1:2019-11 (International Standardization Committee: ISO/TC 85/SC 2/WG 17)"@en ; + rdfs:label "Probe"@de , + "Sample"@en ; + "An object, that is usually selected from a larger quantity of material, collected and taken away for testing"@en , + "Ein Objekt, das in der Regel aus einer größeren Menge von Material ausgewählt, gesammelt und zur Prüfung mitgenommen wird"@de . + + ### https://w3id.org/pmd/co/SampleRole :SampleRole rdf:type owl:Class ; rdfs:subClassOf ; @@ -793,6 +804,18 @@ A manufacture process is always a transformative process."""@en , "Metal Powder Sintering, Ceramic Sintering"@en . +### https://w3id.org/pmd/co/Specimen +:Specimen rdf:type owl:Class ; + rdfs:subClassOf :Sample ; + ; + "PMDco Team" ; + rdfs:label "Prüfling"@de , + "Specimen"@en ; + "A Sample that is designed for a specific analysis."@en , + "Eine Probe, die für eine bestimmte Analyse bestimmt ist."@de ; + "A specimen for a Transmission Electron Microscopic Analysis."@en . + + ### https://w3id.org/pmd/co/SpecimenRole :SpecimenRole rdf:type owl:Class ; rdfs:subClassOf ; @@ -804,6 +827,19 @@ A manufacture process is always a transformative process."""@en , "Role of an object which is realized when the object is the subject of analysis of a process."@en . +### https://w3id.org/pmd/co/TestPiece +:TestPiece rdf:type owl:Class ; + rdfs:subClassOf :Sample ; + ; + "PMDco Team" ; + "EN 10021:2006-12 (European Standardization Committee: CEN/TC 459/SC 12/WG 4)"@en ; + rdfs:label "Prüfkörper"@de , + "Test Piece"@en ; + "Part of a sample with specified dimensions, machined or un-machined, brought to a required condition for submission to a given test."@en , + "Teil einer Probe mit bestimmten Dimensionen, bearbeitet oder unbearbeitet, der in einen erforderlichen Zustand gebracht wird, um einer bestimmten Prüfung unterzogen zu werden."@de ; + "A test piece for tensile testing." . + + ### https://w3id.org/pmd/co/TestPieceRole :TestPieceRole rdf:type owl:Class ; rdfs:subClassOf ; @@ -855,4 +891,4 @@ A manufacture process is always a transformative process."""@en , "Injection molding of clay for ceramics."@en . -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi