Definition of s4inma:belongsToCategory
Defined in https://saref.etsi.org/saref4inma/v1.1.2/ as:
Link between an entity and its category
Description as an Object Property
- is inverse of
- s4inma:isCategoryOf
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:ItemBatch rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4inma:ItemCategory ;
owl:onProperty s4inma:belongsToCategory ] .
s4inma:MaterialBatch rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4inma:MaterialCategory ;
owl:onProperty s4inma:belongsToCategory ] .
s4inma:ProductionEquipment rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4inma:ProductionEquipmentCategory ;
owl:onProperty s4inma:belongsToCategory ] .
<https://saref.etsi.org/saref4inma/v2.1.1/example/Item#> ns1:references s4inma:belongsToCategory .
<https://saref.etsi.org/saref4inma/v2.1.1/example/Material#> ns1:references s4inma:belongsToCategory .
<https://saref.etsi.org/saref4inma/v2.1.1/example/ProductionEquipment#> ns1:references s4inma:belongsToCategory .
<https://saref.etsi.org/saref4inma/v1.1.2/> ns1:references s4inma:belongsToCategory ;
ns1:subject s4inma:belongsToCategory .
<https://saref.etsi.org/saref4inma/v2.1.1/> ns1:references s4inma:belongsToCategory ;
ns1:subject s4inma:belongsToCategory .
s4inma:belongsToCategory a owl:ObjectProperty ;
rdfs:label "belongs to 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/Item#>,
<https://saref.etsi.org/saref4inma/v2.1.1/example/Material#>,
<https://saref.etsi.org/saref4inma/v2.1.1/example/ProductionEquipment#> ;
rdfs:comment "Link between an entity and its category"@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/> ;
owl:inverseOf s4inma:isCategoryOf ;
ns2:hiddenLabel "belongsToCategory" .