Definition of s4inma:MaterialCategory
Defined in https://saref.etsi.org/saref4inma/v1.1.2/ as:
A MaterialCategory describes a category of material in terms of its static properties. Examples are: a certain category of steel or plastic. Each MaterialCategory can have multiple related MaterialBatches, which represent the physical material. The essential properties of the material in all MaterialBatches are the same. However, each batch might use different MaterialBatches and/or different ProductionEquipment. Therefore, small deviations between batches might occur, while the essential properties of the material related to an MaterialCategory are similar.
Description as a Class
- has super-classes
- s4inma:isCategoryOf only s4inma:MaterialBatch
Turtle
@prefix ns1: <http://purl.org/dc/terms/> .
@prefix ns2: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4inma: <https://saref.etsi.org/saref4inma/> .
s4inma:MaterialBatch rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4inma:MaterialCategory ;
owl:onProperty s4inma:belongsToCategory ] .
<https://saref.etsi.org/saref4inma/v2.1.1/example/Material#> ns1:references s4inma:MaterialCategory .
<https://saref.etsi.org/saref4inma/v1.1.2/> ns1:references s4inma:MaterialCategory ;
ns1:subject s4inma:MaterialCategory .
<https://saref.etsi.org/saref4inma/v2.1.1/> ns1:references s4inma:MaterialCategory ;
ns1:subject s4inma:MaterialCategory .
s4inma:MaterialCategory a owl:Class ;
rdfs:label "Material category"@en ;
ns1:isReferencedBy <https://saref.etsi.org/saref4inma/v1.1.2/>,
<https://saref.etsi.org/saref4inma/v2.1.1/>,
<https://saref.etsi.org/saref4inma/v2.1.1/example/Material#> ;
rdfs:comment "A MaterialCategory describes a category of material in terms of its static properties. Examples are: a certain category of steel or plastic. Each MaterialCategory can have multiple related MaterialBatches, which represent the physical material. The essential properties of the material in all MaterialBatches are the same. However, each batch might use different MaterialBatches and/or different ProductionEquipment. Therefore, small deviations between batches might occur, while the essential properties of the material related to an MaterialCategory are similar."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4inma/v1.1.2/>,
<https://saref.etsi.org/saref4inma/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4inma/v1.1.2/>,
<https://saref.etsi.org/saref4inma/v2.1.1/> ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4inma:MaterialBatch ;
owl:onProperty s4inma:isCategoryOf ] ;
ns2:hiddenLabel "MaterialCategory" .