<https://ns.webcivics.net/jurisdiction/Jurisdiction> a <http://www.w3.org/2000/01/rdf-schema#Class>;
    <http://www.w3.org/2000/01/rdf-schema#label> "Jurisdiction".
<https://ns.webcivics.net/jurisdiction/State> a <http://www.w3.org/2000/01/rdf-schema#Class>;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://ns.webcivics.net/jurisdiction/Jurisdiction>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A UN member State — the unit that ratifies international instruments.".
<https://ns.webcivics.net/jurisdiction/SubStateJurisdiction> a <http://www.w3.org/2000/01/rdf-schema#Class>;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://ns.webcivics.net/jurisdiction/Jurisdiction>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A province / state / territory within a State (federal systems) — where implementation is realised.".
<https://ns.webcivics.net/jurisdiction/hasJurisdiction> 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/jurisdiction/State>;
    <http://www.w3.org/2000/01/rdf-schema#range> <https://ns.webcivics.net/jurisdiction/Jurisdiction>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A State contains a sub-state jurisdiction.".
<https://ns.webcivics.net/jurisdiction/within> 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/jurisdiction/Jurisdiction>;
    <http://www.w3.org/2000/01/rdf-schema#range> <https://ns.webcivics.net/jurisdiction/Jurisdiction>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Containment (sub → parent); inverse of hasJurisdiction.".
<https://ns.webcivics.net/jurisdiction/isoCode> 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/jurisdiction/Jurisdiction>;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string>.
<https://ns.webcivics.net/jurisdiction/Ratification> a <http://www.w3.org/2000/01/rdf-schema#Class>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A State's adoption of an instrument: status + dates + reservations. The norms bind the State within [entryIntoForceForState, denunciation).".
<https://ns.webcivics.net/jurisdiction/ratifies> 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/jurisdiction/Ratification>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "The instrument adopted (a values:ValuesCredential doc:Instrument).".
<https://ns.webcivics.net/jurisdiction/ratifiedBy> 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/jurisdiction/Ratification>;
    <http://www.w3.org/2000/01/rdf-schema#range> <https://ns.webcivics.net/jurisdiction/State>.
<https://ns.webcivics.net/jurisdiction/ratificationStatus> 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/jurisdiction/Ratification>;
    <http://www.w3.org/2000/01/rdf-schema#range> <https://ns.webcivics.net/jurisdiction/RatificationStatus>.
<https://ns.webcivics.net/jurisdiction/signatureDate> 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/jurisdiction/Ratification>;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#date>.
<https://ns.webcivics.net/jurisdiction/ratificationDate> 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/jurisdiction/Ratification>;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#date>.
<https://ns.webcivics.net/jurisdiction/entryIntoForceForState> 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/jurisdiction/Ratification>;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#date>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "When the instrument became BINDING for this State — the start of its per-jurisdiction in-force frame.".
<https://ns.webcivics.net/jurisdiction/reservation> 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/jurisdiction/Ratification>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A reservation/declaration narrowing the binding (scopes which norms apply).".
<https://ns.webcivics.net/jurisdiction/RatificationStatus> a <http://www.w3.org/2000/01/rdf-schema#Class>.
<https://ns.webcivics.net/jurisdiction/Signed> a <https://ns.webcivics.net/jurisdiction/RatificationStatus>.
<https://ns.webcivics.net/jurisdiction/Ratified> a <https://ns.webcivics.net/jurisdiction/RatificationStatus>.
<https://ns.webcivics.net/jurisdiction/Acceded> a <https://ns.webcivics.net/jurisdiction/RatificationStatus>.
<https://ns.webcivics.net/jurisdiction/Succeeded> a <https://ns.webcivics.net/jurisdiction/RatificationStatus>.
<https://ns.webcivics.net/jurisdiction/Denounced> a <https://ns.webcivics.net/jurisdiction/RatificationStatus>.
<https://ns.webcivics.net/jurisdiction/adopted> 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#date>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Adoption date (typed).".
<https://ns.webcivics.net/jurisdiction/entryIntoForce> 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#date>;
    <http://www.w3.org/2000/01/rdf-schema#comment> "General entry-into-force date of the instrument.".
<https://ns.webcivics.net/jurisdiction/RatificationShape> a <http://www.w3.org/ns/shacl#NodeShape>;
    <http://www.w3.org/ns/shacl#targetClass> <https://ns.webcivics.net/jurisdiction/Ratification>.
_:n3-81 <http://www.w3.org/ns/shacl#path> <https://ns.webcivics.net/jurisdiction/ratifies>;
    <http://www.w3.org/ns/shacl#minCount> 1;
    <http://www.w3.org/ns/shacl#message> "A ratification must name the instrument it binds the State to.".
<https://ns.webcivics.net/jurisdiction/RatificationShape> <http://www.w3.org/ns/shacl#property> _:n3-81.
_:n3-82 <http://www.w3.org/ns/shacl#path> <https://ns.webcivics.net/jurisdiction/ratifiedBy>;
    <http://www.w3.org/ns/shacl#minCount> 1;
    <http://www.w3.org/ns/shacl#class> <https://ns.webcivics.net/jurisdiction/State>;
    <http://www.w3.org/ns/shacl#message> "A ratification must be by a State.".
<https://ns.webcivics.net/jurisdiction/RatificationShape> <http://www.w3.org/ns/shacl#property> _:n3-82.
_:n3-83 <http://www.w3.org/ns/shacl#path> <https://ns.webcivics.net/jurisdiction/entryIntoForceForState>;
    <http://www.w3.org/ns/shacl#minCount> 1;
    <http://www.w3.org/ns/shacl#message> "A ratification must record when it became binding (the in-force frame start).".
<https://ns.webcivics.net/jurisdiction/RatificationShape> <http://www.w3.org/ns/shacl#property> _:n3-83.
<https://ns.webcivics.net/jurisdiction/Australia> a <https://ns.webcivics.net/jurisdiction/State>;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Commonwealth of Australia";
    <https://ns.webcivics.net/jurisdiction/isoCode> "AU";
    <https://ns.webcivics.net/jurisdiction/hasJurisdiction> <https://ns.webcivics.net/jurisdiction/AU-NSW>, <https://ns.webcivics.net/jurisdiction/AU-VIC>, <https://ns.webcivics.net/jurisdiction/AU-QLD>, <https://ns.webcivics.net/jurisdiction/AU-WA>, <https://ns.webcivics.net/jurisdiction/AU-SA>, <https://ns.webcivics.net/jurisdiction/AU-TAS>, <https://ns.webcivics.net/jurisdiction/AU-ACT>, <https://ns.webcivics.net/jurisdiction/AU-NT>.
<https://ns.webcivics.net/jurisdiction/AU-NSW> a <https://ns.webcivics.net/jurisdiction/SubStateJurisdiction>;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "New South Wales";
    <https://ns.webcivics.net/jurisdiction/within> <https://ns.webcivics.net/jurisdiction/Australia>.
<https://ns.webcivics.net/jurisdiction/AU-VIC> a <https://ns.webcivics.net/jurisdiction/SubStateJurisdiction>;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Victoria";
    <https://ns.webcivics.net/jurisdiction/within> <https://ns.webcivics.net/jurisdiction/Australia>.
<https://ns.webcivics.net/jurisdiction/AU-QLD> a <https://ns.webcivics.net/jurisdiction/SubStateJurisdiction>;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Queensland";
    <https://ns.webcivics.net/jurisdiction/within> <https://ns.webcivics.net/jurisdiction/Australia>.
<https://ns.webcivics.net/jurisdiction/AU-WA> a <https://ns.webcivics.net/jurisdiction/SubStateJurisdiction>;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Western Australia";
    <https://ns.webcivics.net/jurisdiction/within> <https://ns.webcivics.net/jurisdiction/Australia>.
<https://ns.webcivics.net/jurisdiction/AU-SA> a <https://ns.webcivics.net/jurisdiction/SubStateJurisdiction>;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "South Australia";
    <https://ns.webcivics.net/jurisdiction/within> <https://ns.webcivics.net/jurisdiction/Australia>.
<https://ns.webcivics.net/jurisdiction/AU-TAS> a <https://ns.webcivics.net/jurisdiction/SubStateJurisdiction>;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Tasmania";
    <https://ns.webcivics.net/jurisdiction/within> <https://ns.webcivics.net/jurisdiction/Australia>.
<https://ns.webcivics.net/jurisdiction/AU-ACT> a <https://ns.webcivics.net/jurisdiction/SubStateJurisdiction>;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Australian Capital Territory";
    <https://ns.webcivics.net/jurisdiction/within> <https://ns.webcivics.net/jurisdiction/Australia>.
<https://ns.webcivics.net/jurisdiction/AU-NT> a <https://ns.webcivics.net/jurisdiction/SubStateJurisdiction>;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Northern Territory";
    <https://ns.webcivics.net/jurisdiction/within> <https://ns.webcivics.net/jurisdiction/Australia>.
<https://ns.webcivics.net/jurisdiction/ratification-AU-ICCPR> a <https://ns.webcivics.net/jurisdiction/Ratification>;
    <https://ns.webcivics.net/jurisdiction/ratifies> <https://ns.webcivics.net/values/international-covenant-civil-and-political-rights#Instrument>;
    <https://ns.webcivics.net/jurisdiction/ratifiedBy> <https://ns.webcivics.net/jurisdiction/Australia>;
    <https://ns.webcivics.net/jurisdiction/ratificationStatus> <https://ns.webcivics.net/jurisdiction/Ratified>;
    <https://ns.webcivics.net/jurisdiction/ratificationDate> "1980-08-13"^^<http://www.w3.org/2001/XMLSchema#date>;
    <https://ns.webcivics.net/jurisdiction/entryIntoForceForState> "1980-11-13"^^<http://www.w3.org/2001/XMLSchema#date>;
    <https://ns.webcivics.net/values/dataStatus> <https://ns.webcivics.net/values/Illustrative>;
    <http://www.w3.org/ns/prov#wasDerivedFrom> <https://treaties.un.org/>.
