@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/PresentingOrganization> a skos:Concept;
  schema:naics 7113;
  skos:altLabel "presenter, promoter"@en,
    "diffuseur, organisation de diffusion, promoteur"@fr;
  skos:broader <http://kg.artsdata.ca/resource/ArtsOrganization>;
  skos:closeMatch <http://www.wikidata.org/entity/Q7168296>;
  skos:definition "An organization whose primary activity is to organize, program and/or promote productions that are created/performed by others."@en,
    "Une organisation dont l’activité primaire est d’organiser, programmer et/ou promouvoir des productions qui sont crées/interpretées par des autres."@fr;
  skos:inScheme <http://kg.artsdata.ca/resource/ArtsdataOrganizationTypes>;
  skos:prefLabel "Presenting organization"@en,
    "Organisme de diffusion"@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 .
