has document source leaf node


URI

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

Label

has document source

Description

In which document did the researcher find information about the transaction?

Usage

DOMAINPROPERTYRANGE
Company transaction has document source 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:hasDataProvenanceDocumentSource a owl:ObjectProperty ;
    rdfs:label "has document source"@en ;
    rdfs:comment "In which document did the researcher find information about the transaction?"@en ;
    rdfs:domain cbcm:CompanyTransaction ;
    rdfs:range cbcm:CompanyMobilityDocument ;
    rdfs:subPropertyOf cbcm:cbcmEntityRelation .