@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_fellowship_visiting_affiliation
  skos:member potax:scholarship, potax:artist_in_residence, potax:visiting_professor, potax:erasmus_semester, potax:fellowship ;
  a skos:Collection ;
  skos:prefLabel "Collection fellowship and visiting affiliation"@en, "Sammlung Fellowship und Gastaufenthalt"@de ;
  dc:modified "2021-01-20T14:22:23.771+00:00"^^xsd:dateTime ;
  dc:created "2020-10-27T16:26:56.397+00:00"^^xsd:dateTime ;
  skos:editorialNote "Verwendet von: Portfolio, JART, Showroom"@de, "Used by: Portfolio, JART, Showroom"@en ;
  skos:altLabel "Collection fellowships and visiting affiliations"@en, "Sammlung Fellowships und Gastaufenthalte"@de .

potax:visiting_professor
  skos:prefLabel "Gastprofessur"@de, "Visiting Professor"@en ;
  a skos:Concept .

potax:artist_in_residence
  skos:prefLabel "Artist in Residence"@de, "artist in residence"@en ;
  a skos:Concept .

potax:erasmus_semester
  skos:prefLabel "Erasmussemester"@de, "Erasmus semester"@en ;
  a skos:Concept .

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 .

potax:scholarship
  skos:prefLabel "scholarship"@en, "Stipendium"@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 .

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

potax:fellowship
  skos:prefLabel "fellowship"@en, "Fellowship"@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 .

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

