"@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:MIT-0 a odrl:Set ;\n    cc:jurisdiction dalicc:worldwide ;\n    cc:legalcode <https://github.com/aws/mit-0> ;\n    cc:license dalicclib:CC-BY-4.0 ;\n    dct:alternative \"MIT No Attribution\",\n        \"MIT-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:publisher \"Amazon Web Services\" ;\n    dct:source <https://spdx.org/licenses/MIT-0.html> ;\n    dct:title \"MIT No Attribution\"@en ;\n    spdx:licenseId \"MIT-0\" ;\n    odrl:permission [ a odrl:Permission ;\n            odrl:action odrl:reproduce ],\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        [ a odrl:Permission ;\n            odrl:action odrl:modify ],\n        [ a odrl:Permission ;\n            odrl:action odrl:derive ],\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 odrl:grantUse ;\n            dalicc:evidence \"Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\\"Software\\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so.\" ],\n        [ a odrl:Permission ;\n            odrl:action dalicc:sublicense ;\n            dalicc:evidence \"Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\\"Software\\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so.\" ],\n        [ a odrl:Permission ;\n            odrl:action dalicc:ChangeLicense ;\n            dalicc:convention \"family rule 15: Permissive records permit relicensing\" ;\n            dalicc:statementOrigin dalicc:FromConvention ] ;\n    odrl:target [ a odrl:AssetCollection ;\n            dct:type dcmitype:Software ] ;\n    dalicc:LiabilityLimitation \"IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\" ;\n    dalicc:WarrantyDisclaimer \"THE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\" ;\n    dalicc:reviewStatus dalicc:Created ;\n    dalicc:reviewedOn \"2026-09-15\"^^xsd:date ;\n    dalicc:validityType dalicc:perpetual ;\n    dalicc:versionHistory <https://dalicc.net/licenselibrary/MIT-0/versions> .\n\n"