@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/> .

dalicclib:UkOpenGovernmentLicenseForPublicSectorInformation a odrl:Set ;
    cc:attributionName "UK Government" ;
    cc:jurisdiction dalicc:worldwide ;
    cc:legalcode <http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/> ;
    cc:license dalicclib:CC-BY-4.0 ;
    dct:alternative "Open Government License" ;
    dct:publisher "UK Government" ;
    dct:source <http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/> ;
    dct:title "UK Open Government License for Public Sector Information" ;
    odrl:permission [ a odrl:Permission ;
            odrl:action odrl:derive ],
        [ 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:chargeLicenseFee ],
        [ a odrl:Permission ;
            odrl:action dalicc:noWarrantyNotice ],
        [ a odrl:Permission ;
            odrl:action cc:DerivativeWorks ;
            odrl:duty [ a odrl:Duty ;
                    odrl:action cc:Attribution ] ],
        [ a odrl:Permission ;
            odrl:action odrl:distribute ;
            odrl:duty [ a odrl:Duty ;
                    odrl:action cc:Attribution ] ],
        [ a odrl:Permission ;
            odrl:action odrl:display ],
        [ a odrl:Permission ;
            odrl:action odrl:grantUse ],
        [ a odrl:Permission ;
            odrl:action odrl:modify ],
        [ a odrl:Permission ;
            odrl:action odrl:present ] ;
    odrl:prohibition [ a odrl:Prohibition ;
            odrl:action cc:ShareAlike ],
        [ a odrl:Prohibition ;
            odrl:action dalicc:addStatement ],
        [ a odrl:Prohibition ;
            odrl:action dalicc:promote ] ;
    odrl:target [ a odrl:AssetCollection ;
            dct:type dcmitype:Dataset,
                dcmitype:Software,
                dalicc:CreativeWork ] ;
    dalicc:WarrantyDisclaimer """The Information is licensed 'as is' and the Information Provider and/or Licensor excludes all representations, warranties, obligations and liabilities in relation to the Information to the maximum extent permitted by law.
The Information Provider and/or Licensor are not liable for any errors or omissions in the Information and shall not be liable for any loss, injury or damage of any kind caused by its use. The Information Provider does not guarantee the continued supply of the Information.""" ;
    dalicc:validityType dalicc:perpetual .

