@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/CommunityOrganization> a skos:Concept;
  schema:naics 813410;
  skos:altLabel "civic/social organization, community-based organization, community service organization, community centre, community center"@en,
    "organisation communautaire, organisme de services communautaires, centre communautaire"@fr;
  skos:broader <http://kg.artsdata.ca/resource/Organization>;
  skos:closeMatch <http://www.wikidata.org/entity/Q3269648>;
  skos:definition "An organization whose primary activity is to promote the social and/or cultural wellbeing of its community members."@en,
    "Une organisation dont l’activité principale est de promouvoir le bien-être social et/ou culturel des membres de la collectivité."@fr;
  skos:inScheme <http://kg.artsdata.ca/resource/ArtsdataOrganizationTypes>;
  skos:prefLabel "Organisme communautaire"@fr,
    "Community Organization"@en .

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 .
