owned by leaf node


URI

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

Label

owned by

Description

(ownedBy ?ENTITY1 ?ENTITY2) means that some agent ?ENTITY2 has proprietorship over another object or organisational agent ?ENTITY1.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) owned by 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:ownedBy a owl:ObjectProperty ;
    rdfs:label "owned by"@en ;
    cbcm:example "(ownedBy company1 company2)"@en ;
    rdfs:comment "(ownedBy ?ENTITY1 ?ENTITY2) means that some agent ?ENTITY2 has proprietorship over another object or organisational agent ?ENTITY1."@en ;
    rdfs:seeAlso cbcm:owns ;
    rdfs:subPropertyOf cbcm:hasCompanyStakeholder ;
    owl:inverseOf cbcm:owns .