@prefix bpicounty: <http://www.bpiresearch.com/BPMO/2004/03/03/cdl/Countries#> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix dalicc: <https://dalicc.net/ns#> .
@prefix dcmitype: <http://purl.org/dc/dcmitype/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix odrl: <http://www.w3.org/ns/odrl/2/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

owl:sameAs a dalicc:DependencyRelation ;
    rdfs:label "Same as"@en ;
    rdfs:comment "The two actions denote the same act in different vocabularies."@en ;
    rdfs:isDefinedBy owl: ;
    skos:scopeNote """Synonymy: the two actions denote the same act in different vocabularies
(cc:Attribution sameAs odrl:attribute), so a statement about one is a statement about the other.
8 statements in the default dependency graph."""@en .

odrl:implies a dalicc:DependencyRelation ;
    rdfs:label "Implies"@en ;
    dct:source <https://dalicc.github.io/> ;
    rdfs:comment "Exercising the subject action requires that the object action is not prohibited."@en ;
    rdfs:isDefinedBy odrl: ;
    skos:historyNote "An Action asserts that another Action is not prohibited to enable its operational semantics."@en ;
    skos:scopeNote """Entailment: permitting the subject action necessarily permits the object
action as well (odrl:modify implies cc:SourceCode). 7 statements in the default dependency
graph."""@en .

odrl:includedIn a dalicc:DependencyRelation ;
    rdfs:label "Included in"@en ;
    dct:source <https://dalicc.github.io/> ;
    rdfs:comment "Exercising the subject action is a way of exercising the object action."@en ;
    rdfs:isDefinedBy odrl: ;
    skos:historyNote "An Action transitively asserts that another Action that encompasses its operational semantics."@en ;
    skos:scopeNote """Action subsumption: exercising the subject action is a way of exercising the
object action, so a permission or prohibition on the object also covers the subject
(odrl:sell includedIn odrl:commercialize). 23 statements in the default dependency graph."""@en .

dalicc:BR a owl:NamedIndividual,
        skos:Concept,
        dalicc:Jurisdiction ;
    rdfs:label "Brazil"@en ;
    rdfs:comment "The Federative Republic of Brazil."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso cc:jurisdiction ;
    skos:member bpicounty:Brazil ;
    skos:prefLabel "BR"@en .

dalicc:CN a owl:NamedIndividual,
        skos:Concept,
        dalicc:Jurisdiction ;
    rdfs:label "China"@en ;
    rdfs:comment "The People's Republic of China, excluding the special administrative regions, whose copyright law is separate."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso cc:jurisdiction ;
    skos:member bpicounty:China ;
    skos:prefLabel "CN"@en .

dalicc:GB a owl:NamedIndividual,
        skos:Concept,
        dalicc:Jurisdiction ;
    rdfs:label "United Kingdom"@en ;
    rdfs:comment "The United Kingdom of Great Britain and Northern Ireland, which kept the database right and the mining exception it had as a member state and has diverged since."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso cc:jurisdiction,
        dalicc:EU ;
    skos:member bpicounty:UnitedKingdom ;
    skos:prefLabel "GB"@en .

dalicc:Hardware a owl:Class,
        dalicc:AssetType ;
    rdfs:label "Hardware"@en ;
    dct:source <https://dalicc.net/licenselibrary/CERN-OHL-S-2.0> ;
    rdfs:comment """A physical product, or the design material from which one is made: schematics,
layouts, mechanical drawings, bills of material and the firmware that belongs to them. The open
hardware licenses govern the design material and reach the product made from it."""@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dcmitype:Software,
        dalicc:CreativeWork ;
    skos:scopeNote "Used as a value of dct:type on the odrl:AssetCollection that an odrl:Set targets, alongside dcmitype:Software, dcmitype:Dataset and dalicc:CreativeWork. Carried by the three CERN Open Hardware Licence records."@en .

dalicc:IN a owl:NamedIndividual,
        skos:Concept,
        dalicc:Jurisdiction ;
    rdfs:label "India"@en ;
    rdfs:comment "The Republic of India."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso cc:jurisdiction ;
    skos:member bpicounty:India ;
    skos:prefLabel "IN"@en .

dalicc:JP a owl:NamedIndividual,
        skos:Concept,
        dalicc:Jurisdiction ;
    rdfs:label "Japan"@en ;
    rdfs:comment "Japan, whose copyright law is national and applies throughout the country."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso cc:jurisdiction ;
    skos:member bpicounty:Japan ;
    skos:prefLabel "JP"@en .

dalicc:LiabilityLimitation a owl:DatatypeProperty ;
    rdfs:label "Limitation of liability"@en ;
    rdfs:comment "The verbatim text of the limitation-of-liability clause of the license."@en ;
    rdfs:domain odrl:Set ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range xsd:string ;
    skos:scopeNote "Present on 301 of 343 licenses."@en .

dalicc:RequiredByDefault a owl:NamedIndividual,
        skos:Concept,
        dalicc:DefaultOutcome ;
    rdfs:label "Required by default"@en ;
    rdfs:comment """A duty applies unless the license waives it. A check under a graph that adopts
the rule reads the silence as a license-wide duty and marks the finding as coming from the
rule."""@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso odrl:duty,
        dalicc:NotWaivable ;
    skos:prefLabel "requiredByDefault"@en .

dalicc:US a owl:NamedIndividual,
        skos:Concept,
        dalicc:Jurisdiction ;
    rdfs:label "United States"@en ;
    rdfs:comment "The United States of America, whose copyright law is federal."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso cc:jurisdiction ;
    skos:member bpicounty:UnitedStates ;
    skos:prefLabel "US"@en .

dalicc:WarrantyOrLiabilityAcceptance a owl:DatatypeProperty ;
    rdfs:label "Warranty or liability acceptance"@en ;
    rdfs:comment "The verbatim text of a clause under which the licensee may offer a warranty or accept additional liability."@en ;
    rdfs:domain odrl:Set ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range xsd:string .

dalicc:advertisingAcknowledgement a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:DutyAction ;
    rdfs:label "Advertising acknowledgement"@en ;
    rdfs:comment "Displaying a prescribed acknowledgement, whose wording dalicc:PromotionSpecification carries, in every advertisement that mentions the work or its use."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso cc:Attribution,
        dalicc:PromotionSpecification,
        dalicc:promote ;
    skos:note "Added by the standard-license addition of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 3 license records by the standard-license addition of 2026-09-15."@en ;
    skos:scopeNote "Carried by RSCPL and by BSD-4-Clause, the two records whose texts carry the BSD advertising clause."@en .

dalicc:alternativeConditionSet a owl:DatatypeProperty ;
    rdfs:label "Alternative condition set"@en ;
    rdfs:comment """A statement that the license lets the licensee satisfy any one of several
listed conditions rather than all of them. The deontic model has no way to say "one of these", so
the alternatives are quoted and this property records that they are alternatives."""@en ;
    rdfs:domain odrl:Set ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range xsd:string ;
    rdfs:seeAlso odrl:duty,
        dalicc:additionalClauses ;
    skos:note "Added by the standard-license addition of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 3 license records by the standard-license addition of 2026-09-15."@en .

dalicc:appliesTo a owl:ObjectProperty ;
    rdfs:label "Applies to"@en ;
    rdfs:comment "Relates a default rule to the action it is about."@en ;
    rdfs:domain dalicc:DefaultRule ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range odrl:Action ;
    rdfs:seeAlso odrl:action,
        dalicc:DefaultRule .

dalicc:applyTechnicalProtectionMeasures a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:RuleAction ;
    rdfs:label "Apply technical protection measures"@en ;
    rdfs:comment "Applying technological measures that control access to the work or its use."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso odrl:distribute,
        dalicc:addLimitation ;
    skos:note "Added by the license library review of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 2 license records by the standard-license addition of 2026-09-15."@en .

dalicc:compatibleWith a owl:ObjectProperty ;
    rdfs:label "Compatible with"@en ;
    rdfs:comment """The license lets a work under it be released, alone or combined with other
material, under the other license, as its own text or its licensor's published compatibility list
states; the relation is directed, not symmetric, so it says nothing about the opposite way."""@en ;
    rdfs:domain odrl:Set ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range odrl:Set ;
    rdfs:seeAlso cc:ShareAlike,
        dalicc:compatibleLicenseTest,
        dalicc:compliantLicense ;
    skos:note "Added with version 2 of the vocabulary."@en ;
    skos:scopeNote "Examples: LGPL-3.0 is compatible with GPL-3.0 by its section 2, AGPL-3.0 with GPL-3.0 by section 13 of GPL-3.0, and CC BY-SA 4.0 with GPL-3.0 by the Creative Commons list of compatible licenses. Read by the reasoner as a one-way permission to relicense."@en .

dalicc:composedOf a owl:ObjectProperty ;
    rdfs:label "Composed of"@en ;
    rdfs:comment """Relates a license that is a stack of separate agreements to one of the
agreements it is made of. A licensee of the stack must comply with every one of them, so the
compatibility answer for the stack is the conjunction of the answers for its parts."""@en ;
    rdfs:domain odrl:Set ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range odrl:Set ;
    rdfs:seeAlso dct:hasPart,
        dalicc:jurisdictionPortOf ;
    skos:note "Added by the standard-license addition of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 1 license record by the standard-license addition of 2026-09-15."@en ;
    skos:scopeNote "Carried by Python-2.0.1, which is four agreements published as one license."@en .

dalicc:conditionalAddLimitation a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:RuleAction ;
    rdfs:label "Conditional add limitation"@en ;
    rdfs:comment "Adding a further condition to the license terms only in the narrow circumstances the license names, such as a statute, a court order or national security."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:addLimitation,
        dalicc:additionalClauses ;
    skos:note "Added by the standard-license addition of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 1 license record by the standard-license addition of 2026-09-15."@en ;
    skos:scopeNote "Carried by OSET-PL-2.1, whose section 3.2 allows further conditions only to the extent statute, judicial order, regulation, national security or the public interest requires."@en .

dalicc:contradicts a owl:ObjectProperty,
        owl:SymmetricProperty,
        dalicc:DependencyRelation ;
    rdfs:label "Contradicts"@en ;
    dct:source <https://dalicc.github.io/> ;
    rdfs:comment "Two actions that cannot both be exercised under one policy."@en ;
    rdfs:domain odrl:Action ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range odrl:Action ;
    skos:historyNote "An Action contradicts with another Action."@en ;
    skos:scopeNote "If one license permits the subject action while another requires or permits the object action, the two are incompatible; the compatibility checker reports this as a conflicting statement. Asserted once in the default dependency graph: odrl:ensureExclusivity contradicts odrl:commercialize. The pair cc:ShareAlike contradicts odrl:grantUse was removed on 2026-09-15: passing the same terms on is the normal way to satisfy a share-alike condition, not a contradiction of it."@en .

dalicc:contributionGrantBack a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:DutyAction ;
    rdfs:label "Contribution grant back"@en ;
    rdfs:comment "Granting the licensor, or every other licensee, a license over one's own changes to the work, so that they can travel back into the original."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso cc:SourceCode,
        dalicc:sublicense ;
    skos:note "Added by the standard-license addition of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 3 license records by the standard-license addition of 2026-09-15."@en ;
    skos:scopeNote "Carried by EUDatagrid, OCLC-2.0 and Vim, whose texts either ask for the changes or grant the steward a license over them."@en .

dalicc:covenantNotToSue a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:RuleAction ;
    rdfs:label "Covenant not to sue"@en ;
    rdfs:comment "Undertaking not to bring a claim against the licensee or later recipients over uses made under the license."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:patentFree,
        dalicc:patentGrant ;
    skos:note "Added by the standard-license addition of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 2 license records by the standard-license addition of 2026-09-15."@en ;
    skos:scopeNote "Wider than a patent grant, because it reaches every cause of action the licensor might have, and narrower, because it grants nothing and only promises not to enforce. Carried by the two Microsoft use of data agreements, whose section 2 says the data provider will not sue the licensee or any downstream recipient over the use, modification or distribution of the data."@en .

dalicc:deprecatedOn a owl:DatatypeProperty ;
    rdfs:label "Deprecated on"@en ;
    rdfs:comment "The date from which a composed license is no longer current, because its publisher withdrew it or a newer version replaced it."@en ;
    rdfs:domain odrl:Set ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range xsd:date ;
    rdfs:seeAlso dct:isReplacedBy,
        owl:deprecated ;
    skos:note "Added with version 2 of the vocabulary. The composer wrote it before the vocabulary defined it."@en ;
    skos:scopeNote "Written by the License Composer beside owl:deprecated true; with dct:isReplacedBy the license is superseded, without it withdrawn. No curated record carries it."@en .

dalicc:derivativeDatabaseAccess a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:DutyAction ;
    rdfs:label "Derivative database access"@en ;
    rdfs:comment """Offering the recipients of a derivative database access to the derivative
database itself, or to a file recording the alterations made to the original."""@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso cc:SourceCode,
        dalicc:suiGenerisDatabaseRights ;
    skos:note "Added by the license library review of 2026-09-15, which recorded the clause as a vocabulary gap. Defined here so the gap is named; the review applied it to no license record."@en .

dalicc:downstreamOffer a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:DutyAction ;
    rdfs:label "Downstream offer"@en ;
    rdfs:comment "Offering every recipient of the work a license on the same terms directly from the licensor, rather than through the distributing licensee."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso odrl:distribute,
        dalicc:sublicense ;
    skos:note "Added by the license library review of 2026-09-15, which recorded the clause as a vocabulary gap. Defined here so the gap is named; the review applied it to no license record."@en .

dalicc:exportControlNotice a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:DutyAction ;
    rdfs:label "Export control notice"@en ;
    rdfs:comment """Complying with the export and import laws that reach the work, and passing
the notice of them on to every recipient."""@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso cc:Notice,
        dalicc:additionalClauses ;
    skos:note "Added by the standard-license addition of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 3 license records by the standard-license addition of 2026-09-15."@en ;
    skos:scopeNote "Carried by NASA-1.3, RPL-1.1 and RPL-1.5."@en .

dalicc:extendsGraph a owl:ObjectProperty ;
    rdfs:label "Extends graph (deprecated)"@en ;
    dct:isReplacedBy dalicc:basedOnGraph ;
    rdfs:comment "Deprecated; replaced by dalicc:basedOnGraph. Related a dependency graph to a graph whose statements it was read together with."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:DefaultRule,
        dalicc:DependencyRelation,
        dalicc:basedOnGraph ;
    owl:deprecated true ;
    skos:note "Deprecated when the jurisdiction graphs became complete graphs. dalicc:basedOnGraph is not a drop-in replacement: it records where a complete graph was built from and is never followed by the reasoner."@en ;
    skos:scopeNote "No longer resolved. Every published dependency graph is complete: it holds every axiom and every rule a check under it reads, and neither app/services/depgraph.py nor the reasoner follows a link to another graph. A graph that still carries this property is read as complete, and the link is ignored with a warning in the log."@en .

dalicc:governmentRightsLimitation a owl:DatatypeProperty ;
    rdfs:label "Government rights limitation"@en ;
    rdfs:comment """A clause limiting the rights a government end user acquires in the work, or
making the governing law depend on which government the licensee is."""@en ;
    rdfs:domain odrl:Set ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range xsd:string ;
    rdfs:seeAlso dalicc:additionalClauses,
        dalicc:governingLaw ;
    skos:note "Added by the standard-license addition of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 1 license record by the standard-license addition of 2026-09-15."@en .

dalicc:inJurisdiction a owl:ObjectProperty ;
    rdfs:label "In jurisdiction"@en ;
    rdfs:comment """Relates a default rule to the territory it holds in: dalicc:worldwide, one of
the region concepts this vocabulary defines, or a BPI country IRI, which is the scheme
cc:jurisdiction uses on the records."""@en ;
    rdfs:domain dalicc:DefaultRule ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range dalicc:Jurisdiction ;
    rdfs:seeAlso cc:jurisdiction,
        dalicc:Jurisdiction .

dalicc:includeNoticeFile a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:DutyAction ;
    rdfs:label "Include notice file"@en ;
    rdfs:comment "Carrying a named notice file of the original work into every redistributed copy and every derivative work."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso cc:Notice,
        dalicc:attributionNotice ;
    skos:note "Added by the license library review of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 3 license records by the standard-license addition of 2026-09-15."@en .

dalicc:licenseOwner a owl:DatatypeProperty ;
    rdfs:label "License owner"@en ;
    rdfs:comment "The name of the party that owns the rights in the licensed work, as the licensor gave it when composing the license."@en ;
    rdfs:domain odrl:Set ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range xsd:string ;
    rdfs:seeAlso dct:publisher,
        odrl:assigner ;
    skos:note "Written by the DALICC license composer onto user-composed licenses; no license of the published library carries it."@en .

dalicc:licenseText a owl:DatatypeProperty ;
    rdfs:label "License text"@en ;
    rdfs:comment """The full text of a license as its licensor publishes it, carried by the
record itself. Curated records point at the authoritative text with cc:legalcode and quote
single clauses in dalicc:WarrantyDisclaimer, dalicc:LiabilityLimitation and
dalicc:additionalClauses; a composed license may carry the text written for it, for example
by License-to-Text after the licensor has checked it."""@en ;
    rdfs:domain odrl:Set ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range xsd:string ;
    rdfs:seeAlso cc:legalcode,
        dalicc:additionalClauses ;
    skos:note "Written by the DALICC license composer onto user-composed licenses; no license of the published library carries it."@en .

dalicc:licenseVersion a owl:DatatypeProperty ;
    rdfs:label "License version"@en ;
    rdfs:comment """The version of the license text the record models, as the publisher numbers
it, for example 2.0 or 3.0. It says nothing about the version of the DALICC model of that text,
which dct:hasVersion carries."""@en ;
    rdfs:domain odrl:Set ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range xsd:string ;
    rdfs:seeAlso dct:hasVersion,
        dalicc:jurisdictionPortOf ;
    skos:scopeNote "Carried by the 287 Creative Commons jurisdiction ports, whose parent is the 4.0 International record of the same element set, and by the two GNU records that always named their version."@en .

dalicc:orLaterVersionOption a owl:DatatypeProperty ;
    rdfs:label "Or later version option"@en ;
    rdfs:comment "Whether the license text lets the licensee choose a later version of the same license instead of the one named."@en ;
    rdfs:domain odrl:Set ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range xsd:boolean ;
    rdfs:seeAlso dct:hasVersion,
        dalicc:ChangeLicense ;
    skos:scopeNote "False says the record models the named version only. Carried by the four GNU records, each with the value false: none of them models an or-later text."@en .

dalicc:originalVersionOffer a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:DutyAction ;
    rdfs:label "Original version offer"@en ;
    rdfs:comment """Giving every recipient of a modified work a way back to the original: the
unmodified version itself, a difference file, or instructions for obtaining it."""@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso cc:SourceCode,
        dalicc:modificationNotice ;
    skos:note "Added by the standard-license addition of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 1 license record by the standard-license addition of 2026-09-15."@en ;
    skos:scopeNote "Carried by IPA and OGTSL, whose texts require the original version, or the means of returning to it, to travel with the modified one."@en .

dalicc:patentFreedomCondition a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:DutyAction ;
    rdfs:label "Patent freedom condition"@en ;
    rdfs:comment "Distributing the work only where every patent that reads on it is licensed for free and unrestricted use by everyone."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:addLimitation,
        dalicc:patentFree,
        dalicc:patentGrant ;
    skos:note "Added by the standard-license addition of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 3 license records by the standard-license addition of 2026-09-15."@en ;
    skos:scopeNote "Carried by LGPL-2.0-only and LGPL-2.1-only (section 11, the liberty-or-death clause) and by OCLC-2.0."@en .

dalicc:permissionNotice a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:DutyAction ;
    rdfs:label "Permission notice (deprecated)"@en ;
    dct:isReplacedBy cc:Notice ;
    dct:source <https://dalicc.github.io/> ;
    rdfs:comment "Deprecated; replaced by cc:Notice, because the library states notice duties with it. Including the permission notice of the license with the work."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso cc:Notice,
        odrl:AttachPolicy ;
    owl:deprecated true ;
    skos:closeMatch cc:Notice ;
    skos:historyNote "The permission notices which are in the License shall be included."@en ;
    skos:note "Defined in the 2022 documentation; not used by any license in the current library; the library uses cc:Notice instead."@en .

dalicc:perpetual a owl:NamedIndividual,
        skos:Concept,
        dalicc:ValidityType ;
    rdfs:label "Perpetual"@en ;
    dct:source <https://dalicc.github.io/> ;
    rdfs:comment "The license has no time limit."@en ;
    rdfs:isDefinedBy dalicc: ;
    skos:historyNote "A perpetual license allows to use the licensed work indefinitely."@en ;
    skos:prefLabel "perpetual"@en ;
    skos:scopeNote "Where it does not apply, a start and an end date or a period are given instead. The value of dalicc:validityType on 342 of 343 licenses."@en .

dalicc:provideUserData a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:DutyAction ;
    rdfs:label "Provide user data"@en ;
    rdfs:comment """Handing a recipient a no-charge copy, in a commonly used electronic form, of
the data about that recipient which the licensee holds because of the work."""@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso cc:SourceCode,
        dalicc:networkUseTrigger ;
    skos:note "Added by the standard-license addition of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 2 license records by the standard-license addition of 2026-09-15."@en ;
    skos:scopeNote "Carried by the two Cryptographic Autonomy License records, whose section 4.2.1 is the clause the license is named for."@en .

dalicc:publicationNonObstruction a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:RuleAction ;
    rdfs:label "Publication non-obstruction"@en ;
    rdfs:comment "Restricting or deterring a recipient of the work from publishing it, or from recording it and the grants of rights in it."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso odrl:distribute,
        dalicc:addLimitation ;
    skos:note "Added by the standard-license addition of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 1 license record by the standard-license addition of 2026-09-15."@en ;
    skos:scopeNote "Carried by CDLA-Sharing-1.0, whose section 3.3 forbids restricting or deterring publication of the data by a recipient."@en .

dalicc:publish a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:RuleAction ;
    rdfs:label "Publish (deprecated)"@en ;
    dct:isReplacedBy odrl:distribute ;
    dct:source <https://dalicc.github.io/> ;
    rdfs:comment "Deprecated; replaced by odrl:distribute, because issuing the work to the public is distributing it. Preparing and issuing the work for the public, in print or online."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso odrl:distribute,
        odrl:present ;
    owl:deprecated true ;
    skos:historyNote """The Assigner permits the Assignee to prepare and issue (a book, journal) for
public sale to make it generally known, to make available online."""@en ;
    skos:note "Defined in the 2022 documentation; not used by any license in the current library."@en .

dalicc:recipientAssent a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:DutyAction ;
    rdfs:label "Recipient assent"@en ;
    rdfs:comment """Making a reasonable effort to obtain the express assent of a recipient to the
terms of the license before the work reaches them, rather than relying on the notice alone."""@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso cc:Notice,
        odrl:distribute ;
    skos:note "Added by the standard-license addition of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 6 license records by the standard-license addition of 2026-09-15."@en ;
    skos:scopeNote "Carried by the Academic Free and Open Software licenses from version 2.0 on, whose Attribution Rights clause asks for the express assent of recipients."@en .

dalicc:recipientRegistrationRequest a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:DutyAction ;
    rdfs:label "Recipient registration request"@en ;
    rdfs:comment """Asking, without requiring, that a recipient register as a user of the work
and report the modifications they make to it, so that the steward can keep a record."""@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso cc:Notice,
        dalicc:modificationNotice ;
    skos:note "Added by the standard-license addition of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 1 license record by the standard-license addition of 2026-09-15."@en ;
    skos:scopeNote "Carried by NASA-1.3, whose recipient is asked to register and to report modifications."@en .

dalicc:redistribute a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:RuleAction ;
    rdfs:label "Redistribute (deprecated)"@en ;
    dct:isReplacedBy odrl:distribute ;
    dct:source <https://dalicc.github.io/> ;
    rdfs:comment "Deprecated; replaced by odrl:distribute, because it names the same act. Passing copies of the work on to others."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso odrl:distribute ;
    owl:deprecated true ;
    skos:closeMatch odrl:distribute ;
    skos:historyNote "The Assigner permits/prohibits the Assignees to redistribute the Asset."@en ;
    skos:note "Defined in the 2022 documentation; not used by any license in the current library."@en .

dalicc:rename a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:DutyAction ;
    rdfs:label "Rename"@en ;
    rdfs:comment "Giving a modified or derived work a name that tells it apart from the original."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso odrl:derive,
        dalicc:ModifiedWorks .

dalicc:reverseEngineerForInteroperability a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:RuleAction ;
    rdfs:label "Reverse engineer for interoperability"@en ;
    rdfs:comment "Decompiling or otherwise analysing a program only so far as is needed to make an independently created program work with it."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso cc:SourceCode,
        odrl:extract,
        dalicc:textAndDataMining ;
    skos:note "Added with version 2 of the vocabulary so that the European interoperability exception can be stated as a default rule; not used by any license in the current library."@en ;
    skos:scopeNote "Narrower than reverse engineering at large: the purpose is interoperability and nothing else."@en .

dalicc:royaltyCollectionReserved a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:DutyAction,
        dalicc:RuleAction ;
    rdfs:label "Royalty collection reserved"@en ;
    rdfs:comment "Collecting royalties for uses of the work, individually or through a collecting society, under a right the licensor keeps."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso cc:CommercialUse,
        dalicc:royaltyFree ;
    skos:note "Added by the license library review of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 9 license records by the standard-license addition of 2026-09-15."@en .

dalicc:ruleExplanation a owl:DatatypeProperty ;
    rdfs:label "Rule explanation"@en ;
    rdfs:comment "Two or three plain sentences that say what a default rule, an axiom removal or a replacement does and why the law it rests on leads there. dalicc:ruleBasis is the citation, this is the reading of it."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range rdf:langString ;
    rdfs:seeAlso dalicc:AxiomRemoval,
        dalicc:DefaultRule,
        dalicc:ruleBasis ;
    skos:note "Added with version 2 of the vocabulary."@en ;
    skos:scopeNote "Carried by every default rule and every axiom removal of the shipped dependency graphs, and shown next to the rule on the graph pages, in the comparator and in every check result where the rule fired. It is not legal advice."@en .

dalicc:sellCopy a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:RuleAction ;
    rdfs:label "Sell copy"@en ;
    dct:source <https://dalicc.github.io/> ;
    rdfs:comment "Selling copies of the work."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso odrl:reproduce,
        odrl:sell ;
    skos:closeMatch odrl:sell ;
    skos:historyNote "The Assignee may sell the copies of the License Material."@en ;
    skos:note "Defined in the 2022 documentation; used by 3 license records since 2026-09-15."@en .

dalicc:sourcePublicationPeriod a owl:DatatypeProperty ;
    rdfs:label "Source publication period"@en ;
    rdfs:comment """How long the source code a license requires to be published must stay
available, and from when, as a short literal such as "12 months from first deployment"."""@en ;
    rdfs:domain odrl:Set ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range xsd:string ;
    rdfs:seeAlso cc:SourceCode,
        dalicc:networkUseTrigger ;
    skos:note "Added by the standard-license addition of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 7 license records by the standard-license addition of 2026-09-15."@en .

dalicc:specifyDate a owl:NamedIndividual,
        skos:Concept,
        dalicc:ValidityType ;
    rdfs:label "Specify date"@en ;
    rdfs:comment "The license is valid between an explicit start date and end date, given as schema:startDate and schema:endDate on the policy."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso schema1:endDate,
        schema1:startDate ;
    skos:note "Written by the DALICC license composer; no license of the published library uses it."@en ;
    skos:prefLabel "specifyDate"@en .

dalicc:specifyPeriod a owl:NamedIndividual,
        skos:Concept,
        dalicc:ValidityType ;
    rdfs:label "Specify period"@en ;
    rdfs:comment "The license is valid for a duration counted from the moment it is granted, given as schema:validFor on the policy."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso schema1:validFor ;
    skos:note "Written by the DALICC license composer; no license of the published library uses it."@en ;
    skos:prefLabel "specifyPeriod"@en .

dalicc:standardsConformance a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:DutyAction ;
    rdfs:label "Standards conformance"@en ;
    rdfs:comment "Keeping a modified version in conformity with an external technical standard the license names."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso cc:ShareAlike,
        dalicc:modificationNotice ;
    skos:note "Added by the standard-license addition of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 1 license record by the standard-license addition of 2026-09-15."@en ;
    skos:scopeNote "Where the modification departs from the named standard, the license attaches duties that a conforming modification does not carry. Carried by SISSL, whose reciprocity is triggered not by modification but by a modification that departs from the named Standard."@en .

dalicc:sublicenseSurvival a owl:DatatypeProperty ;
    rdfs:label "Sublicense survival"@en ;
    rdfs:comment "Whether the licenses a licensee has validly granted to third parties survive the end of the licensee's own license."@en ;
    rdfs:domain odrl:Set ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range xsd:boolean ;
    rdfs:seeAlso dalicc:sublicense,
        dalicc:terminatesOnBreach ;
    skos:note "Added by the standard-license addition of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 11 license records by the standard-license addition of 2026-09-15."@en .

dalicc:validityType a owl:ObjectProperty ;
    rdfs:label "Validity type"@en ;
    rdfs:comment "Relates a license to the kind of validity period it has: dalicc:perpetual, dalicc:specifyDate or dalicc:specifyPeriod."@en ;
    rdfs:domain odrl:Set ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range dalicc:ValidityType ;
    skos:scopeNote "Present on 342 of 343 licenses, always with the value dalicc:perpetual."@en .

dalicc:variantOf a owl:ObjectProperty ;
    rdfs:label "Variant of"@en ;
    rdfs:comment """The record this record is a version-option, exception or rider variant of.
The variant keeps the base text and changes what the base grants or requires: an or-later
identifier adds the option of a later version of the same license, an exception lifts one
condition for named material, and a rider adds a condition of its own."""@en ;
    rdfs:domain odrl:Set ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range odrl:Set ;
    rdfs:seeAlso dalicc:exceptedCombination,
        dalicc:jurisdictionPortOf,
        dalicc:variantKind ;
    rdfs:subPropertyOf dct:relation ;
    skos:note "Added on 2026-09-23 with the records for the or-later identifiers, the SPDX exception combinations and the Commons Clause rider. dalicc:jurisdictionPortOf stays the relation for a jurisdiction port."@en .

dalicc:versionHistory a owl:ObjectProperty ;
    rdfs:label "Version history"@en ;
    rdfs:comment """Relates a curated model to the list of its versions. Every version the model
ever had stays retrievable there, with the change log that says what was altered, when, by whom
and on the strength of which finding or decision."""@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dct:hasVersion,
        dct:modified,
        dalicc:reviewedOn ;
    skos:scopeNote "Carried by every record of the library, by the dependency graph and by this vocabulary. The object dereferences to the version list of that model."@en .

dalicc:Adopted a owl:NamedIndividual,
        skos:Concept,
        dalicc:RuleStatus ;
    rdfs:label "Adopted"@en ;
    rdfs:comment """The rule takes part in reasoning under every graph that carries it. Only a rule
the library has adopted is applied when a reader chooses nothing."""@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:Proposed,
        dalicc:ruleStatus ;
    skos:prefLabel "adopted"@en .

dalicc:Approved a owl:NamedIndividual,
        skos:Concept,
        dalicc:ReviewStatus ;
    rdfs:label "Approved"@en ;
    rdfs:comment "The review of the record, including every question it left open, has been signed off by the party responsible for the library."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:reviewStatus ;
    skos:prefLabel "Approved"@en .

dalicc:Audited a owl:NamedIndividual,
        skos:Concept,
        dalicc:ReviewStatus ;
    rdfs:label "Audited"@en ;
    rdfs:comment "The record has been checked a second time, independently of the reviewer who last changed it."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:reviewStatus ;
    skos:prefLabel "Audited"@en .

dalicc:Created a owl:NamedIndividual,
        skos:Concept,
        dalicc:ReviewStatus ;
    rdfs:label "Created"@en ;
    rdfs:comment "The record exists but has not been checked against the text of the license it models."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:reviewStatus ;
    skos:prefLabel "Created"@en .

dalicc:CreativeWork a owl:Class,
        dalicc:AssetType ;
    rdfs:label "Creative work"@en ;
    dct:source <https://dalicc.github.io/> ;
    rdfs:comment """This asset type comprises any type of literary work that is subject to
copyright. It also includes multimedia work that combines various media types such as text,
audio, images, animations, video and interactive content."""@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dcmitype:Image,
        dcmitype:InteractiveResource,
        dcmitype:MovingImage,
        dcmitype:Sound,
        dcmitype:Text ;
    skos:closeMatch schema1:CreativeWork ;
    skos:scopeNote "Used as a value of dct:type on the odrl:AssetCollection that an odrl:Set targets, alongside dcmitype:Dataset and dcmitype:Software."@en .

dalicc:EU a owl:NamedIndividual,
        skos:Concept,
        dalicc:Jurisdiction ;
    rdfs:label "European Union"@en ;
    rdfs:comment """The member states of the European Union. A rule in this jurisdiction rests on
a Union instrument, which reaches every member state once it is transposed; where a member state
differs, a rule for that country says so."""@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso cc:jurisdiction,
        dalicc:worldwide ;
    skos:member bpicounty:Austria,
        bpicounty:Belgium,
        bpicounty:Bulgaria,
        bpicounty:Croatia,
        bpicounty:Cyprus,
        bpicounty:Czechia,
        bpicounty:Denmark,
        bpicounty:Estonia,
        bpicounty:Finland,
        bpicounty:France,
        bpicounty:Germany,
        bpicounty:Greece,
        bpicounty:Hungary,
        bpicounty:Ireland,
        bpicounty:Italy,
        bpicounty:Latvia,
        bpicounty:Lithuania,
        bpicounty:Luxembourg,
        bpicounty:Malta,
        bpicounty:Netherlands,
        bpicounty:Poland,
        bpicounty:Portugal,
        bpicounty:Romania,
        bpicounty:Slovakia,
        bpicounty:Slovenia,
        bpicounty:Spain,
        bpicounty:Sweden ;
    skos:prefLabel "EU"@en ;
    skos:scopeNote "27 member states. The United Kingdom left the Union in 2020 and is dalicc:GB, which keeps some of the same law and has diverged in others."@en .

dalicc:FromConvention a owl:NamedIndividual,
        skos:Concept,
        dalicc:StatementOrigin ;
    rdfs:label "From a library convention"@en ;
    rdfs:comment "The statement is a library convention applied to every record of its kind, not a sentence of the license text."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:FromText,
        dalicc:convention,
        dalicc:statementOrigin ;
    skos:note "Added with version 2 of the vocabulary, so that a record can say which of its statements the text makes and which the library adds by convention."@en ;
    skos:prefLabel "fromConvention"@en .

dalicc:FromDefaultRule a owl:NamedIndividual,
        skos:Concept,
        dalicc:StatementOrigin ;
    rdfs:label "From a default rule"@en ;
    rdfs:comment """The statement was derived, for an action the license is silent on, by a
dalicc:DefaultRule of the dependency graph the check ran under. The rule that produced it is
named beside it."""@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:DefaultRule,
        dalicc:FromText ;
    skos:prefLabel "fromDefaultRule"@en .

dalicc:ModifiedWorks a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:RuleAction ;
    rdfs:label "Modified works"@en ;
    rdfs:comment "Distributing a modified version of the work that does not amount to a new, derivative work."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso cc:DerivativeWorks,
        odrl:modify ;
    skos:scopeNote "Occurs in 320 of 343 licenses as an odrl:Permission."@en .

dalicc:NotGrantedByDefault a owl:NamedIndividual,
        skos:Concept,
        dalicc:DefaultOutcome ;
    rdfs:label "Not granted by default"@en ;
    rdfs:comment """The action is not permitted unless the license permits it. A license that says
nothing grants nothing, so a check under a graph that adopts the rule reads the silence as a
prohibition and marks the finding as coming from the rule."""@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:GrantedByDefault,
        dalicc:defaultOutcome ;
    skos:prefLabel "notGrantedByDefault"@en .

dalicc:Proposed a owl:NamedIndividual,
        skos:Concept,
        dalicc:RuleStatus ;
    rdfs:label "Proposed"@en ;
    rdfs:comment """The rule is written down for review and is not part of any default check.
Choosing the graph it lives in is the reader's request to see what it would do."""@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:Adopted,
        dalicc:ruleStatus ;
    skos:note "A proposed rule is a question for the association's legal reviewer and not legal advice."@en ;
    skos:prefLabel "proposed"@en .

dalicc:Reviewed a owl:NamedIndividual,
        skos:Concept,
        dalicc:ReviewStatus ;
    rdfs:label "Reviewed"@en ;
    rdfs:comment "The record has been checked against the legal text of the license and against the modelling conventions, and the result is recorded in licensedata/reviews."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:reviewStatus,
        dalicc:reviewedOn ;
    skos:prefLabel "Reviewed"@en .

dalicc:WarrantyDisclaimer a owl:DatatypeProperty ;
    rdfs:label "Warranty disclaimer"@en ;
    rdfs:comment "The verbatim text of the warranty disclaimer of the license."@en ;
    rdfs:domain odrl:Set ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range xsd:string ;
    rdfs:seeAlso dalicc:noWarrantyNotice ;
    skos:scopeNote "Present on 325 of 343 licenses."@en .

dalicc:attachoffer a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:RuleAction ;
    rdfs:label "Attach offer"@en ;
    dct:source <https://dalicc.github.io/> ;
    rdfs:comment "Attaching to the work a written offer of further permissions."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:addStatement,
        dalicc:chargeOffer ;
    skos:historyNote "The Assignee may add a written offer for permissions according to the license."@en ;
    skos:note "Defined in the 2022 documentation; not used by any license in the current library."@en .

dalicc:attributionNotice a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:DutyAction ;
    rdfs:label "Attribution notice (deprecated)"@en ;
    dct:isReplacedBy cc:Attribution ;
    dct:source <https://dalicc.github.io/> ;
    rdfs:comment "Deprecated; replaced by cc:Attribution, because the library states attribution duties with it. Giving notice of the attributions that the licensed material carries."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso cc:Attribution,
        cc:attributionName,
        odrl:attribute ;
    owl:deprecated true ;
    skos:closeMatch cc:Attribution ;
    skos:historyNote "Notify the attributes of License Material."@en ;
    skos:note "Defined in the 2022 documentation; not used by any license in the current library; the library uses cc:Attribution instead."@en .

dalicc:basedOnVersion a owl:DatatypeProperty ;
    rdfs:label "Based on version"@en ;
    rdfs:comment """The version of the graph named with dalicc:basedOnGraph that a complete
dependency graph was built from, as the number the model history of that graph gives it."""@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range xsd:string ;
    rdfs:seeAlso dct:hasVersion,
        dalicc:basedOnGraph ;
    skos:note "Added with version 2 of the vocabulary."@en ;
    skos:scopeNote "Written by scripts/build_dependency_graphs.py and never by hand. When the core graph gets a new version, the build gives every graph based on it a new version of its own whose change log names the core version it follows."@en .

dalicc:chargeOffer a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:RuleAction ;
    rdfs:label "Charge offer (deprecated)"@en ;
    dct:isReplacedBy dalicc:chargeDistributionFee ;
    dct:source <https://dalicc.github.io/> ;
    rdfs:comment "Deprecated; replaced by dalicc:chargeDistributionFee, because a fee for the physical act of transferring a copy is a distribution fee. Charging a fee for transferring a copy of the work, or for a warranty offered with it."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:attachoffer,
        dalicc:chargeDistributionFee ;
    owl:deprecated true ;
    skos:historyNote """The Assignee may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee."""@en ;
    skos:note "Defined in the 2022 documentation; not used by any license in the current library."@en .

dalicc:compatibleLicenseTest a owl:DatatypeProperty ;
    rdfs:label "Compatible license test"@en ;
    rdfs:comment """The test a license states for deciding whether another license is compatible
with it, as a short literal: a named list, an approval by a body, or a comparison of the level of
reciprocity. The list itself is quoted in dalicc:additionalClauses."""@en ;
    rdfs:domain odrl:Set ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range xsd:string ;
    rdfs:seeAlso cc:ShareAlike,
        dalicc:ChangeLicense,
        dalicc:compliantLicense ;
    skos:note "Added by the standard-license addition of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 12 license records by the standard-license addition of 2026-09-15."@en .

dalicc:computationalUseOnly a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:DutyAction ;
    rdfs:label "Computational use only"@en ;
    rdfs:comment "Using the work only as the input of a computation, such as analysis, training or testing, and not publishing or performing the work itself."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:fieldOfUseRestriction,
        dalicc:useForModelTraining ;
    skos:note "Added by the standard-license addition of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 1 license record by the standard-license addition of 2026-09-15."@en ;
    skos:scopeNote "Carried by C-UDA-1.0, whose section 2 binds the licensee to use the data solely for Computational Use."@en .

dalicc:curePeriod a owl:DatatypeProperty ;
    rdfs:label "Cure period"@en ;
    rdfs:comment "The time a licensee in breach is given to put the breach right before the license ends, as a short literal such as \"30 days\"."@en ;
    rdfs:domain odrl:Set ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range xsd:string ;
    rdfs:seeAlso dalicc:terminatesOnBreach ;
    skos:note "Added by the standard-license addition of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 19 license records by the standard-license addition of 2026-09-15."@en ;
    skos:scopeNote "Without it, beside dalicc:terminatesOnBreach, the termination is immediate."@en .

dalicc:databaseRightWaiver a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:RuleAction ;
    rdfs:label "Database right waiver"@en ;
    rdfs:comment "Waiving the sui generis database right the licensor holds in the licensed material, so that the license conditions do not reach the parts protected by that right alone."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:suiGenerisDatabaseRights ;
    skos:note "Added by the license library review of 2026-09-15, which recorded the clause as a vocabulary gap. Defined here so the gap is named; the review applied it to no license record."@en .

dalicc:evidence a owl:DatatypeProperty ;
    rdfs:label "Evidence"@en ;
    rdfs:comment "The sentence of the legal text the statement rests on, quoted verbatim."@en ;
    rdfs:domain odrl:Rule ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range xsd:string ;
    rdfs:seeAlso dalicc:additionalClauses,
        dalicc:statementOrigin ;
    skos:note "Added with version 2 of the vocabulary."@en ;
    skos:scopeNote "Carried by a permission, prohibition or duty node of a record. The record page quotes it beside the statement."@en .

dalicc:exceptedCombination a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:RuleAction ;
    rdfs:label "Excepted combination"@en ;
    rdfs:comment "Combining or linking the covered work with the material an exception names and conveying the result without the condition the exception lifts."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso cc:ShareAlike,
        dalicc:exemptedMaterial,
        dalicc:reciprocityScope ;
    skos:note "Added on 2026-09-23 for the records that model a license with an SPDX exception. dalicc:exemptedMaterial keeps its one meaning, material the grant does not reach at all."@en ;
    skos:scopeNote "Where this action is permitted the exception applies, and dalicc:reciprocityScope says what the condition still covers."@en .

dalicc:exemptedMaterial a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:RuleAction ;
    rdfs:label "Exempted material"@en ;
    rdfs:comment "Using material that the license carves out of its grant, such as personal data, official insignia, third-party rights or material under a separate license."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:additionalClauses ;
    skos:note "Added by the license library review of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 3 license records by the standard-license addition of 2026-09-15."@en .

dalicc:fieldOfUseRestriction a owl:DatatypeProperty ;
    rdfs:label "Field of use restriction"@en ;
    rdfs:comment """The field of activity a license confines the licensee to, as a short literal.
Where the field is computational use the action dalicc:computationalUseOnly carries the duty and
this property names the field."""@en ;
    rdfs:domain odrl:Set ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range xsd:string ;
    rdfs:seeAlso cc:CommercialUse,
        dalicc:computationalUseOnly ;
    skos:note "Added by the standard-license addition of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 1 license record by the standard-license addition of 2026-09-15."@en .

dalicc:governingLaw a owl:DatatypeProperty ;
    rdfs:label "Governing law"@en ;
    rdfs:comment """The law that governs the license agreement, as a short literal. It is not the
territory in which the grant is valid: a license whose grant is worldwide can still be governed by
the law of one state, and cc:jurisdiction carries the territory."""@en ;
    rdfs:domain odrl:Set ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range xsd:string ;
    rdfs:seeAlso cc:jurisdiction,
        dalicc:Jurisdiction ;
    skos:note "Added by the standard-license addition of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 6 license records by the standard-license addition of 2026-09-15."@en .

dalicc:irrevocable a owl:NamedIndividual,
        skos:Concept ;
    rdfs:label "Irrevocable"@en ;
    dct:source <https://dalicc.github.io/> ;
    rdfs:comment """The license cannot be terminated for any reason or only that the license cannot
be terminated for convenience, but still may be terminated for breach."""@en ;
    rdfs:isDefinedBy dalicc: ;
    skos:note "Defined in the 2022 documentation; not used by any license in the current library."@en ;
    skos:prefLabel "irrevocable"@en .

dalicc:moralRightsNonAssertion a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:RuleAction ;
    rdfs:label "Moral rights non-assertion"@en ;
    rdfs:comment "Waiving, or undertaking not to assert, the moral rights of the author against uses made under the license, so far as the law allows."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:moralRightsRestriction ;
    skos:note "Added by the license library review of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 4 license records by the standard-license addition of 2026-09-15."@en .

dalicc:noWarrantyNotice a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:DutyAction,
        dalicc:RuleAction ;
    rdfs:label "No-warranty notice"@en ;
    dct:source <https://dalicc.github.io/> ;
    rdfs:comment "Attaching a notice that the work is provided without any warranty."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:WarrantyDisclaimer ;
    skos:historyNote "Informs that Licensed Material does not provide any warranties."@en .

dalicc:reciprocityScope a owl:DatatypeProperty ;
    rdfs:label "Reciprocity scope"@en ;
    rdfs:comment """How far a share-alike condition reaches, as a short literal: the changed file,
the source form, the whole work, or the product the work is built into. It says in words what the
attachment level of the cc:ShareAlike duty says in structure."""@en ;
    rdfs:domain odrl:Set ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range xsd:string ;
    rdfs:seeAlso cc:ShareAlike,
        dalicc:shareAlikeVersionQualifier ;
    skos:note "Added by the standard-license addition of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 1 license record by the standard-license addition of 2026-09-15."@en .

dalicc:replacesRule a owl:ObjectProperty ;
    rdfs:label "Replaces rule"@en ;
    rdfs:comment "Relates a default rule of a graph built from another one to the rule of that other graph it takes the place of. The generated graph holds the replacing rule and not the replaced one, so no graph holds two default rules for one action and one territory."@en ;
    rdfs:domain dalicc:DefaultRule ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range dalicc:DefaultRule ;
    rdfs:seeAlso dalicc:AxiomRemoval,
        dalicc:basedOnGraph ;
    skos:note "Added with version 2 of the vocabulary. No shipped graph replaces a rule of the core graph; the difference-file README shows the syntax."@en ;
    skos:scopeNote "Read by scripts/build_dependency_graphs.py and shown on the page of a graph under What it replaces."@en .

dalicc:ruleBasis a owl:DatatypeProperty ;
    rdfs:label "Rule basis"@en ;
    rdfs:comment """The legal source a default rule or an axiom removal rests on, named in words: a
statute and its article, a directive, or a general principle. It is a citation a reader can
check, not a holding and not legal advice."""@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range xsd:string ;
    rdfs:seeAlso dct:date,
        dalicc:DefaultRule .

dalicc:shareAlikeVersionQualifier a owl:DatatypeProperty ;
    rdfs:label "Share-alike version qualifier"@en ;
    rdfs:comment """Which outgoing licenses a share-alike condition accepts, as a short literal,
for example the same license, a later version of it, another jurisdiction port with the same
license elements, or a license declared compatible."""@en ;
    rdfs:domain odrl:Set ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range xsd:string ;
    rdfs:seeAlso cc:ShareAlike,
        dalicc:compliantLicense ;
    skos:note "Added by the license library review of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 8 license records by the standard-license addition of 2026-09-15."@en .

dalicc:testFixture a owl:NamedIndividual,
        skos:Concept,
        dalicc:RecordStatus ;
    rdfs:label "Test fixture"@en ;
    rdfs:comment """The record is a fixture used to exercise the composer and the tests, not a
published license. Its IRI stays resolvable, and presentation layers leave it out of listings,
search results and counts."""@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:recordStatus ;
    skos:prefLabel "testFixture"@en .

dalicc:textAndDataMining a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:RuleAction ;
    rdfs:label "Text and data mining"@en ;
    rdfs:comment "Analysing the work automatically in digital form to find patterns, trends and correlations in it, including the copies such an analysis makes."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso odrl:extract,
        odrl:reproduce,
        dalicc:useForModelTraining ;
    skos:note "Added with version 2 of the vocabulary so that the mining exceptions can be stated as default rules; not used by any license in the current library. dalicc:useForModelTraining stays the narrower act of training a system on the work."@en .

dalicc:trademarkNotice a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:DutyAction ;
    rdfs:label "Trademark notice"@en ;
    dct:source <https://dalicc.github.io/> ;
    rdfs:comment "Stating that the work is, or contains, a trademark."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso cc:Notice,
        dalicc:promote ;
    skos:historyNote """Informs that Licensed Material is a trademark or includes trademark. The license
does not grant permission to use the trade names, trademarks, service marks, or product names of
the Licensor, except as required for reasonable and customary use in describing the origin of the
Work and reproducing the content of the notice file."""@en ;
    skos:note "Defined in the 2022 documentation; used by 1 license record since 2026-09-15."@en .

dalicc:worldwide a owl:NamedIndividual,
        skos:Concept,
        dalicc:Jurisdiction ;
    rdfs:label "Worldwide"@en ;
    dct:source <https://dalicc.github.io/> ;
    rdfs:comment "The license terms are valid throughout the world."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso cc:jurisdiction ;
    skos:definition "The license is valid in every jurisdiction. Used as the value of cc:jurisdiction where a license is not bound to specific countries."@en ;
    skos:prefLabel "worldwide"@en ;
    skos:scopeNote "The value of cc:jurisdiction on 57 licenses; the other 286 name one or more BPI country IRIs."@en .

dalicc:AssetType a owl:Class ;
    rdfs:label "Asset type"@en ;
    rdfs:comment """The kind of thing a license covers, as the value of dct:type on the
odrl:AssetCollection an odrl:Set targets. The DALICC library uses dcmitype:Software,
dcmitype:Dataset and the two asset types this vocabulary defines."""@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dcmitype:Dataset,
        dcmitype:Software ;
    skos:scopeNote "Read by app/services/vocab.py, which builds the asset-type facet of the library and the target list of the composer from the instances of this class plus the two Dublin Core types."@en .

dalicc:FromText a owl:NamedIndividual,
        skos:Concept,
        dalicc:StatementOrigin ;
    rdfs:label "From the text"@en ;
    rdfs:comment "The statement is modelled from a sentence of the license text. A statement node of a curated record that names no origin is read as this one."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:FromDefaultRule,
        dalicc:statementOrigin ;
    skos:prefLabel "fromText"@en .

dalicc:GrantedByDefault a owl:NamedIndividual,
        skos:Concept,
        dalicc:DefaultOutcome ;
    rdfs:label "Granted by default"@en ;
    rdfs:comment """The action is permitted unless the license prohibits it, for example because a
statutory exception allows it whatever the license says. A check under a graph that adopts the
rule reads the silence as a permission and marks the finding as coming from the rule."""@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:NotGrantedByDefault,
        dalicc:NotWaivable ;
    skos:prefLabel "grantedByDefault"@en .

dalicc:NotWaivable a owl:NamedIndividual,
        skos:Concept,
        dalicc:DefaultOutcome ;
    rdfs:label "Not waivable"@en ;
    rdfs:comment """A statement of the license to the contrary has no effect in that jurisdiction.
The reasoner reports it as a finding when the license prohibits the action; it never silently
overrides what the license says, because what the license says is what the record models."""@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:GrantedByDefault,
        dalicc:moralRightsRestriction ;
    skos:prefLabel "notWaivable"@en .

dalicc:PromotionSpecification a owl:DatatypeProperty ;
    rdfs:label "Promotion specification"@en ;
    rdfs:comment "The verbatim acknowledgement text that the license requires the licensee to reproduce when promoting a product that contains the work."@en ;
    rdfs:domain odrl:Set ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range xsd:string ;
    rdfs:seeAlso dalicc:promote .

dalicc:RecordStatus a owl:Class ;
    rdfs:label "Record status value"@en ;
    rdfs:comment "The editorial state of a library record, as distinct from the state of the license it models. Used to mark records that are not published licenses."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:recordStatus .

dalicc:addStatement a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:DutyAction,
        dalicc:RuleAction ;
    rdfs:label "Add statement"@en ;
    dct:source <https://dalicc.github.io/> ;
    rdfs:comment "Attaching terms, notices or statements of one's own to the work or to one's modifications when passing it on."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:addLimitation ;
    skos:historyNote """The Assignee may add his own copyright statement, notices to his modifications
and may provide additional or different license terms and conditions for use, reproduction, or
distribution of his modifications, or for any such Derivative Works as a whole, provided use,
reproduction, and distribution of the Work otherwise complies with the conditions stated in this
License."""@en .

dalicc:chargeDistributionFee a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:RuleAction ;
    rdfs:label "Charge distribution fee"@en ;
    dct:source <https://dalicc.github.io/> ;
    rdfs:comment "Charging a fee for the act of providing a copy of the work to someone else."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso odrl:distribute,
        dalicc:chargeLicenseFee ;
    skos:historyNote "The distribution of the Licensed Material is provided on a costly basis."@en .

dalicc:chargeLicenseFee a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:RuleAction ;
    rdfs:label "Charge license fee"@en ;
    dct:source <https://dalicc.github.io/> ;
    rdfs:comment "Charging a fee for granting someone a license to the work."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso cc:CommercialUse,
        odrl:commercialize,
        odrl:sell ;
    skos:historyNote "The Licensed Material is available for use at monetary cost."@en ;
    skos:scopeNote "The dependency graph states that this action implies odrl:commercialize and odrl:sell and is included in odrl:transfer."@en .

dalicc:convention a owl:DatatypeProperty ;
    rdfs:label "Convention"@en ;
    rdfs:comment "The name of the library convention that put the statement there, for example a family rule."@en ;
    rdfs:domain odrl:Rule ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range xsd:string ;
    rdfs:seeAlso dalicc:FromConvention,
        dalicc:statementOrigin ;
    skos:note "Added with version 2 of the vocabulary."@en ;
    skos:scopeNote "Carried by a permission, prohibition or duty node of a record together with dalicc:statementOrigin dalicc:FromConvention. The record page names it beside the statement."@en .

dalicc:defaultOutcome a owl:ObjectProperty ;
    rdfs:label "Default outcome"@en ;
    rdfs:comment """Relates a default rule to what it concludes about an action the license does
not mention: dalicc:NotGrantedByDefault, dalicc:GrantedByDefault, dalicc:RequiredByDefault or
dalicc:NotWaivable."""@en ;
    rdfs:domain dalicc:DefaultRule ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range dalicc:DefaultOutcome ;
    rdfs:seeAlso dalicc:DefaultOutcome .

dalicc:moralRightsRestriction a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:RuleAction ;
    rdfs:label "Moral rights restriction"@en ;
    rdfs:comment "Treating the work in a way that touches the moral rights of the author, such as false attribution or a derogatory treatment."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso cc:Attribution,
        dalicc:moralRightsNonAssertion ;
    skos:note "Added by the license library review of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 6 license records by the standard-license addition of 2026-09-15."@en .

dalicc:networkUseTrigger a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:RuleAction ;
    rdfs:label "Network use trigger"@en ;
    rdfs:comment "Making the work available over a network, deploying it or providing a service with it."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso cc:ShareAlike,
        cc:SourceCode,
        odrl:distribute ;
    skos:note "Added by the standard-license addition of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 30 license records by the standard-license addition of 2026-09-15."@en ;
    skos:scopeNote "Where a license carries this term, the act triggers the duties the license would otherwise attach to distribution, so the duties hang off this action rather than off odrl:distribute. Carried by the records whose texts make deployment or communication to the public a trigger: the Apple, Open Software, Reciprocal Public and Cryptographic Autonomy families and the two European Union Public Licence records."@en .

dalicc:patentNotice a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:DutyAction ;
    rdfs:label "Patent notice"@en ;
    dct:source <https://dalicc.github.io/> ;
    rdfs:comment "Stating that the work is patented or contains patented parts."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso cc:Notice,
        dalicc:patentFree ;
    skos:historyNote "Notifies that Licensed Material is patented or includes patented parts."@en ;
    skos:note "Defined in the 2022 documentation; used by 1 license record since 2026-09-15."@en .

dalicc:patentRetaliationTermination a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:RuleAction ;
    rdfs:label "Patent license ends on a patent claim"@en ;
    rdfs:comment "Not a ban on suing: a patent claim ends the patent license, or the whole license, as the text provides."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:patentGrant,
        dalicc:terminationOnBreach ;
    skos:note "Added by the license library review of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 48 license records by the standard-license addition of 2026-09-15."@en .

dalicc:recordStatus a owl:ObjectProperty ;
    rdfs:label "Record status"@en ;
    rdfs:comment "Relates a library record to its editorial state, which says how the record should be treated rather than what the license says."@en ;
    rdfs:domain odrl:Set ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range dalicc:RecordStatus ;
    rdfs:seeAlso dalicc:testFixture ;
    skos:scopeNote "Carried by the two records that are test fixtures rather than published licenses."@en .

dalicc:suiGenerisDatabaseRights a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:RuleAction ;
    rdfs:label "Extract or reuse a substantial part of a database"@en ;
    rdfs:comment "Extracting or reusing all or a substantial part of the contents of a database that the sui generis database right protects."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dcmitype:Dataset,
        odrl:extract,
        dalicc:databaseRightWaiver ;
    skos:note "Added by the license library review of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 8 license records by the standard-license addition of 2026-09-15."@en .

dalicc:terminationOnBreach a owl:NamedIndividual,
        skos:Concept ;
    rdfs:label "Termination on breach (deprecated)"@en ;
    dct:isReplacedBy dalicc:terminatesOnBreach ;
    rdfs:comment "Deprecated; replaced by dalicc:terminatesOnBreach, because the property a record carries says the same thing. The license ends automatically when the licensee breaches it. Licenses differ in what survives the end and in whether compliance reinstates the grant."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:irrevocable,
        dalicc:patentRetaliationTermination ;
    owl:deprecated true ;
    skos:note "Added by the license library review of 2026-09-15, which recorded the clause as a vocabulary gap. Defined here so the gap is named; the review applied it to no license record."@en ;
    skos:prefLabel "terminationOnBreach"@en .

dalicc:translationOf a owl:ObjectProperty ;
    rdfs:label "Translation of"@en ;
    rdfs:comment """Relates a license whose legal text is a translation to the license it
translates. A translation may also be a jurisdiction port, and a jurisdiction port drafted in
the same language is not a translation."""@en ;
    rdfs:domain odrl:Set ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range odrl:Set ;
    rdfs:seeAlso dct:language,
        dalicc:jurisdictionPortOf ;
    rdfs:subPropertyOf dct:isVersionOf ;
    skos:note "Added by the license library review of 2026-09-15, which recorded the clause as a vocabulary gap. Defined here so the gap is named; the review applied it to no license record."@en .

dalicc:useForModelTraining a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:RuleAction ;
    rdfs:label "Use for model training"@en ;
    rdfs:comment "Using the licensed material to train, validate or tune an automated system that learns from data."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dcmitype:Dataset,
        odrl:extract ;
    skos:note "Added by the license library review of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 3 license records by the standard-license addition of 2026-09-15."@en ;
    skos:scopeNote "Some licenses grant it, some prohibit it and most are silent, in which case no statement is made."@en .

dalicc:variantKind a owl:DatatypeProperty ;
    rdfs:label "Variant kind"@en ;
    rdfs:comment """How a record relates to the record it descends from: jurisdiction-port,
translation, version, edition, version-option, exception or rider. The first four name a text
of the same license adapted, translated or reissued; version-option, exception and rider name
a variant that keeps the base text and changes what it grants or requires, and each of those
three carries dalicc:variantOf."""@en ;
    rdfs:domain odrl:Set ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range xsd:string ;
    rdfs:seeAlso dalicc:jurisdictionPortOf,
        dalicc:translationOf ;
    skos:scopeNote "Carried by 304 records: 290 with a parent and 14 version or edition variants whose predecessor the library does not hold."@en .

dalicc:AxiomRemoval a owl:Class ;
    rdfs:label "Axiom removal"@en ;
    rdfs:comment """A statement that a dependency graph built from another one leaves out one axiom
of that graph, because the law of its jurisdiction does not support it. The axiom is named in
the reified form, with rdf:subject, rdf:predicate and rdf:object, and the removal carries the
legal reason (dalicc:ruleBasis), a plain explanation (dalicc:ruleExplanation) and a status
(dalicc:ruleStatus), like a default rule."""@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso rdf:Statement,
        dalicc:DefaultRule,
        dalicc:basedOnGraph ;
    skos:note "Added with version 2 of the vocabulary. No shipped graph removes an axiom of the core graph; the difference-file README shows the syntax."@en ;
    skos:scopeNote "Written in the difference files of licensedata/dependencygraph/differences/ and copied into the complete graph scripts/build_dependency_graphs.py generates from them. The generated graph never holds the axiom a removal names."@en .

dalicc:compliantLicense a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:DutyAction ;
    rdfs:label "Use a compliant license"@en ;
    rdfs:comment "Choosing a replacement license that stays compliant with the terms of the original license."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso cc:ShareAlike,
        dalicc:ChangeLicense .

dalicc:modificationNotice a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:DutyAction ;
    rdfs:label "Modification notice"@en ;
    dct:source <https://dalicc.github.io/> ;
    rdfs:comment "Marking a changed work as changed, saying how it differs from the original and keeping earlier notices of change."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso cc:Notice,
        odrl:modify ;
    skos:historyNote """A notice that indicates if the Assignee modified the Licensed Material and
retains an indication of any previous modifications."""@en ;
    skos:scopeNote "The dependency graph states that this action is included in odrl:AttachPolicy. It is the most frequent DALICC-proprietary action (539 occurrences in 320 licenses), always as an odrl:Duty."@en .

dalicc:promote a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:RuleAction ;
    rdfs:label "Promote"@en ;
    dct:source <https://dalicc.github.io/> ;
    rdfs:comment "Using the name or trademarks of the licensor or of contributors to endorse or promote a product."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:PromotionSpecification,
        dalicc:trademarkNotice ;
    skos:historyNote "The Assigner permits the Assignee to use the licensed work for promotional purposes.."@en ;
    skos:scopeNote "Occurs 334 times in 332 licenses, almost always as an odrl:Prohibition: most licenses forbid trademark use."@en .

dalicc:reviewedOn a owl:DatatypeProperty ;
    rdfs:label "Reviewed on"@en ;
    rdfs:comment "The date on which the record was last checked against the legal text of the license it models."@en ;
    rdfs:domain odrl:Set ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range xsd:date ;
    rdfs:seeAlso dct:modified,
        dalicc:reviewStatus .

dalicc:royalityFree a owl:NamedIndividual,
        skos:Concept ;
    rdfs:label "Royalty free (deprecated spelling)"@en ;
    dct:isReplacedBy dalicc:royaltyFree ;
    dct:source <https://dalicc.github.io/> ;
    rdfs:comment "Deprecated misspelling of dalicc:royaltyFree, which replaces it: the right to use the work without paying royalties or license fees."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:royaltyFree ;
    owl:deprecated true ;
    skos:exactMatch dalicc:royaltyFree ;
    skos:historyNote """Refers to the right to use copyright material or intellectual property without
the need to pay royalties or license fees for each use, per each copy or volume sold or some time
period of use or sales."""@en ;
    skos:note """Misspelling of "royalty" published in the 2022 DALICC vocabulary documentation. The
IRI is kept so that data written against the published documentation still dereferences; use
dalicc:royaltyFree in new data."""@en ;
    skos:prefLabel "royalityFree"@en .

dalicc:ruleStatus a owl:ObjectProperty ;
    rdfs:label "Rule status"@en ;
    rdfs:comment """Relates a default rule or an axiom removal to whether it takes part in reasoning
by default (dalicc:Adopted) or is written down for review (dalicc:Proposed)."""@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range dalicc:RuleStatus ;
    rdfs:seeAlso dalicc:RuleStatus .

dalicc:sublicense a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:RuleAction ;
    rdfs:label "Sublicense"@en ;
    dct:source <https://dalicc.github.io/> ;
    rdfs:comment "Granting a third party rights in the work under a license of the licensee's own, rather than passing on the original license."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso odrl:grantUse,
        dalicc:ChangeLicense ;
    skos:closeMatch odrl:grantUse ;
    skos:historyNote """The license granted by a licensee to a third party, under the authority of the
license originally granted by a licensor to the licensee."""@en ;
    skos:note "Defined in the 2022 documentation and first used by the data in the 2026-09-15 license review: every Creative Commons 2.0 and 3.0 port, the six 4.0 International licenses, the Open Database License and the Open Data Commons Attribution License prohibit it in as many words."@en .

dalicc:terminatesOnBreach a owl:DatatypeProperty ;
    rdfs:label "Terminates on breach"@en ;
    rdfs:comment "Whether the license ends automatically when the licensee fails to comply with it."@en ;
    rdfs:domain odrl:Set ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range xsd:boolean ;
    rdfs:seeAlso dalicc:curePeriod,
        dalicc:terminationOnBreach ;
    skos:note "Added by the standard-license addition of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 60 license records by the standard-license addition of 2026-09-15."@en ;
    skos:scopeNote "True says the text carries such a clause; the absence of the property says the text is silent, not that the license survives a breach. The policy quality dalicc:terminationOnBreach names the concept; this property is how a record carries it."@en .

dalicc:ValidityType a owl:Class ;
    rdfs:label "Validity type value"@en ;
    rdfs:comment "The kind of validity period a license has: an indefinite period (dalicc:perpetual), a fixed start and end date (dalicc:specifyDate) or a duration (dalicc:specifyPeriod)."@en ;
    rdfs:isDefinedBy dalicc: .

dalicc:patentFree a owl:NamedIndividual,
        skos:Concept ;
    rdfs:label "Patent free (deprecated)"@en ;
    dct:isReplacedBy dalicc:patentGrant ;
    dct:source <https://dalicc.github.io/> ;
    rdfs:comment "Deprecated; replaced by dalicc:patentGrant, because its 2022 definition is the scope of a contributor's patent license. The license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Licensed Material to which such Contribution(s) was submitted."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:patentNotice ;
    owl:deprecated true ;
    skos:note "Defined in the 2022 documentation; not used by any license in the current library."@en ;
    skos:prefLabel "patentFree"@en .

dalicc:patentGrant a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:RuleAction ;
    rdfs:label "Patent grant"@en ;
    rdfs:comment "Granting a license under the patent claims that a contributor holds and that the contribution necessarily infringes."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:patentFree,
        dalicc:patentNotice,
        dalicc:patentRetaliationTermination ;
    skos:note "Added by the license library review of 2026-09-15, which recorded the clause as a vocabulary gap. Applied to 54 license records by the standard-license addition of 2026-09-15."@en ;
    skos:scopeNote "Modelled as a permission where the license text grants it; its absence means the license is silent about patents, not that patents are withheld."@en .

dalicc:royaltyFree a owl:NamedIndividual,
        skos:Concept ;
    rdfs:label "Royalty free"@en ;
    dct:replaces dalicc:royalityFree ;
    dct:source <https://dalicc.github.io/> ;
    rdfs:comment """Refers to the right to use copyright material or intellectual property without
the need to pay royalties or license fees for each use, per each copy or volume sold or some time
period of use or sales."""@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:chargeLicenseFee,
        dalicc:royalityFree ;
    skos:exactMatch dalicc:royalityFree ;
    skos:note "Defined in the 2022 documentation; not used by any license in the current library. The documentation spells the term dalicc:royalityFree; this is the corrected, canonical spelling."@en ;
    skos:prefLabel "royaltyFree"@en .

dalicc:ChangeLicense a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:RuleAction ;
    rdfs:label "Change license"@en ;
    rdfs:comment "Replacing the license of the work, or of an adaptation, with another license, or changing its terms."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso cc:ShareAlike,
        odrl:grantUse ;
    skos:scopeNote "Occurs 318 times as an odrl:Prohibition or odrl:Permission in 317 licenses. When permitted it usually carries the duty dalicc:compliantLicense."@en .

dalicc:ReviewStatus a owl:Class ;
    rdfs:label "Review status value"@en ;
    rdfs:comment "How far a library record has come in the editorial review workflow: created, reviewed, approved or audited."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:reviewStatus .

dalicc:RuleStatus a owl:Class ;
    rdfs:label "Rule status value"@en ;
    rdfs:comment """Whether a default rule takes part in reasoning by default (dalicc:Adopted) or
is written down for review and applies only when its graph is chosen (dalicc:Proposed)."""@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:DefaultRule,
        dalicc:ruleStatus .

dalicc:StatementOrigin a owl:Class ;
    rdfs:label "Statement origin value"@en ;
    rdfs:comment """Where a deontic statement came from: a sentence of the license text, a
convention the library applies to every record of its kind, or a default rule applied to an
action the text is silent on."""@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:DefaultRule,
        dalicc:statementOrigin ;
    skos:scopeNote "dalicc:FromConvention is written on the statement nodes of curated records; dalicc:FromDefaultRule only in compatibility and consistency results and the documents built from them. A statement node without an origin is read as dalicc:FromText."@en .

dalicc:addLimitation a owl:NamedIndividual,
        skos:Concept,
        odrl:Action,
        dalicc:RuleAction ;
    rdfs:label "Add limitation"@en ;
    rdfs:comment "Adding further limitations or restrictions to the license terms when passing the work on."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:ChangeLicense,
        dalicc:addStatement .

dalicc:basedOnGraph a owl:ObjectProperty ;
    rdfs:label "Based on graph"@en ;
    rdfs:comment """Relates a complete dependency graph to the graph it was built from, together
with a difference: the default rules it adds, the axioms it removes (dalicc:AxiomRemoval) and the
default rules it replaces (dalicc:replacesRule). It records provenance only. The graph that
carries it holds every statement a check reads, and nothing follows the link."""@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:AxiomRemoval,
        dalicc:basedOnVersion,
        dalicc:replacesRule ;
    skos:note "Added with version 2 of the vocabulary, when the jurisdiction graphs became complete graphs and dalicc:extendsGraph was deprecated."@en ;
    skos:scopeNote "Carried by the difference files of licensedata/dependencygraph/differences/ and by the seven jurisdiction graphs scripts/build_dependency_graphs.py generates from them; each names the core graph dg_default."@en .

dalicc:jurisdictionPortOf a owl:ObjectProperty ;
    rdfs:label "Jurisdiction port of"@en ;
    rdfs:comment """Relates a license adapted to one legal system to the license it was adapted
from. The two licenses grant substantially the same rights; they differ in the law they are
drafted against, in the language of the legal text and in the clauses that quote it."""@en ;
    rdfs:domain odrl:Set ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range odrl:Set ;
    rdfs:seeAlso cc:jurisdiction,
        dalicc:translationOf,
        dalicc:variantKind ;
    rdfs:subPropertyOf dct:isVersionOf ;
    skos:scopeNote "Carried by 290 records. Where the library holds no record of the port's own version, the parent is the nearest version the library does hold, so the relation can carry a version difference as well as a jurisdiction difference; dalicc:licenseVersion names the version of the port itself."@en .

dalicc:statementOrigin a owl:ObjectProperty ;
    rdfs:label "Statement origin"@en ;
    rdfs:comment """Relates a deontic statement to where it came from: dalicc:FromText,
dalicc:FromConvention or dalicc:FromDefaultRule. A curated record writes it only to mark a
statement as a library convention; the reasoner and the services that build a result write the
other two."""@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range dalicc:StatementOrigin ;
    rdfs:seeAlso dalicc:DefaultRule,
        dalicc:StatementOrigin,
        dalicc:convention,
        dalicc:evidence .

dalicc:DependencyRelation a owl:Class ;
    rdfs:label "Dependency relation"@en ;
    rdfs:comment """A relation between two actions that the DALICC compatibility checker reasons
over. The DALICC dependency graph (named graph https://dalicc.net/dependencygraph/dg_default)
consists exclusively of statements whose predicate is an instance of this class."""@en ;
    rdfs:isDefinedBy dalicc: .

dalicc:reviewStatus a owl:ObjectProperty ;
    rdfs:label "Review status"@en ;
    rdfs:comment "Relates a library record to how far it has come in the editorial review workflow."@en ;
    rdfs:domain odrl:Set ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range dalicc:ReviewStatus ;
    rdfs:seeAlso dalicc:Approved,
        dalicc:Audited,
        dalicc:Created,
        dalicc:Reviewed,
        dalicc:reviewedOn ;
    skos:scopeNote "Carried by every record of the library with the value dalicc:Reviewed after the review of 2026-09-15."@en .

dalicc:DefaultOutcome a owl:Class ;
    rdfs:label "Default outcome value"@en ;
    rdfs:comment """What a default rule concludes about an action the license does not mention:
that it is not granted, that it is granted, that it is required, or that a statement of the
license to the contrary has no effect."""@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:DefaultRule,
        dalicc:defaultOutcome .

dalicc:additionalClauses a owl:DatatypeProperty ;
    rdfs:label "Additional clauses"@en ;
    rdfs:comment "The verbatim text of any license clause that the ODRL policy of the odrl:Set cannot express."@en ;
    rdfs:domain odrl:Set ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:range xsd:string .

dalicc:Jurisdiction a owl:Class ;
    rdfs:label "Jurisdiction"@en ;
    rdfs:comment "The legal territory in which a license is valid. Values are either a country IRI of the BPI country list or dalicc:worldwide."@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso cc:jurisdiction .

dalicc:DefaultRule a owl:Class ;
    rdfs:label "Default rule"@en ;
    rdfs:comment """A rule about an action a license is silent on: what applies when the license
neither permits, prohibits nor requires that action. A rule names the action (dalicc:appliesTo),
the outcome (dalicc:defaultOutcome), the territory it holds in (dalicc:inJurisdiction), the
statute or principle it rests on (dalicc:ruleBasis) and whether it is adopted or only proposed
(dalicc:ruleStatus)."""@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso dalicc:DefaultOutcome,
        dalicc:DependencyRelation,
        dalicc:RuleStatus ;
    skos:note "Nothing a rule states is legal advice. An adopted rule is the library's reading of a legal default, a proposed one is a question for a legal reviewer, and what a license means is decided by its text."@en ;
    skos:scopeNote "Instances live in the dependency graphs of licensedata/dependencygraph/, beside the axioms, because a graph is the layer of statements about actions and can be chosen per check."@en .

dalicc:DutyAction a owl:Class ;
    rdfs:label "Duty action"@en ;
    rdfs:comment """An action that may be the odrl:action of an odrl:Duty, whether attached
to one permission or carried by the license as a whole: something the licensee must do."""@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso odrl:Action,
        dalicc:RuleAction ;
    rdfs:subClassOf odrl:Action ;
    skos:scopeNote "Read by app/services/vocab.py. An action can be both a rule action and a duty action: dalicc:noWarrantyNotice is a permission on AFL-3.0 and a duty on Frameworx-1.0."@en .

dalicc:RuleAction a owl:Class ;
    rdfs:label "Rule action"@en ;
    rdfs:comment """An action that may be the odrl:action of an odrl:Permission or an
odrl:Prohibition: something the licensee may or may not do."""@en ;
    rdfs:isDefinedBy dalicc: ;
    rdfs:seeAlso odrl:Action,
        dalicc:DutyAction ;
    rdfs:subClassOf odrl:Action ;
    skos:scopeNote "Read by app/services/vocab.py, which offers only rule actions as permissions and prohibitions in the composer and in the search questionnaire."@en .

dalicc: a owl:Ontology ;
    dct:creator "DALICC" ;
    dct:description """The vocabulary of proprietary terms used by the DALICC license library. It
extends ODRL 2.2 and the Creative Commons Rights Expression Language with the actions, duty
actions, clause properties and controlled values that the DALICC licenses require and that
neither vocabulary provides."""@en ;
    dct:hasVersion "2" ;
    dct:license <http://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2026-09-24"^^xsd:date ;
    dct:publisher "DALICC" ;
    dct:source <https://dalicc.github.io/> ;
    dct:title "DALICC vocabulary"@en ;
    vann:preferredNamespacePrefix "dalicc" ;
    vann:preferredNamespaceUri "https://dalicc.net/ns#" ;
    rdfs:comment """Namespace scheme: `https://dalicc.net/ns#` is the canonical, authoritative
form of every term IRI in this vocabulary. `http://dalicc.net/ns#` (plain HTTP) is the legacy
form used by the 2022 vocabulary documentation and by a few dependency-graph axioms still held
in the production triple store; it denotes the same terms but must not be used in new data."""@en ;
    rdfs:seeAlso cc:,
        odrl:,
        <https://dalicc.github.io/> ;
    owl:imports odrl: ;
    owl:priorVersion <http://dalicc.net/ns#>,
        <https://dalicc.net/ns/versions/1> ;
    owl:versionInfo "2.0" ;
    dalicc:versionHistory <https://dalicc.net/ns/versions> .

