"@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:PSF-2.0 a odrl:Set ;\n    cc:attributionName \"Python Software Foundation\" ;\n    cc:jurisdiction dalicc:worldwide ;\n    cc:legalcode <https://spdx.org/licenses/PSF-2.0.html> ;\n    cc:license dalicclib:CC-BY-4.0 ;\n    dct:alternative \"PSF License 2.0\",\n        \"PSF-2.0\",\n        \"Python Software Foundation License Version 2\" ;\n    dct:hasVersion \"2\" ;\n    dct:license <https://creativecommons.org/licenses/by/4.0/> ;\n    dct:modified \"2026-09-24\"^^xsd:date ;\n    dct:publisher \"Python Software Foundation\" ;\n    dct:source <https://spdx.org/licenses/PSF-2.0.html> ;\n    dct:title \"Python Software Foundation License 2.0\"@en ;\n    spdx:licenseId \"PSF-2.0\" ;\n    odrl:permission [ a odrl:Permission ;\n            odrl:action odrl:reproduce ],\n        [ a odrl:Permission ;\n            odrl:action odrl:display ;\n            dalicc:evidence \"Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python alone or in any derivative version, provided, however, that PSF's License Agreement and PSF's notice of copyright, i.e., \\\"Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Python Software Foundation; All Rights Reserved\\\" are retained in Python alone or in any derivative version prepared by Licensee.\" ],\n        [ a odrl:Permission ;\n            odrl:action odrl:present ;\n            dalicc:evidence \"Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python alone or in any derivative version, provided, however, that PSF's License Agreement and PSF's notice of copyright, i.e., \\\"Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Python Software Foundation; All Rights Reserved\\\" are retained in Python alone or in any derivative version prepared by Licensee.\" ],\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 dalicc:ChangeLicense ;\n            odrl:duty [ a odrl:Duty ;\n                    odrl:action dalicc:compliantLicense ;\n                    dalicc:convention \"family rule 15: Permissive records permit relicensing\" ;\n                    dalicc:statementOrigin dalicc:FromConvention ] ;\n            dalicc:convention \"family rule 15: Permissive records permit relicensing\" ;\n            dalicc:statementOrigin dalicc:FromConvention ],\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:Permission ;\n            odrl:action odrl:modify ;\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 dalicc:modificationNotice ] ],\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 dalicc:modificationNotice ] ] ;\n    odrl:prohibition [ a odrl:Prohibition ;\n            odrl:action dalicc:promote ;\n            dalicc:evidence \"This License Agreement does not grant permission to use PSF trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party.\" ] ;\n    odrl:target [ a odrl:AssetCollection ;\n            dct:type dcmitype:Software ] ;\n    dalicc:LiabilityLimitation \"PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.\" ;\n    dalicc:WarrantyDisclaimer \"PSF is making Python available to Licensee on an \\\"AS IS\\\" basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.\" ;\n    dalicc:additionalClauses \"3. In the event Licensee prepares a derivative work that is based on or incorporates Python or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python.\",\n        \"6. This License Agreement will automatically terminate upon a material breach of its terms and conditions.\",\n        \"7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between PSF and Licensee. This License Agreement does not grant permission to use PSF trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party.\",\n        \"8. By copying, installing or otherwise using Python, Licensee agrees to be bound by the terms and conditions of this License Agreement.\" ;\n    dalicc:reviewStatus dalicc:Created ;\n    dalicc:reviewedOn \"2026-09-22\"^^xsd:date ;\n    dalicc:terminatesOnBreach true ;\n    dalicc:validityType dalicc:perpetual ;\n    dalicc:versionHistory <https://dalicc.net/licenselibrary/PSF-2.0/versions> .\n\n"