@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:conceptual_model
  skos:prefLabel "konzeptuelles Modell"@de, "conceptual model"@en ;
  a skos:Concept .

potax:installation
  skos:prefLabel "Installation"@de, "installation"@en ;
  a skos:Concept .

potax:architectural_model
  skos:prefLabel "architectural model"@en, "Architekturmodell"@de ;
  a skos:Concept .

potax:carpentry_work
  skos:prefLabel "Holzarbeit"@de, "carpentry work"@en ;
  a skos:Concept .

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

potax:ceramics
  skos:prefLabel "Keramik"@de, "ceramics"@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 .

potax:prototype
  skos:prefLabel "Prototyp"@de, "prototype"@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:cast
  skos:prefLabel "cast"@en, "Guss"@de ;
  a skos:Concept .

potax:costume
  skos:prefLabel "costume"@en, "Kostüm"@de ;
  a skos:Concept .

potax:percent_for_art
  skos:prefLabel "percent for art"@en, "Kunst am Bau"@de ;
  a skos:Concept .

potax:collection_sculpture
  skos:member potax:jewelry, potax:fashion_collection, potax:woven_material, potax:carpentry_work, potax:construction_model, potax:sculpture, potax:conceptual_model, potax:assemblage, potax:installation, potax:cast, potax:furniture, potax:ceramics, potax:plastic_arts, potax:costume, potax:prototype, potax:percent_for_art, potax:architectural_model ;
  dc:created "2019-04-29T10:34:47.418+00:00"^^xsd:dateTime ;
  skos:altLabel "Collection sculptures"@en, "Sammlung Skulpturen"@de ;
  skos:prefLabel "Sammlung Skulptur"@de, "Collection sculpture"@en ;
  skos:editorialNote "Verwendet von: Portfolio, JART, Showroom"@de, "Used by: Portfolio, JART, Showroom"@en ;
  dc:modified "2021-01-20T14:55:53.738+00:00"^^xsd:dateTime ;
  a skos:Collection .

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:construction_model
  skos:prefLabel "construction model"@en, "Konstruktionsmodell"@de ;
  a skos:Concept .

potax:furniture
  skos:prefLabel "Möbel"@de, "furniture"@en ;
  a skos:Concept .

potax:jewelry
  skos:prefLabel "jewelry"@en, "Schmuck"@de ;
  a skos:Concept .

potax:woven_material
  skos:prefLabel "Textil"@de, "woven material"@en ;
  a skos:Concept .

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

potax:fashion_collection
  skos:prefLabel "fashion collection"@en, "Modekollektion"@de ;
  a skos:Concept .

potax:plastic_arts
  skos:prefLabel "plastic arts"@en, "Plastik"@de ;
  a skos:Concept .

potax:assemblage
  skos:prefLabel "assemblage"@en, "Assemblage"@de ;
  a skos:Concept .

potax:sculpture
  skos:prefLabel "Skulptur"@de, "sculpture"@en ;
  a skos:Concept .

