@prefix licenses: <http://base.uni-ak.ac.at/portfolio/licenses/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@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#> .

licenses:CDDL-1.0
  skos:prefLabel "Common Development and Distribution License, Version 1.0"@en ;
  a skos:Concept .

licenses:GPL-3.0
  skos:prefLabel "GNU General Public License, Version 3.0"@en ;
  a skos:Concept .

licenses:collection_software_licenses
  skos:member licenses:Apache-2.0, licenses:EPL-1.0, licenses:MPL-2.0, licenses:CDDL-1.0, licenses:BSD-3, licenses:GPL-3.0, licenses:MIT, licenses:LGPL-3.0, licenses:BSD-2 ;
  dc:created "2019-05-14T12:17:22.166+00:00"^^xsd:dateTime ;
  dc:modified "2019-05-14T12:34:50.56+00:00"^^xsd:dateTime ;
  a skos:Collection ;
  skos:prefLabel "Software Licenses"@en .

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

licenses:MPL-2.0
  skos:prefLabel "Mozilla Public License, Version 2.0"@en ;
  a skos:Concept .

licenses:BSD-3
  skos:prefLabel "BSD 3-Clause License"@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" .

licenses:LGPL-3.0
  skos:prefLabel "GNU Lesser General Public License, Version 3.0"@en ;
  a skos:Concept .

licenses:EPL-1.0
  skos:prefLabel "Eclipse Public License, Version 1.0"@en ;
  a skos:Concept .

licenses:Apache-2.0
  skos:prefLabel "Apache License, Version 2.0"@en ;
  a skos:Concept .

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

licenses:BSD-2
  skos:prefLabel "BSD 2-Clause License"@en ;
  a skos:Concept .

licenses:MIT
  skos:prefLabel "MIT License"@en ;
  a skos:Concept .

