Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Added Sample. Test Piece and Specimen as subclasses of bfo:object.
  • Loading branch information
BerndBayerlein authored Jul 30, 2024
1 parent 1e7d645 commit 9aaa561
Showing 1 changed file with 41 additions and 5 deletions.
46 changes: 41 additions & 5 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/manufacturing> .
@base <https://w3id.org/pmd/co/> .

<https://w3id.org/pmd/co/manufacturing> rdf:type owl:Ontology ;
owl:versionIRI <https://w3id.org/pmd/co/manufacturing/3.0.0> ;
Expand Down Expand Up @@ -582,9 +582,9 @@
rdfs:subClassOf <http://purl.obolibrary.org/obo/OBI_0000011> ;
rdfs:label "Herstellungsprozess"@de ,
"Manufacturing Process"@en ;
<http://www.w3.org/2004/02/skos/core#definition> """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 .
<http://www.w3.org/2004/02/skos/core#definition> """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
Expand Down Expand Up @@ -747,6 +747,17 @@ A manufacture process is always a transformative process."""@en ,
<http://www.w3.org/2004/02/skos/core#example> "Electrical Discharge Machining, Thermal Ablation"@en .


### https://w3id.org/pmd/co/Sample
:Sample rdf:type owl:Class ;
rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000030> ;
<http://purl.obolibrary.org/obo/IAO_0000117> "PMDco Team" ;
<http://purl.obolibrary.org/obo/IAO_0000119> "ISO 18589-1:2019-11 (International Standardization Committee: ISO/TC 85/SC 2/WG 17)"@en ;
rdfs:label "Probe"@de ,
"Sample"@en ;
<http://www.w3.org/2004/02/skos/core#definition> "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 <http://purl.obolibrary.org/obo/BFO_0000023> ;
Expand Down Expand Up @@ -793,6 +804,18 @@ A manufacture process is always a transformative process."""@en ,
<http://www.w3.org/2004/02/skos/core#example> "Metal Powder Sintering, Ceramic Sintering"@en .


### https://w3id.org/pmd/co/Specimen
:Specimen rdf:type owl:Class ;
rdfs:subClassOf :Sample ;
<http://purl.obolibrary.org/obo/IAO_0000114> <http://purl.obolibrary.org/obo/IAO_0000428> ;
<http://purl.obolibrary.org/obo/IAO_0000117> "PMDco Team" ;
rdfs:label "Prüfling"@de ,
"Specimen"@en ;
<http://www.w3.org/2004/02/skos/core#definition> "A Sample that is designed for a specific analysis."@en ,
"Eine Probe, die für eine bestimmte Analyse bestimmt ist."@de ;
<http://www.w3.org/2004/02/skos/core#example> "A specimen for a Transmission Electron Microscopic Analysis."@en .


### https://w3id.org/pmd/co/SpecimenRole
:SpecimenRole rdf:type owl:Class ;
rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000023> ;
Expand All @@ -804,6 +827,19 @@ A manufacture process is always a transformative process."""@en ,
<http://www.w3.org/2004/02/skos/core#definition> "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 ;
<http://purl.obolibrary.org/obo/IAO_0000114> <http://purl.obolibrary.org/obo/IAO_0000428> ;
<http://purl.obolibrary.org/obo/IAO_0000117> "PMDco Team" ;
<http://purl.obolibrary.org/obo/IAO_0000119> "EN 10021:2006-12 (European Standardization Committee: CEN/TC 459/SC 12/WG 4)"@en ;
rdfs:label "Prüfkörper"@de ,
"Test Piece"@en ;
<http://www.w3.org/2004/02/skos/core#definition> "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 ;
<http://www.w3.org/2004/02/skos/core#example> "A test piece for tensile testing." .


### https://w3id.org/pmd/co/TestPieceRole
:TestPieceRole rdf:type owl:Class ;
rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000023> ;
Expand Down Expand Up @@ -855,4 +891,4 @@ A manufacture process is always a transformative process."""@en ,
<http://www.w3.org/2004/02/skos/core#example> "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

0 comments on commit 9aaa561

Please sign in to comment.