@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:Apache-1.1 a odrl:Set ;
    cc:attributionName "The Apache Software Foundation" ;
    cc:jurisdiction dalicc:worldwide ;
    cc:legalcode <http://www.apache.org/licenses/LICENSE-1.1> ;
    cc:license dalicclib:CC-BY-4.0 ;
    dct:alternative "Apache 1.1",
        "Apache License 1.1",
        "Apache License Version 1.1",
        "Apache Version 1.1" ;
    dct:hasVersion "2" ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2026-09-24"^^xsd:date ;
    dct:publisher "The Apache Software Foundation" ;
    dct:source <http://www.apache.org/licenses/LICENSE-1.1> ;
    dct:title "Apache License, Version 1.1"@en ;
    spdx:licenseId "Apache-1.1" ;
    odrl:permission [ a odrl:Permission ;
            odrl:action odrl:display ],
        [ a odrl:Permission ;
            odrl:action odrl:derive ;
            odrl:duty [ a odrl:Duty ;
                    odrl:action cc:Attribution ],
                [ a odrl:Duty ;
                    odrl:action dalicc:modificationNotice ],
                [ a odrl:Duty ;
                    odrl:action cc:Notice ;
                    dalicc:evidence "Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer." ] ],
        [ 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 ],
        [ a odrl:Permission ;
            odrl:action dalicc:ModifiedWorks ],
        [ a odrl:Permission ;
            odrl:action dalicc:chargeDistributionFee ],
        [ a odrl:Permission ;
            odrl:action odrl:present ],
        [ 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 "Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer." ] ],
        [ a odrl:Permission ;
            odrl:action odrl:reproduce ],
        [ a odrl:Permission ;
            odrl:action cc:CommercialUse ],
        [ a odrl:Permission ;
            odrl:action odrl:modify ;
            odrl:duty [ a odrl:Duty ;
                    odrl:action cc:Attribution ],
                [ a odrl:Duty ;
                    odrl:action dalicc:modificationNotice ],
                [ a odrl:Duty ;
                    odrl:action dalicc:rename ],
                [ a odrl:Duty ;
                    odrl:action cc:Notice ;
                    dalicc:evidence "Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer." ] ] ;
    odrl:prohibition [ a odrl:Prohibition ;
            odrl:action dalicc:promote ] ;
    odrl:target [ a odrl:AssetCollection ;
            dct:type dcmitype:Dataset,
                dcmitype:Software,
                dalicc:CreativeWork ] ;
    dalicc:PromotionSpecification "This product includes software developed by the Apache Group for use in the Apache HTTP server project (http://www.apache.org/)" ;
    dalicc:additionalClauses "Products derived from this software may not be called \"Apache\", nor may \"Apache\" appear in their name, without prior written permission of the Apache Software Foundation." ;
    dalicc:reviewStatus dalicc:Reviewed ;
    dalicc:reviewedOn "2026-09-15"^^xsd:date ;
    dalicc:validityType dalicc:perpetual ;
    dalicc:variantKind "version" ;
    dalicc:versionHistory <https://dalicc.net/licenselibrary/Apache-1.1/versions> .

