@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 dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

potax:training
  skos:prefLabel "Weiterbildung"@de, "training"@en ;
  a skos:Concept .

potax:convention
  skos:prefLabel "convention"@en, "Tagung"@de ;
  a skos:Concept .

potax:congress
  skos:prefLabel "congress"@en, "Kongress"@de ;
  a skos:Concept .

potax:talk
  skos:prefLabel "Gespräch"@de, "talk"@en ;
  a skos:Concept .

potax:discussion
  skos:prefLabel "discussion"@en, "Diskussion"@de ;
  a skos:Concept .

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:symposium
  skos:prefLabel "symposium"@en, "Symposium"@de ;
  a skos:Concept .

potax:individual_coaching
  skos:prefLabel "Einzelcoaching"@de, "individual coaching"@en ;
  a skos:Concept .

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

potax:lecture_series
  skos:prefLabel "Vortragsreihe/Ringvorlesungen"@de, "lecture series"@en ;
  a skos:Concept .

potax:interview
  skos:prefLabel "interview"@en, "Interview"@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:panel_discussion
  skos:prefLabel "panel discussion"@en, "Podiumsdiskussion"@de ;
  a skos:Concept .

potax:roundtable
  skos:prefLabel "roundtable"@en, "Round Table"@de ;
  a skos:Concept .

potax:art_childrens_university
  skos:prefLabel "art children’s university"@en, "Kinderunikunst"@de ;
  a skos:Concept .

potax:seminar
  skos:prefLabel "seminar"@en, "Seminar"@de ;
  a skos:Concept .

potax:teaching
  skos:prefLabel "Lehrtätigkeit"@de, "teaching"@en ;
  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:workshop
  skos:prefLabel "workshop"@en, "Workshop"@de ;
  a skos:Concept .

potax:conference
  skos:prefLabel "conference"@en, "Konferenz"@de ;
  a skos:Concept .

potax:guest_lecture
  skos:prefLabel "Gastvortrag"@de, "guest lecture"@en ;
  a skos:Concept .

potax:artist_talk
  skos:prefLabel "artist talk"@en, "Künstler*innengespräch"@de ;
  a skos:Concept .

potax:doctoral_programme
  skos:prefLabel "doctoral programme"@en, "Doktoratsstudium"@de ;
  a skos:Concept .

potax:artistic_research_meeting
  skos:prefLabel "artistic research meeting"@en, "Artistic Research Meeting"@de ;
  a skos:Concept .

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

potax:panel
  skos:prefLabel "panel"@en, "Panel"@de ;
  a skos:Concept .

potax:collection_conference
  skos:prefLabel "Sammlung Konferenz"@de, "Collection conference"@en ;
  skos:member potax:symposium, potax:artist_talk, potax:art_childrens_university, potax:postgraduate_programme, potax:interview, potax:congress, potax:training, potax:seminar, potax:convention, potax:tutorial, potax:individual_coaching, potax:webinar, potax:roundtable, potax:doctoral_programme, potax:conference, potax:teaching, potax:talk, potax:guest_lecture, potax:panel_discussion, potax:panel, potax:workshop, potax:discussion, potax:artistic_research_meeting, potax:lecture_series ;
  dc:created "2019-04-29T11:07:37.363+00:00"^^xsd:dateTime ;
  skos:editorialNote "Verwendet von: Portfolio"@de, "Used by: Portfolio"@en ;
  dc:modified "2022-01-18T16:22:20"^^xsd:dateTime ;
  skos:altLabel "Collection conferences"@en, "Sammlung Konferenzen"@de ;
  a skos:Collection .

potax:postgraduate_programme
  skos:prefLabel "Postgraduales Studienangebot"@de, "postgraduate programme"@en ;
  a skos:Concept .

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

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

