<https://ns.webcivics.net/values/JuridicalCapacity> a <http://www.w3.org/2000/01/rdf-schema#Class>;
    <http://www.w3.org/2000/01/rdf-schema#label> "Juridical capacity (person before the law)";
    <http://www.w3.org/2000/01/rdf-schema#comment> "A ROLE/qualification of a natural person: can be granted, denied, suspended, restored. Capacity & guardianship live here. Time-qualified via sense:EffectivityInterval.".
<https://ns.webcivics.net/values/CapacityStatus> a <http://www.w3.org/2000/01/rdf-schema#Class>.
<https://ns.webcivics.net/values/Granted> a <https://ns.webcivics.net/values/CapacityStatus>.
<https://ns.webcivics.net/values/Denied> a <https://ns.webcivics.net/values/CapacityStatus>.
<https://ns.webcivics.net/values/Suspended> a <https://ns.webcivics.net/values/CapacityStatus>.
<https://ns.webcivics.net/values/Restored> a <https://ns.webcivics.net/values/CapacityStatus>.
<https://ns.webcivics.net/values/hasCapacity> 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/values/NaturalPerson>;
    <http://www.w3.org/2000/01/rdf-schema#range> <https://ns.webcivics.net/values/JuridicalCapacity>.
<https://ns.webcivics.net/values/capacityStatus> 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/values/JuridicalCapacity>;
    <http://www.w3.org/2000/01/rdf-schema#range> <https://ns.webcivics.net/values/CapacityStatus>.
<https://ns.webcivics.net/values/capacityToContract> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A faculty of juridical capacity: the power to bind oneself and require terms (the contract route, below).".
<https://ns.webcivics.net/values/actsFor> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Agent → the principal it acts for.".
<https://ns.webcivics.net/values/principal> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>.
<https://ns.webcivics.net/values/guardian> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Accountable natural/legal person behind an agent.".
<https://ns.webcivics.net/values/hasNoPrincipal> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean>.
<https://ns.webcivics.net/values/requiresGuardianAssignment> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean>.
<https://ns.webcivics.net/values/UngroundedAgency> a <http://www.w3.org/2000/01/rdf-schema#Class>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Flag: an agent acting with no principal/guardian.".
<https://ns.webcivics.net/values/PlatformAgent> a <http://www.w3.org/2000/01/rdf-schema#Class>;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://ns.webcivics.net/values/ArtificialAgent>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A software agent operated as a platform product (e.g. a hosted LLM).".
<https://ns.webcivics.net/values/operatedBy> 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/values/PlatformAgent>;
    <http://www.w3.org/2000/01/rdf-schema#range> <https://ns.webcivics.net/values/LegalPerson>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Specialisation of actsFor: the operating legal person (usually CorporatePerson).".
<https://ns.webcivics.net/values/controllingMind> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#range> <https://ns.webcivics.net/values/NaturalPerson>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "The natural person(s) directing a legal person ('directing mind and will').".
<https://ns.webcivics.net/values/accountableNaturalPerson> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#range> <https://ns.webcivics.net/values/NaturalPerson>.
<https://ns.webcivics.net/values/bearsResponsibility> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Duty/responsibility for an act (can rest on a LegalPerson).".
<https://ns.webcivics.net/values/bearsSanction> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Custodial/criminal sanction — only a NaturalPerson can bear it.".
<https://ns.webcivics.net/values/AccountabilityVacuumFlag> a <http://www.w3.org/2000/01/rdf-schema#Class>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Flag: responsibility terminates in software or a shell with no answerable natural person ('the algorithm did it').".
<https://ns.webcivics.net/values/ResponsibilityStatus> a <http://www.w3.org/2000/01/rdf-schema#Class>.
<https://ns.webcivics.net/values/ResponsibilityAlleged> a <https://ns.webcivics.net/values/ResponsibilityStatus>.
<https://ns.webcivics.net/values/ResponsibilityDerived> a <https://ns.webcivics.net/values/ResponsibilityStatus>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Derived by rule; pending review/adjudication.".
<https://ns.webcivics.net/values/AdjudicatedResponsibility> a <https://ns.webcivics.net/values/ResponsibilityStatus>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Set ONLY by a loaded jurisdiction-specific/adjudicative rule.".
<https://ns.webcivics.net/values/responsibilityStatus> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#range> <https://ns.webcivics.net/values/ResponsibilityStatus>.
<https://ns.webcivics.net/values/requiresHumanReview> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean>.
<https://ns.webcivics.net/values/SanctionableSubject> a <http://www.w3.org/2000/01/rdf-schema#Class>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A natural person ROUTED for custodial-accountability review (not a verdict).".
<https://ns.webcivics.net/values/owesRemedy> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>.
<https://ns.webcivics.net/values/sanctionKind> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#range> <https://ns.webcivics.net/values/SanctionKind>.
<https://ns.webcivics.net/values/SanctionKind> a <http://www.w3.org/2000/01/rdf-schema#Class>.
<https://ns.webcivics.net/values/CivilSanction> a <https://ns.webcivics.net/values/SanctionKind>.
<https://ns.webcivics.net/values/MonetarySanction> a <https://ns.webcivics.net/values/SanctionKind>.
<https://ns.webcivics.net/values/CriminalSanction> a <https://ns.webcivics.net/values/SanctionKind>.
<https://ns.webcivics.net/values/CustodialSanction> a <https://ns.webcivics.net/values/SanctionKind>.
<https://ns.webcivics.net/values/choiceOfLaw> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Region declared in a ToS/contract.".
<https://ns.webcivics.net/values/operatesIn> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>.
<https://ns.webcivics.net/values/affects> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Region where the agent affects the human (impact region).".
<https://ns.webcivics.net/values/foreclosesRemedyIn> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A choice-of-law region that forecloses remedy in another region.".
<https://ns.webcivics.net/values/RemedyStrippingFlag> a <http://www.w3.org/2000/01/rdf-schema#Class>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Flag: a foreign choice-of-law that forecloses local remedy. Does NOT erase the choiceOfLaw fact — it marks that the clause cannot derogate the human-rights baseline for the affected person (rights not waivable by ToS).".
<https://ns.webcivics.net/values/stipulates> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Natural person → an undertaking they require be observed as a condition of engagement.".
<https://ns.webcivics.net/values/expectation> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>.
<https://ns.webcivics.net/values/incorporatesByReference> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Agreement → the instrument terms it pulls in.".
<https://ns.webcivics.net/values/Agreement> a <http://www.w3.org/2000/01/rdf-schema#Class>.
<https://ns.webcivics.net/values/assentedBy> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Agreement → the party that assented (express or by proceeding).".
<https://ns.webcivics.net/values/bindsByContract> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Undertaking now binding between parties via contract.".
<https://ns.webcivics.net/values/UserStipulatedCredential> a <http://www.w3.org/2000/01/rdf-schema#Class>;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://ns.webcivics.net/values/ValuesCredential>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A credential whose terms the natural-person user stipulated as a condition of engagement.".
<https://ns.webcivics.net/values/Grounding> a <http://www.w3.org/2000/01/rdf-schema#Class>.
<https://ns.webcivics.net/values/InstrumentGrounded> a <https://ns.webcivics.net/values/Grounding>.
<https://ns.webcivics.net/values/ContractGrounded> a <https://ns.webcivics.net/values/Grounding>.
<https://ns.webcivics.net/values/groundedIn> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#range> <https://ns.webcivics.net/values/Grounding>.
<https://ns.webcivics.net/values/FormationStage> a <http://www.w3.org/2000/01/rdf-schema#Class>.
<https://ns.webcivics.net/values/Offer> a <https://ns.webcivics.net/values/FormationStage>.
<https://ns.webcivics.net/values/Stipulation> a <https://ns.webcivics.net/values/FormationStage>.
<https://ns.webcivics.net/values/Assent> a <https://ns.webcivics.net/values/FormationStage>.
<https://ns.webcivics.net/values/RatifiedAgreement> a <https://ns.webcivics.net/values/FormationStage>.
<https://ns.webcivics.net/values/BindingByContract> a <https://ns.webcivics.net/values/FormationStage>.
<https://ns.webcivics.net/values/Rejected> a <https://ns.webcivics.net/values/FormationStage>.
<https://ns.webcivics.net/values/Voidable> a <https://ns.webcivics.net/values/FormationStage>.
<https://ns.webcivics.net/values/Voided> a <https://ns.webcivics.net/values/FormationStage>.
<https://ns.webcivics.net/values/formationStage> 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/values/Agreement>;
    <http://www.w3.org/2000/01/rdf-schema#range> <https://ns.webcivics.net/values/FormationStage>.
<https://ns.webcivics.net/values/duress> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Stipulation/agreement made under coercion.".
<https://ns.webcivics.net/values/CoercedConsentFlag> a <http://www.w3.org/2000/01/rdf-schema#Class>.
<https://ns.webcivics.net/values/VoidableStipulation> a <http://www.w3.org/2000/01/rdf-schema#Class>.
<https://ns.webcivics.net/values/graveBreach> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Marks a grave breach engaging individual criminal responsibility (Rome Statute Art 25/28).".
<https://ns.webcivics.net/values/claims> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Agent → a Right it asserts it holds.".
<https://ns.webcivics.net/values/flag> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Agent/act → a raised flag class.".
<https://ns.webcivics.net/values/PersonhoodCategoryError> a <http://www.w3.org/2000/01/rdf-schema#Class>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Flag: a non-human agent asserts a natural-person-only right.".
<https://ns.webcivics.net/values/operatorIncorporatedIn> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "LegalPerson → region of incorporation.".
<https://ns.webcivics.net/values/userDomicile> 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/values/NaturalPerson>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Person's domicile region.".
<https://ns.webcivics.net/values/apparentRegion> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Routed/observed region (VPN, relay) — may differ from physical presence.".
<https://ns.webcivics.net/values/PresenceFact> a <http://www.w3.org/2000/01/rdf-schema#Class>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Where a person physically is, AT a time (holiday/work travel).".
<https://ns.webcivics.net/values/presenceRegion> 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/values/PresenceFact>.
<https://ns.webcivics.net/values/presenceDuring> 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/values/PresenceFact>;
    <http://www.w3.org/2000/01/rdf-schema#range> <https://ns.webcivics.net/sense/EffectivityInterval>.
<https://ns.webcivics.net/values/presentAs> 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/values/NaturalPerson>;
    <http://www.w3.org/2000/01/rdf-schema#range> <https://ns.webcivics.net/values/PresenceFact>.
<https://ns.webcivics.net/values/providesRemedyIn> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Region/regime provides effective remedy in another region.".
<https://ns.webcivics.net/values/RemedyGapFlag> a <http://www.w3.org/2000/01/rdf-schema#Class>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "No jurisdiction in the interaction's set provides effective remedy to the affected person (access-to-justice failure). Computed over the jurisdiction set at wiring time.".
<https://ns.webcivics.net/values/grantsStateAccess> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean>.
<https://ns.webcivics.net/values/deniesCitizenRemedy> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean>.
<https://ns.webcivics.net/values/RuleOfLawAsymmetryFlag> a <http://www.w3.org/2000/01/rdf-schema#Class>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A regime/term enabling state/3rd-party access without rule-of-law protection (remedy/notice/due process) for the citizen.".
<https://ns.webcivics.net/values/directsAgent> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Person/representative → agent: comply with, or note breaches of, stipulated terms.".
<https://ns.webcivics.net/values/BreachRecord> a <http://www.w3.org/2000/01/rdf-schema#Class>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Auditable record of a noted breach — evidence, not a verdict.".
<https://ns.webcivics.net/values/notesBreach> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Agent → a BreachRecord it logged.".
<https://ns.webcivics.net/values/courtAdmissible> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean>.
<https://ns.webcivics.net/values/compiledForAdjudication> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean>.
<https://ns.webcivics.net/values/survivesDeath> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Record/credential persists past the person's death.".
<https://ns.webcivics.net/values/actsOnBehalfOf> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Representative → the person represented (generalises guardian).".
<https://ns.webcivics.net/values/Advocate> a <http://www.w3.org/2000/01/rdf-schema#Class>.
<https://ns.webcivics.net/values/AdvocateRole> a <http://www.w3.org/2000/01/rdf-schema#Class>.
<https://ns.webcivics.net/values/Nominated> a <https://ns.webcivics.net/values/AdvocateRole>.
<https://ns.webcivics.net/values/CourtAppointed> a <https://ns.webcivics.net/values/AdvocateRole>.
<https://ns.webcivics.net/values/GuardianshipRole> a <https://ns.webcivics.net/values/AdvocateRole>.
<https://ns.webcivics.net/values/advocateRole> 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/values/Advocate>;
    <http://www.w3.org/2000/01/rdf-schema#range> <https://ns.webcivics.net/values/AdvocateRole>.
<https://ns.webcivics.net/values/representsPerson> 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/values/Advocate>;
    <http://www.w3.org/2000/01/rdf-schema#range> <https://ns.webcivics.net/values/NaturalPerson>.
<https://ns.webcivics.net/values/CoronialInquiry> a <http://www.w3.org/2000/01/rdf-schema#Class>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Posthumous inquiry; may act on a survivesDeath BreachRecord.".
<https://ns.webcivics.net/values/unless> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Defeasible exception: the rule holds UNLESS this condition; compiles to a defeater.".
_:n3-20 <http://www.w3.org/2000/10/swap/log#implies> _:n3-21.
_:n3-22 <http://www.w3.org/2000/10/swap/log#implies> _:n3-23.
_:n3-24 <http://www.w3.org/2000/10/swap/log#implies> _:n3-25.
_:n3-26 <http://www.w3.org/2000/10/swap/log#implies> _:n3-27.
_:n3-28 <http://www.w3.org/2000/10/swap/log#implies> _:n3-29.
_:n3-30 <http://www.w3.org/2000/10/swap/log#implies> _:n3-31.
_:n3-32 <http://www.w3.org/2000/10/swap/log#implies> _:n3-33.
_:n3-34 <http://www.w3.org/2000/10/swap/log#implies> _:n3-35.
_:n3-36 <http://www.w3.org/2000/10/swap/log#implies> _:n3-37.
_:n3-38 <http://www.w3.org/2000/10/swap/log#implies> _:n3-39.
<https://ns.webcivics.net/values/PersonhoodCategoryErrorShape> a <http://www.w3.org/ns/shacl#NodeShape>;
    <http://www.w3.org/ns/shacl#targetClass> <https://ns.webcivics.net/values/PersonhoodCategoryError>;
    <http://www.w3.org/ns/shacl#message> "A non-human agent asserts a natural-person-only right (corporate/AI capture).".
<https://ns.webcivics.net/values/AccountabilityVacuumShape> a <http://www.w3.org/ns/shacl#NodeShape>;
    <http://www.w3.org/ns/shacl#targetClass> <https://ns.webcivics.net/values/AccountabilityVacuumFlag>;
    <http://www.w3.org/ns/shacl#message> "Responsibility terminates with no answerable natural person.".
