@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:Bitstream-Vera a odrl:Set ;
    cc:attributionName "Bitstream, Inc." ;
    cc:jurisdiction dalicc:worldwide ;
    cc:legalcode <https://spdx.org/licenses/Bitstream-Vera.html> ;
    cc:license dalicclib:CC-BY-4.0 ;
    dct:alternative "Bitstream Vera Font License",
        "Bitstream-Vera" ;
    dct:hasVersion "2" ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2026-09-24"^^xsd:date ;
    dct:publisher "Bitstream, Inc." ;
    dct:source <https://spdx.org/licenses/Bitstream-Vera.html> ;
    dct:title "Bitstream Vera Font License"@en ;
    spdx:licenseId "Bitstream-Vera" ;
    odrl:permission [ a odrl:Permission ;
            odrl:action odrl:reproduce ],
        [ a odrl:Permission ;
            odrl:action odrl:display ],
        [ a odrl:Permission ;
            odrl:action odrl:present ],
        [ a odrl:Permission ;
            odrl:action odrl:grantUse ],
        [ a odrl:Permission ;
            odrl:action cc:CommercialUse ],
        [ 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:distribute ;
            odrl:duty [ a odrl:Duty ;
                    odrl:action cc:Attribution ],
                [ a odrl:Duty ;
                    odrl:action cc:Notice ] ],
        [ 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 odrl:modify ;
            odrl:duty [ a odrl:Duty ;
                    odrl:action cc:Attribution ],
                [ a odrl:Duty ;
                    odrl:action cc:Notice ],
                [ a odrl:Duty ;
                    odrl:action dalicc:rename ] ;
            dalicc:evidence "The Font Software may be modified, altered, or added to, and in particular the designs of glyphs or characters in the Fonts may be modified and additional glyphs or characters may be added to the Fonts, only if the fonts are renamed to names not containing either the words \"Bitstream\" or the word \"Vera\"." ],
        [ a odrl:Permission ;
            odrl:action odrl:derive ;
            odrl:duty [ a odrl:Duty ;
                    odrl:action cc:Attribution ],
                [ a odrl:Duty ;
                    odrl:action cc:Notice ],
                [ a odrl:Duty ;
                    odrl:action dalicc:rename ] ;
            dalicc:evidence "The Font Software may be modified, altered, or added to, and in particular the designs of glyphs or characters in the Fonts may be modified and additional glyphs or characters may be added to the Fonts, only if the fonts are renamed to names not containing either the words \"Bitstream\" or the word \"Vera\"." ] ;
    odrl:prohibition [ a odrl:Prohibition ;
            odrl:action dalicc:promote ;
            dalicc:evidence "Except as contained in this notice, the names of Gnome, the Gnome Foundation, and Bitstream Inc., shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Font Software without prior written authorization from the Gnome Foundation or Bitstream Inc., respectively." ],
        [ a odrl:Prohibition ;
            odrl:action dalicc:sellCopy ;
            dalicc:evidence "The Font Software may be sold as part of a larger software package but no copy of one or more of the Font Software typefaces may be sold by itself." ] ;
    odrl:target [ a odrl:AssetCollection ;
            dct:type dcmitype:Software,
                dalicc:CreativeWork ] ;
    dalicc:LiabilityLimitation "IN NO EVENT SHALL BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE." ;
    dalicc:WarrantyDisclaimer "THE FONT SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT." ;
    dalicc:additionalClauses "Except as contained in this notice, the names of Gnome, the Gnome Foundation, and Bitstream Inc., shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Font Software without prior written authorization from the Gnome Foundation or Bitstream Inc., respectively.",
        "The Font Software may be modified, altered, or added to, and in particular the designs of glyphs or characters in the Fonts may be modified and additional glyphs or characters may be added to the Fonts, only if the fonts are renamed to names not containing either the words \"Bitstream\" or the word \"Vera\".",
        "The Font Software may be sold as part of a larger software package but no copy of one or more of the Font Software typefaces may be sold by itself.",
        "The above copyright and trademark notices and this permission notice shall be included in all copies of one or more of the Font Software typefaces.",
        "This License becomes null and void to the extent applicable to Fonts or Font Software that has been modified and is distributed under the \"Bitstream Vera\" names." ;
    dalicc:reviewStatus dalicc:Created ;
    dalicc:reviewedOn "2026-09-22"^^xsd:date ;
    dalicc:terminatesOnBreach true ;
    dalicc:validityType dalicc:perpetual ;
    dalicc:versionHistory <https://dalicc.net/licenselibrary/Bitstream-Vera/versions> .

