data found in registry from country leaf node


URI

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

Label

data found in registry from country

Description

In which countries' registry did the researcher find information about the transaction?

Usage

DOMAINPROPERTYRANGE
Company transaction data found in registry from country Country

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:hasDataProvenanceRegistryCountry a owl:ObjectProperty ;
    rdfs:label "data found in registry from country"@en ;
    rdfs:comment "In which countries' registry did the researcher find information about the transaction?"@en ;
    rdfs:domain cbcm:CompanyTransaction ;
    rdfs:range cbcm:Country ;
    rdfs:subPropertyOf cbcm:cbcmEntityRelation .