s4inma:isCategoryOf — is category of

IRI
https://saref.etsi.org/saref4inma/isCategoryOf
Is defined by
https://saref.etsi.org/saref4inma/v1.1.2/
https://saref.etsi.org/saref4inma/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4inma/v1.1.2/
https://saref.etsi.org/saref4inma/v2.1.1/
Download serialization
License

Definition of s4inma:isCategoryOf

Defined in https://saref.etsi.org/saref4inma/v1.1.2/ as:

Link between a category and its associated entity

Description as an Object Property

is inverse of
s4inma:belongsToCategory

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:ItemCategory rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom s4inma:ItemBatch ;
            owl:onProperty s4inma:isCategoryOf ] .

s4inma:MaterialCategory rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom s4inma:MaterialBatch ;
            owl:onProperty s4inma:isCategoryOf ] .

s4inma:ProductionEquipmentCategory rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom s4inma:ProductionEquipment ;
            owl:onProperty s4inma:isCategoryOf ] .

s4inma:belongsToCategory owl:inverseOf s4inma:isCategoryOf .

<https://saref.etsi.org/saref4inma/v1.1.2/> ns1:references s4inma:isCategoryOf ;
    ns1:subject s4inma:isCategoryOf .

<https://saref.etsi.org/saref4inma/v2.1.1/> ns1:references s4inma:isCategoryOf ;
    ns1:subject s4inma:isCategoryOf .

s4inma:isCategoryOf a owl:ObjectProperty ;
    rdfs:label "is category of"@en ;
    ns1:isReferencedBy <https://saref.etsi.org/saref4inma/v1.1.2/>,
        <https://saref.etsi.org/saref4inma/v2.1.1/> ;
    rdfs:comment "Link between a category and its associated entity"@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/> ;
    ns2:hiddenLabel "isCategoryOf" .