@prefix licenses: <http://base.uni-ak.ac.at/portfolio/licenses/> .
@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#> .

licenses:CC-BY-NC-4.0
  skos:prefLabel "Creative Commons Attribution Non-Commercial 4.0"@en ;
  a skos:Concept .

licenses:CC-BY-SA-4.0
  skos:prefLabel "Creative Commons Attribution Share-Alike 4.0"@en ;
  a skos:Concept .

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

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" .

licenses:CC-BY-NC-SA-4.0
  skos:prefLabel "Creative Commons Attribution Non Commercial Share Alike 4.0"@en ;
  a skos:Concept .

licenses:CC-BY-NC-ND-4.0
  skos:prefLabel "Creative Commons Attribution Non-Commercial No Derivatives 4.0"@en ;
  a skos:Concept .

licenses:copyright
  skos:prefLabel "urheberrechtlich geschützt"@de, "Copyright"@en ;
  a skos:Concept .

licenses:CC0-1.0
  skos:prefLabel "Creative Commons Zero v1.0"@en ;
  a skos:Concept .

licenses:CC-BY-4.0
  skos:prefLabel "Creative Commons Attribution 4.0"@en ;
  a skos:Concept .

licenses:collection_media_licenses
  skos:member licenses:CC-BY-SA-4.0, licenses:CC-BY-NC-ND-4.0, licenses:CC-BY-4.0, licenses:CC0-1.0, licenses:copyright, licenses:CC-BY-NC-4.0, licenses:CC-BY-ND-4.0, licenses:CC-BY-NC-SA-4.0 ;
  a skos:Collection ;
  dc:created "2019-05-14T12:16:56.954+00:00"^^xsd:dateTime ;
  skos:prefLabel "Media Licenses"@en ;
  dc:modified "2022-02-15T13:03:47"^^xsd:dateTime .

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

licenses:CC-BY-ND-4.0
  skos:prefLabel "Creative Commons Attribution No Derivatives 4.0"@en ;
  a skos:Concept .

