@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix basevoc: <http://base.uni-ak.ac.at/vocabulary/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

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

basevoc:in_house_audit_completed
  skos:prefLabel "in-house audit completed"@en, "intern geprüft"@de ;
  a skos:Concept .

basevoc:accounted
  skos:prefLabel "abgerechnet"@de, "accounted"@en ;
  a skos:Concept .

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

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 .

basevoc:partly_accounted
  skos:prefLabel "teilabgerechnet"@de, "partly accounted"@en ;
  a skos:Concept .

basevoc:closed
  skos:prefLabel "abgeschlossen"@de, "closed"@en ;
  a skos:Concept .

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

basevoc:collection_manage_project_status
  skos:member basevoc:in_house_audit_completed, basevoc:accounted, basevoc:in_revision, basevoc:closed, basevoc:partly_accounted ;
  a skos:Collection ;
  skos:prefLabel "Sammlung Manage Projektstatus"@de, "Collection Manage project status"@en .

basevoc:in_revision
  skos:prefLabel "in revision"@en, "in Revision"@de ;
  a skos:Concept .

