bedeo:has_organization_operational_scope leaf node


URI

https://csse.utoronto.ca/has_organization_operational_scope

Label

Has organization operational scope

Description

The geographic and sectoral reach of the organization’s activities.

Usage

DOMAINPROPERTYRANGE
bedeo:Organization bedeo:has_organization_operational_scope xsd:string

Implementation

@prefix bedeo: <https://csse.utoronto.ca/> .
@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#> .

bedeo:has_organization_operational_scope a owl:DatatypeProperty ;
    rdfs:label "Has organization operational scope"@en ;
    rdfs:comment "The geographic and sectoral reach of the organization’s activities."@en ;
    rdfs:domain bedeo:Organization ;
    rdfs:range xsd:string .