@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 odrl: <http://www.w3.org/ns/odrl/2/> .
@prefix spdx: <http://spdx.org/rdf/terms#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

dalicclib:OpenDataCommonsAttributionLicenseV10 a odrl:Set ;
    cc:attributionName "Open Data Commons" ;
    cc:jurisdiction dalicc:worldwide ;
    cc:legalcode <https://opendatacommons.org/licenses/by/1.0/> ;
    cc:license dalicclib:CC-BY-4.0 ;
    dct:alternative "ODC Attribution License",
        "ODC By",
        "ODC-By" ;
    dct:hasVersion "2" ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2026-09-24"^^xsd:date ;
    dct:publisher "Open Data Commons" ;
    dct:source <https://opendefinition.org/licenses/odc-by/> ;
    dct:title "Open Data Commons Attribution License v1.0" ;
    spdx:licenseId "ODC-By-1.0" ;
    odrl:permission [ a odrl:Permission ;
            odrl:action odrl:reproduce ],
        [ a odrl:Permission ;
            odrl:action dalicc:ModifiedWorks ],
        [ a odrl:Permission ;
            odrl:action odrl:derive ;
            odrl:duty [ a odrl:Duty ;
                    odrl:action cc:Attribution ;
                    dalicc:evidence "Contains information from DATABASE NAME which is made available under the ODC Attribution License." ],
                [ a odrl:Duty ;
                    odrl:action cc:Notice ;
                    dalicc:evidence "Contains information from DATABASE NAME which is made available under the ODC Attribution License." ] ],
        [ a odrl:Permission ;
            odrl:action cc:DerivativeWorks ],
        [ a odrl:Permission ;
            odrl:action cc:CommercialUse ;
            dalicc:evidence "These rights explicitly include commercial use, and do not exclude any field of endeavour." ],
        [ a odrl:Permission ;
            odrl:action dalicc:ChangeLicense ;
            odrl:duty [ a odrl:Duty ;
                    odrl:action dalicc:compliantLicense ;
                    dalicc:convention "family rule 15: Permissive records permit relicensing" ;
                    dalicc:statementOrigin dalicc:FromConvention ] ;
            dalicc:convention "family rule 15: Permissive records permit relicensing" ;
            dalicc:statementOrigin dalicc:FromConvention ],
        [ a odrl:Permission ;
            odrl:action dalicc:suiGenerisDatabaseRights ;
            odrl:duty [ a odrl:Duty ;
                    odrl:action cc:Attribution ],
                [ a odrl:Duty ;
                    odrl:action cc:Notice ] ;
            dalicc:evidence "Subject to the terms and conditions of this License, the Licensor grants to You a worldwide, royalty-free, non-exclusive, terminable (but only under Section 9) license to Use the Database for the duration of any applicable copyright and Database Rights." ],
        [ a odrl:Permission ;
            odrl:action odrl:distribute ;
            odrl:duty [ a odrl:Duty ;
                    odrl:action cc:Attribution ;
                    dalicc:evidence "Contains information from DATABASE NAME which is made available under the ODC Attribution License." ],
                [ a odrl:Duty ;
                    odrl:action cc:Notice ;
                    dalicc:evidence "Contains information from DATABASE NAME which is made available under the ODC Attribution License." ] ],
        [ a odrl:Permission ;
            odrl:action odrl:display ],
        [ a odrl:Permission ;
            odrl:action odrl:present ],
        [ a odrl:Permission ;
            odrl:action odrl:modify ;
            odrl:duty [ a odrl:Duty ;
                    odrl:action cc:Attribution ;
                    dalicc:evidence "Contains information from DATABASE NAME which is made available under the ODC Attribution License." ],
                [ a odrl:Duty ;
                    odrl:action cc:Notice ;
                    dalicc:evidence "Contains information from DATABASE NAME which is made available under the ODC Attribution License." ] ] ;
    odrl:prohibition [ a odrl:Prohibition ;
            odrl:action dalicc:sublicense ;
            dalicc:evidence "You may not sublicense the Database." ] ;
    odrl:target [ a odrl:AssetCollection ;
            dct:type dcmitype:Dataset ] ;
    dalicc:LiabilityLimitation """Subject to any liability that may not be excluded or limited by law, the Licensor is not liable for, and expressly excludes, all liability for loss or damage however and whenever caused to anyone by any use under this License, whether by You or by anyone else, and whether caused by any fault on the part of the Licensor or not. This exclusion of liability includes, but is not limited to, any special, incidental, consequential, punitive, or exemplary damages such as loss of revenue, data, anticipated profits, and lost business. This exclusion applies even if the Licensor has been advised of the possibility of such damages.
If liability may not be excluded by law, it is limited to actual and direct financial loss to the extent it is caused by proved negligence on the part of the Licensor.""" ;
    dalicc:WarrantyDisclaimer "The Database is licensed by the Licensor \"as is\" and without any warranty of any kind, either express, implied, or arising by statute, custom, course of dealing, or trade usage. Licensor specifically disclaims any and all implied warranties or conditions of title, non-infringement, accuracy or completeness, the presence or absence of errors, fitness for a particular purpose, merchantability, or otherwise. Some jurisdictions do not allow the exclusion of implied warranties, so this exclusion may not apply to You." ;
    dalicc:reviewStatus dalicc:Reviewed ;
    dalicc:reviewedOn "2026-09-15"^^xsd:date ;
    dalicc:validityType dalicc:perpetual ;
    dalicc:versionHistory <https://dalicc.net/licenselibrary/OpenDataCommonsAttributionLicenseV10/versions> .

