@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology ; owl:versionIRI ; owl:imports ; , , , , , , "Jannis Grundmann" , "Philipp von Hartrott" ; "Bernd Bayerlein, Henk Birkholz, Sascha Fliegener, Jannis Grundmann, Thomas Hanke, Philipp von Hartrott, Markus Schilling, Jörg Waitelonis. (May 3rd, 2023) PMDco: platform material digital ontology. Version 2.0.0, https://w3id.org/pmd/co" ; "2023-05-03" ; ; "Platform Material Digital Core Ontology (PMDco)"@en ; rdfs:comment "The PMD Core Ontology (PMDco) is a comprehensive framework for representing knowledge that encompasses fundamental concepts from the domains of materials science and engineering (MSE). The PMDco has been designed as a mid-level ontology to establish a connection between specific MSE application ontologies and the domain neutral concepts found in established top-level ontologies. The primary goal of the PMDco is to promote interoperability between diverse domains. PMDco's class structure is both understandable and extensible, making it an efficient tool for organizing MSE knowledge. It serves as a semantic intermediate layer that unifies MSE knowledge representations, enabling data and metadata to be systematically integrated on key terms within the MSE domain. With PMDco, it is possible to seamlessly trace data generation. The design of PMDco is based on the W3C Provenance Ontology (PROV-O), which provides a standard framework for capturing the generation, derivation, and attribution of resources. By building on this foundation, PMDco facilitates the integration of data from various sources and the creation of complex workflows. In summary, PMDco is a valuable tool for researchers and practitioners in the MSE domains. It provides a common language for representing and sharing knowledge, allowing for efficient collaboration and promoting interoperability between diverse domains. Its design allows for the systematic integration of data and metadata, enabling seamless traceability of data generation. Overall, PMDco is a crucial step towards a unified and comprehensive understanding of the MSE domain. PMDco at GitHub: https://github.com/materialdigital/core-ontology"@en ; owl:versionInfo "2.0.0" . ################################################################# # Annotation properties ################################################################# ### http://purl.org/dc/elements/1.1/creator rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/license rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/title rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/bibliographicCitation rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/created rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/license rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/title rdf:type owl:AnnotationProperty . ### http://swrl.stanford.edu/ontologies/3.3/swrla.owl#isRuleEnabled rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#altLabel rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#definition rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#example rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#prefLabel rdf:type owl:AnnotationProperty . ### https://w3id.org/pmd/co/abbreviation :abbreviation rdf:type owl:AnnotationProperty ; rdfs:isDefinedBy ; rdfs:subPropertyOf . ### https://w3id.org/pmd/co/definitionSource :definitionSource rdf:type owl:AnnotationProperty ; rdfs:isDefinedBy ; "Indicates the source of the definition."@en . ### https://w3id.org/pmd/co/symbol :symbol rdf:type owl:AnnotationProperty ; rdfs:isDefinedBy ; rdfs:subPropertyOf . ################################################################# # Object Properties ################################################################# ### http://purl.org/dc/terms/isPartOf rdf:type owl:ObjectProperty ; rdfs:subPropertyOf owl:topObjectProperty . ### http://purl.org/spar/datacite/hasIdentifier rdf:type owl:ObjectProperty ; rdfs:range . ### http://www.w3.org/ns/oa#hasSelector rdf:type owl:ObjectProperty ; rdfs:subPropertyOf owl:topObjectProperty ; rdfs:isDefinedBy . ### http://www.w3.org/ns/oa#hasSource rdf:type owl:ObjectProperty ; rdfs:subPropertyOf owl:topObjectProperty ; rdfs:isDefinedBy . ### https://w3id.org/pmd/co/belongsToProject :belongsToProject rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ; owl:inverseOf :process ; rdfs:domain :Process ; rdfs:range :Project ; rdfs:comment "Association between a process and a project."@en , "belongs to process"@en . ### https://w3id.org/pmd/co/characteristic :characteristic rdf:type owl:ObjectProperty ; rdfs:subPropertyOf owl:topObjectProperty ; owl:inverseOf :characteristicOf ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( :Object :Process :ProcessingNode :Project :ValueObject ) ] ; rdfs:range :ValueObject ; rdfs:isDefinedBy ; rdfs:label "characteristic"@en ; "has characteristic"@en . ### https://w3id.org/pmd/co/characteristicOf :characteristicOf rdf:type owl:ObjectProperty ; rdfs:subPropertyOf owl:topObjectProperty ; rdfs:isDefinedBy ; rdfs:label "characteristic of"@en ; "is characteristic of" . ### https://w3id.org/pmd/co/component :component rdf:type owl:ObjectProperty ; rdfs:domain :ProcessingNode ; rdfs:range :ProcessingNode ; rdfs:isDefinedBy ; rdfs:label "component"@en ; "has component"@en ; "An object property associating a process node with its (potentially modular) components, e.g. the chambers of a heat treatment furnace."@en . ### https://w3id.org/pmd/co/composedOf :composedOf rdf:type owl:ObjectProperty ; owl:inverseOf :composes ; rdfs:isDefinedBy ; rdfs:label "composed of"@en ; "This property is used to describe which voxels and materials an object is composed of."@en . ### https://w3id.org/pmd/co/composes :composes rdf:type owl:ObjectProperty ; rdfs:domain :Object ; rdfs:range :Object ; rdfs:isDefinedBy ; rdfs:label "composes"@en ; "This property is used to describe which objects a voxel or a material contributes to compose."@en . ### https://w3id.org/pmd/co/executedBy :executedBy rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ; owl:inverseOf :executes ; rdfs:domain :Process ; rdfs:range :ProcessingNode ; rdfs:isDefinedBy ; rdfs:label "executed by"@en ; "This property represents which process is executed by which process node."@en . ### https://w3id.org/pmd/co/executes :executes rdf:type owl:ObjectProperty ; rdfs:domain :ProcessingNode ; rdfs:range :Process ; rdfs:isDefinedBy ; rdfs:label "executes"@en ; "This property represents which process node executes a process"@en . ### https://w3id.org/pmd/co/input :input rdf:type owl:ObjectProperty ; rdfs:subPropertyOf , :participant ; owl:inverseOf :inputOf ; rdfs:isDefinedBy ; rdfs:label "input"@en ; "has input" ; "This property is used to link the processes to their input objects"@en . ### https://w3id.org/pmd/co/inputOf :inputOf rdf:type owl:ObjectProperty ; rdfs:subPropertyOf , :participantOf ; rdfs:isDefinedBy ; rdfs:label "input of"@en ; "is input of" . ### https://w3id.org/pmd/co/nextProcess :nextProcess rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ; owl:inverseOf :previousProcess ; rdfs:domain :Process ; rdfs:range :Process ; rdfs:isDefinedBy ; rdfs:label "next process"@en ; "has next process"@en ; "This property is used to indicate the process that was run after the current process."@en . ### https://w3id.org/pmd/co/output :output rdf:type owl:ObjectProperty ; rdfs:subPropertyOf , :participant ; owl:inverseOf :outputOf ; rdfs:isDefinedBy ; rdfs:label "output"@en ; "has output" ; "This property is used to link the processes to their output objects"@en . ### https://w3id.org/pmd/co/outputOf :outputOf rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :participantOf ; rdfs:isDefinedBy ; rdfs:label "output of"@en ; "is output of"@en . ### https://w3id.org/pmd/co/participant :participant rdf:type owl:ObjectProperty ; owl:inverseOf :participantOf ; rdfs:domain :Process ; rdfs:range :Object ; rdfs:isDefinedBy ; rdfs:label "participant"@en ; "has participant" ; "A relation between a process and an object, in which the objects is somehow involved in the process."@en . ### https://w3id.org/pmd/co/participantOf :participantOf rdf:type owl:ObjectProperty ; rdfs:subPropertyOf owl:topObjectProperty ; rdfs:isDefinedBy ; rdfs:label "participant of"@en ; "is participant of"@en . ### https://w3id.org/pmd/co/previousProcess :previousProcess rdf:type owl:ObjectProperty ; rdfs:domain :Process ; rdfs:range :Process ; rdfs:isDefinedBy ; rdfs:label "previous process"@en ; "has previous process" ; "This property is used to indicate that which process was previously run."@en . ### https://w3id.org/pmd/co/process :process rdf:type owl:ObjectProperty ; rdfs:domain :Project ; rdfs:range :Process ; rdfs:comment "Describes that a process is associated with a project."@en ; rdfs:isDefinedBy ; rdfs:label "process"@en ; "has process"@en . ### https://w3id.org/pmd/co/relatesTo :relatesTo rdf:type owl:ObjectProperty ; rdfs:domain :ValueObject ; rdfs:isDefinedBy ; rdfs:label "relates to"@en ; "Describes a general relationship between domain objects."@en . ### https://w3id.org/pmd/co/relatesToElement :relatesToElement rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :relatesTo ; rdfs:domain :ChemicalObject ; rdfs:range ; rdfs:isDefinedBy ; rdfs:label "relates to element"@en . ### https://w3id.org/pmd/co/relatesToExtension :relatesToExtension rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :relatesTo ; rdfs:domain :ProofStrengthPlasticExtension ; rdfs:range :PercentageExtension ; rdfs:isDefinedBy ; rdfs:label "relates to extension"@en . ### https://w3id.org/pmd/co/resource :resource rdf:type owl:ObjectProperty , owl:FunctionalProperty ; rdfs:domain :ValueObject ; rdfs:isDefinedBy ; rdfs:label "resource"@en ; "has resource"@en . ### https://w3id.org/pmd/co/state :state rdf:type owl:ObjectProperty ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( :Specimen :TestPiece ) ] ; rdfs:isDefinedBy ; rdfs:label "state"@en . ### https://w3id.org/pmd/co/subordinateProcess :subordinateProcess rdf:type owl:ObjectProperty ; owl:inverseOf :superordinateProcess ; rdfs:domain :Process ; rdfs:range :Process ; rdfs:isDefinedBy ; rdfs:label "subordinate process"@en ; "has subordinate process" ; "This property is used to link a process to its subordinate processes."@en . ### https://w3id.org/pmd/co/superordinateProcess :superordinateProcess rdf:type owl:ObjectProperty ; rdfs:subPropertyOf owl:topObjectProperty ; rdfs:isDefinedBy ; rdfs:label "superordinate process"@en ; "has superordinate process"@en ; "This property is used to link a process to its super ordinated processes."@en . ### https://w3id.org/pmd/co/unit :unit rdf:type owl:ObjectProperty ; rdfs:domain :ValueObject ; rdfs:isDefinedBy ; rdfs:label "unit"@en ; "has unit"@en ; """Unit of measurement. Examples for rdsf:range are units from qudt or wikidata or own defindes units."""@en . ################################################################# # Data properties ################################################################# ### https://w3id.org/pmd/co/fragmentPath :fragmentPath rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf owl:topDataProperty ; rdfs:label "fragment path"@en ; "A path expression that addresses a specific element in a document."@en . ### https://w3id.org/pmd/co/fromValue :fromValue rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf :value ; rdfs:isDefinedBy ; rdfs:label "from value"@en ; "refers to the begin of a value range" . ### https://w3id.org/pmd/co/jsonPath :jsonPath rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf :fragmentPath ; rdfs:label "json path"@en ; "A path expression that allows the elements of a JSON document to be specifically addressed."@en . ### https://w3id.org/pmd/co/maxValue :maxValue rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf :value ; rdfs:isDefinedBy ; rdfs:label "max value"@en ; "refers to all values equal or smaller than the given one"@en . ### https://w3id.org/pmd/co/minValue :minValue rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf :value ; rdfs:isDefinedBy ; rdfs:label "min value"@en ; "refers to all values equal or larger than the given one"@en . ### https://w3id.org/pmd/co/toValue :toValue rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf :value ; rdfs:isDefinedBy ; rdfs:label "to value"@en ; "refers to the end of a value range" . ### https://w3id.org/pmd/co/value :value rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf owl:topDataProperty ; rdfs:domain :ValueObject ; rdfs:range rdfs:Literal ; rdfs:isDefinedBy ; rdfs:label "hat Wert"@de , "value"@en ; "Provides the actual value a value object is referring to."@en . ### https://w3id.org/pmd/co/xPath :xPath rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf :fragmentPath ; rdfs:label "x path"@en ; "A non-XML-based path expression that allows the elements of an XML document to be specifically addressed."@en . ################################################################# # Classes ################################################################# ### http://purl.obolibrary.org/obo/CHEBI_24431 rdf:type owl:Class ; rdfs:label "Chemical Entity"@en ; :definitionSource "ChEBI ontology https://www.ebi.ac.uk/chebi/searchId.do?chebiId=CHEBI:24431#"@en . ### http://purl.org/spar/datacite/Identifier rdf:type owl:Class ; owl:equivalentClass [ owl:intersectionOf ( :DataCiteMetadata :ValueObject [ rdf:type owl:Restriction ; owl:onProperty [ owl:inverseOf ] ; owl:someValuesFrom [ rdf:type owl:Class ; owl:unionOf ( :Project :ValueObject ) ] ] ) ; rdf:type owl:Class ] ; rdfs:isDefinedBy ; rdfs:label "DataCite Identifier"@en . ### http://qudt.org/schema/qudt/Unit rdf:type owl:Class ; rdfs:isDefinedBy . ### http://w3id.org/DMI/DigitalMaterialIdentifier rdf:type owl:Class ; rdfs:label "Digital Material Identifier"@de , "Digital Material Identifier"@en ; "A dmi:DigitalMaterialIdentifier is a resource identifier (IRI) that represents the specification of a material (in the sense of a material class) described in a specification document. The specification document can be, e.g., a standard, a datasheet, or any other citable document. Typically, a specification document requires some qualities that a material (in the sense of a portion of matter) has to comply with. Typical requirements include chemical compositions or physical properties."@en . ### http://www.w3.org/ns/oa#FragmentSelector rdf:type owl:Class ; rdfs:label "Fragment Selector"@en ; . ### https://w3id.org/pmd/co/AccreditationDocument :AccreditationDocument rdf:type owl:Class ; rdfs:subClassOf :Document ; rdfs:isDefinedBy ; rdfs:label "Accreditation Document"@en , "Akkreditierungsdokument"@de ; "Diese Entität beschreibt ein Dokument, welches aussagt, dass einer Organisation, Person oder Einrichtung eine offizielle Konformität mit einer Norm anerkannt wurde. Dies kann z. B. Prozesse, Ausrüstungen oder ganze Laboratorien umfassen."@de , "This entity describes a document used to state that an official authorization or approval to recognize or vouch for a conformation with a standard was granted to an organization, person, or entity. This may include, e.g., processes, (sets of) equipment, or entire laboratories."@en ; :definitionSource "https://www.merriam-webster.com/dictionary/accreditation"@en . ### https://w3id.org/pmd/co/Acoustical :Acoustical rdf:type owl:Class ; rdfs:subClassOf :MaterialProperty ; rdfs:isDefinedBy ; rdfs:label "Acoustical"@en , "Akustisch"@de ; "Acoustical is relating to the sense or organs of hearing, to sound, or to the science of sounds. Here specifically on the acoustic properties of a material."@en , "Akustisch bezieht sich auf den Hörsinn oder die Hörorgane, auf Schall oder auf die Wissenschaft vom Schall. Hier spezifisch auf die akustischen Eigenschaften eines Materials."@de ; :definitionSource "“Acoustic.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/acoustic. Accessed 13 Jan. 2023."@en . ### https://w3id.org/pmd/co/Address :Address rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Address"@en , "Adresse"@de ; "A place where a person or organization may be communicated with."@en , "Ein Ort, an dem mit einer Person oder Organisation kommuniziert werden kann."@de ; :definitionSource "“Address.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/address. Accessed 16 Jan. 2023."@en . ### https://w3id.org/pmd/co/AgingInterval :AgingInterval rdf:type owl:Class ; rdfs:subClassOf :AgingTime ; rdfs:isDefinedBy ; rdfs:label "Aging Interval"@en , "Alterungsintervall"@de ; "Timespan a Temperature during an Aging Process is hold."@en . ### https://w3id.org/pmd/co/AgingProcess :AgingProcess rdf:type owl:Class ; rdfs:subClassOf :Process ; rdfs:isDefinedBy ; rdfs:label "Aging Process"@en , "Alterungsprozess"@de ; "Das Aging oder Auslagern ist ein Anlassvorgang, der den Martensit (Härtungsgefüge) wieder duktil und verformbar macht. Dabei wird ein Agingvorgang genutzt, nämlich die Bildung von Ausscheidungen in Form von FeXCY - Carbiden"@de , "The process of hardening an alloy by a method that causes a constituent to precipitate from solid solution."@en ; "The Process of austenitizing and quenching a steel alloy to achieve a martensitic microstructure for hardness increase."@en . ### https://w3id.org/pmd/co/AgingTemperature :AgingTemperature rdf:type owl:Class ; rdfs:subClassOf :Temperature ; rdfs:isDefinedBy ; rdfs:label "Aging Temperature"@en , "Alterungstemperatur"@de ; "Variable Temperature during an Aging Process depending on the desired deposition formations."@en . ### https://w3id.org/pmd/co/AgingTime :AgingTime rdf:type owl:Class ; rdfs:subClassOf :Time ; rdfs:isDefinedBy ; rdfs:label "Aging Time"@en , "Alterungszeit"@de ; "The timespan that an Aging Process executes to completion."@en . ### https://w3id.org/pmd/co/Algorithm :Algorithm rdf:type owl:Class ; rdfs:subClassOf :Method ; rdfs:isDefinedBy ; rdfs:label "Algorithm"@en , "Algorithmus"@de ; "A procedure for solving a mathematical problem (as of finding the greatest common divisor) in a finite number of steps that frequently involves repetition of an operation."@en ; :definitionSource "“Algorithm.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/algorithm. Accessed 24 Nov. 2022."@en . ### https://w3id.org/pmd/co/AmorphousStructure :AmorphousStructure rdf:type owl:Class ; rdfs:subClassOf :MaterialStructure ; rdfs:isDefinedBy ; rdfs:label "Amorphe Struktur"@de , "Amorphous Structure"@en ; "Amorphe Materialien haben eine innere Struktur, die aus miteinander verbundenen Strukturblöcken besteht, die den grundlegenden Struktureinheiten in der entsprechenden kristallinen Phase der gleichen Verbindung ähnlich sein können. Anders als bei kristallinen Materialien besteht jedoch keine langfristige Ordnung. Amorphe Materialien können daher nicht durch eine bestimmte Einheitszelle definiert werden. "@de , "Amorphous materials have an internal structure consisting of interconnected structural blocks that can be similar to the basic structural units found in the corresponding crystalline phase of the same compound. Unlike in crystalline materials, however, no long-range order exists. Amorphous materials therefore cannot be defined by a finite unit cell. "@en ; :definitionSource "“Amorphous solid - Structure.” Wikipedia The Free Encyclopedia, https://en.wikipedia.org/wiki/Amorphous_solid. Accessed 13 Jan. 2023."@en . ### https://w3id.org/pmd/co/AnalysingProcess :AnalysingProcess rdf:type owl:Class ; rdfs:subClassOf :Process ; rdfs:isDefinedBy ; rdfs:label "Analyseprozess"@de , "Analysing Process"@en ; """A process that is driven by the primary intent to gain new measurements An analysis process is either a transformative process or a non-transformative process."""@en . ### https://w3id.org/pmd/co/Area :Area rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Area"@en , "Fläche"@de ; "The extent or measurement of a surface."@en . ### https://w3id.org/pmd/co/AssemblingProcess :AssemblingProcess rdf:type owl:Class ; rdfs:subClassOf :Process ; rdfs:isDefinedBy ; rdfs:label "Assemblierungsprozess"@de , "Assembling Process"@en ; "A process to mount or demount a component."@en . ### https://w3id.org/pmd/co/BaseFraction :BaseFraction rdf:type owl:Class ; rdfs:subClassOf :Fraction ; rdfs:isDefinedBy ; rdfs:label "Base fraction"@en , "Basisanteil"@de ; "The assumed base material of the objects or the remainder of the composition, e.g. for nickel-based alloy, iron-based alloy."@en . ### https://w3id.org/pmd/co/BaseMaterial :BaseMaterial rdf:type owl:Class ; rdfs:subClassOf :EngineeredMaterial ; rdfs:isDefinedBy ; rdfs:label "Ausgangsmaterial"@de , "Base Material"@en ; "This entity is used to describe the material that was taken as granted as such and used in the beginning of a process chain under consideration."@en . ### https://w3id.org/pmd/co/Biological :Biological rdf:type owl:Class ; rdfs:subClassOf :MaterialProperty ; rdfs:isDefinedBy ; rdfs:label "Biological"@en , "Biologisch"@de ; "Biological is relating to biology or to life and living processes. Here specifically to the biological properties of a material."@en , "Biologisch bezieht sich auf die Biologie oder auf das Leben und lebende Prozesse. Hier speziell auf die biologischen Eigenschaften eines Materials."@de ; :definitionSource "“Biological.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/biological. Accessed 13 Jan. 2023."@en . ### https://w3id.org/pmd/co/Blank :Blank rdf:type owl:Class ; rdfs:subClassOf :EngineeredMaterial ; rdfs:isDefinedBy ; rdfs:label "Blank"@en , "Rohling"@de ; "A piece of material prepared to be made into something by a further operation."@en ; :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/BondingType :BondingType rdf:type owl:Class ; rdfs:subClassOf :MaterialRelated ; rdfs:isDefinedBy ; rdfs:label "Bindungstyp"@de , "BondingType"@en ; "Any of several forces, especially the ionic bond, covalent bond, and metallic bond, by which atoms or ions are bound in a molecule or crystal."@en , "Eine von mehreren Bindungen, insbesondere die Ionenbindung, die kovalente Bindung und die Metallbindung, durch die Atome oder Ionen in einem Molekül oder Kristall gebunden sind."@de ; :definitionSource "\"Bond types.” American Heritage® Dictionary of the English Language, Fifth Edition, https://www.thefreedictionary.com/Bond+Types. Accessed 13 Jan. 2023."@en . ### https://w3id.org/pmd/co/BrinellHardnessTest :BrinellHardnessTest rdf:type owl:Class ; rdfs:subClassOf :HardnessTest ; rdfs:isDefinedBy ; rdfs:label "Brinell Hardness Test"@en , "Härteprüfung nach Brinell"@de ; "Testing the hardness of a metal or alloy measured by hydraulically pressing a hard ball under a standard load into the specimen."@en ; :definitionSource "“Brinell hardness.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/Brinell%20hardness. Accessed 24 Nov. 2022."@en . ### https://w3id.org/pmd/co/CalibrationDocument :CalibrationDocument rdf:type owl:Class ; rdfs:subClassOf :Document ; rdfs:isDefinedBy ; rdfs:label "Calibration Document"@en , "Kalibrierschein"@de , "Kalibrierungsdokument"@de ; "Diese Entität beschreibt ein Dokument, welches Abweichungen eines Messgerätes oder einer Maßverkörperung gegenüber einem anderen Gerät oder einer anderen Maßverkörperung feststellt und dokumentiert. Typischerweise ist die Person, welche die Kalibrierung durchführte, angegeben."@de , "This entity describes a document used to state that a set of graduations to indicate values or positions has been performed. Typically, the calibration operator is included."@en ; :definitionSource "https://www.merriam-webster.com/dictionary/calibration"@en . ### https://w3id.org/pmd/co/CalibrationRange :CalibrationRange rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Calibration range"@en , "Kalibrierbereich"@de ; "Diese Eigenschaft beschreibt den Bereich zwischen den Grenzen, innerhalb derer eine Größe gemessen, empfangen oder übertragen wird (typischerweise von einem Prozessknoten, z. B. einer Maschine), ausgedrückt durch die Angabe des unteren und oberen Bereichswertes."@de , "This property describes the region between the limits within which a quantity is measured, received or transmitted (typically by a process node, e.g. a machine), expressed by stating the lower and upper range values."@en . ### https://w3id.org/pmd/co/Caliper :Caliper rdf:type owl:Class ; rdfs:subClassOf :MeasuringDevice ; rdfs:isDefinedBy ; rdfs:label "Caliper"@en , "Messschieber"@de ; "any of various measuring instruments having two usually adjustable arms, legs, or jaws used especially to measure the dimensions of objects, such as diameters or thicknesses"@en , "ein Messgerät mit zwei in der Regel verstellbaren Armen, Schenkeln oder Klemmbacken, das vor allem zur Messung der Abmessungen von Gegenständen, wie z. B. des Durchmessers oder der Dicke, verwendet wird"@de ; :definitionSource "https://www.merriam-webster.com/dictionary/caliper"@en . ### https://w3id.org/pmd/co/ChangeOfTransverseDimension :ChangeOfTransverseDimension rdf:type owl:Class ; rdfs:subClassOf :Length ; rdfs:isDefinedBy ; rdfs:label "Change Of Transverse Dimension"@en , "Änderung der transversalen Dimension"@de ; "Dieses Wertobjekt beschreibt eine Variation der Abmessungen eines Prüfkörpers in Bezug auf seine Querachse, die sich auf seine Querschnittsfläche auswirkt und möglicherweise während eines Zugversuchs auftritt. Das Verhältnis der wahren plastischen Breitendehnung und der wahren plastischen Dickendehnung in einem in uniaxialem Zug beanspruchten Prüfkörper (vertikale Anisotropie) kann anhand dieser Information berechnet werden."@de , "This value object describes a variation in the dimension of a test piece referring to its transversal axis affecting its cross-sectional area that may potentially occur during a tensile test. The ratio of the true plastic strain in width and the true plastic strain in thickness in a test piece loaded in uniaxial tension (vertical anisotropy) may be calculated using this information."@en ; :definitionSource "DIN EN ISO 10113:2021-06" . ### https://w3id.org/pmd/co/Chemical :Chemical rdf:type owl:Class ; rdfs:subClassOf :MaterialProperty ; rdfs:isDefinedBy ; rdfs:label "Chemical"@en , "Chemisch"@de ; "Chemical is relating to, used in, or produced by chemistry or the phenomena of chemistry Here specifically to the chemical properties of a material."@en , "Chemisch ist ein Begriff, der sich auf die Chemie oder die chemischen Phänomene bezieht, in der Chemie verwendet wird oder durch sie erzeugt wird. Hier geht es speziell um die chemischen Eigenschaften eines Materials."@de ; :definitionSource "“Chemical.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/chemical. Accessed 13 Jan. 2023."@en . ### https://w3id.org/pmd/co/ChemicalComposition :ChemicalComposition rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; owl:onProperty [ owl:inverseOf ] ; owl:someValuesFrom :ChemicalObject ] ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Chemical Composition"@en , "Chemische Zusammensetzung"@de ; "Chemical composition refers to the arrangement, type, and ratio of atoms in molecules of chemical substances. Chemical composition varies when chemicals are added or subtracted from a substance, when the ratio of substances changes, or when other chemical changes occur in chemicals."@en ; """ex:proc1 a pmd:Process . ex:proc1 pmd:chacteristic ex:vo1 . ex:vo1 a ValueObject . ex:vo1 pmd:resource ex:chemComp1 . ex:chemComp1 a pmd:ChemicalComposition . ex:vo2 dcterm:partOf ex:chemComp1 . ex:vo2 a pmd:ChemicalElement . ex:vo2 pmd:relatesToElement CHEBI:28984 . ex:vo2 pmd:relatesTo ex:vo3 . pmd:MassFraction rdf:subClassOf ValueObject . ex:vo3 a pmd:MassFraction . ex:vo3 qudt:upperBound \"0.3\" . ex:vo3 qudt:lowerBound \"0\" . ex:vo3 qudt:unit qudt:PERCENT . ex:vo4 a pmd:MassFraction . ex:vo4 pmd:resource pmd:NotDetected .""" ; :definitionSource "https://chem.libretexts.org/Courses/College_of_Marin/CHEM_114%3A_Introductory_Chemistry/06%3A_Chemical_Composition" . ### https://w3id.org/pmd/co/ChemicalObject :ChemicalObject rdf:type owl:Class ; owl:equivalentClass [ owl:intersectionOf ( :ValueObject [ rdf:type owl:Restriction ; owl:onProperty :relatesTo ; owl:someValuesFrom ] ) ; rdf:type owl:Class ] ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Chemical Object"@en , "Chemisches Objekt"@de ; "Value object that describes the quantity (e.g. mass fraction) of a specific chemical object."@en . ### https://w3id.org/pmd/co/Circular :Circular rdf:type owl:Class ; rdfs:subClassOf :Shape ; rdfs:isDefinedBy ; rdfs:label "Circular"@en , "Kreisförmig"@de ; "Geformt wie ein Kreis."@de , "Having the form of a circle."@en ; :definitionSource "“Circular.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/circular. Accessed 13 Jan. 2023."@en . ### https://w3id.org/pmd/co/ClampingPressure :ClampingPressure rdf:type owl:Class ; rdfs:subClassOf :Stress ; rdfs:isDefinedBy ; rdfs:label "Clamping Pressure"@en , "Klemmdruck"@de ; "Diese Eigenschaft beschreibt als quantitativer Wert die Kraft pro Fläche (Druck), die beim Einbau einer Probe, eines Prüfkörpers oder eines Prüfstücks aufgebracht wird. Typischerweise ist das Aufbringen eines Klemmdrucks mit einer Art von Klemm- oder Spannzubehör (Grips) oder Ähnlichem verbunden."@de , "This property describes the force per area (pressure) that is used during the mounting process of a sample, specimen, or test piece as a quantitative value. Typically, this process involves some sort of grips or the like."@en . ### https://w3id.org/pmd/co/ClassificationDocument :ClassificationDocument rdf:type owl:Class ; rdfs:subClassOf :Document ; rdfs:isDefinedBy ; rdfs:label "Classification Document"@en , "Klassifzierungsdokument"@de ; "Diese Entität beschreibt ein Dokument, das dazu dient, den Arbeits- oder Anwendungsbereich eines Prozessknotens in Übereinstimmung mit genormten Abstufungen zu definieren."@de , "This entity describes a document used to define the working or application range of a process node in accordance with standardized graduations."@en . ### https://w3id.org/pmd/co/CoatingDesignation :CoatingDesignation rdf:type owl:Class ; rdfs:subClassOf :MaterialRelated ; rdfs:isDefinedBy ; rdfs:label "Beschichtungsbezeichnung"@de , "Coating Designation"@en ; "Diese Eigenschaft ist ein Name oder Bezeichner eines Materialtyps, welcher den obersten Teil eines Bauteils (Beschichtung) bedeckt."@de , "This property is a name or identifier of a material type which designates the most upper part of a component (coating)."@en . ### https://w3id.org/pmd/co/CollectionInterfaceHint :CollectionInterfaceHint rdf:type owl:Class ; rdfs:subClassOf :NodeInfo ; rdfs:isDefinedBy ; rdfs:label "Collection Interface Hint"@en , "Datenschnittstellenhinweis"@de ; "A label in support of identifying a network interface and/or address used by a process node to provide primary data stored in ontologies"@en . ### https://w3id.org/pmd/co/CommissionTime :CommissionTime rdf:type owl:Class ; rdfs:subClassOf :Time ; rdfs:isDefinedBy ; rdfs:label "Commission Time"@en , "Kommissionszeit"@de ; "Date and time an order or plan has been dispatched at."@en . ### https://w3id.org/pmd/co/Component :Component rdf:type owl:Class ; rdfs:subClassOf :Object ; rdfs:isDefinedBy ; rdfs:label "Component"@en , "Komponente"@de ; "An object that serves a specific technical application. Constituent part of a compound of parts that builds a technical application"@en . ### https://w3id.org/pmd/co/CompressionTest :CompressionTest rdf:type owl:Class ; rdfs:subClassOf :MechanicalTestingProcess ; rdfs:isDefinedBy ; rdfs:label "Compression Test"@en , "Druckversuch"@de ; "A test to determine compressive strength, usually applied to materials of high compression but low tensile strength, in which the specimen is subjected to increasing compressive forces until failure occurs."@en , "Eine Methode zur Bestimmung der Druckfestigkeit, die in der Regel bei Materialien mit hoher Druck-, aber geringer Zugfestigkeit angewandt wird, wobei die Probe bis zum Versagen steigenden Druckkräften ausgesetzt wird."@de ; :definitionSource "“Compression test.” McGraw-Hill Dictionary of Scientific & Technical Terms, 6E. 2003. The McGraw-Hill Companies, https://encyclopedia2.thefreedictionary.com/compression+test. Accessed 13 Jan. 2023."@en . ### https://w3id.org/pmd/co/ComputingNode :ComputingNode rdf:type owl:Class ; rdfs:subClassOf :ProcessingNode ; rdfs:isDefinedBy ; rdfs:label "Computerknoten"@de , "Computing Node"@en ; """A computing system that provides an execution environment for, e.g., simulation processes or prediction models. A Computing Node can be virtual (e.g., a container or virtual machine) or physical (e.g., a bare-metal servers), uses digital represenations of objects as inputs and produces digital measurements, such as simulation results or predictions, as outputs."""@en , """Ein Rechnersystem, das eine Ausführungsumgebung bspw. für Simulationsprozesse oder Vorhersagemodelle bereitstellt. 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/ConditioningProcess :ConditioningProcess rdf:type owl:Class ; rdfs:subClassOf :Process ; rdfs:isDefinedBy ; rdfs:label "Conditioning Process"@en , "Konditionierungsprozess"@de ; "Diese Aktivität beschreibt den Prozess und die Maßnahmen, die ergriffen werden, um einen materiellen Gegenstand auf vordefinierte Umgebungsbedingungen einzustellen."@de , "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/Coordinates :Coordinates rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Coordinates"@en , "Koordinaten"@de ; "Any of a set of numbers used in specifying the location of a point on a line, on a surface, or in space."@en ; :definitionSource "“Coordinate.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/coordinate. Accessed 5 Dec. 2022."@en . ### https://w3id.org/pmd/co/CovalentBond :CovalentBond rdf:type owl:Class ; rdfs:subClassOf :BondingType ; rdfs:isDefinedBy ; rdfs:label "Covalent Bond"@en , "Kovalente Bindung"@de ; "Covalent bond is a chemical bond formed between atoms by the sharing of electrons."@en , "Eine kovalente Bindung ist eine chemische Verbindung zwischen Atomen, die durch die gemeinsame Nutzung von Elektronen entsteht."@de ; :definitionSource "\"Covalent bond.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/covalent%20bond. Accessed 13 Jan. 2023."@en . ### https://w3id.org/pmd/co/CreepStress :CreepStress rdf:type owl:Class ; rdfs:subClassOf :Stress ; rdfs:isDefinedBy ; rdfs:label "Creep Stress"@en , "Kriechspannung"@de ; "Is the strain occuring with time, when a constant force is applied to a physical body."@en . ### https://w3id.org/pmd/co/CrossSectionArea :CrossSectionArea rdf:type owl:Class ; rdfs:subClassOf :Area ; rdfs:isDefinedBy ; rdfs:label "Cross Section Area"@en , "Querschnittsfläche"@de ; "Diese Eigenschaft beschreibt die Fläche eines Schnittes oder eines rechtwinklig geschnittenen oder gebrochenen Stücks eines Objektes in Bezug auf eine Achse."@de , "This property describes the area of a cutting or piece of an object cut off or broken at right angles or related to an axis."@en ; :definitionSource "https://www.merriam-webster.com/dictionary/cross%20section"@en . ### https://w3id.org/pmd/co/CrossSectionDetermination :CrossSectionDetermination rdf:type owl:Class ; rdfs:subClassOf :Method ; rdfs:isDefinedBy ; rdfs:label "Cross Section Determination"@en , "Querschnittsermittlung"@de ; """Cross section is a cutting or piece of something cut off at right angles to an axis also : a representation of such a cutting."""@en ; "Using the density of the test piece."@en ; :definitionSource "“Cross section.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/cross%20section. Accessed 24 Nov. 2022."@en . ### https://w3id.org/pmd/co/CrossheadSeparation :CrossheadSeparation rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Crosshead Separation"@en , "Querhaupttrennung"@de ; "Diese Eigenschaft beschreibt die Verschiebung der Traverse einer Prüfmaschine."@de , """Dimensional analysis: L Unit (e.g. SI): mm"""@en , "This property describes the displacement of the crossheads of a testing machine."@en ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/CrossheadSeparationRate :CrossheadSeparationRate rdf:type owl:Class ; rdfs:subClassOf :TestingRate ; rdfs:isDefinedBy ; rdfs:label "Crosshead Separation Rate"@en , "Traversengeschwindigkeit"@de ; "Symbol: v_c"@en , "Traversenweg je Zeiteinheit"@de , "displacement of the crossheads per time"@en ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/CrystallineStructure :CrystallineStructure rdf:type owl:Class ; rdfs:subClassOf :MaterialStructure ; rdfs:isDefinedBy ; rdfs:label "Crystalline Structure"@en , "Kristalline Struktur"@de ; "In crystallography, crystal structure is a description of the ordered arrangement of atoms, ions or molecules in a crystalline material. Ordered structures occur from the intrinsic nature of the constituent particles to form symmetric patterns that repeat along the principal directions of three-dimensional space in matter."@en , "In der Kristallographie ist die Kristallstruktur eine Beschreibung der geordneten Anordnung von Atomen, Ionen oder Molekülen in einem kristallinen Material. Geordnete Strukturen ergeben sich aus der intrinsischen Natur der konstituierenden Teilchen, die symmetrische Muster bilden, die sich entlang der Hauptrichtungen des dreidimensionalen Raums in der Materie wiederholen."@de ; :definitionSource "“Crystal structure.” Wikipedia The Free Encyclopedia, https://en.wikipedia.org/wiki/Crystal_structure. Accessed 13 Jan. 2023."@en . ### https://w3id.org/pmd/co/DataAcquisitionRate :DataAcquisitionRate rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Data Acquisition Rate"@en , "Datenerfassungsrate"@de ; "Diese Eigenschaft bezeichnet die Anzahl der Messungen / Abfragen pro Zeiteinheit bei einer betrachteten Messung einer Messgröße (Abtast-/Abfragerate bei der Datenerfassung)."@de , "This property denotes the number of measurements / queries per time period for a considered measurement of a measurement parameter (sampling / query rate during data acquisition)."@en . ### https://w3id.org/pmd/co/DataCiteMetadata :DataCiteMetadata rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Data Cite Metadaten"@de , "DataCite Metadata"@en ; "This value object refers to metadata which can be provided as DataCite element."@en ; """For example, to refer to a ISBN number, following triples might be created: :p1 a pmd:Process . :p1 pmd:characteristic :doc_vo1 . :doc_vo1 a pmd:Document . :doc_vo1 pmd:characteristic :isbn_vo1 . :doc_vo1 pmd:resource \"http://example.org/book.pdf\" . :isbn_vo1 a pmd:DataCiteMetadata . :isbn_vo1 pmd:relatesTo . :isbn_vo1 pmd:value \"9780262012423\". \"a document related to process :p1 has a ISBN number 9780262012423\""""@en . ### https://w3id.org/pmd/co/DataScope :DataScope rdf:type owl:Class ; rdfs:subClassOf ; rdfs:isDefinedBy ; rdfs:label "Data Scope"@en , "Datenkategorie"@de ; "This property is used to categorize data with respect to their intended usage in accordance with a regarded object or process."@en . ### https://w3id.org/pmd/co/Dataset :Dataset rdf:type owl:Class ; rdfs:subClassOf :Object ; rdfs:comment "A collection of data published in one or more files. Usually instances of this class are also instances of DCAT dataset (see https://www.w3.org/TR/vocab-dcat-2/)."@en ; rdfs:isDefinedBy ; rdfs:label "Dataset"@en , "Datensatz"@de . ### https://w3id.org/pmd/co/Date :Date rdf:type owl:Class ; rdfs:subClassOf :Time ; rdfs:isDefinedBy ; rdfs:label "Date"@en , "Datum"@de ; "A statement of the day of execution or making. Based on an the gregorian calender system."@en , "Eine Erklärung über den Tag der Ausführung oder Herstellung. Basierend auf dem gregorianischen Kalendersystem."@de . ### https://w3id.org/pmd/co/DemountingProcess :DemountingProcess rdf:type owl:Class ; rdfs:subClassOf :AssemblingProcess ; rdfs:isDefinedBy ; rdfs:label "Demontageprozess"@de , "Demounting Process"@en ; "This property is used to describe the process of removing or disassembling a test piece or specimen from a test machine. This may include the usage of other process nodes (e.g. grips)."@en . ### https://w3id.org/pmd/co/Department :Department rdf:type owl:Class ; rdfs:subClassOf ; rdfs:isDefinedBy ; rdfs:label "Abteilung"@de , "Department"@en ; "A sub section of an organization [FIXME]"@en . ### https://w3id.org/pmd/co/Description :Description rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Beschreibung"@de , "Description"@en ; "Ein beschreibender Text, der die Natur / Beschaffenheit / Informationen zu einer Entität qualifiziert (z.B. Aktivitäten, Entitäten, Objekten, ...)."@de , "A descriptive text qualifying the nature of a thing (e.g. agent, activity, entity, object, ...)." . ### https://w3id.org/pmd/co/Diameter :Diameter rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Diameter"@en , "Durchmesser"@de ; "The length of a straight line through the center of an object or space."@en ; "TesileTest" ; :definitionSource "“Diameter.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/diameter. Accessed 5 Dec. 2022."@en . ### https://w3id.org/pmd/co/DiameterAfterFracture :DiameterAfterFracture rdf:type owl:Class ; rdfs:subClassOf :Diameter ; rdfs:isDefinedBy ; rdfs:label "Diameter After Fracture"@en , "End-Probendurchmesser"@de ; "Die Länge einer geraden Linie durch den Mittelpunkt eines Objekts (Prüfstücks), gemessen nach einem Bruch, der während einer Prüfung aufgetreten ist."@de , "The length of a straight line through the center of an object (test piece) as measured after a fracture occured during a test."@en . ### https://w3id.org/pmd/co/DigitalMaterialIdentifier :DigitalMaterialIdentifier rdf:type owl:Class ; owl:equivalentClass [ owl:intersectionOf ( :Identifier [ rdf:type owl:Restriction ; owl:onProperty :resource ; owl:someValuesFrom ] ) ; rdf:type owl:Class ] ; rdfs:subClassOf :Identifier ; rdfs:isDefinedBy ; rdfs:label "Digital Material Identifier"@en ; """The DigitalMaterialIdentifier value object refers to a dmi:DigitalMaterialIdentifier. A dmi:DigitalMaterialIdentifier is a resource identifier (IRI) that represents the specification of a material (in the sense of a material class) described in a specification document. The specification document can be, e.g., a standard, a datasheet, or any other citable document. Typically, a specification document requires some qualities that a material (in the sense of a portion of matter) has to comply with. Typical requirements include chemical compositions or physical properties."""@en . ### https://w3id.org/pmd/co/DimensionMeasuringDevice :DimensionMeasuringDevice rdf:type owl:Class ; rdfs:subClassOf :MeasuringDevice ; rdfs:isDefinedBy ; rdfs:label "Dimension Measuring Device"@en , "Dimensionsmesswerkzeug"@de ; "Diese Entität beschreibt allgemein jedes Werkzeug, das für die Messung der Abmessungen eines greifbaren Objekts verwendet wird, z. B. eines Messschiebers."@de , "This entity generically describes any tool that is used for the measurement of the dimensions of a tangible object, e.g., a caliper."@en . ### https://w3id.org/pmd/co/Distance :Distance rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Abstand"@de , "Distance"@en ; "Spatial remoteness."@en ; :definitionSource "“Distance.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/distance. Accessed 5 Dec. 2022."@en . ### https://w3id.org/pmd/co/Document :Document rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Document"@en , "Dokument"@de ; "An original or official paper relied on as the basis, proof, or support of something"@en , "Ein Original oder offizielles Papier, auf das man sich als Grundlage, Beweis oder Unterstützung von etwas stützt."@de ; :definitionSource "“Document.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/document. Accessed 16 Jan. 2023."@en . ### https://w3id.org/pmd/co/Duration :Duration rdf:type owl:Class ; rdfs:subClassOf :Time ; rdfs:isDefinedBy ; rdfs:label "Dauer"@de , "Duration"@en ; "A period of time with its own timescale and an epoch anchored in another timescale. A duration can be expressed via a single value as the first value of the period of time is always zero."@en , "Eine Zeitspanne mit einer eigenen Zeitskala und einer in einer anderen Zeitskala verankerten Epoche. Eine Dauer kann mit einem einzigen Wert ausgedrückt werden, da der erste Wert der Zeitspanne immer Null ist."@de . ### https://w3id.org/pmd/co/Electrical :Electrical rdf:type owl:Class ; rdfs:subClassOf :MaterialProperty ; rdfs:isDefinedBy ; rdfs:label "Electrical"@en , "Elektrisch"@de ; "Electrical is relating to electricity or something that is powered by electricity. Here specifically to the electrical properties of a material."@en , "Elektrisch bezieht sich auf Elektrizität oder etwas, das mit Elektrizität betrieben wird. Hier speziell auf die elektrischen Eigenschaften eines Materials."@de ; :definitionSource "“Electric.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/electric. Accessed 13 Jan. 2023."@en . ### https://w3id.org/pmd/co/ElectronMicroscope :ElectronMicroscope rdf:type owl:Class ; rdfs:subClassOf :Micropscope ; rdfs:isDefinedBy ; rdfs:label "Electron Microscope"@en , "Elektronenmikroskop"@de ; "An electron-optical instrument in which a beam of electrons is used to produce an enlarged image of a minute object."@en ; :definitionSource "“Electron microscope.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/electron%20microscope. Accessed 24 Nov. 2022."@en . ### https://w3id.org/pmd/co/ElectronMicroscopy :ElectronMicroscopy rdf:type owl:Class ; rdfs:subClassOf :MicroscopyProcess ; rdfs:isDefinedBy ; rdfs:label "Electron Microscopy"@en , "Elektronenmikroskopie"@de ; "Die Verwendung eines elektronenoptischen Instruments, bei dem ein Strahl beschleunigter Elektronen als Beleuchtungsquelle eingesetzt wird, um ein vergrößertes Bild eines kleinen Objekts zu erzeugen."@de , "The act of using an electron-optical instrument in which a beam of accelerated electrons as a source of illumination is applied to produce a magnified image of a tiny object."@en ; :definitionSource "“Electron microscope.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/electron%20microscope. Accessed 13 Jan. 2023."@en . ### https://w3id.org/pmd/co/Elliptical :Elliptical rdf:type owl:Class ; rdfs:subClassOf :Shape ; rdfs:isDefinedBy ; rdfs:label "Elliptical"@en , "Elliptisch"@de ; "Geformt wie eine Ellipse."@de , "Shaped like an ellipse."@en ; :definitionSource "“Elliptical.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/elliptical. Accessed 13 Jan. 2023."@en . ### https://w3id.org/pmd/co/Elongation :Elongation rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; owl:onProperty :relatesTo ; owl:someValuesFrom :OriginalGaugeLength ] ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Elongation"@en , "Verlängerung"@de ; "Zunahme der Anfangsmesslänge zu einem beliebigen Zeitpunkt während des Versuchs"@de , "increase in the original gauge length at any moment during the test"@en ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/EndTime :EndTime rdf:type owl:Class ; rdfs:subClassOf :Time ; rdfs:isDefinedBy ; rdfs:label "End Time"@en , "Endzeit"@de ; "The date and time when the plan/recipe is supposed to have been finished"@en . ### https://w3id.org/pmd/co/EngineeredMaterial :EngineeredMaterial rdf:type owl:Class ; rdfs:subClassOf :Object ; rdfs:isDefinedBy ; rdfs:label "Engineered Material"@en ; "A material that is synthesized within a manufacturing process."@en , "Ein Material, das im Rahmen eines Herstellungsprozesses synthetisiert wird."@de . ### https://w3id.org/pmd/co/EnvironmentalTemperature :EnvironmentalTemperature rdf:type owl:Class ; rdfs:subClassOf :Temperature ; rdfs:isDefinedBy ; rdfs:label "Environmental Temperature"@en , "Umgebungstemperatur"@de ; "Diese Eigenschaft beschreibt die beobachtete Temperatur in der Umgebung eines betrachteten materiellen Objekts. Dazu können die Raumtemperatur und die in Prüfkammern gemessenen Temperaturen gehören."@de , "This property describes the observed temperature surrounding a tangible object considered. This may include room temperature and temperatures measured in test chambers."@en . ### https://w3id.org/pmd/co/ErrorReportDocument :ErrorReportDocument rdf:type owl:Class ; rdfs:subClassOf :Document ; rdfs:isDefinedBy ; rdfs:label "Error Report Document"@en , "Fehlerberichtdokument"@de ; "Diese Entität beschreibt ein Dokument, das Informationen über Fehler bereitstellt, die während der Anwendung eines Prozessknotens aufgetreten sind, wie z. B. eine Überschreitung des Arbeitsbereichs eines Messgeräts."@de , "This entity describes a document used to provide information on errors that occurred during the application of a process node, such as, e.g., an overshooting exceeding the working range of a measurement device."@en . ### https://w3id.org/pmd/co/EstimatedStrainRateOverTheParallelLength :EstimatedStrainRateOverTheParallelLength rdf:type owl:Class ; rdfs:subClassOf :TestingRate ; rdfs:isDefinedBy ; rdfs:label "Abgeschätzte Dehngeschwindigkeit Über Die Parallele Länge"@de , "Estimated Strain Rate Over The Parallel Length"@en ; "Symbol: e^._L_c"@en , "Zunahme der Dehnung über die parallele Länge der Probe je Zeiteinheit, basierend auf der Traversengeschwindigkeit und der parallelen Länge der Probe"@de , "value of the increase of strain over the parallel length of the test piece per time based on the crosshead separation rate and the parallel length of the test piece"@en ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/Extension :Extension rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; owl:onProperty :relatesTo ; owl:someValuesFrom :ExtensometerGaugeLength ] ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Extension"@en , "Verlängerung (der Extensometer-Messlänge)"@de ; """Dimensional analysis: L Unit (e.g. SI): mm"""@en , "Increase in the extensometer gauge length at any moment during the test"@en , """Note: The extension might be measured using different channels (e.g. when using one or two extensometer channels); usually, the mean average value of involved channels is given as extension value, if applicable. Note: Optical extensometry may require a specific data storage method."""@en , "Zunahme der Extensometer-Messlänge zu einem beliebigen Zeitpunkt des Versuchs"@de ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/Extensometer :Extensometer rdf:type owl:Class ; rdfs:subClassOf :MeasuringDevice ; rdfs:isDefinedBy ; rdfs:label "Extensometer"@en ; "An instrument for measuring minute deformations of test specimens caused by tension, compression, bending, or twisting."@en ; :definitionSource "“Extensometer.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/extensometer. Accessed 5 Dec. 2022."@en . ### https://w3id.org/pmd/co/ExtensometerGaugeLength :ExtensometerGaugeLength rdf:type owl:Class ; rdfs:subClassOf :GaugeLength ; rdfs:isDefinedBy ; rdfs:label "Extensometer Gauge Length"@en , "Extensometer-Messlänge"@de ; """Anfangsmesslänge des Dehnungsaufnehmers (Extensometer), die zum Messen der Verlängerung benutzt wird Anmerkung: Für die Bestimmung mehrerer Eigenschaften, die (teilweise oder vollständig) von der Verlängerung abhängig sind, z. B. R_p, A_e oder A_g, ist die Verwendung eines Extensometers zwingend erforderlich."""@de , "Symbol: L_e"@en , """initial gauge length of the extensometer used for measurement of extension Note: For the determination of several properties which are based (partly or complete) on extension, e. g. R_p, A_e or A_g, the use of an extensometer is mandatory."""@en ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/FeretDiameter :FeretDiameter rdf:type owl:Class ; rdfs:subClassOf :Diameter ; rdfs:isDefinedBy ; rdfs:label "Feret diameter"@en , "Äquivalentdurchmesser"@de ; """The Feret diameter or Feret's diameter is a measure of an object size along a specified direction. In general, it can be defined as the distance between the two parallel planes restricting the object perpendicular to that direction. (cf. Wikipedia: https://en.wikipedia.org/wiki/Feret_diameter)"""@en . ### https://w3id.org/pmd/co/Filter :Filter rdf:type owl:Class ; rdfs:subClassOf :Algorithm ; rdfs:isDefinedBy ; rdfs:label "Filter"@de , "Filter"@en ; "A filter is a computer program or subroutine to process a stream, producing another stream. While a single filter can be used individually, they are frequently strung together to form a pipeline."@en ; "Smoothing algorithm"@en ; :definitionSource "https://en.wikipedia.org/wiki/Filter_%28software%29"@en . ### https://w3id.org/pmd/co/FinalGaugeLengthAfterFracture :FinalGaugeLengthAfterFracture rdf:type owl:Class ; rdfs:subClassOf :GaugeLength ; rdfs:isDefinedBy ; rdfs:label "Final Gauge Length After Fracture"@en , "Messlänge nach dem Bruch"@de , "Symbol: L_u"@en ; "Länge zwischen den Marken zur Kennzeichnung der Messlänge auf der Probe, die nach dem Bruch bei Raumtemperatur gemessen wird, nachdem die beiden Probenbruchstücke sorgfältig so zusammengefügt wurden, dass ihre Achsen in einer Geraden liegen"@de , "length between gauge length marks on the test piece measured after rupture, at room temperature, the two pieces having been carefully fitted back together so that their axes lie in a straight line"@en ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/Force :Force rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Force"@en , "Kraft"@de ; "Strength or energy exerted or brought to bear : cause of motion or change : active power."@en ; :definitionSource "“Force.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/force. Accessed 5 Dec. 2022."@en . ### https://w3id.org/pmd/co/Fraction :Fraction rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy . ### https://w3id.org/pmd/co/Furnace :Furnace rdf:type owl:Class ; rdfs:subClassOf :ProcessingNode ; rdfs:isDefinedBy ; rdfs:label "Furnace"@en , "Ofen"@de ; "An enclosed structure in which heat is produced (as for heating a house or for reducing ore)."@en , "Eine geschlossene Struktur, in der Wärme erzeugt wird (z. B. zum Heizen eines Hauses oder zum Einschmelzen von Erz)."@de ; :definitionSource "“Furnace.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/furnace. Accessed 13 Jan. 2023."@en . ### https://w3id.org/pmd/co/FurnaceCharacteristic :FurnaceCharacteristic rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; owl:onProperty :characteristicOf ; owl:someValuesFrom :Furnace ] ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Furnace Characteristic"@en , "Ofencharakteristik"@de ; "Properties that describe the functions and capabilities of a heat treatment process node."@en . ### https://w3id.org/pmd/co/GaugeLength :GaugeLength rdf:type owl:Class ; rdfs:subClassOf :Length ; rdfs:isDefinedBy ; rdfs:label "Gauge Length"@en , "Messlänge"@de ; "Länge des parallelen Teils der Probe, an dem zu einem beliebigen Zeitpunkt während des Versuchs die Verlängerung gemessen wird"@de , "Symbol: L"@en , "length of the parallel portion of the test piece on which elongation is measured at any moment during the test"@en ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/GeometryChangingProcess :GeometryChangingProcess rdf:type owl:Class ; rdfs:subClassOf :Process ; rdfs:isDefinedBy "https://w3id.org/pmd/co" ; rdfs:label "Geometry Changing Process"@en ; "A process that is modifing the geometry of an object."@en . ### https://w3id.org/pmd/co/GeometryShape :GeometryShape rdf:type owl:Class ; rdfs:subClassOf :TestPieceInfo ; rdfs:isDefinedBy ; rdfs:label "Geometrische Form"@de , "Geometry Shape"@en ; "Diese Eigenschaft beschreibt die geometrischen Abmessungen und das Erscheinungsbild (Form und Abmaße) einer Probe, eines Prüfkörpers oder eines Prüfstücks, wie sie üblicherweise durch eine entsprechende Norm definiert sind. Dementsprechend ist der angegebene Formwert in Übereinstimmung mit der definierenden Norm anzugeben, z. B. \"Zugprüfstück Form 1 gemäß Anhang B\"."@de , "This property describes the geometric dimensions and appearance (shape and dimensions) of a sample, specimen, or test piece as usually defined by a corresponding standard. Accordingly, the shape value given is in accordance with the defining standard, e.g., ‘tensile test piece shape 1 in accordance with annex B’."@en ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/Grips :Grips rdf:type owl:Class ; rdfs:subClassOf :ProcessingNode ; rdfs:isDefinedBy ; rdfs:label "Grips"@en , "Halterungsklemmen"@de ; "Diese Entität beschreibt ein Bauelement / Teil, mit dem etwas, normalerweise ein materielles Objekt, fest gegriffen oder eingespannt wird. Typischerweise sind Halterungen, Klemm- bzw. Spannsysteme Teil eines Befestigungssystems (Prozessknoten), das sich auf ein Prüfsystem bezieht."@de , "This entity describes a part by which something, usually a tangible object, is grasped. Typically, grips are part of a mounting system (processing node) referring to a testing system."@en ; :definitionSource "https://www.merriam-webster.com/dictionary/grips"@en . ### https://w3id.org/pmd/co/GripsAlignment :GripsAlignment rdf:type owl:Class ; rdfs:subClassOf :AssemblingProcess ; rdfs:isDefinedBy ; rdfs:label "Ausrichtung Der Halterungen"@de , "Grips Alignment"@en ; "Diese Eigenschaft beschreibt den Prozess der Ausrichtung von Halterungen, die zum Fest-/Einspannen eines materiellen Objekts, wie z. B. einer Probe, eines Prüfkörpers oder eines Prüfstücks, verwendet werden. Dieser Vorgang ist in der Regel Teil des Montageprozesses während der Prüfung, falls ein solcher durchgeführt wird."@de , "This property describes the process of forming in line of the grips used to grasp a tangible object, such as a sample, specimen, or test piece. This process is typically part of the mounting process during testing, if applicable."@en . ### https://w3id.org/pmd/co/HardnessTest :HardnessTest rdf:type owl:Class ; rdfs:subClassOf :MechanicalTestingProcess ; rdfs:isDefinedBy ; rdfs:label "Hardness Test"@en , "Härteprüfung"@de ; "Indentation hardness tests measure the resistance of a sample to material deformation due to a constant compression load from a sharp object. There are several of such tests, wherein the examined material is indented until an impression is formed; these tests can be performed on a macroscopic or microscopic scale."@en . ### https://w3id.org/pmd/co/HeatCapacity :HeatCapacity rdf:type owl:Class ; rdfs:subClassOf :FurnaceCharacteristic ; rdfs:isDefinedBy ; rdfs:label "Heat Capacity"@en , "Wärmekapazität"@de ; "Heat capacity or thermal capacity is a physical property of matter, defined as the amount of heat to be supplied to an object to produce a unit change in its temperature."@en ; :definitionSource "https://en.wikipedia.org/wiki/Heat_capacity"@en . ### https://w3id.org/pmd/co/HeatTreatmentProcess :HeatTreatmentProcess rdf:type owl:Class ; rdfs:subClassOf :ConditioningProcess ; rdfs:isDefinedBy ; rdfs:label "Heat Treatment Process"@en , "Wärmebehandlung"@de ; "The process of heat treatment means a defined temperature change and a holding to achieve a change in the microstructure, residual stresses, defect distribution or local chemical composition of a material."@en , "To treat (a material, such as metal) by heating and cooling in a way that will produce desired properties."@en ; :definitionSource "“Heat-treat.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/heat-treat. Accessed 24 Nov. 2022."@en . ### https://w3id.org/pmd/co/HydrogenBond :HydrogenBond rdf:type owl:Class ; rdfs:subClassOf :BondingType ; rdfs:isDefinedBy ; rdfs:label "Hydrogen Bond"@en , "Wasserstoffbindung"@de ; "Eine Wasserstoffbindung ist eine elektrostatische Anziehung zwischen einem Wasserstoffatom in einem polaren Molekül (z. B. Wasser) und einem kleinen elektronegativen Atom (z. B. Sauerstoff, Stickstoff oder Fluor) in einem anderen Molekül der gleichen oder einer anderen polaren Substanz."@de , "Hydrogen bond is an electrostatic attraction between a hydrogen atom in one polar molecule (as of water) and a small electronegative atom (as of oxygen, nitrogen, or fluorine) in usually another molecule of the same or a different polar substance."@en ; :definitionSource "\"Hydrogen bond.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/hydrogen%20bond. Accessed 13 Jan. 2023."@en . ### https://w3id.org/pmd/co/ISO6892-1TensileTest :ISO6892-1TensileTest rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; owl:onProperty :participant ; owl:someValuesFrom :Extensometer ] , [ rdf:type owl:Restriction ; owl:onProperty :participant ; owl:someValuesFrom :LoadCell ] , [ rdf:type owl:Restriction ; owl:onProperty :participant ; owl:someValuesFrom :TensileTestingMachine ] , [ rdf:type owl:Restriction ; owl:onProperty :participant ; owl:someValuesFrom :TestPiece ] ; rdfs:subClassOf :TensileTest ; rdfs:isDefinedBy ; rdfs:label "Tensile Test in accordance with ISO 6892-1"@en , "Zugversuch nach ISO 6892-1"@de . ### https://w3id.org/pmd/co/Identifier :Identifier rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Identifier"@en , "Identifikator"@de ; "A named value intended to distinguish between entities."@en . ### https://w3id.org/pmd/co/Image :Image rdf:type owl:Class ; rdfs:subClassOf :Object ; rdfs:isDefinedBy ; rdfs:label "Bild"@de , "Image"@en ; "A visual representation of something"@en ; :definitionSource "“Image.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/image. Accessed 25 Nov. 2022."@en . ### https://w3id.org/pmd/co/Index :Index rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Index"@de , "Index"@en ; "Some running number."@en . ### https://w3id.org/pmd/co/Initiator :Initiator rdf:type owl:Class ; rdfs:subClassOf ; rdfs:isDefinedBy ; rdfs:label "Initiator"@de , "Initiator"@en ; "The Person that commisioned the process."@en . ### https://w3id.org/pmd/co/InsertSurface :InsertSurface rdf:type owl:Class ; rdfs:subClassOf :QualifyingNodeAnnotation ; rdfs:isDefinedBy ; rdfs:label "Insert Surface"@en , "Oberfläche Eines Einsatzstücks"@de ; "Diese Entität beschreibt den Zustand und die Qualität des Außenbereichs des Einsatzes eines Prozessknotens, z. B. die in Klemm- und Spannsystemen verwendeten Einsätze."@de , "This entity describes the state and quality of the exterior of the insert of a processing node, e.g., the inserts used in grips."@en ; :definitionSource "https://www.merriam-webster.com/dictionary/surface"@en . ### https://w3id.org/pmd/co/InspectionDocument :InspectionDocument rdf:type owl:Class ; rdfs:subClassOf :Document ; rdfs:isDefinedBy ; rdfs:label "Inspection Document"@en , "Inspektionsdokument"@de ; "Diese Entität beschreibt ein Dokument, das Informationen über die Prüfung eines materiellen Objekts enthält, in der Regel versehen mit einem Prüfungsdatum, einem typischen Prüfungsintervall und dem Zustand des geprüften Objekts. Typischerweise wird ein solches Dokument für Prozessknoten verwendet."@de , "This entity describes a document used to give information on the examination of a tangible object, usually including an examination date, a typical examination interval and the state of the examined object. Typically, this is used for processing nodes."@en . ### https://w3id.org/pmd/co/IonicBond :IonicBond rdf:type owl:Class ; rdfs:subClassOf :BondingType ; rdfs:isDefinedBy ; rdfs:label "Ionic Bond"@en , "Ionische Bindung"@de ; "Eine Ionenbindung ist eine chemische Bindung, die zwischen entgegengesetzt geladenen Stoffen aufgrund ihrer gegenseitigen elektrostatischen Anziehung entsteht."@de , "Ionic bond is a chemical bond formed between oppositely charged species because of their mutual electrostatic attraction."@en ; :definitionSource "\"Ionic bond.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/ionic%20bond. Accessed 13 Jan. 2023."@en . ### https://w3id.org/pmd/co/Laboratory :Laboratory rdf:type owl:Class ; rdfs:subClassOf ; rdfs:isDefinedBy ; rdfs:label "Labor"@de , "Laboratory"@en ; "A place equipped for experimental study in a science or for testing and analysis."@en ; :definitionSource "“Laboratory.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/laboratory. Accessed 24 Nov. 2022."@en . ### https://w3id.org/pmd/co/Length :Length rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Length"@en , "Länge"@de ; "A measured distance or dimension of an object, usually the longer or longest dimension of the object."@en , "Eine gemessene Entfernung oder Abmessung eines Objekts, normalerweise die längere oder längste Abmessung des Objekts."@de ; :definitionSource "https://www.merriam-webster.com/dictionary/length"@de . ### https://w3id.org/pmd/co/LengthChangingProcess :LengthChangingProcess rdf:type owl:Class ; rdfs:subClassOf :GeometryChangingProcess ; rdfs:isDefinedBy "https://w3id.org/pmd/co" ; rdfs:label "Length Changing Process"@en ; """A process which changes the length characteristic of an object. This class is used as an example of SWRL based reasoning. An instance belongs to the class if there are two embracing processes (previous and next) that determine different values after a length measurement (see SWRL rule)."""@en . ### https://w3id.org/pmd/co/LightMicroscopy :LightMicroscopy rdf:type owl:Class ; rdfs:subClassOf :OpticalMicroscopy ; rdfs:isDefinedBy ; rdfs:label "Lichtmikroskopie"@de , "Light Microscopy"@en ; "A microscopy done with an ordinary microscope that uses light as distinguished from an electron microscope."@en ; :definitionSource "“Light microscope.” Merriam-Webster.com Medical Dictionary, Merriam-Webster, https://www.merriam-webster.com/medical/light%20microscope. Accessed 24 Nov. 2022."@en . ### https://w3id.org/pmd/co/LoadCell :LoadCell rdf:type owl:Class ; rdfs:subClassOf :ProcessingNode ; rdfs:isDefinedBy ; rdfs:label "Kraftmessdose"@de , "Load Cell"@en ; "A load cell converts a force such as tension, compression, pressure, or torque into an electrical signal that can be measured and standardized. It is a force transducer. As the force applied to the load cell increases, the electrical signal changes proportionally. The most common types of load cell are pneumatic, hydraulic, and strain gauges."@en ; :definitionSource "https://en.wikipedia.org/wiki/Load_cell"@en . ### https://w3id.org/pmd/co/LoadCellCapacity :LoadCellCapacity rdf:type owl:Class ; rdfs:subClassOf :ValueObject , [ rdf:type owl:Restriction ; owl:onProperty :characteristicOf ; owl:someValuesFrom :LoadCell ] ; rdfs:isDefinedBy ; rdfs:label "Load cell capacity"@en . ### https://w3id.org/pmd/co/Location :Location rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Location"@en , "Ort"@de ; "A position or site occupied or available for occupancy or marked by some distinguishing feature."@en , "Eine Position oder ein Ort, der besetzt ist oder besetzt werden kann oder durch ein bestimmtes Merkmal gekennzeichnet ist."@de ; :definitionSource "“Location.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/location. Accessed 17 Jan. 2023."@en . ### https://w3id.org/pmd/co/LowerYieldStrength :LowerYieldStrength rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; owl:onProperty :relatesTo ; owl:someValuesFrom :Stress ] ; rdfs:subClassOf :YieldStrength ; rdfs:isDefinedBy ; rdfs:label "Lower Yield Strength"@en , "untere Streckgrenze"@de ; "Symbol: R_eL"@en , "kleinste Spannung während des plastischen Fließens, wobei Einschwingerscheinungen nicht berücksichtigt werden"@de , "lowest value of stress during plastic yielding, ignoring any initial transient effects"@en ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/Magnetic :Magnetic rdf:type owl:Class ; rdfs:subClassOf :MaterialProperty ; rdfs:isDefinedBy ; rdfs:label "Magnetic"@en , "Magnetisch"@de ; "Magnetic is relating relating to a magnet or to magnetism. Here specifically to the magnetic properties of a material."@en , "Magnetisch bezieht sich auf einen Magneten oder auf Magnetismus. Hier speziell auf die magnetischen Eigenschaften eines Materials."@de ; :definitionSource "“Magnetic.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/magnetic. Accessed 13 Jan. 2023."@en . ### https://w3id.org/pmd/co/MajorAxisDiameter :MajorAxisDiameter rdf:type owl:Class ; rdfs:subClassOf :Diameter ; rdfs:isDefinedBy ; rdfs:label "Halbachsendurchmesser"@de , "Minor axis diameter"@en ; "The shortest diameter of an ellipse."@en . ### https://w3id.org/pmd/co/Manufacturer :Manufacturer rdf:type owl:Class ; rdfs:subClassOf ; rdfs:isDefinedBy ; rdfs:label "Hersteller"@de , "Manufacturer"@en ; "Processing Node's manufacturer name, e.g.: \"Ipsen\", \"UPC\" or \"Bosch\""@en . ### https://w3id.org/pmd/co/ManufacturingNode :ManufacturingNode rdf:type owl:Class ; rdfs:subClassOf :ProcessingNode ; rdfs:isDefinedBy ; rdfs:label "Herstellungsknoten"@de , "Manufacturing Node"@en ; """A processing node that implements transformative processes as well as consumes and creates tangible objects and typically requires inputs In general but not necessarily, a manufacture node includes intrinsic analysis nodes that create corresponding measurements with respect to the process implemented by the manufacture node."""@en . ### https://w3id.org/pmd/co/ManufacturingProcess :ManufacturingProcess rdf:type owl:Class ; rdfs:subClassOf :Process ; rdfs:isDefinedBy ; rdfs:label "Herstellungsprozess"@de , "Manufacture 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/MassFraction :MassFraction rdf:type owl:Class ; rdfs:subClassOf :Fraction ; rdfs:isDefinedBy ; rdfs:label "Mass Fraction"@en , "Masse Anteil"@de ; "This value object describes one of several portions of the property of a body that is a measure of the amount of material it contains and causes it to have weight in a gravitational field."@en . ### https://w3id.org/pmd/co/MaterialDesignation :MaterialDesignation rdf:type owl:Class ; rdfs:subClassOf :MaterialRelated ; rdfs:isDefinedBy ; rdfs:label "Material Designation"@en , "Materialbezeichnung"@de ; """It is a name or identifier of a material type. It designates a material. E.g. \"steel\", \"aluminium\", \"wood\", \"plastic\", \"rubber\".""" ; "former \"Material\" : \"It is a substance or mixture of substances that constitutes an object. represented by the sum of material properties and material structure\"" . ### https://w3id.org/pmd/co/MaterialProperty :MaterialProperty rdf:type owl:Class ; rdfs:subClassOf :MaterialRelated ; rdfs:isDefinedBy ; rdfs:label "Material Property"@en , "Materialeigenschaft"@de ; "A materials property is an intensive property of a material, i.e., a physical property that does not depend on the amount of the material. These quantitative properties may be used as a metric by which the benefits of one material versus another can be compared, thereby aiding in materials selection."@en , "Eine Materialeigenschaft ist eine intensive Eigenschaft eines Materials, d. h. eine physikalische Eigenschaft, die nicht von der Menge des Materials abhängt. Diese quantitativen Eigenschaften können als Maßstab verwendet werden, um die Vorteile eines Materials mit denen eines anderen zu vergleichen und so die Materialauswahl zu erleichtern."@de ; :definitionSource "“List of materials properties.” Wikipedia The Free Encyclopedia, https://en.wikipedia.org/wiki/List_of_materials_properties. Accessed 13 Jan. 2023."@en . ### https://w3id.org/pmd/co/MaterialQuality :MaterialQuality rdf:type owl:Class ; rdfs:subClassOf :MaterialRelated ; rdfs:isDefinedBy ; rdfs:label "Material Quality"@en , "Materialqualität"@de ; "i.e. Materialgüte"@de . ### https://w3id.org/pmd/co/MaterialRelated :MaterialRelated rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Material Related"@en , "Materialbezug"@de ; "Diese Klasse dient der qualitativen und quantitativen Beschreibung eines Materials, indem sie Informationen über ein Material angibt, z. B. durch die Einbeziehung von Materialeigenschaften, Materialstruktur usw."@de , "This property is used to qualitatively and quantitatively describe a material by providing information on a material, e.g., by including material properties, material structure, etc."@en . ### https://w3id.org/pmd/co/MaterialStructure :MaterialStructure rdf:type owl:Class ; rdfs:subClassOf :MaterialRelated ; rdfs:isDefinedBy ; rdfs:label "Material Structure"@en , "Materialstruktur"@de ; "Die relevante Struktur von Materialien hat je nach Material eine unterschiedliche Längenskala. Die Struktur und Zusammensetzung eines Materials kann durch Mikroskopie oder Spektroskopie bestimmt werden."@de , "The relevant structure of materials has a different length scale depending on the material. The structure and composition of a material can be determined by microscopy or spectroscopy."@en ; :definitionSource "“Material - Classification by structure.” Wikipedia The Free Encyclopedia, https://en.wikipedia.org/wiki/Material#Classification_by_structure. Accessed 13 Jan. 2023."@en . ### https://w3id.org/pmd/co/MaximumForce :MaximumForce rdf:type owl:Class ; rdfs:subClassOf :Force ; rdfs:isDefinedBy ; rdfs:label "Höchstkraft"@de , "Maximum Force"@en ; """Bei Werkstoffen, die kein diskontinuierliches Fließen zeigen: größte Kraft, der die Probe während des Versuchs standhält Bei Werkstoffen, die ein diskontinuierliches Fließen zeigen: größte Kraft, der die Probe während des Versuchs nach dem Beginn der Verfestigung standhält Anmerkung: Für Werkstoffe, die ein diskontinuierliches Fließen zeigen, aber keine Verfestigung erzielt werden kann, ist die Höchstkraft nicht definiert ."""@de , """For materials displaying no discontinuous yielding: highest force that the test piece withstands during the test For materials displaying discontinuous yielding: highest force that the test piece withstands during the test after the beginning of work-hardening Note: For materials which display discontinuous yielding, but where no work-hardening can be established, the maximum force is not defined."""@en ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/Measurement :Measurement rdf:type owl:Class ; rdfs:subClassOf :ValueScope ; owl:disjointWith :SetPoint ; rdfs:isDefinedBy ; rdfs:label "Measurement"@en , "Messwert"@de ; "Measurement is the quantification of attributes of an object or event, which can be used to compare with other objects or events."@en ; :definitionSource "https://en.wikipedia.org/wiki/Measurement"@en . ### https://w3id.org/pmd/co/MeasuringDevice :MeasuringDevice rdf:type owl:Class ; rdfs:subClassOf :ProcessingNode ; rdfs:isDefinedBy ; rdfs:label "Measuring Device"@en , "Messgerät"@de ; "A processing node capable of determining a specific quality." . ### https://w3id.org/pmd/co/MeasuringProcess :MeasuringProcess rdf:type owl:Class ; rdfs:subClassOf :AnalysingProcess ; rdfs:isDefinedBy ; rdfs:label "Measuring Process"@en , "Messprozess"@de ; "A measurement process acquires data (usually expressed in numbers) by using tools."@en . ### https://w3id.org/pmd/co/Mechanical :Mechanical rdf:type owl:Class ; rdfs:subClassOf :MaterialProperty ; rdfs:isDefinedBy ; rdfs:label "Mechanical"@en , "Mechanisch"@de ; "Mechanical is relating to, governed by, or in accordance with the principles of mechanics. Here specifically to the mechanical properties of a material."@en , "Mechanisch bedeutet, sich auf die Prinzipien der Mechanik zu beziehen, von ihnen beherrscht zu werden oder sie zu befolgen. Hier speziell auf die mechanischen Eigenschaften eines Materials."@de ; :definitionSource "“Mechanical.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/mechanical. Accessed 13 Jan. 2023."@en . ### https://w3id.org/pmd/co/MechanicalTestingProcess :MechanicalTestingProcess rdf:type owl:Class ; rdfs:subClassOf :AnalysingProcess ; rdfs:isDefinedBy ; rdfs:label "Mechanical Testing Process"@en , "Mechanischer Testprozess"@de ; "Determinization of a mechanical property."@en ; :definitionSource "“Mechanical test.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/mechanical%20test. Accessed 24 Nov. 2022."@en . ### https://w3id.org/pmd/co/MediaMovement :MediaMovement rdf:type owl:Class ; rdfs:subClassOf :FurnaceCharacteristic ; rdfs:isDefinedBy ; rdfs:label "Media Movement"@en , "Medienbewegung"@de ; "Displacement of media surrounding objects inside the system boundaries of a processing node."@en ; "Circulation of a gaseous media within the systems boundaries."@en . ### https://w3id.org/pmd/co/Medium :Medium rdf:type owl:Class ; rdfs:subClassOf :Object ; rdfs:isDefinedBy ; rdfs:label "Medium"@de , "Medium"@en ; "Substance that surrounds an object inside the system boundaries of a processing node."@en . ### https://w3id.org/pmd/co/Metadata :Metadata rdf:type owl:Class ; rdfs:subClassOf :DataScope , :ValueObject ; owl:disjointWith :PrimaryData , :SecondaryData ; rdfs:isDefinedBy ; rdfs:label "Metadata"@en , "Metadaten"@de ; "Attributes and additional data (provenance) concerning the factory, laboratory, the process system and the objects which allow the evaluation of the quality / reliability of the measurements and a systematic search task of a database."@en . ### https://w3id.org/pmd/co/MetallicBond :MetallicBond rdf:type owl:Class ; rdfs:subClassOf :BondingType ; rdfs:isDefinedBy ; rdfs:label "Metallbindung"@de , "Metallic Bond"@en ; "Metallic bond is the chemical bond typical of the metallic state and characterized by mobile valence electrons that hold the atoms together usually in crystal lattices and are responsible for the good electrical and heat conductivity of metals."@en , "Metallische Bindung ist die für den metallischen Zustand typische chemische Bindung, die durch bewegliche Valenzelektronen gekennzeichnet ist, die die Atome in der Regel in Kristallgittern zusammenhalten und für die gute elektrische und Wärmeleitfähigkeit von Metallen verantwortlich sind."@de ; :definitionSource "\"Metallic bond.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/metallic%20bond. Accessed 13 Jan. 2023."@en . ### https://w3id.org/pmd/co/Method :Method rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; owl:disjointWith :Process ; rdfs:isDefinedBy ; rdfs:label "Method"@en , "Methode"@de ; "A way, technique, or process of or for doing something"@en ; :definitionSource "“Method.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/method. Accessed 5 Dec. 2022."@en . ### https://w3id.org/pmd/co/MicrometerGauge :MicrometerGauge rdf:type owl:Class ; rdfs:subClassOf :MeasuringDevice ; rdfs:isDefinedBy ; rdfs:label "Bügelmessschraube"@de , "Micrometer Gauge"@en ; "Diese Entität beschreibt ein Werkzeug zur Durchführung präziser Messungen mit einer Spindel, die durch eine Feingewindeschraube bewegt wird."@de , "This entity describes a tool for making precise measurements having a spindle moved by a finely threaded screw."@en ; :definitionSource "https://www.merriam-webster.com/dictionary/micrometer%20caliper"@en . ### https://w3id.org/pmd/co/Micropscope :Micropscope rdf:type owl:Class ; rdfs:subClassOf :ProcessingNode ; rdfs:isDefinedBy ; rdfs:label "Microscope"@en , "Mikroskop"@de ; "An optical instrument consisting of a lens or combination of lenses for making enlarged images of minute objects."@en ; :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/MicroscopyProcess :MicroscopyProcess rdf:type owl:Class ; rdfs:subClassOf :AnalysingProcess ; rdfs:isDefinedBy ; rdfs:label "Microscopy Process"@en , "Mikroskopie"@de ; "The use of or investigation with a microscope."@en ; :definitionSource "“Microscopy.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/microscopy. Accessed 24 Nov. 2022."@en . ### https://w3id.org/pmd/co/MinorAxisDiameter :MinorAxisDiameter rdf:type owl:Class ; rdfs:subClassOf :Diameter ; rdfs:isDefinedBy ; rdfs:label "Hauptachsendurchmesser"@de , "Major axis diameter"@en ; "The longest diameter of an ellipse."@en . ### https://w3id.org/pmd/co/ModulusOfElasticity :ModulusOfElasticity rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Elastizitätsmodul"@de , "Modulus Of Elasticity"@en ; "E-Modul"@de ; """Quotient der Änderung der Spannung ΔR und Änderung der prozentualen Dehnung Δe in dem untersuchten Bereich multipliziert mit 100 % Anmerkung: Es wird empfohlen, den Wert in GPa, gerundet auf 0,1 GPa, und nach ISO 80000-1 anzugeben."""@de , """quotient of change of stress ΔR and change of percentage extension Δe in the range of evaluation, multiplied by 100 % Note: It is recommended to report the value in GPa rounded to the nearest 0.1 GPa and according to ISO 80000-1."""@en ; :definitionSource "DIN EN ISO 6892-1:2019"@en ; :symbol "E" . ### https://w3id.org/pmd/co/MountingProcess :MountingProcess rdf:type owl:Class ; rdfs:subClassOf :AssemblingProcess ; owl:disjointWith :TemperatureChangingProcess ; rdfs:isDefinedBy ; rdfs:label "Montageprozess"@de , "Mounting Process"@en ; "This property is used to describe the process of installing, assembling oder otherwise incorporating a test piece or specimen into a test machine. This may include the usage of other processing nodes (e.g. grips)."@en . ### https://w3id.org/pmd/co/NodeInfo :NodeInfo rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Knoteninformation"@de , "Node Info"@en ; "Descriptive values to specify a processing node."@en . ### https://w3id.org/pmd/co/NodeModel :NodeModel rdf:type owl:Class ; rdfs:subClassOf :NodeInfo ; rdfs:isDefinedBy ; rdfs:label "Knotenmodell"@de , "Node Model"@en ; "Processing Node short description, e.g. \"Vacuum Furnace\""@en . ### https://w3id.org/pmd/co/NodeName :NodeName rdf:type owl:Class ; rdfs:subClassOf :NodeInfo , :ProvidedIdentifier ; rdfs:isDefinedBy ; rdfs:label "Knotenname"@de , "Node Name"@en ; "A human-generated identifier associated with a discernible, tangible or simulated entity intended to be unique in a given scope"@en . ### https://w3id.org/pmd/co/NodeSerialNumber :NodeSerialNumber rdf:type owl:Class ; rdfs:subClassOf :NodeInfo , :ProvidedIdentifier ; rdfs:isDefinedBy ; rdfs:label "Knoten-Seriennummer"@de , "Node Serial Number"@en ; "A unique identifier of a processing node, typically provided by the manufacturer (manufacturer serial number, s/n)."@en . ### https://w3id.org/pmd/co/NodeSeries :NodeSeries rdf:type owl:Class ; rdfs:subClassOf :NodeInfo ; rdfs:isDefinedBy ; rdfs:label "Node Series"@en , "Serie"@de ; "Knotentyp"@de , "Node Type"@en ; "Processing Node typename, e.g. \"ProTherm500\""@en . ### https://w3id.org/pmd/co/NodeVersion :NodeVersion rdf:type owl:Class ; rdfs:subClassOf :NodeInfo ; rdfs:isDefinedBy ; rdfs:label "Knotenversion"@de , "Node Version"@en ; "Processing Node Version Number, e.g. \"2.24\""@en . ### https://w3id.org/pmd/co/NonTransformativeAnalysisProcess :NonTransformativeAnalysisProcess rdf:type owl:Class ; rdfs:subClassOf :AnalysingProcess ; owl:disjointWith :TransformativeAnalysisProcess ; rdfs:isDefinedBy ; rdfs:label "Nicht-transformativer Analyseprozess"@de , "Non Transformative Analysis Process"@en ; "An analysis process that is also a non-transformative process"@en . ### https://w3id.org/pmd/co/Norm :Norm rdf:type owl:Class ; rdfs:subClassOf :Method ; rdfs:isDefinedBy ; rdfs:label "Norm"@de , "Norm"@en ; "An authoritative standard."@en ; "Technical standard issued by the German Institute for Standardisation Registered Association (Deutsches Institut für Normung e.V. - DIN)"@en ; :definitionSource "“Norm.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/norm. Accessed 24 Nov. 2022."@en . ### https://w3id.org/pmd/co/NotDetected :NotDetected rdf:type owl:Class ; rdfs:subClassOf :Fraction ; rdfs:isDefinedBy ; rdfs:label "Nicht nachgewiesen"@de , "Not Detected"@en ; "Indicates that an chemical element has not been detected in a corresponding experiment."@en . ### https://w3id.org/pmd/co/Note :Note rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Bemerkung"@de , "Note"@en , "Notiz"@de ; "Additional information & knowledge for and by humans. Not expected to be parsable"@en . ### https://w3id.org/pmd/co/Object :Object rdf:type owl:Class ; rdfs:subClassOf ; rdfs:isDefinedBy ; rdfs:label "Object"@en , "Objekt"@de ; "A discernable, tangible or simulated entity that is processed in a process by a processing node."@en . ### https://w3id.org/pmd/co/Operator :Operator rdf:type owl:Class ; rdfs:subClassOf ; rdfs:isDefinedBy ; rdfs:label "Operator"@de , "Operator"@en ; "A person that operates a machine or device."@en ; :definitionSource "“Operator.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/operator. Accessed 24 Nov. 2022."@en . ### https://w3id.org/pmd/co/Optical :Optical rdf:type owl:Class ; rdfs:subClassOf :MaterialProperty ; rdfs:isDefinedBy ; rdfs:label "Optical"@en , "Optisch"@de ; "Optical is relating to the science of optics. Here specifically to the optical properties of a material."@en , "Optisch bezieht sich auf die Wissenschaft der Optik. Hier speziell auf die optischen Eigenschaften eines Materials."@de ; :definitionSource "“Optical.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/optical. Accessed 13 Jan. 2023."@en . ### https://w3id.org/pmd/co/OpticalMicroscopy :OpticalMicroscopy rdf:type owl:Class ; rdfs:subClassOf :MicroscopyProcess ; rdfs:isDefinedBy ; rdfs:label "Optical Microscopy"@en , "Optische Mikroskopie"@de ; "A microscopy done with a microscope in which light rays are seen directly by the observer as distinguished from one (as an electron microscope) in which some transformation or system of indirect viewing is use."@en ; :definitionSource "“Optical microscope.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/optical%20microscope. Accessed 24 Nov. 2022."@en . ### https://w3id.org/pmd/co/OriginalDiameter :OriginalDiameter rdf:type owl:Class ; rdfs:subClassOf :Diameter ; rdfs:isDefinedBy ; rdfs:label "Anfangs-Probendurchmesser"@de , "Original Diameter"@en ; "Die Länge einer geraden Linie durch den Mittelpunkt eines Objekts (Prüfkörpers), die vor einer Prüfung gemessen wird."@de , "The length of a straight line through the center of an object (test piece) as measured before a test."@en ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/OriginalGaugeLength :OriginalGaugeLength rdf:type owl:Class ; rdfs:subClassOf :GaugeLength ; rdfs:isDefinedBy ; rdfs:label "Anfangsmesslänge"@de , "Original Gauge Length"@en ; "Länge zwischen den Marken zur Kennzeichnung der Messlänge auf der Probe, die vor dem Versuch bei Raumtemperatur gemessen wird"@de , "Symbol: L_o"@en , "length between gauge length marks on the test piece measured at room temperature before the test"@en ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/OriginalThickness :OriginalThickness rdf:type owl:Class ; rdfs:subClassOf :Thickness ; rdfs:isDefinedBy ; rdfs:label "Anfangs-Dicke"@de , "Original Thickness"@en ; "Diese Entität beschreibt die gemessene Dimension in einer Richtung eines Prüfstücks, wie sie vor der Prüfung gemessen wurde."@de , "This entity describes the measured dimension in one direction of a test piece, as measured before the test."@en . ### https://w3id.org/pmd/co/OriginalWidth :OriginalWidth rdf:type owl:Class ; rdfs:subClassOf :Width ; rdfs:isDefinedBy ; rdfs:label "Anfangs-Breite"@de , "Original Width"@en ; "Diese Entität beschreibt eine horizontale Messung eines Objekts (Prüfkörpers) im rechten Winkel zur Länge des Objekts (Prüfkörpers), wie sie vor einer Prüfung gemessen wird."@de , "This entity describes a horizontal measurement of an object (test piece) taken at right angles to the length of the object (test piece), as measured before a test."@en . ### https://w3id.org/pmd/co/ParallelLength :ParallelLength rdf:type owl:Class ; rdfs:subClassOf :Length ; rdfs:isDefinedBy ; rdfs:label "Parallel Length"@en , "Parallele Länge"@de ; """Länge des parallelen reduzierten Querschnitts der Probe Anmerkung: Bei unbearbeiteten Proben tritt an die Stelle der parallelen Länge der Abstand zwischen den Einspannungen."""@de , "Symbol: L_c"@en , """length of the parallel reduced section of the test piece Note: The concept of parallel length is replaced by the concept of distance between grips for unmachined test pieces."""@en ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/Particle :Particle rdf:type owl:Class ; rdfs:subClassOf :Object ; rdfs:isDefinedBy ; rdfs:label "Particle"@en , "Partikel"@de ; "A particle is a small localized object to which can be ascribed several physical or chemical properties, such as volume, density, or mass."@en . ### https://w3id.org/pmd/co/ParticleArea :ParticleArea rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; owl:onProperty :characteristicOf ; owl:someValuesFrom :Particle ] ; rdfs:subClassOf :Area ; rdfs:isDefinedBy ; rdfs:label "Particle Area"@en , "Partikelfläche"@de ; "The extent or measurement of a surface of a particle."@en . ### https://w3id.org/pmd/co/ParticleNumber :ParticleNumber rdf:type owl:Class ; rdfs:subClassOf :Index ; rdfs:isDefinedBy ; rdfs:label "Particle Number"@en , "Partikelnummer"@de ; "Die Partikelnummer ermöglicht die eindeutige Zuordnung der gemessenen Eigenschaften zu einem bestimmten Partikel."@de , "The particle number enables the explicit assignment of measured properties to a specific particle."@en . ### https://w3id.org/pmd/co/ParticleRadius :ParticleRadius rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; owl:onProperty :characteristicOf ; owl:someValuesFrom :Particle ] ; rdfs:subClassOf :Radius ; rdfs:isDefinedBy ; rdfs:label "Particle Radius"@en , "Partikelradius"@de ; "The radius of a particle."@en . ### https://w3id.org/pmd/co/PercentageElongation :PercentageElongation rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; owl:onProperty :relatesTo ; owl:someValuesFrom :OriginalGaugeLength ] ; rdfs:subClassOf :Elongation ; rdfs:isDefinedBy ; rdfs:label "Dehnung"@de , "Percentage Elongation"@en ; "Verlängerung, angegeben in Prozent, bezogen auf die Anfangsmesslänge"@de , "elongation expressed as a percentage of the original gauge length"@en ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/PercentageElongationAfterFracture :PercentageElongationAfterFracture rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; owl:onProperty :relatesTo ; owl:someValuesFrom :OriginalGaugeLength ] ; rdfs:subClassOf :Elongation ; rdfs:isDefinedBy ; rdfs:label "Bruchdehnung"@de , "Percentage Elongation After Fracture"@en ; "Symbol: A"@en , "bleibende Verlängerung der Messlänge nach dem Bruch (L_u − L_o), angegeben in Prozent, bezogen auf die Anfangsmesslänge"@de , "permanent elongation of the gauge length after fracture (L_u − L_o), expressed as a percentage of the original gauge length"@en ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/PercentageExtension :PercentageExtension rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; owl:onProperty :relatesTo ; owl:someValuesFrom :ExtensometerGaugeLength ] ; rdfs:subClassOf :Extension ; rdfs:isDefinedBy ; rdfs:label "Extensometer-Dehnung"@de , "Percentage Extension"@en ; "(engineering) strain"@en , "technische Dehnung"@de ; """extension expressed as a percentage of the extensometer gauge length Note: The percentage extension is commonly called engineering strain."""@en , """in Prozent angegebene Verlängerung der Extensometer-Messlänge Anmerkung: Die Extensometer-Dehnung wird oftmals auch als technische Dehnung bezeichnet."""@de ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/PercentagePermanentElongation :PercentagePermanentElongation rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; owl:onProperty :relatesTo ; owl:someValuesFrom :OriginalGaugeLength ] ; rdfs:subClassOf :Elongation ; rdfs:isDefinedBy ; rdfs:label "Bleibende Dehnung"@de , "Percentage Permanent Elongation"@en ; "Zunahme der Anfangsmesslänge einer Probe nach Entfernen einer festgelegten Zugspannung, angegeben in Prozent, bezogen auf die Anfangsmesslänge"@de , "increase in the original gauge length of a test piece after removal of a specified stress, expressed as a percentage of the original gauge length"@en ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/PercentagePermanentExtension :PercentagePermanentExtension rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; owl:onProperty :relatesTo ; owl:someValuesFrom :ExtensometerGaugeLength ] ; rdfs:subClassOf :Extension ; rdfs:isDefinedBy ; rdfs:label "Bleibende Extensometer-Dehnung"@de , "Percentage Permanent Extension"@en ; "Vergrößerung der Extensometer-Messlänge nach Entfernen einer festgelegten, auf die Probe aufgebrachten Zugspannung, angegeben in Prozent, bezogen auf die Extensometer-Messlänge"@de , "increase in the extensometer gauge length, after removal of a specified stress from the test piece, expressed as a percentage of the extensometer gauge length"@en ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/PercentagePlasticExtensionAtMaximumForce :PercentagePlasticExtensionAtMaximumForce rdf:type owl:Class ; owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty :relatesTo ; owl:someValuesFrom :ExtensometerGaugeLength ] [ rdf:type owl:Restriction ; owl:onProperty :relatesTo ; owl:someValuesFrom :MaximumForce ] ) ; rdf:type owl:Class ] ; rdfs:subClassOf :Extension ; rdfs:isDefinedBy ; rdfs:label "Percentage Plastic Extension At Maximum Force"@en , "Plastische Extensometer-Dehnung bei Höchstkraft"@de ; "Symbol: A_g"@en , "plastic extension at maximum force, expressed as a percentage of the extensometer gauge length"@en , "plastische Verlängerung der Extensometer-Messlänge bei Höchstkraft, angegeben in Prozent, bezogen auf die Extensometer-Messlänge"@de ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/PercentageReductionOfArea :PercentageReductionOfArea rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( [ owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty :relatesTo ; owl:someValuesFrom :OriginalThickness ] [ rdf:type owl:Restriction ; owl:onProperty :relatesTo ; owl:someValuesFrom :OriginalWidth ] ) ; rdf:type owl:Class ] [ rdf:type owl:Restriction ; owl:onProperty :relatesTo ; owl:someValuesFrom :OriginalDiameter ] ) ] ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Brucheinschnürung"@de , "Percentage Reduction Of Area"@en ; "größte während des Versuchs aufgetretene Änderung des Querschnitts (S_o − S_u), angegeben in Prozent, bezogen auf den Anfangsquerschnitt S_o"@de , "maximum change in cross-sectional area which has occurred during the test (S_o − S_u), expressed as a percentage of the original cross-sectional area, S_o"@en ; :definitionSource "DIN EN ISO 6892-1:2019"@en ; :symbol "Z" . ### https://w3id.org/pmd/co/PercentageTotalExtensionAtFracture :PercentageTotalExtensionAtFracture rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; owl:onProperty :relatesTo ; owl:someValuesFrom :ExtensometerGaugeLength ] ; rdfs:subClassOf :Extension ; rdfs:isDefinedBy ; rdfs:label "Gesamte Extensometer-Dehnung beim Bruch"@de , "Percentage Total Extension At Fracture"@en ; "Symbol: A_t"@en , "gesamte Verlängerung (elastische plus plastische Verlängerung) der Extensometer-Messlänge beim Bruch, angegeben in Prozent, bezogen auf die Extensometer-Messlänge"@de , "total extension (elastic extension plus plastic extension) at the moment of fracture, expressed as a percentage of the extensometer gauge length"@en ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/PercentageTotalExtensionAtMaximumForce :PercentageTotalExtensionAtMaximumForce rdf:type owl:Class ; owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty :relatesTo ; owl:someValuesFrom :ExtensometerGaugeLength ] [ rdf:type owl:Restriction ; owl:onProperty :relatesTo ; owl:someValuesFrom :MaximumForce ] ) ; rdf:type owl:Class ] ; rdfs:subClassOf :Extension ; rdfs:isDefinedBy ; rdfs:label "Gesamte Extensometer-Dehnung bei Höchstkraft"@de , "Percentage Total Extension At Maximum Force"@en ; "Symbol: A_gt"@en , "gesamte Verlängerung (elastische plus plastische Verlängerung) der Extensometer-Messlänge bei Höchstkraft, angegeben in Prozent, bezogen auf die Extensometer-Messlänge"@de , "total extension (elastic extension plus plastic extension) at maximum force, expressed as a percentage of the extensometer gauge length"@en ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/PercentageYieldPointExtension :PercentageYieldPointExtension rdf:type owl:Class ; rdfs:subClassOf :Extension ; rdfs:isDefinedBy ; rdfs:label "Percentage Yield Point Extension"@en , "Streckgrenzen-Extensometer-Dehnung"@de ; "Bei Werkstoffen, die ein diskontinuierliches Fließen zeigen: Verlängerung der Extensometer-Messlänge zwischen dem Beginn örtlichen Fließens und dem Einsetzen gleichmäßiger Verfestigung, angegeben in Prozent, bezogen auf die Extensometer-Messlänge"@de , "For discontinuous yielding materials: extension between the start of yielding and the start of uniform work-hardening, expressed as a percentage of the extensometer gauge length"@en , "Symbol: A_e"@en ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/Perimeter :Perimeter rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Perimeter"@en , "Umfang"@de ; "Der Durchmesser einer zweidimensionalen Form."@de , "The perimeter of a two-dimensional shape is defined as the path or boundary that encloses the shape."@en . ### https://w3id.org/pmd/co/Pixel :Pixel rdf:type owl:Class ; rdfs:subClassOf :Object ; rdfs:isDefinedBy ; rdfs:label "Pixel"@de , "Pixel"@en ; "Any of the small discrete elements that together constitute an image."@en ; :definitionSource "“Pixel.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/pixel. Accessed 1 Dec. 2022."@en . ### https://w3id.org/pmd/co/PixelDensity :PixelDensity rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Pixel density"@en , "Pixeldichte"@de ; "The pixel density of an electronic image device."@en . ### https://w3id.org/pmd/co/PrecipitateDistance :PrecipitateDistance rdf:type owl:Class ; rdfs:subClassOf :Distance ; rdfs:isDefinedBy ; rdfs:label "Ausscheidungsabstand"@de , "Precipitate Distance"@en ; "Gemessener Abstand zwischen Ausscheidungen."@de , "Measured distance between precipitates."@en . ### https://w3id.org/pmd/co/Precision :Precision rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Genauigkeit"@de , "Precision"@en ; "Der Grad der Verfeinerung, mit dem eine Operation durchgeführt oder eine Messung angegeben wird."@de , "The degree of refinement with which an operation is performed or a measurement stated."@en ; :definitionSource "“Precision.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/precision. Accessed 13 Jan. 2023."@en . ### https://w3id.org/pmd/co/PrimaryData :PrimaryData rdf:type owl:Class ; rdfs:subClassOf :DataScope ; owl:disjointWith :SecondaryData ; rdfs:isDefinedBy ; rdfs:label "Primary Data"@en , "Primärdaten"@de ; "Data acquired before / after a process either refering to the geometry of the object (e.g. ao, bo, do, au, bu, du, Lu) or as a register of the complete setup (e.g. sketches, photos or videos)"@en , "Data directly acquired during a process by sensors (time, force, length, temperature)"@en . ### https://w3id.org/pmd/co/Process :Process rdf:type owl:Class ; rdfs:subClassOf ; rdfs:isDefinedBy ; rdfs:label "Process"@en , "Prozess"@de ; """A series of actions or operations conducing to an end In PMD, a process is conducted via processing nodes and has a discernable duration as part of a workflow. A process consumes objects and parameters. A process potentially generates new objects and measurements. A process is either a transformative process or a non-transformative process with respect to objects processed via a processing node. There are primarily two types of distinguishable processes: manufacture process, analysis process. A process is a series of operations that are subordinate processes."""@en . ### https://w3id.org/pmd/co/ProcessDescription :ProcessDescription rdf:type owl:Class ; owl:equivalentClass [ owl:intersectionOf ( :Description [ rdf:type owl:Restriction ; owl:onProperty :characteristicOf ; owl:someValuesFrom :Process ] ) ; rdf:type owl:Class ] ; rdfs:subClassOf :Description ; rdfs:isDefinedBy ; rdfs:label "Process Description"@en , "Prozessbeschreibung"@de ; "A descriptive text qualifying the nature of a process instance used as an identifier that is not strictly intended to be unique, e.g. \"1050°C30 840°C10/ÖL\"."@en , "A human readable order of steps. Might include additional information that likes sketches and notes."@en . ### https://w3id.org/pmd/co/ProcessDuration :ProcessDuration rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Process Duration"@en , "Prozessdauer"@de ; "A length of an interval of time in which a process is conducted."@en . ### https://w3id.org/pmd/co/ProcessIdentifier :ProcessIdentifier rdf:type owl:Class ; owl:equivalentClass [ owl:intersectionOf ( :Identifier [ rdf:type owl:Restriction ; owl:onProperty :characteristicOf ; owl:someValuesFrom :Process ] ) ; rdf:type owl:Class ] ; rdfs:subClassOf :Identifier ; rdfs:isDefinedBy ; rdfs:label "Process Identifier"@en , "Prozessidentifikator"@de ; "A colloquial, human-generated, descriptive text qualifying the nature of a process instance used as an identifier that is not strictly intended to be unique, e.g. “1050°C30 840°C10/ÖL”."@en , "Ein umgangssprachlicher, von Menschen erstellter, beschreibender Text, der die Art einer Prozessinstanz qualifiziert, die als Kennung verwendet wird, die nicht unbedingt eindeutig sein muss, z.B. “1050°C30 840°C10/ÖL”."@de . ### https://w3id.org/pmd/co/ProcessingNode :ProcessingNode rdf:type owl:Class ; rdfs:subClassOf ; rdfs:isDefinedBy ; rdfs:label "Processing Node"@en , "Prozessknoten"@de ; "Processing nodes are tools, equipment and accessories as well as software that are relevant for the performance of processes, such as e.g. mechanical and chemical test as well as simulation, prediction, and machine learning. Accordingly, processing nodes may be machines, parts of machines, software applications as well as human extremities."@en , "Prozessknoten sind Werkzeuge, Geräte und Zubehör sowie Software, die für die Durchführung von Prozessen relevant sind, wie z. B. mechanische und chemische Tests sowie Simulationen, Vorhersagen und maschinelles Lernen. Dementsprechend können Prozessknoten Maschinen, Teile von Maschinen, Softwareanwendungen sowie menschliche Gliedmaßen sein."@de . ### https://w3id.org/pmd/co/Project :Project rdf:type owl:Class ; rdfs:subClassOf ; rdfs:isDefinedBy ; rdfs:label "Project"@en , "Projekt"@de ; "A series of goal-orientated (intent) activities and interactions to achieve a specific outcome."@en , "Eine Reihe von zielorientierten (absichtlichen) Aktivitäten und Interaktionen, um ein bestimmtes Ergebnis zu erzielen."@de . ### https://w3id.org/pmd/co/ProjectIdentifier :ProjectIdentifier rdf:type owl:Class ; owl:equivalentClass [ owl:intersectionOf ( :Identifier [ rdf:type owl:Restriction ; owl:onProperty :characteristicOf ; owl:someValuesFrom :Project ] ) ; rdf:type owl:Class ] ; rdfs:subClassOf :Identifier ; rdfs:isDefinedBy ; rdfs:label "Project Identifier"@en , "Projektidentifikator"@de ; "A colloquial, human-generated, descriptive text qualifying the nature of a project."@en , "Ein umgangssprachlicher, von Menschen erstellter, beschreibender Text, der die Art eines Projekts qualifiziert."@de . ### https://w3id.org/pmd/co/ProofStrength :ProofStrength rdf:type owl:Class ; rdfs:subClassOf :Extension ; rdfs:isDefinedBy ; rdfs:label "Dehngrenze"@de , "Proof Strength"@en ; "Spannung, bei der ein bestimmter Dehnungswert gleich einem bestimmten Prozentsatz der Messlänge des Dehnungsmessers ist"@de , "stress at which the a specific extension value is equal to a specified percentage of the extensometer gauge length"@en . ### https://w3id.org/pmd/co/ProofStrengthPlasticExtension :ProofStrengthPlasticExtension rdf:type owl:Class ; rdfs:subClassOf :ProofStrength ; rdfs:isDefinedBy ; rdfs:label "Dehngrenze bei plastischer Extensometer-Dehnung"@de , "Proof Strength Plastic Extension"@en ; """Spannung, bei der die plastische Extensometer-Dehnung einem vorgegebenen Prozentanteil der Extensometer-Messlänge entspricht Anmerkung: Der Index wird durch den Zahlenwert ergänzt, der den vorgegebenen Zahlenwert der plastischen Extensometer-Dehnung in Prozent angibt, z. B. R_p_0,2."""@de , "Symbol: R_p"@en , """stress at which the plastic extension is equal to a specified percentage of the extensometer gauge length Note: A suffix is added to the subscript to indicate the prescribed percentage, e.g. R_p_0.2. Source: ISO 6892-1:2019"""@en ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/ProofStrengthTotalExtension :ProofStrengthTotalExtension rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; owl:onProperty :relatesTo ; owl:someValuesFrom :PercentageExtension ] ; rdfs:subClassOf :ProofStrength ; rdfs:isDefinedBy ; rdfs:label "Dehngrenze bei gesamter Extensometer-Dehnung"@de , "Proof Strength Total Extension"@en ; """Spannung, bei der die gesamte Extensometer-Dehnung (elastische und plastische Extensometer-Dehnung) einem vorgegebenen Prozentanteil der Extensometer-Messlänge entspricht Anmerkung: Der Index wird durch den Zahlenwert ergänzt, der den vorgegebenen Zahlenwert der gesamten Extensometer-Dehnung in Prozent angibt, z. B. R_t_0,5."""@de , "Symbol: R_t"@en , """stress at which total extension (elastic extension plus plastic extension) is equal to a specified percentage of the extensometer gauge length Note: A suffix is added to the subscript to indicate the prescribed percentage, e.g. R_t_0.5."""@en ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/ProvidedIdentifier :ProvidedIdentifier rdf:type owl:Class ; rdfs:subClassOf :Identifier ; rdfs:isDefinedBy ; rdfs:label "Bereitgestellter Identifikator"@de , "Provided Identifier"@en ; "A colloquial, human-generated descriptor."@en . ### https://w3id.org/pmd/co/QualifyingNodeAnnotation :QualifyingNodeAnnotation rdf:type owl:Class ; rdfs:subClassOf :NodeInfo ; rdfs:isDefinedBy ; rdfs:label "Qualifizierende Knotenannotation"@de , "Qualifying Node Annotation"@en ; "Description for Processing Node's utility, e.g. \"Rear Vacuum Furnace Oil Quenching\""@en . ### https://w3id.org/pmd/co/Radiological :Radiological rdf:type owl:Class ; rdfs:subClassOf :MaterialProperty ; rdfs:isDefinedBy ; rdfs:label "Radiological"@en , "Radiologisch"@de ; "Radiological is relating to radiology. Here specifically to the radiological properties of a material."@en , "Radiologisch bezieht sich auf die Radiologie. Hier speziell auf die radiologischen Eigenschaften eines Materials."@de ; :definitionSource "“Radiological.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/radiological. Accessed 13 Jan. 2023."@en . ### https://w3id.org/pmd/co/Radius :Radius rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Radius"@de , "Radius"@en ; "A line segment extending from the center of a circle or sphere to the circumference or bounding surface."@en ; :definitionSource "“Radius.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/radius. Accessed 5 Dec. 2022."@en . ### https://w3id.org/pmd/co/Rectangular :Rectangular rdf:type owl:Class ; rdfs:subClassOf :Shape ; rdfs:isDefinedBy ; rdfs:label "Rechteckig"@de , "Rectangular"@en ; "Geformt wie ein Rechteck."@de , "Shaped like a rectangle."@en ; :definitionSource "“Rectangular.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/rectangular. Accessed 13 Jan. 2023."@en . ### https://w3id.org/pmd/co/RegionOfInterest :RegionOfInterest rdf:type owl:Class ; owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom :Image ] ) ; rdf:type owl:Class ] ; rdfs:subClassOf :Object ; rdfs:isDefinedBy ; rdfs:label "Betrachteter Bereich"@de , "Region of Interest"@en ; """Some region of interest (ROI) in an image. Describe the ROI by use of Web Annotation Vocabulary (https://www.w3.org/TR/annotation-vocab/). The ROI is understood as the target of a (body-less) annotation. The web annotation model suggests the use of different fragment specifications (https://www.w3.org/TR/annotation-model/#fragment-selector), however we suggest to prefer media fragments (https://www.w3.org/TR/media-frags/)."""@en ; """:image1 a pmd:Image :roi1 a pmd:RegionOfInterest . :roi1 oa:hasSource :image1 ; oa:hasSelector [ a oa:FragmentSelector ; dcterms:conformsTo ; rdf:value \"xywh=160,120,320,240\" ] ] .""" . ### https://w3id.org/pmd/co/Regression :Regression rdf:type owl:Class ; rdfs:subClassOf :Algorithm ; rdfs:isDefinedBy ; rdfs:label "Regression"@de , "Regression"@en ; """A functional relationship between two or more correlated variables that is often empirically determined from data and is used especially to predict values of one variable when given values of the others. Specifically : a function that yields the mean value of a random variable under the condition that one or more independent variables have specified values."""@en ; "Regression of y on x is linear"@en ; :definitionSource "“Regression.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/regression. Accessed 24 Nov. 2022."@en . ### https://w3id.org/pmd/co/RelatedProjectIdentifier :RelatedProjectIdentifier rdf:type owl:Class ; rdfs:subClassOf :Identifier ; rdfs:isDefinedBy ; rdfs:label "Identifikation Eines Verbundenen Projektes"@de , "Related Project Identifier"@en ; "Diese Eigenschaft beschreibt einen benannten Wert, der dazu dient, zwischen Projekten zu unterscheiden, die mit dem betrachteten Projekt in Relation stehen. Zwei in Relation stehende Projekte könnten zum Beispiel ein Messprojekt sein, das Teil eines Projekts mit einem breiteren Betrachtungsbereich ist."@de , "This property describes a named value intended to distinguish between projects that are related to the project considered. For instance, two related projects could be a measurement project that is part of project with a broader scope."@en . ### https://w3id.org/pmd/co/RetortType :RetortType rdf:type owl:Class ; rdfs:subClassOf :FurnaceCharacteristic ; rdfs:isDefinedBy ; rdfs:label "Retort Type"@en , "Retortentyp"@de ; "Geometry and and orientation of the inner system boundaries of the heat treatment processing node."@en . ### https://w3id.org/pmd/co/RockwellHardnessTest :RockwellHardnessTest rdf:type owl:Class ; rdfs:subClassOf :HardnessTest ; rdfs:isDefinedBy ; rdfs:label "Härteprüfung nach Rockwell"@de , "Rockwell Hardness Test"@en ; "Determination the hardness of a metal or alloy measured by an apparatus in which a diamond-pointed cone is pressed into the metal to a standard depth to determine the relative resistance to penetration as indicated automatically by a number on a dial."@en ; :definitionSource "“Rockwell hardness.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/Rockwell%20hardness. Accessed 24 Nov. 2022."@en . ### https://w3id.org/pmd/co/Roughness :Roughness rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Oberflächenrauheit"@de , "Roughness"@en ; "Die Oberflächenrauheit, oft abgekürzt als Rauheit, ist eine Komponente zur Beschreibung der Oberflächenbeschaffenheit (Oberflächentextur). Sie wird durch die Abweichungen in der Richtung des Normalenvektors einer realen Oberfläche von ihrer idealen Form quantifiziert. Sind diese Abweichungen groß, ist die Oberfläche rau (große Rauheit), sind sie klein, ist die Oberfläche glatt (geringe Rauheit)."@de , "Surface roughness, often shortened to roughness, is a component of surface finish (surface texture). It is quantified by the deviations in the direction of the normal vector of a real surface from its ideal form. If these deviations are large, the surface is rough; if they are small, the surface is smooth."@en ; :definitionSource "https://en.wikipedia.org/wiki/Surface_roughness"@en . ### https://w3id.org/pmd/co/Rp01 :Rp01 rdf:type owl:Class ; rdfs:subClassOf :ProofStrengthPlasticExtension ; rdfs:isDefinedBy ; rdfs:label "Dehngrenze bei plastischer Extensometer-Dehnung Rp01"@de , "Proof Strength Plastic Extension Rp01"@en ; "Spannung bei einer plastischen Extensometer-Dehnung, die 0,1 Prozent der Extensometer-Messlänge entspricht"@de , "Symbol: R_p_0.1"@en , "stress at which the plastic extension is equal to 0.1 percent of the extensometer gauge length"@en ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/Rp02 :Rp02 rdf:type owl:Class ; rdfs:subClassOf :ProofStrengthPlasticExtension ; rdfs:isDefinedBy ; rdfs:label "Dehngrenze bei plastischer Extensometer-Dehnung Rp02"@de , "Proof Strength Plastic Extension Rp02"@en ; "Spannung bei einer plastischen Extensometer-Dehnung, die 0,2 Prozent der Extensometer-Messlänge entspricht"@de , "Symbol: R_p_0.2"@en , "stress at which the plastic extension is equal to 0.2 percent of the extensometer gauge length"@en ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/Sample :Sample rdf:type owl:Class ; rdfs:subClassOf :EngineeredMaterial ; rdfs:isDefinedBy ; rdfs:label "Probe"@de , "Sample"@en ; "Portion of material, usually selected from a larger quantity of material, collected and taken away for testing"@en ; :definitionSource "ISO 18589-1:2019-11 (international standardization committee: ISO/TC 85/SC 2/WG 17)"@en . ### https://w3id.org/pmd/co/SecondaryData :SecondaryData rdf:type owl:Class ; rdfs:subClassOf :DataScope ; rdfs:isDefinedBy ; rdfs:label "Secondary Data"@en , "Sekundärdaten"@de ; "Characteristic values (e.g. test results) determined by equations or algorithms using primary data and metadata for a process"@en . ### https://w3id.org/pmd/co/SemiCrystallineStructure :SemiCrystallineStructure rdf:type owl:Class ; rdfs:subClassOf :MaterialStructure ; rdfs:isDefinedBy ; rdfs:label "Semi Crystalline Structure"@en , "Semikristalline Struktur"@de ; "Feststoffe, die eine teilkristalline Struktur aufweisen, enthalten sowohl kristalline als auch amorphe Bereiche (Domänen). Kristalline Stoffe, die keine Einkristalle, sondern Polykristalle sind, werden nicht als teilkristallin bezeichnet, auch wenn sich zwischen den Kristalliten ein dünner amorpher Film befindet."@de , "Solid materials exhibiting a semi-crystalline structure contain both crystalline and amorphous sections (domains). Crystalline substances that are polycrystals rather than single crystals are not designated as semicrystalline, even if there is a thin amorphous film between the crystallites."@en . ### https://w3id.org/pmd/co/SequenceNumber :SequenceNumber rdf:type owl:Class ; rdfs:subClassOf :Identifier ; rdfs:isDefinedBy ; rdfs:label "Sequence Number"@en , "Sequenznummer"@de ; "Strict monotonically increasing integer that indicates the position in an ordered list."@en . ### https://w3id.org/pmd/co/SetPoint :SetPoint rdf:type owl:Class ; rdfs:subClassOf :ValueScope ; rdfs:isDefinedBy ; rdfs:label "Set Point"@en , "Sollwert"@de ; "In cybernetics and control theory, a setpoint (SP;[1] also set point) is the desired or target value for an essential variable, or process value (PV) of a control system."@en , "Sollwert bezeichnet allgemein den angestrebten Wert eines quantitativen Merkmales eines Systems, von dem der tatsächliche Istwert so wenig wie möglich abweichen soll. Der Sollwert wird von einem anderen System (z. B. Technik, Mensch) vorgegeben."@de ; :definitionSource "https://de.wikipedia.org/wiki/Sollwert"@de , "https://en.wikipedia.org/wiki/Setpoint_(control_system)"@en . ### https://w3id.org/pmd/co/Shape :Shape rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Form"@de , "Shape"@en ; "Das sichtbare Ausstattungsmerkmal (räumliche Form oder Kontur) eines bestimmten Objektes oder einer Art von Objekt."@de , "The visible makeup characteristic (spatial form or contour) of a particular item or kind of item."@en ; :definitionSource "“Shape.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/shape. Accessed 13 Jan. 2023."@en . ### https://w3id.org/pmd/co/SimulationNode :SimulationNode rdf:type owl:Class ; rdfs:subClassOf :ComputingNode ; rdfs:isDefinedBy ; rdfs:label "Simulation Node"@en , "Simulationsknoten"@de ; "A processing node that implements foo as well as consumes and creates simulation objects and parameters."@en . ### https://w3id.org/pmd/co/SimulationProcess :SimulationProcess rdf:type owl:Class ; rdfs:subClassOf :Process ; rdfs:isDefinedBy ; rdfs:label "Simulation Process"@en , "Simulationsprozess"@de ; "An analysis process that is used for a simulation" . ### https://w3id.org/pmd/co/Slide :Slide rdf:type owl:Class ; rdfs:subClassOf :ProcessingNode ; rdfs:isDefinedBy ; rdfs:label "Schlitten"@de , "Slide"@en ; "A moving piece that is guided by a part along its path, providing the mount for objects."@en . ### https://w3id.org/pmd/co/SlopeOfTheElasticPart :SlopeOfTheElasticPart rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Slope Of The Elastic Part"@en , "Steigung des elastischen Bereichs"@de ; "Diese Eigenschaft beschreibt den Wert der Steigung des ersten linear ansteigenden Teils (\"elastischer Teil\") in der bei einem Zugversuch erhaltenen Spannungs-Dehnungs-Kurve. Im elastischen Teil der Spannungs-Dehnungs-Kurve muss der Wert der Steigung nicht unbedingt dem Elastizitätsmodul entsprechen. Dieser Wert kann mit dem Wert des Elastizitätsmoduls (nur) sehr gut übereinstimmen, wenn optimale Bedingungen herrschten."@de , "This property describes the value of the slope of the first linear increasing part (‘elastic part’) in the stress-percentage extension curve obtained during a tensile test. In the elastic part of the stress‐percentage extension curve, the value of the slope may not necessarily represent the modulus of elasticity. This value may closely agree with the value of the modulus of elasticity if optimal conditions were used."@en ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/Specimen :Specimen rdf:type owl:Class ; rdfs:subClassOf :Sample ; owl:disjointWith :TestPiece ; rdfs:isDefinedBy ; rdfs:label "Prüfling"@de , "Specimen"@en ; "An object designed for a specific analysis." . ### https://w3id.org/pmd/co/SpecimenName :SpecimenName rdf:type owl:Class ; owl:equivalentClass [ owl:intersectionOf ( :Identifier [ rdf:type owl:Restriction ; owl:onProperty :characteristicOf ; owl:someValuesFrom :Specimen ] ) ; rdf:type owl:Class ] ; rdfs:subClassOf :Identifier ; rdfs:isDefinedBy ; rdfs:label "Prüfstück Name"@de , "Specimen Name"@en ; "Diese Eigenschaft beschreibt die Bezeichnung eines Prüfstücks, die in der Regel von Menschen als von Menschen lesbarer Identifikator vergeben wird."@de , "This property describes the designation of a specimen, usually given as human-readable identifier by humans."@de . ### https://w3id.org/pmd/co/Squared :Squared rdf:type owl:Class ; rdfs:subClassOf :Shape ; rdfs:isDefinedBy ; rdfs:label "Quadratisch"@de , "Squared"@en ; "Geformt mit vier gleichen Seiten und vier rechten Winkeln."@de , "Having four equal sides and four right angles."@en ; :definitionSource "“Square.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/square. Accessed 13 Jan. 2023."@en . ### https://w3id.org/pmd/co/StartTime :StartTime rdf:type owl:Class ; rdfs:subClassOf :Time ; rdfs:isDefinedBy ; rdfs:label "Start Time"@en , "Startzeit"@de ; "The date and time when the plan/recipe is supposed to be executed."@en . ### https://w3id.org/pmd/co/Stiffness :Stiffness rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Steifigkeit"@de , "Stiffness"@en ; "Die Steifigkeit ist das Maß, bis zu dem ein Objekt einer Verformung als Reaktion auf eine einwirkende Kraft widersteht."@de , "Stiffness is the extent to which an object resists deformation in response to an applied force."@en . ### https://w3id.org/pmd/co/StrainRate :StrainRate rdf:type owl:Class ; rdfs:subClassOf :TestingRate ; rdfs:isDefinedBy ; rdfs:label "Dehngeschwindigkeit"@de , "Strain Rate"@en ; "Symbol: e^._L_e"@en , "Zunahme der mit einem Extensometer in der Extensometer-Messlänge gemessenen Dehnung je Zeiteinheit"@de , "increase of strain, measured with an extensometer, in extensometer gauge length, per time"@en ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/Stress :Stress rdf:type owl:Class ; owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty :relatesTo ; owl:someValuesFrom :Area ] [ rdf:type owl:Restriction ; owl:onProperty :relatesTo ; owl:someValuesFrom :Force ] ) ; rdf:type owl:Class ] ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Spannung"@de , "Stress"@en ; """At any moment during the test, force divided by the original cross-sectional area, S_o, of the test piece Note: Here, all references to stress are to engineering stress."""@en , """Dimensional Analysis: ML*-1T*-2"""@en , """Kraft zu einem beliebigen Zeitpunkt während des Versuchs dividiert durch den Anfangsquerschnitt (S_o) der Probe Anmerkung: Mit dem Begriff Spannung ist hier die technische Spannung ('Ingenieur-Spannung') gemeint."""@de , "Units: Pa (SI), psi"@en ; :definitionSource "DIN EN ISO 6892-1:2019"@en ; :symbol "R"@en . ### https://w3id.org/pmd/co/StressRate :StressRate rdf:type owl:Class ; rdfs:subClassOf :TestingRate ; rdfs:isDefinedBy ; rdfs:label "Spannungsgeschwindigkeit"@de , "Stress Rate"@en ; "Symbol: R"@en , """Zunahme der Spannung je Zeiteinheit Anmerkung: Die Spannungsgeschwindigkeit wird nur im elastischen Bereich des Versuchs verwendet."""@de , """increase of stress per time Note: Stress rate is only used in the elastic part of the test."""@en ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/TemperatueMeasuringDevice :TemperatueMeasuringDevice rdf:type owl:Class ; rdfs:subClassOf :MeasuringDevice ; rdfs:isDefinedBy ; rdfs:label "Temperatue Measuring Device"@en , "Temperaturmesswerkzeug"@de ; "Diese Entität beschreibt allgemein jedes Werkzeug, das zur Messung der Temperatur eines materiellen Objekts oder der Umgebung verwendet wird, z. B. ein Thermoelement und Thermometer."@de , "This entity generically describes any tool that is used for the measurement of the temperature of a tangible object or the environment, e.g., a thermocouple and thermometers."@en . ### https://w3id.org/pmd/co/Temperature :Temperature rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Temperatur"@de , "Temperature"@en ; "The degree of hotness or coldness measured on a definite scale."@en ; :definitionSource "“Temperature.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/temperature. Accessed 25 Nov. 2022."@en . ### https://w3id.org/pmd/co/TemperatureChangeDevice :TemperatureChangeDevice rdf:type owl:Class ; rdfs:subClassOf :TemperatueMeasuringDevice ; rdfs:isDefinedBy ; rdfs:label "Temperature Change Device"@en , "Temperaturänderungswerkzeug"@de ; "Diese Entität beschreibt allgemein jedes Werkzeug, das zur Änderung und Einstellung der Temperatur eines materiellen Objekts oder der Umgebung verwendet wird, z. B. einen Ofen und Kühlmittel."@de , "This entity generically describes any tool that is used for the alteration and adjustment of the temperature of a tangible object or the environment, e.g., a furnace and cooling media."@en . ### https://w3id.org/pmd/co/TemperatureChangingProcess :TemperatureChangingProcess rdf:type owl:Class ; rdfs:subClassOf :ConditioningProcess ; rdfs:isDefinedBy ; rdfs:label "Temperature Changing Process"@en , "Temperaturänderungsprozess"@de ; "This properpy is used to describe a process which is run to increase or decrease the temperature of an object or a space. Usually, this involves heating or cooling devices such as furnaces or cooling media."@en . ### https://w3id.org/pmd/co/TensileStrength :TensileStrength rdf:type owl:Class ; owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty :relatesTo ; owl:someValuesFrom :MaximumForce ] [ rdf:type owl:Restriction ; owl:onProperty :relatesTo ; owl:someValuesFrom :Stress ] ) ; rdf:type owl:Class ] ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Tensile Strength"@en , "Zugfestigkeit"@de ; "Spannung, die der Höchstkraft entspricht"@de , "Symbol: R_m"@en , "stress corresponding to the maximum force"@en ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/TensileTest :TensileTest rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; owl:onProperty :participant ; owl:someValuesFrom :TensileTestingMachine ] , [ rdf:type owl:Restriction ; owl:onProperty :participant ; owl:someValuesFrom :TestPiece ] ; rdfs:subClassOf :MechanicalTestingProcess ; rdfs:isDefinedBy ; rdfs:label "Tensile Test"@en , "Zugversuch"@de ; "Tensile tests (tension tests) on materials provide information on their strength, ductility as well as other characteristic values under uniaxial tensile stress."@en , "The tensile test involves straining a test piece by tensile force, generally to fracture, for the determination of one or more mechanical properties specified by the semantically related and defined terms."@en ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/TensileTestNode :TensileTestNode rdf:type owl:Class ; rdfs:subClassOf :ProcessingNode ; rdfs:isDefinedBy ; rdfs:label "Tensile Test Node"@en , "Zugversuchsprozessknoten"@de ; "Diese Entität beschreibt einen Workflow-Bestandteil, der Werkzeuge und Geräte beinhaltet, die für die Durchführung eines Zugversuchs verwendet werden, z. B. eine Zugprüfmaschine."@de , "This entity describes a workflow constituent that hosts tools and equipment that is used for the performance of a tensile test, e.g., a tensile test machine."@en . ### https://w3id.org/pmd/co/TensileTestingMachine :TensileTestingMachine rdf:type owl:Class ; rdfs:subClassOf :TensileTestNode , :TestingMachine ; rdfs:isDefinedBy ; rdfs:label "Tensile Testing Machine"@en , "Zugprüfmaschine"@de ; "Maschine zur Durchführung eines Zugversuches; die Regelung und Überwachung des Versuches, die Messungen und die Datenverarbeitung werden üblicherweise mithilfe eines Computers durchgeführt."@de , "machine to conduct a tensile test; the control and monitoring of the test, the measurements, and the data processing are usually undertaken by computer"@en ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/TestPiece :TestPiece rdf:type owl:Class ; rdfs:subClassOf :Sample ; rdfs:isDefinedBy ; 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 ; :definitionSource "EN 10021:2006-12 (European standardization committee: CEN/TC 459/SC 12/WG 4)"@en . ### https://w3id.org/pmd/co/TestPieceClassification :TestPieceClassification rdf:type owl:Class ; rdfs:subClassOf :TestPieceInfo ; rdfs:isDefinedBy ; rdfs:label "Prüfkörperklassifizierung"@de , "Test Piece Classification"@en ; "Diese Eigenschaft wird verwendet, um Informationen über einen Prüfkörper bezüglich seiner Einordnung gemäß entsprechender Normen zu liefern."@de , "This property is used to provide information on a test piece concerning its graduation in accordance with corresponding standards."@en . ### https://w3id.org/pmd/co/TestPieceInfo :TestPieceInfo rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Prüfkörperinformationen"@de , "Test Piece Info"@en ; "Diese Eigenschaft wird verwendet, um Informationen über einen Prüfkörper zu liefern, wie z. B. seine geometrische Form, seine Klassifizierung und andere Parameter, einschließlich von Spezifikationen und Nennwerte. Die Informationen werden in Bezug auf die entsprechenden Normen bereitgestellt."@de , "This property is used to provide information on a test piece such as its geometric shape, classification, and other parameters, including specifications and nominal values. The information is provided with respect to corresponding standards."@en . ### https://w3id.org/pmd/co/TestPieceName :TestPieceName rdf:type owl:Class ; owl:equivalentClass [ owl:intersectionOf ( :Identifier [ rdf:type owl:Restriction ; owl:onProperty :characteristicOf ; owl:someValuesFrom :TestPiece ] ) ; rdf:type owl:Class ] ; rdfs:subClassOf :Identifier ; rdfs:isDefinedBy ; rdfs:label "Prüfkörpername"@de , "Test Piece Name"@en ; "Diese Eigenschaft beschreibt die Bezeichnung eines Prüfkörpers, die in der Regel als menschenlesbarer Identifikator von Menschen vergeben wird."@de , "This property describes the designation of a test piece, usually given as human-readable identifier by humans."@en . ### https://w3id.org/pmd/co/TestingMachine :TestingMachine rdf:type owl:Class ; rdfs:subClassOf :ProcessingNode ; rdfs:isDefinedBy ; rdfs:label "Prüfmaschine"@de , "Testing Machine" ; "Diese Entität beschreibt einen Prozessknoten, der für die Durchführung eines bestimmten Tests verwendet wird. Eine Prüfmaschine kann technisch komplex sein und aus mehreren Teilen bestehen."@de , "This entity describes a processing node that is used to perform a defined test. A testing machine may be technically complex and contain several parts."@en . ### https://w3id.org/pmd/co/TestingRate :TestingRate rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Prüfgeschwindigkeit"@de , "Testing Rate"@en ; "rate (resp. rates) used during the test"@en , "während des Versuchs verwendete Geschwindigkeit(en)"@de ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/Thermal :Thermal rdf:type owl:Class ; rdfs:subClassOf :MaterialProperty ; rdfs:isDefinedBy ; rdfs:label "Thermal"@en , "Thermisch"@de ; "Thermal is relating to, or caused by heat. Here specifically to the thermal properties of a material."@en , "Thermisch bedeutet in Bezug auf oder verursacht durch Wärme. Hier speziell auf die thermischen Eigenschaften eines Materials."@de ; :definitionSource "“Thermal.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/thermal. Accessed 13 Jan. 2023."@en . ### https://w3id.org/pmd/co/ThermalInsulation :ThermalInsulation rdf:type owl:Class ; rdfs:subClassOf :FurnaceCharacteristic ; rdfs:isDefinedBy ; rdfs:label "Thermal Insulation"@en , "Thermische Isolierung"@de ; "Thermal insulation is the reduction of heat transfer (i.e., the transfer of thermal energy between objects of differing temperature) between objects in thermal contact or in range of radiative influence. Thermal insulation can be achieved with specially engineered methods or processes, as well as with suitable object shapes and materials."@en ; :definitionSource "https://en.wikipedia.org/wiki/Thermal_insulation"@en . ### https://w3id.org/pmd/co/Thermocouple :Thermocouple rdf:type owl:Class ; rdfs:subClassOf :MeasuringDevice ; rdfs:isDefinedBy ; rdfs:label "Thermocouple"@en , "Thermoelement"@de ; "A device for measuring temperature in which a pair of wires of dissimilar metals (such as copper and iron) are joined and the free ends of the wires are connected to an instrument (such as a voltmeter) that measures the difference in potential created at the junction of the two metals."@en , "Ein Gerät zur Temperaturmessung, bei dem ein Paar Drähte aus unterschiedlichen Metallen (z. B. Kupfer und Eisen) verbunden und die freien Enden der Drähte mit einem Instrument (z. B. einem Voltmeter) verbunden werden, das die an der Verbindungsstelle erzeugte der beiden Metalle Potentialdifferenz misst ."@de ; :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/Thickness :Thickness rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Dicke"@de , "Thickness"@en ; "Diese Entität beschreibt die gemessene Dimension in einer Richtung eines Prüfstücks."@de , "This entity describes the measured dimension in one direction of a test piece."@en . ### https://w3id.org/pmd/co/ThicknessAfterFracture :ThicknessAfterFracture rdf:type owl:Class ; rdfs:subClassOf :Thickness ; rdfs:isDefinedBy ; rdfs:label "End-Dicke"@de , "Thickness After Fracture"@en ; "Diese Entität beschreibt die gemessene Dimension in einer Richtung eines Prüfstücks, wie sie vor der Prüfung gemessen wurde."@de , "This entity describes the measured dimension in one direction of a test piece, as measured after the test."@en . ### https://w3id.org/pmd/co/Time :Time rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Time"@en , "Zeit"@de ; "A nonspatial continuum that is measured in terms of events which succeed one another from past through present to future."@en ; :definitionSource "“Time.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/time. Accessed 25 Nov. 2022."@en . ### https://w3id.org/pmd/co/TransformativeAnalysisProcess :TransformativeAnalysisProcess rdf:type owl:Class ; rdfs:subClassOf :AnalysingProcess ; rdfs:isDefinedBy ; rdfs:label "Transformative Analysis Process"@en , "Transformativer Analyseprozess"@de ; "An analysis process that is also a transformative process"@en . ### https://w3id.org/pmd/co/TransitionPoint :TransitionPoint rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Transition Point"@en , "Umschaltpunkt"@de ; "Diese Entität beschreibt einen einzelnen Punkt, an dem ein Übergang von einer Bedingung oder einem Zustand in einen anderen erfolgt, z. B. der Punkt, an dem verschiedene Phasen von Materie im Gleichgewicht miteinander existieren können (auch Inversionspunkt genannt) oder wenn Prozessparameter geändert werden, die zu einem Übergang des Prozesses während seiner Ausführung führen."@de , "This entity describes a single point at which a transition from one condition or state to another occurs, e.g. the point at which different phases of matter are capable of existing together in equilibrium (also called inversion point) or if process parameters are changed that will lead to a transition of the process during its execution."@en . ### https://w3id.org/pmd/co/TransitionPointTestingRate :TransitionPointTestingRate rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; owl:onProperty :relatesTo ; owl:someValuesFrom :TestingRate ] ; rdfs:subClassOf :TransitionPoint ; rdfs:isDefinedBy ; rdfs:label "Transition Point Testing Rate"@en , "Umschaltpunkt der Prüfgeschwindigkeit"@de ; "Diese Entität beschreibt den Umschaltpunkt der Prüfgeschwindigkeit während eines Analyse- / Testprozesses, z.B. den Punkt bezogen auf die Dehnung oder Spannung, an welchem die Prüfgeschwindigkeit während eines Zugversuchs geändert wird. Typischerweise ist dieser Punkt mit einer Abnahme des Extensometers (Dehnungsaufnehmers) vom Prüfkörper während eines dehnungsgeregelten Zugversuchs verbunden."@de , "This entity describes the the transition point of the testing rate during an analysis / test process, e.g. the point referring to the strain or the stress at which the testing rate is changed during a tensile test. Typically, this transition point is associated with a removal of the extensometer from the test piece during a strain-controlled tensile test."@en . ### https://w3id.org/pmd/co/TransmissionElectronMicroscope :TransmissionElectronMicroscope rdf:type owl:Class ; rdfs:subClassOf :ElectronMicroscope ; rdfs:isDefinedBy ; rdfs:label "Transmission Electron Microscope"@en , "Transmissionelektronenmikroskop"@de ; "Transmission electron microscopes are capable of imaging at a significantly higher resolution than light microscopes, owing to the smaller de Broglie wavelength of electrons. This enables the instrument to capture fine detail—even as small as a single column of atoms, which is thousands of times smaller than a resolvable object seen in a light microscope. Transmission electron microscopy is a major analytical method in the physical, chemical and biological sciences. TEMs find application in cancer research, virology, and materials science as well as pollution, nanotechnology and semiconductor research, but also in other fields such as paleontology and palynology. (Wikipedia, https://en.wikipedia.org/wiki/Transmission_electron_microscopy)"@en ; :definitionSource "Wikipedia, https://en.wikipedia.org/wiki/Transmission_electron_microscopy"@en . ### https://w3id.org/pmd/co/TransmissionElectronMicroscopy :TransmissionElectronMicroscopy rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; owl:onProperty :participant ; owl:someValuesFrom :TransmissionElectronMicroscope ] ; rdfs:subClassOf :ElectronMicroscopy ; rdfs:isDefinedBy ; rdfs:label "Transmission Electron Microscopy"@en , "Transmissionselektronenmikroskopie"@de ; "Die Transmissionselektronenmikroskopie (TEM) ist eine Mikroskopietechnik, bei der ein Elektronenstrahl durch eine Probe geschickt wird, um ein Bild zu erzeugen. Bei der Probe handelt es sich meist um einen ultradünnen Schnitt von weniger als 100 nm Dicke oder eine Suspension auf einem Gitter. Das Bild entsteht durch die Wechselwirkung der Elektronen mit der Probe, während der Strahl durch die Probe geleitet wird. Das Bild wird dann vergrößert und auf ein bildgebendes Gerät fokussiert, z. B. einen Fluoreszenzschirm, eine Schicht eines fotografischen Films oder einen Sensor wie einen Szintillator, der an einem ladungsgekoppelten Gerät angebracht ist."@de , "Transmission electron microscopy (TEM) is a microscopy technique in which a beam of electrons is transmitted through a specimen to form an image. The specimen is most often an ultrathin section less than 100 nm thick or a suspension on a grid. An image is formed from the interaction of the electrons with the sample as the beam is transmitted through the specimen. The image is then magnified and focused onto an imaging device, such as a fluorescent screen, a layer of photographic film, or a sensor such as a scintillator attached to a charge-coupled device."@en ; :definitionSource "“Transmission electron microscopy” Wikipedia The Free Encyclopedia, https://en.wikipedia.org/wiki/Transmission_electron_microscopy. Accessed 13 Jan. 2023."@en . ### https://w3id.org/pmd/co/TypeGaugeLengthMarks :TypeGaugeLengthMarks rdf:type owl:Class ; rdfs:subClassOf :TestPieceInfo ; rdfs:isDefinedBy ; rdfs:label "Typ Der Messlängenmarkierungen"@de , "Type Gauge Length Marks"@en ; "Diese Eigenschaft wird verwendet, um die sichtbaren Markierungen zu beschreiben, die in der Regel während eines Zugversuchs zur Messung der Dehnung an den Prüfkörpern angebracht werden."@de , "This property is used to describe the visible markers usually attached to test pieces during a tensile test for elongation / extension measurements."@en . ### https://w3id.org/pmd/co/UpperYieldStrength :UpperYieldStrength rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; owl:onProperty :relatesTo ; owl:someValuesFrom :Stress ] ; rdfs:subClassOf :YieldStrength ; rdfs:isDefinedBy ; rdfs:label "Obere Streckgrenze"@de , "Upper Yield Strength"@en ; "Symbol: R_eH"@en , "höchste Spannung, bevor der erste Kraftabfall auftritt"@de , "maximum value of stress prior to the first decrease in force"@en ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/ValueObject :ValueObject rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( :Metadata [ owl:intersectionOf ( [ rdf:type owl:Class ; owl:unionOf ( :Measurement :SetPoint ) ] [ rdf:type owl:Class ; owl:unionOf ( :PrimaryData :SecondaryData ) ] ) ; rdf:type owl:Class ] ) ] ; rdfs:subClassOf ; rdfs:isDefinedBy ; rdfs:label "Value Object"@en , "Wertobjekt"@de ; """A :ValueObject is a simple entity which represents a specific value. This value can be a numerical, textual, or a more complex data structure. If a literal value is to be specified, the :value datatype property has to be used. In cases where the value is represented by a resource (e.g. URI), the :resource object property has to be used. A value object, respectively its value, is always associated with an entity of type :Process, :ProcessingNode, or :Object (e.g. :Specimen). The value is meant to be a charactaristic of the associated entity. To express this association it is indended to use the :participant object property. A value object might also refer to a certain unit. The :unit property might be used (e.g. with QUDT ontology). Instances of a value object might be specified as a specific Parameter, namely a SetPoint (nominal value), or Measurement. With :Setpoint the intend is to express, that the value is meant to be some preset, setting or nominal value. :Measurement expresses, that the value has been measured or determined somehow (see example). Instances of a value object might also be specified in a specific DataScope (:Metadata, :PrimaryData, :SecondaryData)."""@en ; """- the length of a specimen - the model number of a machine - a person involved in a process - a force on an object"""@en , """:Length rdfs:subClass :ValueObject . ex:vo1 a :Length . ex:vo1 a :Measurement . ex:vo1 a :PrimaryData . ex:vo1 :unit qudt:MilliM . ex:vo1 :value \"123.45\" ex:p1 a :LengthMeasuringProcess . ex:p1 :characteristic ex:vo1 ."""@en , "The length of a specimen, which has been measured as primary data. Its actual value is 123.45 millimeters."@en . ### https://w3id.org/pmd/co/ValueScope :ValueScope rdf:type owl:Class ; rdfs:subClassOf ; rdfs:isDefinedBy ; rdfs:label "Value Scope"@en , "Wertekategorie"@de ; "Any of a set of physical properties whose values determine the characteristics or behavior of something."@en ; :definitionSource "“Parameter.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/parameter. Accessed 25 Nov. 2022."@en . ### https://w3id.org/pmd/co/VanderwaalsBond :VanderwaalsBond rdf:type owl:Class ; rdfs:subClassOf :BondingType ; rdfs:isDefinedBy ; rdfs:label "Van der Waals Bindung"@de , "Vanderwaals Bond"@en ; "Die Van-der-Waals-Bindung ist durch die relativ schwachen Anziehungskräfte gegeben, die auf neutrale Atome und Moleküle wirken und die aufgrund der elektrischen Polarisierung entstehen, die in jedem der Teilchen durch die Anwesenheit anderer Teilchen induziert wird."@de , "Van der Waals bond is given by the relatively weak attractive forces that act on neutral atoms and molecules and that arise because of the electric polarization induced in each of the particles by the presence of other particles."@en ; :definitionSource "“Van der Waals forces.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/van%20der%20Waals%20forces. Accessed 13 Jan. 2023."@en . ### https://w3id.org/pmd/co/VickersHardnessTest :VickersHardnessTest rdf:type owl:Class ; rdfs:subClassOf :HardnessTest ; rdfs:isDefinedBy ; rdfs:label "Härteprüfung nach Vickers"@de , "Vickers Hardness Test"@en ; "An indentation hardness test for metals in which a 136-degree diamond pyramid is pressed into the surface of the metal being tested by a load of 5 to 120 kilograms."@en ; :definitionSource "“Vickers hardness test.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/Vickers%20hardness%20test. Accessed 24 Nov. 2022."@en . ### https://w3id.org/pmd/co/VolumeFraction :VolumeFraction rdf:type owl:Class ; rdfs:subClassOf :Fraction ; rdfs:isDefinedBy ; rdfs:label "Volume Fraction"@en , "Volumen Anteil"@de ; "This value object describes one of several portions of the property of a body that is a measure of the amount of material it contains and causes it to have volume."@en . ### https://w3id.org/pmd/co/Voxel :Voxel rdf:type owl:Class ; rdfs:subClassOf :Object ; rdfs:isDefinedBy ; rdfs:label "Voxel"@de , "Voxel"@en ; """An element representing a value on a grid in three dimensional space. In PMD, an infinitesimal part of an object which is made of a homogenuous material. Size depends on the observed material level. For now, geometrically, a cubus is assumed. Made of a material Different Voxels can have different material properties and material structure A (partial) logical object that describes (a part of) a physical object"""@en . ### https://w3id.org/pmd/co/Weight :Weight rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Gewicht"@de , "Weight"@en ; "The force with which a body is attracted toward the earth or a celestial body by gravitation and which is equal to the product of the mass and the local gravitational acceleration."@en ; :definitionSource "“Weight.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/weight. Accessed 5 Dec. 2022."@en . ### https://w3id.org/pmd/co/WeightedXCoordinate :WeightedXCoordinate rdf:type owl:Class ; rdfs:subClassOf :XCoordinate ; rdfs:isDefinedBy ; rdfs:label "Gewichtete X Koordinate"@de , "Weighted X coordinate"@en ; "Mass center of grey values in one direction"@en . ### https://w3id.org/pmd/co/WeightedYCoordinate :WeightedYCoordinate rdf:type owl:Class ; rdfs:subClassOf :YCoordinate ; rdfs:isDefinedBy ; rdfs:label "Gewichtete Y Koordinate"@de , "Weighted Y coordinate"@en ; "Mass center of grey values in the other direction"@en . ### https://w3id.org/pmd/co/Width :Width rdf:type owl:Class ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Breite"@de , "Width"@en ; "Diese Entität bezeichnet eine horizontale Messung, die im rechten Winkel zur Länge eines Objekts vorgenommen wird."@de , "This entity describes a horizontal measurement of an object taken at right angles to the length of the object."@en ; :definitionSource "https://www.merriam-webster.com/dictionary/width"@en . ### https://w3id.org/pmd/co/WidthAfterFracture :WidthAfterFracture rdf:type owl:Class ; rdfs:subClassOf :Width ; rdfs:isDefinedBy ; rdfs:label "End-Breite"@de , "Width After Fracture"@en ; "Diese Entität beschreibt eine horizontale Messung eines Objekts (Prüfkörpers) im rechten Winkel zur Länge des Objekts (Prüfkörpers), wie sie nach einer Prüfung gemessen wird."@de , "This entity describes a horizontal measurement of an object (test piece) taken at right angles to the length of the object (test piece), as measured after a test."@en . ### https://w3id.org/pmd/co/WorkingRange :WorkingRange rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; owl:onProperty :fromValue ; owl:someValuesFrom rdfs:Literal ] , [ rdf:type owl:Restriction ; owl:onProperty :toValue ; owl:someValuesFrom rdfs:Literal ] ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Arbeitsbereich"@de , "Working Range"@en ; "Diese Eigenschaft beschreibt den Bereich zwischen den Grenzen, innerhalb derer ein Prozessknoten (z. B. eine Maschine) für ihren vorgesehenen Zweck verwendet werden kann, ausgedrückt durch die Angabe der in Rede stehenden unteren und oberen Bereichswerte."@de , "This property describes the region between the limits within which a processing node (e.g., a machine) is capable of being used for its intended purpose, expressed by stating the lower and upper range values of interest."@en . ### https://w3id.org/pmd/co/XCoordinate :XCoordinate rdf:type owl:Class ; rdfs:subClassOf ; rdfs:isDefinedBy ; rdfs:label "X Coordinate"@en , "X Korrdinate"@de ; "Die X-Koordinate ist eine Koordinate, deren Wert durch Messung parallel zu einer X-Achse bestimmt wird."@de , "X-coordinate is a coordinate whose value is determined by measuring parallel to an x-axis."@en ; :definitionSource "“X-coordinate.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/x-coordinate. Accessed 13 Jan. 2023."@en . ### https://w3id.org/pmd/co/YCoordinate :YCoordinate rdf:type owl:Class ; rdfs:subClassOf ; rdfs:isDefinedBy ; rdfs:label "Y Coordinate"@en , "Y Koordinate"@de ; "Die Y-Koordinate ist eine Koordinate, deren Wert durch Messung parallel zu einer Y-Achse bestimmt wird."@de , "Y-coordinate is a coordinate whose value is determined by measuring parallel to a y-axis."@en ; :definitionSource "“Y-coordinate.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/y-coordinate. Accessed 13 Jan. 2023."@en . ### https://w3id.org/pmd/co/YieldStrength :YieldStrength rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; owl:onProperty :relatesTo ; owl:someValuesFrom :Stress ] ; rdfs:subClassOf :ValueObject ; rdfs:isDefinedBy ; rdfs:label "Streckgrenze"@de , "Yield Strength"@en ; "Wenn der metallische Werkstoff diese Eigenschaft aufweist: die Spannung zu einem bestimmten Zeitpunkt während des Versuchs bei dem eine plastische Verformung ohne Zunahme der Kraft auftritt"@de , "when the metallic material exhibits a yield phenomenon, stress corresponding to the point reached during the test at which plastic deformation occurs without any increase in the force"@en ; :definitionSource "DIN EN ISO 6892-1:2019"@en . ### https://w3id.org/pmd/co/2DPixelCoordinates rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; owl:onProperty :relatesTo ; owl:someValuesFrom :Pixel ] ; rdfs:subClassOf :Coordinates ; rdfs:isDefinedBy ; rdfs:label "2D Pixel Coordinates"@en , "2D Pixel Koordinaten"@de ; "A pixel can be identified by a pair of integers indicating the column and row number, here the 2D pixel coordinates. For example, a pixel with coordinates (1,2) would be in column number 1 and row number 2. Typically, columns are numbered starting with zero from left to right."@en , "Ein Pixel kann durch ein Paar von Ganzzahlen identifiziert werden, die die Spalten- und Zeilennummer angeben, hier die 2D Pixel Koordinaten. Zum Beispiel würde ein Pixel mit den Koordinaten (1,2) in der Spalte Nummer 1 und der Zeile Nummer 2 liegen. Üblicherweise werden Spalten beginnend mit Null von links nach rechts nummeriert."@de . ################################################################# # Individuals ################################################################# ### http://qudt.org/vocab/unit/KiloN rdf:type owl:NamedIndividual ; rdfs:isDefinedBy . ### https://w3id.org/pmd/co/PixelPerNanometerUnit :PixelPerNanometerUnit rdf:type owl:NamedIndividual , ; rdfs:label "Pixel Per Nanometer"@en , "Pixel pro Nanometer"@de ; "Einheit der gezählten Pixel pro Nanometer. (Es handelt sich nicht um eine offizielle Einheit.)"@de , "Unit of counted pixels per nanometer. (It is not an official unit.)"@en . ### https://w3id.org/pmd/co/PixelUnit :PixelUnit rdf:type owl:NamedIndividual , ; rdfs:label "Pixel Unit"@en , "Pixeleinheit"@de ; """In der digitalen Bildgebung ist ein Pixel (abgekürzt px), ein Pel oder ein Bildelement das kleinste adressierbare Element in einem Rasterbild oder der kleinste Punkt in einem alle Punkte adressierbaren Anzeigegerät. Bei den meisten digitalen Anzeigegeräten sind Pixel das kleinste Element, das durch Software manipuliert werden kann. Hier wird es als eine Einheit von gezählten Pixeln bezeichnet. (Es handelt sich nicht um eine offiziell anerkannte Einheit.)"""@de , "In digital imaging, a pixel (abbreviated px), pel, or picture element is the smallest addressable element in a raster image, or the smallest point in an all points addressable display device. In most digital display devices, pixels are the smallest element that can be manipulated through software. Here it is referred to as a unit of counted pixels. (It is not an officially recognized unit)."@en ; :definitionSource "“Pixel” Wikipedia The Free Encyclopedia, https://en.wikipedia.org/wiki/Pixel. Accessed 13 Jan. 2023."@en . ################################################################# # Annotations ################################################################# rdfs:label "Jörg Waitelonis" . rdfs:label "Bernd Bayerlein" . rdfs:label "Markus Schilling" . rdfs:label "Henk Birkholz" . rdfs:label "Thomas Hanke" . rdfs:label "Sascha Fliegener" . ################################################################# # General axioms ################################################################# [ rdf:type owl:AllDisjointClasses ; owl:members ( :BrinellHardnessTest :CompressionTest :RockwellHardnessTest :TensileTest :VickersHardnessTest ) ] . ################################################################# # Rules ################################################################# :l1 rdf:type . :v1 rdf:type . :l2 rdf:type . :v2 rdf:type . :p2 rdf:type . :o2 rdf:type . :p3 rdf:type . :o3 rdf:type . :p1 rdf:type . :o1 rdf:type . [ "true"^^xsd:boolean ; rdfs:comment "Detect processes which changes the length of object." ; rdfs:label "S1" ; rdf:type ; [ rdf:type ; rdf:first [ rdf:type ; :value ; :l1 ; :v1 ] ; rdf:rest [ rdf:type ; rdf:first [ rdf:type ; :value ; :l2 ; :v2 ] ; rdf:rest [ rdf:type ; rdf:first [ rdf:type ; :input ; :p2 ; :o2 ] ; rdf:rest [ rdf:type ; rdf:first [ rdf:type ; :input ; :p3 ; :o3 ] ; rdf:rest [ rdf:type ; rdf:first [ rdf:type ; :Object ; :o3 ] ; rdf:rest [ rdf:type ; rdf:first [ rdf:type ; :Object ; :o2 ] ; rdf:rest [ rdf:type ; rdf:first [ rdf:type ; :characteristic ; :p1 ; :l1 ] ; rdf:rest [ rdf:type ; rdf:first [ rdf:type ; :characteristic ; :p3 ; :l2 ] ; rdf:rest [ rdf:type ; rdf:first [ rdf:type ; :Process ; :p3 ] ; rdf:rest [ rdf:type ; rdf:first [ rdf:type ; :Length ; :l1 ] ; rdf:rest [ rdf:type ; rdf:first [ rdf:type ; :output ; :p1 ; :o2 ] ; rdf:rest [ rdf:type ; rdf:first [ rdf:type ; :output ; :p2 ; :o3 ] ; rdf:rest [ rdf:type ; rdf:first [ rdf:type ; ; ( :v1 :v2 ) ] ; rdf:rest [ rdf:type ; rdf:first [ rdf:type ; :Process ; :p1 ] ; rdf:rest [ rdf:type ; rdf:first [ rdf:type ; :Process ; :p2 ] ; rdf:rest [ rdf:type ; rdf:first [ rdf:type ; :Length ; :l2 ] ; rdf:rest rdf:nil ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ; [ rdf:type ; rdf:first [ rdf:type ; :LengthChangingProcess ; :p2 ] ; rdf:rest rdf:nil ] ] . [ "true"^^xsd:boolean ; rdfs:comment "" ; rdfs:label "S2" ; rdf:type ; [ rdf:type ; rdf:first [ rdf:type ; :output ; :p1 ; :o2 ] ; rdf:rest [ rdf:type ; rdf:first [ rdf:type ; :input ; :p1 ; :o1 ] ; rdf:rest [ rdf:type ; rdf:first [ rdf:type ; :Process ; :p1 ] ; rdf:rest rdf:nil ] ] ] ; [ rdf:type ; rdf:first [ rdf:type ; ; :o2 ; :o1 ] ; rdf:rest rdf:nil ] ] . ### Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi