@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:device_driver
  skos:prefLabel "Treiber Software"@de, "device driver"@en ;
  a skos:Concept .

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

potax:web_application
  skos:prefLabel "web application"@en, "Web Applikation"@de ;
  a skos:Concept .

potax:client_server_software
  skos:prefLabel "Client-Server Software"@de, "client–server software"@en ;
  a skos:Concept .

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

potax:mobile_app
  skos:prefLabel "mobile app"@en, "Handy App"@de ;
  a skos:Concept .

potax:video_game
  skos:prefLabel "Computerspiel"@de, "video game"@en ;
  a skos:Concept .

potax:collection_software
  skos:editorialNote "Verwendet von: Portfolio, JART, Showroom"@de, "Used by: Portfolio, JART, Showroom"@en ;
  skos:member potax:device_driver, potax:operating_system, potax:mobile_app, potax:video_game, potax:web_application, potax:application, potax:software, potax:client_server_software ;
  skos:prefLabel "Collection software"@en, "Sammlung Software"@de ;
  dc:modified "2021-01-25T03:09:11"^^xsd:dateTime ;
  dc:created "2019-04-29T10:31:27.974+00:00"^^xsd:dateTime ;
  a skos:Collection .

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

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

potax:operating_system
  skos:prefLabel "Betriebssystem"@de, "operating system"@en ;
  a skos:Concept .

