@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 dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

potax:dach_project
  skos:prefLabel "DACH project"@en, "DACH Projekt"@de ;
  a skos:Concept .

potax:eu_project
  skos:prefLabel "EU project"@en, "EU Projekt"@de ;
  a skos:Concept .

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

potax:project
  skos:prefLabel "project"@en, "Projekt"@de ;
  a skos:Concept .

potax:ffg_project
  skos:prefLabel "FFG project"@en, "FFG Projekt"@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 .

potax:teaching_project_teaching_research_project
  skos:prefLabel "Lehrprojekt/Lehrforschungsprojekt"@de, "teaching project/teaching research project"@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, """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 .

potax:research_project
  skos:prefLabel "research project"@en, "Forschungsprojekt"@de ;
  a skos:Concept .

potax:artistic_research_project
  skos:prefLabel "artistic research project"@en, "Künstlerisches Forschungsprojekt"@de ;
  a skos:Concept .

potax:wwtf_project
  skos:prefLabel "WWTF Projekt"@de, "WWTF project"@en ;
  a skos:Concept .

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:focus_of_activity
  skos:prefLabel "focus of activity"@en, "Arbeitsschwerpunkt/laufendes Projekt"@de ;
  a skos:Concept .

potax:collection_research_project
  skos:editorialNote "Verwendet von: Portfolio, JART, Showroom"@de, "Used by: Portfolio, JART, Showroom"@en ;
  skos:altLabel "Sammlung Forschung und Projekte"@de, "Collection research and projects"@en ;
  skos:member potax:research_project, potax:focus_of_activity, potax:dach_project, potax:wwtf_project, potax:project, potax:funded_project, potax:ffg_project, potax:eu_project, potax:fwf_project, potax:fwf_peek_project, potax:teaching_project_teaching_research_project, potax:artistic_research_project ;
  dc:created "2019-04-29T11:09:08.226+00:00"^^xsd:dateTime ;
  skos:prefLabel "Collection research & project"@en, "Sammlung Forschung & Projekt"@de ;
  dc:modified "2021-12-15T10:32:22"^^xsd:dateTime ;
  a skos:Collection .

potax:funded_project
  skos:prefLabel "funded project"@en, "Drittmittelprojekt"@de ;
  a skos:Concept .

potax:fwf_peek_project
  skos:prefLabel "FWF PEEK Projekt"@de, "FWF PEEK project"@en ;
  a skos:Concept .

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

potax:fwf_project
  skos:prefLabel "FWF Projekt"@de, "FWF project"@en ;
  a skos:Concept .

