@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/ArtMuseum> a skos:Concept;
  schema:naics 712111;
  skos:altLabel "fine art museum, art gallery"@en,
    "musée des beaux-arts, galerie d’art"@fr;
  skos:broader <http://kg.artsdata.ca/resource/ArtsOrganization>;
  skos:closeMatch <http://vocab.getty.edu/page/aat/300312302>,
    <http://www.wikidata.org/entity/Q3196771>;
  skos:definition "Une organisation dont l’activité principale est d’acquérir, conserver, rechercher, communiquer et exposer les arts et le patrimoine culturel de l’humanité."@fr,
    "An organization whose primary activity is to acquire, conserve, research, exhibit and promote the arts and cultural heritage of humanity."@en;
  skos:inScheme <http://kg.artsdata.ca/resource/ArtsdataOrganizationTypes>;
  skos:prefLabel "Art Museum"@en,
    "Musée d'art"@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 .
