@prefix potax: <http://base.uni-ak.ac.at/portfolio/taxonomy/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

potax:presentation_at_a_fair
  skos:prefLabel "presentation at a fair"@en, "Messe-Präsentation"@de ;
  a skos:Concept .

potax:exhibition_opening
  skos:prefLabel "Ausstellungseröffnung"@de, "exhibition opening"@en ;
  a skos:Concept .

potax:public_art
  skos:prefLabel "Kunst in öffentlichen Raum"@de, "public art"@en ;
  a skos:Concept .

potax:art_exhibition
  skos:prefLabel "Kunstausstellung"@de, "art exhibition"@en ;
  a skos:Concept .

potax:arts_fair
  skos:prefLabel "art’s fair"@en, "Kunstmesse"@de ;
  a skos:Concept .

potax:group_exhibition
  skos:prefLabel "group exhibition"@en, "Gruppenausstellung"@de ;
  a skos:Concept .

potax:collection_exhibition
  skos:member potax:fair, potax:finissage, potax:retrospective, potax:group_exhibition, potax:online_exhibition, potax:presentation_at_a_fair, potax:art_exhibition, potax:arts_fair, potax:vernissage, potax:solo_exhibition, potax:exhibition, potax:exhibition_opening, potax:fashion_show, potax:public_art ;
  dc:created "2019-04-29T11:04:09.249+00:00"^^xsd:dateTime ;
  skos:prefLabel "Collection exhibition"@en, "Sammlung Ausstellung"@de ;
  dc:modified "2021-01-20T14:09:43.949+00:00"^^xsd:dateTime ;
  skos:altLabel "Collection exhibitions"@en, "Sammlung Ausstellungen"@de ;
  skos:editorialNote "Verwendet von: Portfolio, JART, Showroom"@de, "Used by: Portfolio, JART, Showroom"@en ;
  a skos:Collection .

skos:member
  skos:definition "Relates a collection to one of its members."@en ;
  rdfs:label "has member"@en .

skos:editorialNote
  rdfs:subPropertyOf skos:note ;
  skos:definition "A note for an editor, translator or maintainer of the vocabulary."@en ;
  rdfs:label "editorial note"@en .

potax:finissage
  skos:prefLabel "finissage"@en, "Finissage"@de ;
  a skos:Concept .

rdf:type
  rdfs:comment "The subject is an instance of a class." ;
  rdfs:label "type" .

potax:retrospective
  skos:prefLabel "retrospective"@en, "Retrospektive/Werkschau"@de ;
  a skos:Concept .

skos:prefLabel
  rdfs:subPropertyOf rdfs:label ;
  skos:definition "The preferred lexical label for a resource, in a given language."@en ;
  rdfs:comment """skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise
      disjoint properties."""@en, """skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise
      disjoint properties."""@en, "The range of skos:prefLabel is the class of RDF plain literals."@en, "A resource has no more than one value of skos:prefLabel per language tag, and no more than one value of skos:prefLabel without language tag."@en ;
  rdfs:label "preferred label"@en .

potax:vernissage
  skos:prefLabel "vernissage"@en, "Vernissage"@de ;
  a skos:Concept .

skos:altLabel
  rdfs:subPropertyOf rdfs:label ;
  skos:definition "An alternative lexical label for a resource."@en ;
  rdfs:comment "The range of skos:altLabel is the class of RDF plain literals."@en, "skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties."@en ;
  rdfs:label "alternative label"@en .

potax:online_exhibition
  skos:prefLabel "Online Ausstellung"@de, "online exhibition"@en ;
  a skos:Concept .

potax:solo_exhibition
  skos:prefLabel "solo exhibition"@en, "Einzelausstellung"@de ;
  a skos:Concept .

potax:fashion_show
  skos:prefLabel "Modeschau"@de, "fashion show"@en ;
  a skos:Concept .

potax:fair
  skos:prefLabel "Messe"@de, "fair"@en ;
  a skos:Concept .

skos:Collection
  rdfs:label "Collection"@en ;
  a owl:Class .

potax:exhibition
  skos:prefLabel "exhibition"@en, "Ausstellung"@de ;
  a skos:Concept .

