@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:radio_programme
  skos:prefLabel "radio programme"@en, "Radiobeitrag"@de ;
  a skos:Concept .

potax:studio_recording
  skos:prefLabel "Studioeinspielung"@de, "studio recording"@en ;
  a skos:Concept .

potax:radio_feature
  skos:prefLabel "radio feature"@en, "Radiofeature"@de ;
  a skos:Concept .

potax:musical_theater
  skos:prefLabel "musical theater"@en, "Musical"@de ;
  a skos:Concept .

potax:radio_interview
  skos:prefLabel "radio interview"@en, "Radiointerview"@de ;
  a skos:Concept .

potax:electronic_music
  skos:prefLabel "Elektronische Musik"@de, "electronic music"@en ;
  a skos:Concept .

potax:radio_broadcast
  skos:prefLabel "radio broadcast"@en, "Rundfunkausstrahlung"@de ;
  a skos:Concept .

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

potax:album
  skos:prefLabel "Album"@de, "album"@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:podcast
  skos:prefLabel "podcast"@en, "Podcast"@de ;
  a skos:Concept .

potax:chamber_music
  skos:prefLabel "Kammermusik"@de, "chamber music"@en ;
  a skos:Concept .

rdf:type
  rdfs:comment "The subject is an instance of a class." ;
  rdfs:label "type" .

potax:concert_recording
  skos:prefLabel "Konzertmitschnitt"@de, "concert recording"@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 .

potax:live_recording
  skos:prefLabel "Live-Mitschnitt"@de, "live recording"@en ;
  a skos:Concept .

potax:audio_segment
  skos:prefLabel "audio segment"@en, "Audiobeitrag"@de ;
  a skos:Concept .

potax:jazz
  skos:prefLabel "Jazz"@de, "jazz"@en ;
  a skos:Concept .

potax:radio_art
  skos:prefLabel "radio art"@en, "Radiokunst"@de ;
  a skos:Concept .

potax:collection_audio
  skos:member potax:electronic_music, potax:radio_broadcast, potax:chamber_music, potax:cd_compilation, potax:cd_recording, potax:radio_art, potax:radio_feature, potax:audio_segment, potax:album, potax:radio_interview, potax:audio_recording, potax:concert_recording, potax:studio_recording, potax:live_recording, potax:edition_music, potax:opera, potax:podcast, potax:film_score, potax:musical_theater, potax:audio_book, potax:radio_programme, potax:jazz ;
  a skos:Collection ;
  dc:created "2019-04-29T10:29:31.485+00:00"^^xsd:dateTime ;
  skos:editorialNote "Used by: Portfolio, JART, Showroom"@en, "Verwendet von: Portfolio, JART, Showroom"@de ;
  skos:prefLabel "Sammlung Audio"@de, "Collection audio"@en ;
  dc:modified "2021-02-12T09:34:46"^^xsd:dateTime .

potax:audio_recording
  skos:prefLabel "audio recording"@en, "Tonaufnahme"@de ;
  a skos:Concept .

potax:cd_recording
  skos:prefLabel "CD Aufnahme"@de, "CD recording"@en ;
  a skos:Concept .

potax:edition_music
  skos:prefLabel "Edition (music)"@en, "Edition (Musik)"@de ;
  a skos:Concept .

potax:audio_book
  skos:prefLabel "Hörbuch"@de, "audio book"@en ;
  a skos:Concept .

potax:cd_compilation
  skos:prefLabel "CD-Box"@de, "CD compilation"@en ;
  a skos:Concept .

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

potax:film_score
  skos:prefLabel "Film score/Soundtrack"@en, "Filmmusik"@de ;
  a skos:Concept .

potax:opera
  skos:prefLabel "Oper"@de, "opera"@en ;
  a skos:Concept .

