@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#> .

<http://kg.artsdata.ca/resource/ArtsOrganization> a skos:Concept,
    owl:NamedIndividual;
  schema:disambiguatingDescription "An organization whose primary activity is to create, perform, present and/or promote the visual, performing and/or literary arts. It does not refer to an organization whose purpose is instructional and educational."@en,
    "Une organisation dont l’activité principal est de créer, exécuter, présenter et/ou promouvoir les arts visuels, de la scène et/ou littéraires. Il ne fait pas référence à une organisation dont le but est pédagogique et éducatif."@fr;
  skos:altLabel "performing arts organization"@en,
    "organisation artistique"@fr;
  skos:broader <http://kg.artsdata.ca/resource/Organization>;
  skos:definition "An organization whose primary activity is to create, perform, present and/or promote the visual, performing and/or literary arts. It does not refer to an organization whose purpose is instructional and educational."@en,
    "Une organisation dont l’activité principal est de créer, exécuter, présenter et/ou promouvoir les arts visuels, de la scène et/ou littéraires. Il ne fait pas référence à une organisation dont le but est pédagogique et éducatif."@fr;
  skos:inScheme <http://kg.artsdata.ca/resource/ArtsdataOrganizationTypes>;
  skos:prefLabel "Arts Organization"@en,
    "Organisme artistique"@fr .

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 .
