@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:play
  skos:prefLabel "play"@en, "Theaterstück"@de ;
  a skos:Concept .

potax:dance_performance
  skos:prefLabel "dance performance"@en, "Tanzperformance"@de ;
  a skos:Concept .

potax:collection_performance
  skos:member potax:play, potax:ballet, potax:performance_art, potax:solo_performance, potax:entertainment_event, potax:intervention, potax:performance_live_art, potax:dance_performance ;
  dc:modified "2021-01-20T14:50:11.505+00:00"^^xsd:dateTime ;
  skos:prefLabel "Collection performance"@en, "Sammlung Performance"@de ;
  skos:editorialNote "Used by: Portfolio, JART, Showroom"@en, "Verwendet von: Portfolio, JART, Showroom"@de ;
  skos:altLabel "Collection performances"@en, "Sammlung Performances"@de ;
  a skos:Collection ;
  dc:created "2019-04-29T11:34:29.734+00:00"^^xsd:dateTime .

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

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 .

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" .

potax:performance_art
  skos:prefLabel "Performance-Kunst"@de, "Performance Art"@en ;
  a skos:Concept .

potax:ballet
  skos:prefLabel "Ballet"@de, "ballet"@en ;
  a skos:Concept .

potax:performance_live_art
  skos:prefLabel "performance/live art"@en, "Performance"@de ;
  a skos:Concept .

potax:intervention
  skos:prefLabel "intervention"@en, "Intervention"@de ;
  a skos:Concept .

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:solo_performance
  skos:prefLabel "solo performance"@en, "Solo-Performance"@de ;
  a skos:Concept .

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

potax:entertainment_event
  skos:prefLabel "entertainment event"@en, "Aufführung"@de ;
  a skos:Concept .

