@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/ArtistRepresentative> a skos:Concept;
  schema:naics 711411;
  skos:altLabel "agency, agent, manager, talent agency, booking agency"@en,
    "agence artistique, agence d’artistes, gérant d’artistes, agence de tournée, agent"@fr;
  skos:broader <http://kg.artsdata.ca/resource/ArtsOrganization>;
  skos:definition "An organization whose primary activity is to represent artists in contract negotiations, manage or organize their financial affairs, and/or generally promote their works."@en,
    "Une organisation dont l’activité principale est de represénter les artistes dans la négociation des contrats, gèrer ou organiser leurs finances, et s’occuper habituellement de promouvoir leur travail."@fr;
  skos:inScheme <http://kg.artsdata.ca/resource/ArtsdataOrganizationTypes>;
  skos:prefLabel "Artist Representative"@en,
    "Représentant d'artistes"@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 .
