Cross-border company mobility document relation


URI

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

Label

Cross-border company mobility document relation

Description

(cbcmDocumentRelation ?ENTITY1 ?ENTITY2) means that the relation between ?ENTITY1 and ?ENTITY2 captures information pertaining to a company mobility document or similar information source relevant to corporate mobility.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) Cross-border company mobility document relation 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:cbcmDocumentRelation a owl:ObjectProperty ;
    rdfs:label "Cross-border company mobility document relation"@en ;
    rdfs:comment "(cbcmDocumentRelation ?ENTITY1 ?ENTITY2) means that the relation between ?ENTITY1 and ?ENTITY2 captures information pertaining to a company mobility document or similar information source relevant to corporate mobility."@en ;
    rdfs:seeAlso cbcm:CompanyMobilityDocument ;
    rdfs:subPropertyOf cbcm:cbcmEntityRelation .