@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:gif_animation
  skos:prefLabel "GIF Animation"@de, "GIF animation"@en ;
  a skos:Concept .

potax:mixed_media
  skos:prefLabel "mixed media"@en, "Mixed Media"@de ;
  a skos:Concept .

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

potax:photograph
  skos:prefLabel "photograph"@en, "Fotografie"@de ;
  a skos:Concept .

potax:print_reproduction
  skos:prefLabel "Druck (Reproduktion)"@de, "print (reproduction)"@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 .

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

potax:rendering
  skos:prefLabel "rendering"@en, "Rendering"@de ;
  a skos:Concept .

potax:cover
  skos:prefLabel "cover"@en, "Cover"@de ;
  a skos:Concept .

potax:film_still
  skos:prefLabel "film still"@en, "Standbild"@de ;
  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:digital_art
  skos:prefLabel "digital art"@en, "Digitale Kunst"@de ;
  a skos:Concept .

potax:illustration
  skos:prefLabel "illustration"@en, "Illustration"@de ;
  a skos:Concept .

potax:sketch
  skos:prefLabel "Skizze"@de, "sketch"@en ;
  a skos:Concept .

potax:computer-generated_imagery
  skos:prefLabel "computer-generated imagery (CGI)"@en, "Computer Generated Imagery (CGI)"@de ;
  a skos:Concept .

potax:exhibition_view
  skos:prefLabel "Ausstellungsansicht"@de, "exhibition view"@en ;
  a skos:Concept .

potax:installation_view
  skos:prefLabel "Werkabbildung"@de, "installation view"@en ;
  a skos:Concept .

potax:street_art
  skos:prefLabel "Streetart"@de, "street art"@en ;
  a skos:Concept .

potax:painting
  skos:prefLabel "Gemälde"@de, "painting"@en ;
  a skos:Concept .

potax:collection_image
  skos:altLabel "Collection images"@en, "Sammlung Bilder"@de ;
  skos:member potax:image, potax:print_original, potax:illustration, potax:film_still, potax:artistic_study, potax:computer-generated_imagery, potax:installation_view, potax:mixed_media, potax:collage, potax:exhibition_view, potax:drawing, potax:digital_art, potax:print_reproduction, potax:painting, potax:storyboard, potax:gif_animation, potax:architectural_drawing, potax:photograph, potax:graphic_arts, potax:rendering, potax:street_art, potax:sketch, potax:cover ;
  skos:prefLabel "Sammlung Bild"@de, "Collection image"@en ;
  dc:modified "2022-02-07T17:09:14"^^xsd:dateTime ;
  dc:created "2019-04-29T10:24:40.661+00:00"^^xsd:dateTime ;
  skos:editorialNote "Used by: Portfolio, JART, Showroom"@en, "Verwendet von: Portfolio, JART, Showroom"@de ;
  a skos:Collection .

potax:storyboard
  skos:prefLabel "Storyboard"@de, "storyboard"@en ;
  a skos:Concept .

potax:architectural_drawing
  skos:prefLabel "architectural drawing"@en, "Konstruktionszeichnung"@de ;
  a skos:Concept .

potax:artistic_study
  skos:prefLabel "Künstlerische Studie"@de, "artistic study"@en ;
  a skos:Concept .

potax:graphic_arts
  skos:prefLabel "graphic arts"@en, "Druckgrafik"@de ;
  a skos:Concept .

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

potax:collage
  skos:prefLabel "Collage"@de, "collage"@en ;
  a skos:Concept .

potax:image
  skos:prefLabel "Bild"@de, "image"@en ;
  a skos:Concept .

potax:print_original
  skos:prefLabel "Druck (Original)"@de, "print (original)"@en ;
  a skos:Concept .

