@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:authors_presentation
  skos:prefLabel "author’s presentation"@en, "Autor*innenlesung"@de ;
  a skos:Concept .

skos:member
  skos:definition "Relates a collection to one of its members."@en ;
  rdfs:label "has member"@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:key_note
  skos:prefLabel "key note"@en, "Keynote"@de ;
  a skos:Concept .

potax:recitation
  skos:prefLabel "recitation"@en, "Lesung"@de ;
  a skos:Concept .

potax:presentation
  skos:prefLabel "Präsentation"@de, "presentation"@en ;
  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:conference_paper
  skos:prefLabel "Vortrag (conference paper)"@de, "conference paper"@en ;
  a skos:Concept .

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

potax:speech
  skos:prefLabel "speech"@en, "Vortrag"@de ;
  a skos:Concept .

potax:collection_wb_3B2
  skos:editorialNote "Verwendet von: WB-Tool"@de, "Used by: WB-Tool"@en ;
  skos:member potax:authors_presentation, potax:recitation, potax:presentation, potax:conference_paper, potax:speech, potax:key_note ;
  dc:created "2019-09-10T12:31:42.559+00:00"^^xsd:dateTime ;
  a skos:Collection ;
  skos:prefLabel "Sammlung Wissensbilanz 3B2 Vorträge/Präsentationen"@de ;
  dc:modified "2021-01-20T14:59:40.697+00:00"^^xsd:dateTime .

