Skip to content

Commit

Permalink
Update pmdco-devices.ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
joergwa committed Nov 30, 2023
1 parent 03b6a3d commit 1897655
Showing 1 changed file with 80 additions and 0 deletions.
80 changes: 80 additions & 0 deletions modules/pmdco-devices.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@
<http://purl.obolibrary.org/obo/OBI_0400107> owl:equivalentClass :ComputingNode .


### https://w3id.org/pmd/co/Bandsaw
:Bandsaw rdf:type owl:Class ;
rdfs:subClassOf :Saw .


### https://w3id.org/pmd/co/Caliper
:Caliper rdf:type owl:Class ;
rdfs:subClassOf :MeasuringDevice ;
Expand All @@ -63,6 +68,11 @@
:definitionSource "https://www.merriam-webster.com/dictionary/caliper"@en .


### https://w3id.org/pmd/co/CircularSaw
:CircularSaw rdf:type owl:Class ;
rdfs:subClassOf :Saw .


### https://w3id.org/pmd/co/ComputingNode
:ComputingNode rdf:type owl:Class ;
rdfs:subClassOf <http://purl.obolibrary.org/obo/OBI_0000968> ;
Expand All @@ -76,6 +86,11 @@ A computing system can be virtual (e.g., a container or virtual machine) or phys
Ein Rechenknoten kann virtuell (bspw. ein Container oder eine virtuelle Maschine) oder physisch (z. B. ein Bare-Metal-Server) ausgestaltet sein und verwendet in der Regel digitale Repräsentationen von Objekten als Eingaben und erzeugt digitale Messungen, wie z.B. Simulationsergebnisse oder Vorhersagen, als Ausgaben."""@de .


### https://w3id.org/pmd/co/CutFunction
:CutFunction rdf:type owl:Class ;
rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000034> .


### https://w3id.org/pmd/co/DimensionMeasuringDevice
:DimensionMeasuringDevice rdf:type owl:Class ;
rdfs:subClassOf :MeasuringDevice ;
Expand Down Expand Up @@ -132,6 +147,32 @@ Ein Rechenknoten kann virtuell (bspw. ein Container oder eine virtuelle Maschine
:definitionSource "https://www.merriam-webster.com/dictionary/grips"@en .


### https://w3id.org/pmd/co/Knife
:Knife rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/OBI_0000968>
[ rdf:type owl:Restriction ;
owl:onProperty <http://purl.obolibrary.org/obo/RO_0000085> ;
owl:someValuesFrom :CutFunction
]
) ;
rdf:type owl:Class
] ;
rdfs:subClassOf <http://purl.obolibrary.org/obo/OBI_0000968> .


### https://w3id.org/pmd/co/Lasercutter
:Lasercutter rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/OBI_0000968>
[ rdf:type owl:Restriction ;
owl:onProperty <http://purl.obolibrary.org/obo/RO_0000085> ;
owl:someValuesFrom :CutFunction
]
) ;
rdf:type owl:Class
] ;
rdfs:subClassOf <http://purl.obolibrary.org/obo/OBI_0000968> .


### https://w3id.org/pmd/co/LoadCell
:LoadCell rdf:type owl:Class ;
rdfs:subClassOf <http://purl.obolibrary.org/obo/OBI_0000968> ;
Expand Down Expand Up @@ -187,6 +228,32 @@ In general but not necessarily, a manufacture node includes intrinsic analysis n
:definitionSource "“Microscope.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/microscope. Accessed 5 Dec. 2022."@en .


### https://w3id.org/pmd/co/Saw
:Saw rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/OBI_0000968>
[ rdf:type owl:Restriction ;
owl:onProperty <http://purl.obolibrary.org/obo/RO_0000085> ;
owl:someValuesFrom :CutFunction
]
) ;
rdf:type owl:Class
] ;
rdfs:subClassOf <http://purl.obolibrary.org/obo/OBI_0000968> .


### https://w3id.org/pmd/co/Scissors
:Scissors rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/OBI_0000968>
[ rdf:type owl:Restriction ;
owl:onProperty <http://purl.obolibrary.org/obo/RO_0000085> ;
owl:someValuesFrom :CutFunction
]
) ;
rdf:type owl:Class
] ;
rdfs:subClassOf <http://purl.obolibrary.org/obo/OBI_0000968> .


### https://w3id.org/pmd/co/SimulationNode
:SimulationNode rdf:type owl:Class ;
rdfs:subClassOf :ComputingNode ;
Expand Down Expand Up @@ -252,4 +319,17 @@ In general but not necessarily, a manufacture node includes intrinsic analysis n
:definitionSource "“Thermocouple.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/thermocouple. Accessed 13 Jan. 2023."@en .


### https://w3id.org/pmd/co/WaterjetCutter
:WaterjetCutter rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/OBI_0000968>
[ rdf:type owl:Restriction ;
owl:onProperty <http://purl.obolibrary.org/obo/RO_0000085> ;
owl:someValuesFrom :CutFunction
]
) ;
rdf:type owl:Class
] ;
rdfs:subClassOf <http://purl.obolibrary.org/obo/OBI_0000968> .


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

0 comments on commit 1897655

Please sign in to comment.