@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:collection_supervision_of_theses
  skos:editorialNote "Verwendet von: JART, Showroom"@de, "Used by: JART, Showroom"@en ;
  skos:prefLabel "Sammlung INDEX Betreuung von Abschlussarbeiten"@de, "Collection INDEX supervision of theses"@en ;
  skos:member potax:diploma_thesis, potax:bachelor_thesis, potax:master_thesis, potax:habilitation_treatise_professorial_dissertation ;
  dc:modified "2021-06-07T14:39:07"^^xsd:dateTime ;
  dc:created "2020-10-28T16:10:29.195+00:00"^^xsd:dateTime ;
  a skos:Collection .

potax:habilitation_treatise_professorial_dissertation
  skos:prefLabel "habilitation treatise/professorial dissertation"@en, "Habilitationsschrift"@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:diploma_thesis
  skos:prefLabel "diploma thesis"@en, "Diplomarbeit"@de ;
  a skos:Concept .

potax:bachelor_thesis
  skos:prefLabel "Bachelorarbeit"@de, "bachelor thesis"@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 .

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

potax:master_thesis
  skos:prefLabel "master thesis"@en, "Masterarbeit"@de ;
  a skos:Concept .

