https://csse.utoronto.ca/has_canadian_organization_taxation_status
The classification of an organization based on its Canadian tax obligations and exemptions.
DOMAIN | PROPERTY | RANGE |
---|---|---|
bedeo:organization | bedeo:has_canadian_organization_taxation_status | xsd:string |
@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 .