@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/DanceCompany> a skos:Concept;
  schema:naics 711120;
  skos:altLabel "dance troupe, dance group, dance ensemble, dance collective, dance crew, dance team"@en,
    "compagnie de danse, troupe de danse"@fr;
  skos:broader <http://kg.artsdata.ca/resource/PerformingArtsCompany>;
  skos:closeMatch schema:DanceGroup,
    <http://www.wikidata.org/entity/Q2393314>,
    <http://vocab.getty.edu/page/aat/300400531>;
  skos:definition "A group of artists and associated personnel who mainly create, produce and perform dance performance works."@en,
    "Un groupe d’artistes et personnel associé qui créent, produisent et exécutent principalement les spectacles de la danse. Ces types de productions scéniques sont caractérisés par le mouvement rythmique, généralement mis en musique."@fr;
  skos:inScheme <http://kg.artsdata.ca/resource/ArtsdataOrganizationTypes>;
  skos:prefLabel "Dance Company"@en,
    "Compagnie de danse"@fr;
  skos:related <http://kg.artsdata.ca/resource/K6-200> .

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 .
