bedeo:has_canadian_organization_taxation_status leaf node


URI

https://csse.utoronto.ca/has_canadian_organization_taxation_status

Label

Has Canadian organization taxation status

Description

The classification of an organization based on its Canadian tax obligations and exemptions.

Usage

DOMAINPROPERTYRANGE
bedeo:organization bedeo:has_canadian_organization_taxation_status 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_canadian_organization_taxation_status a owl:DatatypeProperty ;
    rdfs:label "Has Canadian organization taxation status"@en ;
    rdfs:comment "The classification of an organization based on its Canadian tax obligations and exemptions."@en ;
    rdfs:domain bedeo:organization ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf bedeo:has_organization_taxation_status .