Ontology Version: 2.2.0

cacontology-platforms:operatesInJurisdiction leaf node


URI

https://cacontology.projectvic.org/platforms#operatesInJurisdiction

Label

operates in jurisdiction

Description

Legal jurisdictions where the platform operates.

Usage

DOMAINPROPERTYRANGE
cacontology-platforms:ElectronicServiceProvider cacontology-platforms:operatesInJurisdiction xsd:string

Implementation

@prefix cacontology-platforms: <https://cacontology.projectvic.org/platforms#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-platforms:operatesInJurisdiction a owl:DatatypeProperty ;
    rdfs:label "operates in jurisdiction"@en ;
    rdfs:comment "Legal jurisdictions where the platform operates."@en ;
    rdfs:domain cacontology-platforms:ElectronicServiceProvider ;
    rdfs:range xsd:string .