@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:OpenGovernmentLicenceCanada a odrl:Set ;
    cc:attributionName "Her Majesty the Queen in right of Canada" ;
    cc:jurisdiction dalicc:worldwide ;
    cc:legalcode <https://open.canada.ca/en/open-government-licence-canada> ;
    cc:license dalicclib:CC-BY-4.0 ;
    dct:alternative "OGL-Canada-2.0",
        "Open Government Licence - Canada 2.0" ;
    dct:hasVersion "2" ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2026-09-24"^^xsd:date ;
    dct:publisher "Her Majesty the Queen in right of Canada" ;
    dct:source <https://open.canada.ca/en/open-government-licence-canada> ;
    dct:title "Open Government Licence - Canada" ;
    spdx:licenseId "OGL-Canada-2.0" ;
    odrl:permission [ a odrl:Permission ;
            odrl:action odrl:derive ],
        [ a odrl:Permission ;
            odrl:action odrl:modify ],
        [ a odrl:Permission ;
            odrl:action odrl:present ],
        [ a odrl:Permission ;
            odrl:action odrl:reproduce ],
        [ a odrl:Permission ;
            odrl:action cc:CommercialUse ;
            dalicc:evidence "Using Information under this licence * Use of any Information indicates your acceptance of the terms below. * The Information Provider grants you a worldwide, royalty-free, perpetual, non-exclusive licence to use the Information, including for commercial purposes, subject to the terms below." ],
        [ a odrl:Permission ;
            odrl:action dalicc:chargeDistributionFee ],
        [ a odrl:Permission ;
            odrl:action dalicc:chargeLicenseFee ],
        [ a odrl:Permission ;
            odrl:action dalicc:ModifiedWorks ],
        [ a odrl:Permission ;
            odrl:action dalicc:noWarrantyNotice ],
        [ 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 cc:DerivativeWorks ;
            odrl:duty [ a odrl:Duty ;
                    odrl:action cc:Attribution ],
                [ a odrl:Duty ;
                    odrl:action cc:Notice ;
                    dalicc:evidence "You must, where you do any of the above: * Acknowledge the source of the Information by including any attribution statement specified by the Information Provider(s) and, where possible, provide a link to this licence. * If the Information Provider does not provide a specific attribution statement, or if you are using Information from several information providers and multiple attributions are not practical for your product or application, you must use the following attribution statement: Contains information licensed under the Open Government Licence - Canada." ] ],
        [ a odrl:Permission ;
            odrl:action odrl:distribute ;
            odrl:duty [ a odrl:Duty ;
                    odrl:action cc:Attribution ],
                [ a odrl:Duty ;
                    odrl:action cc:Notice ;
                    dalicc:evidence "You must, where you do any of the above: * Acknowledge the source of the Information by including any attribution statement specified by the Information Provider(s) and, where possible, provide a link to this licence. * If the Information Provider does not provide a specific attribution statement, or if you are using Information from several information providers and multiple attributions are not practical for your product or application, you must use the following attribution statement: Contains information licensed under the Open Government Licence - Canada." ] ],
        [ a odrl:Permission ;
            odrl:action odrl:display ],
        [ a odrl:Permission ;
            odrl:action odrl:grantUse ] ;
    odrl:prohibition [ a odrl:Prohibition ;
            odrl:action dalicc:promote ;
            dalicc:evidence "Exemptions This licence does not grant you any right to use: * Personal Information; * third party rights the Information Provider is not authorized to license; * the names, crests, logos, or other official symbols of the Information Provider; and * Information subject to other intellectual property rights, including patents, trade-marks and official marks." ] ;
    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 excludes all representations, warranties, obligations, and liabilities, whether express or implied, to the maximum extent permitted by law.
The Information Provider is not liable for any errors or omissions in the Information, and will not under any circumstances be liable for any direct, indirect, special, incidental, consequential, or other loss, injury or damage caused by its use or otherwise arising in connection with this licence or the Information, even if specifically advised of the possibility of such loss, injury or damage.""" ;
    dalicc:reviewStatus dalicc:Reviewed ;
    dalicc:reviewedOn "2026-09-15"^^xsd:date ;
    dalicc:validityType dalicc:perpetual ;
    dalicc:versionHistory <https://dalicc.net/licenselibrary/OpenGovernmentLicenceCanada/versions> .

