@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/CircusCompany> a skos:Concept;
  schema:naics 711190;
  skos:altLabel "circus, circus troupe"@en;
  skos:broader <http://kg.artsdata.ca/resource/PerformingArtsCompany>;
  skos:closeMatch <http://www.wikidata.org/entity/Q47928>;
  skos:definition "A group of artists and associated personnel who mainly create, produce and perform circus performance works. "@en,
    "Un groupe d’artistes et personnel associé qui créent, produisent et exécutent principalement des spectacles de cirque."@fr;
  skos:inScheme <http://kg.artsdata.ca/resource/ArtsdataOrganizationTypes>;
  skos:prefLabel "Compagnie de cirque"@fr,
    "Circus Company"@en;
  skos:related <http://kg.artsdata.ca/resource/K6-901> .

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 .
