@prefix cc: <http://creativecommons.org/ns#> .
@prefix dalicc: <https://dalicc.net/ns#> .
@prefix dalicclib: <https://dalicc.net/licenselibrary/> .
@prefix dcmitype: <http://purl.org/dc/dcmitype/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix odrl: <http://www.w3.org/ns/odrl/2/> .
@prefix spdx: <http://spdx.org/rdf/terms#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

dalicclib:CC-BY-ND-4.0 a odrl:Set ;
    cc:jurisdiction dalicc:worldwide ;
    cc:legalcode <https://creativecommons.org/licenses/by-nd/4.0/legalcode> ;
    cc:license dalicclib:CC-BY-4.0 ;
    dct:alternative "Attribution NoDerivatives 4.0 International",
        "Attribution-NoDerivatives 4.0",
        "Attribution-NoDerivatives 4.0 International",
        "CC BY ND 4.0",
        "CC BY ND 4.0 International",
        "CC BY-ND 4.0",
        "CC BY-ND 4.0 International",
        "CC-BY-ND 4.0",
        "CC-BY-ND 4.0 International",
        "Creative Commons BY-ND 4.0",
        "Creative Commons BY-ND 4.0 International" ;
    dct:hasVersion "2" ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2026-09-24"^^xsd:date ;
    dct:publisher "Creative Commons" ;
    dct:source <https://creativecommons.org/licenses/by-nd/4.0/> ;
    dct:title "Creative Commons Attribution-NoDerivatives 4.0 International"@en ;
    spdx:licenseId "CC-BY-ND-4.0" ;
    odrl:permission [ a odrl:Permission ;
            odrl:action odrl:display ],
        [ a odrl:Permission ;
            odrl:action odrl:distribute ;
            odrl:duty [ a odrl:Duty ;
                    odrl:action cc:Attribution ],
                [ a odrl:Duty ;
                    odrl:action cc:Notice ] ],
        [ a odrl:Permission ;
            odrl:action odrl:present ],
        [ a odrl:Permission ;
            odrl:action odrl:reproduce ],
        [ a odrl:Permission ;
            odrl:action cc:CommercialUse ],
        [ a odrl:Permission ;
            odrl:action dalicc:chargeDistributionFee ],
        [ a odrl:Permission ;
            odrl:action dalicc:suiGenerisDatabaseRights ;
            odrl:duty [ a odrl:Duty ;
                    odrl:action cc:Attribution ],
                [ a odrl:Duty ;
                    odrl:action cc:Notice ] ] ;
    odrl:prohibition [ a odrl:Prohibition ;
            odrl:action odrl:derive ],
        [ a odrl:Prohibition ;
            odrl:action dalicc:ChangeLicense ],
        [ a odrl:Prohibition ;
            odrl:action dalicc:promote ],
        [ a odrl:Prohibition ;
            odrl:action dalicc:sublicense ] ;
    odrl:target [ a odrl:AssetCollection ;
            dct:type dcmitype:Dataset,
                dalicc:CreativeWork ] ;
    foaf:logo <https://licensebuttons.net/l/by-nd/4.0/88x31.png> ;
    dalicc:LiabilityLimitation "To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You." ;
    dalicc:WarrantyDisclaimer "Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You." ;
    dalicc:curePeriod "30 days" ;
    dalicc:reviewStatus dalicc:Reviewed ;
    dalicc:reviewedOn "2026-09-15"^^xsd:date ;
    dalicc:terminatesOnBreach true ;
    dalicc:validityType dalicc:perpetual ;
    dalicc:versionHistory <https://dalicc.net/licenselibrary/CC-BY-ND-4.0/versions> .

