@prefix potax: <http://base.uni-ak.ac.at/portfolio/taxonomy/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

potax:tutorial
  skos:prefLabel "Tutorial"@de, "tutorial"@en ;
  a skos:Concept .

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

potax:workshop
  skos:prefLabel "workshop"@en, "Workshop"@de ;
  a skos:Concept .

potax:training
  skos:prefLabel "Weiterbildung"@de, "training"@en ;
  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 .

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

owl:sameAs
  rdfs:comment "The property that determines that two given individuals are equal." ;
  rdfs:label "sameAs" .

potax:exhibition_tour
  skos:prefLabel "Ausstellungsführung"@de, "exhibition tour"@en ;
  a skos:Concept .

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

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

potax:collection_mediation
  dc:modified "2022-01-25T14:14:02"^^xsd:dateTime ;
  skos:member potax:excursion, potax:exhibition, potax:exhibition_tour, potax:webinar, potax:public_art, potax:tutorial, potax:workshop, potax:training ;
  skos:prefLabel "Sammlung INDEX Vermittlung"@de, "Collection INDEX mediation"@en ;
  owl:sameAs <http://vocab.getty.edu/aat/300258346> ;
  dc:created "2021-12-15T19:52:39"^^xsd:dateTime ;
  a skos:Collection .

potax:excursion
  skos:prefLabel "excursion"@en, "Exkursion"@de ;
  a skos:Concept .

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

potax:webinar
  skos:prefLabel "Webinar"@de, "webinar"@en ;
  a skos:Concept .

