<https://ns.webcivics.net/jural/> a <http://www.w3.org/2002/07/owl#Ontology>;
    <http://purl.org/dc/terms/title> "Hohfeldian Jural Relations"@en;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Eight fundamental legal positions (Hohfeld 1913) as correlatives + opposites."@en.
<https://ns.webcivics.net/jural/JuralRelation> a <http://www.w3.org/2000/01/rdf-schema#Class>;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "jural relation"@en;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A position one agent holds, over some content, TOWARD another agent, within a frame."@en.
<https://ns.webcivics.net/jural/FirstOrder> a <http://www.w3.org/2000/01/rdf-schema#Class>;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://ns.webcivics.net/jural/JuralRelation>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Rules of conduct (Claim/Duty, Privilege/No-Right)."@en.
<https://ns.webcivics.net/jural/SecondOrder> a <http://www.w3.org/2000/01/rdf-schema#Class>;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://ns.webcivics.net/jural/JuralRelation>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Rules of control / mutation of legal positions (Power/Liability, Immunity/Disability)."@en.
<https://ns.webcivics.net/jural/correlative> 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/jural/JuralRelation>;
    <http://www.w3.org/2000/01/rdf-schema#range> <https://ns.webcivics.net/jural/JuralRelation>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "If A holds P toward B over φ, B holds correlative(P) toward A over φ. Involutive."@en.
<https://ns.webcivics.net/jural/opposite> 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/jural/JuralRelation>;
    <http://www.w3.org/2000/01/rdf-schema#range> <https://ns.webcivics.net/jural/JuralRelation>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "The position whose holding by the same agent negates this one. Involutive."@en.
<https://ns.webcivics.net/jural/heldBy> 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/Agent>.
<https://ns.webcivics.net/jural/toward> 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/Agent>.
<https://ns.webcivics.net/jural/overContent> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>.
<https://ns.webcivics.net/jural/opcode> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "The u8 engine opcode (jural.rs), 0x30–0x37."@en.
<https://ns.webcivics.net/jural/Claim> a <https://ns.webcivics.net/jural/FirstOrder>;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "claim"@en;
    <http://www.w3.org/2004/02/skos/core#altLabel> "right (claim-right)"@en;
    <https://ns.webcivics.net/jural/opcode> 48;
    <https://ns.webcivics.net/jural/correlative> <https://ns.webcivics.net/jural/Duty>;
    <https://ns.webcivics.net/jural/opposite> <https://ns.webcivics.net/jural/NoRight>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A has a Claim that B do φ  ⟺  B has a Duty to A to do φ."@en.
<https://ns.webcivics.net/jural/Duty> a <https://ns.webcivics.net/jural/FirstOrder>;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "duty"@en;
    <https://ns.webcivics.net/jural/opcode> 49;
    <https://ns.webcivics.net/jural/correlative> <https://ns.webcivics.net/jural/Claim>;
    <https://ns.webcivics.net/jural/opposite> <https://ns.webcivics.net/jural/Privilege>.
<https://ns.webcivics.net/jural/Privilege> a <https://ns.webcivics.net/jural/FirstOrder>;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "privilege"@en;
    <http://www.w3.org/2004/02/skos/core#altLabel> "liberty"@en;
    <https://ns.webcivics.net/jural/opcode> 50;
    <https://ns.webcivics.net/jural/correlative> <https://ns.webcivics.net/jural/NoRight>;
    <https://ns.webcivics.net/jural/opposite> <https://ns.webcivics.net/jural/Duty>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A has a Privilege to do φ  ⟺  B has No-Right that A not do φ."@en.
<https://ns.webcivics.net/jural/NoRight> a <https://ns.webcivics.net/jural/FirstOrder>;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "no-right"@en;
    <https://ns.webcivics.net/jural/opcode> 51;
    <https://ns.webcivics.net/jural/correlative> <https://ns.webcivics.net/jural/Privilege>;
    <https://ns.webcivics.net/jural/opposite> <https://ns.webcivics.net/jural/Claim>.
<https://ns.webcivics.net/jural/Power> a <https://ns.webcivics.net/jural/SecondOrder>;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "power"@en;
    <https://ns.webcivics.net/jural/opcode> 52;
    <https://ns.webcivics.net/jural/correlative> <https://ns.webcivics.net/jural/Liability>;
    <https://ns.webcivics.net/jural/opposite> <https://ns.webcivics.net/jural/Disability>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A has Power to alter B's legal position  ⟺  B has Liability to be so altered."@en.
<https://ns.webcivics.net/jural/Liability> a <https://ns.webcivics.net/jural/SecondOrder>;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "liability"@en;
    <https://ns.webcivics.net/jural/opcode> 53;
    <https://ns.webcivics.net/jural/correlative> <https://ns.webcivics.net/jural/Power>;
    <https://ns.webcivics.net/jural/opposite> <https://ns.webcivics.net/jural/Immunity>.
<https://ns.webcivics.net/jural/Immunity> a <https://ns.webcivics.net/jural/SecondOrder>;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "immunity"@en;
    <https://ns.webcivics.net/jural/opcode> 54;
    <https://ns.webcivics.net/jural/correlative> <https://ns.webcivics.net/jural/Disability>;
    <https://ns.webcivics.net/jural/opposite> <https://ns.webcivics.net/jural/Liability>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A has Immunity from B altering A's position  ⟺  B has Disability (no-power) to do so. The non-derogable core (ICCPR Art 4(2)) is an Immunity."@en.
<https://ns.webcivics.net/jural/Disability> a <https://ns.webcivics.net/jural/SecondOrder>;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "disability"@en;
    <http://www.w3.org/2004/02/skos/core#altLabel> "no-power"@en;
    <https://ns.webcivics.net/jural/opcode> 55;
    <https://ns.webcivics.net/jural/correlative> <https://ns.webcivics.net/jural/Immunity>;
    <https://ns.webcivics.net/jural/opposite> <https://ns.webcivics.net/jural/Power>.
<https://ns.webcivics.net/jural/naturalPersonExclusive> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Marks a content whose benefit positions are exclusive to values:NaturalPerson."@en.
