document validated by document leaf node


URI

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

Label

document validated by document

Description

(documentValidatedByDocument ?ENTITY1 ?ENTITY2) means that some document or publication, ?ENTITY1, went through a process of approval and assessment through various criteria such as veracity, eligibility, legal relevance etc. and another document ?ENTITY2 was produced to prove the satisfaction of the critieria by ?ENTITY1.

Usage

DOMAINPROPERTYRANGE
Company mobility document document validated by document Company mobility document

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:documentValidatedByDocument a owl:ObjectProperty ;
    rdfs:label "document validated by document"@en ;
    cbcm:example "(documentValidatedByDocument mergerPlan1 mergerCertificate1)"@en ;
    rdfs:comment "(documentValidatedByDocument ?ENTITY1 ?ENTITY2) means that some document or publication, ?ENTITY1, went through a process of approval and assessment through various criteria such as veracity, eligibility, legal relevance etc. and another document ?ENTITY2 was produced to prove the satisfaction of the critieria by ?ENTITY1."@en ;
    rdfs:domain cbcm:CompanyMobilityDocument ;
    rdfs:range cbcm:CompanyMobilityDocument ;
    rdfs:subPropertyOf cbcm:cbcmDocumentRelation .