"@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 xsd: <http://www.w3.org/2001/XMLSchema#> .\n\ndalicclib:Apple-Sample-Code-License a odrl:Set ;\n    cc:jurisdiction dalicc:worldwide ;\n    cc:legalcode <https://scancode-licensedb.aboutcode.org/apple-sscl.LICENSE> ;\n    cc:license dalicclib:CC-BY-4.0 ;\n    dct:alternative \"Apple Sample Source Code License\",\n        \"Apple-Sample-Code-License\",\n        \"apple-ascl\",\n        \"apple-sscl\" ;\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 \"Apple Inc.\" ;\n    dct:source <https://developer.apple.com/support/downloads/terms/apple-sample-code/Apple-Sample-Code-License.pdf> ;\n    dct:title \"Apple Sample Code License\"@en ;\n    odrl:permission [ 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 cc:CommercialUse ],\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 dalicc:modificationNotice ;\n                    dalicc:evidence \"If you're going to re-distribute the source, we require that you make it clear in the source that the code was descended from Apple sample source code, but that you've made changes.\" ],\n                [ a odrl:Duty ;\n                    odrl:action dalicc:rename ] ],\n        [ a odrl:Permission ;\n            odrl:action odrl:modify ;\n            odrl:duty [ a odrl:Duty ;\n                    odrl:action dalicc:modificationNotice ;\n                    dalicc:evidence \"If you're going to re-distribute the source, we require that you make it clear in the source that the code was descended from Apple sample source code, but that you've made changes.\" ],\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                    dalicc:evidence \"If you're going to re-distribute the source, we require that you make it clear in the source that the code was descended from Apple sample source code, but that you've made changes.\" ],\n                [ a odrl:Duty ;\n                    odrl:action dalicc:rename ] ] ;\n    odrl:target [ a odrl:AssetCollection ;\n            dct:type dcmitype:Software ] ;\n    dalicc:WarrantyDisclaimer \"This Apple sample source code has been provided \\\"AS IS\\\" and the responsibility for its operation is yours.\" ;\n    dalicc:additionalClauses \"If you're going to re-distribute the source, we require that you make it clear in the source that the code was descended from Apple sample source code, but that you've made changes.\",\n        \"You are not permitted to redistribute this Apple sample source code as \\\"Apple sample source code\\\" after having made changes.\",\n        \"You may incorporate this Apple sample source code into your program(s) without restriction.\" ;\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/Apple-Sample-Code-License/versions> .\n\n"