@prefix basevoc: <http://base.uni-ak.ac.at/vocabulary/> .
@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#> .

basevoc:in_preparation
  skos:prefLabel "in Vorbereitung"@de, "in preparation"@en ;
  a skos:Concept .

basevoc:approved
  skos:prefLabel "bewilligt"@de, "approved"@en ;
  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, "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" .

basevoc:approved_for_submission
  skos:prefLabel "freigegeben zur Einreichung"@de, "approved for submission"@en ;
  a skos:Concept .

basevoc:running
  skos:prefLabel "running"@en, "laufend"@de ;
  a skos:Concept .

basevoc:not_submitted
  skos:prefLabel "nicht eingereicht"@de, "not submitted"@en ;
  a skos:Concept .

basevoc:submitted
  skos:prefLabel "eingereicht"@de, "submitted"@en ;
  a skos:Concept .

basevoc:collection_portfolio_project_status
  skos:member basevoc:approved_for_submission, basevoc:completed, basevoc:not_submitted, basevoc:approved, basevoc:submitted, basevoc:running, basevoc:rejected, basevoc:in_preparation ;
  a skos:Collection ;
  skos:prefLabel "Collection Portfolio project status"@en, "Sammlung Portfolio Projektstatus"@de .

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

basevoc:completed
  skos:prefLabel "beendet"@de, "completed"@en ;
  a skos:Concept .

basevoc:rejected
  skos:prefLabel "rejected"@en, "abgelehnt"@de ;
  a skos:Concept .

