@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://kg.artsdata.ca/ontology/Organization> a rdfs:Class;
  rdfs:label "Organization"@en;
  rdfs:comment "An organization involved in the production, presentation, or support of arts and culture activities."@en;
  rdfs:isDefinedBy <http://kg.artsdata.ca/ontology/>;
  rdfs:subClassOf schema:Organization,
    <http://kg.artsdata.ca/ontology/Thing> .

rdfs:Class rdfs:label "Class";
  rdfs:comment "The class of classes.";
  rdfs:isDefinedBy rdfs:;
  rdfs:subClassOf rdfs:Resource .
