"@prefix cc: <http://creativecommons.org/ns#> .\n@prefix dalicc: <https://dalicc.net/ns#> .\n@prefix dalicclib: <https://dalicc.net/licenselibrary/> .\n@prefix dcmitype: <http://purl.org/dc/dcmitype/> .\n@prefix dct: <http://purl.org/dc/terms/> .\n@prefix odrl: <http://www.w3.org/ns/odrl/2/> .\n@prefix spdx: <http://spdx.org/rdf/terms#> .\n@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .\n\ndalicclib:Cube a odrl:Set ;\n    cc:jurisdiction dalicc:worldwide ;\n    cc:legalcode <https://spdx.org/licenses/Cube.html> ;\n    cc:license dalicclib:CC-BY-4.0 ;\n    dct:alternative \"Cube\",\n        \"Cube License\" ;\n    dct:hasVersion \"2\" ;\n    dct:license <https://creativecommons.org/licenses/by/4.0/> ;\n    dct:modified \"2026-09-24\"^^xsd:date ;\n    dct:source <https://spdx.org/licenses/Cube.html> ;\n    dct:title \"Cube License\"@en ;\n    spdx:licenseId \"Cube\" ;\n    odrl:permission [ a odrl:Permission ;\n            odrl:action odrl:reproduce ],\n        [ a odrl:Permission ;\n            odrl:action odrl:display ],\n        [ a odrl:Permission ;\n            odrl:action odrl:present ],\n        [ a odrl:Permission ;\n            odrl:action cc:CommercialUse ],\n        [ a odrl:Permission ;\n            odrl:action cc:DerivativeWorks ],\n        [ a odrl:Permission ;\n            odrl:action dalicc:ModifiedWorks ],\n        [ a odrl:Permission ;\n            odrl:action dalicc:chargeDistributionFee ],\n        [ a odrl:Permission ;\n            odrl:action odrl:distribute ;\n            odrl:duty [ a odrl:Duty ;\n                    odrl:action cc:Notice ] ],\n        [ a odrl:Permission ;\n            odrl:action odrl:modify ;\n            odrl:duty [ a odrl:Duty ;\n                    odrl:action cc:Notice ],\n                [ a odrl:Duty ;\n                    odrl:action dalicc:modificationNotice ],\n                [ a odrl:Duty ;\n                    odrl:action dalicc:rename ] ],\n        [ a odrl:Permission ;\n            odrl:action odrl:derive ;\n            odrl:duty [ a odrl:Duty ;\n                    odrl:action dalicc:modificationNotice ],\n                [ a odrl:Duty ;\n                    odrl:action dalicc:rename ],\n                [ a odrl:Duty ;\n                    odrl:action cc:Notice ] ] ;\n    odrl:prohibition [ a odrl:Prohibition ;\n            odrl:action dalicc:ChangeLicense ;\n            dalicc:evidence \"Source versions may not be \\\"relicensed\\\" under a different license without my explicitly written permission.\" ] ;\n    odrl:target [ a odrl:AssetCollection ;\n            dct:type dcmitype:Software ] ;\n    dalicc:LiabilityLimitation \"In no event will the authors be held liable for any damages arising from the use of this software.\" ;\n    dalicc:WarrantyDisclaimer \"This software is provided 'as-is', without any express or implied warranty.\" ;\n    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.\",\n        \"4. Source versions may not be \\\"relicensed\\\" under a different license without my explicitly written permission.\" ;\n    dalicc:reviewStatus dalicc:Created ;\n    dalicc:reviewedOn \"2026-09-22\"^^xsd:date ;\n    dalicc:validityType dalicc:perpetual ;\n    dalicc:versionHistory <https://dalicc.net/licenselibrary/Cube/versions> .\n\n"