@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/MusicalTheatreCompany> a skos:Concept;
  schema:naics 711112;
  skos:altLabel "musical theater company"@en;
  skos:broader <http://kg.artsdata.ca/resource/PerformingArtsCompany>;
  skos:definition "A group of artists and associated personnel who mainly create, produce and perform musicals and/or similar theatrical performance works."@en,
    "Un groupe d'artistes et personnel associé qui créent, produisent et exécutent principalement des comédies musicales et/ou autres productions similaires. Ces productions sont caractérisées par la musique, la danse et les dialogues parlés et chantés."@fr;
  skos:inScheme <http://kg.artsdata.ca/resource/ArtsdataOrganizationTypes>;
  skos:prefLabel "Musical Theatre Company"@en,
    "Compagnie de comédies musicales"@fr;
  skos:related <http://kg.artsdata.ca/resource/K6-401> .

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 .
