@prefix cc: <http://creativecommons.org/ns#> .
@prefix dalicc: <https://dalicc.net/ns#> .
@prefix dalicclib: <https://dalicc.net/licenselibrary/> .
@prefix dcmitype: <http://purl.org/dc/dcmitype/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix odrl: <http://www.w3.org/ns/odrl/2/> .
@prefix spdx: <http://spdx.org/rdf/terms#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

dalicclib:Cube a odrl:Set ;
    cc:jurisdiction dalicc:worldwide ;
    cc:legalcode <https://spdx.org/licenses/Cube.html> ;
    cc:license dalicclib:CC-BY-4.0 ;
    dct:alternative "Cube",
        "Cube License" ;
    dct:hasVersion "1" ;
    dct:modified "2026-09-22"^^xsd:date ;
    dct:source <https://spdx.org/licenses/Cube.html> ;
    dct:title "Cube License"@en ;
    spdx:licenseId "Cube" ;
    odrl:permission [ a odrl:Permission ;
            odrl:action odrl:reproduce ],
        [ a odrl:Permission ;
            odrl:action odrl:display ],
        [ a odrl:Permission ;
            odrl:action odrl:present ],
        [ a odrl:Permission ;
            odrl:action cc:CommercialUse ],
        [ a odrl:Permission ;
            odrl:action cc:DerivativeWorks ],
        [ a odrl:Permission ;
            odrl:action dalicc:ModifiedWorks ],
        [ a odrl:Permission ;
            odrl:action dalicc:chargeDistributionFee ],
        [ a odrl:Permission ;
            odrl:action odrl:distribute ;
            odrl:duty [ a odrl:Duty ;
                    odrl:action cc:Notice ] ],
        [ a odrl:Permission ;
            odrl:action odrl:modify ;
            odrl:duty [ a odrl:Duty ;
                    odrl:action cc:Notice ],
                [ a odrl:Duty ;
                    odrl:action dalicc:modificationNotice ],
                [ a odrl:Duty ;
                    odrl:action dalicc:rename ] ],
        [ a odrl:Permission ;
            odrl:action odrl:derive ;
            odrl:duty [ a odrl:Duty ;
                    odrl:action dalicc:modificationNotice ],
                [ a odrl:Duty ;
                    odrl:action dalicc:rename ],
                [ a odrl:Duty ;
                    odrl:action cc:Notice ] ] ;
    odrl:prohibition [ a odrl:Prohibition ;
            odrl:action dalicc:ChangeLicense ] ;
    odrl:target [ a odrl:AssetCollection ;
            dct:type dcmitype:Software ] ;
    dalicc:LiabilityLimitation "In no event will the authors be held liable for any damages arising from the use of this software." ;
    dalicc:WarrantyDisclaimer "This software is provided 'as-is', without any express or implied warranty." ;
    dalicc:additionalClauses "1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.",
        "4. Source versions may not be \"relicensed\" under a different license without my explicitly written permission." ;
    dalicc:reviewStatus dalicc:Created ;
    dalicc:reviewedOn "2026-09-22"^^xsd:date ;
    dalicc:validityType dalicc:perpetual ;
    dalicc:versionHistory <https://dalicc.net/licenselibrary/Cube/versions> .

