From 1897655a89856a338b4c2ee7477d271f75b57f8e Mon Sep 17 00:00:00 2001 From: joergwa Date: Thu, 30 Nov 2023 14:52:12 +0100 Subject: [PATCH] Update pmdco-devices.ttl --- modules/pmdco-devices.ttl | 80 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) diff --git a/modules/pmdco-devices.ttl b/modules/pmdco-devices.ttl index 25be90cc..8d76b6ba 100644 --- a/modules/pmdco-devices.ttl +++ b/modules/pmdco-devices.ttl @@ -51,6 +51,11 @@ 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 ; @@ -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 ; @@ -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 . + + ### https://w3id.org/pmd/co/DimensionMeasuringDevice :DimensionMeasuringDevice rdf:type owl:Class ; rdfs:subClassOf :MeasuringDevice ; @@ -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 ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom :CutFunction + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://w3id.org/pmd/co/Lasercutter +:Lasercutter rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom :CutFunction + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + ### https://w3id.org/pmd/co/LoadCell :LoadCell rdf:type owl:Class ; rdfs:subClassOf ; @@ -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 ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom :CutFunction + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://w3id.org/pmd/co/Scissors +:Scissors rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom :CutFunction + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + ### https://w3id.org/pmd/co/SimulationNode :SimulationNode rdf:type owl:Class ; rdfs:subClassOf :ComputingNode ; @@ -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 ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom :CutFunction + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + ### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi