employs leaf node


URI

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

Label

employs

Description

(employs ?ENTITY1 ?ENTITY2) means (employedBy ?ENTITY2 ?ENTITY1)

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) employs 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:employs a owl:ObjectProperty ;
    rdfs:label "employs"@en ;
    rdfs:comment "(employs ?ENTITY1 ?ENTITY2) means (employedBy ?ENTITY2 ?ENTITY1)"@en ;
    rdfs:seeAlso cbcm:employedBy ;
    rdfs:subPropertyOf cbcm:hasCompanyStakeholder .