@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://kg.artsdata.ca/resource/TheatreCompany> a skos:Concept;
  schema:naics 711111;
  skos:altLabel "theatre troupe, theater troupe, theatre group, theater group, theatrical company, theatrical troupe, theatre collective, acting company, acting troupe, dramatic company"@en,
    "compagnie théâtrale, collectif de théâtre, groupe de théâtre, troupe de théâtre, troupe théâtrale"@fr;
  skos:broader <http://kg.artsdata.ca/resource/PerformingArtsCompany>;
  skos:closeMatch schema:TheaterGroup,
    <http://www.wikidata.org/entity/Q2416217>,
    <http://vocab.getty.edu/page/aat/300266039>;
  skos:definition "A group of artists and associated personnel who mainly create, produce and perform plays, puppet shows, and/or similar theatrical performance works."@en,
    "Un groupe d’artistes et personnel associé qui créent, produisent et exécutent principalement des spectacles de théâtre."@fr;
  skos:inScheme <http://kg.artsdata.ca/resource/ArtsdataOrganizationTypes>;
  skos:prefLabel "Compagnie de théâtre"@fr,
    "Theatre Company"@en;
  skos:related <http://kg.artsdata.ca/resource/K6-100> .

skos:Concept a owl:Class;
  rdfs:label "Concept"@en;
  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core>;
  skos:definition "An idea or notion; a unit of thought."@en .
