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

potax:infographics
  skos:prefLabel "infographics"@en, "Infografik"@de ;
  a skos:Concept .

potax:graphical_user_interface
  skos:prefLabel "Grafische Benutzeroberfläche"@de, "graphical user interface"@en ;
  a skos:Concept .

potax:laser_cut_template
  skos:prefLabel "Laser cut Vorlage"@de, "laser cut template"@en ;
  a skos:Concept .

potax:character_design
  skos:prefLabel "character design"@en, "Characteresign"@de ;
  a skos:Concept .

potax:game
  skos:prefLabel "Spiel"@de, "game"@en ;
  a skos:Concept .

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

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:furniture_design
  skos:prefLabel "Möbeldesign"@de, "furniture design"@en ;
  a skos:Concept .

potax:graphic_design
  skos:prefLabel "graphic design"@en, "Grafikdesign"@de ;
  a skos:Concept .

potax:corporate_design
  skos:prefLabel "corporate design"@en, "Corporate Design"@de ;
  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:3D-print_template
  skos:prefLabel "3D-Druck Vorlage"@de, "3D print template"@en ;
  a skos:Concept .

potax:industrial_design
  skos:prefLabel "Produktdesign"@de, "industrial design"@en ;
  a skos:Concept .

potax:projections_visual_works
  skos:prefLabel "projections (visual works)"@en, "Projektion (visuelle Arbeit)"@de ;
  a skos:Concept .

potax:pattern_design_tailoring
  skos:prefLabel "pattern design (tailoring)"@en, "Schnittmusterdesign"@de ;
  a skos:Concept .

potax:automotive_design
  skos:prefLabel "Mobilitätsdesign"@de, "automotive design"@en ;
  a skos:Concept .

potax:type_design
  skos:prefLabel "Schriftgestaltung"@de, "type design"@en ;
  a skos:Concept .

potax:web_design
  skos:prefLabel "web design"@en, "Webdesign"@de ;
  a skos:Concept .

potax:pattern_design_graphic
  skos:prefLabel "Musterdesign (Grafik)"@de, "pattern design (graphic)"@en ;
  a skos:Concept .

potax:calligraphy_lettering
  skos:prefLabel "Kalligraphy/Lettering"@de, "calligraphy/lettering"@en ;
  a skos:Concept .

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

potax:design_project
  skos:prefLabel "design project"@en, "Designprojekt"@de ;
  a skos:Concept .

potax:brochure_flyer_handout
  skos:prefLabel "Broschüre/Flyer/Handout"@de, "brochure/flyer/handout"@en ;
  a skos:Concept .

potax:interior_design
  skos:prefLabel "interior design"@en, "Innenarchitektur"@de ;
  a skos:Concept .

potax:packaging
  skos:prefLabel "packaging"@en, "Verpackung"@de ;
  a skos:Concept .

potax:collection_design
  skos:member potax:character_design, potax:automotive_design, potax:graphic_design, potax:packaging, potax:projections_visual_works, potax:infographics, potax:pattern_design_tailoring, potax:game, potax:corporate_design, potax:laser_cut_template, potax:design_project, potax:graphical_user_interface, potax:3D-print_template, potax:interior_design, potax:calligraphy_lettering, potax:furniture_design, potax:pattern_design_graphic, potax:brochure_flyer_handout, potax:type_design, potax:industrial_design, potax:web_design ;
  skos:editorialNote "Used by: Portfolio, JART, Showroom"@en, "Verwendet von: Portfolio, JART, Showroom"@de ;
  dc:modified "2022-02-07T17:44:52"^^xsd:dateTime ;
  a skos:Collection ;
  dc:created "2020-11-01T20:00:50.085+00:00"^^xsd:dateTime ;
  skos:prefLabel "Sammlung Design"@de, "Collection design"@en .

