@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:short_film
  skos:prefLabel "short film"@en, "Kurzfilm"@de ;
  a skos:Concept .

potax:music_video
  skos:prefLabel "music video"@en, "Musikvideo"@de ;
  a skos:Concept .

potax:video
  skos:prefLabel "video"@en, "Video"@de ;
  a skos:Concept .

potax:film
  skos:prefLabel "film"@en, "Film"@de ;
  a skos:Concept .

potax:television_programme
  skos:prefLabel "Fernsehbeitrag"@de, "television programme"@en ;
  a skos:Concept .

potax:artists_film
  skos:prefLabel "artists’ film"@en, "Kunstfilm"@de ;
  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:feature_film
  skos:prefLabel "Spielfilm"@de, "feature film"@en ;
  a skos:Concept .

potax:cinematic_essay
  skos:prefLabel "Essayfilm"@de, "Cinematic Essay"@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:collection_film_video
  skos:editorialNote "Verwendet von: Portfolio, JART, Showroom"@de, "Used by: Portfolio, JART, Showroom"@en ;
  skos:member potax:vimeo_video, potax:music_video, potax:blu_ray_disc, potax:feature_film, potax:cinematic_essay, potax:video, potax:experimental_film, potax:film, potax:artists_film, potax:dvd, potax:short_film, potax:youtube_video, potax:documentary_film, potax:television_programme, potax:trailer, potax:time_based_media, potax:architectural_walkthrough, potax:television_report, potax:video_recording, potax:animated_film, potax:educational_film, potax:edition_dvd_blu_ray_disc ;
  skos:prefLabel "Collection film/video"@en, "Sammlung Film/Video"@de ;
  a skos:Collection ;
  dc:created "2019-04-29T10:26:42.38+00:00"^^xsd:dateTime ;
  dc:modified "2021-02-12T09:31:56"^^xsd:dateTime .

potax:blu_ray_disc
  skos:prefLabel "Blu-ray Disc"@en, "Blu-ray Disc"@de ;
  a skos:Concept .

potax:documentary_film
  skos:prefLabel "Dokumentarfilm"@de, "documentary film"@en ;
  a skos:Concept .

potax:animated_film
  skos:prefLabel "animated film"@en, "Animationsfilm"@de ;
  a skos:Concept .

potax:vimeo_video
  skos:prefLabel "Vimeo video"@en, "Vimeo Video"@de ;
  a skos:Concept .

potax:youtube_video
  skos:prefLabel "YouTube Video"@de, "YouTube video"@en ;
  a skos:Concept .

potax:edition_dvd_blu_ray_disc
  skos:prefLabel "Edition (DVD, Blu-ray Disc)"@en, "Edition (DVD, Blu-ray Disc)"@de ;
  a skos:Concept .

potax:video_recording
  skos:prefLabel "video recording"@en, "Videoaufzeichnung"@de ;
  a skos:Concept .

potax:television_report
  skos:prefLabel "Fernsehbericht"@de, "television report"@en ;
  a skos:Concept .

potax:educational_film
  skos:prefLabel "Lehrvideo"@de, "educational film"@en ;
  a skos:Concept .

potax:trailer
  skos:prefLabel "trailer"@en, "Trailer"@de ;
  a skos:Concept .

potax:dvd
  skos:prefLabel "DVD"@de, "DVD"@en ;
  a skos:Concept .

potax:experimental_film
  skos:prefLabel "Experimentalfilm"@de, "experimental film"@en ;
  a skos:Concept .

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

potax:architectural_walkthrough
  skos:prefLabel "Architectural Walkthrough"@de, "architectural walkthrough"@en ;
  a skos:Concept .

potax:time_based_media
  skos:prefLabel "Zeitbasierte Medien"@de, "time-based media"@en ;
  a skos:Concept .

