<?xml version="1.0"?>
<rdf:RDF xmlns="http://schemas.scales-okn.org/rdf/scales#" xml:base="http://schemas.scales-okn.org/rdf/scales#"
    xmlns:j="http://release.niem.gov/niem/domains/jxdm/7.2/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:nc="http://release.niem.gov/niem/niem-core/5.0/"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:xml="http://www.w3.org/XML/1998/namespace"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:fips="http://release.niem.gov/niem/codes/fips/5.0/"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
    <owl:Ontology rdf:about="http://schemas.scales-okn.org/rdf/scales#">
        <owl:versionIRI rdf:resource="http://schemas.scales-okn.org/rdf/scales#/1.0"/>
        <rdfs:comment>Systematic Content Analysis of Litigation EventS Open Knowledge Network ontology for legal case data representation.</rdfs:comment>
    </owl:Ontology>

    <owl:Class rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/Case">
        <rdfs:label xml:lang="en">Case</rdfs:label>
        <rdfs:description xml:lang="en">A court proceeding involving specified charges, parties, and judicial actions, recorded in an official case management system.</rdfs:description>
    </owl:Class>

    <owl:Class rdf:about="http://schemas.scales-okn.org/rdf/scales#CaseCivil">
        <rdfs:subClassOf rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Case"/>
        <rdfs:label xml:lang="en">Civil Case</rdfs:label>
        <rdfs:description xml:lang="en">A non-criminal legal proceeding between parties seeking legal remedy for a dispute or injury.</rdfs:description>
    </owl:Class>

    <owl:Class rdf:about="http://schemas.scales-okn.org/rdf/scales#CaseCriminal">
        <rdfs:subClassOf rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Case"/>
        <rdfs:label xml:lang="en">Criminal Case</rdfs:label>
        <rdfs:description xml:lang="en">A legal proceeding brought by a governmental authority against a defendant charged with violation of criminal law.</rdfs:description>
    </owl:Class>

    <owl:ObjectProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/CaseCharge">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Case"/>
        <rdfs:range rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Charge"/>
        <rdfs:label xml:lang="en">Case Charge</rdfs:label>
        <rdfs:description xml:lang="en">A specific legal accusation associated with a particular case.</rdfs:description>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://schemas.scales-okn.org/rdf/scales#BookingCase">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Booking"/>
        <rdfs:range rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Case"/>
        <rdfs:label xml:lang="en">Booking Case</rdfs:label>
        <rdfs:description xml:lang="en">A specific case associated with booking.</rdfs:description>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/CaseCourt">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Case"/>
        <rdfs:range rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Court"/>
        <rdfs:label xml:lang="en">Case Court</rdfs:label>
        <rdfs:description xml:lang="en">The judicial body with jurisdiction over a specific case.</rdfs:description>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/CaseDefendantParty">
        <rdfs:domain rdf:resource="http://schemas.scales-okn.org/rdf/scales#CaseCriminal"/>
        <rdfs:range rdf:resource="http://schemas.scales-okn.org/rdf/scales#Party"/>
        <rdfs:label xml:lang="en">Defendant</rdfs:label>
        <rdfs:description xml:lang="en">A party against whom a criminal proceeding is brought.</rdfs:description>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://schemas.scales-okn.org/rdf/scales#AttorneyFirm">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Attorney"/>
        <rdfs:range rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/JudicialOfficialFirm"/>
        <rdfs:label xml:lang="en">Attorney Law Firm</rdfs:label>
        <rdfs:description xml:lang="en">An agency at which a judicial official works.</rdfs:description>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/CaseDefenseAttorney">
        <rdfs:domain rdf:resource="http://schemas.scales-okn.org/rdf/scales#CaseCriminal"/>
        <rdfs:range rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Attorney"/>
        <rdfs:label xml:lang="en">Defense Attorney</rdfs:label>
        <rdfs:description xml:lang="en">A legal representative who advocates for the defendant in a criminal case.</rdfs:description>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/CaseInitiatingAttorney">
        <rdfs:domain rdf:resource="http://schemas.scales-okn.org/rdf/scales#CaseCivil"/>
        <rdfs:range rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Attorney"/>
        <rdfs:label xml:lang="en">Initiating Attorney</rdfs:label>
        <rdfs:description xml:lang="en">A legal representative who files or initiates a civil case on behalf of a client.</rdfs:description>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/CaseInitiatingParty">
        <rdfs:domain rdf:resource="http://schemas.scales-okn.org/rdf/scales#CaseCivil"/>
        <rdfs:range rdf:resource="http://schemas.scales-okn.org/rdf/scales#Party"/>
        <rdfs:label xml:lang="en">Initiating Party</rdfs:label>
        <rdfs:description xml:lang="en">A person, organization, or entity that files or initiates a civil case.</rdfs:description>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/CaseJudge">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Case"/>
        <rdfs:range rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Judge"/>
        <rdfs:label xml:lang="en">Case Judge</rdfs:label>
        <rdfs:description xml:lang="en">A judicial officer assigned to preside over a specific case.</rdfs:description>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/CaseProsecutingAttorney">
        <rdfs:domain rdf:resource="http://schemas.scales-okn.org/rdf/scales#CaseCriminal"/>
        <rdfs:range rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Attorney"/>
        <rdfs:label xml:lang="en">Prosecuting Attorney</rdfs:label>
        <rdfs:description xml:lang="en">A government attorney who represents the state in a criminal proceeding against a defendant.</rdfs:description>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/CaseRespondentParty">
        <rdfs:domain rdf:resource="http://schemas.scales-okn.org/rdf/scales#CaseCivil"/>
        <rdfs:range rdf:resource="http://schemas.scales-okn.org/rdf/scales#Party"/>
        <rdfs:label xml:lang="en">Respondent</rdfs:label>
        <rdfs:description xml:lang="en">A party against whom a civil proceeding is brought or who is required to answer in a civil proceeding.</rdfs:description>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://schemas.scales-okn.org/rdf/scales#DocketTable">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Case"/>
        <rdfs:range rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/RegisterOfActions"/>
        <rdfs:label xml:lang="en">Docket Table</rdfs:label>
        <rdfs:description xml:lang="en">A chronological list of documents filed and actions taken in a court case.</rdfs:description>
    </owl:ObjectProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/niem-core/5.0/CaseDocketId">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Case"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Case Docket Id</rdfs:label>
        <rdfs:description xml:lang="en">A unique identifier assigned to a case by a court for tracking purposes.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/niem-core/5.0/CaseGeneralCategoryText">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Case"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Case General Category</rdfs:label>
        <rdfs:description xml:lang="en">A broad classification of a case, such as criminal, civil, family, or probate.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/niem-core/5.0/CaseSubCategoryText">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Case"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Case Sub Category</rdfs:label>
        <rdfs:description xml:lang="en">A more specific classification within a case general category, such as felony, misdemeanor, tort, or contract.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/niem-core/5.0/EndDate">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Case"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
        <rdfs:label xml:lang="en">End Date</rdfs:label>
        <rdfs:description xml:lang="en">The date on which a case was closed or terminated.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/niem-core/5.0/JurisdictionText">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Case"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Jurisdiction</rdfs:label>
        <rdfs:description xml:lang="en">The legal authority of a court to hear and decide a specific case, including geographical boundaries and subject matter limitations.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/niem-core/5.0/StartDate">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Case"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
        <rdfs:label xml:lang="en">Start Date</rdfs:label>
        <rdfs:description xml:lang="en">The date on which a case was filed or initiated.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/niem-core/5.0/StatusDescriptionText">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Case"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Case Status</rdfs:label>
        <rdfs:description xml:lang="en">The current procedural state of a case in the court process, such as active, closed, on appeal, or suspended.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/niem-core/5.0/StatuteKeywordText">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Case"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Statute Keyword</rdfs:label>
        <rdfs:description xml:lang="en">A key term or reference to a statute or legal authority relevant to a case.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:ObjectProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/ArrestSubject">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Arrest"/>
        <rdfs:range rdf:resource="http://release.niem.gov/niem/niem-core/5.0/Person"/>
        <rdfs:label xml:lang="en">Arrest Subject</rdfs:label>
        <rdfs:description xml:lang="en">The person who is taken into custody in an arrest.</rdfs:description>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/PersonCharge">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/niem-core/5.0/Person"/>
        <rdfs:range rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Charge"/>
        <rdfs:label xml:lang="en">Person Charge</rdfs:label>
        <rdfs:description xml:lang="en">A specific legal accusation against a person.</rdfs:description>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/SentenceSubject">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Sentence"/>
        <rdfs:range rdf:resource="http://release.niem.gov/niem/niem-core/5.0/Person"/>
        <rdfs:label xml:lang="en">Sentence Subject</rdfs:label>
        <rdfs:description xml:lang="en">The person upon whom a sentence is imposed following a conviction.</rdfs:description>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/BookingSubject">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Booking"/>
        <rdfs:range rdf:resource="http://release.niem.gov/niem/niem-core/5.0/Person"/>
        <rdfs:label xml:lang="en">Booking Subject</rdfs:label>
        <rdfs:description xml:lang="en">The person associated with a booking.</rdfs:description>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://schemas.scales-okn.org/rdf/scales#AppointedByParty">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Judge"/>
        <rdfs:range rdf:resource="http://schemas.scales-okn.org/rdf/scales#Party"/>
        <rdfs:label xml:lang="en">Appointed By Party</rdfs:label>
        <rdfs:description xml:lang="en">The person, organization, or authority responsible for the appointment of a judicial officer.</rdfs:description>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://schemas.scales-okn.org/rdf/scales#InstanceOfEntity">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/niem-core/5.0/Person"/>
        <rdfs:range rdf:resource="http://release.niem.gov/niem/niem-core/5.0/Person"/>
        <rdfs:label xml:lang="en">Instance of Entity</rdfs:label>
        <rdfs:description xml:lang="en">A relationship indicating that one person entity is an instance or specific occurrence of another more generic person entity.</rdfs:description>
    </owl:ObjectProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/niem-core/5.0/PersonFullName">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/niem-core/5.0/Person"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Full Name</rdfs:label>
        <rdfs:description xml:lang="en">The complete name of a person, including first, middle, last name, and any suffixes.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/niem-core/5.0/PersonRaceText">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/niem-core/5.0/Person"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Race</rdfs:label>
        <rdfs:description xml:lang="en">A classification of a person based on factors such as geographical ancestry and physical characteristics.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/niem-core/5.0/PersonSexText">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/niem-core/5.0/Person"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Sex</rdfs:label>
        <rdfs:description xml:lang="en">The biological sex of a person.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/CaseOfficialRoleText">
        <rdfs:domain rdf:resource="http://schemas.scales-okn.org/rdf/scales#Party"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Case Role</rdfs:label>
        <rdfs:description xml:lang="en">The function or capacity in which a party participates in a case proceeding.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/ParticipantRoleCategoryText">
        <rdfs:domain rdf:resource="http://schemas.scales-okn.org/rdf/scales#Party"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Participant Role Category</rdfs:label>
        <rdfs:description xml:lang="en">A classification of the role a party plays in a legal proceeding, such as plaintiff, defendant, witness, or juror.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/JudicialOfficialCategoryText">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Judge"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Judicial Official Category</rdfs:label>
        <rdfs:description xml:lang="en">A classification of a judicial officer, such as chief judge, magistrate, or commissioner.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://schemas.scales-okn.org/rdf/scales#CommissionDate">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Judge"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
        <rdfs:label xml:lang="en">Commission Date</rdfs:label>
        <rdfs:description xml:lang="en">The date on which a judge was officially appointed or began service in a judicial role.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://schemas.scales-okn.org/rdf/scales#HighestOffenseLevelOpening">
        <rdfs:domain rdf:resource="http://schemas.scales-okn.org/rdf/scales#Party"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Highest Offense Level Opening</rdfs:label>
        <rdfs:description xml:lang="en">The most serious level of offense charged against a party at the initiation of a case.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://schemas.scales-okn.org/rdf/scales#HighestOffenseLevelTerminated">
        <rdfs:domain rdf:resource="http://schemas.scales-okn.org/rdf/scales#Party"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Highest Level Offense Terminated</rdfs:label>
        <rdfs:description xml:lang="en">The most serious level of offense for which a party was convicted or found responsible at the conclusion of a case.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://schemas.scales-okn.org/rdf/scales#PartyReferenceInExtraInfo">
        <rdfs:domain rdf:resource="http://schemas.scales-okn.org/rdf/scales#Party"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Extra Information</rdfs:label>
        <rdfs:description xml:lang="en">Additional details or notes about a party not captured in other structured fields.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:Class rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/Charge">
        <rdfs:label xml:lang="en">Charge</rdfs:label>
        <rdfs:description xml:lang="en">A formal allegation that a specific person has committed a specific offense.</rdfs:description>
    </owl:Class>

    <owl:ObjectProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/ArrestCharge">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Arrest"/>
        <rdfs:range rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Charge"/>
        <rdfs:label xml:lang="en">Arrest Charge</rdfs:label>
        <rdfs:description xml:lang="en">A formal allegation associated with a specific arrest event.</rdfs:description>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/ChargeSentence">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Charge"/>
        <rdfs:range rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Sentence"/>
        <rdfs:label xml:lang="en">Charge Sentence</rdfs:label>
        <rdfs:description xml:lang="en">The penalty imposed by a court for a specific charge following a conviction.</rdfs:description>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://schemas.scales-okn.org/rdf/scales#ChargeBail">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Charge"/>
        <rdfs:range rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Bail"/>
        <rdfs:label xml:lang="en">Charge Bail</rdfs:label>
        <rdfs:description xml:lang="en">A set bail amount associated with a charge.</rdfs:description>
    </owl:ObjectProperty>
    
    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/ChargeDisposition">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Charge"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Charge Disposition</rdfs:label>
        <rdfs:description xml:lang="en">The final status or resolution of a charge, such as convicted, acquitted, dismissed, or dropped.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/ChargeSequenceID">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Charge"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Charge Sequence Id</rdfs:label>
        <rdfs:description xml:lang="en">A sequential identifier used to distinguish multiple charges in the same case.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/ChargeText">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Charge"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Charge</rdfs:label>
        <rdfs:description xml:lang="en">A textual description of the specific criminal violation alleged.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/CourtCategoryCode">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Charge"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Court Category Code</rdfs:label>
        <rdfs:description xml:lang="en">A code indicating the type of court with jurisdiction over a charge.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/ChargeCategoryDescriptionText">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Charge"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Charge Type</rdfs:label>
        <rdfs:description xml:lang="en">A classification of a charge, such as felony, misdemeanor, infraction, or civil violation.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:Class rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/Court">
        <rdfs:subClassOf rdf:resource="http://release.niem.gov/niem/niem-core/5.0/Organization"/>
        <rdfs:label xml:lang="en">Court</rdfs:label>
        <rdfs:description xml:lang="en">A governmental body with authority to adjudicate legal disputes and administer justice in civil, criminal, and administrative matters.</rdfs:description>
    </owl:Class>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/CourtName">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Court"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Court Name</rdfs:label>
        <rdfs:description xml:lang="en">The official designation or title of a court.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://schemas.scales-okn.org/rdf/scales#InCircuit">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Court"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Circuit</rdfs:label>
        <rdfs:description xml:lang="en">The judicial circuit or district in which a court is located or has jurisdiction.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/ArrestOffenseID">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Arrest"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Arrest Offense ID</rdfs:label>
        <rdfs:description xml:lang="en">A unique identifier assigned to an arrest offense.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/ArrestOffenseIDSuffix">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Arrest"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Arrest Offense ID Suffix</rdfs:label>
        <rdfs:description xml:lang="en">A suffix or additional identifier that qualifies an arrest offense ID.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/ArrestReportDate">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Arrest"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
        <rdfs:label xml:lang="en">Arrest Report Date</rdfs:label>
        <rdfs:description xml:lang="en">The date on which an arrest was reported or documented.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/ArrestReportTime">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Arrest"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#time"/>
        <rdfs:label xml:lang="en">Arrest Report Time</rdfs:label>
        <rdfs:description xml:lang="en">The time at which an arrest was reported or documented.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/ArrestDate">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Arrest"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
        <rdfs:label xml:lang="en">Arrest Date</rdfs:label>
        <rdfs:description xml:lang="en">The date on which an arrest occurred.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/ArrestTime">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Arrest"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#time"/>
        <rdfs:label xml:lang="en">Arrest Time</rdfs:label>
        <rdfs:description xml:lang="en">The time at which an arrest occurred.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/EvidencePossessionDate">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Arrest"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
        <rdfs:label xml:lang="en">Evidence Possession Date</rdfs:label>
        <rdfs:description xml:lang="en">The date associated with possession of contraband or evidence in an arrest case.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/EvidencePossessionTime">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Arrest"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#time"/>
        <rdfs:label xml:lang="en">Evidence Possession Time</rdfs:label>
        <rdfs:description xml:lang="en">The time associated with possession of contraband or evidence in an arrest case.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/ArrestOfficerID">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Arrest"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Arrest Officer ID</rdfs:label>
        <rdfs:description xml:lang="en">An identifier for the law enforcement officer who reported or documented an arrest.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/niem-core/5.2/#CensusBlockGroup">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Arrest"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Census Block Group</rdfs:label>
        <rdfs:description xml:lang="en">A statistical division defined by the U.S. Census Bureau representing a geographical area containing between 600 and 3,000 people.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/PoliceBeat">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Arrest"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Police Beat</rdfs:label>
        <rdfs:description xml:lang="en">A designated geographical area assigned to law enforcement officers for regular patrol duties.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/PoliceZone">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Arrest"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Police Zone</rdfs:label>
        <rdfs:description xml:lang="en">A larger administrative geographic division that encompasses multiple police beats.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/niem-core/5.2/#PersonBirthYear">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/niem-core/5.0/Person"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#gYear"/>
        <rdfs:label xml:lang="en">Person Birth Year</rdfs:label>
        <rdfs:description xml:lang="en">The year in which a person was born.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/StatuteCodeSection">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Charge"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Statute Code Section</rdfs:label>
        <rdfs:description xml:lang="en">A reference to a specific section of a legal code or statute related to a charge.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/ChargeType">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Charge"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Charge Type</rdfs:label>
        <rdfs:description xml:lang="en">A type of charge.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/ChargeLevel">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Charge"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Charge Level</rdfs:label>
        <rdfs:description xml:lang="en">A classification of the severity level of a charge, such as felony or misdemeanor.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/CobraSection">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Charge"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">COBRA Section</rdfs:label>
        <rdfs:description xml:lang="en">A code used to categorize offenses according to the FBI's Collection of Reportable Incidents.</rdfs:description>
    </owl:DatatypeProperty>
    
    <owl:Class rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/Arrest">
        <rdfs:label xml:lang="en">Arrest</rdfs:label>
        <rdfs:description xml:lang="en">The act of detaining a person in legal custody by authority of law for the purpose of charging the person with a criminal offense or violation.</rdfs:description>
    </owl:Class>

    <owl:ObjectProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/ArrestIncident">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Arrest"/>
        <rdfs:range rdf:resource="http://release.niem.gov/niem/niem-core/5.0/Incident"/>
        <rdfs:label xml:lang="en">Arrest Incident</rdfs:label>
        <rdfs:description xml:lang="en">The event or occurrence that led to or resulted in an arrest.</rdfs:description>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/ArrestRelease">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Arrest"/>
        <rdfs:range rdf:resource="http://release.niem.gov/niem/niem-core/5.0/Release"/>
        <rdfs:label xml:lang="en">Arrest Release</rdfs:label>
        <rdfs:description xml:lang="en">The act of freeing a person from custody following an arrest.</rdfs:description>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/ArrestingAgency">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Arrest"/>
        <rdfs:range rdf:resource="http://release.niem.gov/niem/niem-core/5.0/Organization"/>
        <rdfs:label xml:lang="en">Arresting Agency</rdfs:label>
        <rdfs:description xml:lang="en">The law enforcement organization responsible for taking a person into custody.</rdfs:description>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/ArrestBooking">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Arrest"/>
        <rdfs:range rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Booking"/>
        <rdfs:label xml:lang="en">Arrest Booking</rdfs:label> 
        <rdfs:description xml:lang="en">The administrative process associated with an arrest that documents and records information about the person taken into custody.</rdfs:description>
    </owl:ObjectProperty>

    <owl:Class rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/Sentence">
        <rdfs:label xml:lang="en">Sentence</rdfs:label>
        <rdfs:description xml:lang="en">The penalty imposed by a court on a convicted defendant, such as incarceration, probation, or fine.</rdfs:description>
    </owl:Class>

    <owl:ObjectProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/SentenceFineAmount">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Sentence"/>
        <rdfs:range rdf:resource="http://release.niem.gov/niem/niem-core/5.0/Amount"/>
        <rdfs:description xml:lang="en">The monetary penalty imposed as part of a sentence.</rdfs:description>
    </owl:ObjectProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/SentenceImposedText">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Sentence"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Sentence Imposed Text</rdfs:label>
        <rdfs:description xml:lang="en">A textual description of the complete sentence imposed by a court.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:Class rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/RegisterAction">
        <rdfs:label xml:lang="en">Docket Entry</rdfs:label>
        <rdfs:description xml:lang="en">A record of a specific filing, decision, or activity in a court case.</rdfs:description>
    </owl:Class>

    <owl:Class rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/RegisterOfActions">
        <rdfs:label xml:lang="en">Docket Table</rdfs:label>
        <rdfs:description xml:lang="en">The complete chronological collection of entries in a court case.</rdfs:description>
    </owl:Class>

    <owl:ObjectProperty rdf:about="http://schemas.scales-okn.org/rdf/scales#DocketEntry">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/RegisterOfActions"/>
        <rdfs:range rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/RegisterAction"/>
        <rdfs:label xml:lang="en">Docket Entry</rdfs:label>
        <rdfs:description xml:lang="en">An individual entry in a case docket.</rdfs:description>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://schemas.scales-okn.org/rdf/scales#IfpJudgeAttribution">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/RegisterAction"/>
        <rdfs:range rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Judge"/>
        <rdfs:label xml:lang="en">Judge Attribution</rdfs:label>
        <rdfs:description xml:lang="en">The judicial officer responsible for or associated with a specific docket entry.</rdfs:description>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://schemas.scales-okn.org/rdf/scales#JudgeReference">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/RegisterAction"/>
        <rdfs:range rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Judge"/>
        <rdfs:label xml:lang="en">Judge Reference</rdfs:label>
        <rdfs:description xml:lang="en">A reference to a judicial officer mentioned in a docket entry.</rdfs:description>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://schemas.scales-okn.org/rdf/scales#ReferenceToOtherEntry">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/RegisterAction"/>
        <rdfs:range rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/RegisterAction"/>
        <rdfs:label xml:lang="en">References Entry</rdfs:label>
        <rdfs:description xml:lang="en">A reference from one docket entry to another related entry in the same case.</rdfs:description>
    </owl:ObjectProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/RegisterActionDate">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/RegisterAction"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
        <rdfs:label xml:lang="en">Register Action Date</rdfs:label>
        <rdfs:description xml:lang="en">The date on which an action was recorded in the court docket.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/RegisterActionDescriptionText">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/RegisterAction"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Register Action Description</rdfs:label>
        <rdfs:description xml:lang="en">A narrative description of a filing, decision, or activity recorded in a court docket.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/niem-core/5.0/AdministrativeID">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/RegisterAction"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Administrative Id</rdfs:label>
        <rdfs:description xml:lang="en">A unique identifier assigned to a specific docket entry for administrative purposes.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:ObjectProperty rdf:about="http://schemas.scales-okn.org/rdf/scales#OntologyLabel">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/RegisterAction"/>
        <rdfs:range rdf:resource="http://schemas.scales-okn.org/rdf/scales#EventLabel"/>
        <rdfs:label xml:lang="en">Ontology Label</rdfs:label>
        <rdfs:description xml:lang="en">A machine-readable classification or categorization of a docket entry type.</rdfs:description>
    </owl:ObjectProperty>

    <owl:Class rdf:about="http://release.niem.gov/niem/niem-core/5.0/Organization">
        <rdfs:subClassOf rdf:resource="http://release.niem.gov/niem/niem-core/5.0/Entity"/>
        <rdfs:label xml:lang="en">Organization</rdfs:label>
        <rdfs:description xml:lang="en">A structured group of people or entities formed for a specific purpose.</rdfs:description>
    </owl:Class>

    <owl:Class rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/JudicialOfficialFirm">
        <rdfs:subClassOf rdf:resource="http://release.niem.gov/niem/niem-core/5.0/Organization"/>
        <rdfs:label xml:lang="en">Law Firm</rdfs:label>
        <rdfs:description xml:lang="en">A business entity formed by one or more lawyers to engage in the practice of law.</rdfs:description>
    </owl:Class>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/niem-core/5.0/OrganizationName">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/niem-core/5.0/Organization"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Organization Name</rdfs:label>
        <rdfs:description xml:lang="en">The official name of an organization, agency, business, or institution.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:Class rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/Bail">
        <rdfs:label xml:lang="en">Bail</rdfs:label>
        <rdfs:description xml:lang="en">A security deposit required by a court to obtain the release of a defendant from custody pending trial or appeal.</rdfs:description>
    </owl:Class>

    <owl:Class rdf:about="http://release.niem.gov/niem/niem-core/5.0/Amount">
        <rdfs:label xml:lang="en">Amount</rdfs:label>
        <rdfs:description xml:lang="en">A monetary value or quantity, typically used to represent financial transactions in legal proceedings.</rdfs:description>
    </owl:Class>

    <owl:Class rdf:about="http://release.niem.gov/niem/niem-core/5.0/Incident">
        <rdfs:label xml:lang="en">Incident</rdfs:label>
        <rdfs:description xml:lang="en">An occurrence or event that may require a response by law enforcement or may be recorded for administrative purposes.</rdfs:description>
    </owl:Class>

    <owl:Class rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/Felony">
        <rdfs:subClassOf rdf:resource="http://release.niem.gov/niem/niem-core/5.0/Incident"/>
        <rdfs:label xml:lang="en">Felony</rdfs:label>
        <rdfs:description xml:lang="en">A serious criminal offense typically punishable by imprisonment for more than one year or death.</rdfs:description>
    </owl:Class>

    <owl:Class rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/Misdemeanor">
        <rdfs:subClassOf rdf:resource="http://release.niem.gov/niem/niem-core/5.0/Incident"/>
        <rdfs:label xml:lang="en">Misdemeanor</rdfs:label>
        <rdfs:description xml:lang="en">A less serious criminal offense typically punishable by incarceration for one year or less.</rdfs:description>
    </owl:Class>

    <owl:Class rdf:about="http://release.niem.gov/niem/niem-core/5.0/Release">
        <rdfs:label xml:lang="en">Release</rdfs:label>
        <rdfs:description xml:lang="en">The act of freeing a person from custody or confinement following arrest, booking, or incarceration.</rdfs:description>
    </owl:Class>

    <owl:Class rdf:about="http://release.niem.gov/niem/niem-core/5.0/Location">
        <rdfs:label xml:lang="en">Location</rdfs:label>
        <rdfs:description xml:lang="en">A specific place, site, or position, which may be described by address, coordinates, or relative location information.</rdfs:description>
    </owl:Class>

    <owl:Class rdf:about="http://schemas.scales-okn.org/rdf/scales#EventLabel">
        <rdfs:description xml:lang="en">Events are high-level categories of activity in a case</rdfs:description>
        <rdfs:label xml:lang="en">Label Event</rdfs:label>
        <rdfs:description xml:lang="en">A standardized categorization of significant activities or occurrences in a legal case.</rdfs:description>
    </owl:Class>

    <owl:Class rdf:about="http://schemas.scales-okn.org/rdf/scales#LabelAttribute">
        <rdfs:description xml:lang="en">Attributes are paired with events and provide additional detail pertinent to a given event</rdfs:description>
        <rdfs:label xml:lang="en">Label Attribute</rdfs:label>
        <rdfs:description xml:lang="en">Additional descriptive information that qualifies or provides context for a labeled event in a legal case.</rdfs:description>
    </owl:Class>

    <owl:ObjectProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/BailSetAmount">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Bail"/>
        <rdfs:range rdf:resource="http://release.niem.gov/niem/niem-core/5.0/Amount"/>
        <rdfs:label xml:lang="en">Set Bail Amount</rdfs:label>
        <rdfs:description xml:lang="en">The monetary value established by a court as security for the release of a defendant.</rdfs:description>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/BookingRelease">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/Booking"/>
        <rdfs:range rdf:resource="http://release.niem.gov/niem/niem-core/5.0/Release"/>
        <rdfs:label xml:lang="en">Booking Release</rdfs:label>
        <rdfs:description xml:lang="en">The discharge of a person from custody after the booking process is complete.</rdfs:description>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://schemas.scales-okn.org/rdf/scales#EventAttribute">
        <rdfs:domain rdf:resource="http://schemas.scales-okn.org/rdf/scales#EventLabel"/>
        <rdfs:range rdf:resource="http://schemas.scales-okn.org/rdf/scales#LabelAttribute"/>
        <rdfs:description xml:lang="en">Attributes are paired with events and provide additional detail pertinent to a given event. Some attributes pertain only to certain specific events; others are "floating" attributes and can be attached to any event or larger categories of events.</rdfs:description>
        <rdfs:label xml:lang="en">Event Attribute</rdfs:label>
    </owl:ObjectProperty>

    <owl:DatatypeProperty rdf:about="http://schemas.scales-okn.org/rdf/scales#MotionForDefaultJudgement">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/domains/jxdm/7.2/RegisterAction"/>
        <rdfs:label xml:lang="en">Motion for Default Judgment</rdfs:label>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:description xml:lang="en">A request submitted to a court for judgment in favor of a plaintiff when a defendant has failed to appear or respond to a complaint.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/niem-core/5.0/ContactMailingAddress">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/niem-core/5.0/Entity"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Mailing Address</rdfs:label>
        <rdfs:description xml:lang="en">The postal location where an entity receives written correspondence.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/domains/jxdm/7.2/AddressPostalCode">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/niem-core/5.0/Entity"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Postal Code</rdfs:label>
        <rdfs:description xml:lang="en">A numeric or alphanumeric code designating a postal delivery area for an address.</rdfs:description>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://release.niem.gov/niem/codes/fips/5.0/CountryCode">
        <rdfs:domain rdf:resource="http://release.niem.gov/niem/niem-core/5.0/Entity"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">Country Code</rdfs:label>
        <rdfs:description xml:lang="en">A standard code identifying a country, based on the Federal Information Processing Standards (FIPS).</rdfs:description>
    </owl:DatatypeProperty>

</rdf:RDF>

