@prefix ebucore: <http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://capacoa.ca/member/289> a schema:Organization;
  schema:additionalType <https://capacoa.ca/vocabulary#PrimaryActivity_prod>,
    <https://capacoa.ca/vocabulary#Genres_film>,
    <https://capacoa.ca/vocabulary#CharitableStatus_Charitable-organization>,
    <https://capacoa.ca/vocabulary#LegalForm_Not-for-profit-organization>,
    <https://capacoa.ca/vocabulary#TermsConditions_agree-and-disclose-v1.2>;
  schema:address [
    a schema:PostalAddress;
    schema:addressCountry "CA";
    schema:addressLocality "Ottawa";
    schema:addressRegion "ON"
  ];
  schema:alternateName "DARC";
  schema:identifier "Q127606091";
  schema:legalName "SAW Video Association"@en;
  schema:location [
    a schema:Role;
    schema:location [
      a schema:Place;
      schema:identifier "Q50160371";
      schema:name "Arts Court"
    ];
    schema:roleName "Resident organization"
  ];
  schema:name "Digital Arts Resource Centre",
    "Digital Arts Resource Centre"@en;
  schema:sameAs <http://kg.artsdata.ca/resource/K14-208>;
  schema:url <https://digitalartsresourcecentre.ca/>, [
    a schema:Role;
    schema:roleName "Events Webpage";
    schema:url <https://digitalartsresourcecentre.ca/events/>
  ];
  ebucore:hasAgentBiography """Digital Arts Resource Centre (formerly SAW Video) is a not-for-profit, artist-run media art centre that fosters the growth and development of artists through access to equipment, training, mentorship, and programming. Our mission is to support a diverse community of media artists empowered by technology, programming and the exchange of ideas.

Our core principles are independence of expression, affordable access to all, and paying artists for their work. Digital Arts Resource Centre values diversity and actively promotes equity for all artists regardless of race, age, class, gender, sexual orientation, language, or ability."""@en;
  <http://www.wikidata.org/prop/direct/P8860> "867857641" .

<https://capacoa.ca/vocabulary#CharitableStatus_Charitable-organization> a skos:Concept;
  skos:inScheme <https://capacoa.ca/vocabulary#CharitableStatus>;
  skos:prefLabel "charitable organization"@en .

<https://capacoa.ca/vocabulary#Genres_film> a skos:Concept;
  skos:hiddenLabel "film";
  skos:inScheme <https://capacoa.ca/vocabulary#Genres>;
  skos:prefLabel "film"@fr,
    "film"@en .

<https://capacoa.ca/vocabulary#LegalForm_Not-for-profit-organization> a skos:Concept;
  skos:inScheme <https://capacoa.ca/vocabulary#LegalForm>;
  skos:prefLabel "not for profit organization"@en .

<https://capacoa.ca/vocabulary#PrimaryActivity_prod> a skos:Concept;
  skos:definition "You create and perform your own theatrical and/or dance productions, concerts, or other performing arts presentations"@en,
    "Vous créez et interprétez vos propres productions de théâtre et/ou de danse, des concerts, ou d'autres présentations des arts de la scène"@fr;
  skos:hiddenLabel "prod";
  skos:inScheme <https://capacoa.ca/vocabulary#PrimaryActivity>;
  skos:prefLabel "creating/performing live productions"@en,
    "création/interprétation de spectacles"@fr .
