<https://ns.webcivics.net/permissive-commons/Work> a <http://www.w3.org/2000/01/rdf-schema#Class>;
    <http://www.w3.org/2000/01/rdf-schema#label> "Permissive-Commons work";
    <http://www.w3.org/2000/01/rdf-schema#comment> "A produced work licensed under Permissive Commons (an ontology, dataset, model, document …).".
<https://ns.webcivics.net/permissive-commons/productionCost> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#domain> <https://ns.webcivics.net/permissive-commons/Work>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Recorded resources actually consumed (labour-time, materials). QUDT-quantified; ATTESTABLE via the provenance layer (prov:wasAttributedTo the workers) — signed, never self-asserted (anti-inflation).".
<https://ns.webcivics.net/permissive-commons/roiMultiplier> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#domain> <https://ns.webcivics.net/permissive-commons/Work>;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#decimal>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Fair-return knob ∈ [1, pc:MAX_ROI]. Governance-set value under a HARD SHACL cap (anti-rent-extraction). 1 = pure cost recovery.".
<https://ns.webcivics.net/permissive-commons/obligationCost> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#domain> <https://ns.webcivics.net/permissive-commons/Work>;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#decimal>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "= productionCost × roiMultiplier — 'what they should have been paid' (cost + bounded benefit). The amount to recover before the work goes obligation-free.".
<https://ns.webcivics.net/permissive-commons/amountCompensated> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#domain> <https://ns.webcivics.net/permissive-commons/Work>;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#decimal>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Running total paid down (via pc:Micropayment / pc:SponsorshipLumpSum).".
<https://ns.webcivics.net/permissive-commons/unitOfAccount> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#domain> <https://ns.webcivics.net/permissive-commons/Work>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Denomination of cost + ROI (fiat / token / resource-unit). OPEN — Timothy to set.".
<https://ns.webcivics.net/permissive-commons/ObligationStatus> a <http://www.w3.org/2000/01/rdf-schema#Class>.
<https://ns.webcivics.net/permissive-commons/Outstanding> a <https://ns.webcivics.net/permissive-commons/ObligationStatus>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "obligationCost not yet met — compensation owed.".
<https://ns.webcivics.net/permissive-commons/Discharged> a <https://ns.webcivics.net/permissive-commons/ObligationStatus>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "amountCompensated ≥ obligationCost → ECONOMIC obligation extinguished; the work passes into the true commons.".
<https://ns.webcivics.net/permissive-commons/obligationStatus> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#domain> <https://ns.webcivics.net/permissive-commons/Work>;
    <http://www.w3.org/2000/01/rdf-schema#range> <https://ns.webcivics.net/permissive-commons/ObligationStatus>.
<https://ns.webcivics.net/permissive-commons/PaymentMethod> a <http://www.w3.org/2000/01/rdf-schema#Class>.
<https://ns.webcivics.net/permissive-commons/Micropayment> a <https://ns.webcivics.net/permissive-commons/PaymentMethod>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "ILP / streaming micropayments into the obligation.".
<https://ns.webcivics.net/permissive-commons/SponsorshipLumpSum> a <https://ns.webcivics.net/permissive-commons/PaymentMethod>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A sponsor liberates the work for all by paying down the pool.".
<https://ns.webcivics.net/permissive-commons/paidVia> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#domain> <https://ns.webcivics.net/permissive-commons/Work>;
    <http://www.w3.org/2000/01/rdf-schema#range> <https://ns.webcivics.net/permissive-commons/PaymentMethod>.
<https://ns.webcivics.net/permissive-commons/LicenseTerm> a <http://www.w3.org/2000/01/rdf-schema#Class>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "An obligation rate/term for a given agent category.".
<https://ns.webcivics.net/permissive-commons/appliesToCategory> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#domain> <https://ns.webcivics.net/permissive-commons/LicenseTerm>;
    <http://www.w3.org/2000/01/rdf-schema#range> <https://ns.webcivics.net/values/Agent>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "values:NaturalPerson / values:CorporatePerson / values:PublicAuthority / non-profit — different rates feed the obligation.".
<https://ns.webcivics.net/permissive-commons/rate> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#domain> <https://ns.webcivics.net/permissive-commons/LicenseTerm>;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#decimal>.
<https://ns.webcivics.net/permissive-commons/attributedTo> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#domain> <https://ns.webcivics.net/permissive-commons/Work>;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/ns/prov#Agent>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Authorship/provenance — NEVER extinguishes. 'Obligation-free' is ECONOMIC only; discharge frees the USE, not the CREDIT (anti-theft, PLAN §10.2b).".
<https://ns.webcivics.net/permissive-commons/DischargeModel> a <http://www.w3.org/2000/01/rdf-schema#Class>.
<https://ns.webcivics.net/permissive-commons/CollectivePool> a <https://ns.webcivics.net/permissive-commons/DischargeModel>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Total compensation from ALL sources meets obligationCost → obligation-free for EVERYONE; category rates feed one pool. (Timothy's phrasing implies this — to confirm.)".
<https://ns.webcivics.net/permissive-commons/PerAgentDebt> a <https://ns.webcivics.net/permissive-commons/DischargeModel>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Each agent owes until it personally pays.".
<https://ns.webcivics.net/permissive-commons/dischargeModel> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#domain> <https://ns.webcivics.net/permissive-commons/Work>;
    <http://www.w3.org/2000/01/rdf-schema#range> <https://ns.webcivics.net/permissive-commons/DischargeModel>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "DECISION PENDING — collective-pool vs per-agent-debt. Changes the obligation accounting.".
<https://ns.webcivics.net/permissive-commons/MAX_ROI> a <http://www.w3.org/2001/XMLSchema#decimal>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Hard ceiling for roiMultiplier (≈10×, NEVER 100×). The structural cap; the exact value within it is governance-set.".
<https://ns.webcivics.net/permissive-commons/RoiMultiplierCapShape> a <http://www.w3.org/ns/shacl#NodeShape>;
    <http://www.w3.org/ns/shacl#targetClass> <https://ns.webcivics.net/permissive-commons/Work>.
_:n3-85 <http://www.w3.org/ns/shacl#path> <https://ns.webcivics.net/permissive-commons/roiMultiplier>;
    <http://www.w3.org/ns/shacl#minInclusive> 1.0;
    <http://www.w3.org/ns/shacl#maxInclusive> 10.0;
    <http://www.w3.org/ns/shacl#message> "roiMultiplier must be in [1, 10] — Permissive Commons forbids rent-extraction (never 100×).".
<https://ns.webcivics.net/permissive-commons/RoiMultiplierCapShape> <http://www.w3.org/ns/shacl#property> _:n3-85.
