has subsidiary company leaf node


URI

http://w3id.org/um/cbcm/eu-cm-ontology#hasSubsidiaryCompany

Label

has subsidiary company

Description

(hasSubsidiaryCompany ?ENTITY1 ?ENTITY2) means (hasParentCompany ?ENTITY2 ?ENTITY1)

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) has subsidiary company owl:Thing (inferred)

Implementation

@prefix cbcm: <http://w3id.org/um/cbcm/eu-cm-ontology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

cbcm:hasSubsidiaryCompany a owl:ObjectProperty ;
    rdfs:label "has subsidiary company"@en ;
    rdfs:comment "(hasSubsidiaryCompany ?ENTITY1 ?ENTITY2) means (hasParentCompany ?ENTITY2 ?ENTITY1)"@en ;
    rdfs:seeAlso cbcm:hasParentCompany ;
    rdfs:subPropertyOf cbcm:cbcmOrganisationRelation .