"@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 osl: <http://opensource.org/licenses/> .\n@prefix spdx: <http://spdx.org/rdf/terms#> .\n@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .\n\ndalicclib:Artistic-2.0 a odrl:Set ;\n    cc:attributionName \"Perl Foundation\" ;\n    cc:jurisdiction dalicc:worldwide ;\n    cc:legalcode osl:Artistic-2.0 ;\n    cc:license dalicclib:CC-BY-4.0 ;\n    dct:alternative \"Artistic License v2\",\n        \"Artistic Version 2.0\",\n        \"Artistic-2.0\" ;\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 osl:Artistic-2.0 ;\n    dct:title \"Artistic License 2.0\" ;\n    spdx:licenseId \"Artistic-2.0\" ;\n    odrl:permission [ a odrl:Permission ;\n            odrl:action cc:CommercialUse ;\n            dalicc:evidence \"You are permitted to use the Standard Version and create and use Modified Versions for any purpose without restriction, provided that you do not Distribute the Modified Version.\" ],\n        [ a odrl:Permission ;\n            odrl:action odrl:derive ;\n            odrl:duty [ a odrl:Duty ;\n                    odrl:action cc:Attribution ],\n                [ a odrl:Duty ;\n                    odrl:action cc:Notice ],\n                [ a odrl:Duty ;\n                    odrl:action cc:SourceCode ],\n                [ a odrl:Duty ;\n                    odrl:action dalicc:modificationNotice ],\n                [ a odrl:Duty ;\n                    odrl:action dalicc:rename ;\n                    dalicc:evidence \"In addition, the Modified Version must bear a name that is different from the name of the Standard Version.\" ] ],\n        [ a odrl:Permission ;\n            odrl:action dalicc:ChangeLicense ;\n            odrl:duty [ a odrl:Duty ;\n                    odrl:action dalicc:compliantLicense ] ],\n        [ a odrl:Permission ;\n            odrl:action odrl:reproduce ],\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:Attribution ],\n                [ a odrl:Duty ;\n                    odrl:action cc:Notice ],\n                [ a odrl:Duty ;\n                    odrl:action cc:SourceCode ] ],\n        [ a odrl:Permission ;\n            odrl:action odrl:modify ;\n            odrl:duty [ a odrl:Duty ;\n                    odrl:action cc:SourceCode ],\n                [ a odrl:Duty ;\n                    odrl:action dalicc:modificationNotice ],\n                [ a odrl:Duty ;\n                    odrl:action dalicc:rename ;\n                    dalicc:evidence \"In addition, the Modified Version must bear a name that is different from the name of the Standard Version.\" ],\n                [ a odrl:Duty ;\n                    odrl:action cc:Attribution ],\n                [ a odrl:Duty ;\n                    odrl:action cc:Notice ] ] ;\n    odrl:prohibition [ a odrl:Prohibition ;\n            odrl:action dalicc:promote ;\n            dalicc:evidence \"This license does not grant you the right to use any trademark, service mark, tradename, or logo of the Copyright Holder.\" ],\n        [ a odrl:Prohibition ;\n            odrl:action dalicc:chargeLicenseFee ] ;\n    odrl:target [ a odrl:AssetCollection ;\n            dct:type dcmitype:Software ] ;\n    dalicc:LiabilityLimitation \"UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\" ;\n    dalicc:WarrantyDisclaimer \"THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS \\\"AS IS\\\" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL LAW.\" ;\n    dalicc:reviewStatus dalicc:Reviewed ;\n    dalicc:reviewedOn \"2026-09-15\"^^xsd:date ;\n    dalicc:validityType dalicc:perpetual ;\n    dalicc:versionHistory <https://dalicc.net/licenselibrary/Artistic-2.0/versions> .\n\n"