@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:scientific_publication
  skos:prefLabel "Wissenschaftliche Veröffentlichung"@de, "scientific publication"@en ;
  a skos:Concept .

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

potax:conference_proceedings
  skos:prefLabel "Tagungsband"@de, "conference proceedings"@en ;
  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:monograph
  skos:prefLabel "Monographie"@de, "monograph"@en ;
  a skos:Concept .

potax:essay_collection
  skos:prefLabel "essay collection"@en, "Aufsatzsammlung"@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 .

potax:collection_wb_3B1_monograph
  dc:modified "2021-01-20T14:58:50.879+00:00"^^xsd:dateTime ;
  skos:editorialNote "Used by: WB-Tool"@en, "Verwendet von: WB-Tool"@de ;
  skos:member potax:monograph, potax:conference_proceedings, potax:scientific_publication, potax:artistic_book_catalogue, potax:essay_collection ;
  a skos:Collection ;
  dc:created "2019-09-09T10:57:36.529+00:00"^^xsd:dateTime ;
  skos:prefLabel "Sammlung Wissensbilanz 3B1 wiss./künstl. Veröffentlichungen Monografie"@de .

potax:artistic_book_catalogue
  skos:prefLabel "Katalog/künstlerisches Druckwerk"@de, "artistic book/catalogue"@en ;
  a skos:Concept .

