@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:structure
  skos:prefLabel "structure"@en, "Struktur"@de ;
  a skos:Concept .

potax:collection_architecture
  dc:modified "2021-05-26T06:49:28"^^xsd:dateTime ;
  skos:editorialNote "Verwendet von: Portfolio, JART, Showroom"@de, "Used by: Portfolio, JART, Showroom"@en ;
  skos:member potax:building, potax:architectural_project, potax:structure, potax:construction, potax:building_complex, potax:model_house ;
  dc:created "2019-04-29T11:02:30.133+00:00"^^xsd:dateTime ;
  skos:prefLabel "Collection architecture"@en, "Sammlung Architektur"@de ;
  a skos:Collection .

potax:building_complex
  skos:prefLabel "Gebäudekomplex"@de, "building complex"@en ;
  a skos:Concept .

potax:model_house
  skos:prefLabel "Modellhaus"@de, "model house"@en ;
  a skos:Concept .

potax:construction
  skos:prefLabel "construction"@en, "Bau"@de ;
  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, """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:building
  skos:prefLabel "building"@en, "Gebäude"@de ;
  a skos:Concept .

potax:architectural_project
  skos:prefLabel "Architekturprojekt"@de, "architectural project"@en ;
  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 .

