diff --git a/mellea/stdlib/reqlib/__init__.py b/mellea/stdlib/reqlib/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/mellea/stdlib/reqlib/legal.py b/mellea/stdlib/reqlib/legal.py new file mode 100644 index 00000000..a25e6cff --- /dev/null +++ b/mellea/stdlib/reqlib/legal.py @@ -0,0 +1,104 @@ +from mellea.stdlib.base import Context +from mellea.stdlib.requirement import Requirement, ValidationResult + +import json +import os +import re + +# region: citation_exists function and helpers + +def normalize_case_name(name) -> str: + """ + Converts a case name to a standard format. + + Args: + name: A string representing the case name. + + Returns: + A normalized case name. + """ + # 1. Lowercase everything + name = name.lower() + + # 2. Normalize 'vs', 'vs.', 'v', 'versus' to 'v.' + name = re.sub(r'\b(vs\.?|versus|v)(?!\.)\b', 'v.', name) + + # 3. Remove all non-alphanumeric characters except periods, spaces, and apostrophes + name = re.sub(r"[^a-z0-9.& ']+", '', name) + + # 4. Replace multiple spaces with a single space + name = re.sub(r'\s+', ' ', name) + + return name.strip() + +def citation_exists(ctx: Context, folder_path: str) -> ValidationResult: + """ + Given a case name and a directory, checks all of the CasesMetadata files in that directory + to see if the given case name can be found in it. + + Args: + ctx: Context + folder_path: a string representing the path to the database directory + + Returns: + A validation result indicating if a match was found between given case name and database + """ + if ctx is None: + return ValidationResult(False, reason="No context provided in output") + + last_output = ctx.last_output() + if last_output is None: + return ValidationResult(False, reason="No last output found in context") + + case_name = last_output.value + + if not case_name or not isinstance(case_name, str): + return ValidationResult(False, reason="No case name provided in output") + + normalized_input = normalize_case_name(case_name) + + # Search in all files in the folder + try: + files = os.listdir(folder_path) + except FileNotFoundError: + return ValidationResult(False, reason=f"Folder '{folder_path}' not found") + + case_names = set() + case_name_abb = set() + + # Iterate over all json files in the directory and extract info + for file in files: + if not file.endswith(".json"): + continue + try: + with open(os.path.join(folder_path, file), 'r') as f: + data = json.load(f) + + # Collect all case names (including abbreviated version) + for case in data: + if 'name' in case: + case_names.add(normalize_case_name(case['name'])) + if 'name_abbreviation' in case: + case_name_abb.add(normalize_case_name(case['name_abbreviation'])) + + except Exception as e: + return ValidationResult(False, reason=f"Error loading '{file}': {e!s}") + + # Check both name and name_abbreviation + if normalized_input in case_names or normalized_input in case_name_abb: + return ValidationResult(True, reason=f"'{case_name}' found in database") + else: + return ValidationResult(False, reason=f"'{case_name}' not found in database") + + +class CaseNameExistsInDatabase(Requirement): + """ + Checks if the output case name exists in the provided case metadata database. + """ + def __init__(self, folder_path: str): + self._folder_path = folder_path + super().__init__( + description="The case name should exist in the provided case metadata database.", + validation_fn=lambda ctx: citation_exists(ctx, self._folder_path), + ) +# endregion \ No newline at end of file diff --git a/test/__init__.py b/test/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/test/stdlib_basics/__init__.py b/test/stdlib_basics/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/test/stdlib_basics/legal/cases_metadata/va_report_vol_10_CasesMetadata.json b/test/stdlib_basics/legal/cases_metadata/va_report_vol_10_CasesMetadata.json new file mode 100644 index 00000000..5e569aee --- /dev/null +++ b/test/stdlib_basics/legal/cases_metadata/va_report_vol_10_CasesMetadata.json @@ -0,0 +1,4078 @@ +[ + { + "id": 6714595, + "name": "Buchanan v. Maynadier", + "name_abbreviation": "Buchanan v. Maynadier", + "decision_date": "1806-04", + "docket_number": "", + "first_page": "1063", + "last_page": "1064", + "citations": [ + { + "type": "nominative", + "cite": "6 Call 1" + }, + { + "type": "official", + "cite": "10 Va. 1" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "17 Gratt. 124", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732911 + ], + "opinion_index": -1, + "case_paths": [ + "/va/58/0278-01" + ] + }, + { + "cite": "1 Wash. 152", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "1 Call, 40", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "49" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Wash. 330", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6717185 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0562-01" + ] + } + ], + "analysis": { + "cardinality": 421, + "char_count": 8119, + "ocr_confidence": 0.51, + "pagerank": { + "raw": 4.9787804685531094e-08, + "percentile": 0.3128688197651678 + }, + "sha256": "15bccc2dc6f851acacf8eae15cd576ea5eec6e39dd1071db6380ecd82545d7f5", + "simhash": "1:0ab7da61d628f65f", + "word_count": 1441 + }, + "last_updated": "2024-02-27T22:16:43.660274+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1063-01", + "first_page_order": 7, + "last_page_order": 8 + }, + { + "id": 6714615, + "name": "Fitzhugh & al. v. Love's Ex'or", + "name_abbreviation": "Fitzhugh v. Love's Ex'or", + "decision_date": "1806-04", + "docket_number": "", + "first_page": "1064", + "last_page": "1066", + "citations": [ + { + "type": "nominative", + "cite": "6 Call 5" + }, + { + "type": "official", + "cite": "10 Va. 5" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Am. Dec. 568", + "category": "reporters:federal", + "reporter": "Am. Dec.", + "opinion_index": -1 + }, + { + "cite": "9 Gratt. 622", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450541 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0279-01" + ] + }, + { + "cite": "4 Call, 402", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716382 + ], + "opinion_index": -1, + "case_paths": [ + "/va/8/0768-01" + ] + }, + { + "cite": "2 Wash. 181", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714884 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0700-01" + ] + }, + { + "cite": "4 Call, 402", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716382 + ], + "opinion_index": 1, + "case_paths": [ + "/va/8/0768-01" + ] + } + ], + "analysis": { + "cardinality": 555, + "char_count": 12576, + "ocr_confidence": 0.48, + "pagerank": { + "raw": 7.820728704567386e-08, + "percentile": 0.45791241110968245 + }, + "sha256": "44e52b6069e9348104cd46dc656e6bee1df9d8d4e2b83cbd7f158bc6e8835256", + "simhash": "1:0f6fc06d9c8e08b4", + "word_count": 2229 + }, + "last_updated": "2024-02-27T22:16:43.660274+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1064-01", + "first_page_order": 8, + "last_page_order": 10 + }, + { + "id": 6714634, + "name": "Freeland, Lenox & Co. v. Fields's Ex'ors", + "name_abbreviation": "Freeland v. Fields's Ex'ors", + "decision_date": "1806-04", + "docket_number": "", + "first_page": "1066", + "last_page": "1067", + "citations": [ + { + "type": "nominative", + "cite": "6 Call 12" + }, + { + "type": "official", + "cite": "10 Va. 12" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "7 Gratt. 300", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449671 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0119-01" + ] + }, + { + "cite": "7 Leigh 177", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "6 Call 86", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "33 Gratt. 819", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716785 + ], + "opinion_index": -1, + "case_paths": [ + "/va/74/0609-01" + ] + }, + { + "cite": "1 Black. Rep. 453", + "category": "reporters:scotus_early", + "reporter": "Black. Rep.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 432, + "char_count": 7640, + "ocr_confidence": 0.498, + "pagerank": { + "raw": 3.7706215279857386e-07, + "percentile": 0.896101278491526 + }, + "sha256": "00c594f8844decd4031fd5cf39ac426533287a3968380f22ce6992abee094067", + "simhash": "1:9c349a88b20edd97", + "word_count": 1353 + }, + "last_updated": "2024-02-27T22:16:43.660274+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1066-01", + "first_page_order": 10, + "last_page_order": 11 + }, + { + "id": 6714652, + "name": "Fine's Adm'r, &c. v. Cockshut & al.", + "name_abbreviation": "Fine's Adm'r v. Cockshut", + "decision_date": "1806-04", + "docket_number": "", + "first_page": "1067", + "last_page": "1068", + "citations": [ + { + "type": "nominative", + "cite": "6 Call 16" + }, + { + "type": "official", + "cite": "10 Va. 16" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "37 Gratt, 541", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "18 Gratt. 801", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733925 + ], + "opinion_index": -1, + "case_paths": [ + "/va/59/0792-01" + ] + }, + { + "cite": "1 Call, 133", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094935 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/5/0052-01" + ] + }, + { + "cite": "1 Call, 139", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "140, 146" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Call, 215", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094945 + ], + "opinion_index": 0, + "case_paths": [ + "/va/5/0082-01" + ] + }, + { + "cite": "1 Call, 133", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094935 + ], + "opinion_index": 0, + "case_paths": [ + "/va/5/0052-01" + ] + } + ], + "analysis": { + "cardinality": 249, + "char_count": 4716, + "ocr_confidence": 0.538, + "pagerank": { + "raw": 4.564167530577274e-08, + "percentile": 0.2856222505636429 + }, + "sha256": "a68e0c31222da43f2967ee91f8d8290f69b0f7f2c49223cca495dd0f0c3a0c48", + "simhash": "1:1a77b8229cd69d2a", + "word_count": 831 + }, + "last_updated": "2024-02-27T22:16:43.660274+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1067-01", + "first_page_order": 11, + "last_page_order": 12 + }, + { + "id": 6714680, + "name": "Parish v. Gray", + "name_abbreviation": "Parish v. Gray", + "decision_date": "1806-04", + "docket_number": "", + "first_page": "1068", + "last_page": "1069", + "citations": [ + { + "type": "nominative", + "cite": "6 Call 18" + }, + { + "type": "official", + "cite": "10 Va. 18" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Wash. 238", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "2 Wash. 214", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "1 Call, 55", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094965 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0023-02" + ] + }, + { + "cite": "1 Wash. 379", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "1 Call, 54", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094955 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0023-01" + ] + }, + { + "cite": "2 Wash. 300", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715506 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0776-01" + ] + } + ], + "analysis": { + "cardinality": 297, + "char_count": 5253, + "ocr_confidence": 0.502, + "pagerank": { + "raw": 4.1807679243851415e-08, + "percentile": 0.2675401152731298 + }, + "sha256": "be4fd9185fde51641eedb839fc7958148772c4d93c70e458b4ebbcee930fd7fc", + "simhash": "1:b2c1e207d30e2b2b", + "word_count": 917 + }, + "last_updated": "2024-02-27T22:16:43.660274+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1068-01", + "first_page_order": 12, + "last_page_order": 13 + }, + { + "id": 6714704, + "name": "Taliaferro's Ex'ors & al. v. Thornton and Wife", + "name_abbreviation": "Taliaferro's Ex'ors v. Thornton", + "decision_date": "1806-04", + "docket_number": "", + "first_page": "1069", + "last_page": "1071", + "citations": [ + { + "type": "nominative", + "cite": "6 Call 21" + }, + { + "type": "official", + "cite": "10 Va. 21" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "4 Munf. 297", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "298" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Munf. 17", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "5 Call 520", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715864 + ], + "opinion_index": -1, + "case_paths": [ + "/va/9/1035-01" + ] + }, + { + "cite": "1 Call 333", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094915 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0124-01" + ] + }, + { + "cite": "5 Call, 52", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 31", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714355 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/1/0371-02" + ] + }, + { + "cite": "1 Call 333", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094915 + ], + "opinion_index": 0, + "case_paths": [ + "/va/5/0124-01" + ] + } + ], + "analysis": { + "cardinality": 576, + "char_count": 15095, + "ocr_confidence": 0.496, + "pagerank": { + "raw": 1.7594865204954946e-07, + "percentile": 0.7097709171461348 + }, + "sha256": "75fb88b87ae1ba88beac08ce1c0dd142d8d51220106fa4ca6feb10d6aebb3eb9", + "simhash": "1:b7c37681da2caae1", + "word_count": 2568 + }, + "last_updated": "2024-02-27T22:16:43.660274+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1069-01", + "first_page_order": 13, + "last_page_order": 15 + }, + { + "id": 6714732, + "name": "Miller v. Page and Others", + "name_abbreviation": "Miller v. Page", + "decision_date": "1806-04", + "docket_number": "", + "first_page": "1071", + "last_page": "1076", + "citations": [ + { + "type": "nominative", + "cite": "6 Call 28" + }, + { + "type": "official", + "cite": "10 Va. 28" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "11 Gratt. 314", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 301", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "9 Gratt. 509", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Gall 206", + "category": "reporters:federal", + "reporter": "Gall.", + "case_ids": [ + 6652708 + ], + "opinion_index": -1, + "case_paths": [ + "/f-cas/16/0932-02" + ] + }, + { + "cite": "3 Call, 28", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715082 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/7/0431-01" + ] + }, + { + "cite": "2 Call, 298", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715863 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0322-01" + ] + }, + { + "cite": "2 Call, 547", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716879 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/6/0400-01" + ] + }, + { + "cite": "1 Cranch, 92", + "category": "reporters:scotus_early", + "reporter": "Cranch,", + "case_ids": [ + 6758961, + 6758986, + 6758973 + ], + "opinion_index": -1, + "case_paths": [ + "/dc/1/0092-01", + "/dc/1/0092-03", + "/dc/1/0092-02" + ] + }, + { + "cite": "1 Call, 208", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 231", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "1 Cranch, 45", + "category": "reporters:scotus_early", + "reporter": "Cranch,", + "case_ids": [ + 12121309, + 6757819, + 6757845, + 6757831 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/us/5/0045-01", + "/dc/1/0045-01", + "/dc/1/0045-03", + "/dc/1/0045-02" + ] + }, + { + "cite": "1 Call, 206", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094967 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/5/0078-01" + ] + }, + { + "cite": "1 Cranch, 101", + "category": "reporters:scotus_early", + "reporter": "Cranch,", + "case_ids": [ + 6759197, + 6759214, + 6759183 + ], + "opinion_index": 0, + "case_paths": [ + "/dc/1/0101-02", + "/dc/1/0101-03", + "/dc/1/0101-01" + ] + }, + { + "cite": "1 Call, 209", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": 0 + }, + { + "cite": "3 Call, 28", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715082 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/7/0431-01" + ] + }, + { + "cite": "2 Call, 547", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716879 + ], + "weight": 3, + "opinion_index": 0, + "case_paths": [ + "/va/6/0400-01" + ] + } + ], + "analysis": { + "cardinality": 1101, + "char_count": 32553, + "ocr_confidence": 0.518, + "pagerank": { + "raw": 1.2240919645422112e-07, + "percentile": 0.6022889751487442 + }, + "sha256": "95b93a68f64f42aae8088a12303d41a85fcb2ac94a82e7fd8e07130084cdcb26", + "simhash": "1:dd4eabe49b4acca7", + "word_count": 5856 + }, + "last_updated": "2024-02-27T22:16:43.660274+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1071-01", + "first_page_order": 15, + "last_page_order": 20 + }, + { + "id": 6714748, + "name": "Tompkies v. Walters", + "name_abbreviation": "Tompkies v. Walters", + "decision_date": "1806-04", + "docket_number": "", + "first_page": "1076", + "last_page": "1076", + "citations": [ + { + "type": "nominative", + "cite": "6 Call 44" + }, + { + "type": "official", + "cite": "10 Va. 44" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "11 Gratt. 172", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451131 + ], + "opinion_index": -1, + "case_paths": [ + "/va/52/0077-01" + ] + } + ], + "analysis": { + "cardinality": 78, + "char_count": 873, + "ocr_confidence": 0.528, + "sha256": "9151c7bd6155308b2894e5eb98f0818fe418a5901b9aff9dda4a1c74286ffe6c", + "simhash": "1:b8354732c81b92c1", + "word_count": 138 + }, + "last_updated": "2024-02-27T22:16:43.660274+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1076-01", + "first_page_order": 20, + "last_page_order": 20 + }, + { + "id": 6714761, + "name": "Winslow v. Beal & al.", + "name_abbreviation": "Winslow v. Beal", + "decision_date": "1806-04", + "docket_number": "", + "first_page": "1077", + "last_page": "1077", + "citations": [ + { + "type": "nominative", + "cite": "6 Call 44" + }, + { + "type": "official", + "cite": "10 Va. 44" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 Gratt. 151", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4374602 + ], + "opinion_index": -1, + "case_paths": [ + "/va/45/0151-01" + ] + } + ], + "analysis": { + "cardinality": 331, + "char_count": 5742, + "ocr_confidence": 0.494, + "sha256": "cfa9eeff135f68191d9911ec4e6fd5312f87f9de02c06a3be8fb8a19e526c5c4", + "simhash": "1:aec3a883105bcec3", + "word_count": 1012 + }, + "last_updated": "2024-02-27T22:16:43.660274+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1077-01", + "first_page_order": 21, + "last_page_order": 21 + }, + { + "id": 6714779, + "name": "Triplett v. Wilson & al.", + "name_abbreviation": "Triplett v. Wilson", + "decision_date": "1806-04", + "docket_number": "", + "first_page": "1077", + "last_page": "1079", + "citations": [ + { + "type": "nominative", + "cite": "6 Call 47" + }, + { + "type": "official", + "cite": "10 Va. 47" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "22 Gratt. 649", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4435451 + ], + "opinion_index": -1, + "case_paths": [ + "/va/63/0231-01" + ] + }, + { + "cite": "21 Gratt. 241", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733811 + ], + "opinion_index": -1, + "case_paths": [ + "/va/62/0804-01" + ] + }, + { + "cite": "3 Call, 22", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715005 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0430-01" + ] + }, + { + "cite": "1 Call, 144", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 444, + "char_count": 8163, + "ocr_confidence": 0.522, + "pagerank": { + "raw": 1.9202832494512168e-07, + "percentile": 0.7328863574671728 + }, + "sha256": "ac2086d39d3a980581c52ad89cf35eadc349b1ca5f90ade9f037e8486f61832c", + "simhash": "1:2bbcb68e70101135", + "word_count": 1478 + }, + "last_updated": "2024-02-27T22:16:43.660274+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1077-02", + "first_page_order": 21, + "last_page_order": 23 + }, + { + "id": 6714797, + "name": "Brockenbrough v. Hackley", + "name_abbreviation": "Brockenbrough v. Hackley", + "decision_date": "1806-04", + "docket_number": "", + "first_page": "1079", + "last_page": "1079", + "citations": [ + { + "type": "nominative", + "cite": "6 Call 51" + }, + { + "type": "official", + "cite": "10 Va. 51" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "22 S. E. Rep. 504", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "91 Va. 611", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "4 Munf. 215", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 4442742 + ], + "opinion_index": -1, + "case_paths": [ + "/va/18/0088-01" + ] + }, + { + "cite": "3 Munf. 191", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6718697, + 6718655 + ], + "opinion_index": -1, + "case_paths": [ + "/va/17/0670-02", + "/va/17/0670-01" + ] + }, + { + "cite": "5 S. E. Rep. 277", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "84 Va. 478", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 478580 + ], + "opinion_index": -1, + "case_paths": [ + "/va/84/0478-01" + ] + }, + { + "cite": "23 S. E. Rep. 292", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "98 Va. 226", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 247, + "char_count": 3551, + "ocr_confidence": 0.428, + "pagerank": { + "raw": 2.743699076579074e-07, + "percentile": 0.8321492874681111 + }, + "sha256": "ee8e4cec84bf8cc8d9616224e32da00367646f868533eeafd992a0a899893824", + "simhash": "1:112b5ba8a450ecd7", + "word_count": 597 + }, + "last_updated": "2024-02-27T22:16:43.660274+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1079-01", + "first_page_order": 23, + "last_page_order": 23 + }, + { + "id": 6714813, + "name": "Nuttall's Adm'r v. M'Douall, &c.", + "name_abbreviation": "Nuttall's Adm'r v. M'Douall", + "decision_date": "1806-04", + "docket_number": "", + "first_page": "1079", + "last_page": "1080", + "citations": [ + { + "type": "nominative", + "cite": "6 Call 53" + }, + { + "type": "official", + "cite": "10 Va. 53" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "2 Munf. 97", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 128, + "char_count": 1697, + "ocr_confidence": 0.443, + "sha256": "250c7903f4da2f5daa1e53f8238fd13b52fcff91fc07082eaffb15a3ce4e75c8", + "simhash": "1:4e6769c6d91961cc", + "word_count": 276 + }, + "last_updated": "2024-02-27T22:16:43.660274+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1079-02", + "first_page_order": 23, + "last_page_order": 24 + }, + { + "id": 6714838, + "name": "Lyle v. Stephenson", + "name_abbreviation": "Lyle v. Stephenson", + "decision_date": "1806-04", + "docket_number": "", + "first_page": "1080", + "last_page": "1080", + "citations": [ + { + "type": "nominative", + "cite": "6 Call 54" + }, + { + "type": "official", + "cite": "10 Va. 54" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "9 Gratt. 177", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 80", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 126, + "char_count": 1758, + "ocr_confidence": 0.495, + "pagerank": { + "raw": 1.9625520060349776e-07, + "percentile": 0.7381889832187127 + }, + "sha256": "fa1a66898571a4041bd4e9873947f0aee55746f0899b9f985fee749bb0b18fd8", + "simhash": "1:daa2db110a4cb343", + "word_count": 308 + }, + "last_updated": "2024-02-27T22:16:43.660274+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1080-01", + "first_page_order": 24, + "last_page_order": 24 + }, + { + "id": 6714859, + "name": "Lowry v. Mountjoy", + "name_abbreviation": "Lowry v. Mountjoy", + "decision_date": "1806-04", + "docket_number": "", + "first_page": "1080", + "last_page": "1081", + "citations": [ + { + "type": "nominative", + "cite": "6 Call 55" + }, + { + "type": "official", + "cite": "10 Va. 55" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "34 Gratt. 441", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "5 Gratt. 364", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375147 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0364-01" + ] + }, + { + "cite": "10 Gratt. 159", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715134 + ], + "opinion_index": -1, + "case_paths": [ + "/va/51/0461-01" + ] + }, + { + "cite": "2 Dev. 107", + "category": "reporters:state", + "reporter": "Dev.", + "case_ids": [ + 11276284 + ], + "opinion_index": -1, + "case_paths": [ + "/nc/13/0107-01" + ] + }, + { + "cite": "1 Call, 419", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094953 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0154-01" + ] + }, + { + "cite": "3 Call, 85", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715279 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0450-01" + ] + } + ], + "analysis": { + "cardinality": 480, + "char_count": 8911, + "ocr_confidence": 0.497, + "pagerank": { + "raw": 6.665651525889828e-08, + "percentile": 0.4057848546382434 + }, + "sha256": "6b4962e3996e7e33ea273a68d523c16203ec89cfe4bc9f27cd41fa7ae49ea545", + "simhash": "1:052caea1ac5f8eb1", + "word_count": 1545 + }, + "last_updated": "2024-02-27T22:16:43.660274+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1080-02", + "first_page_order": 24, + "last_page_order": 25 + }, + { + "id": 6714929, + "name": "The Commonwealth v. Bristow", + "name_abbreviation": "Commonwealth v. Bristow", + "decision_date": "1806-04", + "docket_number": "", + "first_page": "1081", + "last_page": "1085", + "citations": [ + { + "type": "nominative", + "cite": "6 Call 60" + }, + { + "type": "official", + "cite": "10 Va. 60" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "6 Call 160", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "2 Wash. 154", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714711 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0690-01" + ] + }, + { + "cite": "4 Call, 259", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715677 + ], + "opinion_index": -1, + "case_paths": [ + "/va/8/0719-01" + ] + }, + { + "cite": "5 Call, 160", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715053 + ], + "opinion_index": 0, + "case_paths": [ + "/va/9/0914-02" + ] + } + ], + "analysis": { + "cardinality": 909, + "char_count": 24659, + "ocr_confidence": 0.507, + "pagerank": { + "raw": 4.03580807328026e-08, + "percentile": 0.18080417043619146 + }, + "sha256": "ad918a4a7254962e96751020317835445fc87ff418aa39973ce3de963654d9e3", + "simhash": "1:0c0ff7a8a2285ad6", + "word_count": 4326 + }, + "last_updated": "2024-02-27T22:16:43.660274+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1081-01", + "first_page_order": 25, + "last_page_order": 29 + }, + { + "id": 6714959, + "name": "Stone & Co. v. Patterson", + "name_abbreviation": "Stone v. Patterson", + "decision_date": "1806-04", + "docket_number": "", + "first_page": "1085", + "last_page": "1087", + "citations": [ + { + "type": "nominative", + "cite": "6 Call 71" + }, + { + "type": "official", + "cite": "10 Va. 71" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Munf. 97", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "102" + } + ], + "opinion_index": -1 + }, + { + "cite": "11 Gratt. 697", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451009 + ], + "opinion_index": -1, + "case_paths": [ + "/va/52/0355-01" + ] + } + ], + "analysis": { + "cardinality": 529, + "char_count": 10541, + "ocr_confidence": 0.516, + "pagerank": { + "raw": 4.10972799735361e-08, + "percentile": 0.26676091926594947 + }, + "sha256": "5fc0873b38e0cc7ca483e792287217f2ed20be2921c3f3366ec54c4fb59973cb", + "simhash": "1:6a8650484d0f8513", + "word_count": 1878 + }, + "last_updated": "2024-02-27T22:16:43.660274+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1085-01", + "first_page_order": 29, + "last_page_order": 31 + }, + { + "id": 6714981, + "name": "Ellett v. Vaughan", + "name_abbreviation": "Ellett v. Vaughan", + "decision_date": "1806-04", + "docket_number": "", + "first_page": "1087", + "last_page": "1088", + "citations": [ + { + "type": "nominative", + "cite": "6 Call 77" + }, + { + "type": "official", + "cite": "10 Va. 77" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "13 W. Va. 216", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "2 Call, 514", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716672 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0390-01" + ] + }, + { + "cite": "2 Wash. 1", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714162 + ], + "pin_cites": [ + { + "page": "71, 364" + } + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0605-01" + ] + }, + { + "cite": "2 Call, 379", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716147 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0347-02" + ] + }, + { + "cite": "1 Wash. 155", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715320 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0455-02" + ] + } + ], + "analysis": { + "cardinality": 209, + "char_count": 2613, + "ocr_confidence": 0.475, + "pagerank": { + "raw": 4.2637278391730896e-08, + "percentile": 0.2697300112863723 + }, + "sha256": "15eed3094e293a62fd724add742238bd7d5f3ce8f83e3ced40d962dfa787edf4", + "simhash": "1:026a428c856dd3b9", + "word_count": 440 + }, + "last_updated": "2024-02-27T22:16:43.660274+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1087-01", + "first_page_order": 31, + "last_page_order": 32 + }, + { + "id": 6715010, + "name": "Mandeville v. Perry", + "name_abbreviation": "Mandeville v. Perry", + "decision_date": "1806-05", + "docket_number": "", + "first_page": "1088", + "last_page": "1090", + "citations": [ + { + "type": "nominative", + "cite": "6 Call 78" + }, + { + "type": "official", + "cite": "10 Va. 78" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Call 373", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716453 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0544-01" + ] + }, + { + "cite": "11 Leigh 390", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "80 Va. 591", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "9 Leigh 351", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "1 Call, 471", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094975 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0172-01" + ] + }, + { + "cite": "2 Call, 16", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6714872 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0233-01" + ] + }, + { + "cite": "1 Call, 227", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Call, 105", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094932 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0042-01" + ] + }, + { + "cite": "2 Wash. 146", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714633 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0669-01" + ] + }, + { + "cite": "1 Call, 232", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094958 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0088-01" + ] + }, + { + "cite": "1 Call, 123", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094933 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0048-01" + ] + }, + { + "cite": "2 Wash. 179", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "3 Call 373", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716453 + ], + "opinion_index": 0, + "case_paths": [ + "/va/7/0544-01" + ] + } + ], + "analysis": { + "cardinality": 616, + "char_count": 13350, + "ocr_confidence": 0.493, + "pagerank": { + "raw": 4.6562972391618506e-07, + "percentile": 0.9274863129085904 + }, + "sha256": "21cdfdb62a8464279217236daf2166b1d75a84a38cb639b0da59e6c4eda85e40", + "simhash": "1:b7d380a637310ce6", + "word_count": 2310 + }, + "last_updated": "2024-02-27T22:16:43.660274+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1088-01", + "first_page_order": 32, + "last_page_order": 34 + }, + { + "id": 6715040, + "name": "Hook v. Turnbull", + "name_abbreviation": "Hook v. Turnbull", + "decision_date": "1806-04", + "docket_number": "", + "first_page": "1090", + "last_page": "1092", + "citations": [ + { + "type": "nominative", + "cite": "6 Call 85" + }, + { + "type": "official", + "cite": "10 Va. 85" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 W. Va. 22", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641487 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/4/0022-01" + ] + }, + { + "cite": "2 Wash. 143", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714553, + 6714574 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0668-01", + "/va/2/0668-02" + ] + }, + { + "cite": "2 Hen. & M. 459", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6727124 + ], + "opinion_index": -1, + "case_paths": [ + "/va/12/0488-01" + ] + }, + { + "cite": "3 Call 523", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6717234 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0592-01" + ] + }, + { + "cite": "5 Munf. 494", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6727054 + ], + "opinion_index": -1, + "case_paths": [ + "/va/19/0523-02" + ] + }, + { + "cite": "4 Munf. 214", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 4442827 + ], + "opinion_index": -1, + "case_paths": [ + "/va/18/0087-01" + ] + }, + { + "cite": "2 Hen. & M. 457", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "3 Hen. & M. 502", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6725969 + ], + "opinion_index": -1, + "case_paths": [ + "/va/13/0743-01" + ] + }, + { + "cite": "2 Wash. 209", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 5255798 + ], + "opinion_index": -1, + "case_paths": [ + "/wash/2/0209-01" + ] + }, + { + "cite": "2 Wash. 210", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "1 Call, 269", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "270, 273, 275" + } + ], + "opinion_index": 0 + }, + { + "cite": "2 Wash. 212", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 559, + "char_count": 12052, + "ocr_confidence": 0.489, + "pagerank": { + "raw": 3.1190741088046885e-07, + "percentile": 0.8605028710168044 + }, + "sha256": "d62e68f7ce09c4799d6e9b7350686636778137525d990ba739a0f60c06d49d3a", + "simhash": "1:9d274679b216058e", + "word_count": 2173 + }, + "last_updated": "2024-02-27T22:16:43.660274+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1090-01", + "first_page_order": 34, + "last_page_order": 36 + }, + { + "id": 6715070, + "name": "Tucker v. Calvert", + "name_abbreviation": "Tucker v. Calvert", + "decision_date": "1806-04", + "docket_number": "", + "first_page": "1092", + "last_page": "1095", + "citations": [ + { + "type": "nominative", + "cite": "6 Call 90" + }, + { + "type": "official", + "cite": "10 Va. 90" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "7 S. E. Rep. 189", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "85 Va. 159", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 141", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 773, + "char_count": 21725, + "ocr_confidence": 0.477, + "pagerank": { + "raw": 2.3728075846420702e-07, + "percentile": 0.7955797809061455 + }, + "sha256": "9073590eaece5e769e01d867b060bee1ee8a536b057c77375b8f2943372ee39b", + "simhash": "1:396e10d69c06e79d", + "word_count": 3910 + }, + "last_updated": "2024-02-27T22:16:43.660274+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1092-01", + "first_page_order": 36, + "last_page_order": 39 + }, + { + "id": 6715101, + "name": "Bernard v. Hipkins", + "name_abbreviation": "Bernard v. Hipkins", + "decision_date": "1806-04", + "docket_number": "", + "first_page": "1095", + "last_page": "1097", + "citations": [ + { + "type": "nominative", + "cite": "6 Call 101" + }, + { + "type": "official", + "cite": "10 Va. 101" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "25 Gratt. 587", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6724868 + ], + "opinion_index": -1, + "case_paths": [ + "/va/66/0487-01" + ] + }, + { + "cite": "2 Call 620", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "2 Call, 390", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716208 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0351-02" + ] + }, + { + "cite": "2 Call, 520", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716705 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0391-01" + ] + }, + { + "cite": "2 Call, 520", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716705 + ], + "opinion_index": 0, + "case_paths": [ + "/va/6/0391-01" + ] + } + ], + "analysis": { + "cardinality": 485, + "char_count": 9267, + "ocr_confidence": 0.492, + "pagerank": { + "raw": 8.667725896263562e-08, + "percentile": 0.4919124628501507 + }, + "sha256": "bd2ef956fd464218503072ce4fe27a121a8f2feb01e7f233b46293dcc2f6d009", + "simhash": "1:47aa6b94814ac509", + "word_count": 1628 + }, + "last_updated": "2024-02-27T22:16:43.660274+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1095-01", + "first_page_order": 39, + "last_page_order": 41 + }, + { + "id": 6715130, + "name": "M'Kim and Others, Representatives of Davies v. Alexander and James Fulton", + "name_abbreviation": "M'Kim v. Fulton", + "decision_date": "1806-04", + "docket_number": "", + "first_page": "1097", + "last_page": "1099", + "citations": [ + { + "type": "nominative", + "cite": "6 Call 106" + }, + { + "type": "official", + "cite": "10 Va. 106" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "27 Gratt. 624", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740690 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0626-01" + ] + }, + { + "cite": "10 Gratt. 293", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "26 W. Va. 314", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "12 Leigh 406", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6720383 + ], + "opinion_index": -1, + "case_paths": [ + "/va/39/0927-01" + ] + }, + { + "cite": "10 Gratt. 284", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715690 + ], + "opinion_index": -1, + "case_paths": [ + "/va/51/0570-01" + ] + }, + { + "cite": "6 Munf. 176", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6725091 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/20/0676-01" + ] + }, + { + "cite": "4 Hen. & M. 441", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6727514 + ], + "opinion_index": -1, + "case_paths": [ + "/va/14/0942-03" + ] + }, + { + "cite": "12 Leigh 424", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "3 Call, 329", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716271 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0529-01" + ] + }, + { + "cite": "2 Call, 188", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 761, + "char_count": 16638, + "ocr_confidence": 0.448, + "pagerank": { + "raw": 5.853668378516093e-07, + "percentile": 0.9520827276030379 + }, + "sha256": "3e823f3d7fcc75ba08b482fcb5c01138c4837fd203a4fb632e0e62f8696424c1", + "simhash": "1:3ba3c6a0ba54f67f", + "word_count": 2888 + }, + "last_updated": "2024-02-27T22:16:43.660274+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1097-01", + "first_page_order": 41, + "last_page_order": 43 + }, + { + "id": 6715188, + "name": "Turpin & al. v. Locket & al.", + "name_abbreviation": "Turpin v. Locket", + "decision_date": "1804-05", + "docket_number": "", + "first_page": "1099", + "last_page": "1124", + "citations": [ + { + "type": "nominative", + "cite": "6 Call 113" + }, + { + "type": "official", + "cite": "10 Va. 113" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 S. E. Rep. 35", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "84 Va. 455", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "11 Leigh 137", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "5 Call, 160", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715053 + ], + "opinion_index": -1, + "case_paths": [ + "/va/9/0914-02" + ] + }, + { + "cite": "3 Call, 269", + "category": "reporters:state", + "reporter": "Call", + "weight": 2, + "opinion_index": -1 + }, + { + "cite": "1 Wash. 139", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715137 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/1/0447-03" + ] + }, + { + "cite": "2 Call, 319", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715953 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/6/0329-01" + ] + }, + { + "cite": "4 Call, 5", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6714705 + ], + "opinion_index": -1, + "case_paths": [ + "/va/8/0634-02" + ] + }, + { + "cite": "5 Call, 5", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Black. Rep. 123", + "category": "reporters:scotus_early", + "reporter": "Black. Rep.", + "opinion_index": -1 + }, + { + "cite": "3 Call, 574", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "5 Call, 139", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6714916 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/9/0907-01" + ] + }, + { + "cite": "3 Call, 575", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": 0 + }, + { + "cite": "37 H. 8", + "category": "reporters:state", + "reporter": "H.", + "opinion_index": 0 + }, + { + "cite": "31 H. 8", + "category": "reporters:state", + "reporter": "H.", + "opinion_index": 0 + }, + { + "cite": "5 S. E. Rep. 35", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 5, + "opinion_index": 0 + }, + { + "cite": "4 Call, 5", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6714705 + ], + "opinion_index": 0, + "case_paths": [ + "/va/8/0634-02" + ] + }, + { + "cite": "3 Call, 574", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 3170, + "char_count": 157146, + "ocr_confidence": 0.499, + "pagerank": { + "raw": 1.8548384225550466e-07, + "percentile": 0.724036420656185 + }, + "sha256": "cd5326e3434f41fe52aeabd6dec2d1cbcb4401ed7b755656f64c5a29c00e4251", + "simhash": "1:9fe70b248f9a15fa", + "word_count": 26932 + }, + "last_updated": "2024-02-27T22:16:43.660274+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1099-01", + "first_page_order": 43, + "last_page_order": 68 + }, + { + "id": 6715222, + "name": "Jones and Carter v. Roberts, &c.", + "name_abbreviation": "Jones v. Roberts", + "decision_date": "1809-04", + "docket_number": "", + "first_page": "1124", + "last_page": "1130", + "citations": [ + { + "type": "nominative", + "cite": "6 Call 187" + }, + { + "type": "official", + "cite": "10 Va. 187" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "80 Va. 803", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 217", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716042 + ], + "pin_cites": [ + { + "page": "338, 339" + } + ], + "opinion_index": 0, + "case_paths": [ + "/va/1/0486-01" + ] + } + ], + "analysis": { + "cardinality": 1194, + "char_count": 36078, + "ocr_confidence": 0.466, + "pagerank": { + "raw": 8.594203391136844e-08, + "percentile": 0.48969302843524853 + }, + "sha256": "2009e2f108f86668c5b9af5ab677fcd3ef2fb2d44f8357dcb9028ad0d8907563", + "simhash": "1:d6d2e8d4b2a67758", + "word_count": 6280 + }, + "last_updated": "2024-02-27T22:16:43.660274+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1124-01", + "first_page_order": 68, + "last_page_order": 74 + }, + { + "id": 6715244, + "name": "Kelly v. Jones and Carter", + "name_abbreviation": "Kelly v. Jones", + "decision_date": "1809-04", + "docket_number": "", + "first_page": "1130", + "last_page": "1131", + "citations": [ + { + "type": "nominative", + "cite": "6 Call 204" + }, + { + "type": "official", + "cite": "10 Va. 204" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Call, 514", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715781 + ], + "opinion_index": 0, + "case_paths": [ + "/va/9/1033-01" + ] + } + ], + "analysis": { + "cardinality": 449, + "char_count": 7536, + "ocr_confidence": 0.487, + "pagerank": { + "raw": 4.03580807328026e-08, + "percentile": 0.1808070663579228 + }, + "sha256": "24dddc70675712b1443bc4daea04dd5a9c95224333985b5c644295fc5a92f52b", + "simhash": "1:2e23f1108101d1f3", + "word_count": 1363 + }, + "last_updated": "2024-02-27T22:16:43.660274+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1130-01", + "first_page_order": 74, + "last_page_order": 75 + }, + { + "id": 6715267, + "name": "M'Candlish v. Hopkins & Hodgson", + "name_abbreviation": "M'Candlish v. Hopkins", + "decision_date": "1814-12", + "docket_number": "", + "first_page": "1131", + "last_page": "1132", + "citations": [ + { + "type": "nominative", + "cite": "6 Call 208" + }, + { + "type": "official", + "cite": "10 Va. 208" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 318, + "char_count": 5397, + "ocr_confidence": 0.478, + "pagerank": { + "raw": 5.072155244093186e-08, + "percentile": 0.31996382800696105 + }, + "sha256": "a093b189c173ddcaf24c7f326319c0c1e5456faf012745abb6830100a341781d", + "simhash": "1:32aed0ab9cdede08", + "word_count": 908 + }, + "last_updated": "2023-07-14T20:55:47.463675+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1131-01", + "first_page_order": 75, + "last_page_order": 76 + }, + { + "id": 6715290, + "name": "Jones v. Hubbard", + "name_abbreviation": "Jones v. Hubbard", + "decision_date": "1818-12", + "docket_number": "", + "first_page": "1132", + "last_page": "1134", + "citations": [ + { + "type": "nominative", + "cite": "6 Call 211" + }, + { + "type": "official", + "cite": "10 Va. 211" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "26 Gratt. 698", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4433929 + ], + "opinion_index": -1, + "case_paths": [ + "/va/67/0227-01" + ] + }, + { + "cite": "8 S. E. Rep. 483", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "85 Va. 629", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "6 Cranch, 252", + "category": "reporters:scotus_early", + "reporter": "Cranch,", + "case_ids": [ + 530404 + ], + "opinion_index": -1, + "case_paths": [ + "/us/10/0252-01" + ] + }, + { + "cite": "3 Cranch, 180", + "category": "reporters:scotus_early", + "reporter": "Cranch,", + "case_ids": [ + 6757513 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/dc/3/0180-01" + ] + }, + { + "cite": "1 Call, 75", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "2 Call, 429", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "2 Call, 421", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716304 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0361-01" + ] + }, + { + "cite": "1 Call, 280", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094941 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/5/0105-01" + ] + } + ], + "analysis": { + "cardinality": 670, + "char_count": 15253, + "ocr_confidence": 0.484, + "pagerank": { + "raw": 5.061447019797991e-08, + "percentile": 0.31889503982664624 + }, + "sha256": "d52361f019e94848cd012989bd5c5395cb20dd321a45a11c33c9ab4cbefb826e", + "simhash": "1:b7430ce9f3b3f414", + "word_count": 2746 + }, + "last_updated": "2024-02-27T22:16:43.660274+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1132-01", + "first_page_order": 76, + "last_page_order": 78 + }, + { + "id": 6715329, + "name": "Quesnel v. Woodlief & al.", + "name_abbreviation": "Quesnel v. Woodlief", + "decision_date": "1796-11", + "docket_number": "", + "first_page": "1134", + "last_page": "1142", + "citations": [ + { + "type": "nominative", + "cite": "6 Call 218" + }, + { + "type": "official", + "cite": "10 Va. 218" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Call 1", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6714605 + ], + "opinion_index": -1, + "case_paths": [ + "/va/9/0861-01" + ] + }, + { + "cite": "1 Rob. 287", + "category": "reporters:state", + "reporter": "Rob.", + "case_ids": [ + 4447612, + 1399844 + ], + "opinion_index": -1, + "case_paths": [ + "/va/40/0251-01", + "/ny-super-ct/24/0287-01" + ] + }, + { + "cite": "19 W. Va. 540", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Rob. 301", + "category": "reporters:state", + "reporter": "Rob.", + "case_ids": [ + 8506754 + ], + "opinion_index": -1, + "case_paths": [ + "/rob/1/0301-01" + ] + }, + { + "cite": "1 Rob. 303", + "category": "reporters:state", + "reporter": "Rob.", + "case_ids": [ + 8506763 + ], + "opinion_index": -1, + "case_paths": [ + "/rob/1/0303-01" + ] + }, + { + "cite": "21 W. Va. 338", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "2 Munf. 179", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6718046 + ], + "opinion_index": -1, + "case_paths": [ + "/va/16/0357-01" + ] + }, + { + "cite": "6 Munf. 188", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6725299 + ], + "opinion_index": -1, + "case_paths": [ + "/va/20/0681-02" + ] + }, + { + "cite": "1 Call 313", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "21 Gratt. 138", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Rand. 67", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "19 W. Va. 490", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "512" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Call 317", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "28 Gratt. 380", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "6 Call 18", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6714680 + ], + "opinion_index": -1, + "case_paths": [ + "/va/10/1068-01" + ] + }, + { + "cite": "5 Leigh 63", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "1 Rob. 298", + "category": "reporters:state", + "reporter": "Rob.", + "case_ids": [ + 8506734, + 1399783 + ], + "pin_cites": [ + { + "page": "299" + } + ], + "opinion_index": -1, + "case_paths": [ + "/rob/1/0298-01", + "/ny-super-ct/24/0298-01" + ] + }, + { + "cite": "1 Call 314", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "315, 324" + } + ], + "opinion_index": -1 + }, + { + "cite": "5 Call 9", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Call 301", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094942 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0113-01" + ] + }, + { + "cite": "19 W. Va. 509", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "19 W. Va. 484", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "5 Leigh 49", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "19 W. Va. 488", + "category": "reporters:state", + "reporter": "W. Va.", + "weight": 2, + "pin_cites": [ + { + "page": "500" + } + ], + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 1468, + "char_count": 54297, + "ocr_confidence": 0.495, + "pagerank": { + "raw": 6.195237615139631e-07, + "percentile": 0.9568855172637478 + }, + "sha256": "2e9d6ee98ae177d387ca59fc8e7dca94866fb4a53b0b7be3939ff263db48a7ca", + "simhash": "1:98f40de8764e8094", + "word_count": 9531 + }, + "last_updated": "2024-02-27T22:16:43.660274+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1134-01", + "first_page_order": 78, + "last_page_order": 86 + }, + { + "id": 6715359, + "name": "Shedden v. Custis", + "name_abbreviation": "Shedden v. Custis", + "decision_date": "1793-06", + "docket_number": "", + "first_page": "1143", + "last_page": "1144", + "citations": [ + { + "type": "nominative", + "cite": "6 Call 241" + }, + { + "type": "official", + "cite": "10 Va. 241" + } + ], + "court": { + "name_abbreviation": "C.C.D. Va.", + "id": 13903, + "name": "United States Circuit Court for the District of Virginia" + }, + "jurisdiction": { + "id": 39, + "name_long": "United States", + "name": "U.S." + }, + "cites_to": [], + "analysis": { + "cardinality": 342, + "char_count": 7107, + "ocr_confidence": 0.458, + "pagerank": { + "raw": 4.97342395231591e-08, + "percentile": 0.31273329062814087 + }, + "sha256": "a89ec1c892775da4022ddc572c8885724c55debcbd9b04df2efc62db212c4450", + "simhash": "1:2bcf50815fe81dac", + "word_count": 1221 + }, + "last_updated": "2023-07-14T20:55:47.463675+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1143-01", + "first_page_order": 87, + "last_page_order": 88 + }, + { + "id": 6715403, + "name": "United States v. Mundel", + "name_abbreviation": "United States v. Mundel", + "decision_date": "1795-11", + "docket_number": "", + "first_page": "1144", + "last_page": "1153", + "citations": [ + { + "type": "nominative", + "cite": "6 Call 245" + }, + { + "type": "official", + "cite": "10 Va. 245" + } + ], + "court": { + "name_abbreviation": "C.C.D. Va.", + "id": 13903, + "name": "United States Circuit Court for the District of Virginia" + }, + "jurisdiction": { + "id": 39, + "name_long": "United States", + "name": "U.S." + }, + "cites_to": [ + { + "cite": "25 Edw. 3", + "category": "reporters:state", + "reporter": "Edw. Ch.", + "opinion_index": 0 + }, + { + "cite": "23 Hen. 6", + "category": "reporters:state", + "reporter": "Hen. & M.", + "weight": 2, + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 1436, + "char_count": 54672, + "ocr_confidence": 0.492, + "pagerank": { + "raw": 2.2427048130136223e-07, + "percentile": 0.780321941549488 + }, + "sha256": "210d1ca2cb0941dd72aa40fe81f93afd8dd410c57dfdb2201f21c23f0a5d7be8", + "simhash": "1:daf42e426f48847f", + "word_count": 9514 + }, + "last_updated": "2024-02-27T22:16:43.660274+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1144-01", + "first_page_order": 88, + "last_page_order": 97 + }, + { + "id": 6715421, + "name": "Banks v. Greenleaf", + "name_abbreviation": "Banks v. Greenleaf", + "decision_date": "1799-11", + "docket_number": "", + "first_page": "1153", + "last_page": "1155", + "citations": [ + { + "type": "nominative", + "cite": "6 Call 271" + }, + { + "type": "official", + "cite": "10 Va. 271" + } + ], + "court": { + "name_abbreviation": "C.C.D. Va.", + "id": 13903, + "name": "United States Circuit Court for the District of Virginia" + }, + "jurisdiction": { + "id": 39, + "name_long": "United States", + "name": "U.S." + }, + "cites_to": [ + { + "cite": "25 Gratt. 343", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6723798 + ], + "opinion_index": -1, + "case_paths": [ + "/va/66/0400-01" + ] + }, + { + "cite": "1 Black. 258", + "category": "reporters:scotus_early", + "reporter": "Black", + "opinion_index": -1 + }, + { + "cite": "2 Wash. 298", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "1 Dall. Rep. 229", + "category": "reporters:scotus_early", + "reporter": "Dall. Rep.", + "opinion_index": 0 + }, + { + "cite": "2 Wash. 298", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 666, + "char_count": 15157, + "ocr_confidence": 0.499, + "pagerank": { + "raw": 2.2014829606176944e-07, + "percentile": 0.7752075507104854 + }, + "sha256": "f199bbf019c2bbb2f1406b43b287ecba489c62643abbbab7bd0b8c4cbf131c7c", + "simhash": "1:28eb309f647c90f0", + "word_count": 2646 + }, + "last_updated": "2024-02-27T22:16:43.660274+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1153-01", + "first_page_order": 97, + "last_page_order": 99 + }, + { + "id": 6715466, + "name": "Tabb's Adm'rs v. Gist & al.", + "name_abbreviation": "Tabb's Adm'rs v. Gist", + "decision_date": "1802-12", + "docket_number": "", + "first_page": "1155", + "last_page": "1165", + "citations": [ + { + "type": "nominative", + "cite": "6 Call 279" + }, + { + "type": "official", + "cite": "10 Va. 279" + } + ], + "court": { + "name_abbreviation": "C.C.D. Va.", + "id": 13903, + "name": "United States Circuit Court for the District of Virginia" + }, + "jurisdiction": { + "id": 39, + "name_long": "United States", + "name": "U.S." + }, + "cites_to": [ + { + "cite": "20 Gratt. 860", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6734604 + ], + "opinion_index": -1, + "case_paths": [ + "/va/61/0657-01" + ] + }, + { + "cite": "5 Munf. 466", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6726777 + ], + "year": 1880, + "opinion_index": -1, + "case_paths": [ + "/va/19/0509-01" + ] + }, + { + "cite": "20 Gratt. 147", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733336 + ], + "year": 1880, + "opinion_index": -1, + "case_paths": [ + "/va/61/0394-01" + ] + }, + { + "cite": "28 W. Va. 579", + "category": "reporters:state", + "reporter": "W. Va.", + "year": 1880, + "opinion_index": -1 + }, + { + "cite": "20 W. Va. 251", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640638 + ], + "year": 1880, + "opinion_index": -1, + "case_paths": [ + "/w-va/20/0251-01" + ] + }, + { + "cite": "11 W. Va. 584", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641317 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/w-va/11/0584-01" + ] + }, + { + "cite": "15 S. E. Rep. 147", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "36 W. Va. 566", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "7 Gratt. 425", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449374 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0172-01" + ] + }, + { + "cite": "19 N. E. Rep. 848", + "category": "reporters:state_regional", + "reporter": "N.E.", + "opinion_index": -1 + }, + { + "cite": "127 Ill. 395", + "category": "reporters:state", + "reporter": "Ill.", + "case_ids": [ + 5411609 + ], + "opinion_index": -1, + "case_paths": [ + "/ill/127/0395-01" + ] + }, + { + "cite": "4 T. B. Mon. 240", + "category": "reporters:state", + "reporter": "T.B. Mon.", + "case_ids": [ + 11268304 + ], + "opinion_index": -1, + "case_paths": [ + "/ky/20/0240-01" + ] + }, + { + "cite": "17 S. E. Rep. 317", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "87 W. Va. 760", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 1616, + "char_count": 61440, + "ocr_confidence": 0.48, + "pagerank": { + "raw": 2.3408988174170744e-07, + "percentile": 0.7921699295982121 + }, + "sha256": "035522aa3f9cfbaeedc0390c7b72a5bf2785f80fd6b49b106626c1a13f750ad7", + "simhash": "1:cf6fc920c626ddc4", + "word_count": 10752 + }, + "last_updated": "2024-02-27T22:16:43.660274+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1155-01", + "first_page_order": 99, + "last_page_order": 109 + }, + { + "id": 6715512, + "name": "Garnett, Ex'or of Brooke v. Macon & al.", + "name_abbreviation": "Garnett v. Macon", + "decision_date": "1825-11", + "docket_number": "", + "first_page": "1165", + "last_page": "1188", + "citations": [ + { + "type": "nominative", + "cite": "6 Call 308" + }, + { + "type": "official", + "cite": "10 Va. 308" + } + ], + "court": { + "name_abbreviation": "C.C.D. Va.", + "id": 13903, + "name": "United States Circuit Court for the District of Virginia" + }, + "jurisdiction": { + "id": 39, + "name_long": "United States", + "name": "U.S." + }, + "cites_to": [ + { + "cite": "21 Gratt. 495", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "12 Gratt. 410", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715749 + ], + "opinion_index": -1, + "case_paths": [ + "/va/53/0629-01" + ] + }, + { + "cite": "9 S. E. Rep. 500", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "86 Va, 79", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "33 S. E. Rep. 586", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "97 Va. 347", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "3 Gratt. 243", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715266 + ], + "opinion_index": -1, + "case_paths": [ + "/va/44/0626-01" + ] + }, + { + "cite": "22 Gratt. 83", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "14 S. E. Rep. 254", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "35 W. Va 479", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "18 W. Va. 520", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "22 S.E. Rep. 845", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "92 Va. 84", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "38 S. E. Rep. 586", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "97 Va. 346", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "30 S. E. Rep. 469", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "96 Va. 77", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "1 Rob. 16", + "category": "reporters:state", + "reporter": "Rob.", + "opinion_index": -1 + }, + { + "cite": "22 Gratt. 101", + "category": "reporters:state", + "reporter": "Gratt.", + "pin_cites": [ + { + "page": "102" + } + ], + "opinion_index": -1 + }, + { + "cite": "25 Gratt 193", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "31 Gratt. 451", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "10 W. Va. 640", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "15 Gratt. 11", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6730993 + ], + "opinion_index": -1, + "case_paths": [ + "/va/56/0728-01" + ] + }, + { + "cite": "78 Va. 318", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "21 W. Va. 498", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640820 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/21/0498-01" + ] + }, + { + "cite": "19 W. Va. 67", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640652 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/19/0067-01" + ] + }, + { + "cite": "7 S. E. Rep. 531", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "85 Va. 885", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "6 Call 343", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "7 Johns. 207", + "category": "reporters:state", + "reporter": "Johns.", + "case_ids": [ + 369259 + ], + "opinion_index": -1, + "case_paths": [ + "/johns/7/0207-01" + ] + }, + { + "cite": "19 S. E. Rep. 170", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "90 Va. 586", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "8 N. H. 369", + "category": "reporters:state", + "reporter": "N.H.", + "case_ids": [ + 6756227 + ], + "opinion_index": -1, + "case_paths": [ + "/nh/8/0369-01" + ] + }, + { + "cite": "3 W. Va. 408", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "7 Gratt. 425", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449374 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0172-01" + ] + }, + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "76 Va. 41", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "1 Wheat. 179", + "category": "reporters:scotus_early", + "reporter": "Wheat.", + "case_ids": [ + 532374 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/us/14/0179-01" + ] + }, + { + "cite": "3 Call, 69", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715211 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0444-01" + ] + }, + { + "cite": "5 Cranch, 276", + "category": "reporters:scotus_early", + "reporter": "Cranch,", + "pin_cites": [ + { + "page": "279" + } + ], + "opinion_index": -1 + }, + { + "cite": "2 Black. Rep. 1078", + "category": "reporters:scotus_early", + "reporter": "Black. Rep.", + "opinion_index": -1 + }, + { + "cite": "1 Marsh. Rep. 603", + "category": "reporters:state", + "reporter": "Marsh. Rep.", + "weight": 3, + "opinion_index": -1 + }, + { + "cite": "1 Munf. 437", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 2094062 + ], + "weight": 4, + "opinion_index": -1, + "case_paths": [ + "/va/15/0169-01" + ] + }, + { + "cite": "1 Wash. 33", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "6 Wheat. 528", + "category": "reporters:scotus_early", + "reporter": "Wheat.", + "case_ids": [ + 11730840 + ], + "opinion_index": 0, + "case_paths": [ + "/us/19/0528-01" + ] + }, + { + "cite": "9 Cranch, 456", + "category": "reporters:scotus_early", + "reporter": "Cranch,", + "case_ids": [ + 533606 + ], + "pin_cites": [ + { + "page": "494" + } + ], + "opinion_index": 0, + "case_paths": [ + "/us/13/0456-01" + ] + }, + { + "cite": "5 Cranch, 262", + "category": "reporters:scotus_early", + "reporter": "Cranch,", + "case_ids": [ + 1446281 + ], + "opinion_index": 0, + "case_paths": [ + "/us/9/0262-01" + ] + } + ], + "analysis": { + "cardinality": 2846, + "char_count": 147884, + "ocr_confidence": 0.467, + "pagerank": { + "raw": 1.5805866548310776e-06, + "percentile": 0.9924846969842643 + }, + "sha256": "75afdc5495b0d66c3361a51bfe292423e469b8ee3a9f810aacb80e9210e75f65", + "simhash": "1:33eda5460f0cbabb", + "word_count": 25866 + }, + "last_updated": "2024-02-27T22:16:43.660274+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1165-01", + "first_page_order": 109, + "last_page_order": 132 + } +] diff --git a/test/stdlib_basics/legal/cases_metadata/va_report_vol_1_CasesMetadata.json b/test/stdlib_basics/legal/cases_metadata/va_report_vol_1_CasesMetadata.json new file mode 100644 index 00000000..09c9f34a --- /dev/null +++ b/test/stdlib_basics/legal/cases_metadata/va_report_vol_1_CasesMetadata.json @@ -0,0 +1,13045 @@ +[ + { + "id": 6714178, + "name": "Groves v. Graves", + "name_abbreviation": "Groves v. Graves", + "decision_date": "1790-10", + "docket_number": "", + "first_page": "357", + "last_page": "358", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 1" + }, + { + "type": "official", + "cite": "1 Va. 1" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 Munf. 542", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 4442053 + ], + "opinion_index": -1, + "case_paths": [ + "/va/18/0264-01" + ] + }, + { + "cite": "2 Call 95", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715113 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0258-01" + ] + }, + { + "cite": "3 Call 102", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 165", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "6 Leigh 517", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6718418 + ], + "opinion_index": -1, + "case_paths": [ + "/va/33/0474-01" + ] + }, + { + "cite": "6 Munf. 71", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6723795 + ], + "opinion_index": -1, + "case_paths": [ + "/va/20/0626-01" + ] + }, + { + "cite": "4 Call 402", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716382 + ], + "opinion_index": -1, + "case_paths": [ + "/va/8/0768-01" + ] + }, + { + "cite": "4 Munf. 308", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 119", + "category": "reporters:state", + "reporter": "Wash.", + "pin_cites": [ + { + "page": "120" + } + ], + "opinion_index": -1 + }, + { + "cite": "6 Munf. 433", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6728435 + ], + "opinion_index": -1, + "case_paths": [ + "/va/20/0798-01" + ] + }, + { + "cite": "22 S. E. Rep. 494", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "91 Va. 681", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 455, + "char_count": 9481, + "ocr_confidence": 0.467, + "pagerank": { + "raw": 1.6117158354063413e-06, + "percentile": 0.9927327809459161 + }, + "sha256": "acdfced2b395748b20f1e1a687546a3ad7ae3fbc84a9c215585b45787b70d772", + "simhash": "1:c6eb660439502238", + "word_count": 1685 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0357-01", + "first_page_order": 5, + "last_page_order": 6 + }, + { + "id": 6714194, + "name": "Johnson v. Macon", + "name_abbreviation": "Johnson v. Macon", + "decision_date": "1790-10", + "docket_number": "", + "first_page": "358", + "last_page": "359", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 4" + }, + { + "type": "official", + "cite": "1 Va. 4" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "26 W. Va. 290", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "31 Gratt. 478", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "25 S. E. Rep. 595", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "93 Va. 544", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "4 Call 411", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716399 + ], + "opinion_index": -1, + "case_paths": [ + "/va/8/0771-01" + ] + }, + { + "cite": "15 S. E. Rep. 865", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "89 Va. 399", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "4 Call 367", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716235 + ], + "opinion_index": -1, + "case_paths": [ + "/va/8/0756-01" + ] + }, + { + "cite": "10 Gratt. 540", + "category": "reporters:state", + "reporter": "Gratt.", + "pin_cites": [ + { + "page": "545" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Munf. 506", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "509" + } + ], + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 356, + "char_count": 5831, + "ocr_confidence": 0.453, + "pagerank": { + "raw": 4.145863596901517e-07, + "percentile": 0.911332475368255 + }, + "sha256": "bfbb760977d3b3263bdede45774fe80d31c38205ca72d8aa7f977d70fc2c6f0c", + "simhash": "1:7ce79a38de4f9e9d", + "word_count": 1047 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0358-01", + "first_page_order": 6, + "last_page_order": 7 + }, + { + "id": 6714209, + "name": "Smith v. Harmanson", + "name_abbreviation": "Smith v. Harmanson", + "decision_date": "1791-04", + "docket_number": "", + "first_page": "359", + "last_page": "360", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 6" + }, + { + "type": "official", + "cite": "1 Va. 6" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Leigh 109", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 4445956 + ], + "opinion_index": -1, + "case_paths": [ + "/va/32/0050-01" + ] + }, + { + "cite": "1 Wash. 381", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6717583 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0586-02" + ] + }, + { + "cite": "5 Call 457", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "2 H. & M. 66", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "1 Call 567", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094978 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/5/0205-01" + ] + }, + { + "cite": "8 H. & M. 393", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 255, + "char_count": 4151, + "ocr_confidence": 0.485, + "pagerank": { + "raw": 7.718008836009302e-07, + "percentile": 0.9716616683057584 + }, + "sha256": "20e39ad218b6751428d4b5ba6677e3b5ffd0401ad77353ef93326cced4a1716d", + "simhash": "1:dfc740210e9fdf60", + "word_count": 729 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0359-01", + "first_page_order": 7, + "last_page_order": 8 + }, + { + "id": 6714224, + "name": "Pleasants v. Bibb", + "name_abbreviation": "Pleasants v. Bibb", + "decision_date": "1791-04", + "docket_number": "", + "first_page": "360", + "last_page": "360", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 8" + }, + { + "type": "official", + "cite": "1 Va. 8" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "18 Gratt. 801", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733925 + ], + "opinion_index": -1, + "case_paths": [ + "/va/59/0792-01" + ] + }, + { + "cite": "2 Call 253", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715554 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0308-01" + ] + }, + { + "cite": "1 Wash. 128", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715011 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0442-01" + ] + }, + { + "cite": "1 Call 246", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094974 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0093-02" + ] + }, + { + "cite": "18 Gratt. 465", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "10 W. Va. 761", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "15 W. Va. 60", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 193, + "char_count": 2670, + "ocr_confidence": 0.509, + "pagerank": { + "raw": 5.346158003470429e-07, + "percentile": 0.9433204406897854 + }, + "sha256": "fe9cc5f710ab13a6f97f554bf04807fc0152f02f64a42372fe40834b24ad3306", + "simhash": "1:525f6f60bc762a32", + "word_count": 474 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0360-01", + "first_page_order": 8, + "last_page_order": 8 + }, + { + "id": 6714239, + "name": "Brown v. Belches", + "name_abbreviation": "Brown v. Belches", + "decision_date": "1791-04", + "docket_number": "", + "first_page": "360", + "last_page": "361", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 9" + }, + { + "type": "official", + "cite": "1 Va. 9" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "27 Gratt. 259", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6739493 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0462-01" + ] + }, + { + "cite": "41 S. E. Rep. 117", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "51 W. Va. 381", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8638312 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/51/0381-01" + ] + }, + { + "cite": "1 Call 133", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094935 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0052-01" + ] + }, + { + "cite": "26 Gratt. 825", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "7 Leigh 90", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "5 Munf. 552", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6727336 + ], + "opinion_index": -1, + "case_paths": [ + "/va/19/0549-01" + ] + }, + { + "cite": "20 S. E. Rep. 581", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "39 W. Va. 521", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639515 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/39/0521-01" + ] + } + ], + "analysis": { + "cardinality": 269, + "char_count": 3619, + "ocr_confidence": 0.415, + "pagerank": { + "raw": 9.7971311587682e-07, + "percentile": 0.9820412309752422 + }, + "sha256": "8e63508fac050157bc28607b27ac02e07d123e701611305a30950cd5f52231b0", + "simhash": "1:80f7a9d33047f9f4", + "word_count": 627 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0360-02", + "first_page_order": 8, + "last_page_order": 9 + }, + { + "id": 6714255, + "name": "Hudson v. Johnson", + "name_abbreviation": "Hudson v. Johnson", + "decision_date": "1791-04", + "docket_number": "", + "first_page": "361", + "last_page": "362", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 10" + }, + { + "type": "official", + "cite": "1 Va. 10" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "19 Gratt. 720", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4436402 + ], + "opinion_index": -1, + "case_paths": [ + "/va/60/0260-01" + ] + }, + { + "cite": "24 W. Va. 726", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 532", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "2 Munf. 48", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "27 Gratt. 632", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740719 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0643-01" + ] + }, + { + "cite": "4 Munf. 455", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 4442562 + ], + "opinion_index": -1, + "case_paths": [ + "/va/18/0222-01" + ] + }, + { + "cite": "1 Call 147", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094924 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0057-01" + ] + }, + { + "cite": "3 W. Va. 170", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "7 Leigh 285", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "5 Rand. 639", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6733391 + ], + "opinion_index": -1, + "case_paths": [ + "/va/26/0529-01" + ] + }, + { + "cite": "7 Gratt. 143", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 278, + "char_count": 4657, + "ocr_confidence": 0.48, + "pagerank": { + "raw": 8.798833555174195e-07, + "percentile": 0.977886548598007 + }, + "sha256": "56d7377f563f22c2075ad423349a686ab41d4a0875ef1ea347fd3774777e40c2", + "simhash": "1:cbff6d054e0e8a99", + "word_count": 814 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0361-01", + "first_page_order": 9, + "last_page_order": 10 + }, + { + "id": 6714272, + "name": "Shermer v. Beale", + "name_abbreviation": "Shermer v. Beale", + "decision_date": "1791-04", + "docket_number": "", + "first_page": "362", + "last_page": "363", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 11" + }, + { + "type": "official", + "cite": "1 Va. 11" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "18 Gratt. 801", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733925 + ], + "opinion_index": -1, + "case_paths": [ + "/va/59/0792-01" + ] + }, + { + "cite": "27 W. Va. 412", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "415" + } + ], + "opinion_index": -1 + }, + { + "cite": "25 W. Va. 31", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "10 S. E. Rep. 605", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "86 Va. 571", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "10 Gratt. 322", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "5 Leigh 424", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "5 Leigh 117", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "5 Munf. 494", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6727054 + ], + "opinion_index": -1, + "case_paths": [ + "/va/19/0523-02" + ] + }, + { + "cite": "9 Gratt. 250", + "category": "reporters:state", + "reporter": "Gratt.", + "pin_cites": [ + { + "page": "251" + } + ], + "opinion_index": -1 + }, + { + "cite": "9 Gratt. 681", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 158", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "2 Munf. 1", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6717308 + ], + "opinion_index": -1, + "case_paths": [ + "/va/16/0293-01" + ] + }, + { + "cite": "31 Gratt. 727", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6717420 + ], + "opinion_index": -1, + "case_paths": [ + "/va/72/0547-01" + ] + } + ], + "analysis": { + "cardinality": 504, + "char_count": 9470, + "ocr_confidence": 0.495, + "pagerank": { + "raw": 1.0875174202453578e-06, + "percentile": 0.985226551818272 + }, + "sha256": "73552ffd634753eb1af9df109903916edabd4eaa4c984d4d71044ccf10fb8129", + "simhash": "1:f603c73cd08eff54", + "word_count": 1676 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0362-01", + "first_page_order": 10, + "last_page_order": 11 + }, + { + "id": 6714287, + "name": "Ross v. Norvell", + "name_abbreviation": "Ross v. Norvell", + "decision_date": "1791-04", + "docket_number": "", + "first_page": "364", + "last_page": "366", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 14" + }, + { + "type": "official", + "cite": "1 Va. 14" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "28 W. Va. 396", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "398, 401" + } + ], + "opinion_index": -1 + }, + { + "cite": "24 W. Va. 678", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "7 W. Va. 72", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "75" + } + ], + "opinion_index": -1 + }, + { + "cite": "33 Gratt. 617", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716264 + ], + "opinion_index": -1, + "case_paths": [ + "/va/74/0548-01" + ] + }, + { + "cite": "29 Gratt. 39", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "3 Gratt. 243", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715266 + ], + "opinion_index": -1, + "case_paths": [ + "/va/44/0626-01" + ] + }, + { + "cite": "5 Leigh 354", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "1 Am. Dec. 422", + "category": "reporters:federal", + "reporter": "Am. Dec.", + "opinion_index": -1 + }, + { + "cite": "6 Gratt. 197", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 954846 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/47/0197-01" + ] + }, + { + "cite": "12 Gratt. 564", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716125 + ], + "opinion_index": -1, + "case_paths": [ + "/va/53/0698-01" + ] + }, + { + "cite": "3 Call 239", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715932 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0499-01" + ] + }, + { + "cite": "3 Call 194", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715566 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0485-02" + ] + }, + { + "cite": "21 W. Va. 430", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "16 W. Va. 443", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641096 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/16/0443-01" + ] + }, + { + "cite": "22 W. Va. 19", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "8 W. Va. 125", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "4 W. Va. 9", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "29 Gratt. 31", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "11 Gratt. 336", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Pat. & H. 652", + "category": "reporters:state", + "reporter": "Patton & Heath", + "opinion_index": -1 + }, + { + "cite": "1 Va. Dec. 447", + "category": "reporters:state", + "reporter": "Va. Dec.", + "opinion_index": -1 + }, + { + "cite": "10 Leigh 272", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "7 Leigh 587", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "5 Leigh 439", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "5 Rand. 270", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "1 Rand. 128", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "4 H. & M. 110", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "2 Call 431", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 775, + "char_count": 14622, + "ocr_confidence": 0.485, + "pagerank": { + "raw": 2.6185632425680847e-06, + "percentile": 0.9967888089228368 + }, + "sha256": "8e3ddb8f1698e75500803f70b3cb1af67852780e3c496177265fe3b9f4466d5d", + "simhash": "1:7ce76fa2af42887b", + "word_count": 2656 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0364-01", + "first_page_order": 12, + "last_page_order": 14 + }, + { + "id": 6714307, + "name": "Hooe & Harrison, and Others, v. Oxley & Hancock", + "name_abbreviation": "Hooe v. Oxley", + "decision_date": "1791-04", + "docket_number": "", + "first_page": "366", + "last_page": "369", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 19" + }, + { + "type": "official", + "cite": "1 Va. 19" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Am. Dec. 425", + "category": "reporters:federal", + "reporter": "Am. Dec.", + "opinion_index": -1 + }, + { + "cite": "27 Gratt. 119", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6739130 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0409-01" + ] + }, + { + "cite": "13 S. E. Rep. 914", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "88 Va. 461", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "3 Call 214", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Call 373", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "379" + } + ], + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 780, + "char_count": 17575, + "ocr_confidence": 0.456, + "pagerank": { + "raw": 7.471427231218062e-07, + "percentile": 0.9697912889902075 + }, + "sha256": "95c5aeb5c5d4b46051717a72b1ce4bfe85eea169275626d79e693687f5434974", + "simhash": "1:899f927297a84f21", + "word_count": 3136 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0366-01", + "first_page_order": 14, + "last_page_order": 17 + }, + { + "id": 6714322, + "name": "Downman v. Downman's Executors", + "name_abbreviation": "Downman v. Downman's Executors", + "decision_date": "1791-04", + "docket_number": "", + "first_page": "369", + "last_page": "371", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 26" + }, + { + "type": "official", + "cite": "1 Va. 26" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "18 W. Va. 320", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640892 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/18/0320-01" + ] + }, + { + "cite": "3 Call 243", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715967 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0501-01" + ] + }, + { + "cite": "32 S. E. Rep. 249", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "45 W. Va. 615", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "20 S. E. Rep. 816", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "40 W. Va. 971", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "15 W. Va. 55", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "4 Call 410", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "7 Gratt. 425", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449374 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0172-01" + ] + }, + { + "cite": "3 Munf. 251", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6719320 + ], + "opinion_index": -1, + "case_paths": [ + "/va/17/0694-01" + ] + }, + { + "cite": "2 Call 58", + "category": "reporters:state", + "reporter": "Call", + "weight": 2, + "opinion_index": -1 + }, + { + "cite": "23 S. E. Rep. 519", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "41 W. Va. 557", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 618, + "char_count": 12171, + "ocr_confidence": 0.475, + "pagerank": { + "raw": 1.144718465840931e-06, + "percentile": 0.9865725762390009 + }, + "sha256": "ec81062809eb2c32d0819df664510aa5f295670dfc11ea79f1d349fdba638d7b", + "simhash": "1:bd62d2ab5862b36c", + "word_count": 2222 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0369-01", + "first_page_order": 17, + "last_page_order": 19 + }, + { + "id": 6714339, + "name": "Dade v. Alexander", + "name_abbreviation": "Dade v. Alexander", + "decision_date": "1791-04", + "docket_number": "", + "first_page": "371", + "last_page": "371", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 30" + }, + { + "type": "official", + "cite": "1 Va. 30" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 98, + "char_count": 1300, + "ocr_confidence": 0.453, + "pagerank": { + "raw": 7.344139890116251e-07, + "percentile": 0.9687655535129654 + }, + "sha256": "e71e69b829230a160a11b15b17d1441da8961c37a8fafd6c65515d4a13e77438", + "simhash": "1:91ff06387888d98a", + "word_count": 233 + }, + "last_updated": "2023-07-14T19:21:58.562424+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0371-01", + "first_page_order": 19, + "last_page_order": 19 + }, + { + "id": 6714355, + "name": "Braxton, Executor of Claiborn, v. Winslow &c. Surviving Justices of Spotsylvania County", + "name_abbreviation": "Braxton v. Winslow", + "decision_date": "1791-04", + "docket_number": "", + "first_page": "371", + "last_page": "373", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 31" + }, + { + "type": "official", + "cite": "1 Va. 31" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "18 Gratt. 801", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733925 + ], + "opinion_index": -1, + "case_paths": [ + "/va/59/0792-01" + ] + }, + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "2 H. & M. 241", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "2 H. & M. 9", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6724051 + ], + "opinion_index": -1, + "case_paths": [ + "/va/12/0289-01" + ] + }, + { + "cite": "6 Leigh 125", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "2 Rand. 316", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "4 Munf. 294", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "295, 296, 298" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Munf. 7", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "8, 9, 15, 18" + } + ], + "opinion_index": -1 + }, + { + "cite": "6 Call 25", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "5 Call 524", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Call 334", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "335" + } + ], + "opinion_index": -1 + }, + { + "cite": "10 Gratt. 159", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715134 + ], + "opinion_index": -1, + "case_paths": [ + "/va/51/0461-01" + ] + }, + { + "cite": "1 H. & M. 213", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "2 Call 491", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716450 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0383-01" + ] + }, + { + "cite": "2 H. & M. 389", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "2 Call 470", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "16 Gratt. 248", + "category": "reporters:state", + "reporter": "Gratt.", + "pin_cites": [ + { + "page": "255" + } + ], + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 516, + "char_count": 8418, + "ocr_confidence": 0.494, + "pagerank": { + "raw": 1.741870164413885e-06, + "percentile": 0.9936550354866249 + }, + "sha256": "c02a7a53412f841e118e235976572252394b8c0e435c2f69417aca07262edfc5", + "simhash": "1:89e42c73580e37b1", + "word_count": 1486 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0371-02", + "first_page_order": 19, + "last_page_order": 21 + }, + { + "id": 6714368, + "name": "Birch v. Alexander", + "name_abbreviation": "Birch v. Alexander", + "decision_date": "1791-10", + "docket_number": "", + "first_page": "373", + "last_page": "374", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 34" + }, + { + "type": "official", + "cite": "1 Va. 34" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Wash. 277", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 173", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 556, + "char_count": 10638, + "ocr_confidence": 0.462, + "pagerank": { + "raw": 3.8191596049078595e-07, + "percentile": 0.8982224446290112 + }, + "sha256": "da323f000b2a7602e346eb40581cc679c1033dda04a366883fa8ed23df77168e", + "simhash": "1:89427f6e574cd45c", + "word_count": 1880 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0373-01", + "first_page_order": 21, + "last_page_order": 22 + }, + { + "id": 6714387, + "name": "Wilcox v. Calloway", + "name_abbreviation": "Wilcox v. Calloway", + "decision_date": "1791-10", + "docket_number": "", + "first_page": "374", + "last_page": "377", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 38" + }, + { + "type": "official", + "cite": "1 Va. 38" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 Rand. 458", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "2 Rand. 429", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "3 Munf. 380", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "389, 393" + } + ], + "opinion_index": -1 + }, + { + "cite": "6 Rand. 480", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "4 Munf. 168", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "2 Rand. 371", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "5 Call 273", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 596, + "char_count": 12377, + "ocr_confidence": 0.465, + "pagerank": { + "raw": 9.004519596426433e-07, + "percentile": 0.9788813942434482 + }, + "sha256": "2a1a003fffa29eb9997d842c922ab24da3d102f160f38108d2befea16a6e9d48", + "simhash": "1:d7e126e99d4aeae9", + "word_count": 2161 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0374-01", + "first_page_order": 22, + "last_page_order": 25 + }, + { + "id": 6714409, + "name": "Jones & Temple v. Logwood", + "name_abbreviation": "Jones v. Logwood", + "decision_date": "1791-10", + "docket_number": "", + "first_page": "377", + "last_page": "378", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 42" + }, + { + "type": "official", + "cite": "1 Va. 42" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "28 S. E. Rep. 567", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "95 Va. 462", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "9 Leigh 613", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "7 Leigh 304", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "2 Wash. 03", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 399, + "char_count": 6188, + "ocr_confidence": 0.468, + "pagerank": { + "raw": 6.976786855677219e-07, + "percentile": 0.9655705795974978 + }, + "sha256": "c9ee646deb59e3b6b960dd9157a606c3192b9c103294a0f3329d84b3a3044fb3", + "simhash": "1:92ff870b2e7a4535", + "word_count": 1109 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0377-01", + "first_page_order": 25, + "last_page_order": 26 + }, + { + "id": 6714425, + "name": "Seekright, Lessee of Wm. Mayo v. Paul Carrington and Others", + "name_abbreviation": "Seekright v. Carrington", + "decision_date": "1791-10", + "docket_number": "", + "first_page": "378", + "last_page": "379", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 45" + }, + { + "type": "official", + "cite": "1 Va. 45" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 396, + "char_count": 6375, + "ocr_confidence": 0.515, + "pagerank": { + "raw": 2.0914894735972066e-07, + "percentile": 0.7604317857913724 + }, + "sha256": "e7b57e057c13ce17ce3fc5605f1ef6ead0323ec99fb9ab0cbb2f3fb03cb4f40e", + "simhash": "1:df8ee7a9982faf8a", + "word_count": 1116 + }, + "last_updated": "2023-07-14T19:21:58.562424+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0378-01", + "first_page_order": 26, + "last_page_order": 27 + }, + { + "id": 6714452, + "name": "Roane's Executors, v. Hern, et al.", + "name_abbreviation": "Roane's Executors v. Hern", + "decision_date": "1791-10", + "docket_number": "", + "first_page": "379", + "last_page": "381", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 47" + }, + { + "type": "official", + "cite": "1 Va. 47" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 560, + "char_count": 13047, + "ocr_confidence": 0.48, + "pagerank": { + "raw": 2.8110647344874246e-07, + "percentile": 0.837591303585653 + }, + "sha256": "32cff2fa2451aa5fe8101e5bc7f8b9d5f5775b7c0463009d27550371aec93676", + "simhash": "1:7771cd0e6c16d69e", + "word_count": 2346 + }, + "last_updated": "2023-07-14T19:21:58.562424+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0379-01", + "first_page_order": 27, + "last_page_order": 29 + }, + { + "id": 6714478, + "name": "David Shelton, William Shelton and Samuel Shelton, Executors of Joseph Shelton, Deceased, v. John Shelton", + "name_abbreviation": "Shelton v. Shelton", + "decision_date": "1791-10", + "docket_number": "", + "first_page": "381", + "last_page": "388", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 53" + }, + { + "type": "official", + "cite": "1 Va. 53" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Rand. 79", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "3 Rand. 288", + "category": "reporters:state", + "reporter": "Rand.", + "pin_cites": [ + { + "page": "312" + } + ], + "opinion_index": -1 + }, + { + "cite": "4 Munf. 235", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "3 Call 83", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 250", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 8530656, + 8530648 + ], + "opinion_index": -1, + "case_paths": [ + "/wash/1/0250-02", + "/wash/1/0250-01" + ] + }, + { + "cite": "4 Leigh 163", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6725148 + ], + "opinion_index": -1, + "case_paths": [ + "/va/31/0899-01" + ] + }, + { + "cite": "82 Va. 689", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "16 S. E. Rep. 358", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "89 Va. 500", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "81 Va. 695", + "category": "reporters:state", + "reporter": "Va.", + "pin_cites": [ + { + "page": "703" + } + ], + "opinion_index": -1 + }, + { + "cite": "81 Va. 612", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "18 Gratt. 304", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732967 + ], + "opinion_index": -1, + "case_paths": [ + "/va/59/0623-01" + ] + }, + { + "cite": "17 Gratt. 349", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733368 + ], + "opinion_index": -1, + "case_paths": [ + "/va/58/0375-01" + ] + }, + { + "cite": "13 Gratt. 251", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "13 Gratt. 205", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 1389, + "char_count": 42801, + "ocr_confidence": 0.473, + "pagerank": { + "raw": 9.383708456863341e-07, + "percentile": 0.9804828389608815 + }, + "sha256": "cc193bbd8a7892808bba481cc94d1faa4a96d9620735574f140a5b4cfc0d5b3a", + "simhash": "1:96a0e6ac3e66ee36", + "word_count": 7574 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0381-01", + "first_page_order": 29, + "last_page_order": 36 + }, + { + "id": 6714492, + "name": "Wood v. Davis", + "name_abbreviation": "Wood v. Davis", + "decision_date": "1792-04", + "docket_number": "", + "first_page": "388", + "last_page": "389", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 69" + }, + { + "type": "official", + "cite": "1 Va. 69" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "21 Gratt. 107", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733444 + ], + "opinion_index": 0, + "case_paths": [ + "/va/62/0745-01" + ] + }, + { + "cite": "1 Wash. 162", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715441 + ], + "opinion_index": 0, + "case_paths": [ + "/va/1/0459-02" + ] + } + ], + "analysis": { + "cardinality": 131, + "char_count": 1563, + "ocr_confidence": 0.467, + "pagerank": { + "raw": 5.677962908284495e-08, + "percentile": 0.35745597523253286 + }, + "sha256": "221a77dbdcad0b43fae32699145ef7ab3354af1cd63a068882b6ece84aca9728", + "simhash": "1:88ace644e6267340", + "word_count": 284 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0388-01", + "first_page_order": 36, + "last_page_order": 37 + }, + { + "id": 6714507, + "name": "Hubbard v. Blow & Barksdale", + "name_abbreviation": "Hubbard v. Blow", + "decision_date": "1792-04", + "docket_number": "", + "first_page": "389", + "last_page": "389", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 70" + }, + { + "type": "official", + "cite": "1 Va. 70" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "13 Gratt. 118", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4437867 + ], + "opinion_index": -1, + "case_paths": [ + "/va/54/0060-01" + ] + }, + { + "cite": "2 Call 212", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715360 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0295-01" + ] + } + ], + "analysis": { + "cardinality": 100, + "char_count": 1097, + "ocr_confidence": 0.401, + "sha256": "1b945f047b1fcfe669415a73c5194c4f6b6007dfd660006c406eb795b27619ab", + "simhash": "1:7cdde3c77c015b0a", + "word_count": 181 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0389-01", + "first_page_order": 37, + "last_page_order": 37 + }, + { + "id": 6714523, + "name": "Hudson v. Morris", + "name_abbreviation": "Hudson v. Morris", + "decision_date": "1792-04", + "docket_number": "", + "first_page": "389", + "last_page": "389", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 70" + }, + { + "type": "official", + "cite": "1 Va. 70" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "18 Gratt. 801", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733925 + ], + "opinion_index": -1, + "case_paths": [ + "/va/59/0792-01" + ] + } + ], + "analysis": { + "cardinality": 133, + "char_count": 1938, + "ocr_confidence": 0.412, + "sha256": "689130d980f2b4a0394a53917a7c6362fcb1f104270d38b6d5f8feb40c7d5558", + "simhash": "1:197bb36722fa1b15", + "word_count": 345 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0389-02", + "first_page_order": 37, + "last_page_order": 37 + }, + { + "id": 6714538, + "name": "Hunter v. Haynes' Lessee", + "name_abbreviation": "Hunter v. Haynes' Lessee", + "decision_date": "1792-04", + "docket_number": "", + "first_page": "389", + "last_page": "390", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 71" + }, + { + "type": "official", + "cite": "1 Va. 71" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "6 Munf. 174", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6725045 + ], + "opinion_index": -1, + "case_paths": [ + "/va/20/0675-01" + ] + }, + { + "cite": "1 Call 185", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 147, + "char_count": 1842, + "ocr_confidence": 0.428, + "pagerank": { + "raw": 1.6640134635552267e-07, + "percentile": 0.6948897406760008 + }, + "sha256": "f802f458e48b579eebbb445ac8e72d40bd25501c4f80f070ebbf3a1c768f2cd4", + "simhash": "1:9184c0497e011127", + "word_count": 318 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0389-03", + "first_page_order": 37, + "last_page_order": 38 + }, + { + "id": 6714552, + "name": "Evans v. Smith", + "name_abbreviation": "Evans v. Smith", + "decision_date": "1792-04", + "docket_number": "", + "first_page": "390", + "last_page": "390", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 72" + }, + { + "type": "official", + "cite": "1 Va. 72" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 86, + "char_count": 948, + "ocr_confidence": 0.497, + "sha256": "702816f78da9d122d3ee5d0c7d0e13428e7042171300ad5d58f7d9dec7175e1e", + "simhash": "1:6ba70d2c73062d83", + "word_count": 165 + }, + "last_updated": "2023-07-14T19:21:58.562424+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0390-01", + "first_page_order": 38, + "last_page_order": 38 + }, + { + "id": 6714576, + "name": "Asberry, &c. v. Calloway &c.", + "name_abbreviation": "Asberry v. Calloway", + "decision_date": "1792-04", + "docket_number": "", + "first_page": "390", + "last_page": "391", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 72" + }, + { + "type": "official", + "cite": "1 Va. 72" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "27 Gratt. 341", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "3 Munf. 158", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 593", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "4 Hen. & M. 276", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "3 Hen. & M. 493", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 301, + "char_count": 5265, + "ocr_confidence": 0.494, + "sha256": "90840d42bc661915d9a041584161215331cb536ee7d8074393c7a554285e49b7", + "simhash": "1:dc5e692064428400", + "word_count": 935 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0390-02", + "first_page_order": 38, + "last_page_order": 39 + }, + { + "id": 6714592, + "name": "Hudson v. Ross & Co.", + "name_abbreviation": "Hudson v. Ross", + "decision_date": "1792-04", + "docket_number": "", + "first_page": "391", + "last_page": "391", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 74" + }, + { + "type": "official", + "cite": "1 Va. 74" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "8 Call 557", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 195, + "char_count": 3131, + "ocr_confidence": 0.427, + "pagerank": { + "raw": 4.023966750196863e-07, + "percentile": 0.9067416671782795 + }, + "sha256": "f9c909126ec14b0f321d51faa8c067140e4fd024c605b7ef3c5b32d4281f4992", + "simhash": "1:8c4ead16c8286543", + "word_count": 550 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0391-01", + "first_page_order": 39, + "last_page_order": 39 + }, + { + "id": 6714609, + "name": "Turpin v. Turpin", + "name_abbreviation": "Turpin v. Turpin", + "decision_date": "1792-04", + "docket_number": "", + "first_page": "391", + "last_page": "391", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 75" + }, + { + "type": "official", + "cite": "1 Va. 75" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Call 289", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716157 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0516-01" + ] + } + ], + "analysis": { + "cardinality": 84, + "char_count": 665, + "ocr_confidence": 0.404, + "pagerank": { + "raw": 8.357166834608301e-08, + "percentile": 0.4813270966762927 + }, + "sha256": "7037756af4da42e3f73e6ac6343213d8ab38baa9b89dcf5f67825c44cb0075da", + "simhash": "1:eb5f04a8e75e44f7", + "word_count": 117 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0391-02", + "first_page_order": 39, + "last_page_order": 39 + }, + { + "id": 6714627, + "name": "Butler v. Parks", + "name_abbreviation": "Butler v. Parks", + "decision_date": "1792-04", + "docket_number": "", + "first_page": "391", + "last_page": "392", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 76" + }, + { + "type": "official", + "cite": "1 Va. 76" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 112, + "char_count": 1388, + "ocr_confidence": 0.482, + "sha256": "6180332cc0884cc19b69f1aad4e05c2a71746021a71d7ad10d0ed8e8874c1b4c", + "simhash": "1:ce8f8e21420e5aeb", + "word_count": 252 + }, + "last_updated": "2023-07-14T19:21:58.562424+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0391-03", + "first_page_order": 39, + "last_page_order": 40 + }, + { + "id": 6714646, + "name": "Lewis, Executor of Thruston, v. Norton", + "name_abbreviation": "Lewis v. Norton", + "decision_date": "1792-04", + "docket_number": "", + "first_page": "392", + "last_page": "392", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 76" + }, + { + "type": "official", + "cite": "1 Va. 76" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Gratt. 250", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715503 + ], + "opinion_index": -1, + "case_paths": [ + "/va/43/0355-01" + ] + }, + { + "cite": "21 W. Va. 309", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "28 S. E. Rep. 329", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "95 Va. 321", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "5 S. E. Rep. 21", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "81 Va. 314", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 169, + "char_count": 2034, + "ocr_confidence": 0.527, + "sha256": "5e892544f0a47ad4d5bd3f02ec710c03b93d65d162fb37efa5df3d16a6cb64fa", + "simhash": "1:a9936f220525df22", + "word_count": 362 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0392-01", + "first_page_order": 40, + "last_page_order": 40 + }, + { + "id": 6714678, + "name": "Scott v. Alexander & Peterfield Trent", + "name_abbreviation": "Scott v. Trent", + "decision_date": "1792", + "docket_number": "", + "first_page": "392", + "last_page": "393", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 77" + }, + { + "type": "official", + "cite": "1 Va. 77" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "15 W. Va. 102", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "2 Leigh 505", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "1 Rand. 363", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 263, + "char_count": 4373, + "ocr_confidence": 0.471, + "pagerank": { + "raw": 3.0471466723180362e-06, + "percentile": 0.997495220763836 + }, + "sha256": "226c606aa8b404d4a2409ef771b80377074e522b62c12160a2420f86482b11a8", + "simhash": "1:aeb1bf008f0a5dd4", + "word_count": 755 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0392-02", + "first_page_order": 40, + "last_page_order": 41 + }, + { + "id": 6714696, + "name": "Cochran v. Street", + "name_abbreviation": "Cochran v. Street", + "decision_date": "1792-04", + "docket_number": "", + "first_page": "419", + "last_page": "420", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 79" + }, + { + "type": "official", + "cite": "1 Va. 79" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "20 Gratt. 733", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6734381 + ], + "opinion_index": -1, + "case_paths": [ + "/va/61/0593-01" + ] + }, + { + "cite": "1 Hen. & M. 385", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8692028 + ], + "opinion_index": -1, + "case_paths": [ + "/va/11/0176-01" + ] + }, + { + "cite": "24 W. Va. 358", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "359" + } + ], + "opinion_index": -1 + }, + { + "cite": "20 W. Va. 43", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "21 Gratt. 212", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "14 Gratt. 629", + "category": "reporters:state", + "reporter": "Gratt.", + "pin_cites": [ + { + "page": "633" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Rand. 42", + "category": "reporters:state", + "reporter": "Rand.", + "pin_cites": [ + { + "page": "43" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Call 553", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "4 Call 286", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Call 158", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "31 Gratt. 323", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716516 + ], + "opinion_index": -1, + "case_paths": [ + "/va/72/0423-01" + ] + } + ], + "analysis": { + "cardinality": 446, + "char_count": 7060, + "ocr_confidence": 0.477, + "pagerank": { + "raw": 1.5246766605400422e-06, + "percentile": 0.9919958653960135 + }, + "sha256": "7b87b5af58de764019f384d506d60d4e823a719e59ab11dfb4aabed904208823", + "simhash": "1:d7d32db05707393e", + "word_count": 1284 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0419-01", + "first_page_order": 67, + "last_page_order": 68 + }, + { + "id": 6714724, + "name": "Thornton v. Smith", + "name_abbreviation": "Thornton v. Smith", + "decision_date": "1792-04", + "docket_number": "", + "first_page": "420", + "last_page": "423", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 81" + }, + { + "type": "official", + "cite": "1 Va. 81" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "8 Gratt. 457", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716085 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0589-01" + ] + }, + { + "cite": "4 Call 107", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715037 + ], + "opinion_index": -1, + "case_paths": [ + "/va/8/0668-01" + ] + }, + { + "cite": "3 Hen. &M. 313", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 676, + "char_count": 15071, + "ocr_confidence": 0.466, + "pagerank": { + "raw": 7.144332095348284e-07, + "percentile": 0.9670919038136973 + }, + "sha256": "e11f4501a6a96dcbac3d23bd7c4a84cf04e4364611d6f9f6f45bf68c6eeef8f2", + "simhash": "1:fce3e4abec57c5a1", + "word_count": 2619 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0420-01", + "first_page_order": 68, + "last_page_order": 71 + }, + { + "id": 6714749, + "name": "David Ross v. Erasmus Gill and Sarah, His Wife", + "name_abbreviation": "Ross v. Gill", + "decision_date": "1792-04", + "docket_number": "", + "first_page": "423", + "last_page": "425", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 87" + }, + { + "type": "official", + "cite": "1 Va. 87" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "20 Gratt. 733", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6734381 + ], + "opinion_index": -1, + "case_paths": [ + "/va/61/0593-01" + ] + }, + { + "cite": "28 S. E. Rep. 816", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "43 W. Va. 678", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "18 S . E. Rep. 564", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "38 W. Va. 231", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "13 S. E. Rep. 389", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "35 W. Va. 273", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "9 S. E. Rep. 883", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "32 W. Va. 494", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "23 W. Va. 793", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "21 W. Va. 756", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "20 W. Va. 263", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "11 W. Va. 75", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 S. E. Rep. 407", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "83 Va. 43", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "11 Gratt. 377", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450839 + ], + "opinion_index": -1, + "case_paths": [ + "/va/52/0196-01" + ] + }, + { + "cite": "6 Gratt. 712", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 954925 + ], + "opinion_index": -1, + "case_paths": [ + "/va/47/0712-01" + ] + }, + { + "cite": "3 Rand. 114", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "3 Hen. & M. 266", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "1 Call 561", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094979 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0203-01" + ] + }, + { + "cite": "1 Call 412", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 217", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716042 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0486-01" + ] + }, + { + "cite": "14 S. E. Rep. 468", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "36 W. Va. 176", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "7 Gratt. 425", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449374 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/48/0172-01" + ] + }, + { + "cite": "13 Gratt. 118", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4437867 + ], + "opinion_index": -1, + "case_paths": [ + "/va/54/0060-01" + ] + }, + { + "cite": "22 W. Va. 328", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "5 Leigh 118", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "3 Hen. & M. 487", + "category": "reporters:state", + "reporter": "Hen. & M.", + "pin_cites": [ + { + "page": "497" + } + ], + "opinion_index": -1 + }, + { + "cite": "10 Gratt. 1", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6714875 + ], + "opinion_index": -1, + "case_paths": [ + "/va/51/0407-01" + ] + }, + { + "cite": "17 Gratt. 398", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733550 + ], + "opinion_index": -1, + "case_paths": [ + "/va/58/0391-01" + ] + } + ], + "analysis": { + "cardinality": 611, + "char_count": 11232, + "ocr_confidence": 0.487, + "pagerank": { + "raw": 7.785879943693755e-07, + "percentile": 0.9721423913131615 + }, + "sha256": "3400bf152888ac288ce3d188cafb02a33f34ccf36d4a5b76c9d1e37772ec26fa", + "simhash": "1:5c6f4f23ffd42289", + "word_count": 2037 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0423-01", + "first_page_order": 71, + "last_page_order": 73 + }, + { + "id": 6714766, + "name": "Bibb v. Cauthorne", + "name_abbreviation": "Bibb v. Cauthorne", + "decision_date": "1792-04", + "docket_number": "", + "first_page": "425", + "last_page": "426", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 91" + }, + { + "type": "official", + "cite": "1 Va. 91" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Munf. 8", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "17 Gratt. 124", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732911 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/58/0278-01" + ] + }, + { + "cite": "2 Hen. & M. 464", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 273, + "char_count": 4782, + "ocr_confidence": 0.426, + "pagerank": { + "raw": 8.575450254257376e-07, + "percentile": 0.9767880289545838 + }, + "sha256": "4f9637d85122e405c2285ea1ceb48653d302de782ee80ab36c8dcfa603dec851", + "simhash": "1:0feeecb00e4d4ad3", + "word_count": 820 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0425-01", + "first_page_order": 73, + "last_page_order": 74 + }, + { + "id": 6714789, + "name": "Taylor v. Dundass", + "name_abbreviation": "Taylor v. Dundass", + "decision_date": "1792-04", + "docket_number": "", + "first_page": "426", + "last_page": "428", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 92" + }, + { + "type": "official", + "cite": "1 Va. 92" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Wash. 60", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "3 Leigh 367", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "7 Leigh 344", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 93", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "13 W. Va. 809", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Rob. 560", + "category": "reporters:state", + "reporter": "Rob.", + "case_ids": [ + 8507968 + ], + "opinion_index": -1, + "case_paths": [ + "/rob/1/0560-01" + ] + }, + { + "cite": "3 Hen. & M. 185", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "3 Va. Cas. 497", + "category": "reporters:state", + "reporter": "Va. Cas.", + "opinion_index": -1 + }, + { + "cite": "5 Call 437", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 95", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "7 Leigh 143", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 535, + "char_count": 11301, + "ocr_confidence": 0.505, + "pagerank": { + "raw": 1.0190587022189606e-06, + "percentile": 0.9833067487718395 + }, + "sha256": "4cce9b09c64ad5e59d3662f76ca7fc48c82a99189d257d95237fb28baf92de20", + "simhash": "1:de67e42603f50c90", + "word_count": 1980 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0426-01", + "first_page_order": 74, + "last_page_order": 76 + }, + { + "id": 6714829, + "name": "Kennon v. M'Roberts and Wife", + "name_abbreviation": "Kennon v. M'Roberts", + "decision_date": "1792-04", + "docket_number": "", + "first_page": "428", + "last_page": "436", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 96" + }, + { + "type": "official", + "cite": "1 Va. 96" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Am. Dec. 428", + "category": "reporters:federal", + "reporter": "Am. Dec.", + "opinion_index": -1 + }, + { + "cite": "15 W. Va. 653", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "4 W. Va. 322", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "89 Va. 500", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "87 Va. 356", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "86 Va. 556", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "9 S. E. Rep. 1120", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "84 Va. 537", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "81 Va. 612", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "79 Va. 255", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "78 Va. 206", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "75 Va. 368", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "32 Gratt. 556", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "17 Gratt. 349", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733368 + ], + "opinion_index": -1, + "case_paths": [ + "/va/58/0375-01" + ] + }, + { + "cite": "13 Gratt. 247", + "category": "reporters:state", + "reporter": "Gratt.", + "pin_cites": [ + { + "page": "255" + } + ], + "opinion_index": -1 + }, + { + "cite": "12 Gratt. 205", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "9 Leigh 377", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 552", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "553" + } + ], + "opinion_index": -1 + }, + { + "cite": "4 Hen. &M. 44", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "1 Hen. &M. 291", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "3 Call 308", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Call 337", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094907 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0125-01" + ] + }, + { + "cite": "1 Wash. 265", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 8530688 + ], + "opinion_index": -1, + "case_paths": [ + "/wash/1/0265-01" + ] + }, + { + "cite": "2 Black. Rep. 736", + "category": "reporters:scotus_early", + "reporter": "Black. Rep.", + "opinion_index": 0 + }, + { + "cite": "110 Free. Ch. 430", + "category": "reporters:state", + "reporter": "Free. Ch.", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 1556, + "char_count": 46110, + "ocr_confidence": 0.476, + "pagerank": { + "raw": 1.4048290846499673e-06, + "percentile": 0.9907473370069065 + }, + "sha256": "4c5cbf9cf6e1df2a9ba33698865e7c0ca485db7d636ab4ab574c786f2ec473eb", + "simhash": "1:77f342089e4e8082", + "word_count": 8338 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0428-01", + "first_page_order": 76, + "last_page_order": 84 + }, + { + "id": 6714851, + "name": "Scott's Executors v. Call", + "name_abbreviation": "Scott's Executors v. Call", + "decision_date": "1792-10", + "docket_number": "", + "first_page": "436", + "last_page": "436", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 115" + }, + { + "type": "official", + "cite": "1 Va. 115" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "7 Gratt. 426", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "13 Gratt. 118", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4437867 + ], + "opinion_index": -1, + "case_paths": [ + "/va/54/0060-01" + ] + }, + { + "cite": "2 Wash. 166", + "category": "reporters:state", + "reporter": "Wash.", + "pin_cites": [ + { + "page": "167" + } + ], + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 193, + "char_count": 2907, + "ocr_confidence": 0.532, + "pagerank": { + "raw": 2.626467221199245e-07, + "percentile": 0.8218114260715587 + }, + "sha256": "4ab59d43a00598d46a7442420459970bf4114abff83a7d886d7cec90456ecfb5", + "simhash": "1:0921ff21331e3028", + "word_count": 517 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0436-01", + "first_page_order": 84, + "last_page_order": 84 + }, + { + "id": 6714876, + "name": "White v. Jones", + "name_abbreviation": "White v. Jones", + "decision_date": "1792-10", + "docket_number": "", + "first_page": "436", + "last_page": "437", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 116" + }, + { + "type": "official", + "cite": "1 Va. 116" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 Call 253", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715645 + ], + "opinion_index": -1, + "case_paths": [ + "/va/8/0717-01" + ] + }, + { + "cite": "4 Call 213", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715369 + ], + "opinion_index": -1, + "case_paths": [ + "/va/8/0704-01" + ] + }, + { + "cite": "5 Rand 483", + "category": "reporters:state", + "reporter": "Rand.", + "pin_cites": [ + { + "page": "486, 489" + } + ], + "opinion_index": -1 + }, + { + "cite": "4 Munf. 168", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "172,174" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Munf. 300", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 308", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716985, + 8530758 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0534-01", + "/wash/1/0308-01" + ] + }, + { + "cite": "2 Hen. & M. 285", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "3 Hen. & M. 252", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "78 Va. 229", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "28 Gratt. 183", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 118", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714899 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0437-01" + ] + }, + { + "cite": "6 Leigh 384", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 431, + "char_count": 7525, + "ocr_confidence": 0.429, + "pagerank": { + "raw": 7.568431047971489e-07, + "percentile": 0.9705382437354456 + }, + "sha256": "fb105a9e2eb713286c1df1a1b63f9759a1981b64402564ee0e3916570bffccb6", + "simhash": "1:e4f2451e4fce3eb4", + "word_count": 1309 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0436-02", + "first_page_order": 84, + "last_page_order": 85 + }, + { + "id": 6714899, + "name": "Winslow v. Dawson", + "name_abbreviation": "Winslow v. Dawson", + "decision_date": "1792-10", + "docket_number": "", + "first_page": "437", + "last_page": "438", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 118" + }, + { + "type": "official", + "cite": "1 Va. 118" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "26 Gratt. 698", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4433929 + ], + "opinion_index": -1, + "case_paths": [ + "/va/67/0227-01" + ] + }, + { + "cite": "6 W. Va. 523", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "6 Leigh 520", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 1", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714178 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0357-01" + ] + } + ], + "analysis": { + "cardinality": 303, + "char_count": 4597, + "ocr_confidence": 0.516, + "pagerank": { + "raw": 4.6721924228351556e-07, + "percentile": 0.9279160676935219 + }, + "sha256": "1e6e73725f0aba06bf7d0d64414ab37147f81ab859dde3815b9e97cc9ad49173", + "simhash": "1:921621ff0eb27999", + "word_count": 813 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0437-01", + "first_page_order": 85, + "last_page_order": 86 + }, + { + "id": 6714927, + "name": "Ross v. Poythress", + "name_abbreviation": "Ross v. Poythress", + "decision_date": "1792-10", + "docket_number": "", + "first_page": "438", + "last_page": "440", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 120" + }, + { + "type": "official", + "cite": "1 Va. 120" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "15 Gratt. 518", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732456 + ], + "opinion_index": -1, + "case_paths": [ + "/va/56/0900-01" + ] + } + ], + "analysis": { + "cardinality": 465, + "char_count": 8033, + "ocr_confidence": 0.443, + "pagerank": { + "raw": 3.7091818641627574e-07, + "percentile": 0.8932989915628285 + }, + "sha256": "a3de3b84410d137fde1ed4e2c96a0e8cc4e03a6c64e53401c7b31b27b06c73f3", + "simhash": "1:4a35835056883ced", + "word_count": 1405 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0438-01", + "first_page_order": 86, + "last_page_order": 88 + }, + { + "id": 6714953, + "name": "Jenkins v. Tom and Others", + "name_abbreviation": "Jenkins v. Tom", + "decision_date": "1792-10", + "docket_number": "", + "first_page": "440", + "last_page": "440", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 123" + }, + { + "type": "official", + "cite": "1 Va. 123" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Hen. & M. 205", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "2 Wash. 67", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "1 Hen. & M. 134", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8687238 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/11/0071-01" + ] + }, + { + "cite": "4 Munf. 209", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 4442480 + ], + "opinion_index": -1, + "case_paths": [ + "/va/18/0086-01" + ] + }, + { + "cite": "4 Rand. 648", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 282, + "char_count": 3886, + "ocr_confidence": 0.514, + "pagerank": { + "raw": 1.0791923821180134e-06, + "percentile": 0.9850101299342162 + }, + "sha256": "e38b9d0f8e7e6cc92bfe42994d6bc9a0bd95f5a8701199d29f18b4d339ec95f0", + "simhash": "1:1a261043f376d8d8", + "word_count": 669 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0440-01", + "first_page_order": 88, + "last_page_order": 88 + }, + { + "id": 6714975, + "name": "Thompson, Appellant, v. James Davenport and James Davenport, Jun. Appellees", + "name_abbreviation": "Thompson v. Davenport", + "decision_date": "1792-10", + "docket_number": "", + "first_page": "440", + "last_page": "442", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 125" + }, + { + "type": "official", + "cite": "1 Va. 125" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "6 Gratt. 197", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 954846 + ], + "opinion_index": -1, + "case_paths": [ + "/va/47/0197-01" + ] + }, + { + "cite": "21 W. Va. 430", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "16 W. Va. 460", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "461" + } + ], + "opinion_index": -1 + }, + { + "cite": "12 W. Va. 282", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "283" + } + ], + "opinion_index": -1 + }, + { + "cite": "4 W. Va. 9", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "2 Pat. & H. 552", + "category": "reporters:state", + "reporter": "Patton & Heath", + "opinion_index": -1 + }, + { + "cite": "2 Call 421", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716304 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0361-01" + ] + } + ], + "analysis": { + "cardinality": 496, + "char_count": 9685, + "ocr_confidence": 0.468, + "pagerank": { + "raw": 6.628642822665132e-07, + "percentile": 0.9620385203925016 + }, + "sha256": "c4906b40078d2456a10f72c9c545298f890753c502fc4672338b3c225ea692cd", + "simhash": "1:c197935892427c78", + "word_count": 1704 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0440-02", + "first_page_order": 88, + "last_page_order": 90 + }, + { + "id": 6715011, + "name": "Hill & Braxton v. Southerland's Executors", + "name_abbreviation": "Hill v. Southerland's Executors", + "decision_date": "1792-10", + "docket_number": "", + "first_page": "442", + "last_page": "445", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 128" + }, + { + "type": "official", + "cite": "1 Va. 128" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Munf. 447", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 2094066 + ], + "opinion_index": -1, + "case_paths": [ + "/va/15/0174-01" + ] + }, + { + "cite": "1 Munf. 150", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 2094018 + ], + "opinion_index": -1, + "case_paths": [ + "/va/15/0065-01" + ] + }, + { + "cite": "1 Wash. 134", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "5 Leigh 569", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "18 Gratt. 450", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "3 Call 171", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "2 Wash. 99", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "21 Gratt. 205", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733721 + ], + "opinion_index": -1, + "case_paths": [ + "/va/62/0792-01" + ] + } + ], + "analysis": { + "cardinality": 716, + "char_count": 18442, + "ocr_confidence": 0.488, + "pagerank": { + "raw": 4.5074246002506657e-07, + "percentile": 0.9232277634719245 + }, + "sha256": "2e0bc7b5114f2a293bb3209f75c13f202cedf2a8e36d7da20683d1e424fc92d0", + "simhash": "1:0e63e3ad9a3530fb", + "word_count": 3251 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0442-01", + "first_page_order": 90, + "last_page_order": 93 + }, + { + "id": 6715039, + "name": "Smith v. Walker Executor of Mickie", + "name_abbreviation": "Smith v. Walker", + "decision_date": "1792-10", + "docket_number": "", + "first_page": "445", + "last_page": "446", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 135" + }, + { + "type": "official", + "cite": "1 Va. 135" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 W. Va. 384", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "3 Rand. 71", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6714487 + ], + "opinion_index": -1, + "case_paths": [ + "/va/24/0478-01" + ] + }, + { + "cite": "5 Munf. 251", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "3 Munf. 258", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "2 Hen. & M. 603", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6728020 + ], + "opinion_index": -1, + "case_paths": [ + "/va/12/0538-01" + ] + }, + { + "cite": "2 Hen. & M. 285", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "1 Call 355", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "356" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Rob. 591", + "category": "reporters:state", + "reporter": "Rob.", + "case_ids": [ + 4447558 + ], + "opinion_index": -1, + "case_paths": [ + "/va/40/0360-01" + ] + }, + { + "cite": "3 Call 252", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "5 Call 463", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715723 + ], + "opinion_index": -1, + "case_paths": [ + "/va/9/1016-02" + ] + }, + { + "cite": "4 Leigh 481", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 358, + "char_count": 5976, + "ocr_confidence": 0.489, + "pagerank": { + "raw": 1.0650048431540309e-06, + "percentile": 0.9846448576731693 + }, + "sha256": "90facc5cd9dd5d714b62e3cdb8dd30f8ea5c5e23643cc5de415d937640c233a0", + "simhash": "1:28d37f191a961d8d", + "word_count": 1039 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0445-01", + "first_page_order": 93, + "last_page_order": 94 + }, + { + "id": 6715064, + "name": "Nelson v. Nelson", + "name_abbreviation": "Nelson v. Nelson", + "decision_date": "1792-10", + "docket_number": "", + "first_page": "446", + "last_page": "447", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 136" + }, + { + "type": "official", + "cite": "1 Va. 136" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Gratt. 243", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715266 + ], + "opinion_index": -1, + "case_paths": [ + "/va/44/0626-01" + ] + }, + { + "cite": "1 Munf. 303", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 2094017 + ], + "opinion_index": -1, + "case_paths": [ + "/va/15/0120-01" + ] + } + ], + "analysis": { + "cardinality": 309, + "char_count": 4164, + "ocr_confidence": 0.468, + "pagerank": { + "raw": 3.894863254053593e-07, + "percentile": 0.9015037170120729 + }, + "sha256": "1624ccef4c9b37ff2e676e9c380223a4c3a6d761f4c8f628056f621a8147a9f0", + "simhash": "1:827a2c06f1641cb7", + "word_count": 705 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0446-01", + "first_page_order": 94, + "last_page_order": 95 + }, + { + "id": 6715085, + "name": "Keel & Roberts v. Herbert's Executors", + "name_abbreviation": "Keel v. Herbert's Executors", + "decision_date": "1792-10", + "docket_number": "", + "first_page": "447", + "last_page": "447", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 138" + }, + { + "type": "official", + "cite": "1 Va. 138" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 81, + "char_count": 950, + "ocr_confidence": 0.46, + "sha256": "f59e5595a75a374cc4c0cbf37d67e9c1ef49246c1a83305a7c71d03a73954602", + "simhash": "1:57ae6a847d2783d9", + "word_count": 150 + }, + "last_updated": "2023-07-14T19:21:58.562424+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0447-01", + "first_page_order": 95, + "last_page_order": 95 + }, + { + "id": 6715107, + "name": "Thornton, Executor of Champ v. Jett", + "name_abbreviation": "Thornton v. Jett", + "decision_date": "1792-10", + "docket_number": "", + "first_page": "447", + "last_page": "448", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 138" + }, + { + "type": "official", + "cite": "1 Va. 138" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "2 Hen. & M. 369", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 153, + "char_count": 1841, + "ocr_confidence": 0.461, + "sha256": "1d6bc2b52b9a5d972b2fb7501c565f51064e3f18bb5cd0d2c3407e27db69be80", + "simhash": "1:0ccda4bb4e44144e", + "word_count": 316 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0447-02", + "first_page_order": 95, + "last_page_order": 96 + }, + { + "id": 6715137, + "name": "Catharine & Benjamin Turner v. Clear Turner, Executrix of Sampson Turner Deceased", + "name_abbreviation": "Turner v. Turner", + "decision_date": "1792-10", + "docket_number": "", + "first_page": "447", + "last_page": "448", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 139" + }, + { + "type": "official", + "cite": "1 Va. 139" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 29", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "3 Call 283", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "3 Call 168", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "3 Gratt. 344", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "11 Gratt. 348", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450967 + ], + "opinion_index": -1, + "case_paths": [ + "/va/52/0149-01" + ] + }, + { + "cite": "9 Leigh 251", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "3 Hen. & M. 456", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "3 Hen. &M. 59", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "3 Call 80", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 226, + "char_count": 3452, + "ocr_confidence": 0.5, + "pagerank": { + "raw": 1.5375304629162413e-06, + "percentile": 0.9921147912484473 + }, + "sha256": "c6c6e5cf6bbcac395f1c590466e946a45a77f68858a2d88bd26770aece484251", + "simhash": "1:6fab1f24d656afe3", + "word_count": 606 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0447-03", + "first_page_order": 95, + "last_page_order": 96 + }, + { + "id": 6715163, + "name": "Wilcox v. Rootes and Others", + "name_abbreviation": "Wilcox v. Rootes", + "decision_date": "1792-10", + "docket_number": "", + "first_page": "448", + "last_page": "449", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 140" + }, + { + "type": "official", + "cite": "1 Va. 140" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Gratt. 94", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Munf. 209", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6718321 + ], + "opinion_index": -1, + "case_paths": [ + "/va/16/0367-01" + ] + }, + { + "cite": "14 Gratt. 334", + "category": "reporters:state", + "reporter": "Gratt.", + "pin_cites": [ + { + "page": "337" + } + ], + "opinion_index": -1 + }, + { + "cite": "12 Leigh 334", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "3 Leigh 529", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "3 Call 342", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716329 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0533-01" + ] + } + ], + "analysis": { + "cardinality": 281, + "char_count": 4474, + "ocr_confidence": 0.452, + "pagerank": { + "raw": 7.532671168912677e-07, + "percentile": 0.9702612005564804 + }, + "sha256": "266f8b9a739e0b7611863ad9f39054b24fbe059ea781a1c4a8f61b8da5402e29", + "simhash": "1:0ff5a7e6be2b4034", + "word_count": 809 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0448-01", + "first_page_order": 96, + "last_page_order": 97 + }, + { + "id": 6715190, + "name": "Thornton Executor of Thompson and Gray and Wife v. Spotswood", + "name_abbreviation": "Thornton v. Spotswood", + "decision_date": "1792-10", + "docket_number": "", + "first_page": "449", + "last_page": "450", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 142" + }, + { + "type": "official", + "cite": "1 Va. 142" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "32 Hen. 8", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 393, + "char_count": 7581, + "ocr_confidence": 0.48, + "pagerank": { + "raw": 3.2827618499850086e-07, + "percentile": 0.8708540536533211 + }, + "sha256": "5e3686848d63c5bb08ee4f395f5c676bda75c058a4c43a089f619bd3c477d00f", + "simhash": "1:8705d276dea929aa", + "word_count": 1370 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0449-01", + "first_page_order": 97, + "last_page_order": 98 + }, + { + "id": 6715216, + "name": "Executors of Hunter and Executors of Herndon, v. Spotswood", + "name_abbreviation": "Executors of Hunter v. Spotswood", + "decision_date": "1792-10", + "docket_number": "", + "first_page": "450", + "last_page": "453", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 145" + }, + { + "type": "official", + "cite": "1 Va. 145" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "19 S. E. Rep. 424", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "39 W. Va. 128", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "87 W. Va. 12", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "14 W. Va. 891", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "12 W. Va. 374", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "2 Munf. 58", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "9 Gratt. 133", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "10 Gratt. 291", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Rob. 591", + "category": "reporters:state", + "reporter": "Rob.", + "case_ids": [ + 4447558 + ], + "opinion_index": -1, + "case_paths": [ + "/va/40/0360-01" + ] + }, + { + "cite": "29 Gratt. 762", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "3 Gratt. 77", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6714701 + ], + "opinion_index": -1, + "case_paths": [ + "/va/44/0568-01" + ] + }, + { + "cite": "1 Leigh 171", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "79 Va. 164", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "4 Munf. 222", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 4442768 + ], + "opinion_index": -1, + "case_paths": [ + "/va/18/0090-01" + ] + }, + { + "cite": "80 Va. 804", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "3 Munf. 288", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6719582 + ], + "opinion_index": -1, + "case_paths": [ + "/va/17/0703-01" + ] + }, + { + "cite": "6 Munf. 99", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6724052 + ], + "opinion_index": -1, + "case_paths": [ + "/va/20/0637-01" + ] + }, + { + "cite": "3 Call 538", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6717311 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0596-01" + ] + }, + { + "cite": "2 Munf. 285", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6719049 + ], + "opinion_index": -1, + "case_paths": [ + "/va/16/0458-02" + ] + }, + { + "cite": "4 Hen. & M. 502", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6729676 + ], + "opinion_index": -1, + "case_paths": [ + "/va/14/0964-01" + ] + }, + { + "cite": "16 S. E. Rep. 511", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "37 W. Va. 69", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "3 Rand. 447", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "4 Hen. & M. 262", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "4 Hen. &M. 416", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 718, + "char_count": 14215, + "ocr_confidence": 0.499, + "pagerank": { + "raw": 1.1840520341330073e-06, + "percentile": 0.9873820828936359 + }, + "sha256": "ab56efa8c89643cc29ec6c977e052acf99bc68b504a805fc4d09b2fcdab4fb1f", + "simhash": "1:1dc38584b35cb873", + "word_count": 2546 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0450-01", + "first_page_order": 98, + "last_page_order": 101 + }, + { + "id": 6715247, + "name": "Hoyle v. Young", + "name_abbreviation": "Hoyle v. Young", + "decision_date": "1793-04", + "docket_number": "", + "first_page": "453", + "last_page": "454", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 150" + }, + { + "type": "official", + "cite": "1 Va. 150" + }, + { + "type": "parallel", + "cite": "1 Am. Dec. 446" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "83 Va. 249", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "18 S. E. Rep. 740", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "38 W. Va. 556", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "9 W. Va. 383", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "23 Gratt. 619", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6727422 + ], + "opinion_index": -1, + "case_paths": [ + "/va/64/0611-01" + ] + }, + { + "cite": "5 Rand, 9", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "2 Call 588", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 447, + "char_count": 7713, + "ocr_confidence": 0.486, + "pagerank": { + "raw": 1.3892593399184069e-06, + "percentile": 0.9905596812787155 + }, + "sha256": "de401c2b6a12f2c6aad8d8196e76502f76c6a510d8f9660660a853d1cfcb52c5", + "simhash": "1:df45e2e096404a16", + "word_count": 1336 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0453-01", + "first_page_order": 101, + "last_page_order": 102 + }, + { + "id": 6715275, + "name": "Williams & Roy Executor of Corrie v. Campbell", + "name_abbreviation": "Williams v. Campbell", + "decision_date": "1793-04", + "docket_number": "", + "first_page": "454", + "last_page": "455", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 153" + }, + { + "type": "official", + "cite": "1 Va. 153" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 S. E. Rep. 189", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "30 W-Va. 18", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "15 W. Va. 618", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "9 W. Va. 24", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "3 W. Va. 391", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "6 Gratt. 210", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 954869 + ], + "opinion_index": -1, + "case_paths": [ + "/va/47/0210-01" + ] + } + ], + "analysis": { + "cardinality": 281, + "char_count": 4320, + "ocr_confidence": 0.472, + "pagerank": { + "raw": 7.526385771412084e-07, + "percentile": 0.9702084947809698 + }, + "sha256": "674e430e80963d1411012b51301f9686a48fd4b3bcdd529a3d0f6fcb3cf9ac05", + "simhash": "1:1d67b4ab4a2bca33", + "word_count": 764 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0454-01", + "first_page_order": 102, + "last_page_order": 103 + }, + { + "id": 6715298, + "name": "Daniel v. Robinson's Executors", + "name_abbreviation": "Daniel v. Robinson's Executors", + "decision_date": "1793-04", + "docket_number": "", + "first_page": "455", + "last_page": "455", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 154" + }, + { + "type": "official", + "cite": "1 Va. 154" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Rob. 263", + "category": "reporters:state", + "reporter": "Rob.", + "case_ids": [ + 4447148, + 8506597 + ], + "opinion_index": -1, + "case_paths": [ + "/va/40/0151-01", + "/rob/1/0263-01" + ] + }, + { + "cite": "1 Hen. & M. 338", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 120, + "char_count": 1280, + "ocr_confidence": 0.431, + "pagerank": { + "raw": 6.770845263994211e-08, + "percentile": 0.41298836341423767 + }, + "sha256": "274fa077580e6613ba415bd25549351b116fab578cb6f24ad00193081eb0e170", + "simhash": "1:de80a96b94b1ba6d", + "word_count": 223 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0455-01", + "first_page_order": 103, + "last_page_order": 103 + }, + { + "id": 6715320, + "name": "Stevens v. Taliaferro, Administrator of Thornton, Deceased", + "name_abbreviation": "Stevens v. Taliaferro", + "decision_date": "1793-04", + "docket_number": "", + "first_page": "455", + "last_page": "456", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 155" + }, + { + "type": "official", + "cite": "1 Va. 155" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "7 Gratt. 425", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449374 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0172-01" + ] + }, + { + "cite": "9 Leigh 422", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "9 W. Va. 363", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "30 W. Va. 305", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "23 W. Va. 111", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "21 W. Va. 158", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "91 Va. 585", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "20 Gratt. 360", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 H. & M. 285", + "category": "reporters:state", + "reporter": "Hen. & M.", + "pin_cites": [ + { + "page": "288" + } + ], + "opinion_index": -1 + }, + { + "cite": "20 Gratt. 344", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733662 + ], + "opinion_index": -1, + "case_paths": [ + "/va/61/0459-01" + ] + }, + { + "cite": "9 W. Va. 616", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641553 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/9/0616-01" + ] + }, + { + "cite": "4 Rand. 488", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 4443930 + ], + "opinion_index": -1, + "case_paths": [ + "/va/25/0202-01" + ] + }, + { + "cite": "6 Rand. 20", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6732283 + ], + "opinion_index": -1, + "case_paths": [ + "/va/27/0599-02" + ] + }, + { + "cite": "3 Munf. 314", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6719716 + ], + "opinion_index": -1, + "case_paths": [ + "/va/17/0712-01" + ] + }, + { + "cite": "40 W. Va. 238", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "16 W. Va. 736", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641198 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/16/0736-01" + ] + }, + { + "cite": "5 W. Va. 325", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641684 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/5/0325-01" + ] + }, + { + "cite": "4 W. Va. 1", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641473 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/4/0001-01" + ] + }, + { + "cite": "4 W. Va. 180", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641608 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/4/0180-01" + ] + }, + { + "cite": "8 W. Va. 370", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "10 Gratt. 250", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715501 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/51/0542-01" + ] + }, + { + "cite": "4 Rand. 161", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "3 Munf. 316", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "2 Call 379", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716147 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0347-02" + ] + }, + { + "cite": "2 H. & M. 161", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6725895 + ], + "opinion_index": -1, + "case_paths": [ + "/va/12/0385-01" + ] + }, + { + "cite": "4 Call 130", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715123 + ], + "opinion_index": -1, + "case_paths": [ + "/va/8/0676-01" + ] + }, + { + "cite": "20 W. Va. 777", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 432, + "char_count": 6969, + "ocr_confidence": 0.488, + "pagerank": { + "raw": 6.190590825316774e-07, + "percentile": 0.9568277918905697 + }, + "sha256": "6c37f4517f96b568b84517cd2a927a44823789c427d1293abe26b439dd5c5b73", + "simhash": "1:f23f0d28524f812b", + "word_count": 1246 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0455-02", + "first_page_order": 103, + "last_page_order": 104 + }, + { + "id": 6715355, + "name": "Pleasants, Shore & Co. and Anderson v. Ross", + "name_abbreviation": "Pleasants v. Ross", + "decision_date": "1793-04", + "docket_number": "", + "first_page": "456", + "last_page": "458", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 156" + }, + { + "type": "official", + "cite": "1 Va. 156" + }, + { + "type": "parallel", + "cite": "1 Am. Dec. 449" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "25 Gratt. 176", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "95 Va. 851", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "25 Gratt. 476", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "5 Leigh 205", + "category": "reporters:state", + "reporter": "Leigh", + "pin_cites": [ + { + "page": "210" + } + ], + "opinion_index": -1 + }, + { + "cite": "3 Call 568", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6717536 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0605-01" + ] + }, + { + "cite": "1 Wash. 338", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "7 W. Va. 716", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "4 Hen. & M. 431", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6727164, + 6727118 + ], + "opinion_index": -1, + "case_paths": [ + "/va/14/0939-02", + "/va/14/0939-01" + ] + }, + { + "cite": "9 Gratt. 684", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451085 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0337-01" + ] + }, + { + "cite": "74 Fed. Rep. 712", + "category": "reporters:federal", + "reporter": "F.", + "opinion_index": -1 + }, + { + "cite": "49 Fed. Rep. 710", + "category": "reporters:federal", + "reporter": "F.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 326", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6717159 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0560-01" + ] + }, + { + "cite": "4 Hen. & M. 359", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "24 W. Va. 392", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "31 Gratt. 727", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6717420 + ], + "opinion_index": -1, + "case_paths": [ + "/va/72/0547-01" + ] + }, + { + "cite": "25 Gratt. 129", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6722934 + ], + "opinion_index": -1, + "case_paths": [ + "/va/66/0329-01" + ] + }, + { + "cite": "2 Munf. 8", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "4 Hen. & M. 368", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 485, + "char_count": 9168, + "ocr_confidence": 0.472, + "pagerank": { + "raw": 5.122569606333145e-07, + "percentile": 0.9387661211136248 + }, + "sha256": "f29b8eee4401215806a1d533bf35702eb833768a8f698b5ca547b6e598d11f25", + "simhash": "1:3478c58e370dbe9d", + "word_count": 1596 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0456-01", + "first_page_order": 104, + "last_page_order": 106 + }, + { + "id": 6715393, + "name": "White v. Johnson", + "name_abbreviation": "White v. Johnson", + "decision_date": "1793-04", + "docket_number": "", + "first_page": "458", + "last_page": "459", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 159" + }, + { + "type": "official", + "cite": "1 Va. 159" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Wash. 183", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 5256788 + ], + "opinion_index": -1, + "case_paths": [ + "/wash/2/0183-01" + ] + }, + { + "cite": "17 Gratt. 124", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732911 + ], + "opinion_index": -1, + "case_paths": [ + "/va/58/0278-01" + ] + }, + { + "cite": "11 S. E. Rep. 406", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "86 Va. 875", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "9 Gratt. 604", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Call 273", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715638 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0314-01" + ] + } + ], + "analysis": { + "cardinality": 337, + "char_count": 6167, + "ocr_confidence": 0.499, + "pagerank": { + "raw": 5.302372659757757e-07, + "percentile": 0.9423920081827164 + }, + "sha256": "90f2d449eea01118eb498be50bfbfa5271cb9b1229a4769fe9ea63b703f4d53f", + "simhash": "1:256796c92ea6fbf2", + "word_count": 1096 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0458-01", + "first_page_order": 106, + "last_page_order": 107 + }, + { + "id": 6715415, + "name": "Irvin, Galt, and Company, v. Eldridge & Brackenridge", + "name_abbreviation": "Irvin v. Eldridge", + "decision_date": "1793-04", + "docket_number": "", + "first_page": "459", + "last_page": "459", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 161" + }, + { + "type": "official", + "cite": "1 Va. 161" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "21 Gratt. 107", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733444 + ], + "opinion_index": -1, + "case_paths": [ + "/va/62/0745-01" + ] + }, + { + "cite": "1 Leigh 464", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 229, + "char_count": 3355, + "ocr_confidence": 0.46, + "pagerank": { + "raw": 2.1345818815088695e-07, + "percentile": 0.7662786517669563 + }, + "sha256": "e4c599855cdffb4c38e9bca31f4ce20a0b6597720d752401a64359adbbbfd1d5", + "simhash": "1:926b49636a0585d4", + "word_count": 592 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0459-01", + "first_page_order": 107, + "last_page_order": 107 + }, + { + "id": 6715441, + "name": "Kennedy v. Baylor", + "name_abbreviation": "Kennedy v. Baylor", + "decision_date": "1793-04", + "docket_number": "", + "first_page": "459", + "last_page": "460", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 162" + }, + { + "type": "official", + "cite": "1 Va. 162" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Wash. 188", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715733 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0472-02" + ] + }, + { + "cite": "2 Munf. 138", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "27 Gratt. 671", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "5 Munf. 467", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6726852 + ], + "opinion_index": -1, + "case_paths": [ + "/va/19/0509-02" + ] + }, + { + "cite": "3 W. Va. 482", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 260, + "char_count": 4077, + "ocr_confidence": 0.506, + "pagerank": { + "raw": 7.878552206354457e-07, + "percentile": 0.9727686826529268 + }, + "sha256": "39378de59dae470a345d1d35c6bddd0d0bce73da970e700291564bd0da1b1af5", + "simhash": "1:49256ba63f320b7a", + "word_count": 698 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0459-02", + "first_page_order": 107, + "last_page_order": 108 + }, + { + "id": 6715464, + "name": "Reynolds v. Waller's Heir at Law, and Administrator", + "name_abbreviation": "Reynolds v. Waller's Heir", + "decision_date": "1793-04", + "docket_number": "", + "first_page": "460", + "last_page": "461", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 164" + }, + { + "type": "official", + "cite": "1 Va. 164" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "119 U. S. 499", + "category": "reporters:federal", + "reporter": "U.S.", + "case_ids": [ + 8300072 + ], + "opinion_index": -1, + "case_paths": [ + "/us/119/0499-01" + ] + }, + { + "cite": "7 Sup. Ct. Rep. 312", + "category": "reporters:federal", + "reporter": "S. Ct.", + "opinion_index": -1 + }, + { + "cite": "1 Hen. & M. 71", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "1 Hen. & M. 50", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": 0 + }, + { + "cite": "3 Call 103", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": 0 + }, + { + "cite": "1 Wash. 1", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714178 + ], + "opinion_index": 0, + "case_paths": [ + "/va/1/0357-01" + ] + } + ], + "analysis": { + "cardinality": 356, + "char_count": 6308, + "ocr_confidence": 0.486, + "pagerank": { + "raw": 9.026167136182174e-07, + "percentile": 0.9789835237498402 + }, + "sha256": "cc22a0e2c67c40e91edb33c9c11a6516eb6dc37c3100a0e71a266643836c968d", + "simhash": "1:40345452dc02fb98", + "word_count": 1090 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0460-01", + "first_page_order": 108, + "last_page_order": 109 + }, + { + "id": 6715490, + "name": "White, Whittle, and Company v. Bannister's Executors", + "name_abbreviation": "White v. Bannister's Executors", + "decision_date": "1793-04", + "docket_number": "", + "first_page": "461", + "last_page": "463", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 166" + }, + { + "type": "official", + "cite": "1 Va. 166" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "1 Wash. 221", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716069 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0488-01" + ] + }, + { + "cite": "31 W. Va. 834", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "5 Leigh 327", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 20", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "2 Hen. & M. 8", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6723970, + 6724007 + ], + "opinion_index": -1, + "case_paths": [ + "/va/12/0288-02", + "/va/12/0288-03" + ] + }, + { + "cite": "6 Munf. 29", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6723195 + ], + "opinion_index": -1, + "case_paths": [ + "/va/20/0610-01" + ] + }, + { + "cite": "1 Wash. 168", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "19 S. E. Rep. 422", + "category": "reporters:state_regional", + "reporter": "S.E.", + "pin_cites": [ + { + "page": "423" + } + ], + "opinion_index": -1 + }, + { + "cite": "39 W. Va. 328", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "324" + } + ], + "opinion_index": -1 + }, + { + "cite": "4 Hen. & M. 499", + "category": "reporters:state", + "reporter": "Hen. & M.", + "pin_cites": [ + { + "page": "500" + } + ], + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 516, + "char_count": 10794, + "ocr_confidence": 0.512, + "pagerank": { + "raw": 3.879161237394992e-07, + "percentile": 0.9008241407124508 + }, + "sha256": "004516a392a7a622554474df10acbf254e9276f939986dac0a260158e0f33519", + "simhash": "1:5449ae2cf8132afd", + "word_count": 1882 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0461-01", + "first_page_order": 109, + "last_page_order": 111 + }, + { + "id": 6715513, + "name": "Baird & Briggs, v. Blaigrove Executor of Blaigrove", + "name_abbreviation": "Baird v. Blaigrove", + "decision_date": "1793-04", + "docket_number": "", + "first_page": "463", + "last_page": "464", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 170" + }, + { + "type": "official", + "cite": "1 Va. 170" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "15 W. Va. 135", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "3 W. Va. 52", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "15 W. Va. 78", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "10 W. Va. 631", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "95 Va. 462", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "7 Leigh 304", + "category": "reporters:state", + "reporter": "Leigh", + "pin_cites": [ + { + "page": "305" + } + ], + "opinion_index": -1 + }, + { + "cite": "9 Leigh 515", + "category": "reporters:state", + "reporter": "Leigh", + "pin_cites": [ + { + "page": "519" + } + ], + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 360, + "char_count": 7092, + "ocr_confidence": 0.508, + "pagerank": { + "raw": 7.396866880619768e-07, + "percentile": 0.9692007140184621 + }, + "sha256": "088736e94a60769e5980966a6107e258894ed268f9fd9985683b6783db19dd24", + "simhash": "1:7e7fc2a16b10e487", + "word_count": 1218 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0463-01", + "first_page_order": 111, + "last_page_order": 112 + }, + { + "id": 6715545, + "name": "Kerr & Co. v. Love", + "name_abbreviation": "Kerr v. Love", + "decision_date": "1793-04", + "docket_number": "", + "first_page": "464", + "last_page": "465", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 172" + }, + { + "type": "official", + "cite": "1 Va. 172" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "27 Gratt. 541", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740405 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0584-01" + ] + }, + { + "cite": "24 Gratt. 494", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Call 358", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716006 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0341-02" + ] + }, + { + "cite": "2 Call 253", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715554 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0308-01" + ] + } + ], + "analysis": { + "cardinality": 220, + "char_count": 3616, + "ocr_confidence": 0.453, + "pagerank": { + "raw": 5.824851401780531e-07, + "percentile": 0.9516363695335134 + }, + "sha256": "dd3b5d16995ff01e9066815cf4b2417d6ac79764e377618fe7c45bd1e840d73c", + "simhash": "1:de1d87558c2e9e38", + "word_count": 625 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0464-01", + "first_page_order": 112, + "last_page_order": 113 + }, + { + "id": 6715576, + "name": "Bannister's Executors v. Shore", + "name_abbreviation": "Bannister's Executors v. Shore", + "decision_date": "1793-04", + "docket_number": "", + "first_page": "465", + "last_page": "467", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 173" + }, + { + "type": "official", + "cite": "1 Va. 173" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 551, + "char_count": 10833, + "ocr_confidence": 0.464, + "pagerank": { + "raw": 2.637194513077752e-07, + "percentile": 0.8227516353270017 + }, + "sha256": "bc79923fb8f2ca57d2b210d907ce172cacd4a813e7f55e837cfd9bf5a18712bb", + "simhash": "1:613a47c0aa0ac9f1", + "word_count": 1901 + }, + "last_updated": "2023-07-14T19:21:58.562424+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0465-01", + "first_page_order": 113, + "last_page_order": 115 + }, + { + "id": 6715611, + "name": "John Clayborn Executor of A. Clayborn v. Hill", + "name_abbreviation": "Clayborn v. Hill", + "decision_date": "1793-04", + "docket_number": "", + "first_page": "467", + "last_page": "471", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 177" + }, + { + "type": "official", + "cite": "1 Va. 177" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "6 Gratt. 197", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 954846 + ], + "opinion_index": -1, + "case_paths": [ + "/va/47/0197-01" + ] + }, + { + "cite": "10 Leigh 196", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "3 Hen. & M. 458", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "3 Hen, & M. 235", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 899, + "char_count": 21940, + "ocr_confidence": 0.465, + "pagerank": { + "raw": 1.406513734809307e-06, + "percentile": 0.9907670292746797 + }, + "sha256": "d6c0d623187326b0509d8fc1207add1a94f13e366325359b3ef838743d3f603e", + "simhash": "1:255d08d19952bfe3", + "word_count": 3776 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0467-01", + "first_page_order": 115, + "last_page_order": 119 + }, + { + "id": 6715639, + "name": "Tarpley's Administrator v. Dobyns", + "name_abbreviation": "Tarpley's Administrator v. Dobyns", + "decision_date": "1793-04", + "docket_number": "", + "first_page": "471", + "last_page": "471", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 185" + }, + { + "type": "official", + "cite": "1 Va. 185" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Call 546", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094929 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0197-01" + ] + }, + { + "cite": "4 Rand. 33", + "category": "reporters:state", + "reporter": "Rand.", + "pin_cites": [ + { + "page": "46, 47, 50" + } + ], + "opinion_index": -1 + }, + { + "cite": "5 Leigh 449", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 224, + "char_count": 2910, + "ocr_confidence": 0.393, + "pagerank": { + "raw": 5.187519893517939e-07, + "percentile": 0.9400856961158739 + }, + "sha256": "5d137218837fd7d96ad110b6b6247776e0ee2f437054bd0fc1229798d715ece9", + "simhash": "1:47b2b1caaa0b2e99", + "word_count": 511 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0471-01", + "first_page_order": 119, + "last_page_order": 119 + }, + { + "id": 6715663, + "name": "Anderson v. Bernard", + "name_abbreviation": "Anderson v. Bernard", + "decision_date": "1793-04", + "docket_number": "", + "first_page": "471", + "last_page": "472", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 186" + }, + { + "type": "official", + "cite": "1 Va. 186" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Munf. 593", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "4 Hen. & M. 276", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 184, + "char_count": 2253, + "ocr_confidence": 0.412, + "pagerank": { + "raw": 5.659184986478218e-08, + "percentile": 0.35281110983690556 + }, + "sha256": "d1d39942a66f01c2d9ef7231c92a6c9ffc306b78114d56a6cd6644bb5633ba51", + "simhash": "1:80b6b0d3163e3640", + "word_count": 389 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0471-02", + "first_page_order": 119, + "last_page_order": 120 + }, + { + "id": 6715708, + "name": "Johnson v. Bourn", + "name_abbreviation": "Johnson v. Bourn", + "decision_date": "1793-04", + "docket_number": "", + "first_page": "472", + "last_page": "472", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 187" + }, + { + "type": "official", + "cite": "1 Va. 187" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 180, + "char_count": 2164, + "ocr_confidence": 0.52, + "pagerank": { + "raw": 1.7564766322285236e-07, + "percentile": 0.7092761006529724 + }, + "sha256": "c634a5ae68cb72cc72deb35dde12c737870162c8c3b4d4f0b16dfbb7289ae448", + "simhash": "1:ecac95f93aa3f612", + "word_count": 377 + }, + "last_updated": "2023-07-14T19:21:58.562424+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0472-01", + "first_page_order": 120, + "last_page_order": 120 + }, + { + "id": 6715733, + "name": "William Eustace v. Gaskins Executor of Eustace", + "name_abbreviation": "Eustace v. Gaskins", + "decision_date": "1793-04", + "docket_number": "", + "first_page": "472", + "last_page": "473", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 188" + }, + { + "type": "official", + "cite": "1 Va. 188" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "1 Wash. 162", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715441 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0459-02" + ] + }, + { + "cite": "2 Munf. 138", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "139" + } + ], + "opinion_index": -1 + }, + { + "cite": "4 Gratt. 1", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4374306 + ], + "opinion_index": -1, + "case_paths": [ + "/va/45/0001-01" + ] + }, + { + "cite": "28 W. Va. 404", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "10 W. Va. 151", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 454, + "char_count": 8453, + "ocr_confidence": 0.422, + "pagerank": { + "raw": 5.025667094247362e-07, + "percentile": 0.936613679021441 + }, + "sha256": "25a8ff06a1d5a4fbc2ce9c84bcd9c67a1e342c83580f345d2160daf0d16ea7f6", + "simhash": "1:43e70c4e4b44ae70", + "word_count": 1462 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0472-02", + "first_page_order": 120, + "last_page_order": 121 + }, + { + "id": 6715760, + "name": "Tomlin, Mitchell, and How v. Kelly", + "name_abbreviation": "Tomlin v. Kelly", + "decision_date": "1793-04", + "docket_number": "", + "first_page": "473", + "last_page": "474", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 190" + }, + { + "type": "official", + "cite": "1 Va. 190" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "8 S. E. Rep. 817", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "85 Va. 852", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "15 Gratt. 491", + "category": "reporters:state", + "reporter": "Gratt.", + "pin_cites": [ + { + "page": "493, 494, 495" + } + ], + "opinion_index": -1 + }, + { + "cite": "3 Call 515", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 366, + "char_count": 5617, + "ocr_confidence": 0.525, + "pagerank": { + "raw": 1.8776235321830572e-07, + "percentile": 0.72715108100897 + }, + "sha256": "4576f79e8ca20bc83d451f086b8aa87c6cf91260d50a7cb56b440fe4de2090bb", + "simhash": "1:40ef0ab0ca7ab7b1", + "word_count": 974 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0473-01", + "first_page_order": 121, + "last_page_order": 122 + }, + { + "id": 6715779, + "name": "James M'Alister v. John M'Alister", + "name_abbreviation": "M'Alister v. M'Alister", + "decision_date": "1793-10", + "docket_number": "", + "first_page": "474", + "last_page": "475", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 193" + }, + { + "type": "official", + "cite": "1 Va. 193" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "9 Gratt. 684", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451085 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0337-01" + ] + } + ], + "analysis": { + "cardinality": 207, + "char_count": 3803, + "ocr_confidence": 0.419, + "pagerank": { + "raw": 4.364012536165934e-08, + "percentile": 0.2741648258257528 + }, + "sha256": "65728f959eb1f21a057322bf2514d947e0bd8b750f6e274b63e4133575c045b0", + "simhash": "1:86ceb0aa223c2dd3", + "word_count": 650 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0474-01", + "first_page_order": 122, + "last_page_order": 123 + }, + { + "id": 6715819, + "name": "Wilson and M'Rae v. Koeling", + "name_abbreviation": "Wilson v. Koeling", + "decision_date": "1793-10", + "docket_number": "", + "first_page": "475", + "last_page": "476", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 194" + }, + { + "type": "official", + "cite": "1 Va. 194" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Hen. & M. 332", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8690701 + ], + "opinion_index": -1, + "case_paths": [ + "/va/11/0154-01" + ] + }, + { + "cite": "15 W. Va. 60", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "10 W. Va. 761", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "2 Wash. 103", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "18 Gratt. 465", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 331, + "char_count": 5511, + "ocr_confidence": 0.492, + "pagerank": { + "raw": 1.7067968841177744e-07, + "percentile": 0.7017806829664587 + }, + "sha256": "dd2e72de3cb62847e43fd1c7053a33ea2e15a0fc3f8e6740f873dea872aa00c4", + "simhash": "1:4f16a3e9b94d1890", + "word_count": 980 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0475-01", + "first_page_order": 123, + "last_page_order": 124 + }, + { + "id": 6715844, + "name": "William Payne, Executor of John Payne v. William Dudley Executor of Fleet", + "name_abbreviation": "Payne v. Dudley", + "decision_date": "1793-10", + "docket_number": "", + "first_page": "476", + "last_page": "477", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 196" + }, + { + "type": "official", + "cite": "1 Va. 196" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "7 Gratt. 425", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449374 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0172-01" + ] + }, + { + "cite": "1 Hen. & M. 467", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 400, + "char_count": 7426, + "ocr_confidence": 0.466, + "pagerank": { + "raw": 3.999547692844847e-07, + "percentile": 0.9057367823375031 + }, + "sha256": "92c93433a8ab4c8ea6ed15d7385ae973d371c8d2eb280918af775473a660b36a", + "simhash": "1:9be930ad92698a0c", + "word_count": 1276 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0476-01", + "first_page_order": 124, + "last_page_order": 125 + }, + { + "id": 6715875, + "name": "William M'Williams v. Lewis Willis", + "name_abbreviation": "M'Williams v. Willis", + "decision_date": "1793-10", + "docket_number": "", + "first_page": "477", + "last_page": "479", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 199" + }, + { + "type": "official", + "cite": "1 Va. 199" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Munf. 346", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "348" + } + ], + "opinion_index": -1 + }, + { + "cite": "4 Leigh 529", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "17 W. Va. 151", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 520, + "char_count": 10659, + "ocr_confidence": 0.482, + "pagerank": { + "raw": 4.7402101950988503e-07, + "percentile": 0.9297310383732796 + }, + "sha256": "7b9b9829022577b69ab7ca2fb1beb79b6b7beebf42c9a3054dc5919b1148a0a9", + "simhash": "1:477168a00b1393ac", + "word_count": 1854 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0477-01", + "first_page_order": 125, + "last_page_order": 127 + }, + { + "id": 6715920, + "name": "Keel & Roberts v. Herbert", + "name_abbreviation": "Keel v. Herbert", + "decision_date": "1793-10", + "docket_number": "", + "first_page": "479", + "last_page": "480", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 203" + }, + { + "type": "official", + "cite": "1 Va. 203" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Gratt. 364", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375147 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0364-01" + ] + }, + { + "cite": "25 Gratt. 887", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6726004 + ], + "opinion_index": -1, + "case_paths": [ + "/va/66/0599-01" + ] + }, + { + "cite": "5 Munf. 199", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6724626 + ], + "opinion_index": -1, + "case_paths": [ + "/va/19/0400-02" + ] + }, + { + "cite": "37 S. E. Rep. 302", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "98 Va. 632", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "2 Munf. 176", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "3 Hen. & M. 397", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 362", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "20 Gratt. 733", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6734381 + ], + "opinion_index": -1, + "case_paths": [ + "/va/61/0593-01" + ] + }, + { + "cite": "3 Call 206", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Call 501", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "18 S. E. Rep. 503", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "38 W. Va. 231", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "20 W. Va. 203", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "11 W. Va. 75", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "3 Rand. 112", + "category": "reporters:state", + "reporter": "Rand.", + "pin_cites": [ + { + "page": "114" + } + ], + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 299, + "char_count": 4030, + "ocr_confidence": 0.477, + "pagerank": { + "raw": 7.644570875647022e-07, + "percentile": 0.9711293978915373 + }, + "sha256": "5c8992546f1e5bc16f708075ea8883bbb5e7e1347bf5b872f335bce1b7bd8292", + "simhash": "1:97f7b1600be44596", + "word_count": 700 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0479-01", + "first_page_order": 127, + "last_page_order": 128 + }, + { + "id": 6715951, + "name": "John Hawkins' Executrix v. Nelson Berkley", + "name_abbreviation": "Hawkins' Executrix v. Berkley", + "decision_date": "1793-10", + "docket_number": "", + "first_page": "480", + "last_page": "481", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 204" + }, + { + "type": "official", + "cite": "1 Va. 204" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "18 Gratt. 801", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733925 + ], + "opinion_index": -1, + "case_paths": [ + "/va/59/0792-01" + ] + }, + { + "cite": "4 Hen. & M. 88", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 447, + "char_count": 7939, + "ocr_confidence": 0.427, + "pagerank": { + "raw": 2.3011722428375025e-07, + "percentile": 0.7873993811994444 + }, + "sha256": "100a3f6de2b8c32ee16217be534f9b30013bd1c261a52acae67213e5e1521175", + "simhash": "1:4ee64964ac24a5d3", + "word_count": 1411 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0480-01", + "first_page_order": 128, + "last_page_order": 129 + }, + { + "id": 6715986, + "name": "Hooe & Harrison and Others v. Mason", + "name_abbreviation": "Hooe v. Mason", + "decision_date": "1793-10", + "docket_number": "", + "first_page": "481", + "last_page": "484", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 207" + }, + { + "type": "official", + "cite": "1 Va. 207" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 657, + "char_count": 13575, + "ocr_confidence": 0.454, + "pagerank": { + "raw": 2.1077193646190259e-07, + "percentile": 0.7627296031544696 + }, + "sha256": "159ad34d5a7a8f6fdc5cfa4de5e4fe5597aef26bb104444c2b470213b49f17be", + "simhash": "1:abe1f9c3caa48666", + "word_count": 2410 + }, + "last_updated": "2023-07-14T19:21:58.562424+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0481-01", + "first_page_order": 129, + "last_page_order": 132 + }, + { + "id": 6716012, + "name": "Hooe & Harrison v. Thomas Pierce, Administrator of Thomas Pierce", + "name_abbreviation": "Hooe v. Pierce", + "decision_date": "1793-10", + "docket_number": "", + "first_page": "484", + "last_page": "486", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 212" + }, + { + "type": "official", + "cite": "1 Va. 212" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "8 Gratt. 578", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716353 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0674-01" + ] + }, + { + "cite": "1 Wash. 336", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6717260, + 8530781 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0564-01", + "/wash/1/0336-01" + ] + }, + { + "cite": "1 Hen. & M. 429", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8693246 + ], + "opinion_index": -1, + "case_paths": [ + "/va/11/0193-02" + ] + }, + { + "cite": "1 Hen. & M. 54", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8685849 + ], + "opinion_index": -1, + "case_paths": [ + "/va/11/0035-02" + ] + }, + { + "cite": "2 Hen. &M. 116", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6725636 + ], + "opinion_index": -1, + "case_paths": [ + "/va/12/0351-01" + ] + }, + { + "cite": "4 Munf. 351", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 4442673 + ], + "opinion_index": -1, + "case_paths": [ + "/va/18/0149-01" + ] + }, + { + "cite": "1 Wash. 287", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 8530714, + 6716751 + ], + "opinion_index": -1, + "case_paths": [ + "/wash/1/0287-01", + "/va/1/0520-01" + ] + }, + { + "cite": "1 Munf. 453", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "3 Hen. & M. 441", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "3 Hen. & M. 358", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "6 Call 197", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 217", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716042 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0486-01" + ] + }, + { + "cite": "2 Munf. 315", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "9 Will. 3", + "category": "reporters:state", + "reporter": "Will.", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 697, + "char_count": 14979, + "ocr_confidence": 0.469, + "pagerank": { + "raw": 4.4670646335316095e-07, + "percentile": 0.9219245986928195 + }, + "sha256": "e18345add7f75e6bc6f1ca274208a9704c15b4dd7d53a637c9705c977e119d12", + "simhash": "1:b3a66de38a1907ab", + "word_count": 2636 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0484-01", + "first_page_order": 132, + "last_page_order": 134 + }, + { + "id": 6716042, + "name": "Thweat and Hinton v. Adam Finch", + "name_abbreviation": "Thweat v. Finch", + "decision_date": "1793-10", + "docket_number": "", + "first_page": "486", + "last_page": "488", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 217" + }, + { + "type": "official", + "cite": "1 Va. 217" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "23 Gratt. 619", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6727422 + ], + "opinion_index": -1, + "case_paths": [ + "/va/64/0611-01" + ] + }, + { + "cite": "6 Leigh 83", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "3 Rand. 114", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "36 W. Va. 176", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 511, + "char_count": 11888, + "ocr_confidence": 0.483, + "pagerank": { + "raw": 6.616711931409558e-07, + "percentile": 0.9619055010543086 + }, + "sha256": "971b8c3a5b9eacc5caac6cc6487a8a9329753b31e8fa2c2eb1590d3cf5c21d75", + "simhash": "1:9cf585693ea64d0d", + "word_count": 2091 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0486-01", + "first_page_order": 134, + "last_page_order": 136 + }, + { + "id": 6716069, + "name": "Brown's Administratrix v. Garland & Others", + "name_abbreviation": "Brown's Administratrix v. Garland", + "decision_date": "1793-10", + "docket_number": "", + "first_page": "488", + "last_page": "490", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 221" + }, + { + "type": "official", + "cite": "1 Va. 221" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "31 W. Va. 834", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "5 Leigh 337", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 531", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "533" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Wash. 166", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715490 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0461-01" + ] + }, + { + "cite": "2 Bur. 821", + "category": "reporters:state", + "reporter": "Bur.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 460, + "char_count": 8331, + "ocr_confidence": 0.422, + "pagerank": { + "raw": 3.1386179980419764e-07, + "percentile": 0.8618259211251312 + }, + "sha256": "2af82948f82896d0396bab6a658de0cb2f5fc68c895946cd176b6b4e88b6702e", + "simhash": "1:fd839fa5a4e764b8", + "word_count": 1464 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0488-01", + "first_page_order": 136, + "last_page_order": 138 + }, + { + "id": 6716088, + "name": "Sir Jonathan Beckwith v. Beckwith Butler, and Others", + "name_abbreviation": "Beckwith v. Butler", + "decision_date": "1793-10", + "docket_number": "", + "first_page": "490", + "last_page": "491", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 224" + }, + { + "type": "official", + "cite": "1 Va. 224" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "31 Gratt. 84", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715801 + ], + "opinion_index": -1, + "case_paths": [ + "/va/72/0350-01" + ] + }, + { + "cite": "1 Gratt. 403", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "12 Gratt. 33", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6714982 + ], + "opinion_index": -1, + "case_paths": [ + "/va/53/0477-01" + ] + }, + { + "cite": "25 W. Va. 781", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "783" + } + ], + "opinion_index": -1 + }, + { + "cite": "4 Gratt. 379", + "category": "reporters:state", + "reporter": "Gratt.", + "pin_cites": [ + { + "page": "396" + } + ], + "opinion_index": -1 + }, + { + "cite": "3 Rand. 561", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "4 Rand. 568", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "20 Gratt. 147", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733336 + ], + "opinion_index": -1, + "case_paths": [ + "/va/61/0394-01" + ] + }, + { + "cite": "18 S. E. Rep. 386", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "38 W. Va. 175", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "4 Call 427", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "27 Gratt. 571", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740518 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0598-02" + ] + }, + { + "cite": "8 Gratt. 148", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715420 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0474-01" + ] + }, + { + "cite": "1 Call 224", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094980 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0085-01" + ] + }, + { + "cite": "10 S. E. Rep. 529", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "84 Va. 738", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "10 Leigh 248", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 395", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 430, + "char_count": 7414, + "ocr_confidence": 0.488, + "pagerank": { + "raw": 8.472550734692014e-07, + "percentile": 0.9762464915908224 + }, + "sha256": "f2c442ab56e7247d1b3c362dd6f04ec1106602acc19f4f4bf62af799004eed9e", + "simhash": "1:8a32b6245a7e5ba3", + "word_count": 1316 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0490-01", + "first_page_order": 138, + "last_page_order": 139 + }, + { + "id": 6716112, + "name": "Sallee v. Yates and Wife", + "name_abbreviation": "Sallee v. Yates", + "decision_date": "1793-10", + "docket_number": "", + "first_page": "491", + "last_page": "492", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 226" + }, + { + "type": "official", + "cite": "1 Va. 226" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Call 190", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715268 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0288-01" + ] + }, + { + "cite": "22 Gratt. 320", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 263, + "char_count": 3588, + "ocr_confidence": 0.476, + "pagerank": { + "raw": 2.8260423191032394e-07, + "percentile": 0.8387593253506286 + }, + "sha256": "72077fd6a51fa7e708f5e87fe66576f201dcea54bd3223bf1f88967647b02573", + "simhash": "1:4fc1a5877a2f9370", + "word_count": 643 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0491-01", + "first_page_order": 139, + "last_page_order": 140 + }, + { + "id": 6716146, + "name": "Jacob Westfall v. John Singleton", + "name_abbreviation": "Westfall v. Singleton", + "decision_date": "1793-10", + "docket_number": "", + "first_page": "492", + "last_page": "493", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 227" + }, + { + "type": "official", + "cite": "1 Va. 227" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 350, + "char_count": 6202, + "ocr_confidence": 0.442, + "sha256": "8f0e6767968e19e34b45a30e476a803b4dcc5c736c2d4c5cedb6bfe1a4c3f5e6", + "simhash": "1:1b81a774fc5abe68", + "word_count": 1078 + }, + "last_updated": "2023-07-14T19:21:58.562424+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0492-01", + "first_page_order": 140, + "last_page_order": 141 + }, + { + "id": 6716175, + "name": "Jones v. Williams & Tomlinson", + "name_abbreviation": "Jones v. Williams", + "decision_date": "1793-10", + "docket_number": "", + "first_page": "493", + "last_page": "494", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 230" + }, + { + "type": "official", + "cite": "1 Va. 230" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Rand. 524", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "5 Rand. 462", + "category": "reporters:state", + "reporter": "Rand.", + "pin_cites": [ + { + "page": "479, 181" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Munf. 801", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "4 Munf. 168", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "170, 172, 177" + } + ], + "opinion_index": -1 + }, + { + "cite": "24 Gratt. 74", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4434641 + ], + "opinion_index": -1, + "case_paths": [ + "/va/65/0033-01" + ] + } + ], + "analysis": { + "cardinality": 372, + "char_count": 6470, + "ocr_confidence": 0.411, + "pagerank": { + "raw": 2.4525935619496005e-07, + "percentile": 0.8042015190847034 + }, + "sha256": "b4162d05f28c556d942d2730f324421eee902c5ccf84bd463990714536cb0f57", + "simhash": "1:4cf3f3773b6a776d", + "word_count": 1126 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0493-01", + "first_page_order": 141, + "last_page_order": 142 + }, + { + "id": 6716201, + "name": "Byrd v. Cocke", + "name_abbreviation": "Byrd v. Cocke", + "decision_date": "1793-10", + "docket_number": "", + "first_page": "494", + "last_page": "495", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 232" + }, + { + "type": "official", + "cite": "1 Va. 232" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "13 Gratt. 118", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4437867 + ], + "opinion_index": -1, + "case_paths": [ + "/va/54/0060-01" + ] + }, + { + "cite": "2 Call 533", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "2 Hen. & M. 441", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 296, + "char_count": 4821, + "ocr_confidence": 0.477, + "pagerank": { + "raw": 2.2413786085539273e-07, + "percentile": 0.7801759870942283 + }, + "sha256": "0699258c65ee1d8bbaa778c3f508439ff5948ad670390844123e6a968ef1b04c", + "simhash": "1:46277db998546db5", + "word_count": 855 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0494-01", + "first_page_order": 142, + "last_page_order": 143 + }, + { + "id": 6716233, + "name": "Coleman v. Dick & Pat", + "name_abbreviation": "Coleman v. Dick", + "decision_date": "1793-10", + "docket_number": "", + "first_page": "495", + "last_page": "498", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 233" + }, + { + "type": "official", + "cite": "1 Va. 233" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 Rand. 85", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "4 Leigh 185", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "4 Munf. 209", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 4442480 + ], + "opinion_index": -1, + "case_paths": [ + "/va/18/0086-01" + ] + }, + { + "cite": "2 Leigh 685", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "2 Hen. & M. 205", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "2 Hen. & M. 153", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "1 Hen. & M. 143", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 712, + "char_count": 17329, + "ocr_confidence": 0.464, + "pagerank": { + "raw": 6.803567833598669e-07, + "percentile": 0.963863337206146 + }, + "sha256": "decfd8da55800a5f6aae93044c02957cc283b208716ab6e3a5c1395c03f29f6e", + "simhash": "1:826f5c0ac65c045e", + "word_count": 3092 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0495-01", + "first_page_order": 143, + "last_page_order": 146 + }, + { + "id": 6716265, + "name": "Keene v. Lee", + "name_abbreviation": "Keene v. Lee", + "decision_date": "1793-10", + "docket_number": "", + "first_page": "498", + "last_page": "500", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 239" + }, + { + "type": "official", + "cite": "1 Va. 239" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 608, + "char_count": 15983, + "ocr_confidence": 0.486, + "pagerank": { + "raw": 9.505882454708161e-08, + "percentile": 0.5220024410689581 + }, + "sha256": "6a9f8a3de8142ce9e83d39d5e5333ece95503ebf6818402cebf3970f778c6616", + "simhash": "1:7571a279974a6bef", + "word_count": 2878 + }, + "last_updated": "2023-07-14T19:21:58.562424+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0498-01", + "first_page_order": 146, + "last_page_order": 148 + }, + { + "id": 6716290, + "name": "Granberry's Executor v. Josiah & James Granberry", + "name_abbreviation": "Granberry's Executor v. Granberry", + "decision_date": "1793-10", + "docket_number": "", + "first_page": "501", + "last_page": "503", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 246" + }, + { + "type": "official", + "cite": "1 Va. 246" + }, + { + "type": "parallel", + "cite": "1 Am. Dec. 455" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "1 Rand. 113", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "20 W. Va. 302", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "326" + } + ], + "opinion_index": -1 + }, + { + "cite": "78 Va. 668", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "9 Leigh 484", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "3 Leigh 416", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "3 Leigh 354", + "category": "reporters:state", + "reporter": "Leigh", + "pin_cites": [ + { + "page": "359, 361, 362" + } + ], + "opinion_index": -1 + }, + { + "cite": "2 Rand. 415", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "3 Munf. 201", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "4 Hen. & M. 416", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "2 Hen. ,& M. 21", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6724577 + ], + "opinion_index": -1, + "case_paths": [ + "/va/12/0318-03" + ] + } + ], + "analysis": { + "cardinality": 702, + "char_count": 16581, + "ocr_confidence": 0.464, + "pagerank": { + "raw": 2.153244613265591e-06, + "percentile": 0.9955771552704424 + }, + "sha256": "9ece0b2312366c3f9a3dcf0cc1b872f6fa770c1461387edaa5c17c523672efe9", + "simhash": "1:7bae79021a3a1d68", + "word_count": 2996 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0501-01", + "first_page_order": 149, + "last_page_order": 151 + }, + { + "id": 6716328, + "name": "Taylor's Administratrix v. Peyton's Administratrix", + "name_abbreviation": "Taylor's Administratrix v. Peyton's Administratrix", + "decision_date": "1794-04", + "docket_number": "", + "first_page": "503", + "last_page": "504", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 252" + }, + { + "type": "official", + "cite": "1 Va. 252" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "18 Gratt. 801", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733925 + ], + "opinion_index": -1, + "case_paths": [ + "/va/59/0792-01" + ] + } + ], + "analysis": { + "cardinality": 316, + "char_count": 4752, + "ocr_confidence": 0.493, + "pagerank": { + "raw": 3.1650758170197456e-07, + "percentile": 0.8635302675947517 + }, + "sha256": "2f98f461a3a2be3e5d672ad883445821a195cfb79420932174bcc95df1b88116", + "simhash": "1:ab4742f0fa31d5e1", + "word_count": 874 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0503-01", + "first_page_order": 151, + "last_page_order": 152 + }, + { + "id": 6716358, + "name": "Burwell v. Court", + "name_abbreviation": "Burwell v. Court", + "decision_date": "1794-04", + "docket_number": "", + "first_page": "504", + "last_page": "504", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 254" + }, + { + "type": "official", + "cite": "1 Va. 254" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "21 Gratt. 107", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733444 + ], + "opinion_index": -1, + "case_paths": [ + "/va/62/0745-01" + ] + } + ], + "analysis": { + "cardinality": 85, + "char_count": 853, + "ocr_confidence": 0.5, + "sha256": "8f897e546e71744f5d51058346ae8cd07bcc9d5ef62bd66e1a56178f3a0f4eba", + "simhash": "1:cbef4d40fc7d10bd", + "word_count": 146 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0504-01", + "first_page_order": 152, + "last_page_order": 152 + }, + { + "id": 6716409, + "name": "Smith & Moreton v. Wallace", + "name_abbreviation": "Smith v. Wallace", + "decision_date": "1794-04", + "docket_number": "", + "first_page": "504", + "last_page": "506", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 254" + }, + { + "type": "official", + "cite": "1 Va. 254" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 Rand. 117", + "category": "reporters:state", + "reporter": "Rand.", + "pin_cites": [ + { + "page": "126" + } + ], + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 425, + "char_count": 7895, + "ocr_confidence": 0.491, + "sha256": "ff7fe7b907243c3e28b48b1e318e09ccc4c10c4d8579f2e29e66b8b40e6a07ec", + "simhash": "1:9b9d27e0933a9523", + "word_count": 1400 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0504-02", + "first_page_order": 152, + "last_page_order": 154 + }, + { + "id": 6716443, + "name": "Walter Peter v. Samuel Cocke Executor of Henry Cocke", + "name_abbreviation": "Peter v. Cocke", + "decision_date": "1794-04", + "docket_number": "", + "first_page": "506", + "last_page": "507", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 257" + }, + { + "type": "official", + "cite": "1 Va. 257" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "18 Gratt. 801", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733925 + ], + "opinion_index": -1, + "case_paths": [ + "/va/59/0792-01" + ] + }, + { + "cite": "2 Hen. & M. 100", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6725541 + ], + "opinion_index": -1, + "case_paths": [ + "/va/12/0346-01" + ] + }, + { + "cite": "1 Call 353", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "359" + } + ], + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 331, + "char_count": 5320, + "ocr_confidence": 0.497, + "pagerank": { + "raw": 8.353422241669909e-07, + "percentile": 0.9756055275809516 + }, + "sha256": "1fd5cd816bf7dd06ef3631dd4331dd9e94af0a6df7d94a11ead5fe1ece955282", + "simhash": "1:ece129a3e93ed598", + "word_count": 931 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0506-01", + "first_page_order": 154, + "last_page_order": 155 + }, + { + "id": 6716469, + "name": "Hubbard v. Taylor", + "name_abbreviation": "Hubbard v. Taylor", + "decision_date": "1794-04", + "docket_number": "", + "first_page": "507", + "last_page": "507", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 259" + }, + { + "type": "official", + "cite": "1 Va. 259" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "21 Gratt. 107", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733444 + ], + "opinion_index": -1, + "case_paths": [ + "/va/62/0745-01" + ] + }, + { + "cite": "1 Munf. 608", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "3 Hen. & M. 103", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 146, + "char_count": 1916, + "ocr_confidence": 0.42, + "pagerank": { + "raw": 4.559884990365344e-07, + "percentile": 0.9247452264591488 + }, + "sha256": "0863f6e4faa790083343ac33e5166ee4a2c625c99c6a0fdda55a0bb9cf0231a1", + "simhash": "1:d94684d7e6562ece", + "word_count": 330 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0507-01", + "first_page_order": 155, + "last_page_order": 155 + }, + { + "id": 6716503, + "name": "Carr v. Gooch", + "name_abbreviation": "Carr v. Gooch", + "decision_date": "1794-04", + "docket_number": "", + "first_page": "507", + "last_page": "508", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 260" + }, + { + "type": "official", + "cite": "1 Va. 260" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Munf. 413", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6720382 + ], + "opinion_index": -1, + "case_paths": [ + "/va/16/0512-01" + ] + } + ], + "analysis": { + "cardinality": 361, + "char_count": 7139, + "ocr_confidence": 0.46, + "pagerank": { + "raw": 1.1371311267609966e-07, + "percentile": 0.5775819362441594 + }, + "sha256": "cdeb569eaafad11737a379337f35280df1f80b86f6d1330c0381fcb09d7862c9", + "simhash": "1:3b63bbce86c64a6a", + "word_count": 1268 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0507-02", + "first_page_order": 155, + "last_page_order": 156 + }, + { + "id": 6716537, + "name": "Cole v. Clayborn", + "name_abbreviation": "Cole v. Clayborn", + "decision_date": "1794-04", + "docket_number": "", + "first_page": "508", + "last_page": "510", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 262" + }, + { + "type": "official", + "cite": "1 Va. 262" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Call 228", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715793 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0496-01" + ] + } + ], + "analysis": { + "cardinality": 412, + "char_count": 7874, + "ocr_confidence": 0.459, + "pagerank": { + "raw": 5.687056980419772e-07, + "percentile": 0.9494254298223564 + }, + "sha256": "d0c3bafb9831af81efb216da72d3970b1509085fdd8cd502883b03a6c6b941d4", + "simhash": "1:19b7736ed03b76cc", + "word_count": 1410 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0508-01", + "first_page_order": 156, + "last_page_order": 158 + }, + { + "id": 6716576, + "name": "Shermer v. Shermer's Executors", + "name_abbreviation": "Shermer v. Shermer's Executors", + "decision_date": "1794-10", + "docket_number": "", + "first_page": "510", + "last_page": "513", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 266" + }, + { + "type": "official", + "cite": "1 Va. 266" + }, + { + "type": "parallel", + "cite": "1 Am. Dec. 460" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "10 S. E. Rep. 23", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "33 W. Va. 77", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "81 Va. 615", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "14 Gratt. 399", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "11 Gratt. 788", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "9 Leigh 375", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 302", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716862 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0527-01" + ] + }, + { + "cite": "4 Hen. & M. 44", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "31 S. E. Rep. 363", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "45 W. Va. 176", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "13 S. E. Rep. 733", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "34 W. Va. 430", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "13 W. Va. 559", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "531, 533, 533, 535, 543, 560" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Va. Dec. 815", + "category": "reporters:state", + "reporter": "Va. Dec.", + "opinion_index": -1 + }, + { + "cite": "31 S. E. Rep. 810", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "91 Va. 435", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "86 Va. 878", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "79 Va. 353", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "33 Gratt. 357", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "11 Gratt. 773", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Hen. & M. 333", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "4 Call 308", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715876 + ], + "opinion_index": -1, + "case_paths": [ + "/va/8/0736-01" + ] + } + ], + "analysis": { + "cardinality": 789, + "char_count": 19077, + "ocr_confidence": 0.473, + "pagerank": { + "raw": 1.06181670606472e-06, + "percentile": 0.9845577869597802 + }, + "sha256": "e80a6791b1bf55ac6b6ca256d31c3015ff4053c2765e2dea116b18cbf859e41e", + "simhash": "1:f304ecf01c4c1655", + "word_count": 3412 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0510-01", + "first_page_order": 158, + "last_page_order": 161 + }, + { + "id": 6716598, + "name": "Bently Executor of Ronold v. Harmanson's Executors", + "name_abbreviation": "Bently v. Harmanson's Executors", + "decision_date": "1794-10", + "docket_number": "", + "first_page": "513", + "last_page": "513", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 273" + }, + { + "type": "official", + "cite": "1 Va. 273" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 164, + "char_count": 2318, + "ocr_confidence": 0.429, + "sha256": "545a0b7c6c6821ff8224167b6914db88b0dc4286b96b5f1188af937564f7cbad", + "simhash": "1:be07aa61784f5fbe", + "word_count": 401 + }, + "last_updated": "2023-07-14T19:21:58.562424+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0513-01", + "first_page_order": 161, + "last_page_order": 161 + }, + { + "id": 6716623, + "name": "Pleasants & Co. v. Lewis", + "name_abbreviation": "Pleasants v. Lewis", + "decision_date": "1794-10", + "docket_number": "", + "first_page": "513", + "last_page": "514", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 273" + }, + { + "type": "official", + "cite": "1 Va. 273" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "21 Gratt. 107", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733444 + ], + "opinion_index": -1, + "case_paths": [ + "/va/62/0745-01" + ] + }, + { + "cite": "18 W. Va. 206", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "8 W. Va. 198", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 174, + "char_count": 2325, + "ocr_confidence": 0.508, + "sha256": "00d6a7b39c178c59b9e2feed0b7107c3b369b61473a66dea86d22c35984e3250", + "simhash": "1:56ccc104b266c181", + "word_count": 412 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0513-02", + "first_page_order": 161, + "last_page_order": 162 + }, + { + "id": 6716652, + "name": "Ward and Others v. Webber and Wife", + "name_abbreviation": "Ward v. Webber", + "decision_date": "1794-10", + "docket_number": "", + "first_page": "514", + "last_page": "517", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 274" + }, + { + "type": "official", + "cite": "1 Va. 274" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "12 Gratt. 564", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716125 + ], + "opinion_index": -1, + "case_paths": [ + "/va/53/0698-01" + ] + }, + { + "cite": "10 Gratt. 259", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715585 + ], + "opinion_index": -1, + "case_paths": [ + "/va/51/0545-01" + ] + }, + { + "cite": "1 Wash. 290", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716783 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0521-01" + ] + }, + { + "cite": "12 Leigh 430", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "23 Gratt. 760", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "5 Munf. 70", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 735, + "char_count": 16393, + "ocr_confidence": 0.488, + "pagerank": { + "raw": 6.393795796864899e-07, + "percentile": 0.9593582482994182 + }, + "sha256": "b48767efb01f152651398040c33128a173a32dc30eb0d7db2bf3f5497fcade3c", + "simhash": "1:1eefe7660ee2b927", + "word_count": 2957 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0514-01", + "first_page_order": 162, + "last_page_order": 165 + }, + { + "id": 6716676, + "name": "Field's Executor v. Spotswood", + "name_abbreviation": "Field's Executor v. Spotswood", + "decision_date": "1794-10", + "docket_number": "", + "first_page": "517", + "last_page": "518", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 280" + }, + { + "type": "official", + "cite": "1 Va. 280" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "10 Gratt. 259", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715585 + ], + "opinion_index": -1, + "case_paths": [ + "/va/51/0545-01" + ] + } + ], + "analysis": { + "cardinality": 319, + "char_count": 6213, + "ocr_confidence": 0.479, + "pagerank": { + "raw": 2.0599397789005865e-07, + "percentile": 0.7563881137471722 + }, + "sha256": "205390db5a6a9e8fc29d6626197ac06629b3181596795b26d6c974099bd1cc24", + "simhash": "1:8262c5c00b4ad7eb", + "word_count": 1078 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0517-01", + "first_page_order": 165, + "last_page_order": 166 + }, + { + "id": 6716711, + "name": "Doe Lessee of Murra v. Northern", + "name_abbreviation": "Doe Lessee v. Northern", + "decision_date": "1794-10", + "docket_number": "", + "first_page": "518", + "last_page": "520", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 282" + }, + { + "type": "official", + "cite": "1 Va. 282" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 527, + "char_count": 10968, + "ocr_confidence": 0.454, + "pagerank": { + "raw": 1.412326877079583e-07, + "percentile": 0.6472037558946487 + }, + "sha256": "eb692a6a4c5b8323f59b8a50329341396c89eb84147f1d9566a10e6868043753", + "simhash": "1:976cabbb79c24cd4", + "word_count": 1980 + }, + "last_updated": "2023-07-14T19:21:58.562424+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0518-01", + "first_page_order": 166, + "last_page_order": 168 + }, + { + "id": 6716751, + "name": "Elizabeth Applebury and Others v. Anthony's Executors", + "name_abbreviation": "Applebury v. Anthony's Executors", + "decision_date": "1794-10", + "docket_number": "", + "first_page": "520", + "last_page": "521", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 287" + }, + { + "type": "official", + "cite": "1 Va. 287" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Munf. 453", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 212", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716012 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0484-01" + ] + }, + { + "cite": "12 Gratt. 564", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716125 + ], + "opinion_index": -1, + "case_paths": [ + "/va/53/0698-01" + ] + }, + { + "cite": "1 Wash. 274", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716652 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0514-01" + ] + } + ], + "analysis": { + "cardinality": 424, + "char_count": 9053, + "ocr_confidence": 0.462, + "pagerank": { + "raw": 5.4033266686372354e-08, + "percentile": 0.33909814819319584 + }, + "sha256": "394d7a6a884843982336e8bece7f2c29f22dc44976a9c2bf8dbe4aebdb327238", + "simhash": "1:9e919ef0849fa1bc", + "word_count": 1584 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0520-01", + "first_page_order": 168, + "last_page_order": 169 + }, + { + "id": 6716783, + "name": "Smallwood v. Mercer & Hansborough", + "name_abbreviation": "Smallwood v. Mercer", + "decision_date": "1794-10", + "docket_number": "", + "first_page": "521", + "last_page": "524", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 290" + }, + { + "type": "official", + "cite": "1 Va. 290" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "9 Gratt. 684", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451085 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0337-01" + ] + }, + { + "cite": "3 Gratt. 243", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715266 + ], + "opinion_index": -1, + "case_paths": [ + "/va/44/0626-01" + ] + }, + { + "cite": "1 Wash. 326", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6717159 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0560-01" + ] + }, + { + "cite": "6 Call 217", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 629, + "char_count": 14624, + "ocr_confidence": 0.481, + "pagerank": { + "raw": 7.778284545207923e-07, + "percentile": 0.9720920022750361 + }, + "sha256": "d2848b963766fc43ef9d6e7ba52fceceb3e5fcbd352d1839bd5d9bd2d475c349", + "simhash": "1:e9e5a65e4529d672", + "word_count": 2585 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0521-01", + "first_page_order": 169, + "last_page_order": 172 + }, + { + "id": 6716809, + "name": "Buckner and Others Trustees of Beverley v. Smith, Stubblefield, Graham, and Dixon's Executors", + "name_abbreviation": "Buckner v. Smith", + "decision_date": "1794-10", + "docket_number": "", + "first_page": "524", + "last_page": "526", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 296" + }, + { + "type": "official", + "cite": "1 Va. 296" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "9 Gratt. 409", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451111 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0186-01" + ] + }, + { + "cite": "22 Gratt. 917", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4435185 + ], + "opinion_index": -1, + "case_paths": [ + "/va/63/0324-01" + ] + }, + { + "cite": "18 Gratt. 801", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733925 + ], + "opinion_index": -1, + "case_paths": [ + "/va/59/0792-01" + ] + }, + { + "cite": "1 Am. Dec. 463", + "category": "reporters:federal", + "reporter": "Am. Dec.", + "opinion_index": -1 + }, + { + "cite": "21 Gratt. 762", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6735124 + ], + "opinion_index": -1, + "case_paths": [ + "/va/62/1015-01" + ] + }, + { + "cite": "3 Munf. 68", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6717555 + ], + "opinion_index": -1, + "case_paths": [ + "/va/17/0627-01" + ] + }, + { + "cite": "1 Wash. 389", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6717609 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0590-01" + ] + }, + { + "cite": "3 Rand. 216", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "12 Leigh 172", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "30 Gratt. 701", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Rob. 676", + "category": "reporters:state", + "reporter": "Rob.", + "case_ids": [ + 6752386 + ], + "pin_cites": [ + { + "page": "691, 692" + } + ], + "opinion_index": -1, + "case_paths": [ + "/va/41/0766-01" + ] + }, + { + "cite": "5 Leigh 403", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "2 Hen. & M. 88", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 620, + "char_count": 12168, + "ocr_confidence": 0.486, + "pagerank": { + "raw": 1.0919013762951258e-06, + "percentile": 0.9853466360393984 + }, + "sha256": "1f12187f391af6749bea4c5979ab43e0d7fe4339ab0e64532d3eb9ad126e2d61", + "simhash": "1:29fd27b75f4f3260", + "word_count": 2147 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0524-01", + "first_page_order": 172, + "last_page_order": 174 + }, + { + "id": 6716838, + "name": "Minnis, Executor of Aylett and Others v. Philip Aylett", + "name_abbreviation": "Minnis v. Aylett", + "decision_date": "1794-10", + "docket_number": "", + "first_page": "526", + "last_page": "527", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 300" + }, + { + "type": "official", + "cite": "1 Va. 300" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Wash. 302", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716862 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0527-01" + ] + }, + { + "cite": "3 Hen. & M. 376", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 349, + "char_count": 6491, + "ocr_confidence": 0.476, + "pagerank": { + "raw": 7.578924433977877e-08, + "percentile": 0.4492688569874151 + }, + "sha256": "8c8f4b12e93423c62265c623ba42607a3020fb3decc218c6624f2c349fd983f2", + "simhash": "1:793247fad8c7a494", + "word_count": 1146 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0526-01", + "first_page_order": 174, + "last_page_order": 175 + }, + { + "id": 6716862, + "name": "Brown's Executors v. Putney", + "name_abbreviation": "Brown's Executors v. Putney", + "decision_date": "1794-10", + "docket_number": "", + "first_page": "527", + "last_page": "528", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 302" + }, + { + "type": "official", + "cite": "1 Va. 302" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Rob. 591", + "category": "reporters:state", + "reporter": "Rob.", + "case_ids": [ + 4447558 + ], + "opinion_index": -1, + "case_paths": [ + "/va/40/0360-01" + ] + }, + { + "cite": "2 Call 534", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "6 Leigh 373", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 206, + "char_count": 3263, + "ocr_confidence": 0.464, + "pagerank": { + "raw": 9.851949605990995e-07, + "percentile": 0.9822225156756244 + }, + "sha256": "e4491f4db7a6100899acc6ba949ddd7ba26b9b7832ccfb473145efb6eed2c571", + "simhash": "1:1c7f8c7b8a0c0d5d", + "word_count": 563 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0527-01", + "first_page_order": 175, + "last_page_order": 176 + }, + { + "id": 6716890, + "name": "Leftwitch et ux. v. Stovall and Others", + "name_abbreviation": "Leftwitch v. Stovall", + "decision_date": "1794-10", + "docket_number": "", + "first_page": "528", + "last_page": "529", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 303" + }, + { + "type": "official", + "cite": "1 Va. 303" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 Hen. &M. 293", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6725751 + ], + "pin_cites": [ + { + "page": "303" + } + ], + "opinion_index": -1, + "case_paths": [ + "/va/14/0892-01" + ] + }, + { + "cite": "2 S. E. Rep. 334", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "29 W. Va. 476", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 463, + "char_count": 8970, + "ocr_confidence": 0.472, + "pagerank": { + "raw": 5.215854920023449e-07, + "percentile": 0.9406836074226721 + }, + "sha256": "6f869702c310a358bd14a6e778f4fc9ffa44ec131396f8d673c7578f02c0e733", + "simhash": "1:7ee28c874afe0554", + "word_count": 1558 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0528-01", + "first_page_order": 176, + "last_page_order": 177 + }, + { + "id": 6716934, + "name": "Lee Executor of Daniel v. Cooke", + "name_abbreviation": "Lee v. Cooke", + "decision_date": "1794-10", + "docket_number": "", + "first_page": "529", + "last_page": "530", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 306" + }, + { + "type": "official", + "cite": "1 Va. 306" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Wash. 1", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714162 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0605-01" + ] + }, + { + "cite": "6 Gratt. 500", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "7 Gratt. 425", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449374 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0172-01" + ] + }, + { + "cite": "4 Munf. 219", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 4442647 + ], + "opinion_index": -1, + "case_paths": [ + "/va/18/0089-01" + ] + }, + { + "cite": "2 Rand. 138", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 330, + "char_count": 6438, + "ocr_confidence": 0.482, + "pagerank": { + "raw": 1.7315991887964664e-06, + "percentile": 0.9935847611192776 + }, + "sha256": "ae645f214a044cb28c6bb31cbe3b6f453643b0a6331cec394c6ecb1331ae99f5", + "simhash": "1:d7c5c4208a72d03b", + "word_count": 1138 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0529-01", + "first_page_order": 177, + "last_page_order": 178 + }, + { + "id": 6716985, + "name": "Burnley v. Lambert", + "name_abbreviation": "Burnley v. Lambert", + "decision_date": "1794-10", + "docket_number": "", + "first_page": "534", + "last_page": "536", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 308" + }, + { + "type": "official", + "cite": "1 Va. 308" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "8 S. E. Rep. 291", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "31 W. Va. 521", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640236 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/31/0521-01" + ] + }, + { + "cite": "2 Rob. 667", + "category": "reporters:state", + "reporter": "Rob.", + "opinion_index": -1 + }, + { + "cite": "11 Leigh 470", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "4 Leigh 303", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6725696 + ], + "opinion_index": -1, + "case_paths": [ + "/va/31/0947-01" + ] + }, + { + "cite": "3 Leigh 489", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "2 Munf. 328", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 585", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 17", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "3 Hen. & M. 107", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "5 Call 341", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "8 Gratt. 578", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716353 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0674-01" + ] + }, + { + "cite": "12 S. E. Rep. 874", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "34 W. Va. 643", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "6 Leigh 361", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "6 Leigh 43", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "3 Leigh 694", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "15 S. E. Rep. 63", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "36 W. Va. 424", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 679, + "char_count": 14895, + "ocr_confidence": 0.477, + "pagerank": { + "raw": 1.2403925628449447e-06, + "percentile": 0.9884277037000999 + }, + "sha256": "7dd4108bb78b62743e222e1a938a420de81d36ad1c1ffc3264281cc5de7099ac", + "simhash": "1:44aa8d20da58c48b", + "word_count": 2657 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0534-01", + "first_page_order": 182, + "last_page_order": 184 + }, + { + "id": 6717033, + "name": "Cooke v. Beale's Executors", + "name_abbreviation": "Cooke v. Beale's Executors", + "decision_date": "1794-10", + "docket_number": "", + "first_page": "536", + "last_page": "539", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 313" + }, + { + "type": "official", + "cite": "1 Va. 313" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 Munf. 205", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 4442683 + ], + "opinion_index": -1, + "case_paths": [ + "/va/18/0084-01" + ] + }, + { + "cite": "7 Gratt. 389", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 635, + "char_count": 15802, + "ocr_confidence": 0.486, + "pagerank": { + "raw": 5.243311373053976e-07, + "percentile": 0.94123499092032 + }, + "sha256": "9ab552a9333ed50fc44396b01f3a34e2cb7d8077d6cddf81f61af0a6148aff22", + "simhash": "1:8a77ac712b4ac637", + "word_count": 2846 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0536-01", + "first_page_order": 184, + "last_page_order": 187 + }, + { + "id": 6717067, + "name": "Turner v. Stip", + "name_abbreviation": "Turner v. Stip", + "decision_date": "1794-10", + "docket_number": "", + "first_page": "539", + "last_page": "541", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 319" + }, + { + "type": "official", + "cite": "1 Va. 319" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "13 Gratt. 561", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "13 Gratt. 630", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "23 W. Va. 673", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "80 Va. 809", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "77 Va. 95", + "category": "reporters:state", + "reporter": "Va.", + "weight": 2, + "opinion_index": -1 + }, + { + "cite": "11 Gratt. 335", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "3 Leigh 379", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "2 Rand. 513", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "3 Wash. 58", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 455, + "char_count": 10472, + "ocr_confidence": 0.505, + "pagerank": { + "raw": 8.698080920104581e-07, + "percentile": 0.9774079492665403 + }, + "sha256": "fa1739778b6ede39b4788ae1b38a555e3bcd81286ec4b09d435d229ce683ed85", + "simhash": "1:9439d509e2590c83", + "word_count": 1846 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0539-01", + "first_page_order": 187, + "last_page_order": 189 + }, + { + "id": 6717104, + "name": "Boswell & Johnson v. Jones", + "name_abbreviation": "Boswell v. Jones", + "decision_date": "1794-10", + "docket_number": "", + "first_page": "541", + "last_page": "542", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 322" + }, + { + "type": "official", + "cite": "1 Va. 322" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "19 Gratt. 720", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4436402 + ], + "opinion_index": -1, + "case_paths": [ + "/va/60/0260-01" + ] + }, + { + "cite": "3 Hen. & M. 376", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "3 Hen. & M. 277", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "10 W. Va. 19", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641258 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/10/0019-01" + ] + }, + { + "cite": "18 Gratt. 978", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 470, + "char_count": 9506, + "ocr_confidence": 0.502, + "pagerank": { + "raw": 1.479569282450911e-06, + "percentile": 0.9915626355050043 + }, + "sha256": "517e5bd8d01d99d26783bc382b89caa4d3ec22fb0068ad0b0dcfc22076afe7b5", + "simhash": "1:dee7a07d3f5eb450", + "word_count": 1694 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0541-01", + "first_page_order": 189, + "last_page_order": 190 + }, + { + "id": 6717133, + "name": "Armistead v. Marks & Saunders", + "name_abbreviation": "Armistead v. Marks", + "decision_date": "1794-10", + "docket_number": "", + "first_page": "559", + "last_page": "560", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 325" + }, + { + "type": "official", + "cite": "1 Va. 325" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 153, + "char_count": 2020, + "ocr_confidence": 0.419, + "pagerank": { + "raw": 3.111267626134837e-07, + "percentile": 0.8600045794175645 + }, + "sha256": "6aa6c83996a874f6fcc1769828cb8e27a91aedb093019643ea5399c89bb508bb", + "simhash": "1:5bdbbf348d378171", + "word_count": 335 + }, + "last_updated": "2023-07-14T19:21:58.562424+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0559-01", + "first_page_order": 207, + "last_page_order": 208 + }, + { + "id": 6717159, + "name": "Dandridge v. Harris", + "name_abbreviation": "Dandridge v. Harris", + "decision_date": "1794-10", + "docket_number": "", + "first_page": "560", + "last_page": "561", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 326" + }, + { + "type": "official", + "cite": "1 Va. 326" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 515, + "char_count": 10803, + "ocr_confidence": 0.492, + "pagerank": { + "raw": 4.842308188580401e-07, + "percentile": 0.9323493377413123 + }, + "sha256": "a2f7cab6a72f21b035739c341d847bc816a53909c4ca75eb6d02aa71749471ee", + "simhash": "1:fe4af4cf1516d7ff", + "word_count": 1946 + }, + "last_updated": "2023-07-14T19:21:58.562424+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0560-01", + "first_page_order": 208, + "last_page_order": 209 + }, + { + "id": 6717185, + "name": "Nicolas v. Fletcher", + "name_abbreviation": "Nicolas v. Fletcher", + "decision_date": "1794-10", + "docket_number": "", + "first_page": "562", + "last_page": "562", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 330" + }, + { + "type": "official", + "cite": "1 Va. 330" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "21 Gratt. 107", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733444 + ], + "opinion_index": -1, + "case_paths": [ + "/va/62/0745-01" + ] + }, + { + "cite": "18 W. Va. 206", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "25 W. Va. 285", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 128, + "char_count": 1720, + "ocr_confidence": 0.503, + "pagerank": { + "raw": 4.980860905787159e-07, + "percentile": 0.9356057051974845 + }, + "sha256": "4c9a5bdc124696d170deacf4bbf1d40d974af0433466f293f0133df0abe3ee88", + "simhash": "1:4bb0ae061a443bf0", + "word_count": 284 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0562-01", + "first_page_order": 210, + "last_page_order": 210 + }, + { + "id": 6717230, + "name": "Stott & Donaldson v. Alexander & Co.", + "name_abbreviation": "Stott v. Alexander", + "decision_date": "1794-10", + "docket_number": "", + "first_page": "562", + "last_page": "564", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 331" + }, + { + "type": "official", + "cite": "1 Va. 331" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "9 Gratt. 622", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450541 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0279-01" + ] + }, + { + "cite": "2 Leigh 324", + "category": "reporters:state", + "reporter": "Leigh", + "pin_cites": [ + { + "page": "327" + } + ], + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 600, + "char_count": 13307, + "ocr_confidence": 0.439, + "pagerank": { + "raw": 3.6862203535722053e-07, + "percentile": 0.8922624446444561 + }, + "sha256": "413791a089c4a6268908d8916f2c6d3a357004dbd89837686bf892572c1c3ca9", + "simhash": "1:5e07dbadd4de0e62", + "word_count": 2374 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0562-02", + "first_page_order": 210, + "last_page_order": 212 + }, + { + "id": 6717260, + "name": "Southall v. M'Keand, Mayo, &c.", + "name_abbreviation": "Southall v. M'Keand", + "decision_date": "1794-10", + "docket_number": "", + "first_page": "564", + "last_page": "566", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 336" + }, + { + "type": "official", + "cite": "1 Va. 336" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Hen. & ,M. 141", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "6 Call 197", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "11 Leigh 350", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "2 Leigh 471", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "25 Gratt. 473", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6724275 + ], + "opinion_index": -1, + "case_paths": [ + "/va/66/0451-01" + ] + }, + { + "cite": "5 Call 542", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "20 Gratt. 147", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733336 + ], + "opinion_index": -1, + "case_paths": [ + "/va/61/0394-01" + ] + }, + { + "cite": "9 Gratt. 294", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451149 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0147-01" + ] + }, + { + "cite": "9 Gratt. 136", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450604 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0069-01" + ] + }, + { + "cite": "2 Call 369", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716066 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0344-02" + ] + }, + { + "cite": "28 S. E. Rep. 337", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "95 Va. 351", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "7 W. Va. 716", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "25 Gratt. 476", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Call 392", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "3 Call 568", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6717536 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0605-01" + ] + }, + { + "cite": "1 Wash. 156", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715355 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0456-01" + ] + }, + { + "cite": "2 Hen. & M. 142", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 695, + "char_count": 14404, + "ocr_confidence": 0.472, + "pagerank": { + "raw": 7.278296041496336e-07, + "percentile": 0.9682197687973314 + }, + "sha256": "b47c25cc787b7e536c852f579e660663ae797af4978ad7d4920ece1957c75752", + "simhash": "1:0a374c105f62ea84", + "word_count": 2549 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0564-01", + "first_page_order": 212, + "last_page_order": 214 + }, + { + "id": 6717343, + "name": "Watson & Hartshorne v. Alexander", + "name_abbreviation": "Watson v. Alexander", + "decision_date": "1794-10", + "docket_number": "", + "first_page": "567", + "last_page": "574", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 340" + }, + { + "type": "official", + "cite": "1 Va. 340" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Hen. & M. 487", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "3 Call 136", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "2 Call 253", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715554 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0308-01" + ] + }, + { + "cite": "1 Call 244", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094947 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0093-01" + ] + }, + { + "cite": "21 Gratt. 774", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "18 Gratt. 448", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "21 Gratt. 107", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733444 + ], + "opinion_index": -1, + "case_paths": [ + "/va/62/0745-01" + ] + } + ], + "analysis": { + "cardinality": 1288, + "char_count": 47145, + "ocr_confidence": 0.471, + "pagerank": { + "raw": 4.426168675537782e-07, + "percentile": 0.9206812829628291 + }, + "sha256": "f2c949f413d75ef2f8c897b9bb15423a748978b7e6b98be53d9331d96743f00f", + "simhash": "1:ae20cd8a08028686", + "word_count": 8329 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0567-01", + "first_page_order": 215, + "last_page_order": 222 + }, + { + "id": 6717375, + "name": "Wroe v. Washington, Butler and Nevison", + "name_abbreviation": "Wroe v. Washington", + "decision_date": "1794-10", + "docket_number": "", + "first_page": "574", + "last_page": "577", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 357" + }, + { + "type": "official", + "cite": "1 Va. 357" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Munf. 317", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "25 Gratt. 887", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6726004 + ], + "opinion_index": -1, + "case_paths": [ + "/va/66/0599-01" + ] + }, + { + "cite": "23 Gratt. 619", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6727422 + ], + "opinion_index": -1, + "case_paths": [ + "/va/64/0611-01" + ] + }, + { + "cite": "2 Call 574", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716952 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0408-01" + ] + }, + { + "cite": "5 Munf. 24", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6723090 + ], + "opinion_index": -1, + "case_paths": [ + "/va/19/0323-02" + ] + }, + { + "cite": "1 Wash. 217", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716042 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0486-01" + ] + }, + { + "cite": "6 Leigh 83", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "37 S. E. Rep. 302", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "98 Va. 632", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "3 Rand. 116", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "5 Munf. 199", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6724626 + ], + "opinion_index": -1, + "case_paths": [ + "/va/19/0400-02" + ] + }, + { + "cite": "2 Munf. 176", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "3 Hen. & M. 397", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 203", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715920 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0479-01" + ] + } + ], + "analysis": { + "cardinality": 745, + "char_count": 19097, + "ocr_confidence": 0.431, + "pagerank": { + "raw": 3.768073930277568e-07, + "percentile": 0.895995866940505 + }, + "sha256": "57d49587c56f26f514a830a516d72e1ebe9d5d10175fd026ceef95c3a10c35a2", + "simhash": "1:98eec723ae663481", + "word_count": 3391 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0574-01", + "first_page_order": 222, + "last_page_order": 225 + }, + { + "id": 6717399, + "name": "Brewer v. Tarpley", + "name_abbreviation": "Brewer v. Tarpley", + "decision_date": "1794-10", + "docket_number": "", + "first_page": "578", + "last_page": "578", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 363" + }, + { + "type": "official", + "cite": "1 Va. 363" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Wash. 71", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714321 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0635-02" + ] + }, + { + "cite": "1 Munf. 58", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "4 Call 587", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "4 W. Va. 180", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641608 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/4/0180-01" + ] + }, + { + "cite": "12 W. Va. 506", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "16 W. Va. 572", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 803", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "4 W. Va. 184", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 321, + "char_count": 4485, + "ocr_confidence": 0.507, + "pagerank": { + "raw": 5.997773850111558e-07, + "percentile": 0.9542127745671659 + }, + "sha256": "1a080ef0800d189502285f9138f6d543394ca9bc65a5b8d4d757b29a0aea07ef", + "simhash": "1:a2f6ff0a67230354", + "word_count": 825 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0578-01", + "first_page_order": 226, + "last_page_order": 226 + }, + { + "id": 6717427, + "name": "Cosby Executor of Loudon v. Hite", + "name_abbreviation": "Cosby v. Hite", + "decision_date": "1794-10", + "docket_number": "", + "first_page": "578", + "last_page": "579", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 365" + }, + { + "type": "official", + "cite": "1 Va. 365" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "7 Gratt. 300", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449671 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0119-01" + ] + } + ], + "analysis": { + "cardinality": 321, + "char_count": 6070, + "ocr_confidence": 0.435, + "pagerank": { + "raw": 7.490591893129461e-08, + "percentile": 0.44598951521884095 + }, + "sha256": "6e0066bedb3c39d5048eba2ecfa895c8eedebb18ac2fe6ad770048f25fecf517", + "simhash": "1:79ffb6e0cdce9fa5", + "word_count": 1082 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0578-02", + "first_page_order": 226, + "last_page_order": 227 + }, + { + "id": 6717454, + "name": "Hewlett v. Chamberlayne", + "name_abbreviation": "Hewlett v. Chamberlayne", + "decision_date": "1794-10", + "docket_number": "", + "first_page": "579", + "last_page": "580", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 367" + }, + { + "type": "official", + "cite": "1 Va. 367" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "8 Call 523", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 247, + "char_count": 3806, + "ocr_confidence": 0.483, + "pagerank": { + "raw": 4.113487010015425e-07, + "percentile": 0.9101565380838805 + }, + "sha256": "cd3daaebf822834e3103f97ec0c20395981dd766918d1e1b9c210eedd4efae22", + "simhash": "1:4eae27a2e67a047f", + "word_count": 674 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0579-01", + "first_page_order": 227, + "last_page_order": 228 + }, + { + "id": 6717476, + "name": "Edward M'Guire v. Warder Executor of Parker", + "name_abbreviation": "M'Guire v. Warder", + "decision_date": "1784-10", + "docket_number": "", + "first_page": "580", + "last_page": "581", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 368" + }, + { + "type": "official", + "cite": "1 Va. 368" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "36 Gratt. 698", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Munf. 436", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 456, + "char_count": 8369, + "ocr_confidence": 0.439, + "pagerank": { + "raw": 4.576466121160168e-07, + "percentile": 0.9252340580473997 + }, + "sha256": "b3d8e9e9322fcf074fe16416194d13fafbb9bc351ad2e1340327e4ecec51ce6a", + "simhash": "1:b908eb435ccefbee", + "word_count": 1473 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0580-01", + "first_page_order": 228, + "last_page_order": 229 + }, + { + "id": 6717511, + "name": "Barnett & Woolfolk v. Watson & Urquhart", + "name_abbreviation": "Barnett v. Watson", + "decision_date": "1794-10", + "docket_number": "", + "first_page": "582", + "last_page": "586", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 372" + }, + { + "type": "official", + "cite": "1 Va. 372" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "9 Gratt. 183", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450402 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0084-01" + ] + }, + { + "cite": "2 S. E. Rep. 887", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "39 W. Va. 670", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "4 Hen. & M. 301", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 879, + "char_count": 23660, + "ocr_confidence": 0.463, + "pagerank": { + "raw": 2.8762135545516943e-07, + "percentile": 0.8431970358117403 + }, + "sha256": "34577a006684fbb646a140bce5174c04d2a147b7c0e14c4cb4fc456f413b0cdb", + "simhash": "1:dfeb89224222cddd", + "word_count": 4173 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0582-01", + "first_page_order": 230, + "last_page_order": 234 + }, + { + "id": 6717547, + "name": "Braxton v. Morris", + "name_abbreviation": "Braxton v. Morris", + "decision_date": "1794-10", + "docket_number": "", + "first_page": "586", + "last_page": "586", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 380" + }, + { + "type": "official", + "cite": "1 Va. 380" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "21 Gratt. 107", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733444 + ], + "opinion_index": -1, + "case_paths": [ + "/va/62/0745-01" + ] + }, + { + "cite": "2 Rob. 263", + "category": "reporters:state", + "reporter": "Rob.", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 179, + "char_count": 2434, + "ocr_confidence": 0.511, + "sha256": "5ac05e26438d5b1cbaef7d76710f425bc390e6e13a147113a163984ec9611eb3", + "simhash": "1:9935d13d920c81d5", + "word_count": 429 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0586-01", + "first_page_order": 234, + "last_page_order": 234 + }, + { + "id": 6717583, + "name": "Pendleton v. Vandevier", + "name_abbreviation": "Pendleton v. Vandevier", + "decision_date": "1794-10", + "docket_number": "", + "first_page": "586", + "last_page": "590", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 381" + }, + { + "type": "official", + "cite": "1 Va. 381" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "19 Gratt. 720", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4436402 + ], + "opinion_index": -1, + "case_paths": [ + "/va/60/0260-01" + ] + }, + { + "cite": "1 Rob. 263", + "category": "reporters:state", + "reporter": "Rob.", + "case_ids": [ + 4447148, + 8506597 + ], + "opinion_index": -1, + "case_paths": [ + "/va/40/0151-01", + "/rob/1/0263-01" + ] + }, + { + "cite": "1 Munf. 447", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 2094066 + ], + "opinion_index": -1, + "case_paths": [ + "/va/15/0174-01" + ] + }, + { + "cite": "2 Hen. &M. 308", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6726474 + ], + "opinion_index": -1, + "case_paths": [ + "/va/12/0436-01" + ] + }, + { + "cite": "2 Hen. & M. 66", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "2 Hen. & M. 176", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 810, + "char_count": 23426, + "ocr_confidence": 0.459, + "pagerank": { + "raw": 3.402045264305478e-07, + "percentile": 0.8775150597583102 + }, + "sha256": "ee2fec17dcdcd9319a6e6e232e9206276d0293c628135f9a67f7f1386b9d5d52", + "simhash": "1:907d26aa23061682", + "word_count": 4302 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0586-02", + "first_page_order": 234, + "last_page_order": 238 + }, + { + "id": 6717609, + "name": "Hoomes Executor of Elliott v. Smock", + "name_abbreviation": "Hoomes v. Smock", + "decision_date": "1794-10", + "docket_number": "", + "first_page": "590", + "last_page": "592", + "citations": [ + { + "type": "nominative", + "cite": "1 Wash. 389" + }, + { + "type": "official", + "cite": "1 Va. 389" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "22 Gratt. 917", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4435185 + ], + "opinion_index": -1, + "case_paths": [ + "/va/63/0324-01" + ] + }, + { + "cite": "9 Gratt. 409", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451111 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0186-01" + ] + }, + { + "cite": "18 Gratt. 801", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733925 + ], + "opinion_index": -1, + "case_paths": [ + "/va/59/0792-01" + ] + }, + { + "cite": "30 Gratt. 701", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "5 Leigh 403", + "category": "reporters:state", + "reporter": "Leigh", + "pin_cites": [ + { + "page": "407" + } + ], + "opinion_index": -1 + }, + { + "cite": "3 Rand. 216", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "4 Hen. &M. 495", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "2 Hen. &M. 88", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 296", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716809 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0524-01" + ] + }, + { + "cite": "27 Gratt. 571", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740518 + ], + "opinion_index": 0, + "case_paths": [ + "/va/68/0598-02" + ] + }, + { + "cite": "5 Leigh 401", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 4445942 + ], + "opinion_index": 0, + "case_paths": [ + "/va/32/0155-01" + ] + }, + { + "cite": "5 Leigh 65", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 4445970 + ], + "opinion_index": 0, + "case_paths": [ + "/va/32/0035-01" + ] + }, + { + "cite": "28 Gratt. 657", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4432590 + ], + "opinion_index": 0, + "case_paths": [ + "/va/69/0208-01" + ] + }, + { + "cite": "1 Call 224", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094980 + ], + "opinion_index": 0, + "case_paths": [ + "/va/5/0085-01" + ] + } + ], + "analysis": { + "cardinality": 498, + "char_count": 9027, + "ocr_confidence": 0.453, + "pagerank": { + "raw": 8.405490865110839e-07, + "percentile": 0.9758922238323547 + }, + "sha256": "c3e068e90212f2f85acd83553ff458b092a51c61aa4faf919fff3cde51a41045", + "simhash": "1:76752704df0f0825", + "word_count": 1588 + }, + "last_updated": "2024-02-27T17:54:30.512325+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0590-01", + "first_page_order": 238, + "last_page_order": 240 + } +] diff --git a/test/stdlib_basics/legal/cases_metadata/va_report_vol_2_CasesMetadata.json b/test/stdlib_basics/legal/cases_metadata/va_report_vol_2_CasesMetadata.json new file mode 100644 index 00000000..e3a99614 --- /dev/null +++ b/test/stdlib_basics/legal/cases_metadata/va_report_vol_2_CasesMetadata.json @@ -0,0 +1,19911 @@ +[ + { + "id": 6714162, + "name": "Walden Executor of Walden v. Payne", + "name_abbreviation": "Walden Executor of Walden v. Payne", + "decision_date": "1794-10", + "docket_number": "", + "first_page": "605", + "last_page": "608", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 1" + }, + { + "type": "official", + "cite": "2 Va. 1" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "7 Gratt. 300", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449671 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0119-01" + ] + }, + { + "cite": "9 Leigh 422", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "6 Rand. 21", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "4 Rand. 161", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 155", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715320 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0455-02" + ] + }, + { + "cite": "20 Gratt. 361", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "4 Rand. 488", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 4443930 + ], + "opinion_index": -1, + "case_paths": [ + "/va/25/0202-01" + ] + }, + { + "cite": "9 W. Va. 282", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "9 W. Va. 270", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641407 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/9/0270-01" + ] + }, + { + "cite": "7 Leigh 68", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6717018 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/34/0568-01" + ] + }, + { + "cite": "16 W. Va. 572", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "1 Munf. 585", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 865, + "char_count": 21805, + "ocr_confidence": 0.492, + "pagerank": { + "raw": 6.092082335723938e-07, + "percentile": 0.9555169046535146 + }, + "sha256": "3b4aa27f8c92baf62048a8c7aadd74e97f65fde9a6376c5e5587267a33618eb2", + "simhash": "1:a7ef65c5ca0ebd37", + "word_count": 3886 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0605-01", + "first_page_order": 3, + "last_page_order": 6 + }, + { + "id": 6714181, + "name": "James Roy and Others v. Muscoe Garnett", + "name_abbreviation": "Roy v. Garnett", + "decision_date": "1794-10", + "docket_number": "", + "first_page": "608", + "last_page": "620", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 9" + }, + { + "type": "official", + "cite": "2 Va. 9" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Rand. 197", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "1 Hen. & M. 296", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "1 Cooke 66", + "category": "reporters:state", + "reporter": "Cooke", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 1493, + "char_count": 73586, + "ocr_confidence": 0.464, + "pagerank": { + "raw": 6.573674313745191e-07, + "percentile": 0.9614404160242547 + }, + "sha256": "3d580ddb1d66351535c5d0427ee9b824e99d62e382a68b974f1737e1ad5a3153", + "simhash": "1:e3578972164a826b", + "word_count": 13365 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0608-01", + "first_page_order": 6, + "last_page_order": 18 + }, + { + "id": 6714195, + "name": "Richards v. Hoome", + "name_abbreviation": "Richards v. Hoome", + "decision_date": "1791-10", + "docket_number": "", + "first_page": "620", + "last_page": "620", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 36" + }, + { + "type": "official", + "cite": "2 Va. 36" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "8 Gratt. 88", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715245 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0446-01" + ] + }, + { + "cite": "1 Call 829", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "4 Call 441", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716535 + ], + "opinion_index": -1, + "case_paths": [ + "/va/8/0781-01" + ] + }, + { + "cite": "5 Call 447", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "448" + } + ], + "opinion_index": -1 + }, + { + "cite": "3 Rand. 33", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6714364 + ], + "opinion_index": -1, + "case_paths": [ + "/va/24/0465-01" + ] + }, + { + "cite": "3 Rand. 37", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "5 Call 441", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 187, + "char_count": 2546, + "ocr_confidence": 0.507, + "pagerank": { + "raw": 3.6856254361847664e-07, + "percentile": 0.8916626027231703 + }, + "sha256": "39cfb42f25dd260dd033a25d5967f75e844a20bfa6d2a972b63585788166024d", + "simhash": "1:0e1dba21cad1c6e5", + "word_count": 461 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0620-01", + "first_page_order": 18, + "last_page_order": 18 + }, + { + "id": 6714212, + "name": "Ambler v. Wyld", + "name_abbreviation": "Ambler v. Wyld", + "decision_date": "1794-10", + "docket_number": "", + "first_page": "620", + "last_page": "623", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 36" + }, + { + "type": "official", + "cite": "2 Va. 36" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "13 W. Va. 257", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "7 Gratt. 425", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449374 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0172-01" + ] + }, + { + "cite": "15 Gratt. 518", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732456 + ], + "opinion_index": -1, + "case_paths": [ + "/va/56/0900-01" + ] + }, + { + "cite": "9 Gratt. 385", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Call 550", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "551, 553" + } + ], + "opinion_index": -1 + }, + { + "cite": "5 Call 293", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "15 W. Va. 60", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "10 W. Va. 761", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "21 Gratt. 775", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "18 Gratt. 466", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 703, + "char_count": 16467, + "ocr_confidence": 0.477, + "sha256": "67ea765454a15194493bb23f2c674729b52ef63df6448b0c6139034a0986494e", + "simhash": "1:7710e3f860759f0c", + "word_count": 2926 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0620-02", + "first_page_order": 18, + "last_page_order": 21 + }, + { + "id": 6714229, + "name": "James Burnsides Appellant v. Andrew Reid, Samuel Culbertson, & Thomas Walker, Appellees.-& Andrew Reid Appellant v. James Burnsides Appellee", + "name_abbreviation": "Appellant v. Reid", + "decision_date": "1794-10", + "docket_number": "", + "first_page": "623", + "last_page": "626", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 42" + }, + { + "type": "official", + "cite": "2 Va. 42" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Leigh 653", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "6 Munf. 541", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6729791 + ], + "opinion_index": -1, + "case_paths": [ + "/va/20/0851-01" + ] + }, + { + "cite": "1 Wash. 116", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714876 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0436-02" + ] + }, + { + "cite": "3 Wash. 116", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "3 Wash. 43", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 88", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "5 Rand. 489", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "4 Gall 196", + "category": "reporters:federal", + "reporter": "Gall.", + "opinion_index": -1 + }, + { + "cite": "5 Rand. 534", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "5 Leigh 654", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 698, + "char_count": 18170, + "ocr_confidence": 0.481, + "pagerank": { + "raw": 4.03580807328026e-08, + "percentile": 0.18079007695043225 + }, + "sha256": "46b87ffd723093a199f26d1d02bd421386429217010de583650bed336eea5b33", + "simhash": "1:faa327a9072c6748", + "word_count": 3100 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0623-01", + "first_page_order": 21, + "last_page_order": 24 + }, + { + "id": 6714240, + "name": "James Hendricks & Jesse Taylor v. John Dundass", + "name_abbreviation": "Hendricks v. Dundass", + "decision_date": "1795-04", + "docket_number": "", + "first_page": "626", + "last_page": "628", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 50" + }, + { + "type": "official", + "cite": "2 Va. 50" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "27 Gratt. 440", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740164 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0525-01" + ] + }, + { + "cite": "1 Rob. 662", + "category": "reporters:state", + "reporter": "Rob.", + "case_ids": [ + 4447026 + ], + "opinion_index": -1, + "case_paths": [ + "/va/40/0419-01" + ] + }, + { + "cite": "1 Wash. 93", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "10 Gratt. 282", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "7 Leigh 344", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "13 W. Va. 809", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "810" + } + ], + "opinion_index": -1 + }, + { + "cite": "2 Wash. 303", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "2 Leigh 367", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "39 Am. Dec. 220", + "category": "reporters:federal", + "reporter": "Am. Dec.", + "opinion_index": -1 + }, + { + "cite": "6 Leigh 553", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "30 Gratt 493", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 611, + "char_count": 13020, + "ocr_confidence": 0.436, + "pagerank": { + "raw": 5.735595782737184e-07, + "percentile": 0.950210803795897 + }, + "sha256": "b03db35896ab9b64cd0491aa0716cadedf295a76c1aa7cffa83bf03b0dab6b1a", + "simhash": "1:7b8fcee29e64f5e0", + "word_count": 2263 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0626-01", + "first_page_order": 24, + "last_page_order": 26 + }, + { + "id": 6714256, + "name": "James Ferguson and Two Others v. Moore", + "name_abbreviation": "Ferguson v. Moore", + "decision_date": "1795-04", + "docket_number": "", + "first_page": "628", + "last_page": "630", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 54" + }, + { + "type": "official", + "cite": "2 Va. 54" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Munf. 598", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "599" + } + ], + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 468, + "char_count": 11249, + "ocr_confidence": 0.471, + "pagerank": { + "raw": 6.700465609065058e-07, + "percentile": 0.9628181025225795 + }, + "sha256": "ad717bb477c78e429b7f41744fadbf55250d7a2daabda9c6fb14d1631c095ebd", + "simhash": "1:2e34a322f0634631", + "word_count": 2060 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0628-01", + "first_page_order": 26, + "last_page_order": 28 + }, + { + "id": 6714275, + "name": "Currie v. Donald", + "name_abbreviation": "Currie v. Donald", + "decision_date": "1795-04", + "docket_number": "", + "first_page": "630", + "last_page": "632", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 58" + }, + { + "type": "official", + "cite": "2 Va. 58" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "12 Gratt. 277", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715430 + ], + "opinion_index": -1, + "case_paths": [ + "/va/53/0578-01" + ] + }, + { + "cite": "12 Gratt. 564", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716125 + ], + "opinion_index": -1, + "case_paths": [ + "/va/53/0698-01" + ] + }, + { + "cite": "12 Leigh 479", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6720586 + ], + "opinion_index": -1, + "case_paths": [ + "/va/39/0951-01" + ] + }, + { + "cite": "14 S. E. Rep. 320", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "35 W. Va. 653", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "21 W. Va. 200", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "27 Gratt. 411", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "4 Leigh 565", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "13 Gratt. 630", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "11 Gratt. 325", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Wash. 59", + "category": "reporters:state", + "reporter": "Wash.", + "pin_cites": [ + { + "page": "64" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Wash. 319", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6717067 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/1/0539-01" + ] + }, + { + "cite": "3 Leigh 378", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "27 H. 8", + "category": "reporters:state", + "reporter": "H.", + "weight": 2, + "pin_cites": [ + { + "page": "56" + } + ], + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 682, + "char_count": 16649, + "ocr_confidence": 0.509, + "pagerank": { + "raw": 7.4677347233078e-07, + "percentile": 0.9697625228343428 + }, + "sha256": "18658817de855bc29fb6a6fe1f3a76e5ad950ad94393c00bd34fdab8e939f427", + "simhash": "1:a547a4ba2f063004", + "word_count": 2991 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0630-01", + "first_page_order": 28, + "last_page_order": 30 + }, + { + "id": 6714290, + "name": "Shelton v. Barbour", + "name_abbreviation": "Shelton v. Barbour", + "decision_date": "1795-04", + "docket_number": "", + "first_page": "632", + "last_page": "634", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 64" + }, + { + "type": "official", + "cite": "2 Va. 64" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Wash. 123", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714953 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0440-01" + ] + }, + { + "cite": "2 Leigh 687", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "2 Leigh 685", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "4 Rand. 599", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "7 Gratt. 425", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449374 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0172-01" + ] + }, + { + "cite": "4 Rand. 615", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "2 Hen. & M. 210", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "2 Hen. & M. 64", + "category": "reporters:state", + "reporter": "Hen. & M.", + "pin_cites": [ + { + "page": "67" + } + ], + "opinion_index": -1 + }, + { + "cite": "2 Hen. & M. 204", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "37 S. E. Rep. 324", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "99 Va. 32", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 527, + "char_count": 11539, + "ocr_confidence": 0.491, + "pagerank": { + "raw": 1.135045719167618e-06, + "percentile": 0.9863652282430365 + }, + "sha256": "31a0979bdcc664f6e4b7c3048b52dedfa772a6e0afc96373a1caef1985a42414", + "simhash": "1:cbf386739b6a4043", + "word_count": 2068 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0632-01", + "first_page_order": 30, + "last_page_order": 32 + }, + { + "id": 6714298, + "name": "Brock and Others v. Philips", + "name_abbreviation": "Brock v. Philips", + "decision_date": "1795-04", + "docket_number": "", + "first_page": "634", + "last_page": "635", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 68" + }, + { + "type": "official", + "cite": "2 Va. 68" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "2 Hen. & M. 76", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "2 Hen. & M. 78", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "3 W. Va. 200", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641691 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/3/0200-01" + ] + }, + { + "cite": "5 Call 417", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 351, + "char_count": 6782, + "ocr_confidence": 0.493, + "pagerank": { + "raw": 2.659762306290747e-07, + "percentile": 0.8247905572873168 + }, + "sha256": "d9398fe909fadf526ce4d4bef3ddb2848277483c969a6278abc216b455f35743", + "simhash": "1:c5e9a7acbf7bf0b0", + "word_count": 1228 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0634-01", + "first_page_order": 32, + "last_page_order": 33 + }, + { + "id": 6714308, + "name": "Turner v. Moffett", + "name_abbreviation": "Turner v. Moffett", + "decision_date": "1795-04", + "docket_number": "", + "first_page": "635", + "last_page": "635", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 70" + }, + { + "type": "official", + "cite": "2 Va. 70" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "9 Gratt. 084", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "3 Call 317", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 188, + "char_count": 2603, + "ocr_confidence": 0.42, + "pagerank": { + "raw": 2.588231984545951e-07, + "percentile": 0.8178442063610658 + }, + "sha256": "2fcf17bcfc6a0fb28df48f99534da6c134a5a139c604d6bd106be9979e5c502b", + "simhash": "1:0357585082469777", + "word_count": 451 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0635-01", + "first_page_order": 33, + "last_page_order": 33 + }, + { + "id": 6714321, + "name": "Turberville v. Self", + "name_abbreviation": "Turberville v. Self", + "decision_date": "1795-04", + "docket_number": "", + "first_page": "635", + "last_page": "636", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 71" + }, + { + "type": "official", + "cite": "2 Va. 71" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "7 Gratt. 300", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449671 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0119-01" + ] + }, + { + "cite": "4 Call 580", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6717069 + ], + "opinion_index": -1, + "case_paths": [ + "/va/8/0828-01" + ] + } + ], + "analysis": { + "cardinality": 240, + "char_count": 3678, + "ocr_confidence": 0.514, + "pagerank": { + "raw": 4.6428884529346486e-07, + "percentile": 0.9270978732736928 + }, + "sha256": "bd72fdf0daebc19543c7dfe5595287f75e27542db36f2a82983fa9766d5f9ff3", + "simhash": "1:c32d8edcabd74d97", + "word_count": 639 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0635-02", + "first_page_order": 33, + "last_page_order": 34 + }, + { + "id": 6714329, + "name": "Brydie v. Langham", + "name_abbreviation": "Brydie v. Langham", + "decision_date": "1795-04", + "docket_number": "", + "first_page": "636", + "last_page": "637", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 72" + }, + { + "type": "official", + "cite": "2 Va. 72" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "7 Leigh 380", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 278, + "char_count": 4705, + "ocr_confidence": 0.49, + "pagerank": { + "raw": 1.232019608573266e-07, + "percentile": 0.605905209145398 + }, + "sha256": "8c89bb7d64d1187d757536cc6716e90d314370177edd6f0e8d7b35596d718674", + "simhash": "1:2ff78fa1421eef32", + "word_count": 842 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0636-01", + "first_page_order": 34, + "last_page_order": 35 + }, + { + "id": 6714343, + "name": "Goodwin v. Taylor Executor of Williamson", + "name_abbreviation": "Goodwin v. Taylor Executor of Williamson", + "decision_date": "1795-04", + "docket_number": "", + "first_page": "637", + "last_page": "637", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 74" + }, + { + "type": "official", + "cite": "2 Va. 74" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 Call 305", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715843 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/8/0735-01" + ] + }, + { + "cite": "1 Wash. 266", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716576 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0510-01" + ] + }, + { + "cite": "13 W. Va. 531", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "2 Call 313", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715905 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0327-01" + ] + }, + { + "cite": "3 Call 62", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "3 Hen. & M. 60", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "12 Gratt. 151", + "category": "reporters:state", + "reporter": "Gratt.", + "weight": 2, + "opinion_index": -1 + }, + { + "cite": "5 Call 152", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "150" + } + ], + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 270, + "char_count": 4569, + "ocr_confidence": 0.471, + "pagerank": { + "raw": 5.893922396565919e-07, + "percentile": 0.9526955046413903 + }, + "sha256": "b6a2c5849a6b90f307f78ae7b602f9e05be2a022f8cbea7e0a0948c2abcea34c", + "simhash": "1:9f51e7bc2048740d", + "word_count": 800 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0637-01", + "first_page_order": 35, + "last_page_order": 35 + }, + { + "id": 6714356, + "name": "Collins v. Lowry & Co.", + "name_abbreviation": "Collins v. Lowry", + "decision_date": "1795-10", + "docket_number": "", + "first_page": "637", + "last_page": "638", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 75" + }, + { + "type": "official", + "cite": "2 Va. 75" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Rob. 263", + "category": "reporters:state", + "reporter": "Rob.", + "case_ids": [ + 4447148, + 8506597 + ], + "opinion_index": -1, + "case_paths": [ + "/va/40/0151-01", + "/rob/1/0263-01" + ] + }, + { + "cite": "24 Gratt. 74", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4434641 + ], + "opinion_index": -1, + "case_paths": [ + "/va/65/0033-01" + ] + }, + { + "cite": "4 Munf. 80", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 4442624 + ], + "opinion_index": -1, + "case_paths": [ + "/va/18/0039-01" + ] + }, + { + "cite": "19 Gratt. 8", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "3 Leigh 682", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6727166 + ], + "opinion_index": -1, + "case_paths": [ + "/va/30/0769-02" + ] + }, + { + "cite": "3 Leigh 685", + "category": "reporters:state", + "reporter": "Leigh", + "weight": 2, + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 249, + "char_count": 3840, + "ocr_confidence": 0.524, + "pagerank": { + "raw": 4.819584300911109e-07, + "percentile": 0.9317772966686475 + }, + "sha256": "85b81517898b00d46850a6e234fa89ea1577d60aafeb5b8e9f97b94d1f855718", + "simhash": "1:748f94e51ea60859", + "word_count": 666 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0637-02", + "first_page_order": 35, + "last_page_order": 36 + }, + { + "id": 6714367, + "name": "Bernard v. Brewer", + "name_abbreviation": "Bernard v. Brewer", + "decision_date": "1795-10", + "docket_number": "", + "first_page": "638", + "last_page": "640", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 76" + }, + { + "type": "official", + "cite": "2 Va. 76" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "21 W. Va. 546", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "2 Wash. 77", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "13 W. Va. 504", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "8 Gratt. 88", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715245 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0446-01" + ] + }, + { + "cite": "5 Leigh 613", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "2 Rob 251", + "category": "reporters:state", + "reporter": "Rob", + "case_ids": [ + 8502513 + ], + "opinion_index": -1, + "case_paths": [ + "/rob/2/0251-01" + ] + }, + { + "cite": "10 Gratt. 16", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 474, + "char_count": 9689, + "ocr_confidence": 0.458, + "pagerank": { + "raw": 1.8805008903135591e-07, + "percentile": 0.7275760092576826 + }, + "sha256": "56962383630b0072852e350fde014b9ed7aee3d1a857381c27b484968994c510", + "simhash": "1:f37776f03b842f57", + "word_count": 1750 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0638-01", + "first_page_order": 36, + "last_page_order": 38 + }, + { + "id": 6714382, + "name": "Philip M'Rae v. Richard Woods", + "name_abbreviation": "M'Rae v. Woods", + "decision_date": "1795-10", + "docket_number": "", + "first_page": "640", + "last_page": "643", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 80" + }, + { + "type": "official", + "cite": "2 Va. 80" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Hen. & M. 548", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8694844 + ], + "opinion_index": -1, + "case_paths": [ + "/va/11/0243-01" + ] + }, + { + "cite": "12 S. E. Rep. 512", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "34 W. Va. 260", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639891 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/34/0260-01" + ] + }, + { + "cite": "18 W. Va. 61", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 723, + "char_count": 20011, + "ocr_confidence": 0.502, + "pagerank": { + "raw": 8.360088791072851e-08, + "percentile": 0.48139544042915244 + }, + "sha256": "be9c3d59d38070e59d751075a11c52afdfb25efdb7b8816785bcd01a86172cea", + "simhash": "1:2b62c0273b1c0009", + "word_count": 3669 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0640-01", + "first_page_order": 38, + "last_page_order": 41 + }, + { + "id": 6714395, + "name": "Newell v. The Commonwealth", + "name_abbreviation": "Newell v. Commonwealth", + "decision_date": "1795-10", + "docket_number": "", + "first_page": "643", + "last_page": "645", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 88" + }, + { + "type": "official", + "cite": "2 Va. 88" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "16 Gratt. 270", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4437107 + ], + "opinion_index": -1, + "case_paths": [ + "/va/57/0100-01" + ] + } + ], + "analysis": { + "cardinality": 607, + "char_count": 15248, + "ocr_confidence": 0.465, + "pagerank": { + "raw": 2.1559582073783214e-07, + "percentile": 0.769212220480808 + }, + "sha256": "61938b311987168e0374e6a3d9041d8b6a3a86ba9e866ff61c23aa6988ed3c94", + "simhash": "1:dcd0c7601c9df6a1", + "word_count": 2715 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0643-01", + "first_page_order": 41, + "last_page_order": 43 + }, + { + "id": 6714411, + "name": "White v. Atkinson", + "name_abbreviation": "White v. Atkinson", + "decision_date": "1795-10", + "docket_number": "", + "first_page": "645", + "last_page": "651", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 94" + }, + { + "type": "official", + "cite": "2 Va. 94" + }, + { + "type": "parallel", + "cite": "1 Am. Dec. 470" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Call 376", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716114 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0347-01" + ] + }, + { + "cite": "15 W. Va. 60", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "10 W. Va. 761", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "18 Gratt. 468", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "19 Gratt. 342", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "11 Leigh 352", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "19 Gratt. 345", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Call 532", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "21 Gratt. 577", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Wash. 91", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "19 Gratt. 352", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 1035, + "char_count": 34724, + "ocr_confidence": 0.479, + "pagerank": { + "raw": 5.990097101939816e-07, + "percentile": 0.9540973238208096 + }, + "sha256": "cd7ae0da4e7af6b487527b588d51c5209b39580f4a541c9d3d949ab90c543082", + "simhash": "1:6a3142111a005bd2", + "word_count": 6287 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0645-01", + "first_page_order": 43, + "last_page_order": 49 + }, + { + "id": 6714432, + "name": "Martin & William Picket v. James Dowdall", + "name_abbreviation": "Picket v. Dowdall", + "decision_date": "1795-10", + "docket_number": "", + "first_page": "651", + "last_page": "655", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 106" + }, + { + "type": "official", + "cite": "2 Va. 106" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "98 Fed. Rep. 107", + "category": "reporters:federal", + "reporter": "F.", + "opinion_index": -1 + }, + { + "cite": "4 Munf. 172", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "5 Cranch 234", + "category": "reporters:scotus_early", + "reporter": "Cranch", + "case_ids": [ + 1446259 + ], + "opinion_index": -1, + "case_paths": [ + "/us/9/0234-01" + ] + }, + { + "cite": "4 Am. Dec. 543", + "category": "reporters:federal", + "reporter": "Am. Dec.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 142", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "2 Wash. 120", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "1 Hen. &M 361", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8691297 + ], + "opinion_index": -1, + "case_paths": [ + "/va/11/0166-01" + ] + }, + { + "cite": "9 Leigh 420", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "2 Wash. 123", + "category": "reporters:state", + "reporter": "Wash.", + "pin_cites": [ + { + "page": "126" + } + ], + "opinion_index": -1 + }, + { + "cite": "4 Munf. 168", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "1 Call 190", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094919 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0072-01" + ] + }, + { + "cite": "7 Cranch 603", + "category": "reporters:scotus_early", + "reporter": "Cranch", + "case_ids": [ + 572735 + ], + "weight": 2, + "pin_cites": [ + { + "page": "619" + } + ], + "opinion_index": -1, + "case_paths": [ + "/us/11/0603-01" + ] + }, + { + "cite": "5 Call 364", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715426 + ], + "opinion_index": -1, + "case_paths": [ + "/va/9/0983-01" + ] + }, + { + "cite": "2 Wash. 121", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714460 + ], + "weight": 3, + "opinion_index": -1, + "case_paths": [ + "/va/2/0658-01" + ] + }, + { + "cite": "2 Wash. 116", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714447 + ], + "weight": 3, + "opinion_index": -1, + "case_paths": [ + "/va/2/0655-01" + ] + }, + { + "cite": "4 Call 42", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6714852 + ], + "opinion_index": -1, + "case_paths": [ + "/va/8/0646-01" + ] + }, + { + "cite": "9 Leigh 404", + "category": "reporters:state", + "reporter": "Leigh", + "pin_cites": [ + { + "page": "414" + } + ], + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 1005, + "char_count": 29418, + "ocr_confidence": 0.463, + "pagerank": { + "raw": 9.273733870733284e-07, + "percentile": 0.9800397629359858 + }, + "sha256": "487f2b60be8a538cbd7dd7b9da0924bf411386f9298aa46261ce17daa0993e1b", + "simhash": "1:7f6fa005d14de469", + "word_count": 5239 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0651-01", + "first_page_order": 49, + "last_page_order": 53 + }, + { + "id": 6714447, + "name": "Johnson v. Buffington", + "name_abbreviation": "Johnson v. Buffington", + "decision_date": "1795-10", + "docket_number": "", + "first_page": "655", + "last_page": "658", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 116" + }, + { + "type": "official", + "cite": "2 Va. 116" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Wash. 106", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714432 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/2/0651-01" + ] + }, + { + "cite": "2 Wash. 43", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "5 Rand. 481", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "4 Munf. 169", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 116", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714876 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0436-02" + ] + }, + { + "cite": "5 Rand. 489", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "5 Cranch 252", + "category": "reporters:scotus_early", + "reporter": "Cranch", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 662, + "char_count": 15593, + "ocr_confidence": 0.498, + "pagerank": { + "raw": 7.376682444925547e-07, + "percentile": 0.9690286962676202 + }, + "sha256": "9100e813c647d3edcb5c3629bccaaf8289f1b445faf1b6d398cf78733900ad5f", + "simhash": "1:98e520a0de58f42d", + "word_count": 2721 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0655-01", + "first_page_order": 53, + "last_page_order": 56 + }, + { + "id": 6714460, + "name": "Curry v. Burns", + "name_abbreviation": "Curry v. Burns", + "decision_date": "1795-10", + "docket_number": "", + "first_page": "658", + "last_page": "660", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 121" + }, + { + "type": "official", + "cite": "2 Va. 121" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Call 192", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "2 Wash. 106", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714432 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/2/0651-01" + ] + } + ], + "analysis": { + "cardinality": 595, + "char_count": 14058, + "ocr_confidence": 0.486, + "pagerank": { + "raw": 9.312342856717192e-07, + "percentile": 0.9801944051564396 + }, + "sha256": "6b86d15b35a39f7e32f767d9039d143e8f4616845e1918abc38bb8bec62ba48f", + "simhash": "1:6c6dcc8493ded876", + "word_count": 2509 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0658-01", + "first_page_order": 56, + "last_page_order": 58 + }, + { + "id": 6714483, + "name": "Wroe v. Harris", + "name_abbreviation": "Wroe v. Harris", + "decision_date": "1795-10", + "docket_number": "", + "first_page": "660", + "last_page": "662", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 126" + }, + { + "type": "official", + "cite": "2 Va. 126" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Call 495", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094976 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0180-01" + ] + }, + { + "cite": "9 Gratt. 94", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450986 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0049-01" + ] + }, + { + "cite": "21 W. Va. 546", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "8 Gratt. 88", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715245 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0446-01" + ] + }, + { + "cite": "3 Rand. 37", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "9 Gratt. 97", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 557, + "char_count": 12948, + "ocr_confidence": 0.514, + "pagerank": { + "raw": 8.499224947605257e-07, + "percentile": 0.9763907084930434 + }, + "sha256": "0119dfc038c88108f4b276dee0c8f810a07d8f1627824c1eb1610197d5834ac8", + "simhash": "1:0e57ef429156e225", + "word_count": 2375 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0660-01", + "first_page_order": 58, + "last_page_order": 60 + }, + { + "id": 6714499, + "name": "Gordon v. Frazier & Gosbie", + "name_abbreviation": "Gordon v. Frazier", + "decision_date": "1795-10", + "docket_number": "", + "first_page": "662", + "last_page": "665", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 130" + }, + { + "type": "official", + "cite": "2 Va. 130" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Hen. & M. 175", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "10 Gratt. 318", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715763 + ], + "opinion_index": -1, + "case_paths": [ + "/va/51/0581-01" + ] + }, + { + "cite": "9 Gratt. 248", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "27 W. Va. 412", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "415" + } + ], + "opinion_index": -1 + }, + { + "cite": "10 S. E. Rep. 605", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "86 Va. 571", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "5 Leigh 117", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "5 Leigh 424", + "category": "reporters:state", + "reporter": "Leigh", + "pin_cites": [ + { + "page": "425" + } + ], + "opinion_index": -1 + }, + { + "cite": "9 Gratt. 249", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "22 Gratt. 645", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "10 Gratt. 323", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "3 Leigh 78", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6724809 + ], + "opinion_index": -1, + "case_paths": [ + "/va/30/0562-01" + ] + }, + { + "cite": "5 Rand. 546", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6733051 + ], + "opinion_index": -1, + "case_paths": [ + "/va/26/0492-01" + ] + }, + { + "cite": "3 Rand. 104", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6714563 + ], + "opinion_index": -1, + "case_paths": [ + "/va/24/0489-01" + ] + }, + { + "cite": "25 Gratt. 157", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "8 Leigh 560", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "1 Rand. 25", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 4443963 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/22/0020-01" + ] + }, + { + "cite": "12 Gratt. 55", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "33 Gratt. 820", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Hen. & M. 25", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8685093 + ], + "weight": 3, + "opinion_index": -1, + "case_paths": [ + "/va/11/0022-01" + ] + }, + { + "cite": "2 Hen. & M. 467", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6727214 + ], + "opinion_index": -1, + "case_paths": [ + "/va/12/0491-01" + ] + }, + { + "cite": "2 Hen. & M. 477", + "category": "reporters:state", + "reporter": "Hen. & M.", + "weight": 2, + "opinion_index": -1 + }, + { + "cite": "5 Rand. 557", + "category": "reporters:state", + "reporter": "Rand.", + "pin_cites": [ + { + "page": "565,566" + } + ], + "opinion_index": -1 + }, + { + "cite": "5 Rand. 567", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "7 Gratt. 425", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449374 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0172-01" + ] + }, + { + "cite": "1 Rand. 29", + "category": "reporters:state", + "reporter": "Rand.", + "pin_cites": [ + { + "page": "32, 33" + } + ], + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 808, + "char_count": 19278, + "ocr_confidence": 0.505, + "pagerank": { + "raw": 1.820550306959322e-06, + "percentile": 0.994127070728834 + }, + "sha256": "caf93900775969b21e491669c495a90292dcdec9b0dd6ad8dc3edf651cc927e0", + "simhash": "1:cbb7a9c38c5ae411", + "word_count": 3503 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0662-01", + "first_page_order": 60, + "last_page_order": 63 + }, + { + "id": 6714528, + "name": "Harrison Executor of Minge v. Margaret Field Executrix of James Field", + "name_abbreviation": "Harrison Executor of Minge v. Margaret Field Executrix of Field", + "decision_date": "1795-10", + "docket_number": "", + "first_page": "665", + "last_page": "667", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 136" + }, + { + "type": "official", + "cite": "2 Va. 136" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "11 W. Va. 395", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "8 Leigh 484", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "11 Leigh 329", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "2 Call 527", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716733 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0394-01" + ] + }, + { + "cite": "2 Va. Cas. 521", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6733771 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0349-01" + ] + }, + { + "cite": "3 Call 269", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "4 Hen. & M. 256", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "2 Hen. & M. 131", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "18 W. Va. 654", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "4 Hen. & M. 253", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6725445 + ], + "opinion_index": -1, + "case_paths": [ + "/va/14/0878-01" + ] + }, + { + "cite": "2 Hen. & M. 121", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "3 Call 268", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716121 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0509-01" + ] + }, + { + "cite": "2 Wash. 138", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "17 W. Va. 808", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 675, + "char_count": 15558, + "ocr_confidence": 0.498, + "pagerank": { + "raw": 1.3572061927512123e-06, + "percentile": 0.9901557967279173 + }, + "sha256": "fefc909c8a6d6107e4adacb3dac391bb73999250299348ef84a861ecfde858b9", + "simhash": "1:bf7aef21b16849a0", + "word_count": 2844 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0665-01", + "first_page_order": 63, + "last_page_order": 65 + }, + { + "id": 6714540, + "name": "Cole v. Scott", + "name_abbreviation": "Cole v. Scott", + "decision_date": "1795-10", + "docket_number": "", + "first_page": "667", + "last_page": "668", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 141" + }, + { + "type": "official", + "cite": "2 Va. 141" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 Call 259", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715677 + ], + "opinion_index": -1, + "case_paths": [ + "/va/8/0719-01" + ] + }, + { + "cite": "1 Call 414", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094912 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0153-01" + ] + }, + { + "cite": "16 W. Va. 395", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "11 Gratt. 443", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "13 Gratt. 624", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 292, + "char_count": 4411, + "ocr_confidence": 0.517, + "pagerank": { + "raw": 1.3365052293987662e-06, + "percentile": 0.9898770159959133 + }, + "sha256": "2116e9e1d476d3cb77a8a0726a6bf3636eb33a3de3e7d64152a274ba04e94753", + "simhash": "1:7d9675b10b6891ca", + "word_count": 814 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0667-01", + "first_page_order": 65, + "last_page_order": 66 + }, + { + "id": 6714553, + "name": "Terrell Executor of Holt v. Atkinson's Executor", + "name_abbreviation": "Terrell Executor of Holt v. Atkinson's Executor", + "decision_date": "1795-10", + "docket_number": "", + "first_page": "668", + "last_page": "668", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 143" + }, + { + "type": "official", + "cite": "2 Va. 143" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 56, + "char_count": 564, + "ocr_confidence": 0.546, + "sha256": "59a948ce5a8fd2cb92d914c8df291c3ae50216a1f1454d9d8db59d381b50c1f8", + "simhash": "1:489f50910022c513", + "word_count": 101 + }, + "last_updated": "2023-07-14T15:13:00.971493+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0668-01", + "first_page_order": 66, + "last_page_order": 66 + }, + { + "id": 6714574, + "name": "Payne v. Ellzey", + "name_abbreviation": "Payne v. Ellzey", + "decision_date": "1795-10", + "docket_number": "", + "first_page": "668", + "last_page": "669", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 143" + }, + { + "type": "official", + "cite": "2 Va. 143" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 Munf. 214", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 4442827 + ], + "opinion_index": -1, + "case_paths": [ + "/va/18/0087-01" + ] + }, + { + "cite": "3 Munf. 156", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "2 Hen. & M. 465", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "4 W. Va. 28", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "6 Call 85", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715040 + ], + "opinion_index": -1, + "case_paths": [ + "/va/10/1090-01" + ] + }, + { + "cite": "3 Call 523", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6717234 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0592-01" + ] + }, + { + "cite": "9 W. 3", + "category": "reporters:state", + "reporter": "W.", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 329, + "char_count": 5595, + "ocr_confidence": 0.515, + "pagerank": { + "raw": 4.03580807328026e-08, + "percentile": 0.1807977994083825 + }, + "sha256": "e46bd501e8a516b1e69afef809488d18872e87a363f5cc0350a6e1d892792786", + "simhash": "1:d7c626fb0c4a5ca0", + "word_count": 1004 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0668-02", + "first_page_order": 66, + "last_page_order": 67 + }, + { + "id": 6714633, + "name": "Claiborne v. Parrish", + "name_abbreviation": "Claiborne v. Parrish", + "decision_date": "1795-10", + "docket_number": "", + "first_page": "669", + "last_page": "687", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 146" + }, + { + "type": "official", + "cite": "2 Va. 146" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Rand. 346", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "4 W. Va. 729", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8642090 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/4/0729-01" + ] + }, + { + "cite": "5 Gratt. 664", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375684 + ], + "opinion_index": 1, + "case_paths": [ + "/va/46/0664-01" + ] + }, + { + "cite": "6 Gratt. 427", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 954887 + ], + "opinion_index": 1, + "case_paths": [ + "/va/47/0427-01" + ] + }, + { + "cite": "75 Va. 897", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 1 + }, + { + "cite": "78 Va. 490", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4390277 + ], + "opinion_index": 1, + "case_paths": [ + "/va/78/0490-01" + ] + }, + { + "cite": "24 Gratt. 635", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 1 + }, + { + "cite": "75 Va. 893", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 1 + }, + { + "cite": "24 Gratt. 624", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4434486 + ], + "weight": 3, + "opinion_index": 1, + "case_paths": [ + "/va/65/0218-01" + ] + }, + { + "cite": "76 Va. 1021", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 1 + }, + { + "cite": "75 Va. 892", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4382652 + ], + "weight": 3, + "opinion_index": 1, + "case_paths": [ + "/va/75/0892-01" + ] + }, + { + "cite": "33 Gratt. 413", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715859 + ], + "opinion_index": 1, + "case_paths": [ + "/va/74/0486-01" + ] + }, + { + "cite": "7 W. Va. 348", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641514 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/7/0348-01" + ] + }, + { + "cite": "6 Am. Rep. 293", + "category": "reporters:state_regional", + "reporter": "Am. Rep.", + "opinion_index": 1 + }, + { + "cite": "4 W. Va. 755", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8642119 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/w-va/4/0755-01" + ] + }, + { + "cite": "39 S. E. Rep. 1", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "39 S. E. Rep. 160", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "99 Va. 508", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2016903 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/99/0508-01" + ] + }, + { + "cite": "81 Va. 488", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 66435 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/81/0488-01" + ] + }, + { + "cite": "77 Va. 593", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 1 + }, + { + "cite": "23 S. E. Rep. 770", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 1 + }, + { + "cite": "92 Va. 400", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2338448 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/92/0400-01" + ] + }, + { + "cite": "5 Leigh 597", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": 1 + }, + { + "cite": "80 Va. 289", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 1 + }, + { + "cite": "82 Va. 334", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 63465 + ], + "opinion_index": 1, + "case_paths": [ + "/va/82/0334-01" + ] + }, + { + "cite": "1 Va. Dec. 830", + "category": "reporters:state", + "reporter": "Va. Dec.", + "case_ids": [ + 4440523 + ], + "opinion_index": 1, + "case_paths": [ + "/va-dec/1/0830-01" + ] + }, + { + "cite": "18 W. Va. 659", + "category": "reporters:state", + "reporter": "W. Va.", + "weight": 2, + "opinion_index": 1 + }, + { + "cite": "7 W. Va. 350", + "category": "reporters:state", + "reporter": "W. Va.", + "weight": 2, + "opinion_index": 1 + }, + { + "cite": "33 Gratt. 427", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 1 + }, + { + "cite": "32 S. E. Rep. 198", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 1 + }, + { + "cite": "45 W. Va. 792", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639574 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/w-va/45/0792-01" + ] + }, + { + "cite": "18 W. Va. 658", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641158 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/18/0658-01" + ] + }, + { + "cite": "28 Gratt. 299", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4432192 + ], + "weight": 6, + "opinion_index": 1, + "case_paths": [ + "/va/69/0102-01" + ] + }, + { + "cite": "76 Va. 1012", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4385985 + ], + "weight": 5, + "opinion_index": 1, + "case_paths": [ + "/va/76/1012-01" + ] + }, + { + "cite": "35 S. E. Rep. 452", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "98 Va. 803", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2015403 + ], + "opinion_index": 1, + "case_paths": [ + "/va/98/0803-01" + ] + }, + { + "cite": "4 Leigh 330", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6725920 + ], + "weight": 3, + "opinion_index": 1, + "case_paths": [ + "/va/31/0956-01" + ] + }, + { + "cite": "4 Leigh 401", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6726507 + ], + "opinion_index": 1, + "case_paths": [ + "/va/31/0980-01" + ] + }, + { + "cite": "23 W. Va. 289", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "304" + } + ], + "opinion_index": 1 + }, + { + "cite": "9 S. E. 3", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "36 Gratt. 547", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 1 + }, + { + "cite": "23 W. Va. 303", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 1 + }, + { + "cite": "8 Gratt. 267", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715718 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/49/0525-01" + ] + }, + { + "cite": "76 Va. 3012", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 1 + }, + { + "cite": "23 Gratt. 960", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6728896 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/64/0718-01" + ] + }, + { + "cite": "49 W. Va. 582", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8638791 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/w-va/49/0582-01" + ] + }, + { + "cite": "2 Va. Dec. 142", + "category": "reporters:state", + "reporter": "Va. Dec.", + "case_ids": [ + 4440937 + ], + "opinion_index": 1, + "case_paths": [ + "/va-dec/2/0142-01" + ] + }, + { + "cite": "32 W. Va. 177", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639804 + ], + "weight": 4, + "opinion_index": 1, + "case_paths": [ + "/w-va/32/0177-01" + ] + }, + { + "cite": "3 W. Va. 335", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641836 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/3/0335-01" + ] + }, + { + "cite": "13 Gratt. 484", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 1 + }, + { + "cite": "88 Va. 859", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 1 + }, + { + "cite": "42 S. E. Rep. 678", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "83 Va. 860", + "category": "reporters:state", + "reporter": "Va.", + "weight": 2, + "opinion_index": 1 + }, + { + "cite": "8 W. Va. 335", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 1 + }, + { + "cite": "9 S. E. Rep. 85", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 3, + "opinion_index": 1 + }, + { + "cite": "82 W. Va. 177", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 1 + }, + { + "cite": "25 Gratt. 931", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 1 + }, + { + "cite": "33 Gratt. 418", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 1 + }, + { + "cite": "12 Gratt. 184", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 1 + }, + { + "cite": "3 S. E. Rep. 703", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 4, + "opinion_index": 1 + }, + { + "cite": "83 Va. 851", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4371796 + ], + "opinion_index": 1, + "case_paths": [ + "/va/83/0851-01" + ] + }, + { + "cite": "6 W. Va. 496", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641309 + ], + "weight": 4, + "opinion_index": 1, + "case_paths": [ + "/w-va/6/0496-01" + ] + }, + { + "cite": "82 Va. 712", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 63392 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/82/0712-01" + ] + }, + { + "cite": "16 Gratt. 547", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4437145 + ], + "weight": 3, + "opinion_index": 1, + "case_paths": [ + "/va/57/0204-01" + ] + }, + { + "cite": "4 Gratt. 58", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4374734 + ], + "weight": 3, + "opinion_index": 1, + "case_paths": [ + "/va/45/0058-01" + ] + }, + { + "cite": "17 Gratt. 188", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 1 + }, + { + "cite": "30 S. E. Rep. 454", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "95 Va. 818", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1857154 + ], + "opinion_index": 1, + "case_paths": [ + "/va/95/0818-01" + ] + }, + { + "cite": "7 S. E. Rep. 182", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "85 Va. 146", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4369644 + ], + "opinion_index": 1, + "case_paths": [ + "/va/85/0146-01" + ] + }, + { + "cite": "17 S. E. Rep. 238", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 3, + "opinion_index": 1 + }, + { + "cite": "89 Va. 679", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1872879 + ], + "weight": 3, + "opinion_index": 1, + "case_paths": [ + "/va/89/0679-01" + ] + }, + { + "cite": "7 Gratt. 599", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449109 + ], + "opinion_index": 1, + "case_paths": [ + "/va/48/0312-02" + ] + }, + { + "cite": "5 Gratt. 665", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 1 + }, + { + "cite": "32 S. E. Rep. 476", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "96 Va. 765", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2339400 + ], + "opinion_index": 1, + "case_paths": [ + "/va/96/0765-01" + ] + }, + { + "cite": "7 Gratt. 658", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449083 + ], + "opinion_index": 1, + "case_paths": [ + "/va/48/0333-01" + ] + }, + { + "cite": "28 S. E. Rep. 690", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 1 + }, + { + "cite": "95 Va. 418", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1857058 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/95/0418-01" + ] + }, + { + "cite": "92 Va. 846", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 1 + }, + { + "cite": "80 Va. 68", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 1 + }, + { + "cite": "17 Gratt. 187", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733064 + ], + "opinion_index": 1, + "case_paths": [ + "/va/58/0321-01" + ] + }, + { + "cite": "1 S. E. Rep. 96", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 1 + }, + { + "cite": "82 Va. 713", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 1 + }, + { + "cite": "43 W. Va. 196", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8638954 + ], + "weight": 3, + "opinion_index": 1, + "case_paths": [ + "/w-va/43/0196-01" + ] + }, + { + "cite": "27 S. E. Rep. 20", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "94 Va. 449", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1868869 + ], + "opinion_index": 1, + "case_paths": [ + "/va/94/0449-01" + ] + }, + { + "cite": "2 Pat. &H. 616", + "category": "reporters:state", + "reporter": "Patton & Heath", + "opinion_index": 1 + }, + { + "cite": "23 S. E. Rep. 891", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "92 Va. 510", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2338399 + ], + "opinion_index": 1, + "case_paths": [ + "/va/92/0510-01" + ] + }, + { + "cite": "34 S. E. Rep. 976", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 1 + }, + { + "cite": "98 Va. 62", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2015365 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/98/0062-01" + ] + }, + { + "cite": "19 S. E. Rep. 447", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "90 Va. 671", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 11282401 + ], + "opinion_index": 1, + "case_paths": [ + "/va/90/0671-01" + ] + }, + { + "cite": "34 Am. Rep. 799", + "category": "reporters:state_regional", + "reporter": "Am. Rep.", + "opinion_index": 1 + }, + { + "cite": "32 Gratt. 946", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4430405 + ], + "opinion_index": 1, + "case_paths": [ + "/va/73/0314-01" + ] + }, + { + "cite": "13 S. E. Rep. 385", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "35 W- Va. 260", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639717 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/35/0260-01" + ] + }, + { + "cite": "30 S. E. Rep. 453", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "33 Gratt. 946", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 1 + }, + { + "cite": "3 W. Va. 705", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8642240 + ], + "weight": 3, + "opinion_index": 1, + "case_paths": [ + "/w-va/3/0705-01" + ] + }, + { + "cite": "3 Gratt. 330", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715678 + ], + "opinion_index": 1, + "case_paths": [ + "/va/44/0701-01" + ] + }, + { + "cite": "30 S. E. Rep. 452", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "96 Va. 107", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2339246 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/96/0107-01" + ] + }, + { + "cite": "30 S. E. Rep. 391", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "8 W. Va. 599", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641625 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/8/0599-01" + ] + }, + { + "cite": "9 S. E. Rep. 910", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "14 W. Va. 66", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640973 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/14/0066-01" + ] + }, + { + "cite": "14 S. E. Rep. 183", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "12 S. E. Rep. 973", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "88 Va. 695", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1874880 + ], + "opinion_index": 1, + "case_paths": [ + "/va/88/0695-01" + ] + }, + { + "cite": "9 S. E. Rep. 46", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "32 W. Va. 14", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639577 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/32/0014-01" + ] + }, + { + "cite": "1 Va. Dec. 180", + "category": "reporters:state", + "reporter": "Va. Dec.", + "case_ids": [ + 4441202 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va-dec/1/0180-01" + ] + }, + { + "cite": "27 W. Va. 451", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640331 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/27/0451-01" + ] + }, + { + "cite": "8 S. E. Rep. 493", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "31 W. Va. 659", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640456 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/31/0659-01" + ] + }, + { + "cite": "7 S. E. Rep. 391", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "85 Va. 252", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4370077 + ], + "opinion_index": 1, + "case_paths": [ + "/va/85/0252-01" + ] + }, + { + "cite": "79 Va. 118", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 62407 + ], + "opinion_index": 1, + "case_paths": [ + "/va/79/0118-01" + ] + }, + { + "cite": "40 S. E. Rep. 353", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "50 W. Va. 20", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8637810 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/50/0020-01" + ] + }, + { + "cite": "80 Va. 58", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 8708885 + ], + "opinion_index": 1, + "case_paths": [ + "/va/80/0058-01" + ] + }, + { + "cite": "84 Va. 419", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 479001 + ], + "opinion_index": 1, + "case_paths": [ + "/va/84/0419-01" + ] + }, + { + "cite": "76 Va. 345", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4386471 + ], + "opinion_index": 1, + "case_paths": [ + "/va/76/0345-01" + ] + }, + { + "cite": "75 Va. 200", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4382830 + ], + "opinion_index": 1, + "case_paths": [ + "/va/75/0200-01" + ] + }, + { + "cite": "84 Va. 790", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 479014 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/84/0790-01" + ] + }, + { + "cite": "33 Gratt. 451", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715944 + ], + "opinion_index": 1, + "case_paths": [ + "/va/74/0497-01" + ] + }, + { + "cite": "30 Gratt. 4", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 1 + }, + { + "cite": "25 Gratt. 361", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6723834 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/66/0410-01" + ] + }, + { + "cite": "24 S. E. Rep. 218", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "33 Gratt. 342", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715699 + ], + "opinion_index": 1, + "case_paths": [ + "/va/74/0464-01" + ] + }, + { + "cite": "32 S. E. Rep. 470", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "96 Va. 783", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2340228 + ], + "opinion_index": 1, + "case_paths": [ + "/va/96/0783-01" + ] + }, + { + "cite": "8 S. E. Rep. 642", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "85 Va. 740", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4370583 + ], + "opinion_index": 1, + "case_paths": [ + "/va/85/0740-01" + ] + }, + { + "cite": "28 Gratt. 349", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 1 + }, + { + "cite": "19 S. E. Rep. 656", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "90 Va. 565", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 11282050 + ], + "opinion_index": 1, + "case_paths": [ + "/va/90/0565-01" + ] + }, + { + "cite": "76 Va. 759", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 1 + }, + { + "cite": "28 Gratt. 424", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 1 + }, + { + "cite": "32 Gratt. 684", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4430231 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/73/0231-01" + ] + }, + { + "cite": "32 Gratt. 115", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4430146 + ], + "weight": 3, + "opinion_index": 1, + "case_paths": [ + "/va/73/0052-01" + ] + }, + { + "cite": "30 Gratt. 819", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4431756 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/71/0272-01" + ] + }, + { + "cite": "30 Gratt. 286", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4431677 + ], + "opinion_index": 1, + "case_paths": [ + "/va/71/0104-01" + ] + }, + { + "cite": "27 Gratt. 690", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740859 + ], + "opinion_index": 1, + "case_paths": [ + "/va/68/0672-01" + ] + }, + { + "cite": "27 Gratt. 783", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6741096 + ], + "weight": 3, + "opinion_index": 1, + "case_paths": [ + "/va/68/0699-01" + ] + }, + { + "cite": "33 W. Va. 675", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640596 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/33/0675-01" + ] + }, + { + "cite": "42 W. Va. 132", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8638938 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/42/0132-01" + ] + }, + { + "cite": "11 S. E. Rep. 920", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 3, + "opinion_index": 1 + }, + { + "cite": "29 W. Va. 224", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639914 + ], + "weight": 3, + "opinion_index": 1, + "case_paths": [ + "/w-va/29/0224-01" + ] + }, + { + "cite": "11 W. Va. 307", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641194 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/11/0307-01" + ] + }, + { + "cite": "38 S. E. Rep. 108", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "46 W. Va. 99", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8638582 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/46/0099-01" + ] + }, + { + "cite": "11 W. Va. 562", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641305 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/11/0562-01" + ] + }, + { + "cite": "27 S. E. Rep. 348", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "43 W. Va. 246", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639046 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/43/0246-01" + ] + }, + { + "cite": "14 W. Va. 460", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 1 + }, + { + "cite": "18 W. Va. 695", + "category": "reporters:state", + "reporter": "W. Va.", + "weight": 3, + "opinion_index": 1 + }, + { + "cite": "28 W. Va. 510", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 1 + }, + { + "cite": "9 W. Va. 190", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641371 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/w-va/9/0190-01" + ] + }, + { + "cite": "35 S, E. Rep. 828", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "47 W. Va. 504", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8638972 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/47/0504-01" + ] + }, + { + "cite": "18 S. E. Rep. 765", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 3, + "opinion_index": 1 + }, + { + "cite": "38 W. Va. 616", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639734 + ], + "weight": 3, + "opinion_index": 1, + "case_paths": [ + "/w-va/38/0616-01" + ] + }, + { + "cite": "37 S. E. Rep. 526", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 1 + }, + { + "cite": "48 W. Va. 639", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639147 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/48/0639-01" + ] + }, + { + "cite": "32 S. E. Rep. 178", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 1 + }, + { + "cite": "45 W. Va. 218", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 1 + }, + { + "cite": "80 Gratt. 18", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 1 + }, + { + "cite": "86 Va. 893", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 1 + }, + { + "cite": "37 S. E. Rep. 612", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "48 W. Va. 312", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8638606 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/48/0312-01" + ] + }, + { + "cite": "9 S. E. Rep. 937", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "32 W. Va. 526", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640356 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/32/0526-01" + ] + }, + { + "cite": "75 Va. 12", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4383587 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/75/0012-01" + ] + }, + { + "cite": "26 Gratt. 314", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4434231 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/67/0110-01" + ] + }, + { + "cite": "28 Gratt. 423", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4432919 + ], + "opinion_index": 1, + "case_paths": [ + "/va/69/0139-01" + ] + }, + { + "cite": "9 S. E. Rep. 65", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 1 + }, + { + "cite": "32 W. Va. 119", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639726 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/w-va/32/0119-01" + ] + }, + { + "cite": "18 W. Va. 258", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640803 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/18/0258-01" + ] + }, + { + "cite": "17 W. Va. 683", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641050 + ], + "weight": 3, + "opinion_index": 1, + "case_paths": [ + "/w-va/17/0683-01" + ] + }, + { + "cite": "30 Gratt. 255", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4431436 + ], + "opinion_index": 1, + "case_paths": [ + "/va/71/0094-01" + ] + }, + { + "cite": "28 Gratt. 434", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 1 + }, + { + "cite": "85 Va. 820", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4370944 + ], + "opinion_index": 1, + "case_paths": [ + "/va/85/0820-01" + ] + }, + { + "cite": "28 S. E. Rep. 594", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 3, + "opinion_index": 1 + }, + { + "cite": "95 Va. 445", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1857148 + ], + "weight": 3, + "opinion_index": 1, + "case_paths": [ + "/va/95/0445-01" + ] + }, + { + "cite": "1 Va. Dec. 182", + "category": "reporters:state", + "reporter": "Va. Dec.", + "opinion_index": 1 + }, + { + "cite": "22 S. E. Rep. 504", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 1 + }, + { + "cite": "91 Va. 608", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2336272 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/91/0608-01" + ] + }, + { + "cite": "31 Gratt. 436", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716641 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/72/0458-01" + ] + }, + { + "cite": "28 Gratt. 348", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4433116 + ], + "weight": 4, + "opinion_index": 1, + "case_paths": [ + "/va/69/0117-01" + ] + }, + { + "cite": "12 S. E. Rep. 695", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "34 W. Va. 244", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639844 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/34/0244-01" + ] + }, + { + "cite": "7 S.E. Rep. 323", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "85 Va. 128", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4370206 + ], + "opinion_index": 1, + "case_paths": [ + "/va/85/0128-01" + ] + }, + { + "cite": "13 S. E. Rep. 708", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "15 S. E. Rep. 412", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "36 W. Va. 659", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640187 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/36/0659-01" + ] + }, + { + "cite": "22 W. Va. 800", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641017 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/22/0800-01" + ] + }, + { + "cite": "24 S. E. Rep. 561", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "13 S. E. Rep. 22", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "87 Va. 608", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1876984 + ], + "opinion_index": 1, + "case_paths": [ + "/va/87/0608-01" + ] + }, + { + "cite": "10 S. E. Rep. 792", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "77 Va. 393", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4388540 + ], + "weight": 3, + "opinion_index": 1, + "case_paths": [ + "/va/77/0393-01" + ] + }, + { + "cite": "6 W. Va. 110", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640972 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/6/0110-01" + ] + }, + { + "cite": "42 S. E. Rep. 677", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "13 S. E. Rep. 398", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "28 S. E. Rep. 813", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "43 W. Va. 672", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639609 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/43/0672-01" + ] + }, + { + "cite": "13 S. E. Rep. 802", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "88 Va. 396", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1874914 + ], + "opinion_index": 1, + "case_paths": [ + "/va/88/0396-01" + ] + }, + { + "cite": "1 Munf. 22", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 2094032 + ], + "opinion_index": 1, + "case_paths": [ + "/va/15/0018-01" + ] + }, + { + "cite": "23 S. E. Rep. 669", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "41 W. Va. 229", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 12165420 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/41/0229-01" + ] + }, + { + "cite": "27 S. E. Rep. 297", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 1 + }, + { + "cite": "43 W. Va. 131", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8638816 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/w-va/43/0131-01" + ] + }, + { + "cite": "32 S. E. Rep. 291", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "96 Va. 624", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2340588 + ], + "opinion_index": 1, + "case_paths": [ + "/va/96/0624-01" + ] + }, + { + "cite": "23 S. E. Rep. 224", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 1 + }, + { + "cite": "92 Va. 173", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2338482 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/92/0173-01" + ] + }, + { + "cite": "32 Gratt. 119", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 1 + }, + { + "cite": "19 Gratt. 1", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4436261 + ], + "opinion_index": 1, + "case_paths": [ + "/va/60/0019-01" + ] + }, + { + "cite": "11 Gratt. 527", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451489 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/52/0266-01" + ] + }, + { + "cite": "23 S. E. Rep. 611", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "41 W. Va. 314", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 12165627 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/41/0314-01" + ] + }, + { + "cite": "25 W. Va. 580", + "category": "reporters:state", + "reporter": "W. Va.", + "weight": 2, + "opinion_index": 1 + }, + { + "cite": "11 W. Va. 122", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641058 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/11/0122-01" + ] + }, + { + "cite": "5 Leigh 219", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 4445827 + ], + "opinion_index": 1, + "case_paths": [ + "/va/32/0090-01" + ] + }, + { + "cite": "26 S. E. Rep. 395", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 1 + }, + { + "cite": "94 Va. 73", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1868939 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/94/0073-01" + ] + }, + { + "cite": "33 Gratt. 452", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 1 + }, + { + "cite": "25 Gratt. 28", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6722712 + ], + "opinion_index": 1, + "case_paths": [ + "/va/66/0298-01" + ] + }, + { + "cite": "1 S. E. Rep. 67", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "82 Va. 832", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 63483 + ], + "opinion_index": 1, + "case_paths": [ + "/va/82/0832-01" + ] + }, + { + "cite": "23 S. E. Rep. 32", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "92 Va. 144", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2338478 + ], + "opinion_index": 1, + "case_paths": [ + "/va/92/0144-01" + ] + }, + { + "cite": "29 Gratt. 732", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733854 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/70/0588-01" + ] + }, + { + "cite": "28 Gratt. 49", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4432459 + ], + "opinion_index": 1, + "case_paths": [ + "/va/69/0028-01" + ] + }, + { + "cite": "31 Gratt. 70", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715770 + ], + "opinion_index": 1, + "case_paths": [ + "/va/72/0346-01" + ] + }, + { + "cite": "17 S. E. Rep. 946", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "27 S. E. Rep. 583", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 1 + }, + { + "cite": "94 Va. 716", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1868954 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/94/0716-01" + ] + }, + { + "cite": "90 Va. 200", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 11279946 + ], + "weight": 3, + "opinion_index": 1, + "case_paths": [ + "/va/90/0200-01" + ] + }, + { + "cite": "6 Gratt. 684", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 954889 + ], + "weight": 3, + "opinion_index": 1, + "case_paths": [ + "/va/47/0684-01" + ] + }, + { + "cite": "6 Leigh 74", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6717205 + ], + "opinion_index": 1, + "case_paths": [ + "/va/33/0332-01" + ] + }, + { + "cite": "4 Gratt. 541", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4374424 + ], + "opinion_index": 1, + "case_paths": [ + "/va/45/0541-01" + ] + }, + { + "cite": "4 Leigh 688", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6728703 + ], + "opinion_index": 1, + "case_paths": [ + "/va/31/1078-02" + ] + }, + { + "cite": "2 Va. Cas. 353", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6732301 + ], + "opinion_index": 1, + "case_paths": [ + "/va/4/0267-02" + ] + }, + { + "cite": "1 Rob. 696", + "category": "reporters:state", + "reporter": "Rob.", + "opinion_index": 1 + }, + { + "cite": "19 S. E. Rep. 843", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "90 Va. 759", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 11282804 + ], + "opinion_index": 1, + "case_paths": [ + "/va/90/0759-01" + ] + }, + { + "cite": "10 Gratt. 708", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716874 + ], + "opinion_index": 1, + "case_paths": [ + "/va/51/0728-01" + ] + }, + { + "cite": "2 Va. Cas. 314", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6731765 + ], + "opinion_index": 1, + "case_paths": [ + "/va/4/0251-01" + ] + }, + { + "cite": "11 S. E. Rep. 798", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "11 S. E. Rep. 799", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "86 Va. 985", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 1 + }, + { + "cite": "2 Leigh 777", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": 1 + }, + { + "cite": "21 W. Va. 756", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 1 + }, + { + "cite": "21 W. Va. 757", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 1 + }, + { + "cite": "11 W. Va. 704", + "category": "reporters:state", + "reporter": "W. Va.", + "weight": 2, + "opinion_index": 1 + }, + { + "cite": "82 Va. 301", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 63445 + ], + "opinion_index": 1, + "case_paths": [ + "/va/82/0301-01" + ] + }, + { + "cite": "2 Va. Cas. 490", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6733451 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/4/0323-01" + ] + }, + { + "cite": "2 Gratt. 581", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716790 + ], + "opinion_index": 1, + "case_paths": [ + "/va/43/0486-02" + ] + }, + { + "cite": "14 W. Va. 851", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641347 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/14/0851-01" + ] + }, + { + "cite": "48 W. Va. 561", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639023 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/w-va/48/0561-01" + ] + }, + { + "cite": "86 Va. 929", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1879064 + ], + "weight": 3, + "opinion_index": 1, + "case_paths": [ + "/va/86/0929-01" + ] + }, + { + "cite": "86 Va. 935", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1879078 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/86/0935-01" + ] + }, + { + "cite": "2 Rob. 819", + "category": "reporters:state", + "reporter": "Rob.", + "case_ids": [ + 6752425 + ], + "opinion_index": 1, + "case_paths": [ + "/va/41/0814-01" + ] + }, + { + "cite": "6 Gratt. 706", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 954920 + ], + "weight": 5, + "opinion_index": 1, + "case_paths": [ + "/va/47/0706-01" + ] + }, + { + "cite": "82 Va. 554", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 63439 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/82/0554-01" + ] + }, + { + "cite": "89 Va. 570", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1872820 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/89/0570-01" + ] + }, + { + "cite": "80 Va. 288", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 1 + }, + { + "cite": "80 Va. 287", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 8709320 + ], + "weight": 3, + "opinion_index": 1, + "case_paths": [ + "/va/80/0287-01" + ] + }, + { + "cite": "3 Gratt. 632", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716345 + ], + "opinion_index": 1, + "case_paths": [ + "/va/44/0809-01" + ] + }, + { + "cite": "18 Am. Rep. 711", + "category": "reporters:state_regional", + "reporter": "Am. Rep.", + "case_ids": [ + 6725923 + ], + "weight": 4, + "opinion_index": 1, + "case_paths": [ + "/va/66/0585-01" + ] + }, + { + "cite": "85 Va. 924", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4370902 + ], + "opinion_index": 1, + "case_paths": [ + "/va/85/0924-01" + ] + }, + { + "cite": "29 Gratt. 830", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6734171 + ], + "opinion_index": 1, + "case_paths": [ + "/va/70/0618-01" + ] + }, + { + "cite": "40 S. E.Rep. 410", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "77 Va. 590", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4388266 + ], + "weight": 6, + "opinion_index": 1, + "case_paths": [ + "/va/77/0590-01" + ] + }, + { + "cite": "88 Am. St. Rep. 884", + "category": "reporters:state", + "reporter": "Am. St. Rep.", + "opinion_index": 1 + }, + { + "cite": "40 S. E. Rep. 410", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "50 W. Va. 457", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8638666 + ], + "weight": 3, + "opinion_index": 1, + "case_paths": [ + "/w-va/50/0457-01" + ] + }, + { + "cite": "19 L. R. A. 605", + "category": "reporters:federal", + "reporter": "L.R.A.", + "weight": 2, + "opinion_index": 1 + }, + { + "cite": "16 S. E. Rep. 803", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 7, + "opinion_index": 1 + }, + { + "cite": "37 W. Va. 565", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639784 + ], + "weight": 7, + "opinion_index": 1, + "case_paths": [ + "/w-va/37/0565-01" + ] + }, + { + "cite": "11 Gratt. 431", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 1 + }, + { + "cite": "15 S. E. Rep. 982", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "36 W. Va. 729", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640305 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/36/0729-01" + ] + }, + { + "cite": "20 W. Va. 32", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640382 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/20/0032-01" + ] + }, + { + "cite": "1 Rob. 756", + "category": "reporters:state", + "reporter": "Rob.", + "case_ids": [ + 4447732 + ], + "opinion_index": 1, + "case_paths": [ + "/va/40/0455-01" + ] + }, + { + "cite": "2 Va. Cas. 510", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6733618 + ], + "opinion_index": 1, + "case_paths": [ + "/va/4/0344-01" + ] + }, + { + "cite": "1 Va. Cas. 271", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 2095787 + ], + "opinion_index": 1, + "case_paths": [ + "/va/3/0071-01" + ] + }, + { + "cite": "1 Wash. 79", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714696 + ], + "opinion_index": 1, + "case_paths": [ + "/va/1/0419-01" + ] + }, + { + "cite": "6 Gratt. 220", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 1 + }, + { + "cite": "32 S. E. Rep. 246", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "31 Gratt. 483", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 1 + }, + { + "cite": "23 W. Va. 229", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640349 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/23/0229-01" + ] + }, + { + "cite": "1 Hen. & M. 154", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8687639 + ], + "opinion_index": 1, + "case_paths": [ + "/va/11/0079-02" + ] + }, + { + "cite": "20 S. E. Rep. 927", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 7, + "opinion_index": 1 + }, + { + "cite": "40 W. Va. 169", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8638990 + ], + "weight": 7, + "opinion_index": 1, + "case_paths": [ + "/w-va/40/0169-01" + ] + }, + { + "cite": "24 W. Va. 72", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640081 + ], + "weight": 3, + "opinion_index": 1, + "case_paths": [ + "/w-va/24/0072-01" + ] + }, + { + "cite": "8 Gratt. 107", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715299 + ], + "opinion_index": 1, + "case_paths": [ + "/va/49/0460-02" + ] + }, + { + "cite": "13 Gratt. 468", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4438128 + ], + "opinion_index": 1, + "case_paths": [ + "/va/54/0191-01" + ] + }, + { + "cite": "50 Am. Dec. 114", + "category": "reporters:federal", + "reporter": "Am. Dec.", + "opinion_index": 1 + }, + { + "cite": "5 Gratt. 168", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375905 + ], + "opinion_index": 1, + "case_paths": [ + "/va/46/0168-01" + ] + }, + { + "cite": "3 Munf. 182", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": 1 + }, + { + "cite": "2 Rand. 87", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6714384 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/23/0237-01" + ] + }, + { + "cite": "1 Hen. & M. 164", + "category": "reporters:state", + "reporter": "Hen. & M.", + "weight": 2, + "opinion_index": 1 + }, + { + "cite": "28 Gratt. 751", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 1 + }, + { + "cite": "17 Gratt. 11", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732577 + ], + "opinion_index": 1, + "case_paths": [ + "/va/58/0242-01" + ] + }, + { + "cite": "75 Va. 13", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 1 + }, + { + "cite": "27 Gratt. 694", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 1 + }, + { + "cite": "1 Munf. 600", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 2094045 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/15/0238-01" + ] + }, + { + "cite": "2 Munf. 148", + "category": "reporters:state", + "reporter": "Munf.", + "weight": 2, + "opinion_index": 1 + }, + { + "cite": "1 Gratt. 18", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4448710 + ], + "opinion_index": 1, + "case_paths": [ + "/va/42/0023-01" + ] + }, + { + "cite": "52 Am. Dec. 124", + "category": "reporters:federal", + "reporter": "Am. Dec.", + "opinion_index": 1 + }, + { + "cite": "6 Gratt. 320", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 954877 + ], + "opinion_index": 1, + "case_paths": [ + "/va/47/0320-01" + ] + }, + { + "cite": "18 S. E. Rep. 869", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "90 Va. 455", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 11281508 + ], + "opinion_index": 1, + "case_paths": [ + "/va/90/0455-01" + ] + }, + { + "cite": "2 Rob. 420", + "category": "reporters:state", + "reporter": "Rob.", + "case_ids": [ + 6752304 + ], + "opinion_index": 1, + "case_paths": [ + "/va/41/0659-01" + ] + }, + { + "cite": "1 Munf. 119", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 2094055 + ], + "opinion_index": 1, + "case_paths": [ + "/va/15/0054-01" + ] + }, + { + "cite": "10 Am. Dec. 494", + "category": "reporters:federal", + "reporter": "Am. Dec.", + "case_ids": [ + 4443824, + 4443185 + ], + "opinion_index": 1, + "case_paths": [ + "/va/22/0056-01", + "/va/22/0184-01" + ] + }, + { + "cite": "1 Rand. 131", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 4443824 + ], + "opinion_index": 1, + "case_paths": [ + "/va/22/0056-01" + ] + }, + { + "cite": "26 Gratt. 112", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4434152 + ], + "opinion_index": 1, + "case_paths": [ + "/va/67/0048-01" + ] + }, + { + "cite": "3 Munf. 170", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6718492 + ], + "pin_cites": [ + { + "page": "182" + } + ], + "opinion_index": 1, + "case_paths": [ + "/va/17/0663-01" + ] + }, + { + "cite": "2 Rand. 63", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": 1 + }, + { + "cite": "10 Am. Dec. 519", + "category": "reporters:federal", + "reporter": "Am. Dec.", + "opinion_index": 1 + }, + { + "cite": "1 Rand. 219", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 4443378 + ], + "opinion_index": 1, + "case_paths": [ + "/va/22/0086-01" + ] + }, + { + "cite": "11 S. E. Rep. 565", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 4, + "opinion_index": 1 + }, + { + "cite": "86 Va. 892", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1879013 + ], + "weight": 3, + "opinion_index": 1, + "case_paths": [ + "/va/86/0892-01" + ] + }, + { + "cite": "19 Gratt. 2", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 1 + }, + { + "cite": "1 Gratt. 89", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 1 + }, + { + "cite": "23 Gratt. 485", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 1 + }, + { + "cite": "1 Rob. 675", + "category": "reporters:state", + "reporter": "Rob.", + "case_ids": [ + 4447363 + ], + "opinion_index": 1, + "case_paths": [ + "/va/40/0423-01" + ] + }, + { + "cite": "9 Gratt. 622", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450541 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/50/0279-01" + ] + }, + { + "cite": "10 Gratt. 159", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715134 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/51/0461-01" + ] + }, + { + "cite": "24 Gratt. 74", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4434641 + ], + "weight": 3, + "opinion_index": 1, + "case_paths": [ + "/va/65/0033-01" + ] + }, + { + "cite": "32 W. Va. 628", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640544 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/32/0628-01" + ] + }, + { + "cite": "81 Va. 787", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 66385 + ], + "opinion_index": 1, + "case_paths": [ + "/va/81/0787-01" + ] + }, + { + "cite": "1 S. E. Rep. 225", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 4, + "opinion_index": 1 + }, + { + "cite": "29 W. Va. 147", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639855 + ], + "weight": 4, + "opinion_index": 1, + "case_paths": [ + "/w-va/29/0147-01" + ] + }, + { + "cite": "6 W. Va. 500", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 1 + }, + { + "cite": "8 S. E. Rep. 686", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "3 Leigh, 786", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6727712 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/30/0804-01" + ] + }, + { + "cite": "14 Pet. 463", + "category": "reporters:scotus_early", + "reporter": "Pet.", + "opinion_index": 1 + }, + { + "cite": "27 S. E. Rep. 293", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 4, + "opinion_index": 1 + }, + { + "cite": "48 W. Va. 196", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8638302 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/48/0196-01" + ] + }, + { + "cite": "23 S. E. Rep. 749", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 3, + "opinion_index": 1 + }, + { + "cite": "92 Va. 345", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2338453 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/92/0345-01" + ] + }, + { + "cite": "77 Va. 692", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4388651 + ], + "opinion_index": 1, + "case_paths": [ + "/va/77/0692-01" + ] + }, + { + "cite": "28 Gratt. 891", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4432375 + ], + "opinion_index": 1, + "case_paths": [ + "/va/69/0278-01" + ] + }, + { + "cite": "11 Gratt. 411", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450816 + ], + "opinion_index": 1, + "case_paths": [ + "/va/52/0208-01" + ] + }, + { + "cite": "26 S. E. Rep. 363", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "42 W. Va. 454", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639433 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/42/0454-01" + ] + }, + { + "cite": "75 Va. 690", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4383113 + ], + "opinion_index": 1, + "case_paths": [ + "/va/75/0690-01" + ] + }, + { + "cite": "11 S. E. Rep. 927", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "29 W. Va. 263", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639966 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/29/0263-01" + ] + }, + { + "cite": "28 W. Va. 415", + "category": "reporters:state", + "reporter": "W. Va.", + "weight": 4, + "opinion_index": 1 + }, + { + "cite": "14 W. Va. 94", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 1 + }, + { + "cite": "6 S. E. Rep. 215", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "28 W. Va. 412", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640239 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/28/0412-01" + ] + }, + { + "cite": "25 W. Va. 579", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640681 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/25/0579-01" + ] + }, + { + "cite": "28 W. Va. 512", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 1 + }, + { + "cite": "14 W. Va. 97", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 1 + }, + { + "cite": "28 W. Va. 463", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 1 + }, + { + "cite": "45 W. Va. 213", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8638795 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/45/0213-01" + ] + }, + { + "cite": "43 W. Va. 639", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639544 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/43/0639-01" + ] + }, + { + "cite": "28 S. E. Rep. 573", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "95 Va. 386", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1857094 + ], + "opinion_index": 1, + "case_paths": [ + "/va/95/0386-01" + ] + }, + { + "cite": "37 S. E. Rep. 813", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "99 Va. 194", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2016942 + ], + "opinion_index": 1, + "case_paths": [ + "/va/99/0194-01" + ] + }, + { + "cite": "75 Va. 264", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 1 + }, + { + "cite": "1 S. E. Rep, 137", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "82 Va. 827", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 63467 + ], + "opinion_index": 1, + "case_paths": [ + "/va/82/0827-01" + ] + }, + { + "cite": "17 S. E. Rep. 916", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "10 S. E. Rep. 402", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "33 W. Va. 236", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639903 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/33/0236-01" + ] + }, + { + "cite": "14 W. Va. 88", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640992 + ], + "weight": 2, + "pin_cites": [ + { + "page": "94" + } + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/14/0088-01" + ] + }, + { + "cite": "10 S. E. Rep. 504", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 1 + }, + { + "cite": "86 Va. 374", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1879160 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/86/0374-01" + ] + }, + { + "cite": "1 Va. Dec. 385", + "category": "reporters:state", + "reporter": "Va. Dec.", + "case_ids": [ + 4441487 + ], + "opinion_index": 1, + "case_paths": [ + "/va-dec/1/0385-01" + ] + }, + { + "cite": "8 W. Va. 245", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641456 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/8/0245-01" + ] + }, + { + "cite": "1 S. E. Rep. 193", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "82 Va. 751", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 63391 + ], + "opinion_index": 1, + "case_paths": [ + "/va/82/0751-01" + ] + }, + { + "cite": "15 S. E. Rep. 154", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "36 W. Va. 310", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639716 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/36/0310-01" + ] + }, + { + "cite": "27 W. Va. 17", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 1 + }, + { + "cite": "5 S. E. Rep. 21", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "84 Va. 341", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 478016 + ], + "opinion_index": 1, + "case_paths": [ + "/va/84/0341-01" + ] + }, + { + "cite": "75 Va. 522", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4383173 + ], + "opinion_index": 1, + "case_paths": [ + "/va/75/0522-01" + ] + }, + { + "cite": "32 S. E. Rep. 245", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 1 + }, + { + "cite": "45 W. Va. 701", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639459 + ], + "weight": 3, + "opinion_index": 1, + "case_paths": [ + "/w-va/45/0701-01" + ] + }, + { + "cite": "22 S. E. Rep. 310", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "40 W. Va. 718", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639606 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/40/0718-01" + ] + }, + { + "cite": "5 L. R. A. 523", + "category": "reporters:federal", + "reporter": "L.R.A.", + "opinion_index": 1 + }, + { + "cite": "10 S. E. Rep. 21", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "33 W. Va. 71", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639599 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/33/0071-01" + ] + }, + { + "cite": "24 W. Va. 356", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640461 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/24/0356-01" + ] + }, + { + "cite": "5 W. Va. 582", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641957 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/5/0582-01" + ] + }, + { + "cite": "4 W. Va. 681", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8642024 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/4/0681-01" + ] + }, + { + "cite": "9 S. E. Rep. 498", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "86 Va. 92", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1879058 + ], + "opinion_index": 1, + "case_paths": [ + "/va/86/0092-01" + ] + }, + { + "cite": "78 Va. 671", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4389864 + ], + "opinion_index": 1, + "case_paths": [ + "/va/78/0671-01" + ] + }, + { + "cite": "31 Gratt. 470", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 1 + }, + { + "cite": "31 Gratt. 323", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716516 + ], + "weight": 3, + "opinion_index": 1, + "case_paths": [ + "/va/72/0423-01" + ] + }, + { + "cite": "28 Gratt. 383", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4432331 + ], + "opinion_index": 1, + "case_paths": [ + "/va/69/0127-01" + ] + }, + { + "cite": "22 Gratt. 946", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 1 + }, + { + "cite": "21 Gratt. 205", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733721 + ], + "opinion_index": 1, + "case_paths": [ + "/va/62/0792-01" + ] + }, + { + "cite": "14 Gratt. 614", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 1 + }, + { + "cite": "11 Gratt. 420", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451405 + ], + "opinion_index": 1, + "case_paths": [ + "/va/52/0211-01" + ] + }, + { + "cite": "6 Gratt. 287", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 954899 + ], + "opinion_index": 1, + "case_paths": [ + "/va/47/0287-01" + ] + }, + { + "cite": "1 Rand. 39", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 4443244 + ], + "opinion_index": 1, + "case_paths": [ + "/va/22/0025-01" + ] + }, + { + "cite": "1 Hen. &M. 385", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8692028 + ], + "opinion_index": 1, + "case_paths": [ + "/va/11/0176-01" + ] + }, + { + "cite": "15 W. Va. 363", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 1 + }, + { + "cite": "25 Gratt. 921", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6726085 + ], + "weight": 5, + "opinion_index": 1, + "case_paths": [ + "/va/66/0619-01" + ] + }, + { + "cite": "11 Leigh 626", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6722179 + ], + "opinion_index": 1, + "case_paths": [ + "/va/38/0736-01" + ] + }, + { + "cite": "8 Leigh 88", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6717097 + ], + "opinion_index": 1, + "case_paths": [ + "/va/35/0846-01" + ] + }, + { + "cite": "6 W. Va. 61", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 1 + }, + { + "cite": "8 S. E. Rep. 817", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 1 + }, + { + "cite": "85 Va 840", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 1 + }, + { + "cite": "12 Gratt. 484", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715933 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/53/0672-01" + ] + }, + { + "cite": "11 Leigh 630", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": 1 + }, + { + "cite": "11 Leigh 369", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6721052 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/38/0655-01" + ] + }, + { + "cite": "6 Call 78", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715010 + ], + "opinion_index": 1, + "case_paths": [ + "/va/10/1088-01" + ] + }, + { + "cite": "9 S. E. Rep. 13", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 1 + }, + { + "cite": "85 Va. 908", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4370787 + ], + "opinion_index": 1, + "case_paths": [ + "/va/85/0908-01" + ] + }, + { + "cite": "41 Am. Rep. 703", + "category": "reporters:state_regional", + "reporter": "Am. Rep.", + "opinion_index": 1 + }, + { + "cite": "18 W. Va. 643", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 1 + }, + { + "cite": "26 Gratt. 685", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 1 + }, + { + "cite": "11 Leigh 384", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6721154 + ], + "opinion_index": 1, + "case_paths": [ + "/va/38/0660-01" + ] + }, + { + "cite": "2 Pat. & H. 504", + "category": "reporters:state", + "reporter": "Patton & Heath", + "opinion_index": 1 + }, + { + "cite": "29 Am. Dec. 218", + "category": "reporters:federal", + "reporter": "Am. Dec.", + "opinion_index": 1 + }, + { + "cite": "6 Leigh 547", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6718550 + ], + "opinion_index": 1, + "case_paths": [ + "/va/33/0484-01" + ] + }, + { + "cite": "2 Gratt. 187", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715124 + ], + "opinion_index": 1, + "case_paths": [ + "/va/43/0332-01" + ] + }, + { + "cite": "9 Gratt. 294", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451149 + ], + "opinion_index": 1, + "case_paths": [ + "/va/50/0147-01" + ] + }, + { + "cite": "3 Leigh 590", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6726791 + ], + "opinion_index": 1, + "case_paths": [ + "/va/30/0738-01" + ] + }, + { + "cite": "4 Rand. 386", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 4443654 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/25/0153-01" + ] + }, + { + "cite": "1 Munf. 38", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 2094063 + ], + "opinion_index": 1, + "case_paths": [ + "/va/15/0024-01" + ] + }, + { + "cite": "3 Call 373", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716453 + ], + "opinion_index": 1, + "case_paths": [ + "/va/7/0544-01" + ] + }, + { + "cite": "98 Am. Dec. 774", + "category": "reporters:federal", + "reporter": "Am. Dec.", + "opinion_index": 1 + }, + { + "cite": "2 W. Va. 458", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641801 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/w-va/2/0458-01" + ] + }, + { + "cite": "2 Gratt. 18", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6714642 + ], + "opinion_index": 1, + "case_paths": [ + "/va/43/0261-01" + ] + }, + { + "cite": "1 Gratt. 274", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 1 + }, + { + "cite": "2 Leigh 425", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6726869 + ], + "opinion_index": 1, + "case_paths": [ + "/va/29/0382-01" + ] + }, + { + "cite": "7 Leigh 271", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6717795 + ], + "opinion_index": 1, + "case_paths": [ + "/va/34/0632-01" + ] + }, + { + "cite": "2 Munf. 452", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6720663 + ], + "opinion_index": 1, + "case_paths": [ + "/va/16/0526-02" + ] + }, + { + "cite": "6 Leigh 523", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6718445 + ], + "opinion_index": 1, + "case_paths": [ + "/va/33/0476-01" + ] + }, + { + "cite": "10 Leigh 155", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6720757 + ], + "opinion_index": 1, + "case_paths": [ + "/va/37/0322-01" + ] + }, + { + "cite": "23 Gratt. 477", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6726844 + ], + "opinion_index": 1, + "case_paths": [ + "/va/64/0567-01" + ] + }, + { + "cite": "13 Gratt. 644", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4437795 + ], + "weight": 3, + "opinion_index": 1, + "case_paths": [ + "/va/54/0251-01" + ] + }, + { + "cite": "6 W. Va. 51", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640928 + ], + "opinion_index": 1, + "case_paths": [ + "/w-va/6/0051-01" + ] + }, + { + "cite": "2 Pat. & H. 91", + "category": "reporters:state", + "reporter": "Patton & Heath", + "weight": 3, + "opinion_index": 1 + }, + { + "cite": "2 Pat. &H. 91", + "category": "reporters:state", + "reporter": "Patton & Heath", + "pin_cites": [ + { + "page": "99" + } + ], + "opinion_index": 1 + }, + { + "cite": "6 Leigh 246", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6717652 + ], + "opinion_index": 1, + "case_paths": [ + "/va/33/0387-01" + ] + }, + { + "cite": "6 Leigh 29", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": 1 + }, + { + "cite": "5 Munf. 32", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6723318 + ], + "opinion_index": 1, + "case_paths": [ + "/va/19/0331-01" + ] + }, + { + "cite": "2 Gratt. 493", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716280 + ], + "opinion_index": 1, + "case_paths": [ + "/va/43/0453-01" + ] + }, + { + "cite": "6 Leigh 559", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": 1 + }, + { + "cite": "1 Gratt. 87", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 1 + }, + { + "cite": "9 Leigh 459", + "category": "reporters:state", + "reporter": "Leigh", + "weight": 2, + "opinion_index": 1 + }, + { + "cite": "6 Leigh 249", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": 1 + }, + { + "cite": "1 Wash. 372", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6717511 + ], + "opinion_index": 1, + "case_paths": [ + "/va/1/0582-01" + ] + }, + { + "cite": "2 Munf. 49", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6717606 + ], + "weight": 2, + "opinion_index": 1, + "case_paths": [ + "/va/16/0313-01" + ] + } + ], + "analysis": { + "cardinality": 3020, + "char_count": 128160, + "ocr_confidence": 0.418, + "pagerank": { + "raw": 1.3386469862081543e-06, + "percentile": 0.9899071335819193 + }, + "sha256": "5662992bc3126a81d3a717b3e63f2c2e552243be3dde1a623db9ef6d18f60c48", + "simhash": "1:ba6f156e72e6d5eb", + "word_count": 22857 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0669-01", + "first_page_order": 67, + "last_page_order": 85 + }, + { + "id": 6714655, + "name": "Strode v. Head", + "name_abbreviation": "Strode v. Head", + "decision_date": "1795-10", + "docket_number": "", + "first_page": "687", + "last_page": "688", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 149" + }, + { + "type": "official", + "cite": "2 Va. 149" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "11 W. Va. 299", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 196, + "char_count": 3390, + "ocr_confidence": 0.482, + "pagerank": { + "raw": 2.0446031217563963e-07, + "percentile": 0.7540138440503674 + }, + "sha256": "a7fc5bbf745421ebeee8868398b3caae5683e5bd865b9a004156cf1cb1f0d825", + "simhash": "1:c5e2f41c800a7643", + "word_count": 586 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0687-01", + "first_page_order": 85, + "last_page_order": 86 + }, + { + "id": 6714675, + "name": "Terrell v. Ladd", + "name_abbreviation": "Terrell v. Ladd", + "decision_date": "1795-10", + "docket_number": "", + "first_page": "688", + "last_page": "688", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 150" + }, + { + "type": "official", + "cite": "2 Va. 150" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 120, + "char_count": 1882, + "ocr_confidence": 0.487, + "pagerank": { + "raw": 5.4774112661773104e-08, + "percentile": 0.343438941807032 + }, + "sha256": "e17fbacda3d843f67a9c0286d67f20a8d3d8ba0508a599756ec0ee7978685019", + "simhash": "1:063628e1fa4edf46", + "word_count": 328 + }, + "last_updated": "2023-07-14T15:13:00.971493+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0688-01", + "first_page_order": 86, + "last_page_order": 86 + }, + { + "id": 6714692, + "name": "Brown & Others v. The Administratrix of Thomas Brown Deceased", + "name_abbreviation": "Brown v. Administratrix of Brown", + "decision_date": "1795-10", + "docket_number": "", + "first_page": "688", + "last_page": "690", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 151" + }, + { + "type": "official", + "cite": "2 Va. 151" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "6 Cow. 162", + "category": "reporters:state", + "reporter": "Cow.", + "case_ids": [ + 12128463 + ], + "opinion_index": -1, + "case_paths": [ + "/cow/6/0162-01" + ] + }, + { + "cite": "20 Johns. 168", + "category": "reporters:state", + "reporter": "Johns.", + "case_ids": [ + 2142473 + ], + "opinion_index": -1, + "case_paths": [ + "/johns/20/0168-01" + ] + }, + { + "cite": "8 Pick. 96", + "category": "reporters:state", + "reporter": "Pick.", + "opinion_index": -1 + }, + { + "cite": "15 Mass. 386", + "category": "reporters:state", + "reporter": "Mass.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 440, + "char_count": 8259, + "ocr_confidence": 0.458, + "pagerank": { + "raw": 1.3732758113084265e-07, + "percentile": 0.6388443882249506 + }, + "sha256": "4d65dbe1f956503abb6dc88ef1940aca9c8081b1990c90b0eab6208e94ad515b", + "simhash": "1:ec38cfa5ee5874b8", + "word_count": 1448 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0688-02", + "first_page_order": 86, + "last_page_order": 88 + }, + { + "id": 6714711, + "name": "Bennet v. The Commonwealth", + "name_abbreviation": "Bennet v. Commonwealth", + "decision_date": "1795-10", + "docket_number": "", + "first_page": "690", + "last_page": "690", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 154" + }, + { + "type": "official", + "cite": "2 Va. 154" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "27 Gratt. 291", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6739578 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0474-01" + ] + } + ], + "analysis": { + "cardinality": 167, + "char_count": 2110, + "ocr_confidence": 0.508, + "pagerank": { + "raw": 3.098396862884418e-07, + "percentile": 0.8591149522616955 + }, + "sha256": "a33375813c3dee1eeed55b4a3bd9828ac47808b056dc88ddf2a361367743b84a", + "simhash": "1:928fe84e8ae7c6d2", + "word_count": 369 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0690-01", + "first_page_order": 88, + "last_page_order": 88 + }, + { + "id": 6714730, + "name": "Harrison Executor of Payne v. Sampson", + "name_abbreviation": "Harrison Executor of Payne v. Sampson", + "decision_date": "1795-10", + "docket_number": "", + "first_page": "690", + "last_page": "690", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 155" + }, + { + "type": "official", + "cite": "2 Va. 155" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + } + ], + "analysis": { + "cardinality": 142, + "char_count": 1778, + "ocr_confidence": 0.504, + "pagerank": { + "raw": 1.458523723746264e-07, + "percentile": 0.6564508201057282 + }, + "sha256": "650eda34731c54f8836d005fafd9f04f10f11c356bbb7c3f30f6266bc27201b5", + "simhash": "1:d9e50478ce4e494a", + "word_count": 297 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0690-02", + "first_page_order": 88, + "last_page_order": 88 + }, + { + "id": 6714751, + "name": "Harvey et ux. and Others v. Borden", + "name_abbreviation": "Harvey v. Borden", + "decision_date": "1795-10", + "docket_number": "", + "first_page": "690", + "last_page": "693", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 156" + }, + { + "type": "official", + "cite": "2 Va. 156" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Call 499", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "4 Leigh 224", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6725301 + ], + "opinion_index": -1, + "case_paths": [ + "/va/31/0920-02" + ] + }, + { + "cite": "2 Call 263", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715612 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0311-01" + ] + }, + { + "cite": "34 S. E. Rep. 464", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "97 Va. 562", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "12 Leigh 445", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6720497 + ], + "opinion_index": -1, + "case_paths": [ + "/va/39/0940-01" + ] + }, + { + "cite": "14 Gratt. 501", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732443 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0553-01" + ] + }, + { + "cite": "4 Leigh 513", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "14 Gratt. 514", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 678, + "char_count": 16269, + "ocr_confidence": 0.486, + "pagerank": { + "raw": 4.801550665349801e-07, + "percentile": 0.9313187757278513 + }, + "sha256": "aabaaac052e98c9b1d443c63558e00620293bb6ed4562492bbf48cd118945dc8", + "simhash": "1:c6e284643d494aa0", + "word_count": 2930 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0690-03", + "first_page_order": 88, + "last_page_order": 91 + }, + { + "id": 6714769, + "name": "Lee v. Turberville", + "name_abbreviation": "Lee v. Turberville", + "decision_date": "1795-10", + "docket_number": "", + "first_page": "693", + "last_page": "694", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 162" + }, + { + "type": "official", + "cite": "2 Va. 162" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Hen. & M. 285", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "3 Hen. & M. 253", + "category": "reporters:state", + "reporter": "Hen. & M.", + "pin_cites": [ + { + "page": "254" + } + ], + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 247, + "char_count": 4606, + "ocr_confidence": 0.489, + "pagerank": { + "raw": 1.0764587742477592e-07, + "percentile": 0.5611068444530936 + }, + "sha256": "e356477a6fe9db741c662bdbf6bd67aae68b8b3690be6621c51d352ca96092bf", + "simhash": "1:cd77aeb3c19605d6", + "word_count": 842 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0693-01", + "first_page_order": 91, + "last_page_order": 92 + }, + { + "id": 6714785, + "name": "Jordan v. Neilson", + "name_abbreviation": "Jordan v. Neilson", + "decision_date": "1795-10", + "docket_number": "", + "first_page": "694", + "last_page": "694", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 164" + }, + { + "type": "official", + "cite": "2 Va. 164" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "9 Leigh 238", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 220, + "char_count": 2612, + "ocr_confidence": 0.532, + "pagerank": { + "raw": 4.283267752227255e-07, + "percentile": 0.9161306315541948 + }, + "sha256": "dd584e6731a969a30b031eac4e598bca2495bab61eade7a34a3089ab5178e383", + "simhash": "1:89a173e819915e52", + "word_count": 480 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0694-01", + "first_page_order": 92, + "last_page_order": 92 + }, + { + "id": 6714804, + "name": "Skipwith v. Baird", + "name_abbreviation": "Skipwith v. Baird", + "decision_date": "1795-10", + "docket_number": "", + "first_page": "694", + "last_page": "695", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 165" + }, + { + "type": "official", + "cite": "2 Va. 165" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 285, + "char_count": 5724, + "ocr_confidence": 0.448, + "pagerank": { + "raw": 1.067447760678767e-07, + "percentile": 0.5587121102427207 + }, + "sha256": "1cd200059904e19d6c8fc89e9af696a1bcf191464045ccb536f744da8d2a3270", + "simhash": "1:8766ee491166563d", + "word_count": 1027 + }, + "last_updated": "2023-07-14T15:13:00.971493+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0694-02", + "first_page_order": 92, + "last_page_order": 93 + }, + { + "id": 6714833, + "name": "Schwartz v. Thomas", + "name_abbreviation": "Schwartz v. Thomas", + "decision_date": "1795-10", + "docket_number": "", + "first_page": "695", + "last_page": "697", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 167" + }, + { + "type": "official", + "cite": "2 Va. 167" + }, + { + "type": "parallel", + "cite": "1 Am. Dec. 479" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 488, + "char_count": 11974, + "ocr_confidence": 0.455, + "pagerank": { + "raw": 1.637011540412986e-07, + "percentile": 0.6904533816450302 + }, + "sha256": "b233cdf8efc05a191a1e6cbd98bd8934f038977ccd1260b561c7dec7af6dcbf3", + "simhash": "1:22ead8a0326d4147", + "word_count": 2131 + }, + "last_updated": "2023-07-14T15:13:00.971493+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0695-01", + "first_page_order": 93, + "last_page_order": 95 + }, + { + "id": 6714858, + "name": "Overton et ux. Administrator & Administratrix of Josiah Hunley v. Charles Hudson Executor of Christopher Hudson", + "name_abbreviation": "Overton v. Hudson Executor of Hudson", + "decision_date": "1796-04", + "docket_number": "", + "first_page": "697", + "last_page": "700", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 172" + }, + { + "type": "official", + "cite": "2 Va. 172" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "9 Gratt. 183", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450402 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0084-01" + ] + }, + { + "cite": "2 Munf. 272", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6718799 + ], + "opinion_index": -1, + "case_paths": [ + "/va/16/0454-01" + ] + }, + { + "cite": "1 Gall 99", + "category": "reporters:federal", + "reporter": "Gall.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 760, + "char_count": 21070, + "ocr_confidence": 0.474, + "pagerank": { + "raw": 4.0330737522013654e-07, + "percentile": 0.9071003753500687 + }, + "sha256": "ce253faeecc8af3428e1abda631c3a9c121fc08d992bb5edd44d90e545b156d0", + "simhash": "1:ffa786300fc46ee1", + "word_count": 3820 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0697-01", + "first_page_order": 95, + "last_page_order": 98 + }, + { + "id": 6714884, + "name": "Ruffin v. Call", + "name_abbreviation": "Ruffin v. Call", + "decision_date": "1796-04", + "docket_number": "", + "first_page": "700", + "last_page": "702", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 181" + }, + { + "type": "official", + "cite": "2 Va. 181" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 Rand. 156", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "9 Will. 3", + "category": "reporters:state", + "reporter": "Will.", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 374, + "char_count": 7088, + "ocr_confidence": 0.481, + "pagerank": { + "raw": 6.626141061995944e-07, + "percentile": 0.9620087889293932 + }, + "sha256": "8b49202cefdff842cd92bab4aa2acd3b898c4629d475a5562d457f80cde539a5", + "simhash": "1:1ca78623b11779db", + "word_count": 1247 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0700-01", + "first_page_order": 98, + "last_page_order": 100 + }, + { + "id": 6714908, + "name": "Ruffin v. Pendleton and Courtney Executors of Harwood", + "name_abbreviation": "Ruffin v. Pendleton", + "decision_date": "1796-04", + "docket_number": "", + "first_page": "702", + "last_page": "703", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 184" + }, + { + "type": "official", + "cite": "2 Va. 184" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "1 Munf. 14", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 420, + "char_count": 8595, + "ocr_confidence": 0.499, + "pagerank": { + "raw": 6.966205063330921e-08, + "percentile": 0.42195317178723546 + }, + "sha256": "96255a7b122afc83e27adab75ab59b9c4298020e28dda10520f27ad3c777e156", + "simhash": "1:b9264c116a0e531d", + "word_count": 1496 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0702-01", + "first_page_order": 100, + "last_page_order": 101 + }, + { + "id": 6714961, + "name": "Winston's Executor v. Francisco", + "name_abbreviation": "Winston's Executor v. Francisco", + "decision_date": "1796-04", + "docket_number": "", + "first_page": "703", + "last_page": "704", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 187" + }, + { + "type": "official", + "cite": "2 Va. 187" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "7 Gratt. 800", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Call 257", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094904 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0097-01" + ] + }, + { + "cite": "4 Call 452", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "5 Call 535", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "10 W. Va. 474", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "20 S. E. Rep. 611", + "category": "reporters:state_regional", + "reporter": "S.E.", + "pin_cites": [ + { + "page": "612" + } + ], + "opinion_index": -1 + }, + { + "cite": "39 W. Va. 495", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "496" + } + ], + "opinion_index": -1 + }, + { + "cite": "16 S. E. Rep. 577", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "37 W. Va. 262", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "263" + } + ], + "opinion_index": -1 + }, + { + "cite": "3 Munf, 262", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "5 Call 534", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "3 Call 454", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "2 Call 382", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 352, + "char_count": 5223, + "ocr_confidence": 0.482, + "pagerank": { + "raw": 1.344029727349811e-06, + "percentile": 0.9899797246866516 + }, + "sha256": "8296fdc07c5d00a761c0d6d387787f3ebcff3af3fbd0f938a60d5daacb08877c", + "simhash": "1:a7670d0998f2dfda", + "word_count": 939 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0703-01", + "first_page_order": 101, + "last_page_order": 102 + }, + { + "id": 6715008, + "name": "Downman v. Chinn Executor of Downman", + "name_abbreviation": "Downman v. Chinn Executor of Downman", + "decision_date": "1796-04", + "docket_number": "", + "first_page": "704", + "last_page": "705", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 189" + }, + { + "type": "official", + "cite": "2 Va. 189" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Munf. 266", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6718703 + ], + "opinion_index": -1, + "case_paths": [ + "/va/16/0452-01" + ] + }, + { + "cite": "1 Munf. 606", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "21 Gratt. 107", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733444 + ], + "opinion_index": -1, + "case_paths": [ + "/va/62/0745-01" + ] + }, + { + "cite": "3 Munf. 439", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "1 Rob. 561", + "category": "reporters:state", + "reporter": "Rob.", + "case_ids": [ + 8507977, + 1399809 + ], + "opinion_index": -1, + "case_paths": [ + "/rob/1/0561-01", + "/ny-super-ct/24/0561-01" + ] + }, + { + "cite": "2 Wash. 50", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714240 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0626-01" + ] + }, + { + "cite": "27 S. E. Rep. 407", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "94 Va. 702", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "2 Leigh 367", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "2 Leigh 545", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6727391 + ], + "opinion_index": -1, + "case_paths": [ + "/va/29/0424-01" + ] + }, + { + "cite": "8 W. Va. 199", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Leigh 443", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 4445234 + ], + "opinion_index": -1, + "case_paths": [ + "/va/28/0158-01" + ] + }, + { + "cite": "14 S. E. Rep. 6", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "35 W. Va. 379", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 390, + "char_count": 7777, + "ocr_confidence": 0.486, + "pagerank": { + "raw": 7.133735141131219e-07, + "percentile": 0.9670000065640892 + }, + "sha256": "4b9077dd30128f244170601b078ab13729df90ebb32ef4b2e106cdf95005af0b", + "simhash": "1:43c7bd60b3caf16d", + "word_count": 1388 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0704-01", + "first_page_order": 102, + "last_page_order": 103 + }, + { + "id": 6715029, + "name": "Dalby v. Price", + "name_abbreviation": "Dalby v. Price", + "decision_date": "1796-04", + "docket_number": "", + "first_page": "705", + "last_page": "705", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 191" + }, + { + "type": "official", + "cite": "2 Va. 191" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "24 Gratt. 74", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4434641 + ], + "opinion_index": -1, + "case_paths": [ + "/va/65/0033-01" + ] + }, + { + "cite": "16 S. E. Rep. 458", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "37 W. Va. 839", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 164, + "char_count": 2406, + "ocr_confidence": 0.432, + "pagerank": { + "raw": 5.57584808881214e-07, + "percentile": 0.9475189480158882 + }, + "sha256": "fdcde503f3973d25c6631b1278beb7c8f2fba25719c7f2f92985c624058b65cc", + "simhash": "1:5da48bad3b4b5bfd", + "word_count": 417 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0705-01", + "first_page_order": 103, + "last_page_order": 103 + }, + { + "id": 6715055, + "name": "Pearpoint v. Henry", + "name_abbreviation": "Pearpoint v. Henry", + "decision_date": "1796-04", + "docket_number": "", + "first_page": "705", + "last_page": "706", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 192" + }, + { + "type": "official", + "cite": "2 Va. 192" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "8 Gratt. 578", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716353 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0674-01" + ] + }, + { + "cite": "27 Gratt. 163", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6739224 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0432-01" + ] + } + ], + "analysis": { + "cardinality": 191, + "char_count": 2603, + "ocr_confidence": 0.498, + "pagerank": { + "raw": 1.3037796365373881e-07, + "percentile": 0.6227534887169097 + }, + "sha256": "eb79073d9fb91b8d3af802f2129b6398a286b38e155dfee5855bc10d406478db", + "simhash": "1:7c2d0687fd04d5db", + "word_count": 475 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0705-02", + "first_page_order": 103, + "last_page_order": 104 + }, + { + "id": 6715072, + "name": "Burwell v. Anderson & Co.", + "name_abbreviation": "Burwell v. Anderson", + "decision_date": "1796-04", + "docket_number": "", + "first_page": "706", + "last_page": "706", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 194" + }, + { + "type": "official", + "cite": "2 Va. 194" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Hen. & M. 287", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "3 Hen. & M. 245", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6725046 + ], + "opinion_index": -1, + "case_paths": [ + "/va/13/0651-01" + ] + }, + { + "cite": "1 Wash. 118", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714899 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0437-01" + ] + }, + { + "cite": "102 U. S. 249", + "category": "reporters:federal", + "reporter": "U.S.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 214, + "char_count": 3113, + "ocr_confidence": 0.509, + "pagerank": { + "raw": 6.285468864931557e-08, + "percentile": 0.3873301107516307 + }, + "sha256": "7d9b0385e93ce33a7fce206bd50fbd4713942a7a24c71a365eec78521160012f", + "simhash": "1:15cd6264d81e69b5", + "word_count": 548 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0706-01", + "first_page_order": 104, + "last_page_order": 104 + }, + { + "id": 6715112, + "name": "Sarah Walker & Thomas Walker Executrix & Executor of Thomas R. Walker Deceased v. Thomas Walke", + "name_abbreviation": "Walker v. Walke", + "decision_date": "1796-04", + "docket_number": "", + "first_page": "706", + "last_page": "709", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 195" + }, + { + "type": "official", + "cite": "2 Va. 195" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "17 Gratt. 398", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733550 + ], + "opinion_index": -1, + "case_paths": [ + "/va/58/0391-01" + ] + } + ], + "analysis": { + "cardinality": 573, + "char_count": 13667, + "ocr_confidence": 0.479, + "pagerank": { + "raw": 1.4949908862891165e-07, + "percentile": 0.6637296228467374 + }, + "sha256": "32380af00bb1050e625dca8e150819c16a88d7e0a7e91ab6e6db48b7399d8bb6", + "simhash": "1:6ed64611891a3c35", + "word_count": 2402 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0706-02", + "first_page_order": 104, + "last_page_order": 107 + }, + { + "id": 6715133, + "name": "Davenport v. Mason", + "name_abbreviation": "Davenport v. Mason", + "decision_date": "1796-04", + "docket_number": "", + "first_page": "709", + "last_page": "709", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 200" + }, + { + "type": "official", + "cite": "2 Va. 200" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "8 Gratt. 292", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715794 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0534-01" + ] + }, + { + "cite": "24 W. Va. 695", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Rand. 427", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "19 Gratt. 720", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4436402 + ], + "opinion_index": -1, + "case_paths": [ + "/va/60/0260-01" + ] + }, + { + "cite": "2 Hen. & M. 7", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6723935 + ], + "opinion_index": -1, + "case_paths": [ + "/va/12/0288-01" + ] + } + ], + "analysis": { + "cardinality": 170, + "char_count": 2236, + "ocr_confidence": 0.432, + "pagerank": { + "raw": 4.1066449566768817e-07, + "percentile": 0.9099092263680237 + }, + "sha256": "ee0d7cb7e414df1a75651201bac1a3786017436784d875271264c134ca975919", + "simhash": "1:eb84a6a02a5f2a59", + "word_count": 377 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0709-01", + "first_page_order": 107, + "last_page_order": 107 + }, + { + "id": 6715156, + "name": "Ragsdale Executor of Ragsdale v. Balte Executor of Balte", + "name_abbreviation": "Ragsdale Executor of Ragsdale v. Balte Executor of Balte", + "decision_date": "1796-04", + "docket_number": "", + "first_page": "709", + "last_page": "709", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 201" + }, + { + "type": "official", + "cite": "2 Va. 201" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 Munf. 309", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 119, + "char_count": 1597, + "ocr_confidence": 0.457, + "pagerank": { + "raw": 2.615404381613273e-07, + "percentile": 0.8208188971635025 + }, + "sha256": "31a553b432d852649f41dd8977b06f7e11b2bf6c0195fe5dcf5cf6f253786dff", + "simhash": "1:fccf28ad0a526385", + "word_count": 286 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0709-02", + "first_page_order": 107, + "last_page_order": 107 + }, + { + "id": 6715191, + "name": "Lewis Stephens v. Alexander White", + "name_abbreviation": "Stephens v. White", + "decision_date": "1796-10", + "docket_number": "", + "first_page": "709", + "last_page": "714", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 203" + }, + { + "type": "official", + "cite": "2 Va. 203" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Call 242", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "6 Gratt. 210", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 954869 + ], + "opinion_index": -1, + "case_paths": [ + "/va/47/0210-01" + ] + }, + { + "cite": "26 S. E. Rep. 432", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "42 W. Va. 816", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "2 S. E. Rep. 892", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "29 W. Va. 535", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "15 Gratt. 501", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732402 + ], + "opinion_index": -1, + "case_paths": [ + "/va/56/0894-01" + ] + }, + { + "cite": "23 Gratt. 637", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "3 Leigh 155", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "6 W. Va. 514", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "5 Rand. 8", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "9 S. E Rep. 990", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "86 Va. 167", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "78 Va. 712", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "27 Gratt. 632", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740719 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0643-01" + ] + }, + { + "cite": "16 W. Va. 257", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "2 Hen. & M. 457", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "7 Gratt. 300", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449671 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0119-01" + ] + }, + { + "cite": "3 Munf. 115", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6717959 + ], + "opinion_index": -1, + "case_paths": [ + "/va/17/0644-01" + ] + }, + { + "cite": "4 Hen. & M. 310", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "7 W. Va. 58", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 951, + "char_count": 28495, + "ocr_confidence": 0.455, + "pagerank": { + "raw": 9.133134581845124e-07, + "percentile": 0.9794416585677389 + }, + "sha256": "84df3b0c0d4d9a465b061b28b9ba2d95e269328fab37739bd9e0bc6f91f06cc7", + "simhash": "1:9ea70aadda1ee590", + "word_count": 5094 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0709-03", + "first_page_order": 107, + "last_page_order": 112 + }, + { + "id": 6715213, + "name": "Bogle and Scott v. Fitzhugh", + "name_abbreviation": "Bogle v. Fitzhugh", + "decision_date": "1796-10", + "docket_number": "", + "first_page": "714", + "last_page": "715", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 213" + }, + { + "type": "official", + "cite": "2 Va. 213" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 305, + "char_count": 6010, + "ocr_confidence": 0.501, + "pagerank": { + "raw": 3.146009990449311e-07, + "percentile": 0.8623452564222857 + }, + "sha256": "8485743dfc693434b18db4cce3b2d06b3251ee005516da727cc7df6692e67003", + "simhash": "1:3c14d311080f7de9", + "word_count": 1036 + }, + "last_updated": "2023-07-14T15:13:00.971493+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0714-01", + "first_page_order": 112, + "last_page_order": 113 + }, + { + "id": 6715231, + "name": "Burk's Executors v. Tregg's Executors", + "name_abbreviation": "Burk's Executors v. Tregg's Executors", + "decision_date": "1796-10", + "docket_number": "", + "first_page": "715", + "last_page": "716", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 215" + }, + { + "type": "official", + "cite": "2 Va. 215" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Rand. 314", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 59", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "5 Gall 629", + "category": "reporters:federal", + "reporter": "Gall.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 295, + "char_count": 6023, + "ocr_confidence": 0.42, + "pagerank": { + "raw": 4.4240854776775334e-07, + "percentile": 0.9206137114557644 + }, + "sha256": "47ea852e26a2ba9d71b4bd9e478b2a910036a4ab82fac23e1587627b701a9003", + "simhash": "1:938ac4e050186ee3", + "word_count": 1110 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0715-01", + "first_page_order": 113, + "last_page_order": 114 + }, + { + "id": 6715255, + "name": "Drummond v. Crutcher", + "name_abbreviation": "Drummond v. Crutcher", + "decision_date": "1796-10", + "docket_number": "", + "first_page": "716", + "last_page": "716", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 218" + }, + { + "type": "official", + "cite": "2 Va. 218" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 236, + "char_count": 3917, + "ocr_confidence": 0.481, + "pagerank": { + "raw": 1.6451811320216123e-07, + "percentile": 0.6917482447818386 + }, + "sha256": "fefed76e66136a7ace10661ab9393f0be0d723b6be3d3b2050d5659618fc6c6a", + "simhash": "1:e4a7f68058c66657", + "word_count": 680 + }, + "last_updated": "2023-07-14T15:13:00.971493+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0716-01", + "first_page_order": 114, + "last_page_order": 114 + }, + { + "id": 6715292, + "name": "Mackie's Executor v. Davis, &c.", + "name_abbreviation": "Mackie's Executor v. Davis", + "decision_date": "1796-10", + "docket_number": "", + "first_page": "716", + "last_page": "723", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 716" + }, + { + "type": "official", + "cite": "2 Va. 716" + }, + { + "type": "parallel", + "cite": "1 Am. Dec. 482" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 W. Va. 269", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "3 Hen. & M. 397", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "23 S. E. Rep. 682", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "41 W. Va. 27", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 12165071 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/41/0027-01" + ] + }, + { + "cite": "2 Wash. 233", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715342 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0723-01" + ] + }, + { + "cite": "6 Call 94", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Call 75", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "20 S. E. Rep. 881", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "20 S. E. Rep. 878", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "40 W. Va. 122", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8638944 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/w-va/40/0122-01" + ] + }, + { + "cite": "6 Leigh 397", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "5 Rand 377", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "24 S. E. Rep. 644", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "41 W. Va. 683", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 12166545 + ], + "pin_cites": [ + { + "page": "685" + } + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/41/0683-01" + ] + }, + { + "cite": "5 Gall 43", + "category": "reporters:federal", + "reporter": "Gall.", + "pin_cites": [ + { + "page": "44, 51, 53" + } + ], + "opinion_index": -1 + }, + { + "cite": "2 Wash. 210", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "25 S. E. Rep. 593", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "93 Va. 587", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "1 Call 125", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "2 Call 532", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "14 S. E. Rep. 442", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "36 W. Va. 107", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "4 Call 505", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Call 238", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "240" + } + ], + "opinion_index": -1 + }, + { + "cite": "9 Gratt. 183", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450402 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0084-01" + ] + }, + { + "cite": "1 Call 123", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094933 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0048-01" + ] + }, + { + "cite": "14 S. E. Rep. 443", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": -1 + }, + { + "cite": "36 W. Va. 110", + "category": "reporters:state", + "reporter": "W. Va.", + "weight": 2, + "opinion_index": -1 + }, + { + "cite": "6 Leigh 396", + "category": "reporters:state", + "reporter": "Leigh", + "weight": 2, + "opinion_index": -1 + }, + { + "cite": "23 S. E. Rep. 605", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "41 W. Va. 447", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "9 Gratt. 409", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451111 + ], + "weight": 3, + "opinion_index": -1, + "case_paths": [ + "/va/50/0186-01" + ] + }, + { + "cite": "1 Call 497", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094943 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0181-01" + ] + }, + { + "cite": "2 Hen. & M. 113", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "5 Call 88", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "5 Call 55", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "4 Call 502", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "503, 504, 506, 508" + } + ], + "opinion_index": -1 + }, + { + "cite": "4 Hen. & M. 456", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "4 Leigh 597", + "category": "reporters:state", + "reporter": "Leigh", + "pin_cites": [ + { + "page": "599" + } + ], + "opinion_index": -1 + }, + { + "cite": "5 Rand. 42", + "category": "reporters:state", + "reporter": "Rand.", + "weight": 2, + "opinion_index": -1 + }, + { + "cite": "2 Wash. 219", + "category": "reporters:state", + "reporter": "Wash.", + "weight": 2, + "opinion_index": -1 + }, + { + "cite": "9 W. Va. 397", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "7 Pick. 291", + "category": "reporters:state", + "reporter": "Pick.", + "case_ids": [ + 2056644 + ], + "opinion_index": -1, + "case_paths": [ + "/mass/24/0297-01" + ] + }, + { + "cite": "5 Rand. 31", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6732299 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/26/0313-01" + ] + }, + { + "cite": "8 Wash. 219", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "4 W. Va. 350", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "20 S. E. Rep. 880", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "40 W. Va. 130", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 1281, + "char_count": 40754, + "ocr_confidence": 0.465, + "pagerank": { + "raw": 5.882292905640323e-08, + "percentile": 0.36857187426757315 + }, + "sha256": "a9e01de54d37054795649ed76ad5ae9ab1a513999caabdea3ef956feb2c752df", + "simhash": "1:128f4a809ccc06e1", + "word_count": 7358 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0716-02", + "first_page_order": 114, + "last_page_order": 121 + }, + { + "id": 6715342, + "name": "Norton v. Rose", + "name_abbreviation": "Norton v. Rose", + "decision_date": "1796-10", + "docket_number": "", + "first_page": "723", + "last_page": "732", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 233" + }, + { + "type": "official", + "cite": "2 Va. 233" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Call 53", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "4 Call 502", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "509" + } + ], + "opinion_index": -1 + }, + { + "cite": "5 Rand. 40", + "category": "reporters:state", + "reporter": "Rand.", + "pin_cites": [ + { + "page": "42" + } + ], + "opinion_index": -1 + }, + { + "cite": "76 Va. 704", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "9 Gratt. 409", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451111 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0186-01" + ] + }, + { + "cite": "6 Rand. 582", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "29 W. Va. 275", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 536", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "537" + } + ], + "opinion_index": -1 + }, + { + "cite": "4 Rand. 289", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "5 Leigh 34", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "81 Va. 456", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "0 Va. 397", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "76 Va. 252", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 1528, + "char_count": 57862, + "ocr_confidence": 0.483, + "pagerank": { + "raw": 2.386030340001616e-06, + "percentile": 0.9962700528100287 + }, + "sha256": "76544e7b9bdcf3b72f200a5a89ee31b4d19f736d462b2162de28c139ceedfde9", + "simhash": "1:933f8fe9c88a9c88", + "word_count": 10179 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0723-01", + "first_page_order": 121, + "last_page_order": 130 + }, + { + "id": 6715390, + "name": "Picket v. Morris", + "name_abbreviation": "Picket v. Morris", + "decision_date": "1796-10", + "docket_number": "", + "first_page": "732", + "last_page": "741", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 255" + }, + { + "type": "official", + "cite": "2 Va. 255" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Call 550", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "551" + } + ], + "opinion_index": -1 + }, + { + "cite": "2 Wash. 233", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715342 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0723-01" + ] + }, + { + "cite": "6 Rand. 582", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "3 Munf. 68", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6717555 + ], + "opinion_index": -1, + "case_paths": [ + "/va/17/0627-01" + ] + }, + { + "cite": "2 Wash. 238", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "4 Rand. 269", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "29 Gratt. 192", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732062 + ], + "opinion_index": -1, + "case_paths": [ + "/va/70/0398-01" + ] + }, + { + "cite": "3 Munf. 191", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6718697, + 6718655 + ], + "opinion_index": -1, + "case_paths": [ + "/va/17/0670-02", + "/va/17/0670-01" + ] + }, + { + "cite": "18 S. E. Rep. 595", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "38 W. Va. 323", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "3 Rand. 112", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "2 S. E. Rep. 729", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "83 Va. 439", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "4 Cranch 62", + "category": "reporters:scotus_early", + "reporter": "Cranch", + "case_ids": [ + 639442 + ], + "opinion_index": -1, + "case_paths": [ + "/us/8/0039-01" + ] + }, + { + "cite": "14 Gratt. 486", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "13 Gratt. 9", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "6 Munf. 532", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6729687 + ], + "opinion_index": -1, + "case_paths": [ + "/va/20/0834-01" + ] + }, + { + "cite": "6 Munf. 311", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 1409, + "char_count": 54427, + "ocr_confidence": 0.48, + "pagerank": { + "raw": 7.38870081716288e-07, + "percentile": 0.9691335286342949 + }, + "sha256": "9df9f4411339d30faa3d39d758053ed977392e52aa69ab1c0d673907e4d36dc7", + "simhash": "1:d7832562137a18c8", + "word_count": 9767 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0732-01", + "first_page_order": 130, + "last_page_order": 139 + }, + { + "id": 6715455, + "name": "Lee v. Tapscott", + "name_abbreviation": "Lee v. Tapscott", + "decision_date": "1796-10", + "docket_number": "", + "first_page": "741", + "last_page": "768", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 276" + }, + { + "type": "official", + "cite": "2 Va. 276" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Rand. 465", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "11 Gratt. 172", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451131 + ], + "opinion_index": -1, + "case_paths": [ + "/va/52/0077-01" + ] + }, + { + "cite": "76 Va, 284", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4385422 + ], + "opinion_index": -1, + "case_paths": [ + "/va/76/0284-01" + ] + }, + { + "cite": "4 Hen. & M. 308", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "2 Munf. 174", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "31 Gratt. 859", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "10 Gratt. 243", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "5 Call 74", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 291", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "4 Hen. & M. 195", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "12 Gratt. 5", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Call 117", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094902 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0046-01" + ] + }, + { + "cite": "4 Munf. 473", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 4442331 + ], + "opinion_index": -1, + "case_paths": [ + "/va/18/0228-01" + ] + }, + { + "cite": "2 Wash. 281", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "2 Rand. 513", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "25 Gratt. 268", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6723379, + 6723339 + ], + "opinion_index": 0, + "case_paths": [ + "/va/66/0378-01", + "/va/66/0376-01" + ] + }, + { + "cite": "14 S. E. Rep. 999", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "36 W. Va. 232", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639625 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/36/0232-01" + ] + }, + { + "cite": "15 S. E. Rep. 81", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "35 W. Va. 329", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "10 S. E. Rep. 745", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "86 Va. 466", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1879027 + ], + "opinion_index": 0, + "case_paths": [ + "/va/86/0466-01" + ] + }, + { + "cite": "2 Munf. 478", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6720805 + ], + "opinion_index": 0, + "case_paths": [ + "/va/16/0535-01" + ] + }, + { + "cite": "3 Hen. &M. 260", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6725150 + ], + "opinion_index": 0, + "case_paths": [ + "/va/13/0656-02" + ] + }, + { + "cite": "18 S. E. Rep. 975", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "88 Va. 389", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1874871 + ], + "opinion_index": 0, + "case_paths": [ + "/va/88/0389-01" + ] + }, + { + "cite": "24 S. E. Rep. 635", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "41 W. Va. 641", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 12166476 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/41/0641-01" + ] + }, + { + "cite": "2 Gratt. 333", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715762 + ], + "opinion_index": 0, + "case_paths": [ + "/va/43/0384-01" + ] + }, + { + "cite": "3 Am. Dec. 605", + "category": "reporters:federal", + "reporter": "Am. Dec.", + "opinion_index": 0 + }, + { + "cite": "1 Hen. & M. 563", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8695304 + ], + "opinion_index": 0, + "case_paths": [ + "/va/11/0250-02" + ] + }, + { + "cite": "8 S. E. Rep. 493", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "31 W. Va. 659", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640456 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/31/0659-01" + ] + }, + { + "cite": "22 W. Va. 800", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641017 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/22/0800-01" + ] + }, + { + "cite": "4 Munf. 310", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 4442457 + ], + "opinion_index": 0, + "case_paths": [ + "/va/18/0134-01" + ] + }, + { + "cite": "1 Wash. 203", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715920 + ], + "opinion_index": 0, + "case_paths": [ + "/va/1/0479-01" + ] + }, + { + "cite": "1 Wash. 87", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714749 + ], + "opinion_index": 0, + "case_paths": [ + "/va/1/0423-01" + ] + }, + { + "cite": "14 Gratt. 613", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732793 + ], + "opinion_index": 0, + "case_paths": [ + "/va/55/0590-01" + ] + }, + { + "cite": "3 Leigh 786", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6727712 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/30/0804-01" + ] + }, + { + "cite": "1 Call 561", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094979 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/5/0203-01" + ] + }, + { + "cite": "41 Am. Rep. 703", + "category": "reporters:state_regional", + "reporter": "Am. Rep.", + "opinion_index": 0 + }, + { + "cite": "18 W. Va. 643", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "25 W. Va. 267", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "18 W. Va. 275", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "5 Rand. 666", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6733640 + ], + "opinion_index": 0, + "case_paths": [ + "/va/26/0555-01" + ] + }, + { + "cite": "1 Wash. 77", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714678 + ], + "opinion_index": 0, + "case_paths": [ + "/va/1/0392-02" + ] + }, + { + "cite": "34 S. E. Rep. 612", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "2 Hen. &M. 603", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6728020 + ], + "opinion_index": 0, + "case_paths": [ + "/va/12/0538-01" + ] + }, + { + "cite": "4 Hen. & M. 447", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6727839 + ], + "opinion_index": 0, + "case_paths": [ + "/va/14/0944-03" + ] + }, + { + "cite": "6 Call 12", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6714634 + ], + "opinion_index": 0, + "case_paths": [ + "/va/10/1066-01" + ] + }, + { + "cite": "35 S. E. Rep. 358", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "98 Va. 177", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2015342 + ], + "opinion_index": 0, + "case_paths": [ + "/va/98/0177-01" + ] + }, + { + "cite": "14 S. E. Rep. 183", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "12 S. E. Rep. 973", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "88 Va. 695", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1874880 + ], + "opinion_index": 0, + "case_paths": [ + "/va/88/0695-01" + ] + }, + { + "cite": "34 S E. Rep. 612", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "97 Va. 697", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2013078 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/97/0697-01" + ] + }, + { + "cite": "45 Am. Rep. 562", + "category": "reporters:state_regional", + "reporter": "Am. Rep.", + "opinion_index": 0 + }, + { + "cite": "87 Am. St. Rep. 796", + "category": "reporters:state", + "reporter": "Am. St. Rep.", + "weight": 3, + "opinion_index": 0 + }, + { + "cite": "38 S. E. Rep. 544", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 3, + "opinion_index": 0 + }, + { + "cite": "49 W. Va. 287", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8638316 + ], + "weight": 3, + "opinion_index": 0, + "case_paths": [ + "/w-va/49/0287-01" + ] + }, + { + "cite": "5 S. E. Rep. 21", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "81 Va. 311", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 0 + }, + { + "cite": "38 S. E. Rep. 183", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "28 S. E. Rep. 573", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "95 Va. 386", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1857094 + ], + "opinion_index": 0, + "case_paths": [ + "/va/95/0386-01" + ] + }, + { + "cite": "1 Wash. 172", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715545 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/1/0464-01" + ] + }, + { + "cite": "05 Va. 386", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 0 + }, + { + "cite": "2 Wash. 151", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714692 + ], + "opinion_index": 0, + "case_paths": [ + "/va/2/0688-02" + ] + }, + { + "cite": "1 Wash. 76", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714627, + 6714646 + ], + "opinion_index": 0, + "case_paths": [ + "/va/1/0391-03", + "/va/1/0392-01" + ] + }, + { + "cite": "2 Rand. 87", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6714384 + ], + "opinion_index": 0, + "case_paths": [ + "/va/23/0237-01" + ] + }, + { + "cite": "3 Call 259", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716077 + ], + "opinion_index": 0, + "case_paths": [ + "/va/7/0506-01" + ] + }, + { + "cite": "24 S. E. Rep. 554", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "41 W. Va. 618", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 12166376 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/41/0618-01" + ] + }, + { + "cite": "15 Gratt. 244", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6731774 + ], + "opinion_index": 0, + "case_paths": [ + "/va/56/0808-01" + ] + }, + { + "cite": "20 Gratt. 833", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6734517 + ], + "opinion_index": 0, + "case_paths": [ + "/va/61/0648-01" + ] + }, + { + "cite": "11 Gratt. 527", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451489 + ], + "weight": 3, + "opinion_index": 0, + "case_paths": [ + "/va/52/0266-01" + ] + }, + { + "cite": "32 S. E. Rep. 1022", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "46 W. Va. 106", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8638591 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/46/0106-01" + ] + }, + { + "cite": "14 S. E. Rep. 152", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "35 W. Va. 562", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640238 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/w-va/35/0562-01" + ] + }, + { + "cite": "18 S. E. Rep. 782", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "38 W. Va. 645", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639785 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/38/0645-01" + ] + }, + { + "cite": "17 S. E. Rep. 794", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "38 W. Va. 58", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8638993 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/38/0058-01" + ] + }, + { + "cite": "1 Pat. & H. 228", + "category": "reporters:state", + "reporter": "Patton & Heath", + "opinion_index": 0 + }, + { + "cite": "8 S. E. Rep. 609", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "31 W. Va. 858", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640644 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/31/0858-01" + ] + }, + { + "cite": "75 Va. 356", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4382979 + ], + "weight": 2, + "pin_cites": [ + { + "page": "375" + } + ], + "opinion_index": 0, + "case_paths": [ + "/va/75/0356-01" + ] + }, + { + "cite": "81 Va. 787", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 66385 + ], + "opinion_index": 0, + "case_paths": [ + "/va/81/0787-01" + ] + }, + { + "cite": "12 S. E. Rep. 671", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "87 Va. 269", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1876902 + ], + "opinion_index": 0, + "case_paths": [ + "/va/87/0269-01" + ] + }, + { + "cite": "1 W. Va. 38", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641631 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/1/0038-01" + ] + }, + { + "cite": "23 S. E. Rep. 749", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "92 Va. 345", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2338453 + ], + "opinion_index": 0, + "case_paths": [ + "/va/92/0345-01" + ] + }, + { + "cite": "21 Gratt. 43", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733213 + ], + "opinion_index": 0, + "case_paths": [ + "/va/62/0717-01" + ] + }, + { + "cite": "2 Wash. 167", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714833 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/2/0695-01" + ] + }, + { + "cite": "7 Leigh 115", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6717155 + ], + "opinion_index": 0, + "case_paths": [ + "/va/34/0583-01" + ] + }, + { + "cite": "1 Rand. 456", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 4443430 + ], + "opinion_index": 0, + "case_paths": [ + "/va/22/0179-01" + ] + }, + { + "cite": "3 Rand. 468", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6715407 + ], + "opinion_index": 0, + "case_paths": [ + "/va/24/0627-01" + ] + }, + { + "cite": "15 Gratt 190", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6731614 + ], + "opinion_index": 0, + "case_paths": [ + "/va/56/0790-01" + ] + }, + { + "cite": "32 S. E. Rep. 224", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "45 W. Va. 785", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639560 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/45/0785-01" + ] + }, + { + "cite": "13 Gratt. 767", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4437622 + ], + "opinion_index": 0, + "case_paths": [ + "/va/54/0292-01" + ] + }, + { + "cite": "32 Gratt. 146", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4431193 + ], + "opinion_index": 0, + "case_paths": [ + "/va/73/0062-01" + ] + }, + { + "cite": "27 S. E. Rep. 297", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "43 W-Va. 131", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8638816 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/43/0131-01" + ] + }, + { + "cite": "6 S. E. Rep. 866", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "84 Va. 947", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 477808 + ], + "opinion_index": 0, + "case_paths": [ + "/va/84/0947-01" + ] + }, + { + "cite": "6 S. E. Rep. 806", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "85 Va. 9", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4369766 + ], + "opinion_index": 0, + "case_paths": [ + "/va/85/0009-01" + ] + }, + { + "cite": "4 Rand. 578", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 4444347 + ], + "opinion_index": 0, + "case_paths": [ + "/va/25/0235-01" + ] + }, + { + "cite": "12 S. E. Rep. 767", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "34 W. Va. 172", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639727 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/34/0172-01" + ] + }, + { + "cite": "32 S. E. Rep. 1017", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "46 W. Va. 334", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8638986 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/46/0334-01" + ] + }, + { + "cite": "23 W. Va. 462", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "7 W. Va. 569", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641612 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/7/0569-01" + ] + }, + { + "cite": "40 Am. Rep. 740", + "category": "reporters:state_regional", + "reporter": "Am. Rep.", + "opinion_index": 0 + }, + { + "cite": "75 Va. 594", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4383739 + ], + "opinion_index": 0, + "case_paths": [ + "/va/75/0594-01" + ] + }, + { + "cite": "23 W. Va. 113", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640199 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/23/0113-01" + ] + }, + { + "cite": "27 W. Va. 577", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "25 Gratt. 755", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6725390 + ], + "opinion_index": 0, + "case_paths": [ + "/va/66/0551-01" + ] + }, + { + "cite": "41 S. E. Rep. 340", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "51 W. Va. 106", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8637730 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/51/0106-01" + ] + }, + { + "cite": "22 S. E. Rep. 806", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "92 Va. 91", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2338472 + ], + "opinion_index": 0, + "case_paths": [ + "/va/92/0091-01" + ] + }, + { + "cite": "8 Gratt. 262", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 0 + }, + { + "cite": "35 S. E. Rep. 915", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "48 W. Va. 148", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8638230 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/48/0148-01" + ] + }, + { + "cite": "12 W. Va. 247", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "5 W. Va. 140", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641517 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/5/0140-01" + ] + }, + { + "cite": "10 S. E. Rep. 1061", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "86 Va. 681", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1879059 + ], + "opinion_index": 0, + "case_paths": [ + "/va/86/0681-01" + ] + }, + { + "cite": "41 S. E. Rep. 133", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "51 W. Va. 163", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8637851 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/51/0163-01" + ] + }, + { + "cite": "18 Am. St. Rep. 909", + "category": "reporters:state", + "reporter": "Am. St. Rep.", + "opinion_index": 0 + }, + { + "cite": "8 S. E. Rep. 617", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "81 W. Va. 851", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "21 Gratt. 19", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 0 + }, + { + "cite": "21 Gratt. 291", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733931 + ], + "opinion_index": 0, + "case_paths": [ + "/va/62/0822-01" + ] + }, + { + "cite": "100 Am. Dec. 670", + "category": "reporters:federal", + "reporter": "Am. Dec.", + "opinion_index": 0 + }, + { + "cite": "19 Gratt. 854", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 0 + }, + { + "cite": "9 Gratt. 68", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450947 + ], + "opinion_index": 0, + "case_paths": [ + "/va/50/0039-01" + ] + }, + { + "cite": "21 Gratt. 386", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6734181 + ], + "opinion_index": 0, + "case_paths": [ + "/va/62/0855-01" + ] + }, + { + "cite": "24 Gratt. 484", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4434435 + ], + "opinion_index": 0, + "case_paths": [ + "/va/65/0170-01" + ] + }, + { + "cite": "23 Gratt. 534", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6727066 + ], + "opinion_index": 0, + "case_paths": [ + "/va/64/0585-01" + ] + }, + { + "cite": "22 Gratt. 697", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4435736 + ], + "opinion_index": 0, + "case_paths": [ + "/va/63/0252-01" + ] + }, + { + "cite": "21 Gratt. 762", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6735124 + ], + "opinion_index": 0, + "case_paths": [ + "/va/62/1015-01" + ] + }, + { + "cite": "14 S. E. Rep. 419", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "81 Va. 133", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 0 + }, + { + "cite": "4 S. E. Rep. 613", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "82 Va. 376", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 63454 + ], + "opinion_index": 0, + "case_paths": [ + "/va/82/0376-01" + ] + }, + { + "cite": "79 Va. 40", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 62451 + ], + "opinion_index": 0, + "case_paths": [ + "/va/79/0040-01" + ] + }, + { + "cite": "78 Va. 76", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4389619 + ], + "opinion_index": 0, + "case_paths": [ + "/va/78/0076-01" + ] + }, + { + "cite": "30 Gratt. 711", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 0 + }, + { + "cite": "28 Gratt. 423", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4432919 + ], + "opinion_index": 0, + "case_paths": [ + "/va/69/0139-01" + ] + }, + { + "cite": "7 Leigh 566", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6718671 + ], + "opinion_index": 0, + "case_paths": [ + "/va/34/0727-01" + ] + }, + { + "cite": "37 Gratt. 639", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 0 + }, + { + "cite": "16 Gratt. 410", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4436763 + ], + "opinion_index": 0, + "case_paths": [ + "/va/57/0159-01" + ] + }, + { + "cite": "6 Gratt. 393", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 954883 + ], + "opinion_index": 0, + "case_paths": [ + "/va/47/0393-01" + ] + }, + { + "cite": "39 W. Va. 658", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639770 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/39/0658-01" + ] + }, + { + "cite": "2 Gratt. 542", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 0 + }, + { + "cite": "40 Am. Rep. 727", + "category": "reporters:state_regional", + "reporter": "Am. Rep.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "75 Va. 309", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4383127 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/75/0309-01" + ] + }, + { + "cite": "32 S. E. Rep. 259", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "45 W. Va. 490", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639184 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/45/0490-01" + ] + }, + { + "cite": "10 W. Va- 662", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641409 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/10/0662-01" + ] + }, + { + "cite": "5 Gratt. 90", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375729 + ], + "opinion_index": 0, + "case_paths": [ + "/va/46/0090-01" + ] + }, + { + "cite": "10 S. E. Rep. 11", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "33 W. Va. 32", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639541 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/33/0032-01" + ] + }, + { + "cite": "11 Gratt. 260", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451281 + ], + "opinion_index": 0, + "case_paths": [ + "/va/52/0120-01" + ] + }, + { + "cite": "27 Am. Rep. 571", + "category": "reporters:state_regional", + "reporter": "Am. Rep.", + "opinion_index": 0 + }, + { + "cite": "10 W. Va. 470", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641369 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/10/0470-01" + ] + }, + { + "cite": "30 Gratt. 672", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4431468 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/71/0226-01" + ] + }, + { + "cite": "18 Gratt. 200", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732738 + ], + "weight": 3, + "opinion_index": 0, + "case_paths": [ + "/va/59/0588-01" + ] + }, + { + "cite": "31 S. E. Rep. 890", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "96 Va. 435", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2339122 + ], + "opinion_index": 0, + "case_paths": [ + "/va/96/0435-01" + ] + }, + { + "cite": "35 S. E. Rep. 720", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "98 Va. 240", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 0 + }, + { + "cite": "22 W. Va. 661", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640871 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/22/0661-01" + ] + }, + { + "cite": "21 W. Va. 796", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641111 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/21/0796-01" + ] + }, + { + "cite": "23 W. Va. 318", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640440 + ], + "pin_cites": [ + { + "page": "322" + } + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/23/0318-01" + ] + }, + { + "cite": "1 Wash. 92", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714789 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/1/0426-01" + ] + }, + { + "cite": "7 Leigh 107", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6717118 + ], + "opinion_index": 0, + "case_paths": [ + "/va/34/0580-01" + ] + }, + { + "cite": "37 S. E. Rep. 321", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "99 Va. 18", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2016888 + ], + "opinion_index": 0, + "case_paths": [ + "/va/99/0018-01" + ] + }, + { + "cite": "20 Gratt. 138", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733304 + ], + "opinion_index": 0, + "case_paths": [ + "/va/61/0391-01" + ] + }, + { + "cite": "17 Gratt. 386", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733464 + ], + "opinion_index": 0, + "case_paths": [ + "/va/58/0387-01" + ] + }, + { + "cite": "35 S. E. Rep. 902", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "47 W. Va. 575", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639077 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/47/0575-01" + ] + }, + { + "cite": "17 W. Va. 128", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640776 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/17/0128-01" + ] + }, + { + "cite": "22 W. Va. 71", + "category": "reporters:state", + "reporter": "W. Va.", + "weight": 3, + "opinion_index": 0 + }, + { + "cite": "21 Gratt. 132", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733518 + ], + "opinion_index": 0, + "case_paths": [ + "/va/62/0766-01" + ] + }, + { + "cite": "19 W. Va. 438", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640971 + ], + "pin_cites": [ + { + "page": "549" + } + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/19/0438-01" + ] + }, + { + "cite": "21 W. Va. 327", + "category": "reporters:state", + "reporter": "W. Va.", + "weight": 2, + "pin_cites": [ + { + "page": "337" + } + ], + "opinion_index": 0 + }, + { + "cite": "4 Rand. 368", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 4444367 + ], + "opinion_index": 0, + "case_paths": [ + "/va/25/0147-01" + ] + }, + { + "cite": "13 S. E. Rep. 994", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "88 Va. 512", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1874840 + ], + "opinion_index": 0, + "case_paths": [ + "/va/88/0512-01" + ] + }, + { + "cite": "16 S. E Rep. 545", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "4 Rand. 51", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 4443589 + ], + "opinion_index": 0, + "case_paths": [ + "/va/25/0033-01" + ] + }, + { + "cite": "10 S. E. Rep. 239", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "86 Va. 316", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 0 + }, + { + "cite": "2 S. E. Rep. 733", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "83 Va. 504", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4371810 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/83/0504-01" + ] + }, + { + "cite": "33 S. E. Rep. 544", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "97 Va. 202", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2013112 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/97/0202-01" + ] + }, + { + "cite": "26 S. E. Rep. 413", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "94 Va. 130", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1868913 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/94/0130-01" + ] + }, + { + "cite": "4 S. E. Rep. 698", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "84 Va. 271", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 478980 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/84/0271-01" + ] + }, + { + "cite": "18 Gratt. 204", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 0 + }, + { + "cite": "24 S. E. Rep. 646", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "41 W. Va. 610", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 12166355 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/41/0610-01" + ] + }, + { + "cite": "16 S. E. Rep, 545", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "19 W. Va. 440", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "16 W. Va. 651", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641165 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/16/0651-01" + ] + }, + { + "cite": "29 Gratt. 255", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732296 + ], + "opinion_index": 0, + "case_paths": [ + "/va/70/0426-01" + ] + }, + { + "cite": "27 Gratt. 639", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740741 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/68/0650-01" + ] + }, + { + "cite": "35 S. E. Rep. 455", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "98 Va. 188", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 0 + }, + { + "cite": "11 Gratt. 327", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450745 + ], + "opinion_index": 0, + "case_paths": [ + "/va/52/0143-01" + ] + }, + { + "cite": "9 W. Va. 636", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641560 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/9/0636-01" + ] + }, + { + "cite": "22 S. E. Rep. 80", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "40 W. Va. 865", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "22 Gratt. 755", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4435686 + ], + "opinion_index": 0, + "case_paths": [ + "/va/63/0271-01" + ] + }, + { + "cite": "38 S. E. Rep. 679", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "49 W. Va. 360", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8638460 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/49/0360-01" + ] + }, + { + "cite": "2 Va. Dec. 279", + "category": "reporters:state", + "reporter": "Va. Dec.", + "case_ids": [ + 4440617 + ], + "weight": 3, + "opinion_index": 0, + "case_paths": [ + "/va-dec/2/0279-01" + ] + }, + { + "cite": "15 S. E. Rep. 894", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "89 Va. 332", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1872786 + ], + "opinion_index": 0, + "case_paths": [ + "/va/89/0332-01" + ] + }, + { + "cite": "3 Rand. 537", + "category": "reporters:state", + "reporter": "Rand.", + "weight": 3, + "opinion_index": 0 + }, + { + "cite": "17 S. E. Rep. 882", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "90 Va. 241", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 11280173 + ], + "opinion_index": 0, + "case_paths": [ + "/va/90/0241-01" + ] + }, + { + "cite": "80 Va. 259", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 8709285 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/80/0259-01" + ] + }, + { + "cite": "7 S. E. Rep. 242", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "85 Va. 87", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4370017 + ], + "weight": 3, + "opinion_index": 0, + "case_paths": [ + "/va/85/0087-01" + ] + }, + { + "cite": "36 S. E. Rep. 980", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "98 Va. 580", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2015368 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/98/0580-01" + ] + }, + { + "cite": "94 Va. 622", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1868868 + ], + "opinion_index": 0, + "case_paths": [ + "/va/94/0622-01" + ] + }, + { + "cite": "4 S. E. Rep. 692", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 3, + "opinion_index": 0 + }, + { + "cite": "82 Va. 352", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 63474 + ], + "weight": 3, + "opinion_index": 0, + "case_paths": [ + "/va/82/0352-01" + ] + }, + { + "cite": "4 S. E. Rep. 591", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "82 Va. 463", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 0 + }, + { + "cite": "79 Va. 442", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 62416 + ], + "opinion_index": 0, + "case_paths": [ + "/va/79/0442-01" + ] + }, + { + "cite": "79 Va. 387", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 62374 + ], + "weight": 3, + "opinion_index": 0, + "case_paths": [ + "/va/79/0387-01" + ] + }, + { + "cite": "13 Gratt. 705", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4437840 + ], + "weight": 5, + "opinion_index": 0, + "case_paths": [ + "/va/54/0272-01" + ] + }, + { + "cite": "6 Gratt. 633", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 954923 + ], + "weight": 4, + "opinion_index": 0, + "case_paths": [ + "/va/47/0633-01" + ] + }, + { + "cite": "2 Leigh 630", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6728179 + ], + "weight": 4, + "opinion_index": 0, + "case_paths": [ + "/va/29/0452-01" + ] + }, + { + "cite": "23 S. E. Rep. 611", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 3, + "opinion_index": 0 + }, + { + "cite": "41 W. Va. 314", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 12165627 + ], + "weight": 3, + "opinion_index": 0, + "case_paths": [ + "/w-va/41/0314-01" + ] + }, + { + "cite": "18 W. Va. 507", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641046 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/w-va/18/0507-01" + ] + }, + { + "cite": "16 S. E. Rep. 515", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "37 W. Va. 425", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639645 + ], + "weight": 3, + "opinion_index": 0, + "case_paths": [ + "/w-va/37/0425-01" + ] + }, + { + "cite": "37 S. E. Rep. 563", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 3, + "opinion_index": 0 + }, + { + "cite": "48 W. Va. 542", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8638989 + ], + "weight": 3, + "opinion_index": 0, + "case_paths": [ + "/w-va/48/0542-01" + ] + }, + { + "cite": "37 S. E. Rep. 637", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "48 W. Va. 377", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8638718 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/w-va/48/0377-01" + ] + }, + { + "cite": "37 S. E. Rep. 581", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 5, + "opinion_index": 0 + }, + { + "cite": "48 W. Va. 294", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8638554 + ], + "weight": 5, + "opinion_index": 0, + "case_paths": [ + "/w-va/48/0294-01" + ] + }, + { + "cite": "37 S. E. Rep. 583", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "48 W. Va. 382", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8638729 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/w-va/48/0382-01" + ] + }, + { + "cite": "2 Va. Dec. 545", + "category": "reporters:state", + "reporter": "Va. Dec.", + "case_ids": [ + 4440031 + ], + "opinion_index": 0, + "case_paths": [ + "/va-dec/2/0545-01" + ] + }, + { + "cite": "17 S. E. Rep. 238", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "89 Va. 679", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1872879 + ], + "opinion_index": 0, + "case_paths": [ + "/va/89/0679-01" + ] + }, + { + "cite": "2 Pat. & H. 616", + "category": "reporters:state", + "reporter": "Patton & Heath", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "3 Am. Dec. 637", + "category": "reporters:federal", + "reporter": "Am. Dec.", + "opinion_index": 0 + }, + { + "cite": "2 Hen. & M. 401", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6726828 + ], + "opinion_index": 0, + "case_paths": [ + "/va/12/0468-01" + ] + }, + { + "cite": "82 Va. 59", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 63408 + ], + "opinion_index": 0, + "case_paths": [ + "/va/82/0059-01" + ] + }, + { + "cite": "19 Gratt. 50", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4436345 + ], + "opinion_index": 0, + "case_paths": [ + "/va/60/0035-01" + ] + }, + { + "cite": "1 Pat. & H. 301", + "category": "reporters:state", + "reporter": "Patton & Heath", + "opinion_index": 0 + }, + { + "cite": "6 Leigh 600", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6718822 + ], + "opinion_index": 0, + "case_paths": [ + "/va/33/0501-01" + ] + }, + { + "cite": "1 Call 18", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094930 + ], + "opinion_index": 0, + "case_paths": [ + "/va/5/0009-01" + ] + }, + { + "cite": "5 Munf. 507", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6727186 + ], + "opinion_index": 0, + "case_paths": [ + "/va/19/0529-01" + ] + }, + { + "cite": "6 Leigh 440", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6718203 + ], + "opinion_index": 0, + "case_paths": [ + "/va/33/0449-01" + ] + }, + { + "cite": "2 Munf. 316", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6719424 + ], + "opinion_index": 0, + "case_paths": [ + "/va/16/0476-01" + ] + }, + { + "cite": "18 W. Va. 299", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640861 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/w-va/18/0299-01" + ] + }, + { + "cite": "31 Gratt. 836", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6717878 + ], + "opinion_index": 0, + "case_paths": [ + "/va/72/0582-01" + ] + }, + { + "cite": "56 Am. Dec. 121", + "category": "reporters:federal", + "reporter": "Am. Dec.", + "opinion_index": 0 + }, + { + "cite": "7 Gratt. 641", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449871 + ], + "opinion_index": 0, + "case_paths": [ + "/va/48/0327-01" + ] + }, + { + "cite": "9 S. E. Rep. 85", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "32 W. Va. 177", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639804 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/32/0177-01" + ] + }, + { + "cite": "20 W. Va. 680", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "11 S. E.'Rep. 799", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "86 Va. 935", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1879078 + ], + "opinion_index": 0, + "case_paths": [ + "/va/86/0935-01" + ] + }, + { + "cite": "4 Gratt. 547", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4374791 + ], + "opinion_index": 0, + "case_paths": [ + "/va/45/0547-01" + ] + }, + { + "cite": "20 W. Va. 679", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640969 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/w-va/20/0679-01" + ] + }, + { + "cite": "6 Rand. 300", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": 0 + }, + { + "cite": "7 W. Va. 2", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "4 W. Va. 126", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641559 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/4/0126-01" + ] + }, + { + "cite": "6 Rand. 285", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6733481 + ], + "opinion_index": 0, + "case_paths": [ + "/va/27/0690-01" + ] + }, + { + "cite": "31 Gratt. 469", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716735 + ], + "weight": 3, + "pin_cites": [ + { + "page": "484" + } + ], + "opinion_index": 0, + "case_paths": [ + "/va/72/0468-01" + ] + }, + { + "cite": "21 Gratt. 871", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6735435 + ], + "opinion_index": 0, + "case_paths": [ + "/va/62/1053-01" + ] + }, + { + "cite": "3 Munf. 191", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6718697, + 6718655 + ], + "opinion_index": 0, + "case_paths": [ + "/va/17/0670-02", + "/va/17/0670-01" + ] + }, + { + "cite": "11 S. E. Rep. 976", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "86 Va. 995", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1879133 + ], + "opinion_index": 0, + "case_paths": [ + "/va/86/0995-01" + ] + }, + { + "cite": "19 W. Va. 604", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641030 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/19/0604-01" + ] + }, + { + "cite": "11 Leigh 498", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6721680 + ], + "opinion_index": 0, + "case_paths": [ + "/va/38/0695-01" + ] + }, + { + "cite": "4 W. Va. 729", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8642090 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/4/0729-01" + ] + }, + { + "cite": "10 Gratt. 159", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715134 + ], + "opinion_index": 0, + "case_paths": [ + "/va/51/0461-01" + ] + }, + { + "cite": "3 Munf. 29", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6717362 + ], + "opinion_index": 0, + "case_paths": [ + "/va/17/0612-01" + ] + }, + { + "cite": "11 S. E. Rep. 428", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "86 Va. 835", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1879129 + ], + "opinion_index": 0, + "case_paths": [ + "/va/86/0835-01" + ] + }, + { + "cite": "24 Gratt. 197", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4434797 + ], + "opinion_index": 0, + "case_paths": [ + "/va/65/0078-01" + ] + }, + { + "cite": "22 S. E. Rep. 358", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "91 Va. 584", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 0 + }, + { + "cite": "65 Am. Dec. 254", + "category": "reporters:federal", + "reporter": "Am. Dec.", + "opinion_index": 0 + }, + { + "cite": "12 S. E. Rep. 819", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "34 W. Va. 681", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640650 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/34/0681-01" + ] + }, + { + "cite": "6 W. Va. 509", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "26 Gratt. 350", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 0 + }, + { + "cite": "15 W. Va. 637", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "16 W. Va. 443", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641096 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/16/0443-01" + ] + }, + { + "cite": "12 Gratt. 655", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716360 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/53/0753-01" + ] + }, + { + "cite": "24 S. E. Rep. 570", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "15 W. Va. 628", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641262 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/15/0628-01" + ] + }, + { + "cite": "11 W. Va. 94", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641036 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/11/0094-01" + ] + }, + { + "cite": "5 W. Va. 325", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641684 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/5/0325-01" + ] + }, + { + "cite": "23 S. E. Rep. 737", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "92 Va. 413", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2338441 + ], + "opinion_index": 0, + "case_paths": [ + "/va/92/0413-01" + ] + }, + { + "cite": "23 S. E. Rep. 758", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "93 Va. 327", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1870700 + ], + "opinion_index": 0, + "case_paths": [ + "/va/93/0327-01" + ] + }, + { + "cite": "90 Va. 719", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 11282659 + ], + "opinion_index": 0, + "case_paths": [ + "/va/90/0719-01" + ] + }, + { + "cite": "26 Gratt. 328", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4433678 + ], + "opinion_index": 0, + "case_paths": [ + "/va/67/0114-01" + ] + }, + { + "cite": "9 Gratt. 409", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451111 + ], + "opinion_index": 0, + "case_paths": [ + "/va/50/0186-01" + ] + }, + { + "cite": "3 Munf. 136", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6718144 + ], + "opinion_index": 0, + "case_paths": [ + "/va/17/0651-01" + ] + }, + { + "cite": "9 Leigh 147", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": 0 + }, + { + "cite": "9 Gratt. 485", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450171 + ], + "opinion_index": 0, + "case_paths": [ + "/va/50/0233-01" + ] + }, + { + "cite": "93 Va. 361", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 0 + }, + { + "cite": "80 Va. 149", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 8709077 + ], + "opinion_index": 0, + "case_paths": [ + "/va/80/0149-01" + ] + }, + { + "cite": "84 Va. 873", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 478641 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/84/0873-01" + ] + }, + { + "cite": "80 Va. 512", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 8709686 + ], + "opinion_index": 0, + "case_paths": [ + "/va/80/0512-01" + ] + }, + { + "cite": "77 Va. 76", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4387605 + ], + "opinion_index": 0, + "case_paths": [ + "/va/77/0076-01" + ] + }, + { + "cite": "19 S. E. Rep. 656", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "90 Va. 565", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 11282050 + ], + "opinion_index": 0, + "case_paths": [ + "/va/90/0565-01" + ] + }, + { + "cite": "52 Am. Rep. 227", + "category": "reporters:state_regional", + "reporter": "Am. Rep.", + "opinion_index": 0 + }, + { + "cite": "25 W. Va. 622", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640739 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/25/0622-01" + ] + }, + { + "cite": "2 Munf. 187", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6718075 + ], + "opinion_index": 0, + "case_paths": [ + "/va/16/0360-01" + ] + }, + { + "cite": "6 S. E. Rep. 217", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "81 Va. 873", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 0 + }, + { + "cite": "4 Munf. 191", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 4441740 + ], + "opinion_index": 0, + "case_paths": [ + "/va/18/0079-01" + ] + }, + { + "cite": "4 Munf. 373", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 4441959 + ], + "opinion_index": 0, + "case_paths": [ + "/va/18/0174-01" + ] + }, + { + "cite": "6 Rand. 540", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": 0 + }, + { + "cite": "9 W. Va. 438", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641470 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/w-va/9/0438-01" + ] + }, + { + "cite": "4 Munf. 136", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 4442018 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/18/0059-01" + ] + }, + { + "cite": "8 W-Va. 136", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "12 S. E. Rep. 753", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "87 Va. 315", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1876983 + ], + "opinion_index": 0, + "case_paths": [ + "/va/87/0315-01" + ] + }, + { + "cite": "10 S. E. Rep. 799", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "33 W. Va. 449", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640179 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/33/0449-01" + ] + }, + { + "cite": "11 Gratt. 752", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450827 + ], + "weight": 5, + "opinion_index": 0, + "case_paths": [ + "/va/52/0400-01" + ] + }, + { + "cite": "15 S. E. Rep. 253", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "36 W. Va. 454", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639927 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/w-va/36/0454-01" + ] + }, + { + "cite": "2 Call 275", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715664 + ], + "opinion_index": 0, + "case_paths": [ + "/va/6/0315-01" + ] + }, + { + "cite": "19 S. E. Rep. 385", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "39 W. Va. 35", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8638861 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/39/0035-01" + ] + }, + { + "cite": "8 W. Va. 136", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "10 S. E. Rep. 974", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "86 Va. 644", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1879010 + ], + "opinion_index": 0, + "case_paths": [ + "/va/86/0644-01" + ] + }, + { + "cite": "17 Gratt. 160", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732982 + ], + "opinion_index": 0, + "case_paths": [ + "/va/58/0311-01" + ] + }, + { + "cite": "7 Gratt. 257", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449500 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/48/0100-01" + ] + }, + { + "cite": "5 W. Va. 280", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641652 + ], + "weight": 3, + "opinion_index": 0, + "case_paths": [ + "/w-va/5/0280-01" + ] + }, + { + "cite": "20 Gratt. 733", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6734381 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/61/0593-01" + ] + }, + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": 0, + "case_paths": [ + "/va/55/0611-01" + ] + }, + { + "cite": "27 Gratt. 632", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740719 + ], + "opinion_index": 0, + "case_paths": [ + "/va/68/0643-01" + ] + }, + { + "cite": "9 W. Va. 559", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641533 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/w-va/9/0559-01" + ] + }, + { + "cite": "24 S. E. Rep. 561", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "5 Leigh 370", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 4445339 + ], + "opinion_index": 0, + "case_paths": [ + "/va/32/0143-01" + ] + }, + { + "cite": "5 Leigh 695", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 4445189 + ], + "opinion_index": 0, + "case_paths": [ + "/va/32/0260-01" + ] + }, + { + "cite": "1 Hen. & M. 47", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": 0 + }, + { + "cite": "20 Gratt. 8", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 0 + }, + { + "cite": "76 Va. 668", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4385797 + ], + "opinion_index": 0, + "case_paths": [ + "/va/76/0668-01" + ] + }, + { + "cite": "3 Munf. 289", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": 0 + }, + { + "cite": "4 Hen. & M. 57", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6724303 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/14/0809-01" + ] + }, + { + "cite": "8 S. E. Rep. 817", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "85 Va. 820", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4370944 + ], + "opinion_index": 0, + "case_paths": [ + "/va/85/0820-01" + ] + }, + { + "cite": "76 Va. 48", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4386452 + ], + "opinion_index": 0, + "case_paths": [ + "/va/76/0048-01" + ] + }, + { + "cite": "23 W. Va. 247", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640385 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/23/0247-01" + ] + }, + { + "cite": "78 Va. 180", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4389306 + ], + "opinion_index": 0, + "case_paths": [ + "/va/78/0180-01" + ] + }, + { + "cite": "76 Va. 428", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4385872 + ], + "opinion_index": 0, + "case_paths": [ + "/va/76/0428-01" + ] + }, + { + "cite": "24 Am. St. Rep. 659", + "category": "reporters:state", + "reporter": "Am. St. Rep.", + "opinion_index": 0 + }, + { + "cite": "12 S. E. Rep. 805", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "87 Va. 404", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1876950 + ], + "opinion_index": 0, + "case_paths": [ + "/va/87/0404-01" + ] + }, + { + "cite": "10 Am. St. Rep. 883", + "category": "reporters:state", + "reporter": "Am. St. Rep.", + "opinion_index": 0 + }, + { + "cite": "6 S. E. Rep. 209", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "6 S. E. Rep. 130", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "84 Va. 810", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 478631 + ], + "opinion_index": 0, + "case_paths": [ + "/va/84/0810-01" + ] + }, + { + "cite": "81 Va. 317", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 66354 + ], + "opinion_index": 0, + "case_paths": [ + "/va/81/0317-01" + ] + }, + { + "cite": "82 Va. 394", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 63393 + ], + "opinion_index": 0, + "case_paths": [ + "/va/82/0394-01" + ] + }, + { + "cite": "79 Va. 381", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 62397 + ], + "opinion_index": 0, + "case_paths": [ + "/va/79/0381-01" + ] + }, + { + "cite": "28 Gratt. 49", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4432459 + ], + "opinion_index": 0, + "case_paths": [ + "/va/69/0028-01" + ] + }, + { + "cite": "21 W. Va. 469", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640792 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/21/0469-01" + ] + }, + { + "cite": "15 W. Va. 812", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641331 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/15/0812-01" + ] + }, + { + "cite": "16 W. Va. 307", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641006 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/16/0307-01" + ] + }, + { + "cite": "2 S. E. Rep. 727", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "83 Va. 430", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 0 + }, + { + "cite": "25 W. Va. 570", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640669 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/w-va/25/0570-01" + ] + }, + { + "cite": "81 Va. 188", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 66451 + ], + "opinion_index": 0, + "case_paths": [ + "/va/81/0188-01" + ] + }, + { + "cite": "2 Pat. & H. 676", + "category": "reporters:state", + "reporter": "Patton & Heath", + "opinion_index": 0 + }, + { + "cite": "21 Gratt. 158", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733583 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/62/0775-01" + ] + }, + { + "cite": "79 Va. 241", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 62485 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/79/0241-01" + ] + }, + { + "cite": "78 Va. 567", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4389756 + ], + "opinion_index": 0, + "case_paths": [ + "/va/78/0567-01" + ] + }, + { + "cite": "26 S. E.. Rep. 536", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "27 S. E. Rep. 255", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "77 Va 590", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4388266 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/77/0590-01" + ] + }, + { + "cite": "81 Va. 488", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 66435 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/81/0488-01" + ] + }, + { + "cite": "2 S. E. Rep. 827", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "29 W. Va. 765", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640635 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/29/0765-01" + ] + }, + { + "cite": "20 Gratt. 544", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733977 + ], + "opinion_index": 0, + "case_paths": [ + "/va/61/0526-01" + ] + }, + { + "cite": "2 Gratt. 250", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715503 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/43/0355-01" + ] + }, + { + "cite": "2 Leigh 642", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6728233 + ], + "opinion_index": 0, + "case_paths": [ + "/va/29/0457-01" + ] + }, + { + "cite": "2 Leigh 476", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": 0 + }, + { + "cite": "1 Munf. 399", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": 0 + }, + { + "cite": "1 Munf. 373", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 2094043 + ], + "opinion_index": 0, + "case_paths": [ + "/va/15/0146-01" + ] + }, + { + "cite": "1 Call 489", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094972 + ], + "opinion_index": 0, + "case_paths": [ + "/va/5/0178-01" + ] + }, + { + "cite": "78 Va. 460", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4389602 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/78/0460-01" + ] + }, + { + "cite": "1 Call 487", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094909 + ], + "opinion_index": 0, + "case_paths": [ + "/va/5/0177-01" + ] + }, + { + "cite": "2 Leigh 474", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6727028 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/29/0399-01" + ] + }, + { + "cite": "24 Am. St. Rep. 666", + "category": "reporters:state", + "reporter": "Am. St. Rep.", + "opinion_index": 0 + }, + { + "cite": "12 S. E. Rep. 1052", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "87 Va. 497", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1876965 + ], + "opinion_index": 0, + "case_paths": [ + "/va/87/0497-01" + ] + }, + { + "cite": "5 Rand. 31", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6732299 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/26/0313-01" + ] + }, + { + "cite": "24 L. R. A. 50", + "category": "reporters:federal", + "reporter": "L.R.A.", + "weight": 3, + "opinion_index": 0 + }, + { + "cite": "19 S. E. Rep. 571", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 3, + "opinion_index": 0 + }, + { + "cite": "39 W. Va. 86", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8638929 + ], + "weight": 3, + "opinion_index": 0, + "case_paths": [ + "/w-va/39/0086-01" + ] + }, + { + "cite": "10 Gratt. 722", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716911 + ], + "opinion_index": 0, + "case_paths": [ + "/va/51/0733-01" + ] + }, + { + "cite": "37 S. E. Rep. 841", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "99 Va. 833", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2016924 + ], + "opinion_index": 0, + "case_paths": [ + "/va/99/0833-01" + ] + }, + { + "cite": "18 S. E. Rep. 869", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "90 Va. 455", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 11281508 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/90/0455-01" + ] + }, + { + "cite": "28 S. E. Rep. 329", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "95 Va. 316", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1857086 + ], + "opinion_index": 0, + "case_paths": [ + "/va/95/0316-01" + ] + }, + { + "cite": "75 Va. 522", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4383173 + ], + "opinion_index": 0, + "case_paths": [ + "/va/75/0522-01" + ] + }, + { + "cite": "3 Rand. 399", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6715227 + ], + "weight": 3, + "opinion_index": 0, + "case_paths": [ + "/va/24/0604-01" + ] + }, + { + "cite": "77 Va. 250", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4388573 + ], + "opinion_index": 0, + "case_paths": [ + "/va/77/0250-01" + ] + }, + { + "cite": "38 W. Va. 71", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639008 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/38/0071-01" + ] + }, + { + "cite": "15 Am. Dec. 704", + "category": "reporters:federal", + "reporter": "Am. Dec.", + "opinion_index": 0 + }, + { + "cite": "8 Rand. 44", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": 0 + }, + { + "cite": "21 S. E. Rep. 317", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "21 S. E. Rep. 347", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 3, + "opinion_index": 0 + }, + { + "cite": "91 Va.. 226", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2336233 + ], + "weight": 4, + "opinion_index": 0, + "case_paths": [ + "/va/91/0226-01" + ] + }, + { + "cite": "5 Gratt. 168", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375905 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/46/0168-01" + ] + }, + { + "cite": "20 S. E. Rep. 927", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "40 W. Va. 169", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8638990 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/w-va/40/0169-01" + ] + }, + { + "cite": "13 Gratt. 467", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 0 + }, + { + "cite": "26 S. E. Rep. 536", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 5, + "opinion_index": 0 + }, + { + "cite": "42 W. Va. 602", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639679 + ], + "weight": 6, + "opinion_index": 0, + "case_paths": [ + "/w-va/42/0602-01" + ] + }, + { + "cite": "46 Am. Rep. 502", + "category": "reporters:state_regional", + "reporter": "Am. Rep.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "22 W. Va. 154", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640275 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/w-va/22/0154-01" + ] + }, + { + "cite": "10 W. Va. 59", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641278 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/10/0059-01" + ] + }, + { + "cite": "22 S. E. Rep. 500", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "92 Va. 13", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2338483 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/92/0013-01" + ] + }, + { + "cite": "10 Gratt. 445", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716016 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/51/0623-01" + ] + }, + { + "cite": "13 Gratt. 468", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4438128 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/54/0191-01" + ] + }, + { + "cite": "1 Gratt. 211", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4448629 + ], + "weight": 6, + "opinion_index": 0, + "case_paths": [ + "/va/42/0090-01" + ] + }, + { + "cite": "8 Leigh 697", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6718771 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/35/1041-01" + ] + }, + { + "cite": "94 Va. 147", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 0 + }, + { + "cite": "25 W. Va. 56", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639929 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/25/0056-01" + ] + }, + { + "cite": "4 Gratt. 58", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4374734 + ], + "opinion_index": 0, + "case_paths": [ + "/va/45/0058-01" + ] + }, + { + "cite": "76 Va. 356", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 0 + }, + { + "cite": "25 W. Va. 61", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "62" + } + ], + "opinion_index": 0 + }, + { + "cite": "25 Gratt. 712", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6725207 + ], + "opinion_index": 0, + "case_paths": [ + "/va/66/0538-01" + ] + }, + { + "cite": "2 Leigh 665", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6728453 + ], + "weight": 3, + "opinion_index": 0, + "case_paths": [ + "/va/29/0466-01" + ] + }, + { + "cite": "2 Hen. & M. 193", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6726059 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/12/0396-01" + ] + }, + { + "cite": "5 Leigh 88", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 4445353 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/32/0042-01" + ] + }, + { + "cite": "33 S. E. Rep. 606", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "97 Va. 284", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2013110 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/97/0284-01" + ] + }, + { + "cite": "22 Gratt. 378", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4435621 + ], + "weight": 3, + "opinion_index": 0, + "case_paths": [ + "/va/63/0142-01" + ] + }, + { + "cite": "4 Munf. 458", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 4442587 + ], + "opinion_index": 0, + "case_paths": [ + "/va/18/0223-01" + ] + }, + { + "cite": "3 W. Va. 629", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8642112 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/3/0629-01" + ] + }, + { + "cite": "6 Gratt. 685", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 0 + }, + { + "cite": "20 Am. St. Rep. 718", + "category": "reporters:state", + "reporter": "Am. St. Rep.", + "opinion_index": 0 + }, + { + "cite": "13 S. E. Rep. 454", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "88 Va. 267", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1874833 + ], + "opinion_index": 0, + "case_paths": [ + "/va/88/0267-01" + ] + }, + { + "cite": "13 S. E. Rep. 479", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "36 W. Va. 34", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639399 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/36/0034-01" + ] + }, + { + "cite": "22 S. E. Rep. 171", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "91 Va. 446", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2336245 + ], + "opinion_index": 0, + "case_paths": [ + "/va/91/0446-01" + ] + }, + { + "cite": "2 Call 5", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6714842 + ], + "opinion_index": 0, + "case_paths": [ + "/va/6/0230-01" + ] + }, + { + "cite": "3 Hen. & M. 400", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": 0 + }, + { + "cite": "18 Gratt. 304", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732967 + ], + "opinion_index": 0, + "case_paths": [ + "/va/59/0623-01" + ] + }, + { + "cite": "86 W. Va. 479", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8634023 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/86/0479-01" + ] + }, + { + "cite": "19 W. Va, 441", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "38 S. E. Rep. 719", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "44 W. Va. 82", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8638633 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/44/0082-01" + ] + }, + { + "cite": "2 Rob. 305", + "category": "reporters:state", + "reporter": "Rob.", + "case_ids": [ + 6752289 + ], + "opinion_index": 0, + "case_paths": [ + "/va/41/0619-01" + ] + }, + { + "cite": "85 Va. 648", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4370461 + ], + "opinion_index": 0, + "case_paths": [ + "/va/85/0648-01" + ] + }, + { + "cite": "16 S. E. Rep. 274", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "89 Va. 396", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1872838 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/89/0396-01" + ] + }, + { + "cite": "3 Gratt. 262", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715351 + ], + "opinion_index": 0, + "case_paths": [ + "/va/44/0660-01" + ] + }, + { + "cite": "78 Va. 413", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4390133 + ], + "opinion_index": 0, + "case_paths": [ + "/va/78/0413-01" + ] + }, + { + "cite": "7 Leigh 639", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": 0 + }, + { + "cite": "6 Rand. 525", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6733865 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/27/0782-01" + ] + }, + { + "cite": "7 W. Va. 289", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641476 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/7/0289-01" + ] + }, + { + "cite": "2 Hen. & M. 618", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6728191 + ], + "opinion_index": 0, + "case_paths": [ + "/va/12/0543-01" + ] + }, + { + "cite": "3 S. E. Rep. 44", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "29 W. Va. 744", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640592 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/29/0744-01" + ] + }, + { + "cite": "4 Hen. & M. 283", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6725686 + ], + "opinion_index": 0, + "case_paths": [ + "/va/14/0889-01" + ] + }, + { + "cite": "10 S. E. Rep. 504", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "86 Va. 374", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1879160 + ], + "opinion_index": 0, + "case_paths": [ + "/va/86/0374-01" + ] + }, + { + "cite": "5 Leigh 62", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": 0 + }, + { + "cite": "17 S. E. Rep. 185", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "37 W. Va. 706", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640033 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/w-va/37/0706-01" + ] + }, + { + "cite": "15 S. E. Rep. 258", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "36 W. Va. 479", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639958 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/36/0479-01" + ] + }, + { + "cite": "26 W. Va. 460", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640453 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/w-va/26/0460-01" + ] + }, + { + "cite": "19 W. Va. 441", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "32 Gratt. 531", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 0 + }, + { + "cite": "31 Gratt. 685", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6717316 + ], + "opinion_index": 0, + "case_paths": [ + "/va/72/0534-01" + ] + }, + { + "cite": "82 Va. 462", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 63458 + ], + "opinion_index": 0, + "case_paths": [ + "/va/82/0462-01" + ] + }, + { + "cite": "75 Va. 12", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4383587 + ], + "opinion_index": 0, + "case_paths": [ + "/va/75/0012-01" + ] + }, + { + "cite": "3 Call 194", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715566 + ], + "opinion_index": 0, + "case_paths": [ + "/va/7/0485-02" + ] + }, + { + "cite": "24 Am. St. Rep. 657", + "category": "reporters:state", + "reporter": "Am. St. Rep.", + "opinion_index": 0 + }, + { + "cite": "13 S. E. Rep. 153", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "87 Va. 381", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1877000 + ], + "opinion_index": 0, + "case_paths": [ + "/va/87/0381-01" + ] + }, + { + "cite": "9 W. Va. 345", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641433 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/9/0345-01" + ] + }, + { + "cite": "3 W. Va. 46", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641571 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/3/0046-01" + ] + }, + { + "cite": "13 S. E. Rep. 985", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "88 Va. 431", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1874867 + ], + "opinion_index": 0, + "case_paths": [ + "/va/88/0431-01" + ] + }, + { + "cite": "11 S. E. Rep. 789", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "86 Va. 778", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1879021 + ], + "opinion_index": 0, + "case_paths": [ + "/va/86/0778-01" + ] + }, + { + "cite": "31 Gratt. 791", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6717727 + ], + "pin_cites": [ + { + "page": "804" + } + ], + "opinion_index": 0, + "case_paths": [ + "/va/72/0567-01" + ] + }, + { + "cite": "4 W. Va. 367", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "2 Pat. & H. 547", + "category": "reporters:state", + "reporter": "Patton & Heath", + "opinion_index": 0 + }, + { + "cite": "27 S. E. Rep. 329", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "13 W. Va. 367", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "16 S. E. Rep. 496", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "37 W. Va. 507", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639714 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/37/0507-01" + ] + }, + { + "cite": "18 S. E. Rep. 63", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "23 W. Va. 475", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640585 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/23/0475-01" + ] + }, + { + "cite": "15 W. Va. 567", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641241 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/15/0567-01" + ] + }, + { + "cite": "12 W. Va. 542", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "91 Va. 42", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2336231 + ], + "opinion_index": 0, + "case_paths": [ + "/va/91/0042-01" + ] + }, + { + "cite": "88 Va. 317", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1874806 + ], + "opinion_index": 0, + "case_paths": [ + "/va/88/0317-01" + ] + }, + { + "cite": "37 Am. St Rep. 848", + "category": "reporters:state", + "reporter": "Am. St. Rep.", + "opinion_index": 0 + }, + { + "cite": "15 S. E. Rep. 389", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "89 Va. 1", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1872851 + ], + "opinion_index": 0, + "case_paths": [ + "/va/89/0001-01" + ] + }, + { + "cite": "56 Am. St. Rep. 837", + "category": "reporters:state", + "reporter": "Am. St. Rep.", + "opinion_index": 0 + }, + { + "cite": "23 S. E. Rep. 721", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "41 W. Va. 333", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "14 W. Va. 277", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641137 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/w-va/14/0277-01" + ] + }, + { + "cite": "8 W. Va. 743", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "1 Va. Dec. 423", + "category": "reporters:state", + "reporter": "Va. Dec.", + "case_ids": [ + 4440718 + ], + "weight": 2, + "pin_cites": [ + { + "page": "425" + } + ], + "opinion_index": 0, + "case_paths": [ + "/va-dec/1/0423-01" + ] + }, + { + "cite": "81 Va. 374", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 66368 + ], + "opinion_index": 0, + "case_paths": [ + "/va/81/0374-01" + ] + }, + { + "cite": "28 Gratt. 891", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4432375 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/69/0278-01" + ] + }, + { + "cite": "5 Munf. 542", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6727225 + ], + "opinion_index": 0, + "case_paths": [ + "/va/19/0545-01" + ] + }, + { + "cite": "33 S. E. Rep. 358", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "91 Va. 534", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2336244 + ], + "opinion_index": 0, + "case_paths": [ + "/va/91/0534-01" + ] + }, + { + "cite": "12 Gratt. 277", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715430 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/53/0578-01" + ] + }, + { + "cite": "82 Va. 239", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 63446 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/82/0239-01" + ] + }, + { + "cite": "29 Gratt. 192", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732062 + ], + "weight": 4, + "opinion_index": 0, + "case_paths": [ + "/va/70/0398-01" + ] + }, + { + "cite": "22 W. Va. 253", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640391 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/22/0253-01" + ] + }, + { + "cite": "36 Am. Rep. 793", + "category": "reporters:state_regional", + "reporter": "Am. Rep.", + "case_ids": [ + 6716581 + ], + "opinion_index": 0, + "case_paths": [ + "/va/74/0579-01" + ] + }, + { + "cite": "33 Gratt. 733", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 0 + }, + { + "cite": "13 S. E. Rep. 698", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "90 Va. 830", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 0 + }, + { + "cite": "7 Gratt. 678", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 0 + }, + { + "cite": "83 Gratt. 946", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 0 + }, + { + "cite": "81 Va. 1", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 66440 + ], + "opinion_index": 0, + "case_paths": [ + "/va/81/0001-01" + ] + }, + { + "cite": "8 Gratt. 27", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6714986 + ], + "opinion_index": 0, + "case_paths": [ + "/va/49/0410-01" + ] + }, + { + "cite": "25 Gratt. 359", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 0 + }, + { + "cite": "3 S. E. Rep. 526", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "5 Rand. 701", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6733851 + ], + "weight": 4, + "opinion_index": 0, + "case_paths": [ + "/va/26/0568-01" + ] + }, + { + "cite": "16 Gratt. 540", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 0 + }, + { + "cite": "5 Leigh 708", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": 0 + }, + { + "cite": "2 Leigh 751", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6729037 + ], + "opinion_index": 0, + "case_paths": [ + "/va/29/0495-01" + ] + }, + { + "cite": "2 Leigh 745", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6728990 + ], + "opinion_index": 0, + "case_paths": [ + "/va/29/0493-03" + ] + }, + { + "cite": "31 Gratt. 862", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6717949 + ], + "weight": 3, + "pin_cites": [ + { + "page": "880" + } + ], + "opinion_index": 0, + "case_paths": [ + "/va/72/0590-01" + ] + }, + { + "cite": "4 S. E. Rep. 617", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "82 Va. 342", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 63464 + ], + "opinion_index": 0, + "case_paths": [ + "/va/82/0342-01" + ] + }, + { + "cite": "3 S.E.Rep. 525", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "83 Va. 784", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4372321 + ], + "weight": 3, + "opinion_index": 0, + "case_paths": [ + "/va/83/0784-01" + ] + }, + { + "cite": "4 Gratt. 53", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 0 + }, + { + "cite": "1 Leigh 574", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 4445399 + ], + "opinion_index": 0, + "case_paths": [ + "/va/28/0201-02" + ] + }, + { + "cite": "1 Rob. 735", + "category": "reporters:state", + "reporter": "Rob.", + "opinion_index": 0 + }, + { + "cite": "39 S. E. Rep. 676", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "49 W. Va. 582", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8638791 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/49/0582-01" + ] + }, + { + "cite": "17 S. E. Rep. 812", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "90 Va. 109", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 11279517 + ], + "opinion_index": 0, + "case_paths": [ + "/va/90/0109-01" + ] + }, + { + "cite": "39 S. E. Rep. 160", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "99 Va. 508", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2016903 + ], + "weight": 3, + "opinion_index": 0, + "case_paths": [ + "/va/99/0508-01" + ] + }, + { + "cite": "23 S. E. Rep. 224", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "92 Va. 173", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2338482 + ], + "weight": 3, + "opinion_index": 0, + "case_paths": [ + "/va/92/0173-01" + ] + }, + { + "cite": "76 Va. 443", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4385230 + ], + "opinion_index": 0, + "case_paths": [ + "/va/76/0443-01" + ] + }, + { + "cite": "5 Gratt. 696", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375418 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/46/0696-01" + ] + }, + { + "cite": "18 S. E. Rep. 810", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "38 W. Va. 669", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639799 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/38/0669-01" + ] + }, + { + "cite": "21 S. E. Rep. 243", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "91 Va. 183", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2336237 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/91/0183-01" + ] + }, + { + "cite": "5 S. E. Rep. 553", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "82 Va. 949", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 63455 + ], + "opinion_index": 0, + "case_paths": [ + "/va/82/0949-01" + ] + }, + { + "cite": "20 Gratt. 716", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6734272 + ], + "opinion_index": 0, + "case_paths": [ + "/va/61/0584-01" + ] + }, + { + "cite": "96 Va. 107", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2339246 + ], + "opinion_index": 0, + "case_paths": [ + "/va/96/0107-01" + ] + }, + { + "cite": "22 S. E. Rep. 858", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "92 Va. 772", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2338444 + ], + "opinion_index": 0, + "case_paths": [ + "/va/92/0772-01" + ] + }, + { + "cite": "10 S. E. Rep. 792", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 3, + "opinion_index": 0 + }, + { + "cite": "33 W. Va. 417", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640115 + ], + "weight": 4, + "opinion_index": 0, + "case_paths": [ + "/w-va/33/0417-01" + ] + }, + { + "cite": "78 Va. 732", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4390055 + ], + "opinion_index": 0, + "case_paths": [ + "/va/78/0732-01" + ] + }, + { + "cite": "8 S. E. Rep. 474", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "85 Va. 638", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4370861 + ], + "opinion_index": 0, + "case_paths": [ + "/va/85/0638-01" + ] + }, + { + "cite": "8 S. E. Rep. 387", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "85 Va. 538", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4370687 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/85/0538-01" + ] + }, + { + "cite": "32 S. E. Rep. 458", + "category": "reporters:state_regional", + "reporter": "S.E.", + "case_ids": [ + 4439894 + ], + "opinion_index": 0, + "case_paths": [ + "/va-dec/2/0646-01" + ] + }, + { + "cite": "96 Va. 712", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2339837 + ], + "opinion_index": 0, + "case_paths": [ + "/va/96/0712-01" + ] + }, + { + "cite": "99 Va. 381", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2016881 + ], + "weight": 3, + "opinion_index": 0, + "case_paths": [ + "/va/99/0381-01" + ] + }, + { + "cite": "29 Gratt. 193", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 0 + }, + { + "cite": "43 W. Va. 769", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639706 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/43/0769-01" + ] + }, + { + "cite": "37 S. E. Rep. 4", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "98 Va. 553", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2015354 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/98/0553-01" + ] + }, + { + "cite": "10 S. E. Rep. 21", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 3, + "opinion_index": 0 + }, + { + "cite": "33 W. Va. 71", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639599 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/33/0071-01" + ] + }, + { + "cite": "13 S. E. Rep. 304", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "39 S. E. Rep. 159", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "99 Va. 547", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2016953 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/99/0547-01" + ] + }, + { + "cite": "13 S. E. Rep, 304", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "88 Va. 45", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1874883 + ], + "weight": 3, + "opinion_index": 0, + "case_paths": [ + "/va/88/0045-01" + ] + }, + { + "cite": "1 Leigh 216", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 4444980 + ], + "opinion_index": 0, + "case_paths": [ + "/va/28/0081-01" + ] + }, + { + "cite": "16 Gratt. 64", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4436939 + ], + "weight": 3, + "pin_cites": [ + { + "page": "75" + } + ], + "opinion_index": 0, + "case_paths": [ + "/va/57/0033-01" + ] + }, + { + "cite": "23 Gratt. 409", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6726697 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/64/0544-01" + ] + }, + { + "cite": "2 S. E. Rep. 281", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "83 Va. 326", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4371466 + ], + "opinion_index": 0, + "case_paths": [ + "/va/83/0326-01" + ] + }, + { + "cite": "38 S. E. Rep. 191", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "99 Va. 838", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2016862 + ], + "opinion_index": 0, + "case_paths": [ + "/va/99/0838-01" + ] + }, + { + "cite": "99 Va. 808", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 0 + }, + { + "cite": "32 Gratt. 912", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4430827 + ], + "opinion_index": 0, + "case_paths": [ + "/va/73/0303-01" + ] + }, + { + "cite": "1 Wash. 322", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6717104 + ], + "opinion_index": 0, + "case_paths": [ + "/va/1/0541-01" + ] + }, + { + "cite": "38 W. Va. 733", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "14 S. E. Rep. 68", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "88 Va. 481", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 0 + }, + { + "cite": "75 Va. 812", + "category": "reporters:state", + "reporter": "Va.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "18 S. E. Rep. 953", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "38 W. Va. 727", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639908 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/38/0727-01" + ] + }, + { + "cite": "9 Gratt. 102", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450656 + ], + "opinion_index": 0, + "case_paths": [ + "/va/50/0052-01" + ] + }, + { + "cite": "93 Va. 815", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1870719 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/93/0815-01" + ] + }, + { + "cite": "20 S. E. Rep. 776", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 4, + "opinion_index": 0 + }, + { + "cite": "90 Va. 820", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 11283112 + ], + "weight": 4, + "opinion_index": 0, + "case_paths": [ + "/va/90/0820-01" + ] + }, + { + "cite": "21 Gratt. 722", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6735075 + ], + "weight": 4, + "pin_cites": [ + { + "page": "732" + } + ], + "opinion_index": 0, + "case_paths": [ + "/va/62/1001-01" + ] + }, + { + "cite": "24 Gratt. 116", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4434690 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/65/0053-01" + ] + }, + { + "cite": "17 Gratt. 534", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733875 + ], + "opinion_index": 0, + "case_paths": [ + "/va/58/0447-01" + ] + }, + { + "cite": "1 Pat. & H. 5", + "category": "reporters:state", + "reporter": "Patton & Heath", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "94 Va. 722", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1868914 + ], + "opinion_index": 0, + "case_paths": [ + "/va/94/0722-01" + ] + }, + { + "cite": "33 S. E. Rep. 233", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "46 W. Va. 345", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639005 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/46/0345-01" + ] + }, + { + "cite": "24 Gratt. 74", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4434641 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/65/0033-01" + ] + }, + { + "cite": "7 Leigh 546", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6718628 + ], + "opinion_index": 0, + "case_paths": [ + "/va/34/0720-01" + ] + }, + { + "cite": "80 Va. 710", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 8709999 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/80/0710-01" + ] + }, + { + "cite": "1 Hen. & M. 134", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8687238 + ], + "opinion_index": 0, + "case_paths": [ + "/va/11/0071-01" + ] + }, + { + "cite": "15 Gratt. 314", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6731980 + ], + "weight": 2, + "year": 1859, + "opinion_index": 0, + "case_paths": [ + "/va/56/0831-01" + ] + }, + { + "cite": "98 Am. Dec. 749", + "category": "reporters:federal", + "reporter": "Am. Dec.", + "opinion_index": 0 + }, + { + "cite": "27 W. Va. 167", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639883 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/27/0167-01" + ] + }, + { + "cite": "7 W. Va. 153", + "category": "reporters:state", + "reporter": "W. Va.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "80 Va. 463", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 8709599 + ], + "opinion_index": 0, + "case_paths": [ + "/va/80/0463-01" + ] + }, + { + "cite": "1 S. E. Rep. 67", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "82 Va. 833", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 0 + }, + { + "cite": "11 Gratt. 300", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450788 + ], + "opinion_index": 0, + "case_paths": [ + "/va/52/0133-01" + ] + }, + { + "cite": "3 W. Va. 452", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641909 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/3/0452-01" + ] + }, + { + "cite": "2 W. Va. 90", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641611 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/2/0090-01" + ] + }, + { + "cite": "28 Gratt. 872", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4432251 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/69/0272-01" + ] + }, + { + "cite": "82 Va. 301", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 63445 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/82/0301-01" + ] + }, + { + "cite": "1 S. E. Rep. 124", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "82 Va. 734", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 63471 + ], + "opinion_index": 0, + "case_paths": [ + "/va/82/0734-01" + ] + }, + { + "cite": "82 Va. 690", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 63461 + ], + "opinion_index": 0, + "case_paths": [ + "/va/82/0690-01" + ] + }, + { + "cite": "78 Va. 602", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4389322 + ], + "opinion_index": 0, + "case_paths": [ + "/va/78/0602-01" + ] + }, + { + "cite": "78 Va. 765", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4389290 + ], + "opinion_index": 0, + "case_paths": [ + "/va/78/0765-01" + ] + }, + { + "cite": "77 Va. 317", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4388293 + ], + "opinion_index": 0, + "case_paths": [ + "/va/77/0317-01" + ] + }, + { + "cite": "76 Va. 620", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4386338 + ], + "opinion_index": 0, + "case_paths": [ + "/va/76/0620-01" + ] + }, + { + "cite": "34 S. E. Rep. 625", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "97 Va. 674", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2013028 + ], + "opinion_index": 0, + "case_paths": [ + "/va/97/0674-01" + ] + }, + { + "cite": "8 W. Va. 159", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641419 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/8/0159-01" + ] + }, + { + "cite": "27 Gratt. 440", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740164 + ], + "opinion_index": 0, + "case_paths": [ + "/va/68/0525-01" + ] + }, + { + "cite": "24 Gratt. 138", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4434507 + ], + "opinion_index": 0, + "case_paths": [ + "/va/65/0060-01" + ] + }, + { + "cite": "22 S. E. Rep. 496", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "91 Va. 668", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2336280 + ], + "opinion_index": 0, + "case_paths": [ + "/va/91/0668-01" + ] + }, + { + "cite": "23 W. Va. 639", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640756 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/23/0639-01" + ] + }, + { + "cite": "41 S. E. Rep. 222", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "51 W. Va. 147", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8637825 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/51/0147-01" + ] + }, + { + "cite": "21 S. E. Rep. 1025", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "40 W. Va. 405", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639299 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/40/0405-01" + ] + }, + { + "cite": "37 S. E. Rep. 670", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "48 W. Va. 576", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639039 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/w-va/48/0576-01" + ] + }, + { + "cite": "29 S. E. Rep. 1006", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "44 W. Va. 531", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639259 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/44/0531-01" + ] + }, + { + "cite": "27 W. Va. 16", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639786 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/27/0016-01" + ] + }, + { + "cite": "28 W. Va. 774", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "14 W. Va. 834", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641337 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/14/0834-01" + ] + }, + { + "cite": "12 W. Va. 213", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641126 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/12/0213-01" + ] + }, + { + "cite": "81 Va. 724", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 66338 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/81/0724-01" + ] + }, + { + "cite": "14 W. Va-. 843", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "45 W. Va. 554", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639282 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/45/0554-01" + ] + }, + { + "cite": "14 W. Va, 843", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "40 Am. Rep. 750", + "category": "reporters:state_regional", + "reporter": "Am. Rep.", + "opinion_index": 0 + }, + { + "cite": "75 Va. 885", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4382936 + ], + "opinion_index": 0, + "case_paths": [ + "/va/75/0885-01" + ] + }, + { + "cite": "31 S. E. Rep. 503", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "96 Va. 306", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2340210 + ], + "opinion_index": 0, + "case_paths": [ + "/va/96/0306-01" + ] + }, + { + "cite": "26 S. E. Rep. 858", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "94 Va. 804", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1868854 + ], + "opinion_index": 0, + "case_paths": [ + "/va/94/0804-01" + ] + }, + { + "cite": "82 Va. 183", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 63430 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/82/0183-01" + ] + }, + { + "cite": "28 Gratt. 969", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4432233 + ], + "weight": 4, + "opinion_index": 0, + "case_paths": [ + "/va/69/0301-01" + ] + }, + { + "cite": "91 Va. 801", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2336255 + ], + "opinion_index": 0, + "case_paths": [ + "/va/91/0801-01" + ] + }, + { + "cite": "77 Va. 411", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4387618 + ], + "weight": 3, + "opinion_index": 0, + "case_paths": [ + "/va/77/0411-01" + ] + }, + { + "cite": "21 Gratt. 847", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 0 + }, + { + "cite": "85 Va. 607", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4369676 + ], + "opinion_index": 0, + "case_paths": [ + "/va/85/0607-01" + ] + }, + { + "cite": "4 Gratt. 541", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4374424 + ], + "opinion_index": 0, + "case_paths": [ + "/va/45/0541-01" + ] + }, + { + "cite": "5 S. E. Rep. 328", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "31 W. Va. 127", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639724 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/31/0127-01" + ] + }, + { + "cite": "7 Gratt. 673", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449586 + ], + "weight": 5, + "opinion_index": 0, + "case_paths": [ + "/va/48/0338-01" + ] + }, + { + "cite": "2 Gratt. 594", + "category": "reporters:state", + "reporter": "Gratt.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "23 Gratt. 960", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6728896 + ], + "opinion_index": 0, + "case_paths": [ + "/va/64/0718-01" + ] + }, + { + "cite": "15 S. E. Rep. 517", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "89 Va. 171", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1872827 + ], + "opinion_index": 0, + "case_paths": [ + "/va/89/0171-01" + ] + }, + { + "cite": "19 S. E. Rep. 447", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "90 Va. 671", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 11282401 + ], + "opinion_index": 0, + "case_paths": [ + "/va/90/0671-01" + ] + }, + { + "cite": "35 S. E. Rep. 452", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "98 Va. 803", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2015403 + ], + "opinion_index": 0, + "case_paths": [ + "/va/98/0803-01" + ] + }, + { + "cite": "39 S. E. Rep. 585", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "99 Va. 868", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2016943 + ], + "opinion_index": 0, + "case_paths": [ + "/va/99/0868-01" + ] + }, + { + "cite": "37 S. E. Rep. 339", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "99 Va. 807", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2016931 + ], + "opinion_index": 0, + "case_paths": [ + "/va/99/0807-01" + ] + }, + { + "cite": "30 S. E. Rep. 454", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "95 Va. 818", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1857154 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/95/0818-01" + ] + }, + { + "cite": "18 W. Va. 185", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "28 S. E. Rep. 703", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "16 Am. Dec. 782", + "category": "reporters:federal", + "reporter": "Am. Dec.", + "opinion_index": 0 + }, + { + "cite": "5 Rand. 697", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6733820 + ], + "opinion_index": 0, + "case_paths": [ + "/va/26/0567-01" + ] + }, + { + "cite": "2 W. Va. 591", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641922 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/2/0591-01" + ] + }, + { + "cite": "30 W. Va. 456", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640233 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/30/0456-01" + ] + }, + { + "cite": "18 W. Va. 402", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "14 W. Va. 842", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "28 W. Va. 16", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639754 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/28/0016-01" + ] + }, + { + "cite": "21 S. E. Rep. 1035", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "40 W. Va. 413", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639306 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/40/0413-01" + ] + }, + { + "cite": "6 Am. Rep. 268", + "category": "reporters:state_regional", + "reporter": "Am. Rep.", + "opinion_index": 0 + }, + { + "cite": "4 W. Va. 4", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641477 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/4/0004-01" + ] + }, + { + "cite": "64 Am. St. Rep. 715", + "category": "reporters:state", + "reporter": "Am. St. Rep.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "26 S. E. Rep. 421", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "94 Va. 146", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1868905 + ], + "opinion_index": 0, + "case_paths": [ + "/va/94/0146-01" + ] + }, + { + "cite": "1 Call 147", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094924 + ], + "opinion_index": 0, + "case_paths": [ + "/va/5/0057-01" + ] + }, + { + "cite": "6 W. Va. 44", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640904 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/6/0044-01" + ] + }, + { + "cite": "25 W. Va. 266", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640195 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/25/0266-01" + ] + }, + { + "cite": "13 S. E. Rep. 373", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "35 W. Va. 217", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639650 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/35/0217-01" + ] + }, + { + "cite": "26 S. E. Rep. 460", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "42 W. Va. 587", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639665 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/42/0587-01" + ] + }, + { + "cite": "7 Gratt. 205", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449419 + ], + "opinion_index": 0, + "case_paths": [ + "/va/48/0083-01" + ] + }, + { + "cite": "5 Munf. 324", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6725448 + ], + "opinion_index": 0, + "case_paths": [ + "/va/19/0452-01" + ] + }, + { + "cite": "21 Gratt. 800", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6735276 + ], + "opinion_index": 0, + "case_paths": [ + "/va/62/1028-01" + ] + }, + { + "cite": "28 W. Va. 81", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639801 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/28/0081-01" + ] + }, + { + "cite": "30 Gratt. 602", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4431897 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/71/0204-01" + ] + }, + { + "cite": "28 S. E. Rep. 705", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "34 W. Va. 466", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640290 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/34/0466-01" + ] + }, + { + "cite": "8 Gratt. 353", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715993 + ], + "pin_cites": [ + { + "page": "409" + } + ], + "opinion_index": 0, + "case_paths": [ + "/va/49/0555-01" + ] + }, + { + "cite": "16 Am. Dec. 738", + "category": "reporters:federal", + "reporter": "Am. Dec.", + "opinion_index": 0 + }, + { + "cite": "5 Rand. 126", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6732376 + ], + "opinion_index": 0, + "case_paths": [ + "/va/26/0345-01" + ] + }, + { + "cite": "5 Leigh 471", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 4445298 + ], + "opinion_index": 0, + "case_paths": [ + "/va/32/0180-01" + ] + }, + { + "cite": "11 Gratt. 477", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451213 + ], + "opinion_index": 0, + "case_paths": [ + "/va/52/0232-01" + ] + }, + { + "cite": "2 Va. Cas. 95", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6728810 + ], + "opinion_index": 0, + "case_paths": [ + "/va/4/0151-01" + ] + }, + { + "cite": "4 Gratt. 73", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4374190 + ], + "opinion_index": 0, + "case_paths": [ + "/va/45/0073-01" + ] + }, + { + "cite": "14 W. Va. 526", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641229 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/14/0526-01" + ] + }, + { + "cite": "88 W. Va. 71", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "2 S. E. Rep. 97", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "29 W. Va. 604", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640433 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/29/0604-01" + ] + }, + { + "cite": "29 Gratt. 780", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6734018 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/70/0603-01" + ] + }, + { + "cite": "33 Gratt. 402", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715832 + ], + "opinion_index": 0, + "case_paths": [ + "/va/74/0482-01" + ] + }, + { + "cite": "1 S. E. Rep. 25", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "28 W. Va. 820", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640593 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/28/0820-01" + ] + }, + { + "cite": "19 S. E. Rep. 415", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "39 W. Va. 313", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639143 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/39/0313-01" + ] + }, + { + "cite": "7 W. Va. 390", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641542 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/7/0390-01" + ] + }, + { + "cite": "50 Am. Dec. 114", + "category": "reporters:federal", + "reporter": "Am. Dec.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "5 Gratt. 157", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375962 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/46/0157-01" + ] + }, + { + "cite": "7 Leigh 68", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6717018 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/34/0568-01" + ] + }, + { + "cite": "19 Gratt. 14", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4436154 + ], + "opinion_index": 0, + "case_paths": [ + "/va/60/0023-01" + ] + }, + { + "cite": "25 Am. St. Rep. 894", + "category": "reporters:state", + "reporter": "Am. St. Rep.", + "opinion_index": 0 + }, + { + "cite": "10 S. E. Rep. 411", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "33 W. Va. 285", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639998 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/33/0285-01" + ] + }, + { + "cite": "7 W. Va. 391", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "27 W. Va. 58", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639822 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/27/0058-01" + ] + }, + { + "cite": "20 W. Va. 89", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640475 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/20/0089-01" + ] + }, + { + "cite": "14 S. E. Rep. 17", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "35 W. Va. 406", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639995 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/35/0406-01" + ] + }, + { + "cite": "12 S. E. Rep. 536", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "34 W. Va. 457", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640266 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/34/0457-01" + ] + }, + { + "cite": "26 S. E. Rep. 266", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "42 W. Va. 312", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639225 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/42/0312-01" + ] + }, + { + "cite": "3 W. Va.. 567", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8642035 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/w-va/3/0567-01" + ] + }, + { + "cite": "27 W. Va. 64", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "5 Call 529", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715910 + ], + "opinion_index": 0, + "case_paths": [ + "/va/9/1038-01" + ] + }, + { + "cite": "15 Gratt. 256", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6731823 + ], + "opinion_index": 0, + "case_paths": [ + "/va/56/0812-01" + ] + }, + { + "cite": "3 W. Va. 557", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "32 W. Va. 628", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640544 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/w-va/32/0628-01" + ] + }, + { + "cite": "9 S. E. Rep. 910", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 3, + "opinion_index": 0 + }, + { + "cite": "33 W. Va. 638", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "45 Am. Rep. 563", + "category": "reporters:state_regional", + "reporter": "Am. Rep.", + "opinion_index": 0 + }, + { + "cite": "36 Gratt. 537", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 0 + }, + { + "cite": "31 W. Va. 301", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "34 W. Va. 747", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "10 Gratt. 477", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716041 + ], + "opinion_index": 0, + "case_paths": [ + "/va/51/0634-01" + ] + }, + { + "cite": "25 Gratt. 865", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6725923 + ], + "weight": 5, + "opinion_index": 0, + "case_paths": [ + "/va/66/0585-01" + ] + }, + { + "cite": "42 W. Va. 205", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639024 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/42/0205-01" + ] + }, + { + "cite": "1 S. E. Rep. 582", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "29 W. Va. 410", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640139 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/w-va/29/0410-01" + ] + }, + { + "cite": "24 W. Va. 747", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640977 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/w-va/24/0747-01" + ] + }, + { + "cite": "21 W. Va. 301", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640657 + ], + "weight": 3, + "opinion_index": 0, + "case_paths": [ + "/w-va/21/0301-01" + ] + }, + { + "cite": "2 Rob. 836", + "category": "reporters:state", + "reporter": "Rob.", + "case_ids": [ + 6752438 + ], + "opinion_index": 0, + "case_paths": [ + "/va/41/0820-01" + ] + }, + { + "cite": "82 Va. 776", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 63419 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/82/0776-01" + ] + }, + { + "cite": "2 Va. Dec. 373", + "category": "reporters:state", + "reporter": "Va. Dec.", + "case_ids": [ + 4440447 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va-dec/2/0373-01" + ] + }, + { + "cite": "1 Va. Dec. 741", + "category": "reporters:state", + "reporter": "Va. Dec.", + "case_ids": [ + 4440733 + ], + "opinion_index": 0, + "case_paths": [ + "/va-dec/1/0741-01" + ] + }, + { + "cite": "26 Gratt. 537", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4434036 + ], + "weight": 3, + "opinion_index": 0, + "case_paths": [ + "/va/67/0178-01" + ] + }, + { + "cite": "6 Rand. 574", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6734047 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/27/0800-01" + ] + }, + { + "cite": "3 Rand. 167", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6714740 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/24/0510-01" + ] + }, + { + "cite": "6 Munf. 191", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6725389 + ], + "weight": 3, + "opinion_index": 0, + "case_paths": [ + "/va/20/0682-01" + ] + }, + { + "cite": "4 Call 127", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715102 + ], + "opinion_index": 0, + "case_paths": [ + "/va/8/0675-01" + ] + }, + { + "cite": "1 Wash. 252", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716328 + ], + "opinion_index": 0, + "case_paths": [ + "/va/1/0503-01" + ] + }, + { + "cite": "3 W. Va. 335", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641836 + ], + "weight": 4, + "opinion_index": 0, + "case_paths": [ + "/w-va/3/0335-01" + ] + }, + { + "cite": "4 W. Va. 84", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641525 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/4/0084-01" + ] + }, + { + "cite": "38 Am. St. Rep. 47", + "category": "reporters:state", + "reporter": "Am. St. Rep.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "16 S. E. Rep. 638", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "37 W. Va. 396", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639584 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/w-va/37/0396-01" + ] + }, + { + "cite": "21 Gratt. 11", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733093 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/62/0706-01" + ] + }, + { + "cite": "21 Gratt. 251", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733837 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/62/0807-01" + ] + }, + { + "cite": "12 Gratt. 554", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716102 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/53/0695-01" + ] + }, + { + "cite": "35 S. E. Rep. 945", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "47 W. Va. 524", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "2 Rand. 539", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6715334 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/23/0419-01" + ] + }, + { + "cite": "1 S. E. Rep. 105", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "332 Va. 776", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 0 + }, + { + "cite": "4 Leigh 694", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6728851 + ], + "weight": 3, + "opinion_index": 0, + "case_paths": [ + "/va/31/1080-03" + ] + }, + { + "cite": "4 Rand. 325", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 4443858 + ], + "opinion_index": 0, + "case_paths": [ + "/va/25/0132-01" + ] + }, + { + "cite": "12 S. E. Rep. 757", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "34 W. Va. 46", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "44 W. Va. 267", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8638880 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/w-va/44/0267-01" + ] + }, + { + "cite": "15 W. Va. 363", + "category": "reporters:state", + "reporter": "W. Va.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "18 W. Va. 271", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640821 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/18/0271-01" + ] + }, + { + "cite": "7 W. Va. 31", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641399 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/7/0031-01" + ] + }, + { + "cite": "9 Gratt. 127", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450251 + ], + "opinion_index": 0, + "case_paths": [ + "/va/50/0065-01" + ] + }, + { + "cite": "5 Rand. 132", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6732447 + ], + "opinion_index": 0, + "case_paths": [ + "/va/26/0347-01" + ] + }, + { + "cite": "27 S. E. Rep. 20", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "94 Va. 449", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1868869 + ], + "opinion_index": 0, + "case_paths": [ + "/va/94/0449-01" + ] + }, + { + "cite": "6 W. Va. 338", + "category": "reporters:state", + "reporter": "W. Va.", + "weight": 6, + "opinion_index": 0 + }, + { + "cite": "18 W. Va. 485", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641037 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/18/0485-01" + ] + }, + { + "cite": "19 W. Va. 2", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "29 Gratt. 379", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732636 + ], + "opinion_index": 0, + "case_paths": [ + "/va/70/0471-01" + ] + }, + { + "cite": "9 W. Va. 359", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "29 Gratt. 57", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 0 + }, + { + "cite": "21 Gratt. 636", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6734903 + ], + "opinion_index": 0, + "case_paths": [ + "/va/62/0945-01" + ] + }, + { + "cite": "4 Rand. 611", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 4444177 + ], + "weight": 3, + "opinion_index": 0, + "case_paths": [ + "/va/25/0246-01" + ] + }, + { + "cite": "22 Gratt. 428", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 0 + }, + { + "cite": "25 W. Va. 481", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640497 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/w-va/25/0481-01" + ] + }, + { + "cite": "9 W. Va. 358", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641439 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/9/0358-01" + ] + }, + { + "cite": "2 Va. Dec. 139", + "category": "reporters:state", + "reporter": "Va. Dec.", + "case_ids": [ + 4440371 + ], + "opinion_index": 0, + "case_paths": [ + "/va-dec/2/0139-01" + ] + }, + { + "cite": "17 S. E. Rep. 788", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "90 Va. 92", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 11279465 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/90/0092-01" + ] + }, + { + "cite": "5 S. E. Rep. 563", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "84 Va. 582", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 478919 + ], + "opinion_index": 0, + "case_paths": [ + "/va/84/0582-01" + ] + }, + { + "cite": "26 W. Va. 259", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "16 S. E. Rep. 273", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "89 Va. 431", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1872869 + ], + "opinion_index": 0, + "case_paths": [ + "/va/89/0431-01" + ] + }, + { + "cite": "16 W- Va. 363", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "24 S. E. Rep. 593", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "41 W. Va. 766", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 12166757 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/41/0766-01" + ] + }, + { + "cite": "1 S. E. Rep. 337", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "29 W. Va. 63", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639746 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/29/0063-01" + ] + }, + { + "cite": "6 W. Va. 339", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "32 S. E. Rep. 787", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 3, + "opinion_index": 0 + }, + { + "cite": "96 Va. 670", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2339546 + ], + "weight": 3, + "opinion_index": 0, + "case_paths": [ + "/va/96/0670-01" + ] + }, + { + "cite": "2 Wash. 146", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714633 + ], + "weight": 4, + "opinion_index": 0, + "case_paths": [ + "/va/2/0669-01" + ] + }, + { + "cite": "25 Gratt. 943", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6726167 + ], + "opinion_index": 0, + "case_paths": [ + "/va/66/0625-01" + ] + }, + { + "cite": "6 Gratt. 197", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 954846 + ], + "opinion_index": 0, + "case_paths": [ + "/va/47/0197-01" + ] + }, + { + "cite": "29 Gratt. 612", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733396 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/70/0542-01" + ] + }, + { + "cite": "7 Gratt. 073", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 0 + }, + { + "cite": "6 Gratt. 582", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 954839 + ], + "opinion_index": 0, + "case_paths": [ + "/va/47/0582-01" + ] + }, + { + "cite": "19 Gratt. 056", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 0 + }, + { + "cite": "21 Gratt. 74", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 0 + }, + { + "cite": "12 Gratt. 564", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716125 + ], + "weight": 4, + "opinion_index": 0, + "case_paths": [ + "/va/53/0698-01" + ] + }, + { + "cite": "10 Gratt. 259", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715585 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/51/0545-01" + ] + }, + { + "cite": "2 Gratt. 1025", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 0 + }, + { + "cite": "18 Gratt. 801", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733925 + ], + "weight": 3, + "opinion_index": 0, + "case_paths": [ + "/va/59/0792-01" + ] + }, + { + "cite": "1 Call 117", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094902 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/5/0046-01" + ] + }, + { + "cite": "2 W. Va. 441", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641785 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/2/0441-01" + ] + }, + { + "cite": "20 Gratt. 860", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6734604 + ], + "opinion_index": 0, + "case_paths": [ + "/va/61/0657-01" + ] + } + ], + "analysis": { + "cardinality": 4480, + "char_count": 188261, + "ocr_confidence": 0.411, + "pagerank": { + "raw": 3.620760094708168e-06, + "percentile": 0.9980981516683018 + }, + "sha256": "6b788d4b009afacc4bb5d683f79483c1b16730f5531bb6e886ff33a038c41155", + "simhash": "1:9aaf05223be290cd", + "word_count": 33593 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0741-01", + "first_page_order": 139, + "last_page_order": 166 + }, + { + "id": 6715483, + "name": "Jeremiah Warder and John Warder v. Richard Arell", + "name_abbreviation": "Warder v. Arell", + "decision_date": "1796-10", + "docket_number": "", + "first_page": "768", + "last_page": "776", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 282" + }, + { + "type": "official", + "cite": "2 Va. 282" + }, + { + "type": "parallel", + "cite": "1 Am. Dec. 488" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "18 S. E. Rep. 473", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "38 W. Va. 134", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "3 Call 268", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716121 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0509-01" + ] + }, + { + "cite": "31 Gratt. 114", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715861 + ], + "opinion_index": -1, + "case_paths": [ + "/va/72/0360-01" + ] + }, + { + "cite": "81 Va. 371", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "5 Rand. 151", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "5 Rand. 143", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "2 W. Va. 416", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641759 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/2/0416-01" + ] + }, + { + "cite": "16 W. Va. 270", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640979 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/16/0270-01" + ] + }, + { + "cite": "8 W. Va. 732", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "7 W. Va. 115", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "33 Gratt. 696", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716489 + ], + "opinion_index": -1, + "case_paths": [ + "/va/74/0572-01" + ] + }, + { + "cite": "16 Gratt. 1", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "29 Gratt. 705", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733655 + ], + "opinion_index": -1, + "case_paths": [ + "/va/70/0580-01" + ] + }, + { + "cite": "8 Leigh 640", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "4 W. Va. 4", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641477 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/4/0004-01" + ] + }, + { + "cite": "27 W. Va. 16", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639786 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/27/0016-01" + ] + }, + { + "cite": "7 Leigh 201", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "1 Sup. Ct. Rep. 108", + "category": "reporters:federal", + "reporter": "S. Ct.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 1403, + "char_count": 50418, + "ocr_confidence": 0.49, + "pagerank": { + "raw": 5.20711738108074e-07, + "percentile": 0.9405001990463536 + }, + "sha256": "4ba4348978bc48852d4e273025186fe8bc9a8f1c58234506a51b1ace4b905f88", + "simhash": "1:1b67be684878d5f2", + "word_count": 9042 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0768-01", + "first_page_order": 166, + "last_page_order": 174 + }, + { + "id": 6715506, + "name": "Young v. Skipwith", + "name_abbreviation": "Young v. Skipwith", + "decision_date": "1796-10", + "docket_number": "", + "first_page": "776", + "last_page": "776", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 300" + }, + { + "type": "official", + "cite": "2 Va. 300" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "8 Gratt. 148", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715420 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0474-01" + ] + }, + { + "cite": "8 Gratt. 292", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715794 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0534-01" + ] + }, + { + "cite": "11 W. Va. 493", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Call 54", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094955 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/5/0023-01" + ] + }, + { + "cite": "1 Rand. 427", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "4 Leigh 213", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "6 Munf. 340", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 368", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "32 Gratt. 378", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "3 S. E. Rep. 181", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "30 W. Va. 119", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Rob. 35", + "category": "reporters:state", + "reporter": "Rob.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 164, + "char_count": 1698, + "ocr_confidence": 0.491, + "pagerank": { + "raw": 6.119908934731085e-07, + "percentile": 0.9558900924339604 + }, + "sha256": "026bd0753ec67ca03d2abd3190fbd7d85a1d1e61ee3f1a1c54a8021f52299c7f", + "simhash": "1:eba5ced1b8428768", + "word_count": 306 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0776-01", + "first_page_order": 174, + "last_page_order": 174 + }, + { + "id": 6715535, + "name": "Booth's Executors v. Armstrong", + "name_abbreviation": "Booth's Executors v. Armstrong", + "decision_date": "1796-10", + "docket_number": "", + "first_page": "776", + "last_page": "777", + "citations": [ + { + "type": "nominative", + "cite": "2 Wash. 301" + }, + { + "type": "official", + "cite": "2 Va. 301" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "1 Munf. 12", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "4 Call 522", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716850 + ], + "opinion_index": -1, + "case_paths": [ + "/va/8/0808-01" + ] + }, + { + "cite": "1 Leigh 481", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 4444992 + ], + "opinion_index": -1, + "case_paths": [ + "/va/28/0170-01" + ] + }, + { + "cite": "3 Munf. 65", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6717499 + ], + "opinion_index": -1, + "case_paths": [ + "/va/17/0626-01" + ] + }, + { + "cite": "4 Munf. 466", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 4442697 + ], + "opinion_index": -1, + "case_paths": [ + "/va/18/0226-01" + ] + }, + { + "cite": "1 Munf. 14", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "5 Cranch 21", + "category": "reporters:scotus_early", + "reporter": "Cranch", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 259, + "char_count": 4845, + "ocr_confidence": 0.472, + "pagerank": { + "raw": 1.2701579000730777e-06, + "percentile": 0.9889188520257358 + }, + "sha256": "cf34708e20ad1b4943a48705667848c873baff85de8fe4ca062032cfa23849b2", + "simhash": "1:58376c09980c4390", + "word_count": 829 + }, + "last_updated": "2024-02-27T16:26:31.031951+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0776-02", + "first_page_order": 174, + "last_page_order": 175 + } +] diff --git a/test/stdlib_basics/legal/cases_metadata/va_report_vol_3_CasesMetadata.json b/test/stdlib_basics/legal/cases_metadata/va_report_vol_3_CasesMetadata.json new file mode 100644 index 00000000..c0d36d60 --- /dev/null +++ b/test/stdlib_basics/legal/cases_metadata/va_report_vol_3_CasesMetadata.json @@ -0,0 +1,4760 @@ +[ + { + "id": 2095793, + "name": "The Commonwealth v. Preeson Richards", + "name_abbreviation": "Commonwealth v. Richards", + "decision_date": "1789-11-26", + "docket_number": "", + "first_page": "7", + "last_page": "7", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 1" + }, + { + "type": "official", + "cite": "3 Va. 1" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + } + ], + "analysis": { + "cardinality": 228, + "char_count": 3405, + "ocr_confidence": 0.456, + "pagerank": { + "raw": 2.2559469046752014e-07, + "percentile": 0.7820795729789651 + }, + "sha256": "cf151c092cc2be93f04b7e4efb4dc6564814cf23e7095dde9f0331a9b7c962cf", + "simhash": "1:90f943b6e0967dba", + "word_count": 578 + }, + "last_updated": "2024-02-27T22:30:09.339284+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0007-01", + "first_page_order": 7, + "last_page_order": 7 + }, + { + "id": 2095829, + "name": "Denny Fairfax v. Robert Stephen; The Same v. David Hunter", + "name_abbreviation": "Fairfax v. Stephen", + "decision_date": "1791-06-20", + "docket_number": "", + "first_page": "7", + "last_page": "7", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 3" + }, + { + "type": "official", + "cite": "3 Va. 3" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 81, + "char_count": 824, + "ocr_confidence": 0.454, + "pagerank": { + "raw": 4.719567370958748e-08, + "percentile": 0.2963670854941736 + }, + "sha256": "4e4392da266948ee8ce259c86083b383d163c30ad767ada07d2ce7f02b492714", + "simhash": "1:380bf8ce5b133181", + "word_count": 139 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0007-02", + "first_page_order": 7, + "last_page_order": 7 + }, + { + "id": 2095760, + "name": "The Commonwealth v. John Proctor", + "name_abbreviation": "Commonwealth v. Proctor", + "decision_date": "1789-11-25", + "docket_number": "", + "first_page": "7", + "last_page": "8", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 4" + }, + { + "type": "official", + "cite": "3 Va. 4" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 176, + "char_count": 2295, + "ocr_confidence": 0.496, + "pagerank": { + "raw": 4.5828155114230504e-08, + "percentile": 0.28746733882940667 + }, + "sha256": "f22bc5e925df7cd38938ae2de2eb3561248cb92bcefecaa81f8519f64673de7d", + "simhash": "1:59671c324979e9b1", + "word_count": 397 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0007-03", + "first_page_order": 7, + "last_page_order": 8 + }, + { + "id": 2095818, + "name": "E. Conway, Appellant, v. Elisha Hall, Appellee", + "name_abbreviation": "Conway v. Hall", + "decision_date": "1791-11-16", + "docket_number": "", + "first_page": "8", + "last_page": "8", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 6" + }, + { + "type": "official", + "cite": "3 Va. 6" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 105, + "char_count": 1354, + "ocr_confidence": 0.514, + "pagerank": { + "raw": 6.754390714158479e-08, + "percentile": 0.40903292045211903 + }, + "sha256": "4152fc23777a7e192f3a6fb7b26b8f1ac0636bb5123e22115ae6ac44fe7aa522", + "simhash": "1:07ebc6c6e4d2f648", + "word_count": 220 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0008-01", + "first_page_order": 8, + "last_page_order": 8 + }, + { + "id": 2095761, + "name": "The Commonwealth v. Hugh Dowdall", + "name_abbreviation": "Commonwealth v. Dowdall", + "decision_date": "1791-11-19", + "docket_number": "", + "first_page": "8", + "last_page": "8", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 7" + }, + { + "type": "official", + "cite": "3 Va. 7" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 158, + "char_count": 2304, + "ocr_confidence": 0.489, + "pagerank": { + "raw": 5.876955060199895e-08, + "percentile": 0.3683909756900885 + }, + "sha256": "9780098db71f7a30818ae164797fb09c547996d9d6a8bd8ed376dad6bc6e57f3", + "simhash": "1:f45f5560e03be7be", + "word_count": 387 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0008-02", + "first_page_order": 8, + "last_page_order": 8 + }, + { + "id": 2095778, + "name": "The Commonwealth v. John Whealand", + "name_abbreviation": "Commonwealth v. Whealand", + "decision_date": "1789-06-23", + "docket_number": "", + "first_page": "9", + "last_page": "9", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 9" + }, + { + "type": "official", + "cite": "3 Va. 9" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 107, + "char_count": 1298, + "ocr_confidence": 0.439, + "sha256": "77bfa0742d67552cb3258eb8997c30a5b1db314eb5f020f031e2d2717aacd700", + "simhash": "1:dbc3e5e8696bfbbd", + "word_count": 220 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0009-01", + "first_page_order": 9, + "last_page_order": 9 + }, + { + "id": 2095784, + "name": "The Commonwealth v. John Crane, The Younger", + "name_abbreviation": "Commonwealth v. Crane", + "decision_date": "1791-11-21", + "docket_number": "", + "first_page": "9", + "last_page": "10", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 10" + }, + { + "type": "official", + "cite": "3 Va. 10" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 312, + "char_count": 6014, + "ocr_confidence": 0.459, + "sha256": "4b85056a14131d49bd27532b713bd7de44a02dd4bbc967fecc297e4a705fc246", + "simhash": "1:050647206fd7cfbf", + "word_count": 1075 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0009-02", + "first_page_order": 9, + "last_page_order": 10 + }, + { + "id": 2095794, + "name": "The Commonwealth v. William Williams", + "name_abbreviation": "Commonwealth v. Williams", + "decision_date": "1791-10", + "docket_number": "", + "first_page": "10", + "last_page": "10", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 14" + }, + { + "type": "official", + "cite": "3 Va. 14" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": 0, + "case_paths": [ + "/va/55/0611-01" + ] + } + ], + "analysis": { + "cardinality": 119, + "char_count": 1663, + "ocr_confidence": 0.512, + "pagerank": { + "raw": 4.364012536165934e-08, + "percentile": 0.2741628952112652 + }, + "sha256": "34f76d5af4524633016bc74c9bd716fdc9382bf81555715f01919d664fc08cc4", + "simhash": "1:5dcc6fdac5616cd3", + "word_count": 291 + }, + "last_updated": "2024-02-27T22:30:09.339284+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0010-01", + "first_page_order": 10, + "last_page_order": 10 + }, + { + "id": 2095757, + "name": "William Edmiston, who as well for the Commonwealth, as for himself, prosecutes against Arthur Campbell", + "name_abbreviation": "Edmiston v. Campbell", + "decision_date": "1792-11-19", + "docket_number": "", + "first_page": "10", + "last_page": "11", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 16" + }, + { + "type": "official", + "cite": "3 Va. 16" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 253, + "char_count": 3855, + "ocr_confidence": 0.508, + "pagerank": { + "raw": 2.092868483945466e-07, + "percentile": 0.7606240749943336 + }, + "sha256": "d749878d2357e096e4e3725f5034019ba8af1a41b4e97e1ac24d330921238bc1", + "simhash": "1:decb1755ff0e3d29", + "word_count": 666 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0010-02", + "first_page_order": 10, + "last_page_order": 11 + }, + { + "id": 2095744, + "name": "The Commonwealth v. Philip Frye", + "name_abbreviation": "Commonwealth v. Frye", + "decision_date": "1793-06-19", + "docket_number": "", + "first_page": "11", + "last_page": "11", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 19" + }, + { + "type": "official", + "cite": "3 Va. 19" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 141, + "char_count": 1694, + "ocr_confidence": 0.461, + "sha256": "de66fe07850799010208f7ac38f638a82fa1ca7a3397af38fed5acac0df9a88e", + "simhash": "1:71ffd75ae61cb021", + "word_count": 280 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0011-01", + "first_page_order": 11, + "last_page_order": 11 + }, + { + "id": 2095745, + "name": "Peter Kamper v. Mary Hawkins", + "name_abbreviation": "Kamper v. Hawkins", + "decision_date": "1792-12-12", + "docket_number": "", + "first_page": "11", + "last_page": "12", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 20" + }, + { + "type": "official", + "cite": "3 Va. 20" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Va. Dec. 571", + "category": "reporters:state", + "reporter": "Va. Dec.", + "opinion_index": -1 + }, + { + "cite": "5 Gratt. 590", + "category": "reporters:state", + "reporter": "Gratt.", + "pin_cites": [ + { + "page": "591, 600, 613" + } + ], + "opinion_index": -1 + }, + { + "cite": "79 Va. 273", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 267, + "char_count": 4543, + "ocr_confidence": 0.44, + "pagerank": { + "raw": 2.150501503238151e-07, + "percentile": 0.7684484693895282 + }, + "sha256": "21eaadaeca1e85db855ba5b7f4e7d1f6b3d0559fe6cc9f095e81698d40514012", + "simhash": "1:07b5d615e54ceabc", + "word_count": 740 + }, + "last_updated": "2024-02-27T22:30:09.339284+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0011-02", + "first_page_order": 11, + "last_page_order": 12 + }, + { + "id": 2095832, + "name": "Peter Kamper v. Mary Hawkins", + "name_abbreviation": "Kamper v. Hawkins", + "decision_date": "1793-11-16", + "docket_number": "", + "first_page": "12", + "last_page": "31", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 21" + }, + { + "type": "official", + "cite": "3 Va. 21" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 2369, + "char_count": 112449, + "ocr_confidence": 0.501, + "sha256": "ec1c698c6b7ef70cb0acb315ff849876bea775c34c5d41900978c1778a6e45e6", + "simhash": "1:3fa6f4adef65e7be", + "word_count": 19065 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0012-01", + "first_page_order": 12, + "last_page_order": 31 + }, + { + "id": 2095814, + "name": "The Commonwealth v. Christian Kearns", + "name_abbreviation": "Commonwealth v. Kearns", + "decision_date": "1794-06-19", + "docket_number": "", + "first_page": "31", + "last_page": "32", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 109" + }, + { + "type": "official", + "cite": "3 Va. 109" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + } + ], + "analysis": { + "cardinality": 288, + "char_count": 5869, + "ocr_confidence": 0.494, + "pagerank": { + "raw": 1.4702453117064665e-07, + "percentile": 0.6590287696309708 + }, + "sha256": "d6bf8d4c0413f0ba0584751aad90326ee7886bc51040543d3faa24af926f07c3", + "simhash": "1:fdccc2ab5646db11", + "word_count": 993 + }, + "last_updated": "2024-02-27T22:30:09.339284+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0031-01", + "first_page_order": 31, + "last_page_order": 32 + }, + { + "id": 2095799, + "name": "Abner Osborne v. Benjamin Crawley, and Alexander Jones", + "name_abbreviation": "Osborne v. Crawley", + "decision_date": "1795-06-16", + "docket_number": "", + "first_page": "32", + "last_page": "32", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 113" + }, + { + "type": "official", + "cite": "3 Va. 113" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "21 Gratt. 107", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733444 + ], + "opinion_index": -1, + "case_paths": [ + "/va/62/0745-01" + ] + }, + { + "cite": "2 Cranch 97", + "category": "reporters:scotus_early", + "reporter": "Cranch", + "case_ids": [ + 6758531 + ], + "opinion_index": -1, + "case_paths": [ + "/dc/2/0097-01" + ] + }, + { + "cite": "1 Call 49", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094973 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0021-01" + ] + }, + { + "cite": "1 Call 48", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094957 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0020-02" + ] + }, + { + "cite": "1 Call 41", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094956 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0018-01" + ] + }, + { + "cite": "1 Call 47", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094913 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0020-01" + ] + }, + { + "cite": "18 W. Va. 570", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 226, + "char_count": 3218, + "ocr_confidence": 0.518, + "pagerank": { + "raw": 1.114690476913653e-07, + "percentile": 0.5715742500817615 + }, + "sha256": "e58804b32aa7f459aa508bd05b9c789852e7746d8f952a5c6e750e602c5ce181", + "simhash": "1:69c648ae8e4ec9cf", + "word_count": 566 + }, + "last_updated": "2024-02-27T22:30:09.339284+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0032-01", + "first_page_order": 32, + "last_page_order": 32 + }, + { + "id": 2095773, + "name": "The Commonwealth v. Stephen Stewart and Ephraim Potter", + "name_abbreviation": "Commonwealth v. Stewart", + "decision_date": "1795-11-14", + "docket_number": "", + "first_page": "32", + "last_page": "33", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 114" + }, + { + "type": "official", + "cite": "3 Va. 114" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 132, + "char_count": 1742, + "ocr_confidence": 0.507, + "pagerank": { + "raw": 1.7710994026850012e-07, + "percentile": 0.7117638904816458 + }, + "sha256": "cd764e7ecc303d792268d8a0e836e61506ee6c1df52b0595f4b373321d0fda6e", + "simhash": "1:d1c1d04f4410272e", + "word_count": 294 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0032-02", + "first_page_order": 32, + "last_page_order": 33 + }, + { + "id": 2095771, + "name": "The Commonwealth v. Robert Mitchell", + "name_abbreviation": "Commonwealth v. Mitchell", + "decision_date": "1796-11-16", + "docket_number": "", + "first_page": "33", + "last_page": "33", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 116" + }, + { + "type": "official", + "cite": "3 Va. 116" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 254, + "char_count": 5190, + "ocr_confidence": 0.426, + "sha256": "774bb3c1852a57d4959aff50a0165e22c3d4a3719f2e8c5da21b3d7a9bc8e99e", + "simhash": "1:da1d0df0644959fd", + "word_count": 903 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0033-01", + "first_page_order": 33, + "last_page_order": 33 + }, + { + "id": 2095747, + "name": "The Commonwealth v. Edward M'Guire and James Tidball", + "name_abbreviation": "Commonwealth v. M'Guire", + "decision_date": "1798-06-16", + "docket_number": "", + "first_page": "34", + "last_page": "34", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 119" + }, + { + "type": "official", + "cite": "3 Va. 119" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": 0, + "case_paths": [ + "/va/55/0611-01" + ] + } + ], + "analysis": { + "cardinality": 231, + "char_count": 3469, + "ocr_confidence": 0.498, + "sha256": "46993ca725afc8580d5849da3e458b492e3684498f76d29de6d68ca81941ef31", + "simhash": "1:c38ef25d900ddce4", + "word_count": 582 + }, + "last_updated": "2024-02-27T22:30:09.339284+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0034-01", + "first_page_order": 34, + "last_page_order": 34 + }, + { + "id": 2095764, + "name": "The Commonwealth v. David Hays", + "name_abbreviation": "Commonwealth v. Hays", + "decision_date": "1798-11-17", + "docket_number": "", + "first_page": "34", + "last_page": "34", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 122" + }, + { + "type": "official", + "cite": "3 Va. 122" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + }, + { + "cite": "2 Gratt. 637", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 153, + "char_count": 2317, + "ocr_confidence": 0.501, + "pagerank": { + "raw": 2.0774235680449636e-07, + "percentile": 0.7585971228438415 + }, + "sha256": "302c75525c4af0db50d1005e23ded1216e9ecd5fb23067620b7b4fb63c781f5c", + "simhash": "1:ce43674bdebb7818", + "word_count": 392 + }, + "last_updated": "2024-02-27T22:30:09.339284+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0034-02", + "first_page_order": 34, + "last_page_order": 34 + }, + { + "id": 2095762, + "name": "Goodtitle, Lessee of George Reed and Uxor, v. George See", + "name_abbreviation": "Goodtitle v. See", + "decision_date": "1799-06-14", + "docket_number": "", + "first_page": "35", + "last_page": "35", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 123" + }, + { + "type": "official", + "cite": "3 Va. 123" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "19 Gratt. 720", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4436402 + ], + "opinion_index": -1, + "case_paths": [ + "/va/60/0260-01" + ] + }, + { + "cite": "16 S. E. Rep. 445", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "87 W. Va. 125", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8633277 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/87/0125-01" + ] + }, + { + "cite": "1 Va. Cas. 12", + "category": "reporters:state", + "reporter": "Va. Cas.", + "opinion_index": -1 + }, + { + "cite": "18 W. Va. 481", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "11 Gratt. 172", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451131 + ], + "opinion_index": -1, + "case_paths": [ + "/va/52/0077-01" + ] + } + ], + "analysis": { + "cardinality": 208, + "char_count": 3409, + "ocr_confidence": 0.478, + "pagerank": { + "raw": 8.431403558356252e-08, + "percentile": 0.4843147225957961 + }, + "sha256": "57090abe5338cb90dfdd7a4021dd0f5cc5576826a9c081b629efc385e8d678ab", + "simhash": "1:2963a4254266f919", + "word_count": 583 + }, + "last_updated": "2024-02-27T22:30:09.339284+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0035-01", + "first_page_order": 35, + "last_page_order": 35 + }, + { + "id": 2095834, + "name": "The Commonwealth v. Henry Bedinger", + "name_abbreviation": "Commonwealth v. Bedinger", + "decision_date": "1799", + "docket_number": "", + "first_page": "35", + "last_page": "35", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 125" + }, + { + "type": "official", + "cite": "3 Va. 125" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 66, + "char_count": 815, + "ocr_confidence": 0.46, + "pagerank": { + "raw": 2.1995933875888662e-07, + "percentile": 0.7637974106712533 + }, + "sha256": "44e267b3195db7583cbfed09609e64cfd074c5ad96757bd8cc195601dd7b4e62", + "simhash": "1:8f73bbf48453e5ca", + "word_count": 130 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0035-02", + "first_page_order": 35, + "last_page_order": 35 + }, + { + "id": 2095770, + "name": "The Commonwealth v. Highland Crowe", + "name_abbreviation": "Commonwealth v. Crowe", + "decision_date": "1800-11-13", + "docket_number": "", + "first_page": "35", + "last_page": "36", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 125" + }, + { + "type": "official", + "cite": "3 Va. 125" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 W. Va. 59", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641569 + ], + "weight": 2, + "pin_cites": [ + { + "page": "73" + } + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/2/0059-01" + ] + }, + { + "cite": "21 W. Va. 172", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640454 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/21/0172-01" + ] + }, + { + "cite": "10 Gratt. 658", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716782 + ], + "opinion_index": 0, + "case_paths": [ + "/va/51/0712-01" + ] + }, + { + "cite": "4 W. Va. 176", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641600 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/4/0176-01" + ] + }, + { + "cite": "22 W. Va. 806", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 190, + "char_count": 2289, + "ocr_confidence": 0.474, + "pagerank": { + "raw": 4.688403287882615e-08, + "percentile": 0.07238925572935258 + }, + "sha256": "70f706135627ed858fa67e22e44c2c26a4bd158a9eb7d405240ca6585a81fc83", + "simhash": "1:431189680fd4f3be", + "word_count": 405 + }, + "last_updated": "2024-02-27T22:30:09.339284+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0035-03", + "first_page_order": 35, + "last_page_order": 36 + }, + { + "id": 2095776, + "name": "The Commonwealth v. Benjamin Vawter", + "name_abbreviation": "Commonwealth v. Vawter", + "decision_date": "1800-11-13", + "docket_number": "", + "first_page": "36", + "last_page": "36", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 127" + }, + { + "type": "official", + "cite": "3 Va. 127" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 127, + "char_count": 1703, + "ocr_confidence": 0.495, + "sha256": "43be2889455406496a6573557c3dc8784f1ae58204321db6706c1414a117eba9", + "simhash": "1:1565c230e1b8ef0e", + "word_count": 280 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0036-01", + "first_page_order": 36, + "last_page_order": 36 + }, + { + "id": 2095804, + "name": "Miller Woodson v. John Randolph, Jr.", + "name_abbreviation": "Woodson v. Randolph", + "decision_date": "1800-11-14", + "docket_number": "", + "first_page": "36", + "last_page": "36", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 128" + }, + { + "type": "official", + "cite": "3 Va. 128" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "18 Gratt. 801", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733925 + ], + "opinion_index": -1, + "case_paths": [ + "/va/59/0792-01" + ] + } + ], + "analysis": { + "cardinality": 147, + "char_count": 1916, + "ocr_confidence": 0.51, + "pagerank": { + "raw": 4.860341344010201e-08, + "percentile": 0.3062398618606722 + }, + "sha256": "84ecd6d02198e379c711d1c90df051ea5c5bb2170f3680a6c609bdbedf4bea65", + "simhash": "1:948708ad7f4998f1", + "word_count": 329 + }, + "last_updated": "2024-02-27T22:30:09.339284+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0036-02", + "first_page_order": 36, + "last_page_order": 36 + }, + { + "id": 2095769, + "name": "The Commonwealth v. John Blakeley", + "name_abbreviation": "Commonwealth v. Blakeley", + "decision_date": "1800-11-15", + "docket_number": "", + "first_page": "36", + "last_page": "37", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 129" + }, + { + "type": "official", + "cite": "3 Va. 129" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "20 Gratt. 768", + "category": "reporters:state", + "reporter": "Gratt.", + "pin_cites": [ + { + "page": "782, 783" + } + ], + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 175, + "char_count": 2423, + "ocr_confidence": 0.477, + "pagerank": { + "raw": 7.069212957526642e-08, + "percentile": 0.42584625590140585 + }, + "sha256": "adfd661058dc47e5396e4d97958f304779611a79be45b5ef6ec9b4e82eaaa28c", + "simhash": "1:4a4904f69c5a775a", + "word_count": 406 + }, + "last_updated": "2024-02-27T22:30:09.339284+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0036-03", + "first_page_order": 36, + "last_page_order": 37 + }, + { + "id": 2095806, + "name": "William Maitland, Surviving Partner, &c. v. Thomas McDearman", + "name_abbreviation": "Maitland v. McDearman", + "decision_date": "1802-11-15", + "docket_number": "", + "first_page": "37", + "last_page": "37", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 131" + }, + { + "type": "official", + "cite": "3 Va. 131" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 165, + "char_count": 2201, + "ocr_confidence": 0.444, + "pagerank": { + "raw": 9.804250148240593e-08, + "percentile": 0.5328858941196958 + }, + "sha256": "16f5d0ef84041306a9b32ac74fee6957c7f47e7934f78cc8ebbb95dafd964853", + "simhash": "1:ffe1ac446637ab6c", + "word_count": 376 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0037-01", + "first_page_order": 37, + "last_page_order": 37 + }, + { + "id": 2095775, + "name": "The Commonwealth v. John Richards", + "name_abbreviation": "Commonwealth v. Richards", + "decision_date": "1803-11-12", + "docket_number": "", + "first_page": "37", + "last_page": "38", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 133" + }, + { + "type": "official", + "cite": "3 Va. 133" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Va. Cas. 494", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6733482 + ], + "opinion_index": 0, + "case_paths": [ + "/va/4/0324-01" + ] + }, + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": 0, + "case_paths": [ + "/va/55/0611-01" + ] + } + ], + "analysis": { + "cardinality": 343, + "char_count": 5989, + "ocr_confidence": 0.474, + "pagerank": { + "raw": 3.6856254361847664e-07, + "percentile": 0.8920338598891286 + }, + "sha256": "bc2a6df198d961b5a8a1b224d15e00c9840b40da65c3accde46b43d334925f1e", + "simhash": "1:9f327a7bfef214bf", + "word_count": 1054 + }, + "last_updated": "2024-02-27T22:30:09.339284+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0037-02", + "first_page_order": 37, + "last_page_order": 38 + }, + { + "id": 2095765, + "name": "The Commonwealth v. Moses M'Cue and Others", + "name_abbreviation": "Commonwealth v. M'Cue", + "decision_date": "1803-06-14", + "docket_number": "", + "first_page": "38", + "last_page": "38", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 137" + }, + { + "type": "official", + "cite": "3 Va. 137" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 87, + "char_count": 1118, + "ocr_confidence": 0.508, + "pagerank": { + "raw": 4.313947448607103e-08, + "percentile": 0.2717368850461938 + }, + "sha256": "ae9ff1c0ce26b2ab30a650787d8981e0da55a41ac1573ff9581f4920b1657a7c", + "simhash": "1:a11fd1790feb5dd4", + "word_count": 181 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0038-01", + "first_page_order": 38, + "last_page_order": 38 + }, + { + "id": 2095826, + "name": "The Commonwealth v. Peyton Chapman", + "name_abbreviation": "Commonwealth v. Chapman", + "decision_date": "1803-11-14", + "docket_number": "", + "first_page": "38", + "last_page": "39", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 138" + }, + { + "type": "official", + "cite": "3 Va. 138" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Va. Cas. 125", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 2095834, + 2095770 + ], + "opinion_index": -1, + "case_paths": [ + "/va/3/0035-02", + "/va/3/0035-03" + ] + } + ], + "analysis": { + "cardinality": 183, + "char_count": 2581, + "ocr_confidence": 0.47, + "pagerank": { + "raw": 4.318742955078255e-08, + "percentile": 0.27181430268714507 + }, + "sha256": "eb1cab6f7f97240f979f5c3595dd1ce8b39b10401e54aba2622dee2f7abd5ed7", + "simhash": "1:c64f135c66fee5b5", + "word_count": 444 + }, + "last_updated": "2024-02-27T22:30:09.339284+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0038-02", + "first_page_order": 38, + "last_page_order": 39 + }, + { + "id": 2095748, + "name": "Anonymous", + "name_abbreviation": "Anonymous", + "decision_date": "1803", + "docket_number": "", + "first_page": "39", + "last_page": "39", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 139" + }, + { + "type": "official", + "cite": "3 Va. 139" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 59, + "char_count": 751, + "ocr_confidence": 0.451, + "pagerank": { + "raw": 5.0865852292714654e-08, + "percentile": 0.32028025572147256 + }, + "sha256": "7348bbc39e031f4863666231774f62df03c47a7a4fd3e675d525ab60dc6ac675", + "simhash": "1:3d80d0b771d7ad37", + "word_count": 123 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0039-01", + "first_page_order": 39, + "last_page_order": 39 + }, + { + "id": 2095767, + "name": "Francis Neff v. Presly Talbot", + "name_abbreviation": "Neff v. Talbot", + "decision_date": "1803-11-14", + "docket_number": "", + "first_page": "39", + "last_page": "39", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 140" + }, + { + "type": "official", + "cite": "3 Va. 140" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 181, + "char_count": 2809, + "ocr_confidence": 0.441, + "pagerank": { + "raw": 7.069212957526642e-08, + "percentile": 0.4258460628399571 + }, + "sha256": "fd37fa53f23cc1e21c91dce247b2b5e62843e4814f279196db76fe6864508668", + "simhash": "1:0ac8ec5cd645c380", + "word_count": 484 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0039-02", + "first_page_order": 39, + "last_page_order": 39 + }, + { + "id": 2095772, + "name": "The Commonwealth v. Martin Walton", + "name_abbreviation": "Commonwealth v. Walton", + "decision_date": "1803-11-15", + "docket_number": "", + "first_page": "39", + "last_page": "40", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 142" + }, + { + "type": "official", + "cite": "3 Va. 142" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 182, + "char_count": 2758, + "ocr_confidence": 0.5, + "sha256": "5fec2b9823abf5e4aeb11b244c276859d58d84bc8cd59eaf5c7028d30a7b3c3c", + "simhash": "1:198feaf8521f57bb", + "word_count": 462 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0039-03", + "first_page_order": 39, + "last_page_order": 40 + }, + { + "id": 2095753, + "name": "Anonymous", + "name_abbreviation": "Anonymous", + "decision_date": "1804-11-15", + "docket_number": "", + "first_page": "40", + "last_page": "40", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 144" + }, + { + "type": "official", + "cite": "3 Va. 144" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 99, + "char_count": 1698, + "ocr_confidence": 0.486, + "sha256": "dc98389bf937de1c6b16e9b0efcddc0e9ac0f0337ee7378802a71a0c6dd9e054", + "simhash": "1:7e5add68ba53f937", + "word_count": 281 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0040-01", + "first_page_order": 40, + "last_page_order": 40 + }, + { + "id": 2095801, + "name": "Turner R. Henley's Case", + "name_abbreviation": "Henley's Case", + "decision_date": "1805-11-18", + "docket_number": "", + "first_page": "40", + "last_page": "40", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 145" + }, + { + "type": "official", + "cite": "3 Va. 145" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 88, + "char_count": 1116, + "ocr_confidence": 0.517, + "sha256": "2fd4eccf67e2ce35a619047dc609378ed6387aacb0c8505b81de7039f7ee01e7", + "simhash": "1:2b2ba13d4a51bea9", + "word_count": 189 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0040-02", + "first_page_order": 40, + "last_page_order": 40 + }, + { + "id": 2095837, + "name": "The Commonwealth v. George Wythe Swinney", + "name_abbreviation": "Commonwealth v. Swinney", + "decision_date": "1806-09", + "docket_number": "", + "first_page": "40", + "last_page": "41", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 146" + }, + { + "type": "official", + "cite": "3 Va. 146" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 313, + "char_count": 5031, + "ocr_confidence": 0.46, + "sha256": "5bd1798e080a13de9a9d68e7ddb661fa08be68ced4136efeff4e4fe64748bbba", + "simhash": "1:1c1e4cebfc4a5d2e", + "word_count": 898 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0040-03", + "first_page_order": 40, + "last_page_order": 41 + }, + { + "id": 2095774, + "name": "Second Case v. Swinney", + "name_abbreviation": "Second Case v. Swinney", + "decision_date": "1806-04-11", + "docket_number": "", + "first_page": "41", + "last_page": "42", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 150" + }, + { + "type": "official", + "cite": "3 Va. 150" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 138, + "char_count": 1950, + "ocr_confidence": 0.453, + "sha256": "7c348670d4f50d37c86d3afb20c8cdd7d5664ef6650646a5c89007c878ba85ca", + "simhash": "1:8a7716c4907efdf9", + "word_count": 339 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0041-01", + "first_page_order": 41, + "last_page_order": 42 + }, + { + "id": 2095740, + "name": "The Commonwealth v. Heartwell Leath and Peter Leath", + "name_abbreviation": "Commonwealth v. Leath", + "decision_date": "1805-11-18", + "docket_number": "", + "first_page": "42", + "last_page": "43", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 151" + }, + { + "type": "official", + "cite": "3 Va. 151" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 311, + "char_count": 6125, + "ocr_confidence": 0.51, + "pagerank": { + "raw": 2.028389283125734e-07, + "percentile": 0.7462716938323432 + }, + "sha256": "2c48648054fb71c71ee77af21fafefd8dae5dda545e85990c6115083ecfed008", + "simhash": "1:19232d8652578f73", + "word_count": 1033 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0042-01", + "first_page_order": 42, + "last_page_order": 43 + }, + { + "id": 2095758, + "name": "The Commonwealth v. Josiah M'Clenegan", + "name_abbreviation": "Commonwealth v. M'Clenegan", + "decision_date": "1808-06-11", + "docket_number": "", + "first_page": "43", + "last_page": "43", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 155" + }, + { + "type": "official", + "cite": "3 Va. 155" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 85, + "char_count": 1097, + "ocr_confidence": 0.455, + "pagerank": { + "raw": 4.456583025697791e-08, + "percentile": 0.27949061895114347 + }, + "sha256": "e3bb29995f47a830452bc6b2ced3db8d8d094ba4192b885e96f3edb32b958f4c", + "simhash": "1:f82e43ea8486b00b", + "word_count": 178 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0043-01", + "first_page_order": 43, + "last_page_order": 43 + }, + { + "id": 2095752, + "name": "The Commonwealth v. John Alexander", + "name_abbreviation": "Commonwealth v. Alexander", + "decision_date": "1808-06-13", + "docket_number": "", + "first_page": "43", + "last_page": "43", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 156" + }, + { + "type": "official", + "cite": "3 Va. 156" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Va. Cas. 16", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 2095757 + ], + "opinion_index": -1, + "case_paths": [ + "/va/3/0010-02" + ] + }, + { + "cite": "2 Va. Cas. 131", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6729062 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0172-01" + ] + }, + { + "cite": "3 Va. Cas. 52", + "category": "reporters:state", + "reporter": "Va. Cas.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 190, + "char_count": 3105, + "ocr_confidence": 0.486, + "pagerank": { + "raw": 2.0446031217563963e-07, + "percentile": 0.7502933568713852 + }, + "sha256": "07bd255348f679c37ff88aae572f4faae93ec103805f339828d6fb55f0f88035", + "simhash": "1:1c8a96fc570d1d2b", + "word_count": 538 + }, + "last_updated": "2024-02-27T22:30:09.339284+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0043-02", + "first_page_order": 43, + "last_page_order": 43 + }, + { + "id": 2095763, + "name": "John Miller v. James Marshall and J. S. Woodcock", + "name_abbreviation": "Miller v. Marshall", + "decision_date": "1808-06-13", + "docket_number": "", + "first_page": "43", + "last_page": "45", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 158" + }, + { + "type": "official", + "cite": "3 Va. 158" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "15 Gratt. 542", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "19 S. E. Rep. 521", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "39 W. Va. 406", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639289 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/39/0406-01" + ] + }, + { + "cite": "77 Va. 233", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "29 Gratt. 705", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733655 + ], + "opinion_index": -1, + "case_paths": [ + "/va/70/0580-01" + ] + }, + { + "cite": "20 Gratt. 496", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "5 Rand. 637", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "13 Gratt. 18", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 416, + "char_count": 8029, + "ocr_confidence": 0.525, + "pagerank": { + "raw": 3.077174836537768e-07, + "percentile": 0.8577509731262325 + }, + "sha256": "e44a5e6148bc915ed72810e9b1cc3c3c4878f424f012461039f111a9a0132e5e", + "simhash": "1:43bbd53b26abe920", + "word_count": 1413 + }, + "last_updated": "2024-02-27T22:30:09.339284+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0043-03", + "first_page_order": 43, + "last_page_order": 45 + }, + { + "id": 2095782, + "name": "Emanuel Temple v. The Commonwealth", + "name_abbreviation": "Temple v. Commonwealth", + "decision_date": "1810-06-25", + "docket_number": "", + "first_page": "45", + "last_page": "45", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 163" + }, + { + "type": "official", + "cite": "3 Va. 163" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 106, + "char_count": 1600, + "ocr_confidence": 0.466, + "sha256": "b9ad90d64c34ca8f4a2245996a81b51a569c30e15cb6e690ef5bc8f6f2888a63", + "simhash": "1:3d61cf35b01ad299", + "word_count": 276 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0045-01", + "first_page_order": 45, + "last_page_order": 45 + }, + { + "id": 2095809, + "name": "The Commonwealth v. John Somerville", + "name_abbreviation": "Commonwealth v. Somerville", + "decision_date": "1810-11-13", + "docket_number": "", + "first_page": "45", + "last_page": "46", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 164" + }, + { + "type": "official", + "cite": "3 Va. 164" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "8 Gratt. 692", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "26 Gratt. 943", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4433570 + ], + "opinion_index": -1, + "case_paths": [ + "/va/67/0307-01" + ] + }, + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + } + ], + "analysis": { + "cardinality": 383, + "char_count": 8851, + "ocr_confidence": 0.482, + "pagerank": { + "raw": 5.430140758742274e-08, + "percentile": 0.3420071981030554 + }, + "sha256": "59432f6f9d6710332b40ea974fed9c1928024dd2dd93ddcecf1a7e637b93324f", + "simhash": "1:01f441e851497a9a", + "word_count": 1537 + }, + "last_updated": "2024-02-27T22:30:09.339284+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0045-02", + "first_page_order": 45, + "last_page_order": 46 + }, + { + "id": 2095759, + "name": "The Mutual Assurance Society v. Anna Byrd", + "name_abbreviation": "Mutual Assurance Society v. Byrd", + "decision_date": "1810-11-16", + "docket_number": "", + "first_page": "46", + "last_page": "47", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 170" + }, + { + "type": "official", + "cite": "3 Va. 170" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 189, + "char_count": 2943, + "ocr_confidence": 0.429, + "sha256": "9a9276dbde6b27627bd5a844d2f22b67567e7fb5e33cd69d15df8d4fb9532979", + "simhash": "1:8dc52c5b3a0460d1", + "word_count": 502 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0046-01", + "first_page_order": 46, + "last_page_order": 47 + }, + { + "id": 2095820, + "name": "The Commonwealth v. William Crump", + "name_abbreviation": "Commonwealth v. Crump", + "decision_date": "1810-11-21", + "docket_number": "", + "first_page": "47", + "last_page": "48", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 172" + }, + { + "type": "official", + "cite": "3 Va. 172" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Chit. Cr. Law, 695", + "category": "reporters:state", + "reporter": "Chit. Cr. Law", + "pin_cites": [ + { + "page": "709, 712" + } + ], + "opinion_index": -1 + }, + { + "cite": "33 Fed. 29", + "category": "reporters:federal", + "reporter": "F.", + "case_ids": [ + 3758533 + ], + "opinion_index": -1, + "case_paths": [ + "/f/33/0029-01" + ] + }, + { + "cite": "68 Am. Dec. 226", + "category": "reporters:federal", + "reporter": "Am. Dec.", + "opinion_index": -1 + }, + { + "cite": "24 S. E. Rep. 877", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "42 W. Va. 251", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "2 W. Va. 582", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 402, + "char_count": 6809, + "ocr_confidence": 0.48, + "pagerank": { + "raw": 8.135062124375563e-08, + "percentile": 0.4685394785564718 + }, + "sha256": "39419d19e74e79a59d4eaf408187167cbe4b5f69c31dcd63cb84206ba74e992c", + "simhash": "1:36b5c2b87738a81e", + "word_count": 1195 + }, + "last_updated": "2024-02-27T22:30:09.339284+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0047-01", + "first_page_order": 47, + "last_page_order": 48 + }, + { + "id": 2095802, + "name": "The Commonwealth v. John Morris, Jr.", + "name_abbreviation": "Commonwealth v. Morris", + "decision_date": "1811-06-12", + "docket_number": "", + "first_page": "48", + "last_page": "49", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 176" + }, + { + "type": "official", + "cite": "3 Va. 176" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 419, + "char_count": 7739, + "ocr_confidence": 0.474, + "pagerank": { + "raw": 1.3397094457860282e-07, + "percentile": 0.630879058972164 + }, + "sha256": "b3469a386f7fcd68fa33fc7b67644edb2aa712217bf389ec27e976362f879f81", + "simhash": "1:613504b9ff899772", + "word_count": 1362 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0048-01", + "first_page_order": 48, + "last_page_order": 49 + }, + { + "id": 2095746, + "name": "The Commonwealth v. Jesse Calvert", + "name_abbreviation": "Commonwealth v. Calvert", + "decision_date": "1811-06-12", + "docket_number": "", + "first_page": "49", + "last_page": "50", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 181" + }, + { + "type": "official", + "cite": "3 Va. 181" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 109, + "char_count": 1344, + "ocr_confidence": 0.519, + "sha256": "313e665752c9e2e764ec46d95009b94d8bbb1ec2fdfe622aaf5264eb5c8e45e4", + "simhash": "1:e625e0a4ea3b91fe", + "word_count": 225 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0049-01", + "first_page_order": 49, + "last_page_order": 50 + }, + { + "id": 2095835, + "name": "Samuel Clapham, Executor of Josiah Clapham v. Lewis and Stover", + "name_abbreviation": "Clapham v. Lewis & Stover", + "decision_date": "1811-06-12", + "docket_number": "", + "first_page": "50", + "last_page": "50", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 182" + }, + { + "type": "official", + "cite": "3 Va. 182" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 133, + "char_count": 1770, + "ocr_confidence": 0.546, + "sha256": "6cacadef0030f1b7e3128dc6bb77ad5e090da2b91c61cc01033d73a8f5647e23", + "simhash": "1:9b6341646a565511", + "word_count": 290 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0050-01", + "first_page_order": 50, + "last_page_order": 50 + }, + { + "id": 2095755, + "name": "The Commonwealth v. Dolly Chapple", + "name_abbreviation": "Commonwealth v. Chapple", + "decision_date": "1811-06-13", + "docket_number": "", + "first_page": "50", + "last_page": "51", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 184" + }, + { + "type": "official", + "cite": "3 Va. 184" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 239, + "char_count": 3741, + "ocr_confidence": 0.518, + "pagerank": { + "raw": 1.2240919645422112e-07, + "percentile": 0.6027083046154428 + }, + "sha256": "765a00f4832d67e4bc26b45c23211c7d8a9956bdcf09252b81d33bd26130606d", + "simhash": "1:9907e170c64a463a", + "word_count": 667 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0050-02", + "first_page_order": 50, + "last_page_order": 51 + }, + { + "id": 2095750, + "name": "The Commonwealth v. William Strother", + "name_abbreviation": "Commonwealth v. Strother", + "decision_date": "1811-11-15", + "docket_number": "", + "first_page": "51", + "last_page": "51", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 186" + }, + { + "type": "official", + "cite": "3 Va. 186" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 149, + "char_count": 2166, + "ocr_confidence": 0.475, + "pagerank": { + "raw": 6.6164480032281e-08, + "percentile": 0.4039982639914528 + }, + "sha256": "6bc3a45e184f7168364f110f387d4fda5357b9306566f8563ac9b02c33d3cb8f", + "simhash": "1:8ae5aeabad581998", + "word_count": 379 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0051-01", + "first_page_order": 51, + "last_page_order": 51 + }, + { + "id": 2095812, + "name": "The Commonwealth v. Samuel Myers", + "name_abbreviation": "Commonwealth v. Myers", + "decision_date": "1811-11-19", + "docket_number": "", + "first_page": "51", + "last_page": "66", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 188" + }, + { + "type": "official", + "cite": "3 Va. 188" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "29 S. E. Rep. 528", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "44 W. Va. 317", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "4 Black. 335", + "category": "reporters:scotus_early", + "reporter": "Black", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 1800, + "char_count": 90937, + "ocr_confidence": 0.491, + "pagerank": { + "raw": 3.0629486357655567e-07, + "percentile": 0.8567437715480709 + }, + "sha256": "11a1a0c4e12309596022fd90fe335ae7d9ac089f911d356bd675ced9d9635dc9", + "simhash": "1:16b903219a63828e", + "word_count": 16204 + }, + "last_updated": "2024-02-27T22:30:09.339284+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0051-02", + "first_page_order": 51, + "last_page_order": 66 + }, + { + "id": 2095749, + "name": "Thomas Sorrell's Case", + "name_abbreviation": "Sorrell's Case", + "decision_date": "1786-04-06", + "docket_number": "", + "first_page": "66", + "last_page": "67", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 253" + }, + { + "type": "official", + "cite": "3 Va. 253" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 354, + "char_count": 7094, + "ocr_confidence": 0.515, + "pagerank": { + "raw": 4.284447817890619e-08, + "percentile": 0.27052754813118446 + }, + "sha256": "3e4b4f15792f90cbc6e336bb3ffeb0ad6df8b084b8711db06f680aa22b0cffc5", + "simhash": "1:774d42e29a7cf0cb", + "word_count": 1248 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0066-01", + "first_page_order": 66, + "last_page_order": 67 + }, + { + "id": 2095798, + "name": "John Bailey's Case", + "name_abbreviation": "Bailey's Case", + "decision_date": "1798-09-01", + "docket_number": "", + "first_page": "67", + "last_page": "68", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 258" + }, + { + "type": "official", + "cite": "3 Va. 258" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 347, + "char_count": 6205, + "ocr_confidence": 0.545, + "pagerank": { + "raw": 4.284447817890619e-08, + "percentile": 0.27052774119263323 + }, + "sha256": "65f1d226c7a941c46302b8d40dde84fde16f010b7d43fec2ed08016c0acd931a", + "simhash": "1:9f5842a0dc43b6b5", + "word_count": 1117 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0067-01", + "first_page_order": 67, + "last_page_order": 68 + }, + { + "id": 2095741, + "name": "The Commonwealth v. Luke Ray and Sarah His Wife", + "name_abbreviation": "Commonwealth v. Ray", + "decision_date": "1812-06-13", + "docket_number": "", + "first_page": "68", + "last_page": "69", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 262" + }, + { + "type": "official", + "cite": "3 Va. 262" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "7 Gratt. 600", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449266 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0313-01" + ] + }, + { + "cite": "8 Gratt. 698", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716814 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0747-03" + ] + }, + { + "cite": "20 S. E. Rep. 572", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "39 W. Va. 488", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 152, + "char_count": 1910, + "ocr_confidence": 0.515, + "pagerank": { + "raw": 2.1227470414910805e-07, + "percentile": 0.76477701981853 + }, + "sha256": "c1a288425293c1a40c9cdab7c46555674c3ccc237c4775bde21c4f6bf305eef0", + "simhash": "1:2f328b1f93b45b91", + "word_count": 323 + }, + "last_updated": "2024-02-27T22:30:09.339284+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0068-01", + "first_page_order": 68, + "last_page_order": 69 + }, + { + "id": 2095766, + "name": "Peter Case v. The Commonwealth", + "name_abbreviation": "Case v. Commonwealth", + "decision_date": "1812-06-13", + "docket_number": "", + "first_page": "69", + "last_page": "69", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 264" + }, + { + "type": "official", + "cite": "3 Va. 264" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "25 Gratt 887", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6726004 + ], + "opinion_index": -1, + "case_paths": [ + "/va/66/0599-01" + ] + }, + { + "cite": "1 Va. Cas. 265", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 2095796 + ], + "opinion_index": -1, + "case_paths": [ + "/va/3/0069-02" + ] + }, + { + "cite": "20 W. Va. 109", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 255, + "char_count": 4425, + "ocr_confidence": 0.467, + "pagerank": { + "raw": 2.0446031217563963e-07, + "percentile": 0.7502935499328339 + }, + "sha256": "34259cc3eeb71c1817f8d872ea4d1040e094141b48a07a47d726c80d58ee9979", + "simhash": "1:b74704c6f172b38a", + "word_count": 798 + }, + "last_updated": "2024-02-27T22:30:09.339284+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0069-01", + "first_page_order": 69, + "last_page_order": 69 + }, + { + "id": 2095796, + "name": "The Commonwealth v. Jesse Calvert", + "name_abbreviation": "Commonwealth v. Calvert", + "decision_date": "1812-06-13", + "docket_number": "", + "first_page": "69", + "last_page": "70", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 265" + }, + { + "type": "official", + "cite": "3 Va. 265" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 144, + "char_count": 2173, + "ocr_confidence": 0.51, + "pagerank": { + "raw": 2.0877879195045112e-07, + "percentile": 0.759941795834429 + }, + "sha256": "3c781eb33a021eb91848ed5f3f0922ae8c420360b2ab8e6948ebc016074b8273", + "simhash": "1:8f44864c833c9586", + "word_count": 384 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0069-02", + "first_page_order": 69, + "last_page_order": 70 + }, + { + "id": 2095756, + "name": "Barnet Hendrick, who, as well for the Commonwealth as for himself, sues v. Jacob Andrick and Robert Renick", + "name_abbreviation": "Hendrick v. Andrick", + "decision_date": "1812-06-13", + "docket_number": "", + "first_page": "70", + "last_page": "70", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 267" + }, + { + "type": "official", + "cite": "3 Va. 267" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": 0, + "case_paths": [ + "/va/55/0611-01" + ] + } + ], + "analysis": { + "cardinality": 177, + "char_count": 2300, + "ocr_confidence": 0.537, + "sha256": "b14855b8c881df430594def4f6f9bd0514a45d3e080c826e36e73b8e598f668a", + "simhash": "1:2ed722a4ad4e8df1", + "word_count": 394 + }, + "last_updated": "2024-02-27T22:30:09.339284+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0070-01", + "first_page_order": 70, + "last_page_order": 70 + }, + { + "id": 2095754, + "name": "Matthias Hite v. Jesse Fitz-Randolph", + "name_abbreviation": "Hite v. Fitz-Randolph", + "decision_date": "1812-06-15", + "docket_number": "", + "first_page": "70", + "last_page": "70", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 269" + }, + { + "type": "official", + "cite": "3 Va. 269" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 108, + "char_count": 1496, + "ocr_confidence": 0.525, + "pagerank": { + "raw": 4.3341757668126914e-08, + "percentile": 0.27269273227898616 + }, + "sha256": "a96d7c7d148ccea59cbf47ef01f7ab303c7c63a0390eba767032b8503367c61d", + "simhash": "1:2e07c2bac07c604e", + "word_count": 247 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0070-02", + "first_page_order": 70, + "last_page_order": 70 + }, + { + "id": 2095807, + "name": "The Commonwealth v. Benjamin B. Jones", + "name_abbreviation": "Commonwealth v. Jones", + "decision_date": "1812-06-17", + "docket_number": "", + "first_page": "70", + "last_page": "72", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 270" + }, + { + "type": "official", + "cite": "3 Va. 270" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "15 Gratt. 518", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732456 + ], + "opinion_index": -1, + "case_paths": [ + "/va/56/0900-01" + ] + }, + { + "cite": "22 Gratt. 924", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4435220 + ], + "opinion_index": 0, + "case_paths": [ + "/va/63/0330-01" + ] + }, + { + "cite": "1 Rob. 756", + "category": "reporters:state", + "reporter": "Rob.", + "case_ids": [ + 4447732 + ], + "opinion_index": 0, + "case_paths": [ + "/va/40/0455-01" + ] + }, + { + "cite": "2 Va. Cas. 510", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6733618 + ], + "opinion_index": 0, + "case_paths": [ + "/va/4/0344-01" + ] + }, + { + "cite": "2 Pat. & H. 107", + "category": "reporters:state", + "reporter": "Patton & Heath", + "opinion_index": 0 + }, + { + "cite": "6 Gratt. 287", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 954899 + ], + "opinion_index": 0, + "case_paths": [ + "/va/47/0287-01" + ] + }, + { + "cite": "1 Rand. 39", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 4443244 + ], + "opinion_index": 0, + "case_paths": [ + "/va/22/0025-01" + ] + }, + { + "cite": "1 H. & M 385", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8692028 + ], + "opinion_index": 0, + "case_paths": [ + "/va/11/0176-01" + ] + }, + { + "cite": "6 Gratt. 219", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 954909 + ], + "opinion_index": 0, + "case_paths": [ + "/va/47/0219-01" + ] + }, + { + "cite": "1 Wash. 79", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714696 + ], + "opinion_index": 0, + "case_paths": [ + "/va/1/0419-01" + ] + }, + { + "cite": "14 Gratt. 632", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 0 + }, + { + "cite": "20 W. Va. 43", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "20 Gratt. 733", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6734381 + ], + "opinion_index": 0, + "case_paths": [ + "/va/61/0593-01" + ] + }, + { + "cite": "2 W. Va. 582", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "2 Va. Cas. 479", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6733362 + ], + "opinion_index": 0, + "case_paths": [ + "/va/4/0318-01" + ] + }, + { + "cite": "11 Leigh 633", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6722242 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/38/0738-02" + ] + }, + { + "cite": "19 Gratt. 485", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4436446 + ], + "opinion_index": 0, + "case_paths": [ + "/va/60/0176-01" + ] + }, + { + "cite": "8 Gratt. 637", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716643 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/49/0702-01" + ] + }, + { + "cite": "20 W. Va. 32", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640382 + ], + "opinion_index": 0, + "case_paths": [ + "/w-va/20/0032-01" + ] + }, + { + "cite": "19 Gratt. 641", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 0 + }, + { + "cite": "8 Gratt. 712", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716924 + ], + "opinion_index": 0, + "case_paths": [ + "/va/49/0752-01" + ] + }, + { + "cite": "1 Va. Cas. 271", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 2095787 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/3/0071-01" + ] + }, + { + "cite": "15 S. E. Rep. 983", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "36 W. Va. 732", + "category": "reporters:state", + "reporter": "W. Va.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "9 Leigh 683", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": 0 + }, + { + "cite": "5 Leigh 715", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 4446097 + ], + "opinion_index": 0, + "case_paths": [ + "/va/32/0267-01" + ] + }, + { + "cite": "2 Va. Cas. 231", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6730841 + ], + "opinion_index": 0, + "case_paths": [ + "/va/4/0212-01" + ] + }, + { + "cite": "2 Va. Cas. 158", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6729640 + ], + "opinion_index": 0, + "case_paths": [ + "/va/4/0183-01" + ] + }, + { + "cite": "1 Va. Cas. 300", + "category": "reporters:state", + "reporter": "Va. Cas.", + "opinion_index": 0 + }, + { + "cite": "7 W. Va. 103", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 472, + "char_count": 8084, + "ocr_confidence": 0.491, + "pagerank": { + "raw": 4.03580807328026e-08, + "percentile": 0.07502001081916358 + }, + "sha256": "c6c34ec295fddb96320b8bf60f571bff05fb176cb91cd5a6c1617aec19c55dd6", + "simhash": "1:cf443da7d9d6469e", + "word_count": 1463 + }, + "last_updated": "2024-02-27T22:30:09.339284+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0070-03", + "first_page_order": 70, + "last_page_order": 72 + }, + { + "id": 2095787, + "name": "The Commonwealth v. John M'Caul", + "name_abbreviation": "Commonwealth v. M'Caul", + "decision_date": "1812-04-25", + "docket_number": "", + "first_page": "71", + "last_page": "80", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 271" + }, + { + "type": "official", + "cite": "3 Va. 271" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Black. 25", + "category": "reporters:scotus_early", + "reporter": "Black", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 1363, + "char_count": 48250, + "ocr_confidence": 0.51, + "pagerank": { + "raw": 9.712718656811884e-07, + "percentile": 0.9817464261429913 + }, + "sha256": "d5daca8daceb21b2d53a9a1e21600e53f0f5b35143f11fea551775e25ae2a012", + "simhash": "1:3e1ba0b2b76a2d36", + "word_count": 8656 + }, + "last_updated": "2024-02-27T22:30:09.339284+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0071-01", + "first_page_order": 71, + "last_page_order": 80 + }, + { + "id": 2095839, + "name": "The Commonwealth v. John Thomas", + "name_abbreviation": "Commonwealth v. Thomas", + "decision_date": "1812-06-16", + "docket_number": "", + "first_page": "80", + "last_page": "80", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 307" + }, + { + "type": "official", + "cite": "3 Va. 307" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 170, + "char_count": 1975, + "ocr_confidence": 0.505, + "pagerank": { + "raw": 2.021087827503995e-07, + "percentile": 0.7454085160949538 + }, + "sha256": "7014236a64872b270cf2c93c346905b305a1bd0ee80b56ea2e4b3fb9b970e31f", + "simhash": "1:94b4c00117a7a6bd", + "word_count": 341 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0080-01", + "first_page_order": 80, + "last_page_order": 80 + }, + { + "id": 2095823, + "name": "The Commonwealth v. Moses Mann", + "name_abbreviation": "Commonwealth v. Mann", + "decision_date": "1812-11-11", + "docket_number": "", + "first_page": "80", + "last_page": "80", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 308" + }, + { + "type": "official", + "cite": "3 Va. 308" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 131, + "char_count": 1944, + "ocr_confidence": 0.489, + "sha256": "a10740e2ef104dfbd314660928d87dac8a5b69096dbfa056e2a2b41106a9a1ed", + "simhash": "1:ac3057b52f879daa", + "word_count": 332 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0080-02", + "first_page_order": 80, + "last_page_order": 80 + }, + { + "id": 2095789, + "name": "The Commonwealth v. Benjamin Miller", + "name_abbreviation": "Commonwealth v. Miller", + "decision_date": "1812-11-17", + "docket_number": "", + "first_page": "80", + "last_page": "81", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 310" + }, + { + "type": "official", + "cite": "3 Va. 310" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + }, + { + "cite": "8 W. Va. 747", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "20 Gratt. 724", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6734319 + ], + "opinion_index": -1, + "case_paths": [ + "/va/61/0589-01" + ] + }, + { + "cite": "14 Gratt. 592", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732744 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0582-01" + ] + } + ], + "analysis": { + "cardinality": 194, + "char_count": 3432, + "ocr_confidence": 0.48, + "pagerank": { + "raw": 4.3029624020887727e-07, + "percentile": 0.9167936045692239 + }, + "sha256": "b3ef1fd6b3a30fb8934321f8822d209f4ddacbc4ed24e23c368166fae4f2dd36", + "simhash": "1:9ed280af76328f56", + "word_count": 590 + }, + "last_updated": "2024-02-27T22:30:09.339284+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0080-03", + "first_page_order": 80, + "last_page_order": 81 + }, + { + "id": 2095768, + "name": "The Commonwealth v. Richard M. B. Chichester", + "name_abbreviation": "Commonwealth v. Chichester", + "decision_date": "1812-06-11", + "docket_number": "", + "first_page": "81", + "last_page": "81", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 312" + }, + { + "type": "official", + "cite": "3 Va. 312" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + } + ], + "analysis": { + "cardinality": 157, + "char_count": 2189, + "ocr_confidence": 0.497, + "pagerank": { + "raw": 1.0287321652055004e-07, + "percentile": 0.5474575930874734 + }, + "sha256": "0d0b5233cb83517745a8d8417c3594b658852b19950c0caf0f8ce4523b003bd9", + "simhash": "1:bd3274ea971bb3b4", + "word_count": 370 + }, + "last_updated": "2024-02-27T22:30:09.339284+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0081-01", + "first_page_order": 81, + "last_page_order": 81 + }, + { + "id": 2095780, + "name": "John G. Jackson v. The Justices of Harrison County", + "name_abbreviation": "Jackson v. Justices of Harrison County", + "decision_date": "1812-10-02", + "docket_number": "", + "first_page": "81", + "last_page": "82", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 314" + }, + { + "type": "official", + "cite": "3 Va. 314" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "27 Gratt. 624", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740690 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0626-01" + ] + } + ], + "analysis": { + "cardinality": 241, + "char_count": 4493, + "ocr_confidence": 0.515, + "sha256": "4647f2a1918fdc578a16c4c1b954d1758e197db0216e4ee530cdd39cd8ef75b1", + "simhash": "1:6e6700f1b673f51e", + "word_count": 780 + }, + "last_updated": "2024-02-27T22:30:09.339284+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0081-02", + "first_page_order": 81, + "last_page_order": 82 + }, + { + "id": 2095751, + "name": "The Commonwealth v. Jacob Israel", + "name_abbreviation": "Commonwealth v. Israel", + "decision_date": "1813-06-12", + "docket_number": "", + "first_page": "82", + "last_page": "82", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 317" + }, + { + "type": "official", + "cite": "3 Va. 317" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 138, + "char_count": 2178, + "ocr_confidence": 0.529, + "sha256": "4ee370455aac5674b8e38ad4b679d24ea360c2ce62bd52338073a11e4f523710", + "simhash": "1:dda8663155ae7d0f", + "word_count": 367 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0082-01", + "first_page_order": 82, + "last_page_order": 82 + }, + { + "id": 2095805, + "name": "The Commonwealth v. John Edloe Thompson", + "name_abbreviation": "Commonwealth v. Thompson", + "decision_date": "1813-11-11", + "docket_number": "", + "first_page": "83", + "last_page": "83", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 319" + }, + { + "type": "official", + "cite": "3 Va. 319" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "20 Gratt. 733", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6734381 + ], + "opinion_index": -1, + "case_paths": [ + "/va/61/0593-01" + ] + } + ], + "analysis": { + "cardinality": 175, + "char_count": 3447, + "ocr_confidence": 0.491, + "pagerank": { + "raw": 2.42107294683114e-07, + "percentile": 0.8010272027442527 + }, + "sha256": "cc7b92539b1601426fd726ee131ce0facf4b521be8cec1cda7c5581b7978225c", + "simhash": "1:990852f055598f30", + "word_count": 606 + }, + "last_updated": "2024-02-27T22:30:09.339284+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0083-01", + "first_page_order": 83, + "last_page_order": 83 + }, + { + "id": 2095743, + "name": "The Commonwealth v. John Feely", + "name_abbreviation": "Commonwealth v. Feely", + "decision_date": "1813-11-11", + "docket_number": "", + "first_page": "83", + "last_page": "84", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 321" + }, + { + "type": "official", + "cite": "3 Va. 321" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Johns. 95", + "category": "reporters:state", + "reporter": "Johns.", + "case_ids": [ + 376268 + ], + "opinion_index": -1, + "case_paths": [ + "/johns/14/0095-01" + ] + }, + { + "cite": "17 Johns. 4", + "category": "reporters:state", + "reporter": "Johns.", + "case_ids": [ + 6064614 + ], + "opinion_index": -1, + "case_paths": [ + "/johns/17/0009-01" + ] + }, + { + "cite": "7 Conn. 239", + "category": "reporters:state", + "reporter": "Conn.", + "case_ids": [ + 6753437 + ], + "opinion_index": -1, + "case_paths": [ + "/conn/7/0239-01" + ] + }, + { + "cite": "1 Dana 442", + "category": "reporters:state", + "reporter": "Dana", + "case_ids": [ + 8520446 + ], + "opinion_index": -1, + "case_paths": [ + "/ky/31/0442-01" + ] + }, + { + "cite": "2 Va. Cas. 34", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6727643 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0124-01" + ] + }, + { + "cite": "17 Sup. Ct. Rep. 326", + "category": "reporters:federal", + "reporter": "S. Ct.", + "case_ids": [ + 8298391 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/us/165/0275-01" + ] + } + ], + "analysis": { + "cardinality": 361, + "char_count": 5639, + "ocr_confidence": 0.506, + "pagerank": { + "raw": 3.147423824291214e-07, + "percentile": 0.8624327132585722 + }, + "sha256": "5cf6603f79c6ebcfbf668a4df5ff0088abfaf75e5a82aaf88e40219dbd0e9acd", + "simhash": "1:85f34311e35cd6f2", + "word_count": 976 + }, + "last_updated": "2024-02-27T22:30:09.339284+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0083-02", + "first_page_order": 83, + "last_page_order": 84 + }, + { + "id": 2095822, + "name": "The Commonwealth v. William Waller Hening", + "name_abbreviation": "Commonwealth v. Hening", + "decision_date": "1814-11-12", + "docket_number": "", + "first_page": "84", + "last_page": "84", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 324" + }, + { + "type": "official", + "cite": "3 Va. 324" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 125, + "char_count": 1395, + "ocr_confidence": 0.553, + "pagerank": { + "raw": 4.3341757668126914e-08, + "percentile": 0.27269292534043493 + }, + "sha256": "6accddaa38a22d261e84fd61e3a1db13c4435e7d3ea6b923286d4c35aec1fa08", + "simhash": "1:6d15e3bad47bb72d", + "word_count": 236 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0084-01", + "first_page_order": 84, + "last_page_order": 84 + }, + { + "id": 2095742, + "name": "The Commonwealth v. William Waller Hening", + "name_abbreviation": "Commonwealth v. Hening", + "decision_date": "1814-11-12", + "docket_number": "", + "first_page": "84", + "last_page": "85", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 325" + }, + { + "type": "official", + "cite": "3 Va. 325" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 326, + "char_count": 6439, + "ocr_confidence": 0.484, + "pagerank": { + "raw": 4.3341757668126914e-08, + "percentile": 0.2726925392175374 + }, + "sha256": "43e2e9517130ba0a4820c122772dc7c0ebd33535acab32e7392b7a449bb9f794", + "simhash": "1:9dc056f9bb3967ae", + "word_count": 1144 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0084-02", + "first_page_order": 84, + "last_page_order": 85 + }, + { + "id": 2095816, + "name": "John Stokeley v. The Commonwealth", + "name_abbreviation": "Stokeley v. Commonwealth", + "decision_date": "1814-11-12", + "docket_number": "", + "first_page": "85", + "last_page": "86", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 330" + }, + { + "type": "official", + "cite": "3 Va. 330" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 261, + "char_count": 4208, + "ocr_confidence": 0.527, + "pagerank": { + "raw": 6.380125665320789e-08, + "percentile": 0.39134965011473644 + }, + "sha256": "c87a33eb0c193972f284a203947c54b6c7541be25927a6fe4ca9861ebaf255c1", + "simhash": "1:8963f221c8d241d8", + "word_count": 747 + }, + "last_updated": "2023-07-14T21:10:20.069025+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0085-01", + "first_page_order": 85, + "last_page_order": 86 + }, + { + "id": 2095841, + "name": "Isaac Morris v. George Creel and Others", + "name_abbreviation": "Morris v. Creel", + "decision_date": "1814-11-12", + "docket_number": "", + "first_page": "86", + "last_page": "86", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 333" + }, + { + "type": "official", + "cite": "3 Va. 333" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "27 Gratt. 624", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740690 + ], + "opinion_index": 0, + "case_paths": [ + "/va/68/0626-01" + ] + }, + { + "cite": "4 S. E. Rep. 422", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": 0 + }, + { + "cite": "30 W. Va. 421", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 158, + "char_count": 2040, + "ocr_confidence": 0.536, + "pagerank": { + "raw": 5.298132930532853e-08, + "percentile": 0.33428435402990675 + }, + "sha256": "939d4f76635982f8226c32182804548b1e6df0cc0e3d6622fc03696366bf36ca", + "simhash": "1:3a20418c3e396f1a", + "word_count": 366 + }, + "last_updated": "2024-02-27T22:30:09.339284+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0086-01", + "first_page_order": 86, + "last_page_order": 86 + }, + { + "id": 2095791, + "name": "The Commonwealth v. Thomas Lewis", + "name_abbreviation": "Commonwealth v. Lewis", + "decision_date": "1814-11-12", + "docket_number": "", + "first_page": "86", + "last_page": "87", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 334" + }, + { + "type": "official", + "cite": "3 Va. 334" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "22 Gratt. 917", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4435185 + ], + "opinion_index": -1, + "case_paths": [ + "/va/63/0324-01" + ] + }, + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + } + ], + "analysis": { + "cardinality": 109, + "char_count": 1480, + "ocr_confidence": 0.491, + "sha256": "0713a0d80352116ca6e8364588f150d93518c8ce30898fc04cf6f1230afab84e", + "simhash": "1:99bed2de0753fda2", + "word_count": 234 + }, + "last_updated": "2024-02-27T22:30:09.339284+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0086-02", + "first_page_order": 86, + "last_page_order": 87 + }, + { + "id": 2095825, + "name": "The Commonwealth v. William Horton", + "name_abbreviation": "Commonwealth v. Horton", + "decision_date": "1814-11-12", + "docket_number": "", + "first_page": "87", + "last_page": "87", + "citations": [ + { + "type": "nominative", + "cite": "1 Va. Cas. 335" + }, + { + "type": "official", + "cite": "3 Va. 335" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "22 Gratt. 917", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4435185 + ], + "opinion_index": -1, + "case_paths": [ + "/va/63/0324-01" + ] + }, + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + } + ], + "analysis": { + "cardinality": 99, + "char_count": 1196, + "ocr_confidence": 0.479, + "pagerank": { + "raw": 2.0446031217563963e-07, + "percentile": 0.7516727809227488 + }, + "sha256": "888c47dd285dd3ceaac8e882feaafaf063e4caa555284fc1e5cfa56ecfe46f32", + "simhash": "1:e8046ae4c6ec2d12", + "word_count": 199 + }, + "last_updated": "2024-02-27T22:30:09.339284+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0087-01", + "first_page_order": 87, + "last_page_order": 87 + } +] diff --git a/test/stdlib_basics/legal/cases_metadata/va_report_vol_4_CasesMetadata.json b/test/stdlib_basics/legal/cases_metadata/va_report_vol_4_CasesMetadata.json new file mode 100644 index 00000000..4ccf1d38 --- /dev/null +++ b/test/stdlib_basics/legal/cases_metadata/va_report_vol_4_CasesMetadata.json @@ -0,0 +1,14013 @@ +[ + { + "id": 6727111, + "name": "Commonwealth v. John Feely", + "name_abbreviation": "Commonwealth v. Feely", + "decision_date": "1815-06", + "docket_number": "", + "first_page": "111", + "last_page": "111", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 1" + }, + { + "type": "official", + "cite": "4 Va. 1" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + }, + { + "cite": "21 Gratt. 500", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "21 Fed. Rep. 771", + "category": "reporters:federal", + "reporter": "F.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 223, + "char_count": 3163, + "ocr_confidence": 0.438, + "pagerank": { + "raw": 6.10826132918089e-08, + "percentile": 0.38081235624161874 + }, + "sha256": "eafc406cd5ab85449f74983ca44a6596e247c5c7f2a6febf898861f161154f99", + "simhash": "1:865b22b8de153d22", + "word_count": 534 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0111-01", + "first_page_order": 15, + "last_page_order": 15 + }, + { + "id": 6727152, + "name": "Peter Haught v. The Commonwealth", + "name_abbreviation": "Haught v. Commonwealth", + "decision_date": "1815-06", + "docket_number": "", + "first_page": "111", + "last_page": "112", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 3" + }, + { + "type": "official", + "cite": "4 Va. 3" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + }, + { + "cite": "2 Va. Cas. 483", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6733411 + ], + "pin_cites": [ + { + "page": "488" + } + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0320-01" + ] + } + ], + "analysis": { + "cardinality": 148, + "char_count": 2131, + "ocr_confidence": 0.462, + "pagerank": { + "raw": 2.105381725994484e-07, + "percentile": 0.7623764937646944 + }, + "sha256": "76366bb6098962f8fcd8a6e2049a32d1ded1f4cd0f7f0181d02582382ab73062", + "simhash": "1:1857c4db9eda70d0", + "word_count": 366 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0111-02", + "first_page_order": 15, + "last_page_order": 16 + }, + { + "id": 6727183, + "name": "James Halkem v. The Commonwealth", + "name_abbreviation": "Halkem v. Commonwealth", + "decision_date": "1815-06", + "docket_number": "", + "first_page": "112", + "last_page": "113", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 4" + }, + { + "type": "official", + "cite": "4 Va. 4" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "8 Gratt. 670", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Va. Cas. 398", + "category": "reporters:state", + "reporter": "Va. Cas.", + "opinion_index": -1 + }, + { + "cite": "27 Gratt. 937", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 330, + "char_count": 6277, + "ocr_confidence": 0.474, + "pagerank": { + "raw": 2.2776354408292528e-07, + "percentile": 0.784450560631141 + }, + "sha256": "643c4c141865b0a6e85b21b163b2557abe5d7aaf967fd59c4559239e2f956065", + "simhash": "1:8f6121b800f7c5a2", + "word_count": 1103 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0112-01", + "first_page_order": 16, + "last_page_order": 17 + }, + { + "id": 6727229, + "name": "Munford Smith v. The Commonwealth", + "name_abbreviation": "Smith v. Commonwealth", + "decision_date": "1815-06", + "docket_number": "", + "first_page": "113", + "last_page": "114", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 6" + }, + { + "type": "official", + "cite": "4 Va. 6" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "20 Gratt. 733", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6734381 + ], + "opinion_index": -1, + "case_paths": [ + "/va/61/0593-01" + ] + }, + { + "cite": "17 S. E. Rep. 385", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "37 W. Va. 826", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "22 W. Va. 824", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "12 W. Va. 23", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641002 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/12/0023-01" + ] + }, + { + "cite": "9 W. Va. 456", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641485 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/9/0456-01" + ] + }, + { + "cite": "3 W. Va. 629", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8642112 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/3/0629-01" + ] + }, + { + "cite": "15 Gratt. 634", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732703 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/56/0983-01" + ] + }, + { + "cite": "12 Gratt. 689", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716433 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/53/0765-01" + ] + }, + { + "cite": "2 Gratt. 564", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716640 + ], + "opinion_index": -1, + "case_paths": [ + "/va/43/0479-02" + ] + }, + { + "cite": "1 Leigh 598", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 4445303 + ], + "opinion_index": -1, + "case_paths": [ + "/va/28/0209-01" + ] + }, + { + "cite": "5 Rand. 655", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6733495 + ], + "opinion_index": -1, + "case_paths": [ + "/va/26/0535-01" + ] + }, + { + "cite": "2 Va. Cas. 516", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6733734 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0347-02" + ] + }, + { + "cite": "13 W. Va. 228", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "15 S. E. Rep. 984", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "86 W. Va. 736", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "9 W. Va. 465", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "23 Gratt. 920", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "7 Gratt. 623", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Gratt. 566", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Leigh 616", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "7 Gratt. 619", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449149 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/48/0319-01" + ] + }, + { + "cite": "2 Va. Cas. 474", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6733283 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/4/0316-01" + ] + }, + { + "cite": "2 Va. Cas. 510", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6733618 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0344-01" + ] + }, + { + "cite": "27 Gratt. 676", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740842 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0661-01" + ] + } + ], + "analysis": { + "cardinality": 515, + "char_count": 8330, + "ocr_confidence": 0.525, + "pagerank": { + "raw": 3.252288621102403e-07, + "percentile": 0.8690049110971335 + }, + "sha256": "d59302eac37fa4664e18b5c144381170169fbccc1fac1f0f32aef12309a203e8", + "simhash": "1:ead3bd2fdee67d38", + "word_count": 1485 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0113-01", + "first_page_order": 17, + "last_page_order": 18 + }, + { + "id": 6727283, + "name": "The Commonwealth of Virginia v. The Justices of Fairfax County Court", + "name_abbreviation": "Commonwealth v. Justices of Fairfax County Court", + "decision_date": "1815-11", + "docket_number": "", + "first_page": "114", + "last_page": "117", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 9" + }, + { + "type": "official", + "cite": "4 Va. 9" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "26 S. E. Rep. 282", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "42 W. Va. 263", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639136 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/42/0263-01" + ] + }, + { + "cite": "15 S. E. Rep. 117", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "88 Va. 773", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "30 Gratt. 419", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "23 Gratt. 579", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6727261 + ], + "opinion_index": -1, + "case_paths": [ + "/va/64/0599-01" + ] + }, + { + "cite": "11 Gratt. 292", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451461 + ], + "pin_cites": [ + { + "page": "297" + } + ], + "opinion_index": -1, + "case_paths": [ + "/va/52/0130-01" + ] + }, + { + "cite": "2 Leigh 768", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "5 Call 548", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716014 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/9/1045-01" + ] + }, + { + "cite": "28 W. Va. 174", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "2 Va. Cas. 500", + "category": "reporters:state", + "reporter": "Va. Cas.", + "opinion_index": -1 + }, + { + "cite": "1 Black. Rep. 667", + "category": "reporters:scotus_early", + "reporter": "Black. Rep.", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 776, + "char_count": 18608, + "ocr_confidence": 0.531, + "pagerank": { + "raw": 1.983921227659691e-07, + "percentile": 0.7409267876235256 + }, + "sha256": "b4e07fe7aecb97866d16ff33ae4a07a64a338c1e5e2f49c2c90b046310aa67e9", + "simhash": "1:9c1384a06007cd14", + "word_count": 3340 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0114-01", + "first_page_order": 18, + "last_page_order": 21 + }, + { + "id": 6727322, + "name": "The Commonwealth v. George Offner", + "name_abbreviation": "Commonwealth v. Offner", + "decision_date": "1815-11", + "docket_number": "", + "first_page": "117", + "last_page": "118", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 17" + }, + { + "type": "official", + "cite": "4 Va. 17" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "12 Gratt. 63", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + }, + { + "cite": "22 Gratt. 917", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4435185 + ], + "opinion_index": -1, + "case_paths": [ + "/va/63/0324-01" + ] + } + ], + "analysis": { + "cardinality": 191, + "char_count": 2636, + "ocr_confidence": 0.513, + "sha256": "aad057453f2750b49b5c75611f07d1b201f505a0b393070202ed2d011dabc3e3", + "simhash": "1:cc5564e1d3c26b8e", + "word_count": 458 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0117-01", + "first_page_order": 21, + "last_page_order": 22 + }, + { + "id": 6727363, + "name": "The Commonwealth v. Mark Butts", + "name_abbreviation": "Commonwealth v. Butts", + "decision_date": "1815-11", + "docket_number": "", + "first_page": "118", + "last_page": "118", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 18" + }, + { + "type": "official", + "cite": "4 Va. 18" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 Leigh 681", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + }, + { + "cite": "22 Gratt. 917", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4435185 + ], + "opinion_index": -1, + "case_paths": [ + "/va/63/0324-01" + ] + } + ], + "analysis": { + "cardinality": 173, + "char_count": 2592, + "ocr_confidence": 0.504, + "pagerank": { + "raw": 7.181100842601303e-08, + "percentile": 0.42982158419274635 + }, + "sha256": "ea696c5fafc40b78b220d0c468cc68be34defa7455b20bcad7fe24ca48b4e32e", + "simhash": "1:f8597074869ab032", + "word_count": 449 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0118-01", + "first_page_order": 22, + "last_page_order": 22 + }, + { + "id": 6727392, + "name": "The Commonwealth v. John Maddox", + "name_abbreviation": "Commonwealth v. Maddox", + "decision_date": "1815-11", + "docket_number": "", + "first_page": "118", + "last_page": "119", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 19" + }, + { + "type": "official", + "cite": "4 Va. 19" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + }, + { + "cite": "22 Gratt. 917", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4435185 + ], + "opinion_index": -1, + "case_paths": [ + "/va/63/0324-01" + ] + } + ], + "analysis": { + "cardinality": 205, + "char_count": 2416, + "ocr_confidence": 0.503, + "sha256": "09f12eb3ed2974ff9616c320f31f580f02e87502149861d2f30ad6bb02bed34d", + "simhash": "1:1d8864dcdb22aa5a", + "word_count": 431 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0118-02", + "first_page_order": 22, + "last_page_order": 23 + }, + { + "id": 6727423, + "name": "The Commonwealth v. William Cherry", + "name_abbreviation": "Commonwealth v. Cherry", + "decision_date": "1815-11", + "docket_number": "", + "first_page": "119", + "last_page": "121", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 20" + }, + { + "type": "official", + "cite": "4 Va. 20" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "10 S. E. Rep. 840", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "86 Va. 578", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "16 Gratt. 523", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Rob. 826", + "category": "reporters:state", + "reporter": "Rob.", + "case_ids": [ + 6752429 + ], + "opinion_index": -1, + "case_paths": [ + "/va/41/0816-01" + ] + }, + { + "cite": "2 Va. Cas. 319", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6731847 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0254-01" + ] + }, + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + }, + { + "cite": "12 Leigh 246", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "4 Leigh 668", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "2 Va. Cas. 514", + "category": "reporters:state", + "reporter": "Va. Cas.", + "opinion_index": -1 + }, + { + "cite": "7 Leigh 747", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6719171 + ], + "opinion_index": -1, + "case_paths": [ + "/va/34/0785-01" + ] + }, + { + "cite": "9 Leigh 639", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "2 Va. Cas. 318", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6731798 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/4/0253-01" + ] + }, + { + "cite": "27 S. E. Rep. 890", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "43 W. Va. 619", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 782, + "char_count": 15168, + "ocr_confidence": 0.509, + "pagerank": { + "raw": 5.548197933782398e-07, + "percentile": 0.9470330123493687 + }, + "sha256": "2c7295f873add57e458f3ece82ad663aa420fc02dfb94359cbcd98b4961fd5b5", + "simhash": "1:8aa7f3d92d1877f2", + "word_count": 2702 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0119-01", + "first_page_order": 23, + "last_page_order": 25 + }, + { + "id": 6727467, + "name": "John Bills v. Ezra Harris", + "name_abbreviation": "Bills v. Harris", + "decision_date": "1815-11", + "docket_number": "", + "first_page": "121", + "last_page": "121", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 26" + }, + { + "type": "official", + "cite": "4 Va. 26" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "6 Gratt. 213", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 954930 + ], + "opinion_index": -1, + "case_paths": [ + "/va/47/0213-01" + ] + }, + { + "cite": "14 Gratt. 710", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733199 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0682-01" + ] + } + ], + "analysis": { + "cardinality": 106, + "char_count": 1311, + "ocr_confidence": 0.514, + "sha256": "1ebc2870c3aedcc51a354b2ca90f29e54d4c62aad4e788aa7462b8e40f7ab103", + "simhash": "1:0725b6570757dc9a", + "word_count": 233 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0121-01", + "first_page_order": 25, + "last_page_order": 25 + }, + { + "id": 6727509, + "name": "The Commonwealth v. George Dove", + "name_abbreviation": "Commonwealth v. Dove", + "decision_date": "1815-11", + "docket_number": "", + "first_page": "121", + "last_page": "122", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 26" + }, + { + "type": "official", + "cite": "4 Va. 26" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + }, + { + "cite": "31 Gratt. 887", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6717993 + ], + "opinion_index": -1, + "case_paths": [ + "/va/72/0598-01" + ] + }, + { + "cite": "15 S. E. Rep. 413", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "36 W. Va. 664", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "5 S. E. Rep. 156", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "30 W. Va. 685", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "22 W. Va. 768", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "20 W. Va. 674", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640942 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/20/0674-01" + ] + }, + { + "cite": "5 Leigh 725", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 366, + "char_count": 6243, + "ocr_confidence": 0.552, + "sha256": "136af940e645aa48f0f1233c626ccc5c1660935b5eb0b3bce0f02390311499c4", + "simhash": "1:954f45797f82f5bc", + "word_count": 1069 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0121-02", + "first_page_order": 25, + "last_page_order": 26 + }, + { + "id": 6727555, + "name": "The Commonwealth v. George Dove. Second Case", + "name_abbreviation": "Commonwealth v. Dove", + "decision_date": "1815-11", + "docket_number": "", + "first_page": "122", + "last_page": "123", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 29" + }, + { + "type": "official", + "cite": "4 Va. 29" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 193, + "char_count": 2853, + "ocr_confidence": 0.521, + "sha256": "d2eac7b1756b67128f669b120cb45326f56edb61107d7814a09b64cd3bdec84c", + "simhash": "1:9c45644c9a92e698", + "word_count": 492 + }, + "last_updated": "2023-07-14T17:06:18.705028+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0122-01", + "first_page_order": 26, + "last_page_order": 27 + }, + { + "id": 6727598, + "name": "John Conner v. The Commonwealth", + "name_abbreviation": "Conner v. Commonwealth", + "decision_date": "1815-11", + "docket_number": "", + "first_page": "123", + "last_page": "124", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 30" + }, + { + "type": "official", + "cite": "4 Va. 30" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "20 W. Va. 10", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "16 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 424, + "char_count": 9929, + "ocr_confidence": 0.537, + "pagerank": { + "raw": 1.3619063071971083e-07, + "percentile": 0.6364917414104065 + }, + "sha256": "5820452cc2a05f5a580ba9d991afe3fc3a033268fd7d694be701c78d0732d368", + "simhash": "1:9440c65b7f90fc44", + "word_count": 1752 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0123-01", + "first_page_order": 27, + "last_page_order": 28 + }, + { + "id": 6727643, + "name": "Jonathan Jackson v. Elisha Rose", + "name_abbreviation": "Jackson v. Rose", + "decision_date": "1815-11", + "docket_number": "", + "first_page": "124", + "last_page": "128", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 34" + }, + { + "type": "official", + "cite": "4 Va. 34" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Va. Cas. 321", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 2095743 + ], + "opinion_index": -1, + "case_paths": [ + "/va/3/0083-02" + ] + }, + { + "cite": "15 N. H. 83", + "category": "reporters:state", + "reporter": "N.H.", + "case_ids": [ + 4401322 + ], + "pin_cites": [ + { + "page": "85" + } + ], + "opinion_index": -1, + "case_paths": [ + "/nh/15/0083-01" + ] + }, + { + "cite": "1 Dana 442", + "category": "reporters:state", + "reporter": "Dana", + "case_ids": [ + 8520446 + ], + "opinion_index": -1, + "case_paths": [ + "/ky/31/0442-01" + ] + }, + { + "cite": "7 Conn. 239", + "category": "reporters:state", + "reporter": "Conn.", + "case_ids": [ + 6753437 + ], + "weight": 2, + "pin_cites": [ + { + "page": "244" + } + ], + "opinion_index": -1, + "case_paths": [ + "/conn/7/0239-01" + ] + }, + { + "cite": "2 Hill 159", + "category": "reporters:state", + "reporter": "Hill", + "pin_cites": [ + { + "page": "169" + } + ], + "opinion_index": -1 + }, + { + "cite": "17 Johns. 4", + "category": "reporters:state", + "reporter": "Johns.", + "case_ids": [ + 6064614 + ], + "pin_cites": [ + { + "page": "265" + } + ], + "opinion_index": -1, + "case_paths": [ + "/johns/17/0009-01" + ] + }, + { + "cite": "1 Wheat. 304", + "category": "reporters:scotus_early", + "reporter": "Wheat.", + "case_ids": [ + 532366 + ], + "pin_cites": [ + { + "page": "330, 337" + } + ], + "opinion_index": -1, + "case_paths": [ + "/us/14/0304-01" + ] + }, + { + "cite": "13 Sup. Ct. Rep. 229", + "category": "reporters:federal", + "reporter": "S. Ct.", + "opinion_index": -1 + }, + { + "cite": "146 U. S. 657", + "category": "reporters:federal", + "reporter": "U.S.", + "case_ids": [ + 3563904 + ], + "opinion_index": -1, + "case_paths": [ + "/us/146/0657-01" + ] + }, + { + "cite": "2 Va. Cas. 289", + "category": "reporters:state", + "reporter": "Va. Cas.", + "opinion_index": -1 + }, + { + "cite": "18 Gratt. 938", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Va. Cas. 821", + "category": "reporters:state", + "reporter": "Va. Cas.", + "opinion_index": -1 + }, + { + "cite": "18 Gratt. 946", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "8 Gratt. 661", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716729 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0711-01" + ] + } + ], + "analysis": { + "cardinality": 882, + "char_count": 20885, + "ocr_confidence": 0.522, + "pagerank": { + "raw": 1.0992188532966507e-07, + "percentile": 0.5676249850860031 + }, + "sha256": "4e62a2fc4a80584463035b378e496478393d5eaffbf1910909d8a217c1898c69", + "simhash": "1:2aa366c25fcdd3cd", + "word_count": 3594 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0124-01", + "first_page_order": 28, + "last_page_order": 32 + }, + { + "id": 6727690, + "name": "John Hutson v. Joseph Lowry and Joseph Neville", + "name_abbreviation": "Hutson v. Lowry", + "decision_date": "1816-06", + "docket_number": "", + "first_page": "128", + "last_page": "131", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 41" + }, + { + "type": "official", + "cite": "4 Va. 41" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 S. E. Rep. 789", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "30 W. Va. 545", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "10 S. E. Rep. 394", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "8 Gratt. 457", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716085 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0589-01" + ] + }, + { + "cite": "2 Va. Cas. 130", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6729018 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0165-01" + ] + }, + { + "cite": "20 Gratt. 10", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733179 + ], + "opinion_index": -1, + "case_paths": [ + "/va/61/0345-01" + ] + }, + { + "cite": "29 Gratt. 713", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "20 Gratt. 496", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "12 Gratt. 18", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "5 Rand. 637", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "25 W. Va. 218", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "10 S. E. Rep. 393", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "33 W. Va. 234", + "category": "reporters:state", + "reporter": "W. Va.", + "weight": 2, + "opinion_index": -1 + }, + { + "cite": "21 S. E. Rep. 746", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "40 W. Va. 323", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "77 Va. 225", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4387788 + ], + "pin_cites": [ + { + "page": "280, 233" + } + ], + "opinion_index": -1, + "case_paths": [ + "/va/77/0225-01" + ] + } + ], + "analysis": { + "cardinality": 790, + "char_count": 17967, + "ocr_confidence": 0.529, + "sha256": "9c6fe6e98dc2dd98c7eb6afd224e6b3f07ca4679da8c89bd60a2c03f03bf1dd7", + "simhash": "1:9e39ebf9924b94f5", + "word_count": 3087 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0128-01", + "first_page_order": 32, + "last_page_order": 35 + }, + { + "id": 6727740, + "name": "John R. Jackson v. John Boast, John Hart, and Another", + "name_abbreviation": "Jackson v. Boast", + "decision_date": "1816-06", + "docket_number": "", + "first_page": "131", + "last_page": "131", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 49" + }, + { + "type": "official", + "cite": "4 Va. 49" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "20 Gratt. 439", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733842 + ], + "opinion_index": -1, + "case_paths": [ + "/va/61/0491-01" + ] + }, + { + "cite": "82 Va. 29", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "23 W. Va. 406", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640506 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/23/0406-01" + ] + }, + { + "cite": "3 Rand. 55", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "3 Rand. 516", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6715771 + ], + "opinion_index": -1, + "case_paths": [ + "/va/24/0689-01" + ] + }, + { + "cite": "3 Rand. 52", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6714414 + ], + "opinion_index": -1, + "case_paths": [ + "/va/24/0472-01" + ] + } + ], + "analysis": { + "cardinality": 282, + "char_count": 3336, + "ocr_confidence": 0.467, + "sha256": "4cede4b403bf301b6b8988b3bd894f7f94f7811f66d287e150d72394d975bf53", + "simhash": "1:b91f20cdd77491e8", + "word_count": 599 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0131-01", + "first_page_order": 35, + "last_page_order": 35 + }, + { + "id": 6727791, + "name": "Isaac Morris v. George Creel and Others", + "name_abbreviation": "Morris v. Creel", + "decision_date": "1816-06", + "docket_number": "", + "first_page": "131", + "last_page": "132", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 49" + }, + { + "type": "official", + "cite": "4 Va. 49" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "27 Gratt. 624", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740690 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0626-01" + ] + }, + { + "cite": "21 Gratt. 500", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 196, + "char_count": 3128, + "ocr_confidence": 0.536, + "sha256": "384d913228c35985d7041e2d061509a052b2220bdc76606585e6582fc030a55c", + "simhash": "1:22ce4db6fb5bad3e", + "word_count": 533 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0131-02", + "first_page_order": 35, + "last_page_order": 36 + }, + { + "id": 6727835, + "name": "The Commonwealth v. William Birchett", + "name_abbreviation": "Commonwealth v. Birchett", + "decision_date": "1816-06", + "docket_number": "", + "first_page": "132", + "last_page": "133", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 51" + }, + { + "type": "official", + "cite": "4 Va. 51" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + }, + { + "cite": "12 S. E. Rep. 1073", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "35 W. Va. 181", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "2 Va, Cas. 191", + "category": "reporters:state", + "reporter": "Va. Cas.", + "opinion_index": -1 + }, + { + "cite": "5 S. E. Rep. 570", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "84 Va. 579", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 462, + "char_count": 7445, + "ocr_confidence": 0.527, + "pagerank": { + "raw": 2.6427531635579697e-07, + "percentile": 0.8232725151157462 + }, + "sha256": "3c5281b9cf4f7b2e3b5090ac134d7e9fc86ee925434cfb1b325cf814d139aa18", + "simhash": "1:883577bcaf89ee9c", + "word_count": 1314 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0132-01", + "first_page_order": 36, + "last_page_order": 37 + }, + { + "id": 6727897, + "name": "Charles D. Scutt v. The Commonwealth", + "name_abbreviation": "Scutt v. Commonwealth", + "decision_date": "1817-06", + "docket_number": "", + "first_page": "133", + "last_page": "135", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 54" + }, + { + "type": "official", + "cite": "4 Va. 54" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "94 Am. Dec. 218", + "category": "reporters:federal", + "reporter": "Am. Dec.", + "opinion_index": -1 + }, + { + "cite": "2 Rob. 813", + "category": "reporters:state", + "reporter": "Rob.", + "opinion_index": -1 + }, + { + "cite": "2 Va. Cas. 383", + "category": "reporters:state", + "reporter": "Va. Cas.", + "opinion_index": -1 + }, + { + "cite": "6 Rand. 657", + "category": "reporters:state", + "reporter": "Rand.", + "pin_cites": [ + { + "page": "658" + } + ], + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 444, + "char_count": 7974, + "ocr_confidence": 0.523, + "pagerank": { + "raw": 5.527646540942415e-08, + "percentile": 0.34795175317171 + }, + "sha256": "1371635c4ac707199858ae8420f873673e0887adb77bf41c6b2b5cc2ef71e681", + "simhash": "1:0dc104a2c35cbe6b", + "word_count": 1393 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0133-01", + "first_page_order": 37, + "last_page_order": 39 + }, + { + "id": 6727949, + "name": "The Commonwealth v. Samuel Welsh", + "name_abbreviation": "Commonwealth v. Welsh", + "decision_date": "1817-06", + "docket_number": "", + "first_page": "135", + "last_page": "135", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 57" + }, + { + "type": "official", + "cite": "4 Va. 57" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + }, + { + "cite": "31 Gratt. 887", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6717993 + ], + "opinion_index": -1, + "case_paths": [ + "/va/72/0598-01" + ] + } + ], + "analysis": { + "cardinality": 201, + "char_count": 3589, + "ocr_confidence": 0.479, + "pagerank": { + "raw": 9.407779041147473e-08, + "percentile": 0.5161395509931274 + }, + "sha256": "cf789e77be3ae4839e49c07803ebb5b6c8f90744d29f3ecbbbc4323be2b2b450", + "simhash": "1:ad3099390718c5b8", + "word_count": 594 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0135-01", + "first_page_order": 39, + "last_page_order": 39 + }, + { + "id": 6727994, + "name": "John Maddox v. Charles Ewell", + "name_abbreviation": "Maddox v. Ewell", + "decision_date": "1817-06", + "docket_number": "", + "first_page": "135", + "last_page": "136", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 59" + }, + { + "type": "official", + "cite": "4 Va. 59" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "33 Gratt. 510", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716070 + ], + "opinion_index": -1, + "case_paths": [ + "/va/74/0515-01" + ] + }, + { + "cite": "2 Va. Cas. 130", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6729018 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0165-01" + ] + } + ], + "analysis": { + "cardinality": 210, + "char_count": 3332, + "ocr_confidence": 0.523, + "pagerank": { + "raw": 9.603562354376517e-08, + "percentile": 0.5265337863327167 + }, + "sha256": "d5d4c99cb544397951138914949426e4299facb6c343006448ff07b53e157603", + "simhash": "1:d68aff79cb4c0dc2", + "word_count": 564 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0135-02", + "first_page_order": 39, + "last_page_order": 40 + }, + { + "id": 6728033, + "name": "The Commonwealth v. Abel Hickerson", + "name_abbreviation": "Commonwealth v. Hickerson", + "decision_date": "1817-06", + "docket_number": "", + "first_page": "136", + "last_page": "136", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 60" + }, + { + "type": "official", + "cite": "4 Va. 60" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "25 Gratt. 887", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6726004 + ], + "opinion_index": -1, + "case_paths": [ + "/va/66/0599-01" + ] + }, + { + "cite": "1 Va. Cas. 264", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 2095766 + ], + "opinion_index": -1, + "case_paths": [ + "/va/3/0069-01" + ] + }, + { + "cite": "7 Gratt. 673", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449586 + ], + "pin_cites": [ + { + "page": "681" + } + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0338-01" + ] + } + ], + "analysis": { + "cardinality": 195, + "char_count": 2768, + "ocr_confidence": 0.506, + "pagerank": { + "raw": 2.0592551067066495e-07, + "percentile": 0.7563209283630049 + }, + "sha256": "dfa5b47bf8fc696076e280aa7b314fcaedc95a90452ed003f4a84e942ec3fd3e", + "simhash": "1:1f17cc21d17a2fa7", + "word_count": 502 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0136-01", + "first_page_order": 40, + "last_page_order": 40 + }, + { + "id": 6728092, + "name": "Pitman Hill v. The Commonwealth", + "name_abbreviation": "Hill v. Commonwealth", + "decision_date": "1817-06", + "docket_number": "", + "first_page": "136", + "last_page": "137", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 61" + }, + { + "type": "official", + "cite": "4 Va. 61" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "27 Gratt. 676", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740842 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0661-01" + ] + }, + { + "cite": "81 Va. 494", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "2 Va. Cas. 62", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6728138 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0137-01" + ] + }, + { + "cite": "2 Va. Cas. 470", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6733219 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0315-01" + ] + } + ], + "analysis": { + "cardinality": 141, + "char_count": 1984, + "ocr_confidence": 0.505, + "pagerank": { + "raw": 2.6237874680252327e-07, + "percentile": 0.8215780147800122 + }, + "sha256": "700c4cbc42c0ef03689ef2480c17d9aaa114c688e79c876ba7e2799d5a89f6ac", + "simhash": "1:ca05ec32e08203f8", + "word_count": 331 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0136-02", + "first_page_order": 40, + "last_page_order": 41 + }, + { + "id": 6728138, + "name": "The Commonwealth v. Joseph Varner", + "name_abbreviation": "Commonwealth v. Varner", + "decision_date": "1817-06", + "docket_number": "", + "first_page": "137", + "last_page": "137", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 62" + }, + { + "type": "official", + "cite": "4 Va. 62" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 138, + "char_count": 1926, + "ocr_confidence": 0.495, + "pagerank": { + "raw": 2.0943310706784682e-07, + "percentile": 0.7608283340071178 + }, + "sha256": "26920049d69627bf924fdb446f4ab2fcc12286cb574e7d43ae2a211f575b72a2", + "simhash": "1:d2761dbc93d8e45a", + "word_count": 344 + }, + "last_updated": "2023-07-14T17:06:18.705028+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0137-01", + "first_page_order": 41, + "last_page_order": 41 + }, + { + "id": 6728176, + "name": "Noah Zane v. Jonathan Zane", + "name_abbreviation": "Zane v. Zane", + "decision_date": "1817-06", + "docket_number": "", + "first_page": "137", + "last_page": "138", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 63" + }, + { + "type": "official", + "cite": "4 Va. 63" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 227, + "char_count": 4240, + "ocr_confidence": 0.524, + "pagerank": { + "raw": 7.069212957526642e-08, + "percentile": 0.4258464489628546 + }, + "sha256": "f758a34886b06dcf08dec4ad4677ab98564aa7c6531eb6b998526a825e51992d", + "simhash": "1:e64eb03049aa6b7a", + "word_count": 769 + }, + "last_updated": "2023-07-14T17:06:18.705028+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0137-02", + "first_page_order": 41, + "last_page_order": 42 + }, + { + "id": 6728231, + "name": "The Commonwealth v. John Speer", + "name_abbreviation": "Commonwealth v. Speer", + "decision_date": "1817-06", + "docket_number": "", + "first_page": "138", + "last_page": "139", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 65" + }, + { + "type": "official", + "cite": "4 Va. 65" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Leigh, 652", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 447, + "char_count": 8576, + "ocr_confidence": 0.475, + "pagerank": { + "raw": 7.317852702137001e-08, + "percentile": 0.43599704075411344 + }, + "sha256": "7f5020513b88949f5ba3316b6a11954c1544a7ed670799feb55b0a2e4f84d016", + "simhash": "1:369f73f8749aaeb1", + "word_count": 1550 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0138-01", + "first_page_order": 42, + "last_page_order": 43 + }, + { + "id": 6728275, + "name": "The Commonwealth v. William Rolls", + "name_abbreviation": "Commonwealth v. Rolls", + "decision_date": "1817-06", + "docket_number": "", + "first_page": "139", + "last_page": "139", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 68" + }, + { + "type": "official", + "cite": "4 Va. 68" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 133, + "char_count": 1453, + "ocr_confidence": 0.425, + "pagerank": { + "raw": 4.3201154735623756e-08, + "percentile": 0.27198709268378196 + }, + "sha256": "bd9501ba056f2c75dab41f7bb3ab618a6cd055daaad2a496f814beda997218c8", + "simhash": "1:1a625af80c5ff6c2", + "word_count": 262 + }, + "last_updated": "2023-07-14T17:06:18.705028+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0139-01", + "first_page_order": 43, + "last_page_order": 43 + }, + { + "id": 6728303, + "name": "The Commonwealth v. Joseph Wildy", + "name_abbreviation": "Commonwealth v. Wildy", + "decision_date": "1817-06", + "docket_number": "", + "first_page": "139", + "last_page": "140", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 69" + }, + { + "type": "official", + "cite": "4 Va. 69" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 96, + "char_count": 972, + "ocr_confidence": 0.476, + "pagerank": { + "raw": 4.3201154735623756e-08, + "percentile": 0.27198728574523073 + }, + "sha256": "85c435eef7bb591a1e036010724894de609ab8fb7f65b3cc7c86165d9b57ebba", + "simhash": "1:c4162faa95d8cfe1", + "word_count": 171 + }, + "last_updated": "2023-07-14T17:06:18.705028+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0139-02", + "first_page_order": 43, + "last_page_order": 44 + }, + { + "id": 6728369, + "name": "The Commonwealth v. Levi Gibson", + "name_abbreviation": "Commonwealth v. Gibson", + "decision_date": "1817-06", + "docket_number": "", + "first_page": "140", + "last_page": "142", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 70" + }, + { + "type": "official", + "cite": "4 Va. 70" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "8 Gratt. 678", + "category": "reporters:state", + "reporter": "Gratt.", + "pin_cites": [ + { + "page": "694" + } + ], + "opinion_index": -1 + }, + { + "cite": "2 Va. Cas. 111", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6728910 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0157-01" + ] + }, + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + }, + { + "cite": "22 S. E. Rep. 311", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "40 W. Va. 722", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "7 Gratt. 300", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449671 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0119-01" + ] + }, + { + "cite": "19 Gratt. 823", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 496, + "char_count": 12533, + "ocr_confidence": 0.531, + "pagerank": { + "raw": 1.9111348122019823e-07, + "percentile": 0.731719301009441 + }, + "sha256": "043ceadeb59d655077aca57df99c1897c67fe092a41848e1a72f68c57345ce96", + "simhash": "1:8cd5cd9ad243e0bc", + "word_count": 2229 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0140-01", + "first_page_order": 44, + "last_page_order": 46 + }, + { + "id": 6728400, + "name": "The Commonwealth v. John Lovett", + "name_abbreviation": "Commonwealth v. Lovett", + "decision_date": "1817-06", + "docket_number": "", + "first_page": "142", + "last_page": "142", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 74" + }, + { + "type": "official", + "cite": "4 Va. 74" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + }, + { + "cite": "1 Va. Cas. 319", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 2095805 + ], + "opinion_index": -1, + "case_paths": [ + "/va/3/0083-01" + ] + }, + { + "cite": "8 Gratt. 679", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Va. Cas. 373", + "category": "reporters:state", + "reporter": "Va. Cas.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 239, + "char_count": 4050, + "ocr_confidence": 0.532, + "pagerank": { + "raw": 7.253498885884907e-08, + "percentile": 0.43245745215261583 + }, + "sha256": "8484a38490cbb86a0bd030f7291dc4cfb9e4a4f435be2bf2e4140a0238a44116", + "simhash": "1:892eac63c20a6086", + "word_count": 723 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0142-01", + "first_page_order": 46, + "last_page_order": 46 + }, + { + "id": 6728438, + "name": "The Commonwealth v. James Chalmers", + "name_abbreviation": "Commonwealth v. Chalmers", + "decision_date": "1817-06", + "docket_number": "", + "first_page": "142", + "last_page": "143", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 76" + }, + { + "type": "official", + "cite": "4 Va. 76" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "7 Gratt. 425", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449374 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0172-01" + ] + }, + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + } + ], + "analysis": { + "cardinality": 169, + "char_count": 2671, + "ocr_confidence": 0.5, + "pagerank": { + "raw": 2.466269267747633e-07, + "percentile": 0.8060344444791955 + }, + "sha256": "4330e6bccf4d87440a97700bb1bb2e45d93f2480519f1a1e27b0d29661f8f517", + "simhash": "1:af534f703a082e29", + "word_count": 443 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0142-02", + "first_page_order": 46, + "last_page_order": 47 + }, + { + "id": 6728525, + "name": "The Commonwealth v. Nathaniel Terry", + "name_abbreviation": "Commonwealth v. Terry", + "decision_date": "1817-06", + "docket_number": "", + "first_page": "143", + "last_page": "143", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 77" + }, + { + "type": "official", + "cite": "4 Va. 77" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "22 Gratt. 917", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4435185 + ], + "opinion_index": -1, + "case_paths": [ + "/va/63/0324-01" + ] + } + ], + "analysis": { + "cardinality": 83, + "char_count": 992, + "ocr_confidence": 0.498, + "sha256": "c7de29eeca23a8654cb115b975cf98ca09daded8c175b5fc37f6fa14606b5270", + "simhash": "1:9261c3b28c8bdffb", + "word_count": 174 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0143-01", + "first_page_order": 47, + "last_page_order": 47 + }, + { + "id": 6728607, + "name": "John King v. The Commonwealth", + "name_abbreviation": "King v. Commonwealth", + "decision_date": "1817-06", + "docket_number": "", + "first_page": "143", + "last_page": "148", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 78" + }, + { + "type": "official", + "cite": "4 Va. 78" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "77 Va. 284", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "15 S. E. Rep. 422", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "86 W. Va. 701", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8634347 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/86/0701-01" + ] + }, + { + "cite": "2 Gratt. 607", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "19 Gratt. 656", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4436388 + ], + "opinion_index": -1, + "case_paths": [ + "/va/60/0235-01" + ] + }, + { + "cite": "26 Gratt. 963", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4434480 + ], + "opinion_index": -1, + "case_paths": [ + "/va/67/0316-01" + ] + }, + { + "cite": "7 Gratt. 673", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449586 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0338-01" + ] + }, + { + "cite": "82 Va. 565", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 1213, + "char_count": 34706, + "ocr_confidence": 0.481, + "pagerank": { + "raw": 1.299936035476388e-07, + "percentile": 0.6219378040959145 + }, + "sha256": "79e164db5c55f13448ae2cd95cb239b1ae8d69ef048a13208f92996ec418435e", + "simhash": "1:177f581e931e3c6c", + "word_count": 6216 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0143-02", + "first_page_order": 47, + "last_page_order": 52 + }, + { + "id": 6728652, + "name": "The Commonwealth v. William Quann", + "name_abbreviation": "Commonwealth v. Quann", + "decision_date": "1817-11", + "docket_number": "", + "first_page": "148", + "last_page": "150", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 89" + }, + { + "type": "official", + "cite": "4 Va. 89" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "26 Gratt. 943", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4433570 + ], + "opinion_index": -1, + "case_paths": [ + "/va/67/0307-01" + ] + }, + { + "cite": "8 Gratt. 692", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 324, + "char_count": 6955, + "ocr_confidence": 0.505, + "pagerank": { + "raw": 5.6906204911912216e-08, + "percentile": 0.3578660377496912 + }, + "sha256": "721f44585bd09a27ed1e2af9f1baf9de945814d5274afaa4b3e39bff09a038c5", + "simhash": "1:d9d531ce93de4412", + "word_count": 1208 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0148-01", + "first_page_order": 52, + "last_page_order": 54 + }, + { + "id": 6728690, + "name": "Nathaniel Frisbie v. The Justices of Wythe County", + "name_abbreviation": "Frisbie v. Justices of Wythe County", + "decision_date": "1817-11", + "docket_number": "", + "first_page": "150", + "last_page": "150", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 92" + }, + { + "type": "official", + "cite": "4 Va. 92" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 110, + "char_count": 1623, + "ocr_confidence": 0.549, + "sha256": "1cdcf0fa717fbc1f1947bff79a83fde4e51c40047148bae4864a848c45124a51", + "simhash": "1:ff09ccbf4eb9ed98", + "word_count": 279 + }, + "last_updated": "2023-07-14T17:06:18.705028+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0150-01", + "first_page_order": 54, + "last_page_order": 54 + }, + { + "id": 6728720, + "name": "Henry H. Newsum and Wife, Administrators of John Pendred v. William Pendred", + "name_abbreviation": "Newsum v. Pendred", + "decision_date": "1817-11", + "docket_number": "", + "first_page": "150", + "last_page": "150", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 93" + }, + { + "type": "official", + "cite": "4 Va. 93" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 162, + "char_count": 2461, + "ocr_confidence": 0.547, + "pagerank": { + "raw": 4.3341757668126914e-08, + "percentile": 0.2726933114633324 + }, + "sha256": "7c81abae3ab6b4f58cd11d494805eb6b6c737dddf3e40e7d6f34ad17db1ef683", + "simhash": "1:d46b10fc4ac42173", + "word_count": 399 + }, + "last_updated": "2023-07-14T17:06:18.705028+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0150-02", + "first_page_order": 54, + "last_page_order": 54 + }, + { + "id": 6728754, + "name": "Thomas Taylor v. The Commonwealth", + "name_abbreviation": "Taylor v. Commonwealth", + "decision_date": "1817-11", + "docket_number": "", + "first_page": "150", + "last_page": "151", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 94" + }, + { + "type": "official", + "cite": "4 Va. 94" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Va. Cas. 1", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 2095793 + ], + "opinion_index": -1, + "case_paths": [ + "/va/3/0007-01" + ] + }, + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + } + ], + "analysis": { + "cardinality": 170, + "char_count": 2261, + "ocr_confidence": 0.496, + "pagerank": { + "raw": 5.061447019797991e-08, + "percentile": 0.3188979357483776 + }, + "sha256": "4901925c81ea4a0894634df74947982129c0fd73c2293b4a947207c96a9c2d0a", + "simhash": "1:f05047b689d851db", + "word_count": 381 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0150-03", + "first_page_order": 54, + "last_page_order": 55 + }, + { + "id": 6728810, + "name": "Jacob Warner v. The Commonwealth", + "name_abbreviation": "Warner v. Commonwealth", + "decision_date": "1817-11", + "docket_number": "", + "first_page": "151", + "last_page": "157", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 95" + }, + { + "type": "official", + "cite": "4 Va. 95" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "11 Gratt. 477", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451213 + ], + "opinion_index": -1, + "case_paths": [ + "/va/52/0232-01" + ] + }, + { + "cite": "21 Gratt. 800", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6735276 + ], + "pin_cites": [ + { + "page": "807" + } + ], + "opinion_index": -1, + "case_paths": [ + "/va/62/1028-01" + ] + }, + { + "cite": "78 Va. 243", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "17 Gratt. 587", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 1136, + "char_count": 39929, + "ocr_confidence": 0.493, + "pagerank": { + "raw": 2.19348269356633e-07, + "percentile": 0.7740738938833885 + }, + "sha256": "03c3d66553728d5f93f7afac8405deeddc3221a168df2ecc2edc426cc04ec7e9", + "simhash": "1:8cbabf68d951b9e9", + "word_count": 7067 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0151-01", + "first_page_order": 55, + "last_page_order": 61 + }, + { + "id": 6728910, + "name": "Levi Gibson v. The Commonwealth. Second Case", + "name_abbreviation": "Gibson v. Commonwealth", + "decision_date": "1817-11", + "docket_number": "", + "first_page": "157", + "last_page": "162", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 111" + }, + { + "type": "official", + "cite": "4 Va. 111" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "12 S. E. Rep. 700", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "34 W. Va. 235", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "20 Gratt. 855", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "8 Gratt. 692", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "19 Gratt. 656", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4436388 + ], + "opinion_index": -1, + "case_paths": [ + "/va/60/0235-01" + ] + }, + { + "cite": "5 Sup. Ct. Rep. 954", + "category": "reporters:federal", + "reporter": "S. Ct.", + "opinion_index": -1 + }, + { + "cite": "5 Gratt. 165", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "20 Gratt. 733", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6734381 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/61/0593-01" + ] + }, + { + "cite": "24 Gratt. 647", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "28 Gratt. 967", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + }, + { + "cite": "7 Gratt. 673", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449586 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0338-01" + ] + } + ], + "analysis": { + "cardinality": 914, + "char_count": 28257, + "ocr_confidence": 0.524, + "pagerank": { + "raw": 2.8450796447552744e-07, + "percentile": 0.8402273646069713 + }, + "sha256": "83977fab837818a5fd026b5b0281fb5c0157f52ef8d744c19f83df42f1bb73e3", + "simhash": "1:a80d16a89fe6bd62", + "word_count": 4900 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0157-01", + "first_page_order": 61, + "last_page_order": 66 + }, + { + "id": 6728955, + "name": "Joseph Barker v. The Commonwealth", + "name_abbreviation": "Barker v. Commonwealth", + "decision_date": "1817-11", + "docket_number": "", + "first_page": "162", + "last_page": "164", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 122" + }, + { + "type": "official", + "cite": "4 Va. 122" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Va. Cas. 276", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6731682 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0230-02" + ] + }, + { + "cite": "28 Gratt. 968", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "20 Gratt. 857", + "category": "reporters:state", + "reporter": "Gratt.", + "pin_cites": [ + { + "page": "858" + } + ], + "opinion_index": -1 + }, + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + }, + { + "cite": "2 Gratt. 641", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "33 Gratt. 832", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Gratt. 636", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "24 Gratt. 646", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "24 Gratt. 555", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4434388 + ], + "opinion_index": -1, + "case_paths": [ + "/va/65/0194-01" + ] + }, + { + "cite": "24 Gratt. 644", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4434654 + ], + "opinion_index": -1, + "case_paths": [ + "/va/65/0224-01" + ] + }, + { + "cite": "2 Va. Cas. 44", + "category": "reporters:state", + "reporter": "Va. Cas.", + "opinion_index": -1 + }, + { + "cite": "16 S. E. Rep. 725", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "89 Va. 573", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 655, + "char_count": 14659, + "ocr_confidence": 0.531, + "pagerank": { + "raw": 5.43388746906896e-07, + "percentile": 0.9449682201549202 + }, + "sha256": "1caadb2f7f047c1d9e4f6ac34c1dfddf3d25fee2cbad2105b8d47150b28cbb03", + "simhash": "1:304969b08767d2b9", + "word_count": 2523 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0162-01", + "first_page_order": 66, + "last_page_order": 68 + }, + { + "id": 6728980, + "name": "John Cummings v. The Commonwealth", + "name_abbreviation": "Cummings v. Commonwealth", + "decision_date": "1818-06", + "docket_number": "", + "first_page": "164", + "last_page": "165", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 128" + }, + { + "type": "official", + "cite": "4 Va. 128" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Va. Cas. 154", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6729548 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0181-01" + ] + }, + { + "cite": "2 Va. Cas. 344", + "category": "reporters:state", + "reporter": "Va. Cas.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 265, + "char_count": 4045, + "ocr_confidence": 0.531, + "pagerank": { + "raw": 2.0774235680449636e-07, + "percentile": 0.7585975089667389 + }, + "sha256": "e7556b3ca6ca94a66f692becc551aee57c4f1d6a22114df5287b9615ee0c339d", + "simhash": "1:cc8d40d1e14ebefa", + "word_count": 716 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0164-01", + "first_page_order": 68, + "last_page_order": 69 + }, + { + "id": 6729018, + "name": "William Wallace v. The Commonwealth", + "name_abbreviation": "Wallace v. Commonwealth", + "decision_date": "1818-06", + "docket_number": "", + "first_page": "165", + "last_page": "166", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 130" + }, + { + "type": "official", + "cite": "4 Va. 130" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Va. Cas. 156", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 2095752 + ], + "opinion_index": -1, + "case_paths": [ + "/va/3/0043-02" + ] + } + ], + "analysis": { + "cardinality": 185, + "char_count": 3104, + "ocr_confidence": 0.546, + "pagerank": { + "raw": 1.1100062620465673e-06, + "percentile": 0.9857854647124215 + }, + "sha256": "7ff42cff643d616fa085eaecffea93dc8a559b713645f2fab25418dd6a6b394d", + "simhash": "1:4edff1f1e900674c", + "word_count": 545 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0165-01", + "first_page_order": 69, + "last_page_order": 70 + }, + { + "id": 6729062, + "name": "The Commonwealth v. Hill Carter", + "name_abbreviation": "Commonwealth v. Carter", + "decision_date": "1818-06", + "docket_number": "", + "first_page": "172", + "last_page": "173", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 131" + }, + { + "type": "official", + "cite": "4 Va. 131" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 92, + "char_count": 1254, + "ocr_confidence": 0.52, + "sha256": "268921210ba08beab82502c6c564a2bb4da49da4ede544c785bb8bc98bc91433", + "simhash": "1:9d3374b1ce98b942", + "word_count": 237 + }, + "last_updated": "2023-07-14T17:06:18.705028+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0172-01", + "first_page_order": 76, + "last_page_order": 77 + }, + { + "id": 6729100, + "name": "Abner Vance v. The Commonwealth", + "name_abbreviation": "Vance v. Commonwealth", + "decision_date": "1818-06", + "docket_number": "", + "first_page": "173", + "last_page": "173", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 132" + }, + { + "type": "official", + "cite": "4 Va. 132" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "20 Gratt. 860", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6734604 + ], + "opinion_index": -1, + "case_paths": [ + "/va/61/0657-01" + ] + } + ], + "analysis": { + "cardinality": 261, + "char_count": 4488, + "ocr_confidence": 0.535, + "pagerank": { + "raw": 5.1748706209423054e-08, + "percentile": 0.32524656842927907 + }, + "sha256": "cc58691dbc99d55a41a79715cdcf41e2ad961014497f4e4e825bcf94125db6cf", + "simhash": "1:ba8051edf803713a", + "word_count": 776 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0173-01", + "first_page_order": 77, + "last_page_order": 77 + }, + { + "id": 6729135, + "name": "The Commonwealth v. Samuel Haines", + "name_abbreviation": "Commonwealth v. Haines", + "decision_date": "1818-06", + "docket_number": "", + "first_page": "173", + "last_page": "174", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 134" + }, + { + "type": "official", + "cite": "4 Va. 134" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 182, + "char_count": 2750, + "ocr_confidence": 0.523, + "sha256": "8f536ad62afa1d1ebd159b2a3f978e23b59accf306d3f78cdc103383e64383a1", + "simhash": "1:f784d97cd149a1fb", + "word_count": 462 + }, + "last_updated": "2023-07-14T17:06:18.705028+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0173-02", + "first_page_order": 77, + "last_page_order": 78 + }, + { + "id": 6729173, + "name": "Griffin Thompson v. The Commonwealth", + "name_abbreviation": "Thompson v. Commonwealth", + "decision_date": "1818-06", + "docket_number": "", + "first_page": "174", + "last_page": "174", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 135" + }, + { + "type": "official", + "cite": "4 Va. 135" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + }, + { + "cite": "24 Gratt. 555", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4434388 + ], + "opinion_index": -1, + "case_paths": [ + "/va/65/0194-01" + ] + } + ], + "analysis": { + "cardinality": 110, + "char_count": 1456, + "ocr_confidence": 0.543, + "sha256": "a0b6c572c1f6cb942a19afb89feecb620b50151b1caa42dc44567f8f8be6e20d", + "simhash": "1:78090f67d9623cc8", + "word_count": 250 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0174-01", + "first_page_order": 78, + "last_page_order": 78 + }, + { + "id": 6729226, + "name": "Thomas Holleman v. The Commonwealth", + "name_abbreviation": "Holleman v. Commonwealth", + "decision_date": "1818-06", + "docket_number": "", + "first_page": "174", + "last_page": "175", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 135" + }, + { + "type": "official", + "cite": "4 Va. 135" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 H. & M. 307", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 303, + "char_count": 5120, + "ocr_confidence": 0.523, + "sha256": "002ec93845f56addc0051188d63534b2bfbc1d4b655c0c3f0535e3ffe27f8ade", + "simhash": "1:fe79494da58a9dd9", + "word_count": 898 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0174-02", + "first_page_order": 78, + "last_page_order": 79 + }, + { + "id": 6729267, + "name": "Jacob Conrod v. Peter Conrod", + "name_abbreviation": "Conrod v. Conrod", + "decision_date": "1818-11", + "docket_number": "", + "first_page": "175", + "last_page": "175", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 138" + }, + { + "type": "official", + "cite": "4 Va. 138" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 141, + "char_count": 1967, + "ocr_confidence": 0.529, + "sha256": "6c52d18f08f70683e149e559ee4ccef55a84255734db6de7ec0fbe75cefc3d5e", + "simhash": "1:b8d5d47d42df17df", + "word_count": 337 + }, + "last_updated": "2023-07-14T17:06:18.705028+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0175-01", + "first_page_order": 79, + "last_page_order": 79 + }, + { + "id": 6729322, + "name": "The Commonwealth v. Nicholas C. Kinney", + "name_abbreviation": "Commonwealth v. Kinney", + "decision_date": "1818-11", + "docket_number": "", + "first_page": "175", + "last_page": "176", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 139" + }, + { + "type": "official", + "cite": "4 Va. 139" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "26 Gratt. 943", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4433570 + ], + "opinion_index": -1, + "case_paths": [ + "/va/67/0307-01" + ] + }, + { + "cite": "6 Gratt. 213", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 954930 + ], + "opinion_index": -1, + "case_paths": [ + "/va/47/0213-01" + ] + }, + { + "cite": "9 Leigh 606", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 276, + "char_count": 4515, + "ocr_confidence": 0.53, + "pagerank": { + "raw": 1.2240919645422112e-07, + "percentile": 0.6022855000426666 + }, + "sha256": "952342abb6686527d299a5af0d97742dc8619abc2fa30a9a22904742030da0f5", + "simhash": "1:a7dd8f389853f9d5", + "word_count": 778 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0175-02", + "first_page_order": 79, + "last_page_order": 80 + }, + { + "id": 6729362, + "name": "Finney Rutherford v. The Commonwealth", + "name_abbreviation": "Rutherford v. Commonwealth", + "decision_date": "1818-11", + "docket_number": "", + "first_page": "176", + "last_page": "177", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 141" + }, + { + "type": "official", + "cite": "4 Va. 141" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 347, + "char_count": 6286, + "ocr_confidence": 0.452, + "pagerank": { + "raw": 5.227708491128234e-08, + "percentile": 0.32965744334901376 + }, + "sha256": "bfad2c082e2dd55cc37b8163b01b7ec8a6c08f55a72debfcb219590c78149c06", + "simhash": "1:15632d0f7c485098", + "word_count": 1158 + }, + "last_updated": "2023-07-14T17:06:18.705028+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0176-01", + "first_page_order": 80, + "last_page_order": 81 + }, + { + "id": 6729389, + "name": "William Trimble v. The Commonwealth", + "name_abbreviation": "Trimble v. Commonwealth", + "decision_date": "1818-11", + "docket_number": "", + "first_page": "177", + "last_page": "178", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 143" + }, + { + "type": "official", + "cite": "4 Va. 143" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "11 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "20 Gratt. 825", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6734442 + ], + "opinion_index": -1, + "case_paths": [ + "/va/61/0646-01" + ] + }, + { + "cite": "2 Va. Cas. 122", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6728955 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0162-01" + ] + }, + { + "cite": "24 Gratt. 646", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "18 Gratt. 930", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 299, + "char_count": 4682, + "ocr_confidence": 0.488, + "pagerank": { + "raw": 7.184027284939545e-08, + "percentile": 0.430079321226836 + }, + "sha256": "74a4e11130a2cd8e2fd8dc62961016da6699cbc85367d204c72368f54d24af0d", + "simhash": "1:3a57d07cb69b520d", + "word_count": 793 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0177-01", + "first_page_order": 81, + "last_page_order": 82 + }, + { + "id": 6729427, + "name": "Abner W. Mercer, alias William Wilson, v. The Commonwealth", + "name_abbreviation": "Mercer v. Commonwealth", + "decision_date": "1818-11", + "docket_number": "", + "first_page": "178", + "last_page": "180", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 144" + }, + { + "type": "official", + "cite": "4 Va. 144" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Leigh 595", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 505, + "char_count": 9578, + "ocr_confidence": 0.545, + "pagerank": { + "raw": 4.688403287882615e-08, + "percentile": 0.1854265705616823 + }, + "sha256": "78d2a026a74bb6f6c5d3d1f9dbb4feff1d09d330ae8050fa988fe6b3149d46f0", + "simhash": "1:88abfc39f99f2f8d", + "word_count": 1713 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0178-01", + "first_page_order": 82, + "last_page_order": 84 + }, + { + "id": 6729499, + "name": "The Commonwealth v. Stephen Hensley", + "name_abbreviation": "Commonwealth v. Hensley", + "decision_date": "1819-06", + "docket_number": "", + "first_page": "180", + "last_page": "181", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 149" + }, + { + "type": "official", + "cite": "4 Va. 149" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Leigh 784", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 456, + "char_count": 10202, + "ocr_confidence": 0.518, + "pagerank": { + "raw": 4.5828155114230504e-08, + "percentile": 0.2874675318908554 + }, + "sha256": "507504c45af3cf94fbfcedc7fd8487b798cb398affcd5d161ad2c00508a6ff7c", + "simhash": "1:15b140fb1842ea1a", + "word_count": 1802 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0180-01", + "first_page_order": 84, + "last_page_order": 85 + }, + { + "id": 6729548, + "name": "The Commonwealth v. William Moseley", + "name_abbreviation": "Commonwealth v. Moseley", + "decision_date": "1819-06", + "docket_number": "", + "first_page": "181", + "last_page": "182", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 154" + }, + { + "type": "official", + "cite": "4 Va. 154" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + }, + { + "cite": "24 Gratt. 555", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4434388 + ], + "opinion_index": -1, + "case_paths": [ + "/va/65/0194-01" + ] + }, + { + "cite": "2 Va. Cas. 344", + "category": "reporters:state", + "reporter": "Va. Cas.", + "opinion_index": -1 + }, + { + "cite": "2 Va. Cas. 128", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6728980 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0164-01" + ] + } + ], + "analysis": { + "cardinality": 214, + "char_count": 4120, + "ocr_confidence": 0.536, + "pagerank": { + "raw": 4.364012536165934e-08, + "percentile": 0.2741634743956115 + }, + "sha256": "c92c69091c91f946e01194ca6c1c9aaf06fd9717ad406ad54d0d458083d04841", + "simhash": "1:dd9c8df985f4865b", + "word_count": 712 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0181-01", + "first_page_order": 85, + "last_page_order": 86 + }, + { + "id": 6729578, + "name": "The Commonwealth v. John Moore", + "name_abbreviation": "Commonwealth v. Moore", + "decision_date": "1819-06", + "docket_number": "", + "first_page": "182", + "last_page": "182", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 155" + }, + { + "type": "official", + "cite": "4 Va. 155" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "8 Gratt. 457", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716085 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0589-01" + ] + }, + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + } + ], + "analysis": { + "cardinality": 149, + "char_count": 1963, + "ocr_confidence": 0.56, + "sha256": "a3971358f95950c61e82b9009318a9a0a997bedd5cf03e3ec5082bdcd2460835", + "simhash": "1:fea5ff39bb930e11", + "word_count": 334 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0182-01", + "first_page_order": 86, + "last_page_order": 86 + }, + { + "id": 6729614, + "name": "William R. Holt v. The Commonwealth", + "name_abbreviation": "Holt v. Commonwealth", + "decision_date": "1819-06", + "docket_number": "", + "first_page": "182", + "last_page": "183", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 156" + }, + { + "type": "official", + "cite": "4 Va. 156" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "32 Gratt. 443", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "27 Gratt. 676", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740842 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0661-01" + ] + }, + { + "cite": "4 Munf. 547", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 4441787 + ], + "opinion_index": 0, + "case_paths": [ + "/va/18/0265-02" + ] + } + ], + "analysis": { + "cardinality": 282, + "char_count": 4073, + "ocr_confidence": 0.501, + "pagerank": { + "raw": 5.8494156222028794e-08, + "percentile": 0.3632117162043038 + }, + "sha256": "7be929ea133cfe263d898f733154923a40b357adb8f201c71f33ed4844c7345a", + "simhash": "1:dbed1ce460eb2a32", + "word_count": 707 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0182-02", + "first_page_order": 86, + "last_page_order": 87 + }, + { + "id": 6729640, + "name": "The Commonwealth v. Joseph Cohen", + "name_abbreviation": "Commonwealth v. Cohen", + "decision_date": "1819-06", + "docket_number": "", + "first_page": "183", + "last_page": "184", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 158" + }, + { + "type": "official", + "cite": "4 Va. 158" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Va. Cas. 271", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 2095787 + ], + "opinion_index": -1, + "case_paths": [ + "/va/3/0071-01" + ] + }, + { + "cite": "7 W. Va. 103", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "2 Va. Cas. 483", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6733411 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0320-01" + ] + }, + { + "cite": "2 Va. Cas. 544", + "category": "reporters:state", + "reporter": "Va. Cas.", + "opinion_index": -1 + }, + { + "cite": "11 Leigh 646", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "7 W. Va. 734", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "9 Leigh 636", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "2 Va. Cas. 316", + "category": "reporters:state", + "reporter": "Va. Cas.", + "opinion_index": -1 + }, + { + "cite": "2 Va. Cas. 233", + "category": "reporters:state", + "reporter": "Va. Cas.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 217, + "char_count": 3811, + "ocr_confidence": 0.503, + "pagerank": { + "raw": 3.883155899958552e-07, + "percentile": 0.9009913319270737 + }, + "sha256": "463ac1994f7184d5affe308d6feab1728affa631cf10b780ab38d6fb54a49a70", + "simhash": "1:775535da94569ebc", + "word_count": 669 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0183-01", + "first_page_order": 87, + "last_page_order": 88 + }, + { + "id": 6729670, + "name": "The Commonwealth v. Thomas Flint", + "name_abbreviation": "Commonwealth v. Flint", + "decision_date": "1819-06", + "docket_number": "", + "first_page": "184", + "last_page": "184", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 159" + }, + { + "type": "official", + "cite": "4 Va. 159" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 107, + "char_count": 1419, + "ocr_confidence": 0.56, + "sha256": "40bea436925c0fdfc82d75739d1cdc9fda9a886cd3159332b2e7d9e2754f8d88", + "simhash": "1:acd72dbc2f5aca4e", + "word_count": 247 + }, + "last_updated": "2023-07-14T17:06:18.705028+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0184-01", + "first_page_order": 88, + "last_page_order": 88 + }, + { + "id": 6729709, + "name": "Joshua Myers v. The Commonwealth", + "name_abbreviation": "Myers v. Commonwealth", + "decision_date": "1819-06", + "docket_number": "", + "first_page": "184", + "last_page": "184", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 160" + }, + { + "type": "official", + "cite": "4 Va. 160" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "8 Leigh 721", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6718827 + ], + "opinion_index": -1, + "case_paths": [ + "/va/35/1049-02" + ] + }, + { + "cite": "9 W. Va. 644", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "39 S. E. Rep. 706", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "99 Va. 875", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "9 Leigh 675", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 142, + "char_count": 2030, + "ocr_confidence": 0.521, + "pagerank": { + "raw": 1.2240919645422112e-07, + "percentile": 0.6022847277968716 + }, + "sha256": "55f852a747e4ffcdf4fd1494b8675d5b6bd66853cdf0904c4a98ea725e7dc3fc", + "simhash": "1:1e29ec6afbd8f41c", + "word_count": 357 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0184-02", + "first_page_order": 88, + "last_page_order": 88 + }, + { + "id": 6729763, + "name": "Abner Vance v. The Commonwealth. Second Case", + "name_abbreviation": "Vance v. Commonwealth", + "decision_date": "1819-06", + "docket_number": "", + "first_page": "184", + "last_page": "187", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 162" + }, + { + "type": "official", + "cite": "4 Va. 162" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "8 Gratt. 672", + "category": "reporters:state", + "reporter": "Gratt.", + "pin_cites": [ + { + "page": "678, 679, 681, 694" + } + ], + "opinion_index": -1 + }, + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + }, + { + "cite": "2 Va. Cas. 387", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6732719 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0281-01" + ] + }, + { + "cite": "1 Va. Cas. 310", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 2095789 + ], + "opinion_index": -1, + "case_paths": [ + "/va/3/0080-03" + ] + }, + { + "cite": "14 Gratt. 596", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 662, + "char_count": 17936, + "ocr_confidence": 0.521, + "pagerank": { + "raw": 8.437698936505356e-08, + "percentile": 0.4844936905587932 + }, + "sha256": "f95eedac1e52b624ed2841896e4b928a864fcb5be8f52bd0f9fe07319c2009e3", + "simhash": "1:1dc736b0125eb7b4", + "word_count": 3145 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0184-03", + "first_page_order": 88, + "last_page_order": 91 + }, + { + "id": 6729795, + "name": "Robert Carter, a free man of Colour, v. The Commonwealth", + "name_abbreviation": "Carter v. Commonwealth", + "decision_date": "1819-11", + "docket_number": "", + "first_page": "187", + "last_page": "188", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 169" + }, + { + "type": "official", + "cite": "4 Va. 169" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 227, + "char_count": 3746, + "ocr_confidence": 0.543, + "pagerank": { + "raw": 3.0120189280778685e-07, + "percentile": 0.85325592341484 + }, + "sha256": "1d9933b3ad3e037e7d487ba4308dace971b9f53320859612c97e6d376ba4c2ef", + "simhash": "1:981188a1ea56240b", + "word_count": 612 + }, + "last_updated": "2023-07-14T17:06:18.705028+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0187-01", + "first_page_order": 91, + "last_page_order": 92 + }, + { + "id": 6729826, + "name": "Daniel Justice v. The Commonwealth", + "name_abbreviation": "Justice v. Commonwealth", + "decision_date": "1819-11", + "docket_number": "", + "first_page": "188", + "last_page": "188", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 171" + }, + { + "type": "official", + "cite": "4 Va. 171" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 180, + "char_count": 2237, + "ocr_confidence": 0.543, + "sha256": "9d412527bef229ab69e82654a927e887b3b1485f752132790b5a632ee763a1f2", + "simhash": "1:99116f608ac972ae", + "word_count": 385 + }, + "last_updated": "2023-07-14T17:06:18.705028+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0188-01", + "first_page_order": 92, + "last_page_order": 92 + }, + { + "id": 6729881, + "name": "The Commonwealth v. John Gaines", + "name_abbreviation": "Commonwealth v. Gaines", + "decision_date": "1819-11", + "docket_number": "", + "first_page": "188", + "last_page": "196", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 172" + }, + { + "type": "official", + "cite": "4 Va. 172" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "22 S. E. Rep. 852", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "92 Va. 790", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "33 Hen. 8", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": 0 + }, + { + "cite": "13 Rich. 2", + "category": "reporters:state", + "reporter": "Rich.", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 1290, + "char_count": 45373, + "ocr_confidence": 0.513, + "pagerank": { + "raw": 5.482219387602793e-08, + "percentile": 0.34350844392858426 + }, + "sha256": "9b74c17e2da1380d7066ec795edcfad0608d3794616aeeeba054a8f41c8fc966", + "simhash": "1:7fb900c6a472fdf9", + "word_count": 7821 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0188-02", + "first_page_order": 92, + "last_page_order": 100 + }, + { + "id": 6729924, + "name": "The Commonwealth v. The President and Directors of the James River Company", + "name_abbreviation": "Commonwealth v. President of James River Co.", + "decision_date": "1819-11", + "docket_number": "", + "first_page": "196", + "last_page": "199", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 190" + }, + { + "type": "official", + "cite": "4 Va. 190" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 S. E. Rep. 570", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "84 Va. 579", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "2 Va. Cas. 51", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6727835 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0132-01" + ] + } + ], + "analysis": { + "cardinality": 752, + "char_count": 18548, + "ocr_confidence": 0.511, + "pagerank": { + "raw": 5.786231875337188e-08, + "percentile": 0.3610615908495051 + }, + "sha256": "e7dd1934e42604a3b11bc67a9404e7368f59ac92e9ef0a97c3c0be3dff82a428", + "simhash": "1:367536826fca5fb2", + "word_count": 3195 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0196-01", + "first_page_order": 100, + "last_page_order": 103 + }, + { + "id": 6730015, + "name": "The Commonwealth v. Jacob Lester", + "name_abbreviation": "Commonwealth v. Lester", + "decision_date": "1820-06", + "docket_number": "", + "first_page": "199", + "last_page": "200", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 198" + }, + { + "type": "official", + "cite": "4 Va. 198" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + }, + { + "cite": "77 Va. 393", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4388540 + ], + "opinion_index": -1, + "case_paths": [ + "/va/77/0393-01" + ] + }, + { + "cite": "22 Gratt. 924", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4435220 + ], + "year": 1883, + "opinion_index": -1, + "case_paths": [ + "/va/63/0330-01" + ] + }, + { + "cite": "7 S. E. Rep. 24", + "category": "reporters:state_regional", + "reporter": "S.E.", + "year": 1872, + "opinion_index": -1 + }, + { + "cite": "31 W. Va. 390", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639937 + ], + "year": 1872, + "opinion_index": -1, + "case_paths": [ + "/w-va/31/0390-01" + ] + }, + { + "cite": "27 W. Va. 546", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640480 + ], + "year": 1888, + "opinion_index": -1, + "case_paths": [ + "/w-va/27/0546-01" + ] + }, + { + "cite": "26 W. Va. 36", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639837 + ], + "year": 1886, + "opinion_index": -1, + "case_paths": [ + "/w-va/26/0036-01" + ] + }, + { + "cite": "22 W. Va. 762", + "category": "reporters:state", + "reporter": "W. Va.", + "year": 1885, + "opinion_index": -1 + }, + { + "cite": "21 W. Va. 761", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641070 + ], + "year": 1883, + "opinion_index": -1, + "case_paths": [ + "/w-va/21/0761-01" + ] + }, + { + "cite": "20 W. Va. 764", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640999 + ], + "year": 1883, + "opinion_index": -1, + "case_paths": [ + "/w-va/20/0764-01" + ] + }, + { + "cite": "18 W. Va. 658", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641158 + ], + "year": 1882, + "opinion_index": -1, + "case_paths": [ + "/w-va/18/0658-01" + ] + }, + { + "cite": "13 W. Va. 859", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641267 + ], + "year": 1881, + "opinion_index": -1, + "case_paths": [ + "/w-va/13/0859-01" + ] + }, + { + "cite": "5 W. Va. 510", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641865 + ], + "year": 1878, + "opinion_index": -1, + "case_paths": [ + "/w-va/5/0510-01" + ] + }, + { + "cite": "17 S. E. Rep. 796", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "38 W. Va. 64", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 322, + "char_count": 4792, + "ocr_confidence": 0.515, + "pagerank": { + "raw": 1.417823765551116e-07, + "percentile": 0.6483872225755247 + }, + "sha256": "8361af99766fd59f5d5b74c1d2ed6b404dd338d3885498083de4bb681f645655", + "simhash": "1:d44e4660e6fb07f0", + "word_count": 834 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0199-01", + "first_page_order": 103, + "last_page_order": 104 + }, + { + "id": 6730041, + "name": "The Commonwealth v. Alexander Goode", + "name_abbreviation": "Commonwealth v. Goode", + "decision_date": "1820-06", + "docket_number": "", + "first_page": "200", + "last_page": "200", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 200" + }, + { + "type": "official", + "cite": "4 Va. 200" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 130, + "char_count": 2229, + "ocr_confidence": 0.524, + "sha256": "c8d329ba12402b8931469959199ad7979d43409e563efb8e5459adcb7326e8b2", + "simhash": "1:66b5c5689d188613", + "word_count": 390 + }, + "last_updated": "2023-07-14T17:06:18.705028+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0200-01", + "first_page_order": 104, + "last_page_order": 104 + }, + { + "id": 6730079, + "name": "George White v. John R. Archer", + "name_abbreviation": "White v. Archer", + "decision_date": "1820-06", + "docket_number": "", + "first_page": "200", + "last_page": "201", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 201" + }, + { + "type": "official", + "cite": "4 Va. 201" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Rand. 460", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 4443352 + ], + "opinion_index": -1, + "case_paths": [ + "/va/22/0180-01" + ] + }, + { + "cite": "13 Gratt. 660", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 223, + "char_count": 3999, + "ocr_confidence": 0.477, + "pagerank": { + "raw": 2.865114278970581e-07, + "percentile": 0.8417656782306613 + }, + "sha256": "37ca3b3c7fca4402d5170525ccb10f4acea4454da22789e31f1c21bcf5aec304", + "simhash": "1:4e333f3e498f0147", + "word_count": 735 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0200-02", + "first_page_order": 104, + "last_page_order": 105 + }, + { + "id": 6730110, + "name": "The Commonwealth v. Thomas P. Harrison and Others", + "name_abbreviation": "Commonwealth v. Harrison", + "decision_date": "1820-06", + "docket_number": "", + "first_page": "201", + "last_page": "201", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 202" + }, + { + "type": "official", + "cite": "4 Va. 202" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "144 U. S. 310", + "category": "reporters:federal", + "reporter": "U.S.", + "case_ids": [ + 3560847 + ], + "opinion_index": -1, + "case_paths": [ + "/us/144/0310-01" + ] + }, + { + "cite": "12 Sup. Ct. Rep. 610", + "category": "reporters:federal", + "reporter": "S. Ct.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 104, + "char_count": 1258, + "ocr_confidence": 0.455, + "pagerank": { + "raw": 1.2107753936049062e-07, + "percentile": 0.5959220016302109 + }, + "sha256": "6e125ac873ff99cee1b361be4857a5e54052ab63b6e41541cccb45f56f0746da", + "simhash": "1:8503c5ede7dfaf88", + "word_count": 219 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0201-01", + "first_page_order": 105, + "last_page_order": 105 + }, + { + "id": 6730139, + "name": "Isaac Larowe v. Charles Binns, Adm'r of William H. Harding, Dec'd", + "name_abbreviation": "Larowe v. Binns", + "decision_date": "1820-06", + "docket_number": "", + "first_page": "201", + "last_page": "201", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 203" + }, + { + "type": "official", + "cite": "4 Va. 203" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "8 Gratt. 457", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716085 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0589-01" + ] + } + ], + "analysis": { + "cardinality": 109, + "char_count": 1377, + "ocr_confidence": 0.444, + "pagerank": { + "raw": 7.069212957526642e-08, + "percentile": 0.42584664202430333 + }, + "sha256": "e055a294164cf285d7cb3e2c493f81f94dec94f770936baa6f01535110f0b3f8", + "simhash": "1:1769a7fd4b5fb77a", + "word_count": 234 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0201-02", + "first_page_order": 105, + "last_page_order": 105 + }, + { + "id": 6730160, + "name": "Benjamin Ficklin v. George Ficklin", + "name_abbreviation": "Ficklin v. Ficklin", + "decision_date": "1820-06", + "docket_number": "", + "first_page": "202", + "last_page": "202", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 204" + }, + { + "type": "official", + "cite": "4 Va. 204" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "17 Gratt. 398", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733550 + ], + "opinion_index": -1, + "case_paths": [ + "/va/58/0391-01" + ] + }, + { + "cite": "24 Gratt. 314", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 251, + "char_count": 3601, + "ocr_confidence": 0.52, + "pagerank": { + "raw": 6.770845263994211e-08, + "percentile": 0.4129781311574536 + }, + "sha256": "15e7e8788132dd07930ec1c0779e81678bbee98deee6e9829b363cf725578c4b", + "simhash": "1:1c35e6f0cc55a19c", + "word_count": 621 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0202-01", + "first_page_order": 106, + "last_page_order": 106 + }, + { + "id": 6730207, + "name": "The Commonwealth v. Laurence Linton", + "name_abbreviation": "Commonwealth v. Linton", + "decision_date": "1820-06", + "docket_number": "", + "first_page": "202", + "last_page": "203", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 205" + }, + { + "type": "official", + "cite": "4 Va. 205" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "40 N. J. Law, 514", + "category": "reporters:state", + "reporter": "N.J.L.", + "opinion_index": -1 + }, + { + "cite": "14 S. E. Rep. 437", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "36 W. Va. 84", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639464 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/36/0084-01" + ] + } + ], + "analysis": { + "cardinality": 260, + "char_count": 6695, + "ocr_confidence": 0.475, + "pagerank": { + "raw": 8.013147037304176e-08, + "percentile": 0.4644890493615651 + }, + "sha256": "a985837cf09f6878b9560d01ac8aea38c1c87f3b3c2622b82f2d62ed3fa28d15", + "simhash": "1:a8612eb0f1559299", + "word_count": 1179 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0202-02", + "first_page_order": 106, + "last_page_order": 107 + }, + { + "id": 6730250, + "name": "Joseph Chew v. The Justices of Spottsylvania", + "name_abbreviation": "Chew v. Justices of Spottsylvania", + "decision_date": "1820-06", + "docket_number": "", + "first_page": "203", + "last_page": "204", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 208" + }, + { + "type": "official", + "cite": "4 Va. 208" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Va. Cas. 130", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6729018 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0165-01" + ] + }, + { + "cite": "11 Gratt. 292", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451461 + ], + "opinion_index": -1, + "case_paths": [ + "/va/52/0130-01" + ] + }, + { + "cite": "27 Gratt. 160", + "category": "reporters:state", + "reporter": "Gratt.", + "pin_cites": [ + { + "page": "161" + } + ], + "opinion_index": -1 + }, + { + "cite": "2 Leigh 805", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "2 Va. Cas. 526", + "category": "reporters:state", + "reporter": "Va. Cas.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 279, + "char_count": 5148, + "ocr_confidence": 0.509, + "pagerank": { + "raw": 1.0599897330993742e-07, + "percentile": 0.5568382558210923 + }, + "sha256": "79e35c527ba6a0ea6b581469ca9ed29ffaf70658547bd2c6a76e054e01b0d8a0", + "simhash": "1:0e10b0f1b54c3994", + "word_count": 897 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0203-01", + "first_page_order": 107, + "last_page_order": 108 + }, + { + "id": 6730288, + "name": "The Commonwealth v. Jerry Mann", + "name_abbreviation": "Commonwealth v. Mann", + "decision_date": "1820-06", + "docket_number": "", + "first_page": "204", + "last_page": "204", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 210" + }, + { + "type": "official", + "cite": "4 Va. 210" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + } + ], + "analysis": { + "cardinality": 115, + "char_count": 1216, + "ocr_confidence": 0.517, + "sha256": "ea7449bf8e61ceea836469c6201a17fe9ccdc9bd86cd28229e60ae66667727a1", + "simhash": "1:f90b5fa487231b78", + "word_count": 211 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0204-01", + "first_page_order": 108, + "last_page_order": 108 + }, + { + "id": 6730330, + "name": "The Commonwealth v. Malachi Williamson", + "name_abbreviation": "Commonwealth v. Williamson", + "decision_date": "1820-06", + "docket_number": "", + "first_page": "204", + "last_page": "206", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 211" + }, + { + "type": "official", + "cite": "4 Va. 211" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "29 Gratt. 857", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6734301 + ], + "opinion_index": -1, + "case_paths": [ + "/va/70/0626-01" + ] + }, + { + "cite": "25 Gratt. 855", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "4 Black. 363", + "category": "reporters:scotus_early", + "reporter": "Black", + "opinion_index": -1 + }, + { + "cite": "4 Black. 323", + "category": "reporters:scotus_early", + "reporter": "Black", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 434, + "char_count": 9257, + "ocr_confidence": 0.522, + "pagerank": { + "raw": 1.319777811690542e-07, + "percentile": 0.6262453911405645 + }, + "sha256": "1d824ba2c805faa5ef02583761aeeb393f292001a45295637a54255a549d26d4", + "simhash": "1:ac11cbe0251a25e6", + "word_count": 1593 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0204-02", + "first_page_order": 108, + "last_page_order": 110 + }, + { + "id": 6730369, + "name": "Andrew Heath and James M'Kim, Executors of Andrew Heath, Deceased, v. John Blaker and Daniel Kimbler", + "name_abbreviation": "Heath v. Blaker", + "decision_date": "1820-06", + "docket_number": "", + "first_page": "206", + "last_page": "206", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 215" + }, + { + "type": "official", + "cite": "4 Va. 215" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "18 Gratt. 801", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733925 + ], + "opinion_index": -1, + "case_paths": [ + "/va/59/0792-01" + ] + }, + { + "cite": "1 Munf. 555", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 2094013 + ], + "opinion_index": -1, + "case_paths": [ + "/va/15/0219-01" + ] + } + ], + "analysis": { + "cardinality": 212, + "char_count": 3016, + "ocr_confidence": 0.515, + "pagerank": { + "raw": 4.4791356179175726e-08, + "percentile": 0.2803644150682144 + }, + "sha256": "6a85d8839d7a6b68fae473248f67e323c7283d0361e273cfe0b14603421afb3b", + "simhash": "1:7712faacb3fadce0", + "word_count": 518 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0206-01", + "first_page_order": 110, + "last_page_order": 110 + }, + { + "id": 6730421, + "name": "John W. Keerle v. Richard Norris, Bail for Robert N. Norris", + "name_abbreviation": "Keerle v. Norris", + "decision_date": "1820-11", + "docket_number": "", + "first_page": "206", + "last_page": "208", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 217" + }, + { + "type": "official", + "cite": "4 Va. 217" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 396, + "char_count": 10535, + "ocr_confidence": 0.52, + "sha256": "0ecaf5bd1f6bb5b89f25262453e9f6fd78b6811f9484953ff47f634326a7f688", + "simhash": "1:90da1e61f29fe9fc", + "word_count": 1839 + }, + "last_updated": "2023-07-14T17:06:18.705028+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0206-02", + "first_page_order": 110, + "last_page_order": 112 + }, + { + "id": 6730456, + "name": "Ex Parte Robert W. Collins", + "name_abbreviation": "Ex parte Collins", + "decision_date": "1820-11", + "docket_number": "", + "first_page": "208", + "last_page": "209", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 222" + }, + { + "type": "official", + "cite": "4 Va. 222" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "27 Gratt. 632", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740719 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0643-01" + ] + }, + { + "cite": "29 Gratt. 702", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 W. Va. 144", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 189, + "char_count": 2620, + "ocr_confidence": 0.532, + "pagerank": { + "raw": 4.5046715916883656e-08, + "percentile": 0.2824377019664081 + }, + "sha256": "73196bf3183b7e4087c17c62da6c54fc0995e007a20294cf4d31dc3d76abeec5", + "simhash": "1:8a31a428d520e6dc", + "word_count": 482 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0208-01", + "first_page_order": 112, + "last_page_order": 113 + }, + { + "id": 6730486, + "name": "The Commonwealth v. Nathaniel Hooper, Richard Gillam, Joseph Gillam and William Gillam", + "name_abbreviation": "Commonwealth v. Hooper", + "decision_date": "1820-11", + "docket_number": "", + "first_page": "209", + "last_page": "209", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 223" + }, + { + "type": "official", + "cite": "4 Va. 223" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 710", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733199 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0682-01" + ] + }, + { + "cite": "4 Leigh 651", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 108, + "char_count": 1085, + "ocr_confidence": 0.545, + "sha256": "93eef1ed303cd719bc237beb157abac605c51d32fc0c51f6f59f66dde1e8887f", + "simhash": "1:beb1aba68e7848d7", + "word_count": 184 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0209-01", + "first_page_order": 113, + "last_page_order": 113 + }, + { + "id": 6730531, + "name": "The Commonwealth v. Jacob L. Brownwell", + "name_abbreviation": "Commonwealth v. Brownwell", + "decision_date": "1820-11", + "docket_number": "", + "first_page": "209", + "last_page": "209", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 223" + }, + { + "type": "official", + "cite": "4 Va. 223" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "8 Gratt. 457", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716085 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0589-01" + ] + } + ], + "analysis": { + "cardinality": 116, + "char_count": 1431, + "ocr_confidence": 0.537, + "sha256": "8d550bd2ed23839d01f97ee8001bc087552993197ded29b320fb36c25eea29c9", + "simhash": "1:2d116391886eb53f", + "word_count": 252 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0209-02", + "first_page_order": 113, + "last_page_order": 113 + }, + { + "id": 6730581, + "name": "William Jones v. The Commonwealth", + "name_abbreviation": "Jones v. Commonwealth", + "decision_date": "1820-11", + "docket_number": "", + "first_page": "209", + "last_page": "210", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 224" + }, + { + "type": "official", + "cite": "4 Va. 224" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 233, + "char_count": 4631, + "ocr_confidence": 0.535, + "pagerank": { + "raw": 1.2240919645422112e-07, + "percentile": 0.6026924735766448 + }, + "sha256": "c48c313e084ddacd6d65b35bf0a7311e35963f7b8b5786b703749d0a716c396b", + "simhash": "1:8d154d729b56c21e", + "word_count": 819 + }, + "last_updated": "2023-07-14T17:06:18.705028+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0209-03", + "first_page_order": 113, + "last_page_order": 114 + }, + { + "id": 6730633, + "name": "The Commonwealth v. Mark Perdue and Samuel Dillion, Senior", + "name_abbreviation": "Commonwealth v. Perdue", + "decision_date": "1820-11", + "docket_number": "", + "first_page": "210", + "last_page": "210", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 227" + }, + { + "type": "official", + "cite": "4 Va. 227" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + } + ], + "analysis": { + "cardinality": 143, + "char_count": 2114, + "ocr_confidence": 0.525, + "sha256": "f9c77c3efbf530685a2de3a3b2a58064614c6c19cb034cba1806428d75d2c56b", + "simhash": "1:52f8ce4344c28a7e", + "word_count": 358 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0210-01", + "first_page_order": 114, + "last_page_order": 114 + }, + { + "id": 6730681, + "name": "George Angel v. The Commonwealth", + "name_abbreviation": "Angel v. Commonwealth", + "decision_date": "1820-11", + "docket_number": "", + "first_page": "210", + "last_page": "211", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 228" + }, + { + "type": "official", + "cite": "4 Va. 228" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + }, + { + "cite": "24 Gratt. 555", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4434388 + ], + "opinion_index": -1, + "case_paths": [ + "/va/65/0194-01" + ] + } + ], + "analysis": { + "cardinality": 148, + "char_count": 2108, + "ocr_confidence": 0.533, + "pagerank": { + "raw": 4.364012536165934e-08, + "percentile": 0.2741636674570602 + }, + "sha256": "958f8afb34c3dc3bdaf8b4e1f446e58a8219f723636e6555991cc6e4fe1b4b98", + "simhash": "1:7813feffe906e3d2", + "word_count": 365 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0210-02", + "first_page_order": 114, + "last_page_order": 115 + }, + { + "id": 6730739, + "name": "Hogue & Flanagan v. Charles W. Cottle, Sheriff of Kanawha, and His Securities", + "name_abbreviation": "Hogue v. Cottle", + "decision_date": "1820-11", + "docket_number": "", + "first_page": "211", + "last_page": "211", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 229" + }, + { + "type": "official", + "cite": "4 Va. 229" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Rand. 339", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 191, + "char_count": 3204, + "ocr_confidence": 0.503, + "sha256": "cb9d978e34441d1d63ef32f9761afd468a8c051f62002e8548f4f13a4e782322", + "simhash": "1:dae27ee16657dc29", + "word_count": 564 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0211-01", + "first_page_order": 115, + "last_page_order": 115 + }, + { + "id": 6730790, + "name": "Ex Parte Colin Clarke", + "name_abbreviation": "Ex parte Clarke", + "decision_date": "1820-11", + "docket_number": "", + "first_page": "211", + "last_page": "212", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 230" + }, + { + "type": "official", + "cite": "4 Va. 230" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "32 Gratt. 268", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 157, + "char_count": 1910, + "ocr_confidence": 0.53, + "sha256": "a05670562bdf76d141892ddac9ea6d10f8e7a8c448ceb56923699ad1c1c25deb", + "simhash": "1:95adaa22bbfd0792", + "word_count": 323 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0211-02", + "first_page_order": 115, + "last_page_order": 116 + }, + { + "id": 6730841, + "name": "William Angel v. The Commonwealth", + "name_abbreviation": "Angel v. Commonwealth", + "decision_date": "1820-11", + "docket_number": "", + "first_page": "212", + "last_page": "213", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 231" + }, + { + "type": "official", + "cite": "4 Va. 231" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Va. Cas. 316", + "category": "reporters:state", + "reporter": "Va. Cas.", + "opinion_index": -1 + }, + { + "cite": "1 Va. Cas. 271", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 2095787 + ], + "opinion_index": -1, + "case_paths": [ + "/va/3/0071-01" + ] + }, + { + "cite": "7 W. Va. 734", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "7 W. Va. 103", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "2 Va. Cas. 158", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6729640 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0183-01" + ] + }, + { + "cite": "2 Va. Cas. 356", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6732362 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0268-02" + ] + }, + { + "cite": "4 Gratt. 545", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4374233 + ], + "opinion_index": -1, + "case_paths": [ + "/va/45/0545-01" + ] + }, + { + "cite": "32 Gratt. 873", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4430613 + ], + "opinion_index": -1, + "case_paths": [ + "/va/73/0291-01" + ] + }, + { + "cite": "26 S. E. Rep. 402", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "94 Va. 790", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "11 W. Va. 334", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 506, + "char_count": 10614, + "ocr_confidence": 0.479, + "pagerank": { + "raw": 3.190074248449851e-07, + "percentile": 0.8650855706259323 + }, + "sha256": "3ff2ea2b2515490709baf3bd6486bd0986ec87ac3452f5ff69fc41ec213791d6", + "simhash": "1:7365876cd4d594e0", + "word_count": 1794 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0212-01", + "first_page_order": 116, + "last_page_order": 117 + }, + { + "id": 6730915, + "name": "The Commonwealth v. John Bennet", + "name_abbreviation": "Commonwealth v. Bennet", + "decision_date": "1820-11", + "docket_number": "", + "first_page": "213", + "last_page": "216", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 235" + }, + { + "type": "official", + "cite": "4 Va. 235" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + }, + { + "cite": "1 Leigh 594", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "9 Leigh 675", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "24 W. Va. 821", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "4 W. Va. 105", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "9 Leigh 633", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "81 Va. 116", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "26 Gratt. 946", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "14 Gratt. 605", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "28 Gratt. 950", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4432305 + ], + "weight": 2, + "pin_cites": [ + { + "page": "953" + } + ], + "opinion_index": -1, + "case_paths": [ + "/va/69/0295-01" + ] + }, + { + "cite": "9 Leigh 627", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "2 Va. Cas. 297", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6731732 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0244-01" + ] + }, + { + "cite": "29 S. E. Rep. 529", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "44 W. Va. 321", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "2 Va. Cas. 330", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6732021 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0258-01" + ] + } + ], + "analysis": { + "cardinality": 574, + "char_count": 16827, + "ocr_confidence": 0.501, + "pagerank": { + "raw": 7.883934302850543e-07, + "percentile": 0.9728020822835617 + }, + "sha256": "e18e3bcaea59ef9d0ee38dc937b23a52b168596018b9e9c01ba363c3078801ba", + "simhash": "1:ec16d170bf432898", + "word_count": 3024 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0213-01", + "first_page_order": 117, + "last_page_order": 120 + }, + { + "id": 6730972, + "name": "The Commonwealth v. Abraham Hale", + "name_abbreviation": "Commonwealth v. Hale", + "decision_date": "1821-06", + "docket_number": "", + "first_page": "216", + "last_page": "217", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 241" + }, + { + "type": "official", + "cite": "4 Va. 241" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 386, + "char_count": 7478, + "ocr_confidence": 0.515, + "pagerank": { + "raw": 4.46765605076141e-08, + "percentile": 0.2797087783882381 + }, + "sha256": "e811c9cad6c6edf5a5b9ae7a78a0ff8607a1df8e734ea27c746bf928756aba57", + "simhash": "1:8eefb0320043a712", + "word_count": 1289 + }, + "last_updated": "2023-07-14T17:06:18.705028+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0216-01", + "first_page_order": 120, + "last_page_order": 121 + }, + { + "id": 6731044, + "name": "The Commonwealth v. Bailey Hagerman", + "name_abbreviation": "Commonwealth v. Hagerman", + "decision_date": "1821-06", + "docket_number": "", + "first_page": "217", + "last_page": "218", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 244" + }, + { + "type": "official", + "cite": "4 Va. 244" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 161, + "char_count": 3150, + "ocr_confidence": 0.505, + "pagerank": { + "raw": 4.46765605076141e-08, + "percentile": 0.2797089714496868 + }, + "sha256": "51e1db85f7f2780f30f820e9c65635919cc3caf13d793c7f69a8cf753eee2f23", + "simhash": "1:e4979838d02db556", + "word_count": 521 + }, + "last_updated": "2023-07-14T17:06:18.705028+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0217-01", + "first_page_order": 121, + "last_page_order": 122 + }, + { + "id": 6731143, + "name": "The Commonwealth v. John Anderson. Larceny", + "name_abbreviation": "Commonwealth v. Anderson", + "decision_date": "1821-06", + "docket_number": "", + "first_page": "218", + "last_page": "218", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 245" + }, + { + "type": "official", + "cite": "4 Va. 245" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "24 Gratt. 555", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4434388 + ], + "opinion_index": -1, + "case_paths": [ + "/va/65/0194-01" + ] + } + ], + "analysis": { + "cardinality": 113, + "char_count": 1321, + "ocr_confidence": 0.542, + "pagerank": { + "raw": 4.46765605076141e-08, + "percentile": 0.2797091645111356 + }, + "sha256": "36fea2b7024a2905e617bb9276f742901c0737e4d97195ac14690d397c129c10", + "simhash": "1:8e98f4f9eedba7c2", + "word_count": 222 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0218-01", + "first_page_order": 122, + "last_page_order": 122 + }, + { + "id": 6731230, + "name": "William Steele & Co. v. Isaac Brown and M. M'Coul, Sheriff of Kanawha", + "name_abbreviation": "William Steele & Co. v. Brown", + "decision_date": "1821-06", + "docket_number": "", + "first_page": "218", + "last_page": "222", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 246" + }, + { + "type": "official", + "cite": "4 Va. 246" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "12 John. 395", + "category": "reporters:state", + "reporter": "Johns.", + "case_ids": [ + 2139267 + ], + "opinion_index": -1, + "case_paths": [ + "/johns/12/0395-01" + ] + }, + { + "cite": "12 John. 220", + "category": "reporters:state", + "reporter": "Johns.", + "case_ids": [ + 2139231 + ], + "opinion_index": -1, + "case_paths": [ + "/johns/12/0220-01" + ] + }, + { + "cite": "5 John. 163", + "category": "reporters:state", + "reporter": "Johns.", + "case_ids": [ + 2131524 + ], + "opinion_index": -1, + "case_paths": [ + "/johns/5/0163-01" + ] + }, + { + "cite": "1 Cranch, 117", + "category": "reporters:scotus_early", + "reporter": "Cranch,", + "case_ids": [ + 6759562, + 12121499 + ], + "opinion_index": -1, + "case_paths": [ + "/dc/1/0117-01", + "/us/5/0117-01" + ] + }, + { + "cite": "5 John. 163", + "category": "reporters:state", + "reporter": "Johns.", + "case_ids": [ + 2131524 + ], + "opinion_index": 0, + "case_paths": [ + "/johns/5/0163-01" + ] + } + ], + "analysis": { + "cardinality": 798, + "char_count": 20541, + "ocr_confidence": 0.519, + "pagerank": { + "raw": 4.9787804685531094e-08, + "percentile": 0.31286901282661655 + }, + "sha256": "06de690d223881ebf7431c8130203a68f1a11012ccb6f2077352431907e363bc", + "simhash": "1:908cc7f91f82b60f", + "word_count": 3729 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0218-02", + "first_page_order": 122, + "last_page_order": 126 + }, + { + "id": 6731289, + "name": "George Ferguson, Assignee of Blackburn Akers, v. Thomas Highley", + "name_abbreviation": "Ferguson v. Highley", + "decision_date": "1821-06", + "docket_number": "", + "first_page": "222", + "last_page": "222", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 255" + }, + { + "type": "official", + "cite": "4 Va. 255" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "8 Gratt. 457", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716085 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0589-01" + ] + }, + { + "cite": "13 Gratt. 118", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4437867 + ], + "opinion_index": -1, + "case_paths": [ + "/va/54/0060-01" + ] + } + ], + "analysis": { + "cardinality": 193, + "char_count": 2998, + "ocr_confidence": 0.528, + "pagerank": { + "raw": 9.804250148240593e-08, + "percentile": 0.5328860871811445 + }, + "sha256": "46d753a04ac607e8131bbf0ccb354bb7b41955221ef9f0a57f3251b49d896a6d", + "simhash": "1:0c03d7a4cf4f3fd1", + "word_count": 515 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0222-01", + "first_page_order": 126, + "last_page_order": 126 + }, + { + "id": 6731339, + "name": "Absalom B. M'Clunn v. Major Steel", + "name_abbreviation": "M'Clunn v. Major Steel", + "decision_date": "1821-06", + "docket_number": "", + "first_page": "222", + "last_page": "223", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 256" + }, + { + "type": "official", + "cite": "4 Va. 256" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "21 Gratt. 107", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733444 + ], + "opinion_index": -1, + "case_paths": [ + "/va/62/0745-01" + ] + }, + { + "cite": "5 Rand. 696", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "5 Munf. 32", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6723318 + ], + "opinion_index": 0, + "case_paths": [ + "/va/19/0331-01" + ] + } + ], + "analysis": { + "cardinality": 339, + "char_count": 5381, + "ocr_confidence": 0.524, + "pagerank": { + "raw": 4.1150845135908093e-08, + "percentile": 0.2667798392879276 + }, + "sha256": "fed35438b14a5b2345ca0efaab3e0aaa9f6bf333ad6b975fd7227bf780db550f", + "simhash": "1:29960679824b159a", + "word_count": 939 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0222-02", + "first_page_order": 126, + "last_page_order": 127 + }, + { + "id": 6731381, + "name": "Bushrod Washington v. The Commonwealth", + "name_abbreviation": "Washington v. Commonwealth", + "decision_date": "1821-06", + "docket_number": "", + "first_page": "223", + "last_page": "224", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 258" + }, + { + "type": "official", + "cite": "4 Va. 258" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Va. Cas. 268", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6731567 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0227-01" + ] + }, + { + "cite": "21 S. E. Rep. 357", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "91 Va. 769", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "6 Munf. 452", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6728642 + ], + "opinion_index": 0, + "case_paths": [ + "/va/20/0805-01" + ] + } + ], + "analysis": { + "cardinality": 297, + "char_count": 5318, + "ocr_confidence": 0.547, + "pagerank": { + "raw": 5.348625924822956e-08, + "percentile": 0.33620743912096807 + }, + "sha256": "a20ebcaa298802a3f96b416a34e6b67b67f1cf46a25816d0354376313c2f944b", + "simhash": "1:ae37b722ebb604cb", + "word_count": 948 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0223-01", + "first_page_order": 127, + "last_page_order": 128 + }, + { + "id": 6731424, + "name": "William Chiles v. The Commonwealth", + "name_abbreviation": "Chiles v. Commonwealth", + "decision_date": "1821-06", + "docket_number": "", + "first_page": "224", + "last_page": "225", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 260" + }, + { + "type": "official", + "cite": "4 Va. 260" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + }, + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": 0, + "case_paths": [ + "/va/55/0611-01" + ] + } + ], + "analysis": { + "cardinality": 267, + "char_count": 3626, + "ocr_confidence": 0.541, + "pagerank": { + "raw": 4.364012536165934e-08, + "percentile": 0.274163860518509 + }, + "sha256": "1ad03089725663528d66edce29450c64226ae96caebcf34bb1e317081a00d952", + "simhash": "1:8e610750a93b40ac", + "word_count": 603 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0224-01", + "first_page_order": 128, + "last_page_order": 129 + }, + { + "id": 6731469, + "name": "The Commonwealth v. John Tyree", + "name_abbreviation": "Commonwealth v. Tyree", + "decision_date": "1821-11", + "docket_number": "", + "first_page": "225", + "last_page": "227", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 262" + }, + { + "type": "official", + "cite": "4 Va. 262" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Gratt. 590", + "category": "reporters:state", + "reporter": "Gratt.", + "pin_cites": [ + { + "page": "591" + } + ], + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 520, + "char_count": 13503, + "ocr_confidence": 0.506, + "pagerank": { + "raw": 1.2240919645422112e-07, + "percentile": 0.6026917013308498 + }, + "sha256": "1955962d804dac07fcd7cd35e8fde3d81209ef9867e2f41f35f453317f3134e8", + "simhash": "1:1ef5e6a356c90fbe", + "word_count": 2485 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0225-01", + "first_page_order": 129, + "last_page_order": 131 + }, + { + "id": 6731567, + "name": "Robert Mackaboy, Lewis Courtney and John Strickler, v. The Commonwealth", + "name_abbreviation": "Mackaboy v. Commonwealth", + "decision_date": "1821-11", + "docket_number": "", + "first_page": "227", + "last_page": "229", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 268" + }, + { + "type": "official", + "cite": "4 Va. 268" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "28 W. Va. 818", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "15 W. Va. 271", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "2 W. Va. 424", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "19 W. Va. 90", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "19 Hen. 7", + "category": "reporters:state", + "reporter": "Hen. & M.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "13 Hen. 4", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 600, + "char_count": 14836, + "ocr_confidence": 0.517, + "pagerank": { + "raw": 9.938994357664528e-08, + "percentile": 0.536592866997265 + }, + "sha256": "d40d5e9d4a8561316ea9705b6b7fbc94f2401094a61f8026ab4c6f86a16fbdf0", + "simhash": "1:ffb952708b89a603", + "word_count": 2566 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0227-01", + "first_page_order": 131, + "last_page_order": 133 + }, + { + "id": 6731612, + "name": "Betsy Vaughan v. The Commonwealth", + "name_abbreviation": "Vaughan v. Commonwealth", + "decision_date": "1821-11", + "docket_number": "", + "first_page": "229", + "last_page": "230", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 273" + }, + { + "type": "official", + "cite": "4 Va. 273" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "27 Gratt. 954", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6741599 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0751-01" + ] + }, + { + "cite": "13 S. E. Rep. 368", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "35 W. Va. 250", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "8 Gratt. 692", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "27 Gratt. 941", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "26 Gratt. 943", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4433570 + ], + "opinion_index": -1, + "case_paths": [ + "/va/67/0307-01" + ] + } + ], + "analysis": { + "cardinality": 263, + "char_count": 5370, + "ocr_confidence": 0.506, + "pagerank": { + "raw": 2.945244832618788e-07, + "percentile": 0.8484205063692902 + }, + "sha256": "857b118825d32602c7041062183324daceb103869806a0eb829988d62ee8ca90", + "simhash": "1:0cddc7a30646eb7f", + "word_count": 947 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0229-01", + "first_page_order": 133, + "last_page_order": 134 + }, + { + "id": 6731636, + "name": "Leroy Vandewall, alias Peters v. The Commonwealth", + "name_abbreviation": "Vandewall v. Commonwealth", + "decision_date": "1821-11", + "docket_number": "", + "first_page": "230", + "last_page": "230", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 275" + }, + { + "type": "official", + "cite": "4 Va. 275" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Gratt. 285", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375237 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0285-01" + ] + } + ], + "analysis": { + "cardinality": 94, + "char_count": 924, + "ocr_confidence": 0.545, + "pagerank": { + "raw": 2.865114278970581e-07, + "percentile": 0.8416973344778016 + }, + "sha256": "ee490e59ce72759affe9cde381b8051ed40a13f6c2be5676c70b5e0fb6850c71", + "simhash": "1:5d970ab9113031ed", + "word_count": 163 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0230-01", + "first_page_order": 134, + "last_page_order": 134 + }, + { + "id": 6731682, + "name": "Ex Parte William Pool, Matthew Thompson, and Asa Wilson", + "name_abbreviation": "Ex parte Pool", + "decision_date": "1821-11", + "docket_number": "", + "first_page": "230", + "last_page": "239", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 276" + }, + { + "type": "official", + "cite": "4 Va. 276" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 1341, + "char_count": 51631, + "ocr_confidence": 0.532, + "pagerank": { + "raw": 1.778491395092336e-07, + "percentile": 0.7131243945110314 + }, + "sha256": "d517ea5fca3e3ba777e20332b696ad4160f40fc55316dd8e56d165a2523d4313", + "simhash": "1:9eabce20ef0c40e7", + "word_count": 8905 + }, + "last_updated": "2023-07-14T17:06:18.705028+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0230-02", + "first_page_order": 134, + "last_page_order": 143 + }, + { + "id": 6731732, + "name": "Alexander Lithgow v. The Commonwealth", + "name_abbreviation": "Lithgow v. Commonwealth", + "decision_date": "1822-06", + "docket_number": "", + "first_page": "244", + "last_page": "251", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 297" + }, + { + "type": "official", + "cite": "4 Va. 297" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "18 Gratt. 979", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "31 Gratt. 851", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "29 S. E. Rep. 529", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "44 W. Va. 821", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "82 Va. 558", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "28 Gratt. 958", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "14 Gratt. 605", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Va. Cas. 275", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6731636 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0230-01" + ] + }, + { + "cite": "9 Gratt. 737", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "20 Gratt. 743", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "5 Gratt. 676", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375602 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0676-01" + ] + }, + { + "cite": "8 Gratt. 606", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716526 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0691-01" + ] + }, + { + "cite": "6 Gratt. 696", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 954874 + ], + "opinion_index": -1, + "case_paths": [ + "/va/47/0696-01" + ] + }, + { + "cite": "10 Gratt. 767", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6717056 + ], + "opinion_index": -1, + "case_paths": [ + "/va/51/0748-01" + ] + }, + { + "cite": "10 Gratt. 658", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716782 + ], + "opinion_index": -1, + "case_paths": [ + "/va/51/0712-01" + ] + }, + { + "cite": "25 Gratt. 921", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6726085 + ], + "opinion_index": -1, + "case_paths": [ + "/va/66/0619-01" + ] + }, + { + "cite": "2 Va. Cas. 235", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6730915 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0213-01" + ] + }, + { + "cite": "32 Gratt. 901", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "10 S. E. Rep. 641", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "33 W. Va. 324", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "2 Va. Cas. 378", + "category": "reporters:state", + "reporter": "Va. Cas.", + "opinion_index": -1 + }, + { + "cite": "23 Gratt. 931", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Leigh 778", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "13 Gratt. 767", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4437622 + ], + "opinion_index": -1, + "case_paths": [ + "/va/54/0292-01" + ] + } + ], + "analysis": { + "cardinality": 1256, + "char_count": 44146, + "ocr_confidence": 0.531, + "pagerank": { + "raw": 4.211058304751299e-07, + "percentile": 0.9136272037481722 + }, + "sha256": "8c3f7e4c01254391c7ca7d755ed43f7c4fd5dc0a487c72970ffbc33095a8a3f1", + "simhash": "1:9f6d67e6eace77bb", + "word_count": 7715 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0244-01", + "first_page_order": 148, + "last_page_order": 155 + }, + { + "id": 6731765, + "name": "Andrew Campbell v. The Commonwealth", + "name_abbreviation": "Campbell v. Commonwealth", + "decision_date": "1822-06", + "docket_number": "", + "first_page": "251", + "last_page": "253", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 314" + }, + { + "type": "official", + "cite": "4 Va. 314" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "7 W. Va. 734", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "2 Va. Cas. 231", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6730841 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0212-01" + ] + }, + { + "cite": "2 Va. Cas. 158", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6729640 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0183-01" + ] + }, + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + }, + { + "cite": "10 Gratt. 716", + "category": "reporters:state", + "reporter": "Gratt.", + "pin_cites": [ + { + "page": "719" + } + ], + "opinion_index": -1 + }, + { + "cite": "10 Johns. 95", + "category": "reporters:state", + "reporter": "Johns.", + "case_ids": [ + 2135851 + ], + "opinion_index": -1, + "case_paths": [ + "/johns/10/0095-01" + ] + }, + { + "cite": "1 Wash. 187", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715708 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0472-01" + ] + }, + { + "cite": "4 Johns. 298", + "category": "reporters:state", + "reporter": "Johns.", + "opinion_index": -1 + }, + { + "cite": "25 Gratt. 855", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "4 Johns. Rep. 298", + "category": "reporters:state", + "reporter": "Johns. Rep.", + "opinion_index": 0 + }, + { + "cite": "10 Johns. Rep. 95", + "category": "reporters:state", + "reporter": "Johns. Rep.", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 508, + "char_count": 10246, + "ocr_confidence": 0.548, + "pagerank": { + "raw": 9.400688716603778e-08, + "percentile": 0.5158802694674477 + }, + "sha256": "2ce14865d384360ed19328d9131980aeed6392c88986d439e130e0f23e46f77a", + "simhash": "1:7550722eca01d9e4", + "word_count": 1766 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0251-01", + "first_page_order": 155, + "last_page_order": 157 + }, + { + "id": 6731798, + "name": "The Commonwealth v. Benjamin Long, Jun.", + "name_abbreviation": "Commonwealth v. Long", + "decision_date": "1822-11", + "docket_number": "", + "first_page": "253", + "last_page": "253", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 318" + }, + { + "type": "official", + "cite": "4 Va. 318" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "28 Fed. Rep. 67", + "category": "reporters:federal", + "reporter": "F.", + "opinion_index": -1 + }, + { + "cite": "15 S. E. Rep. 526", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "89 Va. 153", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "16 Gratt. 523", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Va. Cas. 515", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6733708 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0347-01" + ] + }, + { + "cite": "2 Va. Cas. 20", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6727423 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0119-01" + ] + } + ], + "analysis": { + "cardinality": 199, + "char_count": 2626, + "ocr_confidence": 0.557, + "pagerank": { + "raw": 3.469348324999883e-07, + "percentile": 0.8811394023358119 + }, + "sha256": "009e6c9a5423608c833b326c667d7c47131d2fdd8ba130eb130f4d3017f9ccbd", + "simhash": "1:83733d55239b8d97", + "word_count": 465 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0253-01", + "first_page_order": 157, + "last_page_order": 157 + }, + { + "id": 6731847, + "name": "The Commonwealth v. William Carter", + "name_abbreviation": "Commonwealth v. Carter", + "decision_date": "1822-11", + "docket_number": "", + "first_page": "254", + "last_page": "254", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 319" + }, + { + "type": "official", + "cite": "4 Va. 319" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "12 Leigh 251", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "2 Va. Cas. 315", + "category": "reporters:state", + "reporter": "Va. Cas.", + "opinion_index": -1 + }, + { + "cite": "2 Va. Cas. 318", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6731798 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0253-01" + ] + }, + { + "cite": "7 Leigh 750", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "6 Gratt. 695", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 954898 + ], + "opinion_index": -1, + "case_paths": [ + "/va/47/0695-01" + ] + }, + { + "cite": "18 S. E. Rep. 779", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "38 W. Va. 509", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "9 Leigh 639", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "4 Gratt. 540", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Rob. 828", + "category": "reporters:state", + "reporter": "Rob.", + "pin_cites": [ + { + "page": "829, 835" + } + ], + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 235, + "char_count": 3501, + "ocr_confidence": 0.533, + "pagerank": { + "raw": 1.9599472087104884e-07, + "percentile": 0.7378777681633176 + }, + "sha256": "7c344a15d604edffdaa625cebc1bfc14481a4d17745d2e48437cb5964b47c125", + "simhash": "1:8af64c600200ebec", + "word_count": 626 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0254-01", + "first_page_order": 158, + "last_page_order": 158 + }, + { + "id": 6731879, + "name": "The Commonwealth v. John Stuart and Others", + "name_abbreviation": "Commonwealth v. Stuart", + "decision_date": "1822-11", + "docket_number": "", + "first_page": "254", + "last_page": "255", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 320" + }, + { + "type": "official", + "cite": "4 Va. 320" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "21 Gratt. 500", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Va. Cas. 426", + "category": "reporters:state", + "reporter": "Va. Cas.", + "opinion_index": -1 + }, + { + "cite": "21 Fed. Rep. 769", + "category": "reporters:federal", + "reporter": "F.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 252, + "char_count": 3267, + "ocr_confidence": 0.541, + "pagerank": { + "raw": 1.4490697796583335e-07, + "percentile": 0.6546877829556859 + }, + "sha256": "7dfa25ff6d3847fa1db1df12fb607710a49979451c204318fed56d8c50ebcffc", + "simhash": "1:44c0b19aca5ca6f9", + "word_count": 581 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0254-02", + "first_page_order": 158, + "last_page_order": 159 + }, + { + "id": 6731893, + "name": "John Hammock v. James Wilson", + "name_abbreviation": "Hammock v. Wilson", + "decision_date": "1822-11", + "docket_number": "", + "first_page": "255", + "last_page": "255", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 321" + }, + { + "type": "official", + "cite": "4 Va. 321" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 236, + "char_count": 3560, + "ocr_confidence": 0.499, + "sha256": "01ac8106ae0cbc73f33a820c24321fbe1f5273622ec987131fe3418f9275b441", + "simhash": "1:9c2914f17d849366", + "word_count": 625 + }, + "last_updated": "2023-07-14T17:06:18.705028+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0255-01", + "first_page_order": 159, + "last_page_order": 159 + }, + { + "id": 6731918, + "name": "The Commonwealth v. Adam Hickman, Jun.", + "name_abbreviation": "Commonwealth v. Hickman", + "decision_date": "1822-11", + "docket_number": "", + "first_page": "255", + "last_page": "256", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 323" + }, + { + "type": "official", + "cite": "4 Va. 323" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 267, + "char_count": 4147, + "ocr_confidence": 0.516, + "pagerank": { + "raw": 6.380125665320789e-08, + "percentile": 0.39395038089093226 + }, + "sha256": "4e501387ef8da20f2b84610bb7bb600951c40180e8c751a86f6366332903b80b", + "simhash": "1:7e438d99d10844a6", + "word_count": 719 + }, + "last_updated": "2023-07-14T17:06:18.705028+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0255-02", + "first_page_order": 159, + "last_page_order": 160 + }, + { + "id": 6731950, + "name": "The Commonwealth v. James Mortimer", + "name_abbreviation": "Commonwealth v. Mortimer", + "decision_date": "1822-11", + "docket_number": "", + "first_page": "256", + "last_page": "256", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 325" + }, + { + "type": "official", + "cite": "4 Va. 325" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "26 Gratt. 943", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4433570 + ], + "opinion_index": -1, + "case_paths": [ + "/va/67/0307-01" + ] + }, + { + "cite": "2 Va. Cas. 273", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6731612 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0229-01" + ] + }, + { + "cite": "27 Gratt. 941", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 197, + "char_count": 3128, + "ocr_confidence": 0.528, + "pagerank": { + "raw": 2.2925798270477944e-07, + "percentile": 0.7864431478437546 + }, + "sha256": "bb45941ff5fcefbb20b4f02cf01bbdd54a4668cfd7b70d1ec4b2ffec65c2e596", + "simhash": "1:fd4de58a755e7d3e", + "word_count": 535 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0256-01", + "first_page_order": 160, + "last_page_order": 160 + }, + { + "id": 6731975, + "name": "The Commonwealth v. James Smith", + "name_abbreviation": "Commonwealth v. Smith", + "decision_date": "1823-06", + "docket_number": "", + "first_page": "257", + "last_page": "257", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 327" + }, + { + "type": "official", + "cite": "4 Va. 327" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "20 Gratt. 855", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 206, + "char_count": 3145, + "ocr_confidence": 0.513, + "pagerank": { + "raw": 1.6678377944641684e-07, + "percentile": 0.6954507772460865 + }, + "sha256": "5bb2d2c075ce514bbb4abd8890fe756faa815b9e39c5b44c02e5ec1f4814e699", + "simhash": "1:d67186a0debe6e68", + "word_count": 532 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0257-01", + "first_page_order": 161, + "last_page_order": 161 + }, + { + "id": 6731998, + "name": "Peter Young v. The Commonwealth", + "name_abbreviation": "Young v. Commonwealth", + "decision_date": "1823-06", + "docket_number": "", + "first_page": "257", + "last_page": "258", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 328" + }, + { + "type": "official", + "cite": "4 Va. 328" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + } + ], + "analysis": { + "cardinality": 282, + "char_count": 3923, + "ocr_confidence": 0.533, + "sha256": "d98d385e0f721aab200f9edd8d72e4a8d4b4669308a34da99cfc5445ecf67a05", + "simhash": "1:0f3c7a2bebaa92da", + "word_count": 674 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0257-02", + "first_page_order": 161, + "last_page_order": 162 + }, + { + "id": 6732021, + "name": "Peter, a Slave, v. The Commonwealth", + "name_abbreviation": "Peter v. Commonwealth", + "decision_date": "1823-06", + "docket_number": "", + "first_page": "258", + "last_page": "258", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 330" + }, + { + "type": "official", + "cite": "4 Va. 330" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Leigh 805", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 176, + "char_count": 2460, + "ocr_confidence": 0.548, + "pagerank": { + "raw": 1.2240919645422112e-07, + "percentile": 0.6022839555510765 + }, + "sha256": "0ff50b5b6c47bd44940e4455e2f4b6bd55773cb7f2236d6ed7ecfb30c06df400", + "simhash": "1:b9540517ff141e8b", + "word_count": 442 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0258-01", + "first_page_order": 162, + "last_page_order": 162 + }, + { + "id": 6732051, + "name": "Nancy Hutchins v. The Commonwealth", + "name_abbreviation": "Hutchins v. Commonwealth", + "decision_date": "1823-06", + "docket_number": "", + "first_page": "258", + "last_page": "259", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 331" + }, + { + "type": "official", + "cite": "4 Va. 331" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + }, + { + "cite": "21 W. Va. 774", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 225, + "char_count": 3371, + "ocr_confidence": 0.519, + "pagerank": { + "raw": 1.239720748489148e-07, + "percentile": 0.6075834923194364 + }, + "sha256": "c37baadf5d664819e5d67d4a1c0537fd00e1edc234d96236404eee1f73c4f1bc", + "simhash": "1:9bca3bbd8289c3af", + "word_count": 564 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0258-02", + "first_page_order": 162, + "last_page_order": 163 + }, + { + "id": 6732073, + "name": "Beverly T. Wells v. The Commonwealth", + "name_abbreviation": "Wells v. Commonwealth", + "decision_date": "1823-06", + "docket_number": "", + "first_page": "259", + "last_page": "259", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 333" + }, + { + "type": "official", + "cite": "4 Va. 333" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + }, + { + "cite": "13 Gratt. 787", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 198, + "char_count": 3019, + "ocr_confidence": 0.526, + "pagerank": { + "raw": 4.0847938140094653e-08, + "percentile": 0.26665454240768477 + }, + "sha256": "2c5a052b96af0dc46cf4709415a38cc1c120ee53630007d9bf99142bae98b9d2", + "simhash": "1:a585cffe43394d52", + "word_count": 492 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0259-01", + "first_page_order": 163, + "last_page_order": 163 + }, + { + "id": 6732116, + "name": "Everett Oxley v. Bailey Turner and William T. T. Mason", + "name_abbreviation": "Oxley v. Turner", + "decision_date": "1823-06", + "docket_number": "", + "first_page": "259", + "last_page": "261", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 334" + }, + { + "type": "official", + "cite": "4 Va. 334" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "21 Gratt. 107", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733444 + ], + "opinion_index": -1, + "case_paths": [ + "/va/62/0745-01" + ] + }, + { + "cite": "5 Leigh 119", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 4445393 + ], + "opinion_index": -1, + "case_paths": [ + "/va/32/0053-01" + ] + } + ], + "analysis": { + "cardinality": 358, + "char_count": 7934, + "ocr_confidence": 0.537, + "sha256": "8bf3ed9177a6a65e9996e50d86cd82cb93fe62db4417cfd780bcd5406c4e54eb", + "simhash": "1:8d0b0cea9f2bfcbe", + "word_count": 1438 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0259-02", + "first_page_order": 163, + "last_page_order": 165 + }, + { + "id": 6732153, + "name": "The Commonwealth v. John Ervin and Pleasant Lewis", + "name_abbreviation": "Commonwealth v. Ervin", + "decision_date": "1823-06", + "docket_number": "", + "first_page": "261", + "last_page": "263", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 337" + }, + { + "type": "official", + "cite": "4 Va. 337" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + }, + { + "cite": "25 Gratt. 865", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6725923 + ], + "opinion_index": -1, + "case_paths": [ + "/va/66/0585-01" + ] + }, + { + "cite": "11 Leigh 643", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6722311 + ], + "opinion_index": -1, + "case_paths": [ + "/va/38/0741-01" + ] + }, + { + "cite": "9 Leigh 683", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "6 Rand. 685", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6734684 + ], + "opinion_index": -1, + "case_paths": [ + "/va/27/0867-01" + ] + }, + { + "cite": "9 Gratt. 73", + "category": "reporters:state", + "reporter": "Gratt.", + "pin_cites": [ + { + "page": "2" + } + ], + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 485, + "char_count": 12008, + "ocr_confidence": 0.511, + "pagerank": { + "raw": 1.6991053852402727e-07, + "percentile": 0.7005037745443846 + }, + "sha256": "fa15de1f6063cfae0f4a39639bb396f0aac38ec8b046283230ee85cee16cfb11", + "simhash": "1:47fb85c0b3a7177a", + "word_count": 2080 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0261-01", + "first_page_order": 165, + "last_page_order": 167 + }, + { + "id": 6732179, + "name": "John Pomeroy v. The Commonwealth", + "name_abbreviation": "Pomeroy v. Commonwealth", + "decision_date": "1823-06", + "docket_number": "", + "first_page": "263", + "last_page": "264", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 342" + }, + { + "type": "official", + "cite": "4 Va. 342" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + }, + { + "cite": "2 Va. Cas. 235", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6730915 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0213-01" + ] + }, + { + "cite": "1 Leigh 594", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "3 Va. Cas. 154", + "category": "reporters:state", + "reporter": "Va. Cas.", + "opinion_index": -1 + }, + { + "cite": "3 Va. Cas. 128", + "category": "reporters:state", + "reporter": "Va. Cas.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 442, + "char_count": 9314, + "ocr_confidence": 0.509, + "pagerank": { + "raw": 7.853781508621202e-08, + "percentile": 0.4588209582875295 + }, + "sha256": "a5327c544160e85efeea77b84ae2a2b47c31ffa6d0074f4b8e7b9010515d7cdc", + "simhash": "1:d60be3b1d60f8fad", + "word_count": 1601 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0263-01", + "first_page_order": 167, + "last_page_order": 168 + }, + { + "id": 6732209, + "name": "Francis Lindsay v. The Commonwealth", + "name_abbreviation": "Lindsay v. Commonwealth", + "decision_date": "1823-06", + "docket_number": "", + "first_page": "264", + "last_page": "265", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 345" + }, + { + "type": "official", + "cite": "4 Va. 345" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "26 Gratt. 943", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4433570 + ], + "opinion_index": -1, + "case_paths": [ + "/va/67/0307-01" + ] + }, + { + "cite": "14 Gratt. 581", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "10 Gratt. 639", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "8 Gratt. 671", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "5 Rand. 676", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 243, + "char_count": 4438, + "ocr_confidence": 0.526, + "pagerank": { + "raw": 1.6502061621542837e-07, + "percentile": 0.6926299564183086 + }, + "sha256": "37f2a5ef6868fecac9e43aea53a3c785d251892578108cbec1968b382b120aa7", + "simhash": "1:989bb18a755aef7c", + "word_count": 755 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0264-01", + "first_page_order": 168, + "last_page_order": 169 + }, + { + "id": 6732243, + "name": "Joseph Timberlake v. John B. Benson, Adm'r of John Benson, Dec'd", + "name_abbreviation": "Timberlake v. Benson", + "decision_date": "1823-06", + "docket_number": "", + "first_page": "265", + "last_page": "267", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 348" + }, + { + "type": "official", + "cite": "4 Va. 348" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "19 Gratt. 720", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4436402 + ], + "opinion_index": -1, + "case_paths": [ + "/va/60/0260-01" + ] + }, + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "7 Gratt. 464", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "6 Rand. 106", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6732759 + ], + "opinion_index": -1, + "case_paths": [ + "/va/27/0629-01" + ] + }, + { + "cite": "1 H. & M. 470", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8693586, + 8693710 + ], + "opinion_index": -1, + "case_paths": [ + "/va/11/0211-01", + "/va/11/0211-02" + ] + }, + { + "cite": "4 Gratt. 35", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "19 Johns. 266", + "category": "reporters:state", + "reporter": "Johns.", + "case_ids": [ + 380507 + ], + "opinion_index": 0, + "case_paths": [ + "/johns/19/0266-01" + ] + } + ], + "analysis": { + "cardinality": 363, + "char_count": 9455, + "ocr_confidence": 0.511, + "pagerank": { + "raw": 4.03580807328026e-08, + "percentile": 0.18110167812872488 + }, + "sha256": "77d730fba59644f7ddd54c5de27714bdee115cf697a736b8ddf5ccf65a0b0967", + "simhash": "1:b6c0cc064656a798", + "word_count": 1627 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0265-01", + "first_page_order": 169, + "last_page_order": 171 + }, + { + "id": 6732266, + "name": "Thomas M. Randolph, Governor, &c. v. Isom L. Brown, James Roach & William M'Bee", + "name_abbreviation": "Randolph v. Brown", + "decision_date": "1823-06", + "docket_number": "", + "first_page": "267", + "last_page": "267", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 351" + }, + { + "type": "official", + "cite": "4 Va. 351" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 330", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 155, + "char_count": 2116, + "ocr_confidence": 0.459, + "pagerank": { + "raw": 9.505882454708161e-08, + "percentile": 0.5224291068707094 + }, + "sha256": "b5f025df12e29d7d20851f46c32a5eec2ec73fa336d6e85bfbc86da8428d67a4", + "simhash": "1:d4814490cc0e42d4", + "word_count": 360 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0267-01", + "first_page_order": 171, + "last_page_order": 171 + }, + { + "id": 6732301, + "name": "Brookes Baker v. The Commonwealth", + "name_abbreviation": "Baker v. Commonwealth", + "decision_date": "1823-06", + "docket_number": "", + "first_page": "267", + "last_page": "268", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 353" + }, + { + "type": "official", + "cite": "4 Va. 353" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "6 Gratt. 313", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Rob. 822", + "category": "reporters:state", + "reporter": "Rob.", + "opinion_index": -1 + }, + { + "cite": "4 Leigh 688", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6728703 + ], + "opinion_index": -1, + "case_paths": [ + "/va/31/1078-02" + ] + } + ], + "analysis": { + "cardinality": 201, + "char_count": 3292, + "ocr_confidence": 0.5, + "pagerank": { + "raw": 2.8797662639208346e-07, + "percentile": 0.8434632675495752 + }, + "sha256": "784f296ee4f717aaf27992034c547d7233bcfbf7d8b961c166a5c9bc5bdc9b9f", + "simhash": "1:0e67635cbe9eb8cf", + "word_count": 562 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0267-02", + "first_page_order": 171, + "last_page_order": 172 + }, + { + "id": 6732325, + "name": "Hill Carter v. The Commonwealth", + "name_abbreviation": "Carter v. Commonwealth", + "decision_date": "1823-06", + "docket_number": "", + "first_page": "268", + "last_page": "268", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 354" + }, + { + "type": "official", + "cite": "4 Va. 354" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 186, + "char_count": 2549, + "ocr_confidence": 0.545, + "pagerank": { + "raw": 6.770845263994211e-08, + "percentile": 0.41339475776386964 + }, + "sha256": "20f7364efe923aade69118941f3a0d4ad5b0f875afacd786f017f0cc359f1532", + "simhash": "1:b461ddd54947e00a", + "word_count": 456 + }, + "last_updated": "2023-07-14T17:06:18.705028+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0268-01", + "first_page_order": 172, + "last_page_order": 172 + }, + { + "id": 6732362, + "name": "William Rasnick v. The Commonwealth", + "name_abbreviation": "Rasnick v. Commonwealth", + "decision_date": "1823-06", + "docket_number": "", + "first_page": "268", + "last_page": "270", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 356" + }, + { + "type": "official", + "cite": "4 Va. 356" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "25 Gratt. 865", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6725923 + ], + "opinion_index": -1, + "case_paths": [ + "/va/66/0585-01" + ] + }, + { + "cite": "18 Gratt. 938", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "29 Gratt. 857", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6734301 + ], + "opinion_index": -1, + "case_paths": [ + "/va/70/0626-01" + ] + }, + { + "cite": "162 U. S. 625", + "category": "reporters:federal", + "reporter": "U.S.", + "case_ids": [ + 6141268 + ], + "opinion_index": -1, + "case_paths": [ + "/us/162/0625-01" + ] + }, + { + "cite": "16 Sup. Ct. Rep. 955", + "category": "reporters:federal", + "reporter": "S. Ct.", + "opinion_index": -1 + }, + { + "cite": "2 Va. Cas. 231", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6730841 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0212-01" + ] + }, + { + "cite": "26 S. E. Rep. 402", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "94 Va. 790", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "8 S. E. Rep. 683", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "85 Va. 710", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "32 Gratt. 876", + "category": "reporters:state", + "reporter": "Gratt.", + "pin_cites": [ + { + "page": "877" + } + ], + "opinion_index": -1 + }, + { + "cite": "2 Leigh 772", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "6 Rand. 685", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6734684 + ], + "opinion_index": -1, + "case_paths": [ + "/va/27/0867-01" + ] + } + ], + "analysis": { + "cardinality": 596, + "char_count": 13588, + "ocr_confidence": 0.53, + "pagerank": { + "raw": 3.721972640956097e-07, + "percentile": 0.8938955514394855 + }, + "sha256": "ec91f39a249b2a674c31af38aa7e9c1ead4082d822d1edb5f7bb16b47b539157", + "simhash": "1:a335858c9a1ef0d8", + "word_count": 2351 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0268-02", + "first_page_order": 172, + "last_page_order": 174 + }, + { + "id": 6732391, + "name": "The Commonwealth v. The President, Directors & Company of the Swift Run Gap Turnpike Company", + "name_abbreviation": "Commonwealth v. President of the Swift Run Gap Turnpike Co.", + "decision_date": "1823-11", + "docket_number": "", + "first_page": "270", + "last_page": "271", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 361" + }, + { + "type": "official", + "cite": "4 Va. 361" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 190, + "char_count": 2830, + "ocr_confidence": 0.535, + "sha256": "43e2f69689d7352bb7690772749c29e382c94ceaaa5df3eb41eb88b32c67cb99", + "simhash": "1:76f06ffcb55877a9", + "word_count": 476 + }, + "last_updated": "2023-07-14T17:06:18.705028+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0270-01", + "first_page_order": 174, + "last_page_order": 175 + }, + { + "id": 6732415, + "name": "The Commonwealth v. The President, Directors & Company of the Swift Run Gap Turnpike Company", + "name_abbreviation": "Commonwealth v. President of the Swift Run Gap Turnpike Co.", + "decision_date": "1823-11", + "docket_number": "", + "first_page": "271", + "last_page": "271", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 362" + }, + { + "type": "official", + "cite": "4 Va. 362" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "13 Gratt. 767", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4437622 + ], + "opinion_index": -1, + "case_paths": [ + "/va/54/0292-01" + ] + }, + { + "cite": "15 W. Va. 375", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 103, + "char_count": 1139, + "ocr_confidence": 0.529, + "pagerank": { + "raw": 6.954398000931261e-08, + "percentile": 0.4216651241056911 + }, + "sha256": "5f894ffe58525f3d6782671ca3521afc9a9d09b262b55b0d9ee15179dc668b98", + "simhash": "1:1dab2f82d76caae0", + "word_count": 186 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0271-01", + "first_page_order": 175, + "last_page_order": 175 + }, + { + "id": 6732476, + "name": "Ex Parte Joseph Santee", + "name_abbreviation": "Ex parte Santee", + "decision_date": "1823-11", + "docket_number": "", + "first_page": "271", + "last_page": "275", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 363" + }, + { + "type": "official", + "cite": "4 Va. 363" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "8 Gratt. 679", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "16 Gratt. 463", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Va. Cas. 546", + "category": "reporters:state", + "reporter": "Va. Cas.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 937, + "char_count": 26613, + "ocr_confidence": 0.529, + "pagerank": { + "raw": 7.745246620439577e-08, + "percentile": 0.45527847376430053 + }, + "sha256": "7c2a5b240e7cb21a1f3e4eb4ab8e86db0686f33c411655b67e9c8dfdef82c545", + "simhash": "1:c17fade08b7ec284", + "word_count": 4677 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0271-02", + "first_page_order": 175, + "last_page_order": 179 + }, + { + "id": 6732500, + "name": "The Commonwealth v. Robert T. Sims", + "name_abbreviation": "Commonwealth v. Sims", + "decision_date": "1823-11", + "docket_number": "", + "first_page": "275", + "last_page": "276", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 374" + }, + { + "type": "official", + "cite": "4 Va. 374" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + }, + { + "cite": "2 Va. Cas. 403", + "category": "reporters:state", + "reporter": "Va. Cas.", + "opinion_index": -1 + }, + { + "cite": "1 Hen. 5", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8684028 + ], + "opinion_index": 0, + "case_paths": [ + "/va/11/0012-04" + ] + } + ], + "analysis": { + "cardinality": 160, + "char_count": 2605, + "ocr_confidence": 0.512, + "pagerank": { + "raw": 2.0846280562546492e-07, + "percentile": 0.759513971663985 + }, + "sha256": "c4b54b832fdd93ff4769c840ee7e58588f439809f5dcc42ab1b460ace2d68838", + "simhash": "1:87fe27f01f6f904e", + "word_count": 453 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0275-01", + "first_page_order": 179, + "last_page_order": 180 + }, + { + "id": 6732539, + "name": "Hudson Sprouce v. The Commonwealth", + "name_abbreviation": "Sprouce v. Commonwealth", + "decision_date": "1823-11", + "docket_number": "", + "first_page": "276", + "last_page": "278", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 375" + }, + { + "type": "official", + "cite": "4 Va. 375" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "20 Gratt. 733", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6734381 + ], + "opinion_index": -1, + "case_paths": [ + "/va/61/0593-01" + ] + }, + { + "cite": "33 W. Va. 324", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "23 Gratt. 931", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "9 Gratt, 737", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Leigh 769", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6729410 + ], + "opinion_index": -1, + "case_paths": [ + "/va/29/0502-01" + ] + }, + { + "cite": "32 Gratt. 901", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 482, + "char_count": 10227, + "ocr_confidence": 0.524, + "pagerank": { + "raw": 1.3504337424629035e-07, + "percentile": 0.633430559078927 + }, + "sha256": "c75924e2f8ca561431cb3a3c3b5745e947466712a334f5a71b1a17dbf3240b78", + "simhash": "1:16bf1d2450577bc9", + "word_count": 1814 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0276-01", + "first_page_order": 180, + "last_page_order": 182 + }, + { + "id": 6732569, + "name": "Francis Derieux v. The Commonwealth", + "name_abbreviation": "Derieux v. Commonwealth", + "decision_date": "1823-11", + "docket_number": "", + "first_page": "278", + "last_page": "279", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 379" + }, + { + "type": "official", + "cite": "4 Va. 379" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "9 Leigh 669", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "5 Gratt. 664", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375684 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0664-01" + ] + }, + { + "cite": "18 W. Va. 669", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + }, + { + "cite": "17 S. E. Rep. 796", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "38 W. Va. 64", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "8 Gratt. 673", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Leigh 594", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "2 Va, Cas. 235", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6730915 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0213-01" + ] + } + ], + "analysis": { + "cardinality": 314, + "char_count": 5863, + "ocr_confidence": 0.516, + "pagerank": { + "raw": 2.178955825861643e-07, + "percentile": 0.77208053442498 + }, + "sha256": "c3add198f4a2177c5d08042a059b3f0c11d1588c72a42fc89bcc8a78a3583f19", + "simhash": "1:5afb4bf4f44920b9", + "word_count": 1008 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0278-01", + "first_page_order": 182, + "last_page_order": 183 + }, + { + "id": 6732598, + "name": "William Richards v. Thomas Goodson", + "name_abbreviation": "Richards v. Goodson", + "decision_date": "1823-11", + "docket_number": "", + "first_page": "279", + "last_page": "279", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 381" + }, + { + "type": "official", + "cite": "4 Va. 381" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 223, + "char_count": 2876, + "ocr_confidence": 0.444, + "pagerank": { + "raw": 5.428866065154938e-08, + "percentile": 0.34195642294203255 + }, + "sha256": "69613c9c94f73fc31f7c2fad7c192fdacf6d0609dedf7ce856ca57d9aee8827b", + "simhash": "1:0f866aa8646881a5", + "word_count": 508 + }, + "last_updated": "2023-07-14T17:06:18.705028+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0279-01", + "first_page_order": 183, + "last_page_order": 183 + }, + { + "id": 6732635, + "name": "Nathan Attoo v. The Commonwealth", + "name_abbreviation": "Attoo v. Commonwealth", + "decision_date": "1823-11", + "docket_number": "", + "first_page": "279", + "last_page": "280", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 382" + }, + { + "type": "official", + "cite": "4 Va. 382" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Rob. 807", + "category": "reporters:state", + "reporter": "Rob.", + "pin_cites": [ + { + "page": "813, 814, 816" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Leigh 570", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "3 Va. Cas. 397", + "category": "reporters:state", + "reporter": "Va. Cas.", + "opinion_index": -1 + }, + { + "cite": "3 Va. Cas. 54", + "category": "reporters:state", + "reporter": "Va. Cas.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 245, + "char_count": 3192, + "ocr_confidence": 0.481, + "pagerank": { + "raw": 5.527646540942415e-08, + "percentile": 0.3479519462331588 + }, + "sha256": "ee68d12bdb20bf5d8a67275a8660d149f4ce5b6c3e50c4ff23bd9392aaa12ff3", + "simhash": "1:b3afdb0bba9fe259", + "word_count": 563 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0279-02", + "first_page_order": 183, + "last_page_order": 184 + }, + { + "id": 6732674, + "name": "The Commonwealth v. John Shelton", + "name_abbreviation": "Commonwealth v. Shelton", + "decision_date": "1823-11", + "docket_number": "", + "first_page": "280", + "last_page": "281", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 384" + }, + { + "type": "official", + "cite": "4 Va. 384" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Va. Cas. 451", + "category": "reporters:state", + "reporter": "Va. Cas.", + "opinion_index": -1 + }, + { + "cite": "2 Va. Cas. 397", + "category": "reporters:state", + "reporter": "Va. Cas.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 291, + "char_count": 5512, + "ocr_confidence": 0.526, + "pagerank": { + "raw": 4.364012536165934e-08, + "percentile": 0.27416405357995777 + }, + "sha256": "f1437df2e0b870247913d7b92a36138e14de6522eb2e98a4671971ce2db47478", + "simhash": "1:1db6a3d81ad79a7c", + "word_count": 955 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0280-01", + "first_page_order": 184, + "last_page_order": 185 + }, + { + "id": 6732719, + "name": "Reuben Wicks v. The Commonwealth", + "name_abbreviation": "Wicks v. Commonwealth", + "decision_date": "1824-06", + "docket_number": "", + "first_page": "281", + "last_page": "283", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 387" + }, + { + "type": "official", + "cite": "4 Va. 387" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "26 Gratt. 1007", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + }, + { + "cite": "151 U. S. 262", + "category": "reporters:federal", + "reporter": "U.S.", + "case_ids": [ + 8298693 + ], + "opinion_index": -1, + "case_paths": [ + "/us/151/0262-01" + ] + }, + { + "cite": "14 Sup. Ct. Rep. 330", + "category": "reporters:federal", + "reporter": "S. Ct.", + "opinion_index": -1 + }, + { + "cite": "8 W. Va. 747", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "26 S. E. Rep. 858", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "94 Va. 809", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "14 Gratt. 596", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Va. Cas. 310", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 2095789 + ], + "opinion_index": -1, + "case_paths": [ + "/va/3/0080-03" + ] + }, + { + "cite": "20 Gratt. 730", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 790, + "char_count": 16071, + "ocr_confidence": 0.509, + "pagerank": { + "raw": 1.291686455112713e-07, + "percentile": 0.6199523601569049 + }, + "sha256": "5886f3945b7ff2e0df37d2db57b0296815910fe8e903fe3cfd05070382a914b1", + "simhash": "1:ab5d43be1c00f55e", + "word_count": 2845 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0281-01", + "first_page_order": 185, + "last_page_order": 187 + }, + { + "id": 6732758, + "name": "The Commonwealth v. Richard Booth", + "name_abbreviation": "Commonwealth v. Booth", + "decision_date": "1824-06", + "docket_number": "", + "first_page": "283", + "last_page": "284", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 394" + }, + { + "type": "official", + "cite": "4 Va. 394" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt, 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + } + ], + "analysis": { + "cardinality": 346, + "char_count": 5710, + "ocr_confidence": 0.524, + "sha256": "62ab84283e1ccd37814b0389fa22e2094f1dde26009368d060017a1069f250a0", + "simhash": "1:344f23f9030b7a2d", + "word_count": 982 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0283-01", + "first_page_order": 187, + "last_page_order": 188 + }, + { + "id": 6732804, + "name": "David Mabry v. The Commonwealth", + "name_abbreviation": "Mabry v. Commonwealth", + "decision_date": "1824-06", + "docket_number": "", + "first_page": "284", + "last_page": "285", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 396" + }, + { + "type": "official", + "cite": "4 Va. 396" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "27 Gratt. 937", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "9 Gratt. 732", + "category": "reporters:state", + "reporter": "Gratt.", + "pin_cites": [ + { + "page": "735" + } + ], + "opinion_index": -1 + }, + { + "cite": "8 Gratt. 676", + "category": "reporters:state", + "reporter": "Gratt.", + "pin_cites": [ + { + "page": "688" + } + ], + "opinion_index": -1 + }, + { + "cite": "11 Leigh 646", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "2 Va. Cas. 4", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6727183 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0112-01" + ] + } + ], + "analysis": { + "cardinality": 375, + "char_count": 6779, + "ocr_confidence": 0.5, + "pagerank": { + "raw": 8.128710786913371e-08, + "percentile": 0.4683717081575026 + }, + "sha256": "d8dda69b1ada67fb148661ec293d6107515d75c4354da95b102913dbf1913179", + "simhash": "1:4971c6f3ec0ca487", + "word_count": 1185 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0284-01", + "first_page_order": 188, + "last_page_order": 189 + }, + { + "id": 6732839, + "name": "John Leachman v. The Overseers of the Poor of Prince William", + "name_abbreviation": "Leachman v. Overseers of the Poor of Prince William", + "decision_date": "1824-06", + "docket_number": "", + "first_page": "285", + "last_page": "286", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 399" + }, + { + "type": "official", + "cite": "4 Va. 399" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "19 Gratt. 120", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 319, + "char_count": 5944, + "ocr_confidence": 0.496, + "sha256": "2604ff72e16beae102fceb78b1ca2219c508c639ac72f9f6f9fc49bd12acfd6e", + "simhash": "1:86eb1a908e5e5ee2", + "word_count": 1048 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0285-01", + "first_page_order": 189, + "last_page_order": 190 + }, + { + "id": 6732866, + "name": "The Commonwealth v. James Clark", + "name_abbreviation": "Commonwealth v. Clark", + "decision_date": "1824-06", + "docket_number": "", + "first_page": "286", + "last_page": "287", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 401" + }, + { + "type": "official", + "cite": "4 Va. 401" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Va. Cas. 374", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6732500 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0275-01" + ] + } + ], + "analysis": { + "cardinality": 169, + "char_count": 2407, + "ocr_confidence": 0.517, + "pagerank": { + "raw": 4.03580807328026e-08, + "percentile": 0.18111152426261146 + }, + "sha256": "ce63ca1dd781fb04a2d7f4ffdd447f5dbb716c388740b86c7354ebec326c6840", + "simhash": "1:6b3a0fb8e0985884", + "word_count": 429 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0286-01", + "first_page_order": 190, + "last_page_order": 191 + }, + { + "id": 6732902, + "name": "The Commonwealth v. William Daniels", + "name_abbreviation": "Commonwealth v. Daniels", + "decision_date": "1824-06", + "docket_number": "", + "first_page": "287", + "last_page": "288", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 402" + }, + { + "type": "official", + "cite": "4 Va. 402" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + } + ], + "analysis": { + "cardinality": 407, + "char_count": 7077, + "ocr_confidence": 0.504, + "pagerank": { + "raw": 5.0011153170616546e-08, + "percentile": 0.3153384618176581 + }, + "sha256": "49d66adeb7f77d3ff5fdccbd3cc73c30747f7529e26b888bcb88af668c9882f6", + "simhash": "1:b05cafb0a87855d9", + "word_count": 1196 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0287-01", + "first_page_order": 191, + "last_page_order": 192 + }, + { + "id": 6732939, + "name": "Jacob Zimmerman v. Frederick Buzzard's Administrators", + "name_abbreviation": "Zimmerman v. Buzzard's Administrators", + "decision_date": "1824-06", + "docket_number": "", + "first_page": "288", + "last_page": "289", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 406" + }, + { + "type": "official", + "cite": "4 Va. 406" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 264, + "char_count": 5076, + "ocr_confidence": 0.546, + "pagerank": { + "raw": 4.1150845135908093e-08, + "percentile": 0.26678138377951766 + }, + "sha256": "0018148f0cbc9575eada1e2b9f630250a9dd2c07b48908edd9517cee43f7da81", + "simhash": "1:cffeaa2be86561fe", + "word_count": 893 + }, + "last_updated": "2023-07-14T17:06:18.705028+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0288-01", + "first_page_order": 192, + "last_page_order": 193 + }, + { + "id": 6733019, + "name": "The Commonwealth v. John Dandridge", + "name_abbreviation": "Commonwealth v. Dandridge", + "decision_date": "1824-06", + "docket_number": "", + "first_page": "289", + "last_page": "305", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 408" + }, + { + "type": "official", + "cite": "4 Va. 408" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Va. Cas. 320", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6731879 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0254-02" + ] + }, + { + "cite": "21 Gratt. 500", + "category": "reporters:state", + "reporter": "Gratt.", + "weight": 2, + "opinion_index": -1 + }, + { + "cite": "10 S. E. Rep. 60", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "33 W. Va. 101", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "24 W. Va. 455", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "469, 473" + } + ], + "opinion_index": -1 + }, + { + "cite": "9 Sup. Ct. Rep. 79", + "category": "reporters:federal", + "reporter": "S. Ct.", + "opinion_index": -1 + }, + { + "cite": "128 U. S. 289", + "category": "reporters:federal", + "reporter": "U.S.", + "case_ids": [ + 3533595 + ], + "opinion_index": -1, + "case_paths": [ + "/us/128/0289-01" + ] + }, + { + "cite": "21 Fed. Rep. 769", + "category": "reporters:federal", + "reporter": "F.", + "pin_cites": [ + { + "page": "772" + } + ], + "opinion_index": -1 + }, + { + "cite": "14 S. E. Rep. 803", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "88 Va. 920", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1874828 + ], + "opinion_index": -1, + "case_paths": [ + "/va/88/0920-01" + ] + }, + { + "cite": "5 Johns. 282", + "category": "reporters:state", + "reporter": "Johns.", + "case_ids": [ + 2131488 + ], + "opinion_index": 0, + "case_paths": [ + "/johns/5/0282-01" + ] + }, + { + "cite": "2 Black. Rep. 1141", + "category": "reporters:scotus_early", + "reporter": "Black. Rep.", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 2406, + "char_count": 94691, + "ocr_confidence": 0.505, + "pagerank": { + "raw": 6.064474236067253e-07, + "percentile": 0.9551296233873094 + }, + "sha256": "5cb952d3ccdcc0664695e13741a48f5001a2f7685fad5f0cf951709893f379ee", + "simhash": "1:0026adb32e1cddb7", + "word_count": 16474 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0289-01", + "first_page_order": 193, + "last_page_order": 209 + }, + { + "id": 6733094, + "name": "John Aldridge v. The Commonwealth", + "name_abbreviation": "Aldridge v. Commonwealth", + "decision_date": "1824-06", + "docket_number": "", + "first_page": "305", + "last_page": "311", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 447" + }, + { + "type": "official", + "cite": "4 Va. 447" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Va. Cas. 397", + "category": "reporters:state", + "reporter": "Va. Cas.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 1107, + "char_count": 31278, + "ocr_confidence": 0.512, + "pagerank": { + "raw": 7.08737213693759e-08, + "percentile": 0.4263424238247095 + }, + "sha256": "7a21c6fe965bdf76fd11de181ea9ca8f9bd2d3ff658084616df9e71a8b23dcd6", + "simhash": "1:bd71c62a9518b57a", + "word_count": 5319 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0305-01", + "first_page_order": 209, + "last_page_order": 215 + }, + { + "id": 6733123, + "name": "The Commonweath v. John Callaghan and John Holloway", + "name_abbreviation": "Commonweath v. Callaghan", + "decision_date": "1825-06", + "docket_number": "", + "first_page": "311", + "last_page": "312", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 460" + }, + { + "type": "official", + "cite": "4 Va. 460" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Va. Cas. 130", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6729018 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0165-01" + ] + }, + { + "cite": "24 S. E. Rep. 546", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "42 W. Va. 176", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 525, + "char_count": 10400, + "ocr_confidence": 0.517, + "pagerank": { + "raw": 1.3289350568529127e-07, + "percentile": 0.6285231301129911 + }, + "sha256": "7d71073a734fdd80df19072f61c994a40a37cbbc1f9498eae7e751957133f194", + "simhash": "1:1ce3e265b81325a8", + "word_count": 1782 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0311-01", + "first_page_order": 215, + "last_page_order": 216 + }, + { + "id": 6733155, + "name": "The Commonwealth v. John Bryant, alias John Hopkins", + "name_abbreviation": "Commonwealth v. Bryant", + "decision_date": "1825-06", + "docket_number": "", + "first_page": "313", + "last_page": "313", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 465" + }, + { + "type": "official", + "cite": "4 Va. 465" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 219, + "char_count": 5140, + "ocr_confidence": 0.502, + "sha256": "e6a2f0f6dc109f06e314ac9a4bf67786fe00112916ce4a343ad189bee0f07e87", + "simhash": "1:9d91dd30d25410b6", + "word_count": 871 + }, + "last_updated": "2023-07-14T17:06:18.705028+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0313-01", + "first_page_order": 217, + "last_page_order": 217 + }, + { + "id": 6733194, + "name": "The Commonwealth v. George Ryan", + "name_abbreviation": "Commonwealth v. Ryan", + "decision_date": "1825-06", + "docket_number": "", + "first_page": "313", + "last_page": "315", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 467" + }, + { + "type": "official", + "cite": "4 Va. 467" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 292, + "char_count": 6611, + "ocr_confidence": 0.527, + "pagerank": { + "raw": 2.0446031217563963e-07, + "percentile": 0.7522703061066495 + }, + "sha256": "b234266d697d5288e1592b2e587e4efc8e71351ecef93c385bac4ab253d26695", + "simhash": "1:dc14fc51380a3630", + "word_count": 1119 + }, + "last_updated": "2023-07-14T17:06:18.705028+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0313-02", + "first_page_order": 217, + "last_page_order": 219 + }, + { + "id": 6733219, + "name": "The Commonwealth v. Aaron Gourd, Junior", + "name_abbreviation": "Commonwealth v. Gourd", + "decision_date": "1825-06", + "docket_number": "", + "first_page": "315", + "last_page": "315", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 470" + }, + { + "type": "official", + "cite": "4 Va. 470" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "81 Va. 494", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "2 Va. Cas. 61", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6728092 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0136-02" + ] + } + ], + "analysis": { + "cardinality": 132, + "char_count": 1566, + "ocr_confidence": 0.497, + "pagerank": { + "raw": 4.357577154540725e-08, + "percentile": 0.2738619124126542 + }, + "sha256": "09370a189caa4e424c7492afbe0e3a6a2e16d2564bbcf939540ffad21fbe238e", + "simhash": "1:207d3888731800d0", + "word_count": 268 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0315-01", + "first_page_order": 219, + "last_page_order": 219 + }, + { + "id": 6733258, + "name": "Francis Wells, qui tam, &c. v. James Garland", + "name_abbreviation": "Wells v. Garland", + "decision_date": "1825-06", + "docket_number": "", + "first_page": "315", + "last_page": "316", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 471" + }, + { + "type": "official", + "cite": "4 Va. 471" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "26 Gratt. 698", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4433929 + ], + "opinion_index": -1, + "case_paths": [ + "/va/67/0227-01" + ] + } + ], + "analysis": { + "cardinality": 351, + "char_count": 6588, + "ocr_confidence": 0.514, + "sha256": "6da91a310b710a09deaef4715422ba856e4039ceb0e114d68754ad8c47980ee8", + "simhash": "1:dffdcd4a00ae85f2", + "word_count": 1148 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0315-02", + "first_page_order": 219, + "last_page_order": 220 + }, + { + "id": 6733283, + "name": "Josiah Poore v. The Commonwealth", + "name_abbreviation": "Poore v. Commonwealth", + "decision_date": "1825-06", + "docket_number": "", + "first_page": "316", + "last_page": "317", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 474" + }, + { + "type": "official", + "cite": "4 Va. 474" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "20 Gratt. 733", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6734381 + ], + "opinion_index": -1, + "case_paths": [ + "/va/61/0593-01" + ] + }, + { + "cite": "10 S. E. Rep. 641", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "33 W. Va. 324", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "17 S. E. Rep. 385", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "37 W. Va. 826", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "22 W. Va. 824", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "13 W. Va. 228", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "9 W. Va. 465", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "3 W. Va. 643", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "7 Gratt. 623", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Leigh 616", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "23 Gratt. 919", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6728691 + ], + "opinion_index": -1, + "case_paths": [ + "/va/64/0704-01" + ] + }, + { + "cite": "15 Gratt. 634", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732703 + ], + "opinion_index": -1, + "case_paths": [ + "/va/56/0983-01" + ] + } + ], + "analysis": { + "cardinality": 284, + "char_count": 4174, + "ocr_confidence": 0.504, + "pagerank": { + "raw": 1.2804088666964576e-07, + "percentile": 0.6173446791685538 + }, + "sha256": "f7a5ee8231b8d65571bcc45518a1d2e04f8fe6a8ea2e3da2d16c69d096eed58d", + "simhash": "1:9cf1092e3f5e2cef", + "word_count": 754 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0316-01", + "first_page_order": 220, + "last_page_order": 221 + }, + { + "id": 6733325, + "name": "The Commonwealth v. John Linton", + "name_abbreviation": "Commonwealth v. Linton", + "decision_date": "1825-06", + "docket_number": "", + "first_page": "317", + "last_page": "318", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 476" + }, + { + "type": "official", + "cite": "4 Va. 476" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "25 Gratt. 865", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6725923 + ], + "opinion_index": -1, + "case_paths": [ + "/va/66/0585-01" + ] + }, + { + "cite": "7 Gratt. 425", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449374 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0172-01" + ] + } + ], + "analysis": { + "cardinality": 407, + "char_count": 7297, + "ocr_confidence": 0.481, + "pagerank": { + "raw": 1.0817193052689958e-07, + "percentile": 0.5626687115735319 + }, + "sha256": "786a5804d72298c5d64b39e4176c8ed4124799b3ca548a222ff4fe54de9aef11", + "simhash": "1:f24d2bc10748ef6a", + "word_count": 1295 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0317-01", + "first_page_order": 221, + "last_page_order": 222 + }, + { + "id": 6733362, + "name": "Massey Thomas v. The Commonwealth", + "name_abbreviation": "Thomas v. Commonwealth", + "decision_date": "1825-06", + "docket_number": "", + "first_page": "318", + "last_page": "320", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 479" + }, + { + "type": "official", + "cite": "4 Va. 479" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "20 Gratt. 733", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6734381 + ], + "opinion_index": -1, + "case_paths": [ + "/va/61/0593-01" + ] + }, + { + "cite": "15 S. E. Rep. 983", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "36 W. Va. 733", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "18 Gratt. 986", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Leigh 750", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "2 Va. Cas. 511", + "category": "reporters:state", + "reporter": "Va. Cas.", + "pin_cites": [ + { + "page": "512" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Va. Cas. 273", + "category": "reporters:state", + "reporter": "Va. Cas.", + "opinion_index": -1 + }, + { + "cite": "8 Gratt. 643", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 572, + "char_count": 10630, + "ocr_confidence": 0.509, + "pagerank": { + "raw": 1.2126639405022998e-07, + "percentile": 0.596371834805813 + }, + "sha256": "a93c1a511cd9a965b8eadf4a0c99a8710da126790fe186df8646cc54c013ddca", + "simhash": "1:d1759aa9a7f73dfe", + "word_count": 1884 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0318-01", + "first_page_order": 222, + "last_page_order": 224 + }, + { + "id": 6733411, + "name": "Joseph Burgess v. The Commonwealth", + "name_abbreviation": "Burgess v. Commonwealth", + "decision_date": "1825-06", + "docket_number": "", + "first_page": "320", + "last_page": "323", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 483" + }, + { + "type": "official", + "cite": "4 Va. 483" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "8 W. Va. 769", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "26 Gratt. 1007", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Leigh 612", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + }, + { + "cite": "29 S. E. Rep. 533", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "44 W. Va. 331", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "23 W. Va. 778", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "780" + } + ], + "opinion_index": -1 + }, + { + "cite": "21 Gratt. 860", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Va. Cas. 544", + "category": "reporters:state", + "reporter": "Va. Cas.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 787, + "char_count": 16743, + "ocr_confidence": 0.514, + "pagerank": { + "raw": 1.258294508515638e-07, + "percentile": 0.6118339331752546 + }, + "sha256": "88c7ec5515bb90aab99f1754acece32beb7813d5feedd211b5668cda87fafffa", + "simhash": "1:ac4dadde925ea7ba", + "word_count": 2936 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0320-01", + "first_page_order": 224, + "last_page_order": 227 + }, + { + "id": 6733451, + "name": "Joseph Byrd v. The Commonwealth", + "name_abbreviation": "Byrd v. Commonwealth", + "decision_date": "1826-06", + "docket_number": "", + "first_page": "323", + "last_page": "324", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 490" + }, + { + "type": "official", + "cite": "4 Va. 490" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "77 Va. 590", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4388266 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/77/0590-01" + ] + }, + { + "cite": "11 W. Va. 734", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "743" + } + ], + "opinion_index": -1 + }, + { + "cite": "19 S. E. Rep. 843", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "90 Va. 760", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "11 S. E. Rep. 799", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "86 Va. 933", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1879116 + ], + "opinion_index": -1, + "case_paths": [ + "/va/86/0933-01" + ] + }, + { + "cite": "82 Va. 307", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "1 Rob. 707", + "category": "reporters:state", + "reporter": "Rob.", + "opinion_index": -1 + }, + { + "cite": "2 Leigh 777", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 503, + "char_count": 8539, + "ocr_confidence": 0.519, + "pagerank": { + "raw": 1.3881941959850483e-07, + "percentile": 0.6420407135705595 + }, + "sha256": "f357aff15fc340269e25883777c42f5ea8ba5baad0d5d679d9ab565bacb2be4e", + "simhash": "1:18f727fea2bfac88", + "word_count": 1480 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0323-01", + "first_page_order": 227, + "last_page_order": 228 + }, + { + "id": 6733482, + "name": "Michael Quinling v. The Commonwealth", + "name_abbreviation": "Quinling v. Commonwealth", + "decision_date": "1826-06", + "docket_number": "", + "first_page": "324", + "last_page": "326", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 494" + }, + { + "type": "official", + "cite": "4 Va. 494" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Wash. Rep. 95", + "category": "reporters:state", + "reporter": "Wash. Rep.", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 576, + "char_count": 12461, + "ocr_confidence": 0.513, + "sha256": "81283b30867ef04bbec4df02643856c2ff63076666cd0ae4e06c7b7f426286cc", + "simhash": "1:50a529f76e16d7d0", + "word_count": 2139 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0324-01", + "first_page_order": 228, + "last_page_order": 230 + }, + { + "id": 6733497, + "name": "The Commonwealth v. The Justices of Kanawha County", + "name_abbreviation": "Commonwealth v. Justices of Kanawha County", + "decision_date": "1826-06", + "docket_number": "", + "first_page": "327", + "last_page": "327", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 499" + }, + { + "type": "official", + "cite": "4 Va. 499" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "11 Gratt. 292", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451461 + ], + "opinion_index": -1, + "case_paths": [ + "/va/52/0130-01" + ] + } + ], + "analysis": { + "cardinality": 211, + "char_count": 3478, + "ocr_confidence": 0.483, + "pagerank": { + "raw": 5.12982294956584e-08, + "percentile": 0.32308389408031124 + }, + "sha256": "64879d30be1d5d400870886d497b61d6f69d3ef7a045e07c5886046bd36d749b", + "simhash": "1:89a69f84b14da282", + "word_count": 611 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0327-01", + "first_page_order": 231, + "last_page_order": 231 + }, + { + "id": 6733536, + "name": "The Commonwealth v. John J. Jackson", + "name_abbreviation": "Commonwealth v. Jackson", + "decision_date": "1826-06", + "docket_number": "", + "first_page": "327", + "last_page": "329", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 501" + }, + { + "type": "official", + "cite": "4 Va. 501" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Rob. 797", + "category": "reporters:state", + "reporter": "Rob.", + "opinion_index": -1 + }, + { + "cite": "26 Gratt. 943", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4433570 + ], + "opinion_index": -1, + "case_paths": [ + "/va/67/0307-01" + ] + }, + { + "cite": "28 W. Va. 327", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 440, + "char_count": 8801, + "ocr_confidence": 0.524, + "pagerank": { + "raw": 1.1620393246380998e-06, + "percentile": 0.9869336011481751 + }, + "sha256": "ef591904d8981f12d05a91dd22aa6fc98f9a739d982ab7c9f198e7fca2e229d4", + "simhash": "1:58cb3651cc579597", + "word_count": 1496 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0327-02", + "first_page_order": 231, + "last_page_order": 233 + }, + { + "id": 6733575, + "name": "The Commonwealth v. Samuel Murray, Jun.", + "name_abbreviation": "Commonwealth v. Murray", + "decision_date": "1826-06", + "docket_number": "", + "first_page": "342", + "last_page": "344", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 504" + }, + { + "type": "official", + "cite": "4 Va. 504" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "20 Gratt. 702", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "18 Gratt. 974", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "8 Gratt. 611", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "10 Gratt. 670", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "3 Cranch, 448", + "category": "reporters:scotus_early", + "reporter": "Cranch,", + "case_ids": [ + 1427712 + ], + "opinion_index": 0, + "case_paths": [ + "/us/7/0269-01" + ] + } + ], + "analysis": { + "cardinality": 560, + "char_count": 12351, + "ocr_confidence": 0.497, + "pagerank": { + "raw": 1.841428930446217e-07, + "percentile": 0.7221940352507038 + }, + "sha256": "80142180a55f3368cc31168603e7fa9300eb12dd33a2911044a87c89229bb729", + "simhash": "1:fd7d87ae83ebaa96", + "word_count": 2146 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0342-01", + "first_page_order": 246, + "last_page_order": 248 + }, + { + "id": 6733618, + "name": "Thomas Kennedy v. The Commonwealth", + "name_abbreviation": "Kennedy v. Commonwealth", + "decision_date": "1826-06", + "docket_number": "", + "first_page": "344", + "last_page": "346", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 510" + }, + { + "type": "official", + "cite": "4 Va. 510" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "15 S. E. Rep. 984", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "36 W. Va. 736", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Leigh 616", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "17 S. E. Rep. 385", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "37 W. Va. 826", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "13 W. 228", + "category": "reporters:state", + "reporter": "W.", + "opinion_index": -1 + }, + { + "cite": "9 W. Va. 465", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "3 W. Va. 644", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "22 W. Va. 824", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "15 Gratt. 634", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732703 + ], + "opinion_index": -1, + "case_paths": [ + "/va/56/0983-01" + ] + }, + { + "cite": "7 Gratt. 623", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "23 Gratt. 919", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6728691 + ], + "opinion_index": -1, + "case_paths": [ + "/va/64/0704-01" + ] + }, + { + "cite": "2 Gratt. 566", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Va. Cas. 6", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6727229 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0113-01" + ] + }, + { + "cite": "23 S. E. Rep. 784", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "92 Va. 806", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "6 Rand. 704", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6734750 + ], + "opinion_index": -1, + "case_paths": [ + "/va/27/0874-01" + ] + }, + { + "cite": "8 Leigh 752", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "8 Gratt. 643", + "category": "reporters:state", + "reporter": "Gratt.", + "pin_cites": [ + { + "page": "644, 645, 646" + } + ], + "opinion_index": -1 + }, + { + "cite": "20 Gratt. 733", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6734381 + ], + "opinion_index": -1, + "case_paths": [ + "/va/61/0593-01" + ] + }, + { + "cite": "20 W. Va. 43", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Va. Cas. 273", + "category": "reporters:state", + "reporter": "Va. Cas.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 512, + "char_count": 10345, + "ocr_confidence": 0.502, + "pagerank": { + "raw": 2.7248779966284366e-07, + "percentile": 0.8305007357571812 + }, + "sha256": "2c9808dd92dd9c93437ae9ae2397e34c697839baf212b434e9cec7b3b397fde3", + "simhash": "1:c8ae14d3ab9ee12e", + "word_count": 1880 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0344-01", + "first_page_order": 248, + "last_page_order": 250 + }, + { + "id": 6733675, + "name": "The Commonwealth v. George Adkinson", + "name_abbreviation": "Commonwealth v. Adkinson", + "decision_date": "1826-06", + "docket_number": "", + "first_page": "346", + "last_page": "347", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 513" + }, + { + "type": "official", + "cite": "4 Va. 513" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + }, + { + "cite": "22 Gratt. 917", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4435185 + ], + "opinion_index": -1, + "case_paths": [ + "/va/63/0324-01" + ] + } + ], + "analysis": { + "cardinality": 307, + "char_count": 4960, + "ocr_confidence": 0.519, + "pagerank": { + "raw": 6.770845263994211e-08, + "percentile": 0.41405386954992357 + }, + "sha256": "17a4cfa2b1dddd03dc56c482545bc7549b9f812f02aa0c0ca203646a97037be4", + "simhash": "1:bfdbbd5a38f23720", + "word_count": 872 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0346-01", + "first_page_order": 250, + "last_page_order": 251 + }, + { + "id": 6733708, + "name": "James H. Walker v. The Commonwealth", + "name_abbreviation": "Walker v. Commonwealth", + "decision_date": "1826-06", + "docket_number": "", + "first_page": "347", + "last_page": "347", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 515" + }, + { + "type": "official", + "cite": "4 Va. 515" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "22 Gratt. 917", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4435185 + ], + "opinion_index": -1, + "case_paths": [ + "/va/63/0324-01" + ] + } + ], + "analysis": { + "cardinality": 153, + "char_count": 1707, + "ocr_confidence": 0.452, + "sha256": "31a3aac414f4cf63b29681c68e478d068cfabf5c4a6274582c0350bc5e19203a", + "simhash": "1:fc43c023d55cfebe", + "word_count": 301 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0347-01", + "first_page_order": 251, + "last_page_order": 251 + }, + { + "id": 6733734, + "name": "David E. Brown v. The Commonwealth", + "name_abbreviation": "Brown v. Commonwealth", + "decision_date": "1826-06", + "docket_number": "", + "first_page": "347", + "last_page": "349", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 516" + }, + { + "type": "official", + "cite": "4 Va. 516" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "20 Gratt. 733", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6734381 + ], + "opinion_index": -1, + "case_paths": [ + "/va/61/0593-01" + ] + }, + { + "cite": "22 W. Va. 824", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "13 W. Va. 228", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "9 W. Va. 465", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "7 Gratt. 623", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "15 Gratt. 634", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732703 + ], + "opinion_index": -1, + "case_paths": [ + "/va/56/0983-01" + ] + } + ], + "analysis": { + "cardinality": 546, + "char_count": 10370, + "ocr_confidence": 0.527, + "pagerank": { + "raw": 9.638968471855372e-08, + "percentile": 0.5277095305556424 + }, + "sha256": "652680f4638a5566c325042f90773a6f910311c1a1e432b2705859d3a0e2dfdd", + "simhash": "1:3fd8d56d719da6d4", + "word_count": 1823 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0347-02", + "first_page_order": 251, + "last_page_order": 253 + }, + { + "id": 6733771, + "name": "James Crawford v. James Daigh", + "name_abbreviation": "Crawford v. Daigh", + "decision_date": "1826-06", + "docket_number": "", + "first_page": "349", + "last_page": "350", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 521" + }, + { + "type": "official", + "cite": "4 Va. 521" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "13 Gratt. 118", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4437867 + ], + "opinion_index": -1, + "case_paths": [ + "/va/54/0060-01" + ] + }, + { + "cite": "8 Leigh 521", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "77 Va. 761", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "21 Gratt. 151", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "12 Gratt. 523", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "4 H. & M. 82", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6724329 + ], + "opinion_index": -1, + "case_paths": [ + "/va/14/0817-01" + ] + }, + { + "cite": "1 Call 587", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "6 Munf. 488", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6729342 + ], + "opinion_index": -1, + "case_paths": [ + "/va/20/0819-01" + ] + }, + { + "cite": "2 Munf 49", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6717606 + ], + "opinion_index": -1, + "case_paths": [ + "/va/16/0313-01" + ] + }, + { + "cite": "1 Munf. 181", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "4 H. & M. 253", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6725445 + ], + "opinion_index": -1, + "case_paths": [ + "/va/14/0878-01" + ] + }, + { + "cite": "3 Call 268", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716121 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0509-01" + ] + }, + { + "cite": "2 Wash. 136", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714528 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0665-01" + ] + }, + { + "cite": "18 W. Va. 654", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "3 Leigh 195", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "10 Leigh 452", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 345, + "char_count": 5927, + "ocr_confidence": 0.498, + "pagerank": { + "raw": 1.5034001956500237e-07, + "percentile": 0.6660820765998327 + }, + "sha256": "0e8ad42a8f7013f4dd307ce547bd56419c30618a2e56dd1bbc9916efe3856a01", + "simhash": "1:3b5f0cb1594b8614", + "word_count": 1083 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0349-01", + "first_page_order": 253, + "last_page_order": 254 + }, + { + "id": 6733807, + "name": "Thomas C. Amory v. The Justices of Gloucester", + "name_abbreviation": "Amory v. Justices of Gloucester", + "decision_date": "1826-06", + "docket_number": "", + "first_page": "350", + "last_page": "351", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 523" + }, + { + "type": "official", + "cite": "4 Va. 523" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "11 Gratt. 292", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451461 + ], + "opinion_index": -1, + "case_paths": [ + "/va/52/0130-01" + ] + }, + { + "cite": "27 Gratt. 160", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "3 Leigh 804", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 440, + "char_count": 9173, + "ocr_confidence": 0.498, + "pagerank": { + "raw": 8.41186757842258e-08, + "percentile": 0.4828762217411131 + }, + "sha256": "0bb06a34db78192ab08fc2d91a0742c490af1cd50520e29a63fff0a21d02e6d0", + "simhash": "1:863da2b5b176cfc7", + "word_count": 1636 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0350-01", + "first_page_order": 254, + "last_page_order": 255 + }, + { + "id": 6733870, + "name": "The Commonwealth v. Benjamin Cawood", + "name_abbreviation": "Commonwealth v. Cawood", + "decision_date": "1826-06", + "docket_number": "", + "first_page": "351", + "last_page": "362", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 527" + }, + { + "type": "official", + "cite": "4 Va. 527" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "29 Gratt. 824", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6734100 + ], + "opinion_index": -1, + "case_paths": [ + "/va/70/0617-01" + ] + }, + { + "cite": "21 Gratt. 846", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6735386 + ], + "opinion_index": -1, + "case_paths": [ + "/va/62/1044-01" + ] + }, + { + "cite": "2 Va. Dec. 52", + "category": "reporters:state", + "reporter": "Va. Dec.", + "opinion_index": -1 + }, + { + "cite": "8 Gratt. 678", + "category": "reporters:state", + "reporter": "Gratt.", + "pin_cites": [ + { + "page": "694" + } + ], + "opinion_index": -1 + }, + { + "cite": "11 S. E. Rep. 238", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "86 Va. 821", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "19 S. E. Rep. 589", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "39 W. Va. 19", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 S. E. Rep. 563", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "29 W. Va. 383", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "23 S. E. Rep. 784", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "92 Va. 796", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "27 Gratt. 159", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "8 Gratt. 591", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "32 Gratt. 268", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "33 Gratt. 819", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716785 + ], + "opinion_index": -1, + "case_paths": [ + "/va/74/0609-01" + ] + }, + { + "cite": "37 S. E. Rep. 962", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "99 Va. 828", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "23 W. Va. 778", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "780" + } + ], + "opinion_index": -1 + }, + { + "cite": "9 W. Va. 644", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "39 S. E. Rep. 706", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "99 Va. 874", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "89 Va. 266", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "19 Gratt. 647", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "14 Gratt. 667", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "13 Gratt. 801", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Leigh 744", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6728937 + ], + "opinion_index": -1, + "case_paths": [ + "/va/29/0493-02" + ] + }, + { + "cite": "21 Gratt. 859", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "15 S. E. Rep. 386", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "89 Va. 156", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1872789 + ], + "opinion_index": -1, + "case_paths": [ + "/va/89/0156-01" + ] + }, + { + "cite": "3 Rand. 104", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6714563 + ], + "opinion_index": -1, + "case_paths": [ + "/va/24/0489-01" + ] + }, + { + "cite": "4 Munf. 371", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 4442198 + ], + "opinion_index": -1, + "case_paths": [ + "/va/18/0173-01" + ] + }, + { + "cite": "4 Munf. 431", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 4442813 + ], + "opinion_index": 0, + "case_paths": [ + "/va/18/0195-01" + ] + }, + { + "cite": "3 Munf. 314", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6719716 + ], + "opinion_index": 0, + "case_paths": [ + "/va/17/0712-01" + ] + } + ], + "analysis": { + "cardinality": 1401, + "char_count": 60826, + "ocr_confidence": 0.5, + "pagerank": { + "raw": 6.754727158844945e-07, + "percentile": 0.9633758570480364 + }, + "sha256": "5bce771e48bb3cc95e73fedfcf21bd7c875dbc4518c4b1c0ec1de08cd33dc1db", + "simhash": "1:ae7dcdc232da6c9a", + "word_count": 10964 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0351-01", + "first_page_order": 255, + "last_page_order": 266 + }, + { + "id": 6733918, + "name": "Elizabeth Selden, Widow, Cary Selden, and James Selden, Two of the Sons of Miles Selden, the Elder, Dec'd, v. John Coalter, John Adams, and Samuel G. Adams, Executors of Richard Adams, Dec'd", + "name_abbreviation": "Selden v. Coalter", + "decision_date": "1818-11", + "docket_number": "", + "first_page": "362", + "last_page": "387", + "citations": [ + { + "type": "nominative", + "cite": "2 Va. Cas. 533" + }, + { + "type": "official", + "cite": "4 Va. 533" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "10 S. E. Rep. 843", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "86 Va. 600", + "category": "reporters:state", + "reporter": "Va.", + "pin_cites": [ + { + "page": "601" + } + ], + "opinion_index": -1 + }, + { + "cite": "4 S. E. Rep. 833", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "84 Va. 302", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 2648, + "char_count": 146870, + "ocr_confidence": 0.51, + "sha256": "aa69fbf4d974c95df93e2919c8f2aaa4c1609621f7e0411e973fcd3a4f48d051", + "simhash": "1:3660e4f190e4a9ab", + "word_count": 26108 + }, + "last_updated": "2024-02-27T20:49:04.854834+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0362-01", + "first_page_order": 266, + "last_page_order": 291 + } +] diff --git a/test/stdlib_basics/legal/cases_metadata/va_report_vol_5_CasesMetadata.json b/test/stdlib_basics/legal/cases_metadata/va_report_vol_5_CasesMetadata.json new file mode 100644 index 00000000..e097eaca --- /dev/null +++ b/test/stdlib_basics/legal/cases_metadata/va_report_vol_5_CasesMetadata.json @@ -0,0 +1,9878 @@ +[ + { + "id": 2094934, + "name": "Joseph Cutchin v. William Wilkinson", + "name_abbreviation": "Cutchin v. Wilkinson", + "decision_date": "1797-04-22", + "docket_number": "", + "first_page": "4", + "last_page": "5", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 3" + }, + { + "type": "official", + "cite": "5 Va. 3" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 Munf. 422", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "1 Munf. 115", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "4 Munf. 233", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "4 Leigh 158", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "3 S. E. Rep. 583", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "30 W. Va. 217", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 451, + "char_count": 8551, + "ocr_confidence": 0.501, + "pagerank": { + "raw": 1.8258001464992805e-07, + "percentile": 0.7200134061870016 + }, + "sha256": "ae5cb04eb91a800666f1a31f891557dd2c34433e4bcf065b3e7d94c403b86ec2", + "simhash": "1:10e6aa15a810e7f1", + "word_count": 1463 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0004-01", + "first_page_order": 7, + "last_page_order": 8 + }, + { + "id": 2094900, + "name": "William Fairclaim, Lessee of James Guthrie, v. Richard Guthrie and Elizabeth Guthrie", + "name_abbreviation": "Fairclaim v. Guthrie", + "decision_date": "1797-04-20", + "docket_number": "", + "first_page": "5", + "last_page": "9", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 7" + }, + { + "type": "official", + "cite": "5 Va. 7" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Munf. 464", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "9 Leigh 377", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "1 Gall 7", + "category": "reporters:federal", + "reporter": "Gall.", + "opinion_index": -1 + }, + { + "cite": "13 W. Va. 561", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 806, + "char_count": 22309, + "ocr_confidence": 0.516, + "pagerank": { + "raw": 3.692291158370346e-07, + "percentile": 0.8925348543486512 + }, + "sha256": "f3accd162b4374817a5e558c302b6d00f62ac4d37e6a30c7c2c62ff252d4e810", + "simhash": "1:d30364c2b044313b", + "word_count": 4120 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0005-01", + "first_page_order": 8, + "last_page_order": 12 + }, + { + "id": 2094930, + "name": "Peter Baird v. Edward Rice", + "name_abbreviation": "Baird v. Rice", + "decision_date": "1797-10-14", + "docket_number": "", + "first_page": "9", + "last_page": "13", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 18" + }, + { + "type": "official", + "cite": "5 Va. 18" + }, + { + "type": "parallel", + "cite": "1 Am. Dec. 447" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Munf. 507", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6727186 + ], + "opinion_index": -1, + "case_paths": [ + "/va/19/0529-01" + ] + }, + { + "cite": "6 Leigh 450", + "category": "reporters:state", + "reporter": "Leigh", + "pin_cites": [ + { + "page": "453" + } + ], + "opinion_index": -1 + }, + { + "cite": "25 Gratt. 211", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6723172 + ], + "opinion_index": -1, + "case_paths": [ + "/va/66/0360-01" + ] + }, + { + "cite": "6 Gratt. 510", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "18 Gratt. 13", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732451 + ], + "pin_cites": [ + { + "page": "49" + } + ], + "opinion_index": -1, + "case_paths": [ + "/va/59/0526-01" + ] + }, + { + "cite": "6 Munf. 6", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6722868 + ], + "opinion_index": -1, + "case_paths": [ + "/va/20/0599-01" + ] + }, + { + "cite": "1 Munf. 269", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 2094050 + ], + "opinion_index": -1, + "case_paths": [ + "/va/15/0107-01" + ] + }, + { + "cite": "9 Leigh 29", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "22 W. Va. 428", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "7 Leigh 538", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "7 Leigh 145", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 283", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "1 Rob. 562", + "category": "reporters:state", + "reporter": "Rob.", + "opinion_index": -1 + }, + { + "cite": "6 Gratt. 509", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 954886 + ], + "pin_cites": [ + { + "page": "526" + } + ], + "opinion_index": -1, + "case_paths": [ + "/va/47/0509-01" + ] + }, + { + "cite": "27 W. Va. 661", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 929, + "char_count": 22845, + "ocr_confidence": 0.492, + "pagerank": { + "raw": 1.5756209241102016e-06, + "percentile": 0.9924431887727817 + }, + "sha256": "0bd2318fa55082dcbe6f68d7056836837c490ea2018de9ea3dbcf4c45aa882ac", + "simhash": "1:dddb28268c5eb5c6", + "word_count": 4073 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0009-01", + "first_page_order": 12, + "last_page_order": 16 + }, + { + "id": 2094961, + "name": "Smith, Ex'r of Williams, v. Robert Walker", + "name_abbreviation": "Smith v. Walker", + "decision_date": "1797-10-16", + "docket_number": "", + "first_page": "13", + "last_page": "18", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 28" + }, + { + "type": "official", + "cite": "5 Va. 28" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Wash. 8", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714224 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0360-01" + ] + }, + { + "cite": "21 Gratt. 774", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "18 Gratt. 705", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "18 Gratt. 448", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 890, + "char_count": 26198, + "ocr_confidence": 0.501, + "pagerank": { + "raw": 1.913445656474432e-07, + "percentile": 0.7320142989031407 + }, + "sha256": "62cb10c9234f6fe2b83fb45d8c9b16026dda02ec9c87db8ef9359adcacbd0144", + "simhash": "1:b3a4ad200eca14d0", + "word_count": 4666 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0013-01", + "first_page_order": 16, + "last_page_order": 21 + }, + { + "id": 2094956, + "name": "Scott v. Hornsby", + "name_abbreviation": "Scott v. Hornsby", + "decision_date": "1797-10-23", + "docket_number": "", + "first_page": "18", + "last_page": "20", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 41" + }, + { + "type": "official", + "cite": "5 Va. 41" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Cranch 97", + "category": "reporters:scotus_early", + "reporter": "Cranch", + "case_ids": [ + 6758531 + ], + "opinion_index": -1, + "case_paths": [ + "/dc/2/0097-01" + ] + }, + { + "cite": "1 Va. Cas. 113", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 2095799 + ], + "opinion_index": -1, + "case_paths": [ + "/va/3/0032-01" + ] + }, + { + "cite": "1 Call 48", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094957 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/5/0020-02" + ] + }, + { + "cite": "18 W. Va. 571", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "21 Gratt. 107", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733444 + ], + "opinion_index": -1, + "case_paths": [ + "/va/62/0745-01" + ] + }, + { + "cite": "5 S. E. Rep. 307", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "31 W. Va. 56", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Call 49", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094973 + ], + "weight": 3, + "opinion_index": -1, + "case_paths": [ + "/va/5/0021-01" + ] + }, + { + "cite": "1 Call 47", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094913 + ], + "weight": 3, + "opinion_index": -1, + "case_paths": [ + "/va/5/0020-01" + ] + }, + { + "cite": "1 Va. Cas. 114", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 2095773 + ], + "opinion_index": -1, + "case_paths": [ + "/va/3/0032-02" + ] + }, + { + "cite": "3 Rand. 523", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 574, + "char_count": 12194, + "ocr_confidence": 0.501, + "pagerank": { + "raw": 7.667588189165597e-07, + "percentile": 0.971295237676019 + }, + "sha256": "3cfe717d63f7a1bcd1e1ef40090541a04fa54b694e87622d9ab3dc8d815b5f87", + "simhash": "1:02e58545364ec507", + "word_count": 2182 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0018-01", + "first_page_order": 21, + "last_page_order": 23 + }, + { + "id": 2094913, + "name": "Henry Bell and Cary Harrison, v. Richard Marr", + "name_abbreviation": "Bell v. Marr", + "decision_date": "1797-10-27", + "docket_number": "", + "first_page": "20", + "last_page": "20", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 47" + }, + { + "type": "official", + "cite": "5 Va. 47" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Va. Cas. 114", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 2095773 + ], + "opinion_index": -1, + "case_paths": [ + "/va/3/0032-02" + ] + }, + { + "cite": "18 W. Va. 571", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "5 S. E. Rep. 307", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "31 W. Va. 56", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Call 41", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094956 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0018-01" + ] + } + ], + "analysis": { + "cardinality": 167, + "char_count": 2079, + "ocr_confidence": 0.48, + "pagerank": { + "raw": 1.8610039416181877e-07, + "percentile": 0.7248559665061554 + }, + "sha256": "0aadc84c7f1e02b1d0d4223efead9bad12ec43d17220b2861aa6044f2aa1de9e", + "simhash": "1:0fe93743da9cd1f7", + "word_count": 367 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0020-01", + "first_page_order": 23, + "last_page_order": 23 + }, + { + "id": 2094957, + "name": "Worsham v. Egleston", + "name_abbreviation": "Worsham v. Egleston", + "decision_date": "1797-10-16", + "docket_number": "", + "first_page": "20", + "last_page": "21", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 48" + }, + { + "type": "official", + "cite": "5 Va. 48" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Rand. 524", + "category": "reporters:state", + "reporter": "Rand.", + "pin_cites": [ + { + "page": "530" + } + ], + "opinion_index": -1 + }, + { + "cite": "18 W. Va. 571", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "5 S. E. Rep. 307", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "31 W. Va. 56", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Call 41", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094956 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0018-01" + ] + } + ], + "analysis": { + "cardinality": 171, + "char_count": 2396, + "ocr_confidence": 0.499, + "pagerank": { + "raw": 5.366824340624252e-07, + "percentile": 0.9437028954197716 + }, + "sha256": "5fdf84ae1f84b3251e6ee2b6899d9f7e3d9bc51bf95a138769dd5c883502b487", + "simhash": "1:3fc74523b84e97f4", + "word_count": 421 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0020-02", + "first_page_order": 23, + "last_page_order": 24 + }, + { + "id": 2094973, + "name": "Wilkinson v. M'Lochlin & Co.", + "name_abbreviation": "Wilkinson v. M'Lochlin & Co.", + "decision_date": "1797-11-17", + "docket_number": "", + "first_page": "21", + "last_page": "21", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 49" + }, + { + "type": "official", + "cite": "5 Va. 49" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Munf. 84", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "18 W. Va. 571", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "5 S. E. Rep. 308", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "31 W. Va. 56", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Call 41", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094956 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0018-01" + ] + } + ], + "analysis": { + "cardinality": 294, + "char_count": 3867, + "ocr_confidence": 0.539, + "pagerank": { + "raw": 3.165968369949116e-07, + "percentile": 0.8635897305209685 + }, + "sha256": "11487ee95b58ce6212c710008cf6ee2c44434d7c8e11895e3a19e3ca4bfe69ad", + "simhash": "1:20c6840ca60ef5ef", + "word_count": 685 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0021-01", + "first_page_order": 24, + "last_page_order": 24 + }, + { + "id": 2094906, + "name": "Drew v. Anderson", + "name_abbreviation": "Drew v. Anderson", + "decision_date": "1797-11-16", + "docket_number": "", + "first_page": "21", + "last_page": "23", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 51" + }, + { + "type": "official", + "cite": "5 Va. 51" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "15 Gratt. 172", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6731577 + ], + "opinion_index": -1, + "case_paths": [ + "/va/56/0784-01" + ] + }, + { + "cite": "27 Gratt. 608", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740637 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0621-01" + ] + }, + { + "cite": "3 S. E. Rep. 190", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "30 W. Va. 20", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "6 W. Va. 50", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "22 W. Va. 311", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 382, + "char_count": 7522, + "ocr_confidence": 0.474, + "pagerank": { + "raw": 1.0055698682972488e-06, + "percentile": 0.9829018989137976 + }, + "sha256": "dc02c67a554dace9bbe989b1f96c8f822d5887ddda04ee723586d457e41aa7c8", + "simhash": "1:8be71345f8de9e80", + "word_count": 1317 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0021-02", + "first_page_order": 24, + "last_page_order": 26 + }, + { + "id": 2094955, + "name": "Grymes v. Pendleton", + "name_abbreviation": "Grymes v. Pendleton", + "decision_date": "1797-10-26", + "docket_number": "", + "first_page": "23", + "last_page": "23", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 54" + }, + { + "type": "official", + "cite": "5 Va. 54" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "11 Gratt. 615", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451446 + ], + "opinion_index": -1, + "case_paths": [ + "/va/52/0298-01" + ] + }, + { + "cite": "3 S. E. Rep. 184", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "30 W. Va. 119", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "32 Gratt. 378", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Rand. 427", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "1 Rob. 35", + "category": "reporters:state", + "reporter": "Rob.", + "opinion_index": -1 + }, + { + "cite": "2 Hen. & M. 595", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6727834, + 6727908 + ], + "opinion_index": -1, + "case_paths": [ + "/va/12/0535-01", + "/va/12/0535-02" + ] + }, + { + "cite": "2 Hen. & M. 592", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "2 Hen. & M. 558", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "10 Leigh 587", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6722279 + ], + "opinion_index": -1, + "case_paths": [ + "/va/37/0468-01" + ] + }, + { + "cite": "2 Munf. 42", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6717516 + ], + "opinion_index": -1, + "case_paths": [ + "/va/16/0311-01" + ] + }, + { + "cite": "2 Munf. 523", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6721295, + 6721343 + ], + "opinion_index": -1, + "case_paths": [ + "/va/16/0551-01", + "/va/16/0551-02" + ] + }, + { + "cite": "3 Hen. & M. 136", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6724563 + ], + "opinion_index": -1, + "case_paths": [ + "/va/13/0614-01" + ] + }, + { + "cite": "1 Munf. 339", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 2094019 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/15/0134-01" + ] + }, + { + "cite": "1 Hen. & M. 554", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "1 Call 55", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094965 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/5/0023-02" + ] + }, + { + "cite": "2 Wash. 300", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715506 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/2/0776-01" + ] + }, + { + "cite": "2 Wash. 300", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715506 + ], + "opinion_index": 0, + "case_paths": [ + "/va/2/0776-01" + ] + } + ], + "analysis": { + "cardinality": 312, + "char_count": 4380, + "ocr_confidence": 0.533, + "pagerank": { + "raw": 1.26048736431289e-06, + "percentile": 0.9887597693919606 + }, + "sha256": "3606fd0a81b61e0de133160cfb5532b46bef330d2f37af90fcb201054b0545c7", + "simhash": "1:d5edd1a5508b2bdd", + "word_count": 783 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0023-01", + "first_page_order": 26, + "last_page_order": 26 + }, + { + "id": 2094965, + "name": "M'Call v. Peachy", + "name_abbreviation": "M'Call v. Peachy", + "decision_date": "1798-05-21", + "docket_number": "", + "first_page": "23", + "last_page": "26", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 55" + }, + { + "type": "official", + "cite": "5 Va. 55" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 S. E. Rep. 184", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "30 W. Va. 119", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "11 W. Va. 493", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "32 Gratt. 378", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Rob. 35", + "category": "reporters:state", + "reporter": "Rob.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 368", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "1 H. & M. 558", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "1 Call 54", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094955 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0023-01" + ] + }, + { + "cite": "8 Gratt. 293", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "8 Gratt. 457", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716085 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0589-01" + ] + }, + { + "cite": "6 Munf. 347", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "348, 349, 350" + } + ], + "opinion_index": -1 + }, + { + "cite": "3 Munf. 296", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 161", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "5 Gratt. 329", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 680, + "char_count": 15382, + "ocr_confidence": 0.499, + "pagerank": { + "raw": 9.653914974644246e-07, + "percentile": 0.9815292320131406 + }, + "sha256": "c39dd180974676a87196cde2369b40934fbe33d6e2e055744f695fcadea58e71", + "simhash": "1:3fbf26a339401fe1", + "word_count": 2669 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0023-02", + "first_page_order": 26, + "last_page_order": 29 + }, + { + "id": 2094950, + "name": "Gibson v. Fristoe and Others", + "name_abbreviation": "Gibson v. Fristoe", + "decision_date": "1797-11-08", + "docket_number": "", + "first_page": "26", + "last_page": "34", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 62" + }, + { + "type": "official", + "cite": "5 Va. 62" + }, + { + "type": "parallel", + "cite": "1 Am. Dec. 502" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "26 Gratt. 698", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4433929 + ], + "opinion_index": -1, + "case_paths": [ + "/va/67/0227-01" + ] + }, + { + "cite": "17 Gratt. 43", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "5 Rand. 145", + "category": "reporters:state", + "reporter": "Rand.", + "pin_cites": [ + { + "page": "161" + } + ], + "opinion_index": -1 + }, + { + "cite": "5 Rand. 406", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "18 Gratt. 885", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "5 Rand. 340", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "8 Leigh 360", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "4 Call 409", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Call 73", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "2 Munf. 36", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6717467 + ], + "opinion_index": -1, + "case_paths": [ + "/va/16/0308-01" + ] + }, + { + "cite": "1 H. & M. 4", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8683973, + 8683927 + ], + "opinion_index": -1, + "case_paths": [ + "/va/11/0012-03", + "/va/11/0012-02" + ] + }, + { + "cite": "5 Rand. 385", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "20 Gratt. 610", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "3 W. Va. 134", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "18 Gratt. 719", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "7 Leigh 522", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "8 Leigh 350", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "8 Leigh 248", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "2 Call 110", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715192 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/6/0263-01" + ] + }, + { + "cite": "4 H. & M. 490", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6729563, + 6729597 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/14/0959-05", + "/va/14/0959-06" + ] + }, + { + "cite": "2 Doug. 740", + "category": "reporters:state", + "reporter": "Doug.", + "opinion_index": 0 + }, + { + "cite": "2 Wash. 219", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": 0 + }, + { + "cite": "26 Gratt. 698", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4433929 + ], + "opinion_index": 0, + "case_paths": [ + "/va/67/0227-01" + ] + } + ], + "analysis": { + "cardinality": 1317, + "char_count": 43586, + "ocr_confidence": 0.5, + "pagerank": { + "raw": 7.115995512689424e-07, + "percentile": 0.9668395725001728 + }, + "sha256": "62a33bd3cc00068fdd472da7c3f431425c5cf08e380fdfd60748de9b3ba47e64", + "simhash": "1:a3b36124920f01cc", + "word_count": 7810 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0026-01", + "first_page_order": 29, + "last_page_order": 37 + }, + { + "id": 2094931, + "name": "Chichester v. Vass", + "name_abbreviation": "Chichester v. Vass", + "decision_date": "1797-11-13", + "docket_number": "", + "first_page": "34", + "last_page": "42", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 83" + }, + { + "type": "official", + "cite": "5 Va. 83" + }, + { + "type": "parallel", + "cite": "1 Am. Dec. 509" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "7 Gratt. 300", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449671 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0119-01" + ] + }, + { + "cite": "1 Munf. 98", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 2094037 + ], + "opinion_index": -1, + "case_paths": [ + "/va/15/0046-01" + ] + }, + { + "cite": "3 Munf. 258", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "259" + } + ], + "opinion_index": -1 + }, + { + "cite": "3 Call 206", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "16 S. E. Rep. 577", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "37 W. Va. 263", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "3 W. Va. 384", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Call 356", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "5 Call 535", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "4 Hen. & M. 280", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "2 Call 382", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "2 Hen. & M. 554", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "3 Munf. 261", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "262" + } + ], + "opinion_index": -1 + }, + { + "cite": "3 Hen. & M. 134", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "3 Call 454", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "17 S. E. Rep. 199", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "37 W. Va. 671", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "2 Gratt. 640", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "5 Call 526", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "3 Rand. 101", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "1 Call 256", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "3 Munf. 273", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "2 Wash. 187", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714961 + ], + "opinion_index": 0, + "case_paths": [ + "/va/2/0703-01" + ] + } + ], + "analysis": { + "cardinality": 1334, + "char_count": 47127, + "ocr_confidence": 0.502, + "pagerank": { + "raw": 1.12860932807137e-06, + "percentile": 0.9862156056202505 + }, + "sha256": "9a97223ab0020bfeeb3d670dd4749230e2e23d4c161434830d0c2e7e86c343e5", + "simhash": "1:cff72ca0b08204d4", + "word_count": 8392 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0034-01", + "first_page_order": 37, + "last_page_order": 45 + }, + { + "id": 2094932, + "name": "Syme v. Butler, Ex'r of Aylett", + "name_abbreviation": "Syme v. Butler", + "decision_date": "1797-10-31", + "docket_number": "", + "first_page": "42", + "last_page": "46", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 105" + }, + { + "type": "official", + "cite": "5 Va. 105" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Call 458", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "5 Rand. 8", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "3 Call 834", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 828, + "char_count": 22711, + "ocr_confidence": 0.499, + "pagerank": { + "raw": 9.950463555119399e-07, + "percentile": 0.982556318920524 + }, + "sha256": "cfecbcdeaea6a2440c3d4072880572f65fc90eda270bab5bde3592cd0dc80440", + "simhash": "1:a02e20a0b74ccf49", + "word_count": 4077 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0042-01", + "first_page_order": 45, + "last_page_order": 49 + }, + { + "id": 2094902, + "name": "Maxwell v. Light", + "name_abbreviation": "Maxwell v. Light", + "decision_date": "1797-11-04", + "docket_number": "", + "first_page": "46", + "last_page": "48", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 117" + }, + { + "type": "official", + "cite": "5 Va. 117" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "8 Gratt. 578", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716353 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0674-01" + ] + }, + { + "cite": "4 H. & M. 501", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "4 Leigh 419", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "11 Gratt. 331", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "23 W. Va. 672", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "21 W. Va. 656", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640970 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/21/0656-01" + ] + }, + { + "cite": "26 W. Va. 816", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "2 Rand. 544", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "12 Gratt. 564", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716125 + ], + "opinion_index": -1, + "case_paths": [ + "/va/53/0698-01" + ] + }, + { + "cite": "12 Gratt. 290", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Wash, 281", + "category": "reporters:state", + "reporter": "Wash,", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 319", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6717067 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0539-01" + ] + }, + { + "cite": "4 Munf. 310", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 4442457 + ], + "opinion_index": -1, + "case_paths": [ + "/va/18/0134-01" + ] + } + ], + "analysis": { + "cardinality": 585, + "char_count": 13731, + "ocr_confidence": 0.499, + "pagerank": { + "raw": 3.879570812358914e-07, + "percentile": 0.9008349521535811 + }, + "sha256": "7f01aa6860acacb74001ddcb16ddfd670fec13577b0500109bf5a1a090b63024", + "simhash": "1:bf872820de17dbaf", + "word_count": 2472 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0046-01", + "first_page_order": 49, + "last_page_order": 51 + }, + { + "id": 2094933, + "name": "M'Williams v. Smith", + "name_abbreviation": "M'Williams v. Smith", + "decision_date": "1797-11-09", + "docket_number": "", + "first_page": "48", + "last_page": "50", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 123" + }, + { + "type": "official", + "cite": "5 Va. 123" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "9 Gratt. 409", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451111 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0186-01" + ] + }, + { + "cite": "5 Call 55", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Call 238", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "240" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Call 125", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "6 Leigh 395", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "23 S. E. Rep. 604", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "41 W. Va. 445", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 12165915 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/41/0445-01" + ] + }, + { + "cite": "2 Wash. 215", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715231 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0715-01" + ] + }, + { + "cite": "2 Wash. 219", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 483, + "char_count": 9932, + "ocr_confidence": 0.499, + "pagerank": { + "raw": 4.2793416263507884e-07, + "percentile": 0.9159985775232455 + }, + "sha256": "374ce90774a925ae019943222cfb25313cc9515b0746716f1538feab78dd7b15", + "simhash": "1:50acac2adac75050", + "word_count": 1765 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0048-01", + "first_page_order": 51, + "last_page_order": 53 + }, + { + "id": 2094977, + "name": "Davies v. Miller and Others", + "name_abbreviation": "Davies v. Miller", + "decision_date": "1797-10-30", + "docket_number": "", + "first_page": "50", + "last_page": "52", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 127" + }, + { + "type": "official", + "cite": "5 Va. 127" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "6 Gratt. 284", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "18 S. E. Rep. 595", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "38 W. Va. 323", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 541", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 537", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 2094041 + ], + "opinion_index": -1, + "case_paths": [ + "/va/15/0212-01" + ] + }, + { + "cite": "3 Rand. 280", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6715015 + ], + "opinion_index": -1, + "case_paths": [ + "/va/24/0549-01" + ] + }, + { + "cite": "3 Call 306", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716184 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0521-01" + ] + }, + { + "cite": "3 Rand. 283", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 543", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "548, 549" + } + ], + "opinion_index": -1 + }, + { + "cite": "3 Call, 289", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716157 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0516-01" + ] + } + ], + "analysis": { + "cardinality": 556, + "char_count": 12070, + "ocr_confidence": 0.495, + "pagerank": { + "raw": 1.3321575162174492e-06, + "percentile": 0.9898204489914277 + }, + "sha256": "d9e7b1dc94471add9b136fd99d154125dd028007f419e518209e23b6bde47825", + "simhash": "1:c2d0a560b80e9738", + "word_count": 2161 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0050-01", + "first_page_order": 53, + "last_page_order": 55 + }, + { + "id": 2094935, + "name": "M'Call v. Turner", + "name_abbreviation": "M'Call v. Turner", + "decision_date": "1797-10-19", + "docket_number": "", + "first_page": "52", + "last_page": "57", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 133" + }, + { + "type": "official", + "cite": "5 Va. 133" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "27 Gratt. 541", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740405 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0584-01" + ] + }, + { + "cite": "5 Munf. 23", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6723052 + ], + "opinion_index": -1, + "case_paths": [ + "/va/19/0323-01" + ] + }, + { + "cite": "6 Call 17", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "3 H. & M. 495", + "category": "reporters:state", + "reporter": "Hen. & M.", + "pin_cites": [ + { + "page": "598" + } + ], + "opinion_index": -1 + }, + { + "cite": "3 W. Va. 52", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Call 156", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "3 Hen. & M. 487", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "4 W. Va. 318", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "3 Call 24", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "28 Gratt. 212", + "category": "reporters:state", + "reporter": "Gratt.", + "pin_cites": [ + { + "page": "213, 220" + } + ], + "opinion_index": -1 + }, + { + "cite": "27 Gratt. 543", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 9", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714239 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0360-02" + ] + }, + { + "cite": "26 Gratt. 825", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 1125, + "char_count": 30171, + "ocr_confidence": 0.505, + "pagerank": { + "raw": 5.925350712914534e-07, + "percentile": 0.9531603966099954 + }, + "sha256": "6ef152bcf4a687ab6bcebd48a80678ef0f47e65db018a0599c6040ee95b0f8fd", + "simhash": "1:942669a6a87998bd", + "word_count": 5308 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0052-01", + "first_page_order": 55, + "last_page_order": 60 + }, + { + "id": 2094924, + "name": "Branch v. Burnley and Others", + "name_abbreviation": "Branch v. Burnley", + "decision_date": "1797-11-06", + "docket_number": "", + "first_page": "57", + "last_page": "62", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 147" + }, + { + "type": "official", + "cite": "5 Va. 147" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Munf. 229", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6719040 + ], + "opinion_index": -1, + "case_paths": [ + "/va/17/0683-03" + ] + }, + { + "cite": "15 Gratt. 518", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732456 + ], + "opinion_index": -1, + "case_paths": [ + "/va/56/0900-01" + ] + }, + { + "cite": "7 Gratt. 425", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449374 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0172-01" + ] + }, + { + "cite": "6 Munf. 570", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "6 Munf. 564", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "6 Munf. 496", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "500, 504" + } + ], + "opinion_index": -1 + }, + { + "cite": "2 H. & M. 144", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "5 Leigh 369", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "1 Call 520", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094922 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0189-01" + ] + }, + { + "cite": "27 Gratt. 632", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740719 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0643-01" + ] + }, + { + "cite": "3 W. Va. 170", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "7 Leigh 285", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 10", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714255 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0361-01" + ] + }, + { + "cite": "1 Wash. 79", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714696 + ], + "opinion_index": 0, + "case_paths": [ + "/va/1/0419-01" + ] + } + ], + "analysis": { + "cardinality": 1036, + "char_count": 29234, + "ocr_confidence": 0.506, + "pagerank": { + "raw": 9.873173761893383e-07, + "percentile": 0.9822933692273179 + }, + "sha256": "be366c0f4c74b8ba88c8c87944797ee9389a0628fa53e5d67773edc59603ad0e", + "simhash": "1:9b3ba1a4f7424ef5", + "word_count": 5156 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0057-01", + "first_page_order": 60, + "last_page_order": 65 + }, + { + "id": 2094911, + "name": "The Rev. John Bracken v. William and Mary College", + "name_abbreviation": "Bracken v. William & Mary College", + "decision_date": "1797-11-09", + "docket_number": "", + "first_page": "62", + "last_page": "63", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 161" + }, + { + "type": "official", + "cite": "5 Va. 161" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 360, + "char_count": 7223, + "ocr_confidence": 0.523, + "pagerank": { + "raw": 1.1243911014324413e-07, + "percentile": 0.5742543291133961 + }, + "sha256": "71abe16617aff3553b5df981b61af7bf23564cd4c807840f6d0f45e25717577f", + "simhash": "1:3877633f4d21d82a", + "word_count": 1255 + }, + "last_updated": "2023-07-14T21:18:12.725659+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0062-01", + "first_page_order": 65, + "last_page_order": 66 + }, + { + "id": 2094905, + "name": "Carter v. Tyler and Others", + "name_abbreviation": "Carter v. Tyler", + "decision_date": "1797-11-14", + "docket_number": "", + "first_page": "63", + "last_page": "71", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 165" + }, + { + "type": "official", + "cite": "5 Va. 165" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "11 Gratt. 78", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450758 + ], + "opinion_index": -1, + "case_paths": [ + "/va/52/0044-01" + ] + }, + { + "cite": "1 Hen. & M. 294", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "5 Rand. 317", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "6 Call 175", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "2 Leigh 223", + "category": "reporters:state", + "reporter": "Leigh", + "pin_cites": [ + { + "page": "228" + } + ], + "opinion_index": -1 + }, + { + "cite": "13 Gratt. 298", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "5 Rand. 309", + "category": "reporters:state", + "reporter": "Rand.", + "pin_cites": [ + { + "page": "311" + } + ], + "opinion_index": -1 + }, + { + "cite": "5 Rand. 280", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "3 Rand. 282", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "3 Rand. 284", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "1 Leigh 422", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 1408, + "char_count": 46433, + "ocr_confidence": 0.512, + "pagerank": { + "raw": 6.338326388328505e-07, + "percentile": 0.958681954044425 + }, + "sha256": "bc7ce8556154f7789bcbcca9675530c72e7696d8bd4712baa7cc39b25f85e2fb", + "simhash": "1:2b2e1b21e026bfdb", + "word_count": 8127 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0063-01", + "first_page_order": 66, + "last_page_order": 74 + }, + { + "id": 2094964, + "name": "Towler v. Buchanans, Hastie & Co. And E. Contra", + "name_abbreviation": "Towler v. Buchanans, Hastie & Co.", + "decision_date": "1798-10-15", + "docket_number": "", + "first_page": "71", + "last_page": "72", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 187" + }, + { + "type": "official", + "cite": "5 Va. 187" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "6 Gratt. 197", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 954846 + ], + "opinion_index": -1, + "case_paths": [ + "/va/47/0197-01" + ] + }, + { + "cite": "2 Wash. 141", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714540 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0667-01" + ] + } + ], + "analysis": { + "cardinality": 353, + "char_count": 5941, + "ocr_confidence": 0.539, + "pagerank": { + "raw": 1.0736649190529438e-07, + "percentile": 0.5603712803333322 + }, + "sha256": "14eb7a71e0b34692eb7c35ab44ee1de2d20e9ce3ce655f71bd0a2465ff90b8e4", + "simhash": "1:e374f67ec028787f", + "word_count": 1016 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0071-01", + "first_page_order": 74, + "last_page_order": 75 + }, + { + "id": 2094919, + "name": "Countz v. Geiger", + "name_abbreviation": "Countz v. Geiger", + "decision_date": "1797-10-30", + "docket_number": "", + "first_page": "72", + "last_page": "74", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 190" + }, + { + "type": "official", + "cite": "5 Va. 190" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Gratt. 70", + "category": "reporters:state", + "reporter": "Gratt.", + "pin_cites": [ + { + "page": "77, 79" + } + ], + "opinion_index": -1 + }, + { + "cite": "6 Gratt. 40", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 954862 + ], + "opinion_index": -1, + "case_paths": [ + "/va/47/0040-01" + ] + }, + { + "cite": "35 Fed. Rep. 242", + "category": "reporters:federal", + "reporter": "F.", + "opinion_index": -1 + }, + { + "cite": "80 Va. 215", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "10 Gratt. 159", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715134 + ], + "opinion_index": -1, + "case_paths": [ + "/va/51/0461-01" + ] + }, + { + "cite": "12 Gratt. 277", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715430 + ], + "opinion_index": -1, + "case_paths": [ + "/va/53/0578-01" + ] + }, + { + "cite": "1 Munf. 518", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 2094048 + ], + "opinion_index": -1, + "case_paths": [ + "/va/15/0204-01" + ] + }, + { + "cite": "12 Leigh 445", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6720497 + ], + "opinion_index": -1, + "case_paths": [ + "/va/39/0940-01" + ] + }, + { + "cite": "3 W. Va. 164", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "27 S. E. Rep. 267", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "43 W. Va. 466", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "21 W. Va. 244", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "14 W. Va. 334", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "2 Wash. 121", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714460 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0658-01" + ] + } + ], + "analysis": { + "cardinality": 522, + "char_count": 8597, + "ocr_confidence": 0.499, + "pagerank": { + "raw": 5.210732066201672e-07, + "percentile": 0.9405754930113687 + }, + "sha256": "5d209e61e36f44ada3cdfb2ca0413ef6506de3a5d10b9f14c471e9ec57a409a3", + "simhash": "1:2a358c6fda4e2bb4", + "word_count": 1490 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0072-01", + "first_page_order": 75, + "last_page_order": 77 + }, + { + "id": 2094921, + "name": "Gaskins v. The Commonwealth", + "name_abbreviation": "Gaskins v. Commonwealth", + "decision_date": "1797-10-21", + "docket_number": "", + "first_page": "74", + "last_page": "77", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 194" + }, + { + "type": "official", + "cite": "5 Va. 194" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Call 281", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "4 Munf. 109", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "3 Munf. 214", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "3 H. & M. 207", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "3 H. & M. 204", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "3 Munf. 207", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 346", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "1 H. & M. 575", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "2 H. & M. 287", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "3 Call 192", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715510 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0484-01" + ] + }, + { + "cite": "1 Wash. 139", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715137 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0447-03" + ] + } + ], + "analysis": { + "cardinality": 760, + "char_count": 19374, + "ocr_confidence": 0.484, + "pagerank": { + "raw": 5.955706383176884e-07, + "percentile": 0.9536100367241488 + }, + "sha256": "b2c06cc060bd6e55a3a189f141ffcaad437e05dc46bf653de0016a84274d58b1", + "simhash": "1:5125d8ad931ea5dc", + "word_count": 3352 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0074-01", + "first_page_order": 77, + "last_page_order": 80 + }, + { + "id": 2094916, + "name": "Fleming v. Bradley", + "name_abbreviation": "Fleming v. Bradley", + "decision_date": "1797-10-18", + "docket_number": "", + "first_page": "77", + "last_page": "77", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 203" + }, + { + "type": "official", + "cite": "5 Va. 203" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Va. Cas. 276", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6731682 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0230-02" + ] + } + ], + "analysis": { + "cardinality": 173, + "char_count": 2136, + "ocr_confidence": 0.512, + "sha256": "67d45a772966fe6ef2ad05e1ac5f87c0a8b6d2bc54dd511f51c425251a6aabff", + "simhash": "1:0d0b492b4355e65e", + "word_count": 382 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0077-01", + "first_page_order": 80, + "last_page_order": 80 + }, + { + "id": 2094960, + "name": "Brooke v. Roane & Co.", + "name_abbreviation": "Brooke v. Roane & Co.", + "decision_date": "1798-04-19", + "docket_number": "", + "first_page": "77", + "last_page": "78", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 205" + }, + { + "type": "official", + "cite": "5 Va. 205" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "27 Gratt. 541", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740405 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0584-01" + ] + }, + { + "cite": "29 Gratt. 1", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6731398 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/70/0341-01" + ] + }, + { + "cite": "1 Rand. 35", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "1 Rand. 81", + "category": "reporters:state", + "reporter": "Rand.", + "pin_cites": [ + { + "page": "36" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Rand. 25", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 4443963 + ], + "opinion_index": -1, + "case_paths": [ + "/va/22/0020-01" + ] + }, + { + "cite": "24 W. Va. 353", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "20 W. Va. 146", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "27 Gratt. 541", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740405 + ], + "opinion_index": 0, + "case_paths": [ + "/va/68/0584-01" + ] + } + ], + "analysis": { + "cardinality": 218, + "char_count": 3249, + "ocr_confidence": 0.504, + "pagerank": { + "raw": 1.9471896218144092e-07, + "percentile": 0.7362639675131639 + }, + "sha256": "04d2bbc3533d6e487282420ae98deab84bad3ef8ec7c3e40dc6b306670c30d83", + "simhash": "1:dd2ac90316521693", + "word_count": 602 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0077-02", + "first_page_order": 80, + "last_page_order": 81 + }, + { + "id": 2094967, + "name": "Hunter and Others v. Hall", + "name_abbreviation": "Hunter v. Hall", + "decision_date": "1798-04-20", + "docket_number": "", + "first_page": "78", + "last_page": "80", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 206" + }, + { + "type": "official", + "cite": "5 Va. 206" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "9 Gratt. 519", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "4 Leigh 392", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "4 Munf. 169", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "173" + } + ], + "opinion_index": -1 + }, + { + "cite": "5 Rand. 483", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "78 Va. 618", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "1 Call 210", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "5 Rand, 497", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "3 Call 259", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716077 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0506-01" + ] + }, + { + "cite": "3 Call 28", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715082 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0431-01" + ] + }, + { + "cite": "6 Call 40", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "42" + } + ], + "opinion_index": -1 + }, + { + "cite": "6 Call 34", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "5 Rand. 526", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "11 Gratt. 314", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 664, + "char_count": 14510, + "ocr_confidence": 0.491, + "pagerank": { + "raw": 7.377851422829313e-07, + "percentile": 0.969037577094263 + }, + "sha256": "8fd998db5575398e603ce6d3811ea712da899326acec9b9b3b7d305ccead7705", + "simhash": "1:d5c5a338bfa29cb7", + "word_count": 2545 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0078-01", + "first_page_order": 81, + "last_page_order": 83 + }, + { + "id": 2094962, + "name": "Brewer et ux. v. Opie", + "name_abbreviation": "Brewer v. Opie", + "decision_date": "1798-04-17", + "docket_number": "", + "first_page": "80", + "last_page": "82", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 212" + }, + { + "type": "official", + "cite": "5 Va. 212" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "10 Gratt. 275", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715632 + ], + "opinion_index": -1, + "case_paths": [ + "/va/51/0567-01" + ] + }, + { + "cite": "1 Leigh 74", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 4445060 + ], + "opinion_index": -1, + "case_paths": [ + "/va/28/0033-02" + ] + }, + { + "cite": "28 S. E. Rep. 570", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "95 Va. 382", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "81 Va. 699", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "18 Gratt. 578", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "5 Rand. 308", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6732601 + ], + "opinion_index": -1, + "case_paths": [ + "/va/26/0407-01" + ] + }, + { + "cite": "9 S. E. Rep. 1112", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "84 Va. 545", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "4 Call 212", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "6 Munf. 323", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "1 Gall 212", + "category": "reporters:federal", + "reporter": "Gall.", + "opinion_index": -1 + }, + { + "cite": "23 W. Va. 700", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 489, + "char_count": 9073, + "ocr_confidence": 0.507, + "pagerank": { + "raw": 1.3121974227875163e-06, + "percentile": 0.9895544103150415 + }, + "sha256": "c35ef99de38e69d67978b1599f7e5ef67740f0eb51269f47304dd02ee6234244", + "simhash": "1:99e47e8c740d0224", + "word_count": 1605 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0080-01", + "first_page_order": 83, + "last_page_order": 85 + }, + { + "id": 2094945, + "name": "Barrett & Co. v. Tazewell", + "name_abbreviation": "Barrett & Co. v. Tazewell", + "decision_date": "1798-04-21", + "docket_number": "", + "first_page": "82", + "last_page": "85", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 215" + }, + { + "type": "official", + "cite": "5 Va. 215" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "25 Gratt. 887", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6726004 + ], + "opinion_index": -1, + "case_paths": [ + "/va/66/0599-01" + ] + }, + { + "cite": "4 H. & M. 259", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6725491 + ], + "opinion_index": -1, + "case_paths": [ + "/va/14/0880-01" + ] + }, + { + "cite": "4 H. & M. 308", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "11 Gratt. 398", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "3 Rand. 117", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6714607 + ], + "opinion_index": -1, + "case_paths": [ + "/va/24/0494-01" + ] + }, + { + "cite": "6 Call 17", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "2 H. & M. 366", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "3 Leigh 689", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "4 Leigh 1", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6724293 + ], + "opinion_index": -1, + "case_paths": [ + "/va/31/0845-01" + ] + }, + { + "cite": "2 Leigh 321", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6726135 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/29/0344-01" + ] + }, + { + "cite": "3 Rand. 106", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6714588 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/24/0489-02" + ] + }, + { + "cite": "2 Munf. 254", + "category": "reporters:state", + "reporter": "Munf.", + "weight": 2, + "opinion_index": -1 + }, + { + "cite": "6 W. Va. 264", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 826, + "char_count": 19602, + "ocr_confidence": 0.506, + "pagerank": { + "raw": 6.256020883886445e-07, + "percentile": 0.9576643271480306 + }, + "sha256": "de49876e4be670948210e4c446545aa907d68af6813e0878594481f3857283a8", + "simhash": "1:91b78db0b2443a96", + "word_count": 3513 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0082-01", + "first_page_order": 85, + "last_page_order": 88 + }, + { + "id": 2094980, + "name": "Maupin v. Whiting", + "name_abbreviation": "Maupin v. Whiting", + "decision_date": "1798-04-25", + "docket_number": "", + "first_page": "85", + "last_page": "86", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 224" + }, + { + "type": "official", + "cite": "5 Va. 224" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 H. & M. 145", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 445", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "1 H. & M., 597", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "5 Munf. 183", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6724308 + ], + "opinion_index": -1, + "case_paths": [ + "/va/19/0391-01" + ] + }, + { + "cite": "2 Munf. 43", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6717548 + ], + "opinion_index": -1, + "case_paths": [ + "/va/16/0311-02" + ] + }, + { + "cite": "2 Rob. 719", + "category": "reporters:state", + "reporter": "Rob.", + "case_ids": [ + 6752392 + ], + "opinion_index": -1, + "case_paths": [ + "/va/41/0781-01" + ] + }, + { + "cite": "28 Gratt. 657", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4432590 + ], + "opinion_index": -1, + "case_paths": [ + "/va/69/0208-01" + ] + }, + { + "cite": "2 Johns. Ch. 87", + "category": "reporters:state", + "reporter": "Johns. Ch.", + "opinion_index": -1 + }, + { + "cite": "2 Hen. & M. 19", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6724504, + 6724468 + ], + "opinion_index": -1, + "case_paths": [ + "/va/12/0318-01", + "/va/12/0317-02" + ] + }, + { + "cite": "5 Munf. 86", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6723606 + ], + "opinion_index": -1, + "case_paths": [ + "/va/19/0352-01" + ] + }, + { + "cite": "2 Munf. 298", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6719204 + ], + "opinion_index": -1, + "case_paths": [ + "/va/16/0463-01" + ] + }, + { + "cite": "3 Call 44", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715136 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0436-02" + ] + }, + { + "cite": "1 Gall 224", + "category": "reporters:federal", + "reporter": "Gall.", + "opinion_index": -1 + }, + { + "cite": "1 Call 286", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "288" + } + ], + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 406, + "char_count": 6251, + "ocr_confidence": 0.488, + "pagerank": { + "raw": 1.1902036196720685e-06, + "percentile": 0.98750873120402 + }, + "sha256": "accfd3e0ca651d62b3e7122e9da978137d91927a32ed5a7af8f67bff38436fbe", + "simhash": "1:89d91eeebc676f2c", + "word_count": 1118 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0085-01", + "first_page_order": 88, + "last_page_order": 89 + }, + { + "id": 2094948, + "name": "Minnis v. Pollard", + "name_abbreviation": "Minnis v. Pollard", + "decision_date": "1798-05-05", + "docket_number": "", + "first_page": "86", + "last_page": "88", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 226" + }, + { + "type": "official", + "cite": "5 Va. 226" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "9 Gratt. 409", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451111 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0186-01" + ] + }, + { + "cite": "1 Call 240", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "2 Wash. 219", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 553, + "char_count": 11760, + "ocr_confidence": 0.501, + "pagerank": { + "raw": 2.6590521601919465e-07, + "percentile": 0.8247295498695097 + }, + "sha256": "7e4054e2bee0be3febe9d3923b928e47009b896df4e86d989e89cf8047464a22", + "simhash": "1:7c0ef1768b1a799d", + "word_count": 2021 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0086-01", + "first_page_order": 89, + "last_page_order": 91 + }, + { + "id": 2094958, + "name": "Wood v. Luttrel et al. Ex'rs of Carr", + "name_abbreviation": "Wood v. Luttrel", + "decision_date": "1798-05-10", + "docket_number": "", + "first_page": "88", + "last_page": "91", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 232" + }, + { + "type": "official", + "cite": "5 Va. 232" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "19 Gratt. 398", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "9 Leigh 227", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 331", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6717230 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0562-02" + ] + }, + { + "cite": "2 Wash. 219", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "2 Wash. 219", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 757, + "char_count": 18685, + "ocr_confidence": 0.516, + "pagerank": { + "raw": 5.82938497896981e-07, + "percentile": 0.9517099259454895 + }, + "sha256": "da9603d38f9d20872a074d76525d8e443da01098d44d79614ba9fdb4541ec4f4", + "simhash": "1:a3afeec0300ec0c0", + "word_count": 3276 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0088-01", + "first_page_order": 91, + "last_page_order": 94 + }, + { + "id": 2094923, + "name": "Mills v. Black", + "name_abbreviation": "Mills v. Black", + "decision_date": "1798-05-15", + "docket_number": "", + "first_page": "91", + "last_page": "92", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 241" + }, + { + "type": "official", + "cite": "5 Va. 241" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 H. & M. 21", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 276, + "char_count": 4183, + "ocr_confidence": 0.513, + "pagerank": { + "raw": 2.0446031217563963e-07, + "percentile": 0.7531817492062278 + }, + "sha256": "52d2c69dc4e7c1b9d6d937319334c514f20956b8380873ac72a7b4f529d739b6", + "simhash": "1:5d032ee3142b8b04", + "word_count": 748 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0091-01", + "first_page_order": 94, + "last_page_order": 95 + }, + { + "id": 2094925, + "name": "Booker's Exrs. v. M'Roberts, &c. Exrs. of Coutts", + "name_abbreviation": "Booker's Exrs. v. M'Roberts", + "decision_date": "1798-05-15", + "docket_number": "", + "first_page": "92", + "last_page": "93", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 243" + }, + { + "type": "official", + "cite": "5 Va. 243" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "21 Gratt. 107", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733444 + ], + "opinion_index": -1, + "case_paths": [ + "/va/62/0745-01" + ] + }, + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "1 Wash. 91", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714766 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0425-01" + ] + }, + { + "cite": "3 Call, 523", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6717234 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0592-01" + ] + }, + { + "cite": "1 Wash. 367", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6717454 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0579-01" + ] + } + ], + "analysis": { + "cardinality": 214, + "char_count": 2713, + "ocr_confidence": 0.514, + "pagerank": { + "raw": 1.470104291773002e-07, + "percentile": 0.6590073398101588 + }, + "sha256": "020eb69a883ff5b591199647cdaf95850954635154264d33124f92a1fafedb8c", + "simhash": "1:0c6e8ca132947638", + "word_count": 471 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0092-01", + "first_page_order": 95, + "last_page_order": 96 + }, + { + "id": 2094947, + "name": "Bogle, Somerville, & Co. v. Vowles", + "name_abbreviation": "Bogle, Somerville, & Co. v. Vowles", + "decision_date": "1798-05-10", + "docket_number": "", + "first_page": "93", + "last_page": "93", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 244" + }, + { + "type": "official", + "cite": "5 Va. 244" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "18 Gratt. 448", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Gratt. 774", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Gall 39", + "category": "reporters:federal", + "reporter": "Gall.", + "opinion_index": -1 + }, + { + "cite": "18 Gratt. 451", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 128", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715011 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0442-01" + ] + }, + { + "cite": "1 Wash. 8", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714224 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0360-01" + ] + }, + { + "cite": "1 Wash. 8", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714224 + ], + "opinion_index": 0, + "case_paths": [ + "/va/1/0360-01" + ] + } + ], + "analysis": { + "cardinality": 244, + "char_count": 3785, + "ocr_confidence": 0.543, + "pagerank": { + "raw": 4.2096009821952285e-07, + "percentile": 0.9135812551233682 + }, + "sha256": "932f97339c63c5761b42c55834eaf6cfc795760df02d472b4f1bdafc99c860d4", + "simhash": "1:cde3ec1121a6bdef", + "word_count": 657 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0093-01", + "first_page_order": 96, + "last_page_order": 96 + }, + { + "id": 2094974, + "name": "M'Murray v. Oneal", + "name_abbreviation": "M'Murray v. Oneal", + "decision_date": "1798-04-26", + "docket_number": "", + "first_page": "93", + "last_page": "95", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 246" + }, + { + "type": "official", + "cite": "5 Va. 246" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "11 Gratt. 172", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451131 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/52/0077-01" + ] + }, + { + "cite": "22 W. Va. 400", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "3 W. Va. 40", + "category": "reporters:state", + "reporter": "W. Va.", + "weight": 3, + "opinion_index": -1 + }, + { + "cite": "3 Hen. & M. 315", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 344, + "char_count": 6974, + "ocr_confidence": 0.497, + "pagerank": { + "raw": 8.113878393599077e-07, + "percentile": 0.974241934568386 + }, + "sha256": "6722850b87756cb89ad7c226706e3bc4cd7cfd56866810e075b0104badfe0e30", + "simhash": "1:ced380312817df6a", + "word_count": 1212 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0093-02", + "first_page_order": 96, + "last_page_order": 98 + }, + { + "id": 2094940, + "name": "Beale v. Downman and Others", + "name_abbreviation": "Beale v. Downman", + "decision_date": "1798-05-15", + "docket_number": "", + "first_page": "95", + "last_page": "95", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 249" + }, + { + "type": "official", + "cite": "5 Va. 249" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "21 Gratt. 107", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733444 + ], + "opinion_index": -1, + "case_paths": [ + "/va/62/0745-01" + ] + }, + { + "cite": "5 S. E. Rep. 308", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "31 W. Va. 56", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "37 S. E. Rep. 467", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "94 Va. 703", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1868952 + ], + "opinion_index": -1, + "case_paths": [ + "/va/94/0703-01" + ] + }, + { + "cite": "3 Call 533", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 134, + "char_count": 1579, + "ocr_confidence": 0.516, + "pagerank": { + "raw": 2.6920059871426673e-07, + "percentile": 0.8276783704378131 + }, + "sha256": "7f8a1958e60a7692a1a26ee793ae4732ef60eba001594b850bc8e377e25c4851", + "simhash": "1:42a10508ab261631", + "word_count": 277 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0095-01", + "first_page_order": 98, + "last_page_order": 98 + }, + { + "id": 2094946, + "name": "Fulgham v. Lightfoot", + "name_abbreviation": "Fulgham v. Lightfoot", + "decision_date": "1798-05-07", + "docket_number": "", + "first_page": "95", + "last_page": "97", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 250" + }, + { + "type": "official", + "cite": "5 Va. 250" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "8 Leigh 487", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "2 H. & M. 554", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "1 Call 83", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094931 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0034-01" + ] + }, + { + "cite": "2 Munf. 541", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6721513 + ], + "opinion_index": -1, + "case_paths": [ + "/va/16/0557-01" + ] + }, + { + "cite": "17 S. E. Rep. 199", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "37 W. Va. 671", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "3 Rand. 101", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 642, + "char_count": 14882, + "ocr_confidence": 0.504, + "pagerank": { + "raw": 6.581634179885638e-07, + "percentile": 0.9615160961121672 + }, + "sha256": "56c7d5653a49d311149a419f4266d34fe8d217225f1664517796005632d9b349", + "simhash": "1:aaf30e53b8c09a97", + "word_count": 2541 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0095-02", + "first_page_order": 98, + "last_page_order": 100 + }, + { + "id": 2094904, + "name": "John Baird & Co. v. Mattox", + "name_abbreviation": "John Baird & Co. v. Mattox", + "decision_date": "1798-05-17", + "docket_number": "", + "first_page": "97", + "last_page": "105", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 257" + }, + { + "type": "official", + "cite": "5 Va. 257" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "6 Call 86", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "4 H. & M. 202", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "4 H. & M. 304", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "2 W. Va. 256", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Call 83", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094931 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0034-01" + ] + }, + { + "cite": "2 Wash. 187", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714961 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0703-01" + ] + }, + { + "cite": "2 Call 382", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Black. R. 22", + "category": "reporters:scotus_early", + "reporter": "Black", + "opinion_index": 0 + }, + { + "cite": "1 Wash. 26", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714322 + ], + "opinion_index": 0, + "case_paths": [ + "/va/1/0369-01" + ] + } + ], + "analysis": { + "cardinality": 1200, + "char_count": 44956, + "ocr_confidence": 0.51, + "pagerank": { + "raw": 7.449597195289683e-07, + "percentile": 0.9696188851164682 + }, + "sha256": "cb6e7e32b375fe3e89fd8f6e161d98e5065b540b50454ba037d2358ede3336a5", + "simhash": "1:1ef7be69824ace7f", + "word_count": 8017 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0097-01", + "first_page_order": 100, + "last_page_order": 108 + }, + { + "id": 2094941, + "name": "Chapman's Adm'x v. Turner", + "name_abbreviation": "Chapman's Adm'x v. Turner", + "decision_date": "1798-05-14", + "docket_number": "", + "first_page": "105", + "last_page": "111", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 280" + }, + { + "type": "official", + "cite": "5 Va. 280" + }, + { + "type": "parallel", + "cite": "1 Am. Dec. 514" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "27 Gratt. 571", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740518 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0598-02" + ] + }, + { + "cite": "6 Gratt. 197", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 954846 + ], + "opinion_index": -1, + "case_paths": [ + "/va/47/0197-01" + ] + }, + { + "cite": "10 Leigh 270", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "1 Rand. 128", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "4 W. Va. 9", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "21 W. Va. 430", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "16 W. Va. 460", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "12 W. Va. 282", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "4 H. & M. 110", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "10 Leigh 269", + "category": "reporters:state", + "reporter": "Leigh", + "pin_cites": [ + { + "page": "273" + } + ], + "opinion_index": -1 + }, + { + "cite": "2 Call 429", + "category": "reporters:state", + "reporter": "Call", + "weight": 2, + "opinion_index": -1 + }, + { + "cite": "1 Rand. 126", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "5 Leigh 440", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "5 Leigh 343", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "10 Leigh 265", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 1175, + "char_count": 32281, + "ocr_confidence": 0.504, + "pagerank": { + "raw": 9.900317526381405e-07, + "percentile": 0.9823918305661836 + }, + "sha256": "1e7a9715691a88b3f356b396513254b3e04fc6ba18092c74904e02763c95f2d4", + "simhash": "1:383c46cfb884904f", + "word_count": 5727 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0105-01", + "first_page_order": 108, + "last_page_order": 114 + }, + { + "id": 2094910, + "name": "Harrison & Co. v. Tomkins, Ex'r of Hickman", + "name_abbreviation": "Harrison & Co. v. Tomkins", + "decision_date": "1798-05-15", + "docket_number": "", + "first_page": "111", + "last_page": "113", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 295" + }, + { + "type": "official", + "cite": "5 Va. 295" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 608, + "char_count": 12358, + "ocr_confidence": 0.511, + "pagerank": { + "raw": 2.052530765787451e-07, + "percentile": 0.7555444352161071 + }, + "sha256": "3313a2862db3280749b1ce7865b120b581e148ba0788560111fe5066923fa88c", + "simhash": "1:20017925d51a867d", + "word_count": 2201 + }, + "last_updated": "2023-07-14T21:18:12.725659+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0111-01", + "first_page_order": 114, + "last_page_order": 116 + }, + { + "id": 2094942, + "name": "Jollife and Others v. Hite and Others", + "name_abbreviation": "Jollife v. Hite", + "decision_date": "1798-05-11", + "docket_number": "", + "first_page": "113", + "last_page": "122", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 301" + }, + { + "type": "official", + "cite": "5 Va. 301" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Am. Dec. 519", + "category": "reporters:federal", + "reporter": "Am. Dec.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 199", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "21 W. Va. 333", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "338" + } + ], + "opinion_index": -1 + }, + { + "cite": "19 W. Va. 503", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "512, 521, 522, 534, 537, 540, 549" + } + ], + "opinion_index": -1 + }, + { + "cite": "8 W. Va. 264", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "7 W. Va. 268", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "13 S. E. Rep. 393", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "88 Va. 145", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "12 S. E. Rep. 389", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "87 Va. 225", + "category": "reporters:state", + "reporter": "Va.", + "pin_cites": [ + { + "page": "231" + } + ], + "opinion_index": -1 + }, + { + "cite": "9 S. E. Rep. 986", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "86 Va. 242", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "5 S. E. Rep. 374", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "83 Va. 382", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "82 Va. 531", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "28 Gratt. 704", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "21 Gratt. 138", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Rob. 299", + "category": "reporters:state", + "reporter": "Rob.", + "case_ids": [ + 8506743 + ], + "pin_cites": [ + { + "page": "301, 303, 304" + } + ], + "opinion_index": -1, + "case_paths": [ + "/rob/1/0299-01" + ] + }, + { + "cite": "8 Leigh 14", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "5 Leigh 48", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "6 Rand. 583", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "4 Munf. 342", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 337", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "338" + } + ], + "opinion_index": -1 + }, + { + "cite": "5 Call 5", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "6, 7, 8, 9, 10" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Am. Dec. 519", + "category": "reporters:federal", + "reporter": "Am. Dec.", + "weight": 2, + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 1616, + "char_count": 56343, + "ocr_confidence": 0.522, + "pagerank": { + "raw": 1.5329509165309804e-06, + "percentile": 0.9920748275285548 + }, + "sha256": "23403dc8aaa2ab1116c37ee36ea20641c01edf75f892ba84ebbff9658bdd6bbe", + "simhash": "1:51c56db1324af284", + "word_count": 10089 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0113-01", + "first_page_order": 116, + "last_page_order": 125 + }, + { + "id": 2094939, + "name": "Wood v. Boughan", + "name_abbreviation": "Wood v. Boughan", + "decision_date": "1798-05-14", + "docket_number": "", + "first_page": "122", + "last_page": "124", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 329" + }, + { + "type": "official", + "cite": "5 Va. 329" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "8 Gratt. 88", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715245 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0446-01" + ] + }, + { + "cite": "13 W. Va. 188", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "2 Rob. 251", + "category": "reporters:state", + "reporter": "Rob.", + "case_ids": [ + 8502513 + ], + "opinion_index": -1, + "case_paths": [ + "/rob/2/0251-01" + ] + }, + { + "cite": "3 H. & M. 565", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6726101 + ], + "opinion_index": -1, + "case_paths": [ + "/va/13/0764-01" + ] + }, + { + "cite": "3 Leigh 335", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 476, + "char_count": 7746, + "ocr_confidence": 0.539, + "pagerank": { + "raw": 3.2552592899988955e-07, + "percentile": 0.8691869680433106 + }, + "sha256": "4fd53ef8081ee513ab3bd50dc2ed50c0a277f290f452e5d357fe1557b594eb6d", + "simhash": "1:3fc9be23da996b95", + "word_count": 1381 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0122-01", + "first_page_order": 125, + "last_page_order": 127 + }, + { + "id": 2094915, + "name": "Call v. Ruffin", + "name_abbreviation": "Call v. Ruffin", + "decision_date": "1798-05-05", + "docket_number": "", + "first_page": "124", + "last_page": "125", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 333" + }, + { + "type": "official", + "cite": "5 Va. 333" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Hen. & M. 489", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "17 Gratt. 423", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "13 Gratt. 178", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "11 W. Va. 276", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641177 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/11/0276-01" + ] + }, + { + "cite": "17 Gratt. 398", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733550 + ], + "weight": 2, + "pin_cites": [ + { + "page": "408" + } + ], + "opinion_index": -1, + "case_paths": [ + "/va/58/0391-01" + ] + }, + { + "cite": "16 Gratt. 321", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4437042 + ], + "opinion_index": -1, + "case_paths": [ + "/va/57/0130-01" + ] + }, + { + "cite": "13 Gratt. 175", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4437698 + ], + "opinion_index": -1, + "case_paths": [ + "/va/54/0092-01" + ] + }, + { + "cite": "16 W. Va. 194", + "category": "reporters:state", + "reporter": "W. Va.", + "weight": 3, + "opinion_index": -1 + }, + { + "cite": "1 Wash. 81", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714724 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0420-01" + ] + }, + { + "cite": "13 Gratt. 181", + "category": "reporters:state", + "reporter": "Gratt.", + "weight": 2, + "opinion_index": -1 + }, + { + "cite": "8 Call 23", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "5 Call 524", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "2 Pat. & H. 574", + "category": "reporters:state", + "reporter": "Patton & Heath", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 31", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714355 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0371-02" + ] + } + ], + "analysis": { + "cardinality": 500, + "char_count": 9509, + "ocr_confidence": 0.496, + "pagerank": { + "raw": 1.0101241246402346e-06, + "percentile": 0.9830389725424147 + }, + "sha256": "968e070f6cfac8a9bf2f2dd587fa4c23c9e51002eff376a94ef417864ac62d36", + "simhash": "1:57876cf0bc5499bb", + "word_count": 1602 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0124-01", + "first_page_order": 127, + "last_page_order": 128 + }, + { + "id": 2094907, + "name": "Horde v. M'Roberts and Wife", + "name_abbreviation": "Horde v. M'Roberts", + "decision_date": "1798-10-15", + "docket_number": "", + "first_page": "125", + "last_page": "125", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 337" + }, + { + "type": "official", + "cite": "5 Va. 337" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Wash. 97", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 103, + "char_count": 1243, + "ocr_confidence": 0.523, + "pagerank": { + "raw": 1.4025797812089332e-07, + "percentile": 0.6450043998704171 + }, + "sha256": "b94f265c5052623c0ca1a64eda2670cf839a8593dd1c44b3ca629286004c43d5", + "simhash": "1:1360c3afa87250b7", + "word_count": 206 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0125-01", + "first_page_order": 128, + "last_page_order": 128 + }, + { + "id": 2094938, + "name": "Dunn and Wife v. Bray", + "name_abbreviation": "Dunn v. Bray", + "decision_date": "1798-10-19", + "docket_number": "", + "first_page": "126", + "last_page": "128", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 338" + }, + { + "type": "official", + "cite": "5 Va. 338" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Call 55", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "5 Rand. 293", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "1 Leigh 424", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "2 Munf. 521", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6721263 + ], + "opinion_index": -1, + "case_paths": [ + "/va/16/0550-01" + ] + }, + { + "cite": "6 Munf. 455", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6728734 + ], + "opinion_index": -1, + "case_paths": [ + "/va/20/0806-02" + ] + }, + { + "cite": "6 Munf. 187", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6725256 + ], + "opinion_index": -1, + "case_paths": [ + "/va/20/0681-01" + ] + }, + { + "cite": "6 Munf. 174", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6725045 + ], + "opinion_index": -1, + "case_paths": [ + "/va/20/0675-01" + ] + }, + { + "cite": "2 Munf. 479", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6720883 + ], + "opinion_index": -1, + "case_paths": [ + "/va/16/0535-02" + ] + }, + { + "cite": "2 Call 313", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715905 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0327-01" + ] + }, + { + "cite": "3 Hen. & M. 60", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "1 Leigh 335", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "3 Hen. & M. 62", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "5 Call 155", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "9 Leigh 257", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "3 Call 68", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "13 Gratt. 293", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 734, + "char_count": 16446, + "ocr_confidence": 0.51, + "pagerank": { + "raw": 5.487450268253267e-07, + "percentile": 0.9459524474206797 + }, + "sha256": "d4521d0d57553859d6530af55e1318fa679b47512d34053fac49d06fcccb2311", + "simhash": "1:9b75e736674bd8c7", + "word_count": 2916 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0126-01", + "first_page_order": 129, + "last_page_order": 131 + }, + { + "id": 2094963, + "name": "Cabell and Others v. Hardwick", + "name_abbreviation": "Cabell v. Hardwick", + "decision_date": "1798-10-23", + "docket_number": "", + "first_page": "128", + "last_page": "134", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 345" + }, + { + "type": "official", + "cite": "5 Va. 345" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "5 Call 525", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "6 Leigh 330", + "category": "reporters:state", + "reporter": "Leigh", + "pin_cites": [ + { + "page": "340" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Wash. 31", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714355 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0371-02" + ] + }, + { + "cite": "1 Wash. 136", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715064 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/1/0446-01" + ] + }, + { + "cite": "1 Wash. 257", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716443 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/1/0506-01" + ] + } + ], + "analysis": { + "cardinality": 1063, + "char_count": 33439, + "ocr_confidence": 0.512, + "pagerank": { + "raw": 1.0134540270522447e-07, + "percentile": 0.5427727639719536 + }, + "sha256": "597c4651f527dcd44de87cec5d62f8dbf2b9477d3a88c7118503c95b53860360", + "simhash": "1:99438fe8e34a04c9", + "word_count": 5807 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0128-01", + "first_page_order": 131, + "last_page_order": 137 + }, + { + "id": 2094951, + "name": "Hopkins v. Blane", + "name_abbreviation": "Hopkins v. Blane", + "decision_date": "1798-11-03", + "docket_number": "", + "first_page": "134", + "last_page": "140", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 361" + }, + { + "type": "official", + "cite": "5 Va. 361" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "27 Gratt. 119", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6739130 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0409-01" + ] + }, + { + "cite": "3 Call 215", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715671 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0492-01" + ] + }, + { + "cite": "1 Wash. 19", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714307 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/1/0366-01" + ] + }, + { + "cite": "374 Wash. 19", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 1232, + "char_count": 35331, + "ocr_confidence": 0.505, + "pagerank": { + "raw": 8.613267628463204e-08, + "percentile": 0.4903644961540229 + }, + "sha256": "4c7533428eaf18e30e8a502c6029e4c813f2882b0e0b040264bc46ce03d5088f", + "simhash": "1:b97fe3edd3da1edb", + "word_count": 6281 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0134-01", + "first_page_order": 137, + "last_page_order": 143 + }, + { + "id": 2094918, + "name": "Mitchell v. Kelly", + "name_abbreviation": "Mitchell v. Kelly", + "decision_date": "1798-10-30", + "docket_number": "", + "first_page": "140", + "last_page": "141", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 379" + }, + { + "type": "official", + "cite": "5 Va. 379" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "9 Gratt. 684", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451085 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0337-01" + ] + }, + { + "cite": "3 Call 433", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716777 + ], + "pin_cites": [ + { + "page": "437" + } + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0563-01" + ] + } + ], + "analysis": { + "cardinality": 354, + "char_count": 5983, + "ocr_confidence": 0.522, + "pagerank": { + "raw": 8.187349600080391e-08, + "percentile": 0.4756190418823646 + }, + "sha256": "88acadb7d9d72b92e216c47a187fe87fb4f1e237386f205c72a40251809762fb", + "simhash": "1:170f2ca2421b8c2f", + "word_count": 1035 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0140-01", + "first_page_order": 143, + "last_page_order": 144 + }, + { + "id": 2094901, + "name": "Pryor v. Adams", + "name_abbreviation": "Pryor v. Adams", + "decision_date": "1798-10-25", + "docket_number": "", + "first_page": "141", + "last_page": "146", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 382" + }, + { + "type": "official", + "cite": "5 Va. 382" + }, + { + "type": "parallel", + "cite": "1 Am. Dec. 533" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Munf. 183", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6724308 + ], + "opinion_index": -1, + "case_paths": [ + "/va/19/0391-01" + ] + }, + { + "cite": "1 Call 224", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094980 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0085-01" + ] + }, + { + "cite": "9 Gratt. 300", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "28 Gratt. 657", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4432590 + ], + "opinion_index": -1, + "case_paths": [ + "/va/69/0208-01" + ] + }, + { + "cite": "25 Gratt. 473", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6724275 + ], + "opinion_index": -1, + "case_paths": [ + "/va/66/0451-01" + ] + }, + { + "cite": "28 S. E. Rep. 337", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "95 Va. 351", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "23 W. Va. 82", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "9 Gratt. 310", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "11 W. Va. 645", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "11 W. Va. 627", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 373", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 2094043 + ], + "opinion_index": -1, + "case_paths": [ + "/va/15/0146-01" + ] + }, + { + "cite": "9 Gratt. 305", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "3 Rand. 109", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "1 Rand. 249", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 4444030 + ], + "opinion_index": -1, + "case_paths": [ + "/va/22/0096-01" + ] + }, + { + "cite": "6 Munf. 385", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6727412 + ], + "opinion_index": -1, + "case_paths": [ + "/va/20/0779-01" + ] + }, + { + "cite": "6 Munf. 245", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6725988 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/20/0704-01" + ] + }, + { + "cite": "5 Munf. 219", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6724675 + ], + "opinion_index": -1, + "case_paths": [ + "/va/19/0408-01" + ] + }, + { + "cite": "4 Munf. 450", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 4441913 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/18/0220-01" + ] + }, + { + "cite": "2 Munf. 412", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6720332 + ], + "opinion_index": -1, + "case_paths": [ + "/va/16/0511-01" + ] + }, + { + "cite": "9 Gratt. 136", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450604 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0069-01" + ] + }, + { + "cite": "10 S. E. Rep. 572", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "86 Va. 419", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "11 W. Va. 154", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "9 Gratt. 137", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "22 W. Va. 1", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640061 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/22/0001-01" + ] + }, + { + "cite": "11 Gratt. 760", + "category": "reporters:state", + "reporter": "Gratt.", + "weight": 3, + "pin_cites": [ + { + "page": "761" + } + ], + "opinion_index": -1 + }, + { + "cite": "5 Leigh 197", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 4445491 + ], + "opinion_index": -1, + "case_paths": [ + "/va/32/0082-01" + ] + }, + { + "cite": "9 Gratt. 294", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451149 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/50/0147-01" + ] + }, + { + "cite": "11 Gratt. 752", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450827 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/52/0400-01" + ] + }, + { + "cite": "20 Gratt. 154", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "21 S. E. Rep. 1033", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "40 W. Va. 559", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "3 Call 50", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715182 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0438-01" + ] + }, + { + "cite": "26 Gratt. 615", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "6 Gratt. 427", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 954887 + ], + "opinion_index": -1, + "case_paths": [ + "/va/47/0427-01" + ] + }, + { + "cite": "3 Hen. & M. 79", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 445", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 116", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 336", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6717260 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0564-01" + ] + } + ], + "analysis": { + "cardinality": 1041, + "char_count": 28779, + "ocr_confidence": 0.492, + "pagerank": { + "raw": 9.486636766870294e-07, + "percentile": 0.9808988863829513 + }, + "sha256": "105fa5d9a251249f9ce7338fb0b9fa5a0479a9d17452b1f6d9d8d61799d12c84", + "simhash": "1:3abdede00adea4b5", + "word_count": 5069 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0141-01", + "first_page_order": 144, + "last_page_order": 149 + }, + { + "id": 2094952, + "name": "Proudfit v. Murray", + "name_abbreviation": "Proudfit v. Murray", + "decision_date": "1798-11-05", + "docket_number": "", + "first_page": "146", + "last_page": "149", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 394" + }, + { + "type": "official", + "cite": "5 Va. 394" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "9 Gratt. 622", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450541 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0279-01" + ] + }, + { + "cite": "7 Leigh 207", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "3 Call 207", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715648 + ], + "pin_cites": [ + { + "page": "298, 300" + } + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0489-01" + ] + }, + { + "cite": "1 Wash. 115", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714851 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0436-01" + ] + } + ], + "analysis": { + "cardinality": 769, + "char_count": 20836, + "ocr_confidence": 0.513, + "pagerank": { + "raw": 2.1867678629615426e-07, + "percentile": 0.7733132317752889 + }, + "sha256": "31d106bc09c04d4de289410956fac99bf1e1968edc467af8eaecc00c93ab9273", + "simhash": "1:9e472925cc7a9afd", + "word_count": 3684 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0146-01", + "first_page_order": 149, + "last_page_order": 152 + }, + { + "id": 2094969, + "name": "Blincoe v. Berkeley", + "name_abbreviation": "Blincoe v. Berkeley", + "decision_date": "1798-11-09", + "docket_number": "", + "first_page": "149", + "last_page": "153", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 405" + }, + { + "type": "official", + "cite": "5 Va. 405" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "8 Gratt. 578", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716353 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0674-01" + ] + }, + { + "cite": "1 Call 117", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094902 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0046-01" + ] + }, + { + "cite": "4 H. & M. 501", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "24 Gratt. 74", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4434641 + ], + "opinion_index": -1, + "case_paths": [ + "/va/65/0033-01" + ] + }, + { + "cite": "3 Call 388", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "2 Munf. 123", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "3 H. & M. 101", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 340", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6717343 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0567-01" + ] + }, + { + "cite": "1 Wash. 203", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715920 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0479-01" + ] + }, + { + "cite": "1 Wash. 90", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 741, + "char_count": 18672, + "ocr_confidence": 0.502, + "pagerank": { + "raw": 3.548434857850871e-07, + "percentile": 0.8851460065818509 + }, + "sha256": "44db2ed90ea3b2fb810da351ffdceb95b2f7b68fd6967289f41b54400f4e6b2c", + "simhash": "1:9a84bab03a9a8e75", + "word_count": 3278 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0149-01", + "first_page_order": 152, + "last_page_order": 156 + }, + { + "id": 2094912, + "name": "Graves v. M'Call", + "name_abbreviation": "Graves v. M'Call", + "decision_date": "1798-11-08", + "docket_number": "", + "first_page": "153", + "last_page": "154", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 414" + }, + { + "type": "official", + "cite": "5 Va. 414" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Rand. 428", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6714926 + ], + "opinion_index": -1, + "case_paths": [ + "/va/23/0360-02" + ] + }, + { + "cite": "1 Rand. 53", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 4443672 + ], + "opinion_index": -1, + "case_paths": [ + "/va/22/0029-01" + ] + }, + { + "cite": "4 H. & M. 113", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6724520 + ], + "opinion_index": -1, + "case_paths": [ + "/va/14/0828-01" + ] + }, + { + "cite": "1 Call 314", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "2 Wash. 141", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714540 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0667-01" + ] + } + ], + "analysis": { + "cardinality": 515, + "char_count": 10040, + "ocr_confidence": 0.512, + "pagerank": { + "raw": 1.9914893916966355e-07, + "percentile": 0.7418243302987935 + }, + "sha256": "070684688413e69ecb2a576e728a7c2bc43f8260edd96b52b9369373fa3a9224", + "simhash": "1:fd13c1f057e0798a", + "word_count": 1759 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0153-01", + "first_page_order": 156, + "last_page_order": 157 + }, + { + "id": 2094953, + "name": "Harrison v. Harrison and Others", + "name_abbreviation": "Harrison v. Harrison", + "decision_date": "1799-10-18", + "docket_number": "", + "first_page": "154", + "last_page": "158", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 419" + }, + { + "type": "official", + "cite": "5 Va. 419" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 H. & M. 139", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "4 Munf. 222", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 4442768 + ], + "opinion_index": -1, + "case_paths": [ + "/va/18/0090-01" + ] + }, + { + "cite": "1 Call 428", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "7 W. Va. 71", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "80 Va. 257", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "29 Gratt. 760", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "6 Gratt. 197", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 954846 + ], + "opinion_index": -1, + "case_paths": [ + "/va/47/0197-01" + ] + }, + { + "cite": "1 Wash. 14", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714287 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/1/0364-01" + ] + }, + { + "cite": "1 Wash. 177", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715611 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0467-01" + ] + } + ], + "analysis": { + "cardinality": 799, + "char_count": 20771, + "ocr_confidence": 0.514, + "pagerank": { + "raw": 5.08223093499854e-07, + "percentile": 0.9378938694881439 + }, + "sha256": "b778f0d2cc7e0d11beb9fa3fb44a95cef5895589adc7a5dd0a4c29186f8ac05d", + "simhash": "1:3bfddaa1b80ceed8", + "word_count": 3629 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0154-01", + "first_page_order": 157, + "last_page_order": 161 + }, + { + "id": 2094944, + "name": "Shaw and Others v. Clements", + "name_abbreviation": "Shaw v. Clements", + "decision_date": "1798-11-01", + "docket_number": "", + "first_page": "158", + "last_page": "163", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 429" + }, + { + "type": "official", + "cite": "5 Va. 429" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Gratt. 18", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "5 Call 321", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "5 Call 418", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "28 Gratt. 766", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4432263 + ], + "opinion_index": -1, + "case_paths": [ + "/va/69/0241-01" + ] + }, + { + "cite": "5 Gratt. 141", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375268 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0141-01" + ] + }, + { + "cite": "13 S. E. Rep. 305", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "88 Va. 30", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "78 Va. 417", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "5 Gratt. 151", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Hen. & M. 177", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8687899 + ], + "opinion_index": -1, + "case_paths": [ + "/va/11/0090-01" + ] + }, + { + "cite": "3 Call 239", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715932 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0499-01" + ] + }, + { + "cite": "4 Hen. & M. 125", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6724589 + ], + "opinion_index": -1, + "case_paths": [ + "/va/14/0832-01" + ] + }, + { + "cite": "1 Call 466", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "21 Hen. 8", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 1041, + "char_count": 28073, + "ocr_confidence": 0.51, + "pagerank": { + "raw": 7.425239264615756e-07, + "percentile": 0.9694285265279945 + }, + "sha256": "5a4cb674da3e741e76ab152da4f77708c0af506240b67a59db49a660dd664f17", + "simhash": "1:8301be6b104acff2", + "word_count": 5048 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0158-01", + "first_page_order": 161, + "last_page_order": 166 + }, + { + "id": 2094949, + "name": "Graves v. Webb", + "name_abbreviation": "Graves v. Webb", + "decision_date": "1798-11-02", + "docket_number": "", + "first_page": "163", + "last_page": "168", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 443" + }, + { + "type": "official", + "cite": "5 Va. 443" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 S. E. Rep. 190", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "30 W. Va. 20", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "22 W. Va. 311", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "15 Gratt. 172", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6731577 + ], + "opinion_index": -1, + "case_paths": [ + "/va/56/0784-01" + ] + }, + { + "cite": "27 Gratt. 612", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Wash. 201", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715156 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0709-02" + ] + }, + { + "cite": "3 S. E. Rep. 190", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 943, + "char_count": 27629, + "ocr_confidence": 0.525, + "pagerank": { + "raw": 3.339955551989554e-07, + "percentile": 0.874094783132144 + }, + "sha256": "d1b3f9d6b1a2754ae0f74eea57c25a97a9c8cee51edf63f03e4fec2af14669b1", + "simhash": "1:bfef24b09e491f4a", + "word_count": 4814 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0163-01", + "first_page_order": 166, + "last_page_order": 171 + }, + { + "id": 2094903, + "name": "Jones v. Jones", + "name_abbreviation": "Jones v. Jones", + "decision_date": "1798-11-03", + "docket_number": "", + "first_page": "168", + "last_page": "172", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 458" + }, + { + "type": "official", + "cite": "5 Va. 458" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 887, + "char_count": 24342, + "ocr_confidence": 0.499, + "pagerank": { + "raw": 4.5807285167820593e-07, + "percentile": 0.925351053285346 + }, + "sha256": "c1ec14f3d395a0d4bed0cb60079f2456dc0289cc750df61bc8a536801715ecfd", + "simhash": "1:4f5f2e601cdf7a79", + "word_count": 4327 + }, + "last_updated": "2023-07-14T21:18:12.725659+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0168-01", + "first_page_order": 171, + "last_page_order": 175 + }, + { + "id": 2094975, + "name": "Preston v. The Auditor of Public Accounts", + "name_abbreviation": "Preston v. Auditor of Public Accounts", + "decision_date": "1798-11-05", + "docket_number": "", + "first_page": "172", + "last_page": "173", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 471" + }, + { + "type": "official", + "cite": "5 Va. 471" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "16 W. Va. 373", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "14 W. Va. 758", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "80 Va. 593", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "3 Munf. 507", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "16 Gratt. 137", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "4 Rand. 189", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 4444009 + ], + "opinion_index": -1, + "case_paths": [ + "/va/25/0086-01" + ] + }, + { + "cite": "10 S. E. Rep. 1061", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "86 Va. 681", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1879059 + ], + "opinion_index": -1, + "case_paths": [ + "/va/86/0681-01" + ] + } + ], + "analysis": { + "cardinality": 491, + "char_count": 9545, + "ocr_confidence": 0.493, + "pagerank": { + "raw": 5.66159229591866e-07, + "percentile": 0.9490080309701454 + }, + "sha256": "6483f9ce3654b7442f5c44189b72dd5aa38fb1b60177af14e6bd4a60c59c1b29", + "simhash": "1:df1664ae33302004", + "word_count": 1647 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0172-01", + "first_page_order": 175, + "last_page_order": 176 + }, + { + "id": 2094959, + "name": "The Auditor of Public Accounts v. Graham", + "name_abbreviation": "Auditor of Public Accounts v. Graham", + "decision_date": "1798-10-22", + "docket_number": "", + "first_page": "173", + "last_page": "175", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 475" + }, + { + "type": "official", + "cite": "5 Va. 475" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Call 500", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 419, + "char_count": 7284, + "ocr_confidence": 0.516, + "pagerank": { + "raw": 3.49417283283479e-07, + "percentile": 0.8824298250592988 + }, + "sha256": "f98fa318da1c727ef948e90a87a8bcea170d50fbbfcfbf62af2be6097ae12bf8", + "simhash": "1:87af80373c7ebfff", + "word_count": 1288 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0173-01", + "first_page_order": 176, + "last_page_order": 178 + }, + { + "id": 2094917, + "name": "Glasscock v. Smither & Hunt", + "name_abbreviation": "Glasscock v. Smither & Hunt", + "decision_date": "1798-10-31", + "docket_number": "", + "first_page": "175", + "last_page": "175", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 479" + }, + { + "type": "official", + "cite": "5 Va. 479" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Hen. & M. 467", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6727214 + ], + "pin_cites": [ + { + "page": "510, 522" + } + ], + "opinion_index": -1, + "case_paths": [ + "/va/12/0491-01" + ] + }, + { + "cite": "3 Hen. & M. 515", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "88 W. Va. 141", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 238, + "char_count": 3482, + "ocr_confidence": 0.517, + "pagerank": { + "raw": 3.2362978977103315e-07, + "percentile": 0.8680295646580167 + }, + "sha256": "964c8fa6211686a53dda67da3f10137dab430c683ac1430d46ef6c6b190b85bb", + "simhash": "1:56d3f0a0b9b61fac", + "word_count": 608 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0175-01", + "first_page_order": 178, + "last_page_order": 178 + }, + { + "id": 2094914, + "name": "Stuart v. Madison", + "name_abbreviation": "Stuart v. Madison", + "decision_date": "1798-10-17", + "docket_number": "", + "first_page": "175", + "last_page": "176", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 481" + }, + { + "type": "official", + "cite": "5 Va. 481" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "24 S. E. Rep. 680", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "41 W. Va. 747", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 12166709 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/41/0747-01" + ] + } + ], + "analysis": { + "cardinality": 231, + "char_count": 3284, + "ocr_confidence": 0.465, + "pagerank": { + "raw": 1.5471549815461165e-07, + "percentile": 0.6740101449930093 + }, + "sha256": "06dc60ac08a09cd814e4ebe58cd4ec0a2ff33710a0ce7edc38cd8e5077f1eaf6", + "simhash": "1:910a666a52c96d83", + "word_count": 592 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0175-02", + "first_page_order": 178, + "last_page_order": 179 + }, + { + "id": 2094954, + "name": "Craig v. Craig", + "name_abbreviation": "Craig v. Craig", + "decision_date": "1799-04-11", + "docket_number": "", + "first_page": "176", + "last_page": "176", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 483" + }, + { + "type": "official", + "cite": "5 Va. 483" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "18 Gratt. 801", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733925 + ], + "opinion_index": -1, + "case_paths": [ + "/va/59/0792-01" + ] + }, + { + "cite": "30 S. E. Rep. 102", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "44 W. Va. 505", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 H. & M. 204", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8688581, + 8688470 + ], + "opinion_index": -1, + "case_paths": [ + "/va/11/0100-03", + "/va/11/0100-02" + ] + }, + { + "cite": "1 Munf. 85", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 187, + "char_count": 2438, + "ocr_confidence": 0.451, + "pagerank": { + "raw": 6.427589019784293e-07, + "percentile": 0.9597557618224074 + }, + "sha256": "1c3a735d8aad3ee1e292a4f0e635e56ad81b47c9af43e4db0949914ce3c4a53d", + "simhash": "1:1e57a8ad3c3c37d4", + "word_count": 418 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0176-01", + "first_page_order": 179, + "last_page_order": 179 + }, + { + "id": 2094927, + "name": "Beverley v. Fogg", + "name_abbreviation": "Beverley v. Fogg", + "decision_date": "1799-05-07", + "docket_number": "", + "first_page": "176", + "last_page": "177", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 484" + }, + { + "type": "official", + "cite": "5 Va. 484" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Leigh 1", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6724464 + ], + "opinion_index": -1, + "case_paths": [ + "/va/29/0233-01" + ] + }, + { + "cite": "1 Va. Dec. 887", + "category": "reporters:state", + "reporter": "Va. Dec.", + "opinion_index": -1 + }, + { + "cite": "3 Leigh 5", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "11 W. Va. 291", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "14 W. Va. 726", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "17 W. Va. 10", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "10 Gratt. 350", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715831 + ], + "opinion_index": -1, + "case_paths": [ + "/va/51/0592-01" + ] + }, + { + "cite": "14 Gratt. 538", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "3 Rand. 585", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "3 H. & M. 309", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6725434 + ], + "weight": 2, + "pin_cites": [ + { + "page": "313" + } + ], + "opinion_index": -1, + "case_paths": [ + "/va/13/0674-01" + ] + }, + { + "cite": "2 Munf. 167", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6718011 + ], + "pin_cites": [ + { + "page": "173" + } + ], + "opinion_index": -1, + "case_paths": [ + "/va/16/0353-01" + ] + } + ], + "analysis": { + "cardinality": 368, + "char_count": 6300, + "ocr_confidence": 0.487, + "pagerank": { + "raw": 2.694174454550959e-07, + "percentile": 0.8278457547138849 + }, + "sha256": "a598bfc45dace9e27e6ea9b8c90916c98c409c41d9f450ebcff8c3c718e7088d", + "simhash": "1:9fd445289c6a0ee7", + "word_count": 1105 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0176-02", + "first_page_order": 179, + "last_page_order": 180 + }, + { + "id": 2094909, + "name": "Rowe and Others v. Smith", + "name_abbreviation": "Rowe v. Smith", + "decision_date": "1799-05-07", + "docket_number": "", + "first_page": "177", + "last_page": "178", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 487" + }, + { + "type": "official", + "cite": "5 Va. 487" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "24 Gratt. 74", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4434641 + ], + "opinion_index": -1, + "case_paths": [ + "/va/65/0033-01" + ] + }, + { + "cite": "1 Munf. 389", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 263, + "char_count": 4843, + "ocr_confidence": 0.477, + "pagerank": { + "raw": 9.94359973216001e-08, + "percentile": 0.5366878532300532 + }, + "sha256": "178a9f1780128d4073e38d904d149f99855468f253605a544126b76c1ced4b14", + "simhash": "1:19e76fae3226458f", + "word_count": 848 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0177-01", + "first_page_order": 180, + "last_page_order": 181 + }, + { + "id": 2094972, + "name": "Ritchie & Co. v. Lyne", + "name_abbreviation": "Ritchie & Co. v. Lyne", + "decision_date": "1799-05-11", + "docket_number": "", + "first_page": "178", + "last_page": "179", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 489" + }, + { + "type": "official", + "cite": "5 Va. 489" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "24 Gratt. 74", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4434641 + ], + "opinion_index": -1, + "case_paths": [ + "/va/65/0033-01" + ] + } + ], + "analysis": { + "cardinality": 273, + "char_count": 4775, + "ocr_confidence": 0.52, + "pagerank": { + "raw": 7.008053027858635e-08, + "percentile": 0.4232727467894846 + }, + "sha256": "10ae71e5a5e90c1e2f9df40a33e1ac47c05f59cb0707f68265b6d8d6e21b91f9", + "simhash": "1:9bee6a53d614055c", + "word_count": 806 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0178-01", + "first_page_order": 181, + "last_page_order": 182 + }, + { + "id": 2094971, + "name": "Eckhols v. Graham and Others", + "name_abbreviation": "Eckhols v. Graham", + "decision_date": "1799-04-30", + "docket_number": "", + "first_page": "179", + "last_page": "180", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 492" + }, + { + "type": "official", + "cite": "5 Va. 492" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Munf. 438", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 280", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "27 Gratt. 440", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740164 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0525-01" + ] + }, + { + "cite": "3 Munf. 308", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6719602 + ], + "opinion_index": -1, + "case_paths": [ + "/va/17/0711-01" + ] + } + ], + "analysis": { + "cardinality": 394, + "char_count": 6587, + "ocr_confidence": 0.462, + "pagerank": { + "raw": 6.381866075444141e-07, + "percentile": 0.9592072742464908 + }, + "sha256": "22ecb7df5d61f88a174300551a13b5b762d027320ec1ac16114e3121d544cd56", + "simhash": "1:82f8c4a0324e1f37", + "word_count": 1136 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0179-01", + "first_page_order": 182, + "last_page_order": 183 + }, + { + "id": 2094976, + "name": "Noel v. Sale", + "name_abbreviation": "Noel v. Sale", + "decision_date": "1799-04-27", + "docket_number": "", + "first_page": "180", + "last_page": "181", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 495" + }, + { + "type": "official", + "cite": "5 Va. 495" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Hen. & M. 254", + "category": "reporters:state", + "reporter": "Hen. & M.", + "pin_cites": [ + { + "page": "257" + } + ], + "opinion_index": -1 + }, + { + "cite": "8 Gratt. 88", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715245 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0446-01" + ] + }, + { + "cite": "2 Wash. 126", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714483 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0660-01" + ] + }, + { + "cite": "21 W. Va. 546", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "9 Gratt. 94", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450986 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0049-01" + ] + } + ], + "analysis": { + "cardinality": 219, + "char_count": 2775, + "ocr_confidence": 0.448, + "pagerank": { + "raw": 3.439406144784448e-07, + "percentile": 0.8795620902994731 + }, + "sha256": "69e1d4e5165bf67e01fe64a1267baa811015e7188fc063e03d39bca2aa6c32e8", + "simhash": "1:08e4c70c723a3a04", + "word_count": 474 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0180-01", + "first_page_order": 183, + "last_page_order": 184 + }, + { + "id": 2094943, + "name": "Lee v. Love & Co.", + "name_abbreviation": "Lee v. Love & Co.", + "decision_date": "1799-05-13", + "docket_number": "", + "first_page": "181", + "last_page": "182", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 497" + }, + { + "type": "official", + "cite": "5 Va. 497" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "9 Gratt. 409", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451111 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0186-01" + ] + }, + { + "cite": "4 Hen. & M. 456", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "4 Call 492", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716791 + ], + "opinion_index": -1, + "case_paths": [ + "/va/8/0798-01" + ] + }, + { + "cite": "1 Call 226", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094948 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0086-01" + ] + }, + { + "cite": "1 Call 123", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094933 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0048-01" + ] + }, + { + "cite": "2 Wash. 219", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "5 Call 55", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "9 Gratt. 699", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "14 S. E. Rep. 442", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "36 W. Va. 111", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "5 Call 85", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "5 Call 73", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "77" + } + ], + "opinion_index": -1 + }, + { + "cite": "5 Call 45", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "47" + } + ], + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 360, + "char_count": 5933, + "ocr_confidence": 0.498, + "pagerank": { + "raw": 1.5632748260103957e-06, + "percentile": 0.9923462719255061 + }, + "sha256": "9e2320d0c9ba12bac5dced6def014237d882192481406bb6b8f7234907a32830", + "simhash": "1:63c5b16888cde5ed", + "word_count": 1054 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0181-01", + "first_page_order": 184, + "last_page_order": 185 + }, + { + "id": 2094970, + "name": "Wilson v. Rucker", + "name_abbreviation": "Wilson v. Rucker", + "decision_date": "1799-05-04", + "docket_number": "", + "first_page": "182", + "last_page": "189", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 500" + }, + { + "type": "official", + "cite": "5 Va. 500" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 Call 556", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "27 Gratt. 163", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6739224 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0432-01" + ] + }, + { + "cite": "3 Call 103", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Rand. 12", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 4443538 + ], + "opinion_index": -1, + "case_paths": [ + "/va/22/0011-01" + ] + }, + { + "cite": "7 Leigh 297", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "1 H. & M. 541", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "5 Call 134", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "135, 137" + } + ], + "opinion_index": -1 + }, + { + "cite": "3 Call, 568", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6717536 + ], + "opinion_index": 0, + "case_paths": [ + "/va/7/0605-01" + ] + } + ], + "analysis": { + "cardinality": 1139, + "char_count": 39603, + "ocr_confidence": 0.492, + "pagerank": { + "raw": 1.027623010557704e-06, + "percentile": 0.9835791584760347 + }, + "sha256": "1cd6d8dbd47a8f31e85a14d7bef32c43dda203dfe6be6607b55ac0051b768ad7", + "simhash": "1:5da366f3d98a3bc0", + "word_count": 6982 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0182-01", + "first_page_order": 185, + "last_page_order": 192 + }, + { + "id": 2094922, + "name": "Garlington v. Clutton", + "name_abbreviation": "Garlington v. Clutton", + "decision_date": "1799-04-27", + "docket_number": "", + "first_page": "189", + "last_page": "190", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 520" + }, + { + "type": "official", + "cite": "5 Va. 520" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Wash. 163", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 417, + "char_count": 8379, + "ocr_confidence": 0.509, + "pagerank": { + "raw": 1.27879270835649e-07, + "percentile": 0.6166305448696043 + }, + "sha256": "3e468581bd6371ac2c5b071bcfa549c1927b38f741c78608b5d4d0d185ef3f09", + "simhash": "1:cdcfe528eedced8e", + "word_count": 1472 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0189-01", + "first_page_order": 192, + "last_page_order": 193 + }, + { + "id": 2094966, + "name": "Taliaferro v. Minor", + "name_abbreviation": "Taliaferro v. Minor", + "decision_date": "1799-10-18", + "docket_number": "", + "first_page": "190", + "last_page": "193", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 524" + }, + { + "type": "official", + "cite": "5 Va. 524" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Gall 524", + "category": "reporters:federal", + "reporter": "Gall.", + "opinion_index": -1 + }, + { + "cite": "11 Gratt. 441", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450853 + ], + "opinion_index": -1, + "case_paths": [ + "/va/52/0219-01" + ] + }, + { + "cite": "21 Gratt. 39", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "11 Leigh 353", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 747, + "char_count": 17418, + "ocr_confidence": 0.494, + "pagerank": { + "raw": 3.5086524414915104e-07, + "percentile": 0.8831601765199438 + }, + "sha256": "5c2aeb4b5efae8a50c7a1885c3efac7e9df9e706a9124c08ff3ae93b62a2f6b2", + "simhash": "1:73e441206767f8e7", + "word_count": 3038 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0190-01", + "first_page_order": 193, + "last_page_order": 196 + }, + { + "id": 2094926, + "name": "Hackett v. Alcock", + "name_abbreviation": "Hackett v. Alcock", + "decision_date": "1799-04-16", + "docket_number": "", + "first_page": "193", + "last_page": "195", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 533" + }, + { + "type": "official", + "cite": "5 Va. 533" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 Munf. 343", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "18 Gratt. 801", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733925 + ], + "opinion_index": -1, + "case_paths": [ + "/va/59/0792-01" + ] + } + ], + "analysis": { + "cardinality": 477, + "char_count": 9858, + "ocr_confidence": 0.51, + "pagerank": { + "raw": 1.590457588230752e-07, + "percentile": 0.681995166513569 + }, + "sha256": "1f2694a91083fd159f2b075df7881cd874a2a33f7f1ad442cda81e48dcd56db8", + "simhash": "1:f3278f25485a08ce", + "word_count": 1713 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0193-01", + "first_page_order": 196, + "last_page_order": 198 + }, + { + "id": 2094920, + "name": "Shelton and Others v. Ward", + "name_abbreviation": "Shelton v. Ward", + "decision_date": "1799-05-03", + "docket_number": "", + "first_page": "195", + "last_page": "195", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 538" + }, + { + "type": "official", + "cite": "5 Va. 538" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 Gratt. 160", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4373998 + ], + "opinion_index": -1, + "case_paths": [ + "/va/45/0160-01" + ] + }, + { + "cite": "2 Leigh 400", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 253, + "char_count": 3823, + "ocr_confidence": 0.516, + "pagerank": { + "raw": 1.3732758113084267e-07, + "percentile": 0.638956556926678 + }, + "sha256": "8d9add2c07c84e65e92f67d25e20fe2cd9802badeb4493354e84036e12715ca1", + "simhash": "1:ce078d889a662fad", + "word_count": 664 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0195-01", + "first_page_order": 198, + "last_page_order": 198 + }, + { + "id": 2094908, + "name": "Rose v. Shore", + "name_abbreviation": "Rose v. Shore", + "decision_date": "1799-05-14", + "docket_number": "", + "first_page": "195", + "last_page": "197", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 540" + }, + { + "type": "official", + "cite": "5 Va. 540" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Leigh 318", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 76", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 2094040 + ], + "opinion_index": -1, + "case_paths": [ + "/va/15/0038-01" + ] + } + ], + "analysis": { + "cardinality": 557, + "char_count": 11857, + "ocr_confidence": 0.482, + "pagerank": { + "raw": 2.797210673788695e-07, + "percentile": 0.8365406631815214 + }, + "sha256": "70edec21e96d3bdd2e4c795dbaeb5011752a79493433cc7e988892adc872caa7", + "simhash": "1:9bc3c33a901a8997", + "word_count": 2120 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0195-02", + "first_page_order": 198, + "last_page_order": 200 + }, + { + "id": 2094929, + "name": "Terrell v. Dick", + "name_abbreviation": "Terrell v. Dick", + "decision_date": "1799-04-16", + "docket_number": "", + "first_page": "197", + "last_page": "201", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 546" + }, + { + "type": "official", + "cite": "5 Va. 546" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 Hen. &M. 455", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6728384 + ], + "opinion_index": -1, + "case_paths": [ + "/va/14/0947-01" + ] + }, + { + "cite": "4 Hen. & M. 494", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "2 Hen. & M. 148", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "4 Munf. 68", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 4442939 + ], + "opinion_index": -1, + "case_paths": [ + "/va/18/0035-01" + ] + }, + { + "cite": "6 Munf. 499", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "2 Hen. & M. 145", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "3 Hen. & M. 79", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "29 S. E. Rep. 1029", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "45 W. Va. 14", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "13 S. E. Rep. 145", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "87 Va. 709", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "6 Call 531", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "5 Leigh 369", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "6 Munf. 568", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "6 Munf. 496", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "1 Hen. & M. 461", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "1 Hen. & M. 596", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 445", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "4 Hen. & M. 472", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "2 Hen. & M. 412", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "2 Hen. & M. 146", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "4 Hen. & M. 369", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6726018 + ], + "opinion_index": -1, + "case_paths": [ + "/va/14/0918-01" + ] + }, + { + "cite": "4 Hen. & M. 180", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6725009 + ], + "opinion_index": -1, + "case_paths": [ + "/va/14/0854-01" + ] + }, + { + "cite": "2 Hen. & M. 408", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6726872 + ], + "opinion_index": -1, + "case_paths": [ + "/va/12/0470-01" + ] + }, + { + "cite": "2 Hen. & M. 139", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6725786 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/12/0377-01" + ] + }, + { + "cite": "2 Munf. 253", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 185", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715639 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0471-01" + ] + }, + { + "cite": "1 Wash. 79", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714696 + ], + "opinion_index": 0, + "case_paths": [ + "/va/1/0419-01" + ] + }, + { + "cite": "2 Wash. 41", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 833, + "char_count": 19560, + "ocr_confidence": 0.49, + "pagerank": { + "raw": 1.0681065410763919e-06, + "percentile": 0.9847191863309406 + }, + "sha256": "37323b876d2de2bb27fa43f2879abc06da9fcd4282f62dc9635fe2f9dad56e9c", + "simhash": "1:1f9125720714141c", + "word_count": 3484 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0197-01", + "first_page_order": 200, + "last_page_order": 204 + }, + { + "id": 2094936, + "name": "Jones v. The Commonwealth", + "name_abbreviation": "Jones v. Commonwealth", + "decision_date": "1799-04-22", + "docket_number": "", + "first_page": "201", + "last_page": "203", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 555" + }, + { + "type": "official", + "cite": "5 Va. 555" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Call 458", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 199", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "3 Call 461", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716922 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0571-01" + ] + }, + { + "cite": "3 Hen. & M. 212", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "3 Call 39", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + } + ], + "analysis": { + "cardinality": 588, + "char_count": 11934, + "ocr_confidence": 0.513, + "pagerank": { + "raw": 6.082256041158793e-07, + "percentile": 0.9553862020527065 + }, + "sha256": "3daa9cf3f5e796c4626c77d793d1195474aea88353882b4104c1165285e2d145", + "simhash": "1:37d2a679dbc6b8d1", + "word_count": 2121 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0201-01", + "first_page_order": 204, + "last_page_order": 206 + }, + { + "id": 2094979, + "name": "Bogle, Somerville & Co. v. Sullivant", + "name_abbreviation": "Bogle, Somerville & Co. v. Sullivant", + "decision_date": "1799-04-26", + "docket_number": "", + "first_page": "203", + "last_page": "203", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 561" + }, + { + "type": "official", + "cite": "5 Va. 561" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "11 Gratt. 377", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450839 + ], + "opinion_index": -1, + "case_paths": [ + "/va/52/0196-01" + ] + }, + { + "cite": "4 Munf. 310", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 4442457 + ], + "opinion_index": -1, + "case_paths": [ + "/va/18/0134-01" + ] + }, + { + "cite": "4 Munf. 373", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 4441959 + ], + "opinion_index": -1, + "case_paths": [ + "/va/18/0174-01" + ] + }, + { + "cite": "4 Munf. 59", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 4442950 + ], + "opinion_index": -1, + "case_paths": [ + "/va/18/0031-01" + ] + }, + { + "cite": "1 H. & M. 563", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8695304 + ], + "opinion_index": -1, + "case_paths": [ + "/va/11/0250-02" + ] + }, + { + "cite": "2 Call 514", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716672 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0390-01" + ] + }, + { + "cite": "1 Call 412", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 203", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715920 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0479-01" + ] + }, + { + "cite": "1 Wash. 87", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714749 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0423-01" + ] + }, + { + "cite": "29 Gratt. 594", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "3 Rand. 114", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "4 Rand. 263", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 216, + "char_count": 2779, + "ocr_confidence": 0.54, + "pagerank": { + "raw": 4.554462316310335e-07, + "percentile": 0.9245979205737478 + }, + "sha256": "6eca4bdff1984648f763218fda86f4033e97e28878f4098246065c2764e4cd95", + "simhash": "1:45812403ca4e57a1", + "word_count": 480 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0203-01", + "first_page_order": 206, + "last_page_order": 206 + }, + { + "id": 2094928, + "name": "Smith v. Dyer", + "name_abbreviation": "Smith v. Dyer", + "decision_date": "1799-04-27", + "docket_number": "", + "first_page": "203", + "last_page": "205", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 562" + }, + { + "type": "official", + "cite": "5 Va. 562" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "11 Gratt. 292", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451461 + ], + "opinion_index": -1, + "case_paths": [ + "/va/52/0130-01" + ] + }, + { + "cite": "12 S. E. Rep. 1073", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "35 W. Va. 181", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "17 W. Va. 610", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "12 Gratt. 306", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "3 Am. Dec. 639", + "category": "reporters:federal", + "reporter": "Am. Dec.", + "case_ids": [ + 6724180 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/13/0567-01" + ] + } + ], + "analysis": { + "cardinality": 506, + "char_count": 10239, + "ocr_confidence": 0.508, + "pagerank": { + "raw": 5.140256742064156e-07, + "percentile": 0.9391281113300428 + }, + "sha256": "b2765cdf90829aeac8a360609ac8c204ee050c7f7737b770f92da69165e43fec", + "simhash": "1:1c8cef3459d7d9b3", + "word_count": 1839 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0203-02", + "first_page_order": 206, + "last_page_order": 208 + }, + { + "id": 2094978, + "name": "Hammitt v. Bullett's Executors", + "name_abbreviation": "Hammitt v. Bullett's Executors", + "decision_date": "1799-04-17", + "docket_number": "", + "first_page": "205", + "last_page": "206", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 567" + }, + { + "type": "official", + "cite": "5 Va. 567" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "18 Gratt. 801", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733925 + ], + "opinion_index": -1, + "case_paths": [ + "/va/59/0792-01" + ] + }, + { + "cite": "1 Wash. 6", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714209 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0359-01" + ] + }, + { + "cite": "5 Call 457", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "3 Hen. & M. 393", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "17 S. E. Rep. 199", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "37 W. Va. 673", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 394, + "char_count": 6578, + "ocr_confidence": 0.492, + "pagerank": { + "raw": 2.825741765565798e-07, + "percentile": 0.8386875064916912 + }, + "sha256": "336d749e1de34817c1fac3eccc0e46ca3ed2558bf836960b8a7fcd626c72879c", + "simhash": "1:18a60d291a5a8fdf", + "word_count": 1109 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0205-01", + "first_page_order": 208, + "last_page_order": 209 + }, + { + "id": 2094937, + "name": "Woodson v. Payne", + "name_abbreviation": "Woodson v. Payne", + "decision_date": "1799-11-06", + "docket_number": "", + "first_page": "206", + "last_page": "208", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 570" + }, + { + "type": "official", + "cite": "5 Va. 570" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Wash. 1", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714178 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0357-01" + ] + } + ], + "analysis": { + "cardinality": 522, + "char_count": 10056, + "ocr_confidence": 0.514, + "pagerank": { + "raw": 4.643594115661138e-08, + "percentile": 0.2910258474528824 + }, + "sha256": "3560c14359c4cd69cffe830e42bbfb41183c79c7b17f92fda7c2941b0549a5b7", + "simhash": "1:0d02a5a2196cb804", + "word_count": 1742 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0206-01", + "first_page_order": 209, + "last_page_order": 211 + }, + { + "id": 2094968, + "name": "Macon v. Crump", + "name_abbreviation": "Macon v. Crump", + "decision_date": "1799-05-15", + "docket_number": "", + "first_page": "208", + "last_page": "212", + "citations": [ + { + "type": "nominative", + "cite": "1 Call 575" + }, + { + "type": "official", + "cite": "5 Va. 575" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Va. Cas. 521", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6733771 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0349-01" + ] + }, + { + "cite": "18 W. Va. 651", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "6 Leigh 316", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6717855 + ], + "opinion_index": -1, + "case_paths": [ + "/va/33/0410-01" + ] + } + ], + "analysis": { + "cardinality": 856, + "char_count": 26291, + "ocr_confidence": 0.504, + "pagerank": { + "raw": 2.935857509836275e-07, + "percentile": 0.8477222031091388 + }, + "sha256": "c4629d642345ef1eb4d59e05aee01a8eace5cbfa59f752a50be6658df9844581", + "simhash": "1:0767e3a0824ae6c8", + "word_count": 4705 + }, + "last_updated": "2024-02-27T22:36:17.060121+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0208-01", + "first_page_order": 211, + "last_page_order": 215 + } +] diff --git a/test/stdlib_basics/legal/cases_metadata/va_report_vol_6_CasesMetadata.json b/test/stdlib_basics/legal/cases_metadata/va_report_vol_6_CasesMetadata.json new file mode 100644 index 00000000..99c8c653 --- /dev/null +++ b/test/stdlib_basics/legal/cases_metadata/va_report_vol_6_CasesMetadata.json @@ -0,0 +1,7845 @@ +[ + { + "id": 6714811, + "name": "Fox & al. v. Cosby", + "name_abbreviation": "Fox v. Cosby", + "decision_date": "1799-10", + "docket_number": "", + "first_page": "229", + "last_page": "230", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 1" + }, + { + "type": "official", + "cite": "6 Va. 1" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "11 Gratt. 505", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450981 + ], + "opinion_index": -1, + "case_paths": [ + "/va/52/0241-01" + ] + }, + { + "cite": "2 Munf. 343", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6719907 + ], + "opinion_index": -1, + "case_paths": [ + "/va/16/0488-01" + ] + }, + { + "cite": "6 Munf. 99", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6724052 + ], + "opinion_index": -1, + "case_paths": [ + "/va/20/0637-01" + ] + }, + { + "cite": "4 Munf. 489", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "2 Munf. 129", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6717821 + ], + "opinion_index": -1, + "case_paths": [ + "/va/16/0340-01" + ] + }, + { + "cite": "12 W. Va. 206", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 383, + "char_count": 8375, + "ocr_confidence": 0.499, + "pagerank": { + "raw": 4.066622917312557e-07, + "percentile": 0.9083373200522501 + }, + "sha256": "66ba9ada54aa6612afdb1779fe6ca2b1999192540600271378fe141cfeaebbf9", + "simhash": "1:05e23704324700d4", + "word_count": 1498 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0229-01", + "first_page_order": 3, + "last_page_order": 4 + }, + { + "id": 6714842, + "name": "Flemings v. Willis", + "name_abbreviation": "Flemings v. Willis", + "decision_date": "1799-10", + "docket_number": "", + "first_page": "230", + "last_page": "233", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 5" + }, + { + "type": "official", + "cite": "6 Va. 5" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Call 198", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "3 H. & M. 416", + "category": "reporters:state", + "reporter": "Hen. & M.", + "pin_cites": [ + { + "page": "417" + } + ], + "opinion_index": -1 + }, + { + "cite": "2 Call 12", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 14", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714287 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0364-01" + ] + } + ], + "analysis": { + "cardinality": 854, + "char_count": 21403, + "ocr_confidence": 0.499, + "pagerank": { + "raw": 7.373918263149384e-07, + "percentile": 0.9690076525697058 + }, + "sha256": "f65323e3543bb30a2de71cad4ce9e98ac599efbd1804d4c7b48ff8e51ccb24f9", + "simhash": "1:6b660dc25c4c3ca4", + "word_count": 3759 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0230-01", + "first_page_order": 4, + "last_page_order": 7 + }, + { + "id": 6714872, + "name": "Ozwald, Deniston, & Co. v. Dickinson's Ex'rs", + "name_abbreviation": "Ozwald v. Dickinson's Ex'rs", + "decision_date": "1799-10", + "docket_number": "", + "first_page": "233", + "last_page": "235", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 16" + }, + { + "type": "official", + "cite": "6 Va. 16" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Wash. 153", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715275 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0454-01" + ] + } + ], + "analysis": { + "cardinality": 531, + "char_count": 11640, + "ocr_confidence": 0.498, + "pagerank": { + "raw": 2.279034880960449e-07, + "percentile": 0.7848297333164984 + }, + "sha256": "7015674d29b57d619d18a83c64f5283f68e9bdfcc5095f80259224644965c272", + "simhash": "1:0effaea0f06acbc9", + "word_count": 2074 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0233-01", + "first_page_order": 7, + "last_page_order": 9 + }, + { + "id": 6714913, + "name": "Eppes v. Demoville", + "name_abbreviation": "Eppes v. Demoville", + "decision_date": "1799-10", + "docket_number": "", + "first_page": "235", + "last_page": "241", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 22" + }, + { + "type": "official", + "cite": "6 Va. 22" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 H. & M. 122", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "7 Leigh 151", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "7 W. Va. 56", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 732", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 257", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716443 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0506-01" + ] + } + ], + "analysis": { + "cardinality": 998, + "char_count": 32340, + "ocr_confidence": 0.497, + "pagerank": { + "raw": 3.0930294910219347e-07, + "percentile": 0.858766090223793 + }, + "sha256": "ed7d0d4fb500cdf19e920d84446838eb53010370aaca3e6dd4eac881a9dcf506", + "simhash": "1:116745e116c24492", + "word_count": 5975 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0235-01", + "first_page_order": 9, + "last_page_order": 15 + }, + { + "id": 6714947, + "name": "Cooke v. Simms", + "name_abbreviation": "Cooke v. Simms", + "decision_date": "1799-10", + "docket_number": "", + "first_page": "241", + "last_page": "244", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 39" + }, + { + "type": "official", + "cite": "6 Va. 39" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "9 Gratt. 183", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450402 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0084-01" + ] + }, + { + "cite": "16 S. E. Rep. 577", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "37 W. Va. 263", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "8 W. Va, 206", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "2 H. & M. 286", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "10 W. Va. 527", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "10 W. Va. 474", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "477" + } + ], + "opinion_index": -1 + }, + { + "cite": "4 Leigh 609", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "6 Munf. 509", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "4 H. & M. 280", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "2 Wash. 187", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714961 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/2/0703-01" + ] + } + ], + "analysis": { + "cardinality": 767, + "char_count": 19868, + "ocr_confidence": 0.489, + "pagerank": { + "raw": 1.1736696051527817e-06, + "percentile": 0.9871809128640319 + }, + "sha256": "deba9e42346b9b2af59cbcf28431d4acd23166725813a875b7e1a4fa9ef846e4", + "simhash": "1:f757caa6318cc555", + "word_count": 3519 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0241-01", + "first_page_order": 15, + "last_page_order": 18 + }, + { + "id": 6715016, + "name": "Hunt v. Wilkinson", + "name_abbreviation": "Hunt v. Wilkinson", + "decision_date": "1799-10", + "docket_number": "", + "first_page": "244", + "last_page": "251", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 49" + }, + { + "type": "official", + "cite": "6 Va. 49" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "12 Gratt. 85", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715062 + ], + "pin_cites": [ + { + "page": "95" + } + ], + "opinion_index": -1, + "case_paths": [ + "/va/53/0514-01" + ] + }, + { + "cite": "2 Gall 49", + "category": "reporters:federal", + "reporter": "Gall.", + "opinion_index": -1 + }, + { + "cite": "12 Gratt. 94", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "7 Gratt. 425", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449374 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0172-01" + ] + }, + { + "cite": "23 S. E. Rep. 519", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "41 W. Va. 557", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 26", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714322 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0369-01" + ] + }, + { + "cite": "1 Munf. 59", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "62" + } + ], + "opinion_index": -1 + }, + { + "cite": "27 Gratt. 259", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6739493 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0462-01" + ] + }, + { + "cite": "3 W. Va. 585", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 286", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "2 Rand. 426", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6714904 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/23/0360-01" + ] + }, + { + "cite": "3 W. Va. 586", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 26", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714322 + ], + "opinion_index": 0, + "case_paths": [ + "/va/1/0369-01" + ] + } + ], + "analysis": { + "cardinality": 1195, + "char_count": 42099, + "ocr_confidence": 0.512, + "pagerank": { + "raw": 5.648577641324622e-07, + "percentile": 0.9487937327620259 + }, + "sha256": "05a60a1cec2fd75460230396c6129269e4a130be49c72386d9deb1d42983d207", + "simhash": "1:93a4a33b920fc4be", + "word_count": 7376 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0244-01", + "first_page_order": 18, + "last_page_order": 25 + }, + { + "id": 6715036, + "name": "Allen v. Minor", + "name_abbreviation": "Allen v. Minor", + "decision_date": "1799-10", + "docket_number": "", + "first_page": "251", + "last_page": "251", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 70" + }, + { + "type": "official", + "cite": "6 Va. 70" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "11 Gratt. 505", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450981 + ], + "opinion_index": -1, + "case_paths": [ + "/va/52/0241-01" + ] + }, + { + "cite": "79 Va. 516", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 252, + "char_count": 3588, + "ocr_confidence": 0.486, + "pagerank": { + "raw": 2.59012631794546e-07, + "percentile": 0.8179951804139932 + }, + "sha256": "19b011abca572709786bd31f9ca81b616677bdef519ef062d3874ce93b79e767", + "simhash": "1:2c32fa0a7c797cdd", + "word_count": 634 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0251-01", + "first_page_order": 25, + "last_page_order": 25 + }, + { + "id": 6715087, + "name": "Selden v. King", + "name_abbreviation": "Selden v. King", + "decision_date": "1799-10", + "docket_number": "", + "first_page": "251", + "last_page": "258", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 72" + }, + { + "type": "official", + "cite": "6 Va. 72" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Bur. 228", + "category": "reporters:state", + "reporter": "Bur.", + "opinion_index": -1 + }, + { + "cite": "1 Will. 663", + "category": "reporters:state", + "reporter": "Will.", + "opinion_index": -1 + }, + { + "cite": "1 Will. 427", + "category": "reporters:state", + "reporter": "Will.", + "pin_cites": [ + { + "page": "234" + } + ], + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 1216, + "char_count": 42186, + "ocr_confidence": 0.498, + "pagerank": { + "raw": 4.5567062110217227e-07, + "percentile": 0.9246556459469258 + }, + "sha256": "8ee6dc7d4b4f5dbc18fd08c0e0043955f07c9bfe8ab88b61e9a3dac32c45df9f", + "simhash": "1:43e2ea32c07996a3", + "word_count": 7637 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0251-02", + "first_page_order": 25, + "last_page_order": 32 + }, + { + "id": 6715113, + "name": "Lawrason v. Davenport", + "name_abbreviation": "Lawrason v. Davenport", + "decision_date": "1799-10", + "docket_number": "", + "first_page": "258", + "last_page": "260", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 95" + }, + { + "type": "official", + "cite": "6 Va. 95" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 603, + "char_count": 13198, + "ocr_confidence": 0.494, + "pagerank": { + "raw": 3.5222336040122444e-07, + "percentile": 0.8838708357128157 + }, + "sha256": "216796783087038460cb4f83df9779dd961fa0776b306cceae8ef439af352779", + "simhash": "1:6aa6e6110e05e9cd", + "word_count": 2265 + }, + "last_updated": "2023-07-14T19:32:15.209021+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0258-01", + "first_page_order": 32, + "last_page_order": 34 + }, + { + "id": 6715138, + "name": "Jones v. Williams", + "name_abbreviation": "Jones v. Williams", + "decision_date": "1799-10", + "docket_number": "", + "first_page": "260", + "last_page": "262", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 102" + }, + { + "type": "official", + "cite": "6 Va. 102" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "20 W. Va. 299", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "8 S. E. Rep. 291", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "31 W. Va. 531", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "13 S. E. Rep. 438", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "88 Va. 345", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "13 S. E. Rep. 31", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "13 Gratt. 369", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Rob. 668", + "category": "reporters:state", + "reporter": "Rob.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 587", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 503, + "char_count": 8418, + "ocr_confidence": 0.497, + "pagerank": { + "raw": 7.050063621182799e-07, + "percentile": 0.9662459085452473 + }, + "sha256": "418c6f7f1903b8ad38e536296670be86b491bda59fbc402d1deef48c1b85ef2e", + "simhash": "1:ca0aa0cc134a65b7", + "word_count": 1444 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0260-01", + "first_page_order": 34, + "last_page_order": 36 + }, + { + "id": 6715160, + "name": "Coupland v. Anderson", + "name_abbreviation": "Coupland v. Anderson", + "decision_date": "1799-10", + "docket_number": "", + "first_page": "262", + "last_page": "263", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 106" + }, + { + "type": "official", + "cite": "6 Va. 106" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "9 Gratt. 684", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451085 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0337-01" + ] + } + ], + "analysis": { + "cardinality": 387, + "char_count": 7830, + "ocr_confidence": 0.508, + "pagerank": { + "raw": 3.181400720942235e-07, + "percentile": 0.8645465430610048 + }, + "sha256": "42a56b1f92c2d35b529241c121768cfacfd5d3792ac6b15620bd4c14a8294040", + "simhash": "1:0a02e476346ebe87", + "word_count": 1353 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0262-01", + "first_page_order": 36, + "last_page_order": 37 + }, + { + "id": 6715192, + "name": "Price, &c. v. Campbell", + "name_abbreviation": "Price v. Campbell", + "decision_date": "1799-10", + "docket_number": "", + "first_page": "263", + "last_page": "267", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 110" + }, + { + "type": "official", + "cite": "6 Va. 110" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "7 Leigh 208", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "20 Gratt. 698", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Call 62", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094950 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0026-01" + ] + }, + { + "cite": "5 Rand. 385", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "16 S. E. Rep. 513", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "37 W. Va. 290", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "4 Call 409", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "2 Munf. 436", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "4 H. & M. 490", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6729563, + 6729597 + ], + "opinion_index": -1, + "case_paths": [ + "/va/14/0959-05", + "/va/14/0959-06" + ] + }, + { + "cite": "5 Rand. 361", + "category": "reporters:state", + "reporter": "Rand.", + "pin_cites": [ + { + "page": "426" + } + ], + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 1095, + "char_count": 27696, + "ocr_confidence": 0.506, + "pagerank": { + "raw": 4.301889838484571e-07, + "percentile": 0.9167627147374229 + }, + "sha256": "c7df01646633af6b68f25d9a82e4247f57ea5ef9d944fd86a0ea99b1ff457198", + "simhash": "1:8d3febf496ebc179", + "word_count": 4923 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0263-01", + "first_page_order": 37, + "last_page_order": 41 + }, + { + "id": 6715243, + "name": "Eppes & al. Ex'rs of Wayles v. Randolph", + "name_abbreviation": "Eppes v. Randolph", + "decision_date": "1799-10", + "docket_number": "", + "first_page": "268", + "last_page": "288", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 125" + }, + { + "type": "official", + "cite": "6 Va. 125" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 Leigh 615", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "2 Munf. 368", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "370, 372, 373, 378" + } + ], + "opinion_index": -1 + }, + { + "cite": "3 Gratt. 54", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "11 Leigh 316", + "category": "reporters:state", + "reporter": "Leigh", + "pin_cites": [ + { + "page": "325" + } + ], + "opinion_index": -1 + }, + { + "cite": "6 Leigh 220", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "3 Leigh 293", + "category": "reporters:state", + "reporter": "Leigh", + "pin_cites": [ + { + "page": "296" + } + ], + "opinion_index": -1 + }, + { + "cite": "2 Rand. 533", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "1 Rand. 58", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 4443457 + ], + "opinion_index": -1, + "case_paths": [ + "/va/22/0031-01" + ] + }, + { + "cite": "3 Call 329", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716271 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0529-01" + ] + }, + { + "cite": "4 Johns. 130", + "category": "reporters:state", + "reporter": "Johns.", + "case_ids": [ + 2001847 + ], + "opinion_index": -1, + "case_paths": [ + "/johns/4/0130-01" + ] + }, + { + "cite": "2 Johns. 554", + "category": "reporters:state", + "reporter": "Johns.", + "opinion_index": -1 + }, + { + "cite": "2 Rand. 429", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "12 Gratt. 581", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "6 Munf. 185", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6725212 + ], + "opinion_index": -1, + "case_paths": [ + "/va/20/0680-02" + ] + }, + { + "cite": "2 Call 186", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "7 Gratt. 425", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449374 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/48/0172-01" + ] + }, + { + "cite": "20 W. Va. 596", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "6 Rand. 628", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "2 Gall 124", + "category": "reporters:federal", + "reporter": "Gall.", + "opinion_index": -1 + }, + { + "cite": "2 Gratt. 44", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6714755 + ], + "opinion_index": -1, + "case_paths": [ + "/va/43/0271-01" + ] + }, + { + "cite": "7 Leigh 341", + "category": "reporters:state", + "reporter": "Leigh", + "pin_cites": [ + { + "page": "345" + } + ], + "opinion_index": -1 + }, + { + "cite": "4 H. & M. 68", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "3 Call 333", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Rand. 234", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "4 H. & M. 121", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "2 Call 130", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "5 Call 291", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "13 Gratt. 564", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4437759 + ], + "opinion_index": -1, + "case_paths": [ + "/va/54/0225-01" + ] + }, + { + "cite": "4 Leigh 557", + "category": "reporters:state", + "reporter": "Leigh", + "pin_cites": [ + { + "page": "558, 560, 561, 563, 564, 567" + } + ], + "opinion_index": -1 + }, + { + "cite": "2 Wash. 63", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "27 H. 8", + "category": "reporters:state", + "reporter": "H.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 2567, + "char_count": 127823, + "ocr_confidence": 0.506, + "pagerank": { + "raw": 2.6867594326798317e-06, + "percentile": 0.9969142988645284 + }, + "sha256": "6625847559d14684af06da87b72a31a78268a8af0dd983f82ba059584088006f", + "simhash": "1:923e22275a0ec3c5", + "word_count": 22602 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0268-01", + "first_page_order": 42, + "last_page_order": 62 + }, + { + "id": 6715268, + "name": "Taliaferro v. Minor", + "name_abbreviation": "Taliaferro v. Minor", + "decision_date": "1799-10", + "docket_number": "", + "first_page": "288", + "last_page": "291", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 190" + }, + { + "type": "official", + "cite": "6 Va. 190" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Wash. 246", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716290 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0501-01" + ] + }, + { + "cite": "1 Wash. 226", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716112 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0491-01" + ] + }, + { + "cite": "11 Gratt. 447", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "11 Gratt. 422", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "8 Gratt. 60", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715081 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0436-02" + ] + }, + { + "cite": "3 Gratt. 518", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716062 + ], + "opinion_index": -1, + "case_paths": [ + "/va/44/0767-01" + ] + }, + { + "cite": "3 Munf. 289", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 129", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 661, + "char_count": 15364, + "ocr_confidence": 0.495, + "pagerank": { + "raw": 2.827150509820168e-07, + "percentile": 0.838864350778752 + }, + "sha256": "e8d6450d55aa2ad1fd4df4478da357ee7ea2a0bd3a4443b14d00bb6315f741bf", + "simhash": "1:365ee5a15f1eeeb3", + "word_count": 2656 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0288-01", + "first_page_order": 62, + "last_page_order": 65 + }, + { + "id": 6715293, + "name": "Anderson v. Anderson", + "name_abbreviation": "Anderson v. Anderson", + "decision_date": "1799-10", + "docket_number": "", + "first_page": "291", + "last_page": "293", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 198" + }, + { + "type": "official", + "cite": "6 Va. 198" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "9 S. E. Rep. 419", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "86 Va. 32", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "83 Gratt. 503", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "13 Gratt. 637", + "category": "reporters:state", + "reporter": "Gratt.", + "weight": 2, + "opinion_index": -1 + }, + { + "cite": "5 Rand. 211", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6732525 + ], + "opinion_index": -1, + "case_paths": [ + "/va/26/0374-01" + ] + }, + { + "cite": "1 Gratt. 347", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4448816 + ], + "weight": 2, + "pin_cites": [ + { + "page": "357" + } + ], + "opinion_index": -1, + "case_paths": [ + "/va/42/0138-01" + ] + }, + { + "cite": "5 Cranch 154", + "category": "reporters:scotus_early", + "reporter": "Cranch", + "case_ids": [ + 1446288, + 11644017 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/us/9/0154-01", + "/dc/5/0154-01" + ] + }, + { + "cite": "5 Rand. 325", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "5 Rand, 242", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "4 Rand. 500", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "4 Rand. 115", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 748, + "char_count": 18005, + "ocr_confidence": 0.468, + "pagerank": { + "raw": 5.29734378071263e-07, + "percentile": 0.9422977941957233 + }, + "sha256": "8f2a9a9d019d9492e1ea1747428e84e01e98d4618081dd9f44d99b2d3e380f1d", + "simhash": "1:9c8f86d39163b9b3", + "word_count": 3184 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0291-01", + "first_page_order": 65, + "last_page_order": 67 + }, + { + "id": 6715313, + "name": "Guerrant v. Tayloe", + "name_abbreviation": "Guerrant v. Tayloe", + "decision_date": "1800-04", + "docket_number": "", + "first_page": "294", + "last_page": "294", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 208" + }, + { + "type": "official", + "cite": "6 Va. 208" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 121, + "char_count": 1781, + "ocr_confidence": 0.525, + "pagerank": { + "raw": 4.0847938140094653e-08, + "percentile": 0.2666531909775435 + }, + "sha256": "bc27b2538d810b9873a0eb448ee26f94e85b8761828c67c8531d0d87c0aa6366", + "simhash": "1:2e0e4101290db4d0", + "word_count": 310 + }, + "last_updated": "2023-07-14T19:32:15.209021+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0294-01", + "first_page_order": 68, + "last_page_order": 68 + }, + { + "id": 6715336, + "name": "Spotswood v. Pendleton", + "name_abbreviation": "Spotswood v. Pendleton", + "decision_date": "1800-04", + "docket_number": "", + "first_page": "294", + "last_page": "295", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 209" + }, + { + "type": "official", + "cite": "6 Va. 209" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "9 Gratt. 183", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450402 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0084-01" + ] + } + ], + "analysis": { + "cardinality": 277, + "char_count": 5349, + "ocr_confidence": 0.515, + "pagerank": { + "raw": 6.240452537757627e-08, + "percentile": 0.38565935697409387 + }, + "sha256": "5fbad76df52fce141e0bd741936fd6efc66aca55305cc13668e37b3373bd54d9", + "simhash": "1:36040c26da4ac7c5", + "word_count": 909 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0294-02", + "first_page_order": 68, + "last_page_order": 69 + }, + { + "id": 6715360, + "name": "Brooke v. Gordon", + "name_abbreviation": "Brooke v. Gordon", + "decision_date": "1800-04", + "docket_number": "", + "first_page": "295", + "last_page": "295", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 212" + }, + { + "type": "official", + "cite": "6 Va. 212" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "27 Gratt. 541", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740405 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0584-01" + ] + } + ], + "analysis": { + "cardinality": 131, + "char_count": 1534, + "ocr_confidence": 0.487, + "pagerank": { + "raw": 9.83262058063844e-08, + "percentile": 0.5336104537368781 + }, + "sha256": "a27422de70575cdff0fb27b8c368d13963cf57a571732d22418967e3be6c01e6", + "simhash": "1:4a47bd52e997ec8e", + "word_count": 257 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0295-01", + "first_page_order": 69, + "last_page_order": 69 + }, + { + "id": 6715383, + "name": "Wilson v. Stevenson's Administrators", + "name_abbreviation": "Wilson v. Stevenson's Administrators", + "decision_date": "1800-04", + "docket_number": "", + "first_page": "295", + "last_page": "297", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 213" + }, + { + "type": "official", + "cite": "6 Va. 213" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "27 W. Va. 654", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640620 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/27/0654-01" + ] + }, + { + "cite": "28 Gratt. 183", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "6 Leigh 558", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "6 Munf. 181", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6725134 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/20/0678-01" + ] + }, + { + "cite": "37 W. Va. 656", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 92", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714789 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0426-01" + ] + } + ], + "analysis": { + "cardinality": 451, + "char_count": 10285, + "ocr_confidence": 0.511, + "pagerank": { + "raw": 3.5336615162926687e-07, + "percentile": 0.8844303277913114 + }, + "sha256": "b5554f446aa77f7dc4cb0397d516c1441e98b1eb25c9af77d0c635f5a66995d4", + "simhash": "1:3fa14020b8cadcb1", + "word_count": 1765 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0295-02", + "first_page_order": 69, + "last_page_order": 71 + }, + { + "id": 6715413, + "name": "Buck & Brander v. Copland", + "name_abbreviation": "Buck v. Copland", + "decision_date": "1800-04", + "docket_number": "", + "first_page": "297", + "last_page": "301", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 218" + }, + { + "type": "official", + "cite": "6 Va. 218" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Black. 600", + "category": "reporters:scotus_early", + "reporter": "Black", + "opinion_index": -1 + }, + { + "cite": "19 Gratt. 572", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 0 + }, + { + "cite": "28 Gratt. 657", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4432590 + ], + "opinion_index": 0, + "case_paths": [ + "/va/69/0208-01" + ] + }, + { + "cite": "27 Gratt. 119", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6739130 + ], + "opinion_index": 0, + "case_paths": [ + "/va/68/0409-01" + ] + }, + { + "cite": "3 Munf. 232", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6719150 + ], + "opinion_index": 0, + "case_paths": [ + "/va/17/0684-02" + ] + } + ], + "analysis": { + "cardinality": 909, + "char_count": 24925, + "ocr_confidence": 0.514, + "pagerank": { + "raw": 5.218929094042948e-07, + "percentile": 0.9407469315778642 + }, + "sha256": "905ef5d283f503943ab59c69a9dcd10e8e6793894231b99717f20859552460f5", + "simhash": "1:0663e3e23c40e488", + "word_count": 4465 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0297-01", + "first_page_order": 71, + "last_page_order": 75 + }, + { + "id": 6715438, + "name": "Meade v. Tate", + "name_abbreviation": "Meade v. Tate", + "decision_date": "1800-04", + "docket_number": "", + "first_page": "301", + "last_page": "301", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 231" + }, + { + "type": "official", + "cite": "6 Va. 231" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Call 458", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "10 Gratt. 159", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715134 + ], + "opinion_index": -1, + "case_paths": [ + "/va/51/0461-01" + ] + }, + { + "cite": "24 S. E. Rep. 547", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "42 W. Va. 132", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8638938 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/42/0132-01" + ] + }, + { + "cite": "26 S. E. Rep. 363", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "42 W. Va. 454", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639433 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/42/0454-01" + ] + }, + { + "cite": "8 S. E. Rep. 817", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "85 Va. 820", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4370944 + ], + "opinion_index": -1, + "case_paths": [ + "/va/85/0820-01" + ] + }, + { + "cite": "9 S. E. Rep. 13", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "85 Va. 908", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4370787 + ], + "opinion_index": -1, + "case_paths": [ + "/va/85/0908-01" + ] + }, + { + "cite": "26 Gratt. 112", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4434152 + ], + "opinion_index": -1, + "case_paths": [ + "/va/67/0048-01" + ] + }, + { + "cite": "4 Rand. 388", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "3 Rand. 563", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6715947 + ], + "opinion_index": -1, + "case_paths": [ + "/va/24/0705-01" + ] + }, + { + "cite": "10 Am. Dec. 519", + "category": "reporters:federal", + "reporter": "Am. Dec.", + "opinion_index": -1 + }, + { + "cite": "1 Rand. 319", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "3 H. & M. 467", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "2 Call 386", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 240, + "char_count": 3243, + "ocr_confidence": 0.478, + "pagerank": { + "raw": 4.232632874327556e-07, + "percentile": 0.914345006214648 + }, + "sha256": "0d3f3b54f8a2e5dea0c0ec425019856eb6cec90328fd9e767610b6c84137cc25", + "simhash": "1:9eb38f27d2152ec0", + "word_count": 576 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0301-01", + "first_page_order": 75, + "last_page_order": 75 + }, + { + "id": 6715471, + "name": "Henderson, &c. v. Hepburn, &c.", + "name_abbreviation": "Henderson v. Hepburn", + "decision_date": "1800-04", + "docket_number": "", + "first_page": "301", + "last_page": "304", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 232" + }, + { + "type": "official", + "cite": "6 Va. 232" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 660, + "char_count": 16232, + "ocr_confidence": 0.505, + "pagerank": { + "raw": 5.49270358004934e-07, + "percentile": 0.9460495573294041 + }, + "sha256": "3995582cd1f7faca9dba3bca52f734df2436b9e59b87e1d355643609512c27f9", + "simhash": "1:7f4368d05e1ffeec", + "word_count": 2893 + }, + "last_updated": "2023-07-14T19:32:15.209021+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0301-02", + "first_page_order": 75, + "last_page_order": 78 + }, + { + "id": 6715499, + "name": "Knox v. Garland", + "name_abbreviation": "Knox v. Garland", + "decision_date": "1800-04", + "docket_number": "", + "first_page": "304", + "last_page": "306", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 241" + }, + { + "type": "official", + "cite": "6 Va. 241" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Gratt. 364", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375147 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0364-01" + ] + }, + { + "cite": "10 W. Va. 167", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "3 H. & M. 237", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "1 H. & M. 563", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8695304 + ], + "opinion_index": -1, + "case_paths": [ + "/va/11/0250-02" + ] + }, + { + "cite": "1 H. & M. 54", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8685849 + ], + "opinion_index": -1, + "case_paths": [ + "/va/11/0035-02" + ] + }, + { + "cite": "3 Call 243", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715967 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0501-01" + ] + }, + { + "cite": "4 Rand. 386", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 4443654 + ], + "pin_cites": [ + { + "page": "390" + } + ], + "opinion_index": -1, + "case_paths": [ + "/va/25/0153-01" + ] + }, + { + "cite": "21 Gratt. 703", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "21 Gratt. 700", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6735004 + ], + "opinion_index": -1, + "case_paths": [ + "/va/62/0993-01" + ] + }, + { + "cite": "1 Rand. 213", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 4443731 + ], + "weight": 3, + "opinion_index": -1, + "case_paths": [ + "/va/22/0083-01" + ] + }, + { + "cite": "2 Leigh 474", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6727028 + ], + "weight": 2, + "pin_cites": [ + { + "page": "481" + } + ], + "opinion_index": -1, + "case_paths": [ + "/va/29/0399-01" + ] + }, + { + "cite": "26 W. Va. 661", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "2 Wash. 230", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 663, + "char_count": 16158, + "ocr_confidence": 0.482, + "pagerank": { + "raw": 2.915615699995379e-07, + "percentile": 0.8461248126821294 + }, + "sha256": "4274f015c9661080f0dd0402689bfd4ab4f83dd071c4f02d82b63f0848c69379", + "simhash": "1:9f07b69c094e4549", + "word_count": 2836 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0304-01", + "first_page_order": 78, + "last_page_order": 80 + }, + { + "id": 6715531, + "name": "Graham v. Woodson", + "name_abbreviation": "Graham v. Woodson", + "decision_date": "1800-04", + "docket_number": "", + "first_page": "306", + "last_page": "308", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 249" + }, + { + "type": "official", + "cite": "6 Va. 249" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Gall 406", + "category": "reporters:federal", + "reporter": "Gall.", + "opinion_index": -1 + }, + { + "cite": "4 Gratt. 1", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4374306 + ], + "opinion_index": -1, + "case_paths": [ + "/va/45/0001-01" + ] + }, + { + "cite": "3 H. & M. 491", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 466, + "char_count": 8981, + "ocr_confidence": 0.493, + "pagerank": { + "raw": 4.39443439234409e-07, + "percentile": 0.9197022683561861 + }, + "sha256": "c389ad0d5b5a9139d6125ece9b0ee73f955956abd42ddf07d11c0038cb2f8c18", + "simhash": "1:cc056731b5553001", + "word_count": 1578 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0306-01", + "first_page_order": 80, + "last_page_order": 82 + }, + { + "id": 6715554, + "name": "Skipwith v. Clinch", + "name_abbreviation": "Skipwith v. Clinch", + "decision_date": "1800-04", + "docket_number": "", + "first_page": "308", + "last_page": "309", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 253" + }, + { + "type": "official", + "cite": "6 Va. 253" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "27 Gratt. 541", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740405 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0584-01" + ] + }, + { + "cite": "3 Leigh 241", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6725488 + ], + "opinion_index": -1, + "case_paths": [ + "/va/30/0618-01" + ] + }, + { + "cite": "2 Leigh 650", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6728276 + ], + "opinion_index": -1, + "case_paths": [ + "/va/29/0461-01" + ] + }, + { + "cite": "2 Call 358", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716006 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0341-02" + ] + }, + { + "cite": "1 Wash. 172", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715545 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0464-01" + ] + }, + { + "cite": "24 Gratt. 404", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "3 H. & M. 406", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "5 Munf. 21", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6723013 + ], + "opinion_index": -1, + "case_paths": [ + "/va/19/0322-01" + ] + }, + { + "cite": "3 H. & M. 483", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "2 Call 419", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "5 Rand. 573", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "3 H. & M. 491", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "21 Gratt. 774", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "3 Aik. 579", + "category": "reporters:state", + "reporter": "Aik.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 8", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714224 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/1/0360-01" + ] + } + ], + "analysis": { + "cardinality": 548, + "char_count": 10046, + "ocr_confidence": 0.496, + "pagerank": { + "raw": 2.2368549242854774e-07, + "percentile": 0.7796736412045644 + }, + "sha256": "19d5c0af76f6b9edc99697f1c23d6cb9495677448f1d3028d276f3028a595fe2", + "simhash": "1:9c64c7f0076bc634", + "word_count": 1805 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0308-01", + "first_page_order": 82, + "last_page_order": 83 + }, + { + "id": 6715578, + "name": "Taliaferro v. Robb and al. Ex'rs of Gilchrist", + "name_abbreviation": "Taliaferro v. Robb", + "decision_date": "1800-04", + "docket_number": "", + "first_page": "309", + "last_page": "311", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 258" + }, + { + "type": "official", + "cite": "6 Va. 258" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "9 Gratt. 183", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450402 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0084-01" + ] + } + ], + "analysis": { + "cardinality": 548, + "char_count": 10972, + "ocr_confidence": 0.506, + "pagerank": { + "raw": 2.378067788978367e-07, + "percentile": 0.7965389101835667 + }, + "sha256": "cc711b898ca29c6c1273c044eeddbad979d97814028ed5c73c4a5104168797f0", + "simhash": "1:1aaeba20b852d454", + "word_count": 1926 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0309-01", + "first_page_order": 83, + "last_page_order": 85 + }, + { + "id": 6715612, + "name": "Ware v. Cary", + "name_abbreviation": "Ware v. Cary", + "decision_date": "1800-04", + "docket_number": "", + "first_page": "311", + "last_page": "314", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 263" + }, + { + "type": "official", + "cite": "6 Va. 263" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "10 Gratt. 159", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715134 + ], + "opinion_index": -1, + "case_paths": [ + "/va/51/0461-01" + ] + }, + { + "cite": "12 Gratt. 277", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715430 + ], + "opinion_index": -1, + "case_paths": [ + "/va/53/0578-01" + ] + }, + { + "cite": "14 Gratt. 501", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732443 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0553-01" + ] + }, + { + "cite": "14 Gratt. 514", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "4 Leigh 514", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "34 S. E. Rep. 464", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "97 Va. 562", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "4 Leigh 224", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6725301 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/31/0920-02" + ] + }, + { + "cite": "2 Wash. 156", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714751 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0690-03" + ] + } + ], + "analysis": { + "cardinality": 745, + "char_count": 19715, + "ocr_confidence": 0.496, + "pagerank": { + "raw": 4.831606019093911e-07, + "percentile": 0.9320634137357042 + }, + "sha256": "d2d586bfb1fdd1830574f26c8f0c296ac29d64348ccfe9349dd0fcf0e7eb0b18", + "simhash": "1:465aef2e53412987", + "word_count": 3523 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0311-01", + "first_page_order": 85, + "last_page_order": 88 + }, + { + "id": 6715638, + "name": "James v. M'Cubbin", + "name_abbreviation": "James v. M'Cubbin", + "decision_date": "1800-04", + "docket_number": "", + "first_page": "314", + "last_page": "315", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 273" + }, + { + "type": "official", + "cite": "6 Va. 273" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Wash. 159", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715393 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0458-01" + ] + }, + { + "cite": "3 H. & M. 132", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "11 S. E. Rep. 406", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "86 Va. 875", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "11 W. Va. 89", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 317, + "char_count": 4451, + "ocr_confidence": 0.486, + "pagerank": { + "raw": 1.55561162402269e-07, + "percentile": 0.6760270579481661 + }, + "sha256": "0b8323362149cdb75222b092e8c904cd610f3f8968984487b5771a117687fe87", + "simhash": "1:84df3f43971220b0", + "word_count": 789 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0314-01", + "first_page_order": 88, + "last_page_order": 89 + }, + { + "id": 6715664, + "name": "Walthall v. Johnston", + "name_abbreviation": "Walthall v. Johnston", + "decision_date": "1800-04", + "docket_number": "", + "first_page": "315", + "last_page": "315", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 275" + }, + { + "type": "official", + "cite": "6 Va. 275" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 142, + "char_count": 1763, + "ocr_confidence": 0.478, + "pagerank": { + "raw": 3.3761254217791766e-07, + "percentile": 0.8761188393609048 + }, + "sha256": "d600c72f6226bdc1509a64b868e84464a84536be323cb3f0a7966b29f8027ceb", + "simhash": "1:823a093abe160c01", + "word_count": 299 + }, + "last_updated": "2023-07-14T19:32:15.209021+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0315-01", + "first_page_order": 89, + "last_page_order": 89 + }, + { + "id": 6715686, + "name": "Mayo v. Clark", + "name_abbreviation": "Mayo v. Clark", + "decision_date": "1800-04", + "docket_number": "", + "first_page": "315", + "last_page": "316", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 276" + }, + { + "type": "official", + "cite": "6 Va. 276" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "11 Gratt. 292", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451461 + ], + "opinion_index": -1, + "case_paths": [ + "/va/52/0130-01" + ] + }, + { + "cite": "3 Hen. & M. 254", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "1 S. E. Rep. 348", + "category": "reporters:state_regional", + "reporter": "S.E.", + "pin_cites": [ + { + "page": "351" + } + ], + "opinion_index": -1 + }, + { + "cite": "29 W. Va. 78", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "81" + } + ], + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 136, + "char_count": 1545, + "ocr_confidence": 0.475, + "pagerank": { + "raw": 2.9958277447085984e-07, + "percentile": 0.8520579771253073 + }, + "sha256": "e6f9d254f95c289f60eaabc70780e6ff8a40db1aec0e8c5945303031ba1b9496", + "simhash": "1:be51e636a54b55ef", + "word_count": 272 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0315-02", + "first_page_order": 89, + "last_page_order": 90 + }, + { + "id": 6715714, + "name": "Skipwith v. Morton & Company", + "name_abbreviation": "Skipwith v. Morton", + "decision_date": "1800-04", + "docket_number": "", + "first_page": "316", + "last_page": "318", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 277" + }, + { + "type": "official", + "cite": "6 Va. 277" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Wash. 26", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714322 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0369-01" + ] + } + ], + "analysis": { + "cardinality": 562, + "char_count": 13131, + "ocr_confidence": 0.498, + "pagerank": { + "raw": 4.03580807328026e-08, + "percentile": 0.18081266513993674 + }, + "sha256": "4993ff54d0898874212acf0017e63bc8902ebe92de14e769e468e64ac6377f62", + "simhash": "1:1e263d7df06e859c", + "word_count": 2330 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0316-01", + "first_page_order": 90, + "last_page_order": 92 + }, + { + "id": 6715758, + "name": "Dunlop v. The Commonwealth", + "name_abbreviation": "Dunlop v. Commonwealth", + "decision_date": "1800-04", + "docket_number": "", + "first_page": "318", + "last_page": "318", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 284" + }, + { + "type": "official", + "cite": "6 Va. 284" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "25 W. Va. 616", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 H. & M. 407", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "5 Leigh 517", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "20 Gratt. 522", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 333, + "char_count": 4978, + "ocr_confidence": 0.509, + "pagerank": { + "raw": 6.164396537180561e-07, + "percentile": 0.9564910927239387 + }, + "sha256": "b57103438d9d050afe85c2ea00dce509473b1b2cdc15b1389ca270bd5bbe7265", + "simhash": "1:7a26f841d167f3f5", + "word_count": 868 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0318-01", + "first_page_order": 92, + "last_page_order": 92 + }, + { + "id": 6715790, + "name": "Nelson v. Anderson", + "name_abbreviation": "Nelson v. Anderson", + "decision_date": "1800-04", + "docket_number": "", + "first_page": "319", + "last_page": "320", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 286" + }, + { + "type": "official", + "cite": "6 Va. 286" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Wash. 138", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715107, + 6715085 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0447-02", + "/va/1/0447-01" + ] + } + ], + "analysis": { + "cardinality": 387, + "char_count": 7724, + "ocr_confidence": 0.478, + "pagerank": { + "raw": 2.3181068408277913e-07, + "percentile": 0.7895369575600739 + }, + "sha256": "d231b3d6e510d3304a1d1fbcebb5f0f9a5782aa4d53369251678c045c4991102", + "simhash": "1:91aefd628a796472", + "word_count": 1385 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0319-01", + "first_page_order": 93, + "last_page_order": 94 + }, + { + "id": 6715816, + "name": "Winston v. The Commonwealth", + "name_abbreviation": "Winston v. Commonwealth", + "decision_date": "1800-04", + "docket_number": "", + "first_page": "320", + "last_page": "322", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 290" + }, + { + "type": "official", + "cite": "6 Va. 290" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "21 Gratt. 107", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733444 + ], + "opinion_index": -1, + "case_paths": [ + "/va/62/0745-01" + ] + }, + { + "cite": "2 H. & M. 464", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 535, + "char_count": 13247, + "ocr_confidence": 0.48, + "pagerank": { + "raw": 1.847402976483905e-07, + "percentile": 0.7230255509104971 + }, + "sha256": "302191bcb772eb103cf6439449fcce96df12ee84ae3d180a51bf528b3cc20978", + "simhash": "1:7f5e2b0a0a18bd9e", + "word_count": 2304 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0320-01", + "first_page_order": 94, + "last_page_order": 96 + }, + { + "id": 6715863, + "name": "Walcott & al. v. Swan & al.", + "name_abbreviation": "Walcott v. Swan", + "decision_date": "1800-04", + "docket_number": "", + "first_page": "322", + "last_page": "327", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 298" + }, + { + "type": "official", + "cite": "6 Va. 298" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 Call 472", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716670 + ], + "opinion_index": -1, + "case_paths": [ + "/va/8/0792-01" + ] + } + ], + "analysis": { + "cardinality": 971, + "char_count": 30402, + "ocr_confidence": 0.496, + "pagerank": { + "raw": 3.412121717113371e-07, + "percentile": 0.8780650918258168 + }, + "sha256": "026996a7374f95f89a3cf2faf11b73595681dffd34f95f0629a88cb0edd2d8d8", + "simhash": "1:1f28251456441a71", + "word_count": 5258 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0322-01", + "first_page_order": 96, + "last_page_order": 101 + }, + { + "id": 6715905, + "name": "Higgenbotham v. Rucker", + "name_abbreviation": "Higgenbotham v. Rucker", + "decision_date": "1800-04", + "docket_number": "", + "first_page": "327", + "last_page": "329", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 313" + }, + { + "type": "official", + "cite": "6 Va. 313" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "8 Gratt. 578", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716353 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0674-01" + ] + }, + { + "cite": "3 Call 69", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715211 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0444-01" + ] + }, + { + "cite": "6 Munf. 455", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6728734 + ], + "opinion_index": -1, + "case_paths": [ + "/va/20/0806-02" + ] + }, + { + "cite": "6 Munf. 301", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6726574 + ], + "opinion_index": -1, + "case_paths": [ + "/va/20/0740-01" + ] + }, + { + "cite": "6 Munf. 187", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6725256 + ], + "opinion_index": -1, + "case_paths": [ + "/va/20/0681-01" + ] + }, + { + "cite": "6 Munf. 174", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6725045 + ], + "opinion_index": -1, + "case_paths": [ + "/va/20/0675-01" + ] + }, + { + "cite": "3 Hen. & M. 60", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "5 Call 156", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "3 Call 61", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "3 Call 351", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Leigh 335", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "5 Call 155", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "3 Call 68", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "2 Wash. 74", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714343 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0637-01" + ] + } + ], + "analysis": { + "cardinality": 586, + "char_count": 12363, + "ocr_confidence": 0.503, + "pagerank": { + "raw": 1.3702099525048036e-06, + "percentile": 0.990330324277593 + }, + "sha256": "49409c303b87fceebe0e96f6116b80cfe892bae372e5376afd4bb8b698532d33", + "simhash": "1:cdc78e30925fdab2", + "word_count": 2200 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0327-01", + "first_page_order": 101, + "last_page_order": 103 + }, + { + "id": 6715953, + "name": "Pleasants v. Pleasants", + "name_abbreviation": "Pleasants v. Pleasants", + "decision_date": "1800-04", + "docket_number": "", + "first_page": "329", + "last_page": "341", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 319" + }, + { + "type": "official", + "cite": "6 Va. 319" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Leigh 691", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "14 Gratt. 404", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "14 Gratt. 393", + "category": "reporters:state", + "reporter": "Gratt.", + "pin_cites": [ + { + "page": "394" + } + ], + "opinion_index": -1 + }, + { + "cite": "5 Gratt. 32", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "12 Gratt. 130", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "4 Leigh 163", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6725148 + ], + "opinion_index": -1, + "case_paths": [ + "/va/31/0899-01" + ] + }, + { + "cite": "1 Gratt. 327", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "14 Gratt. 297", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "32 Gratt 128", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Rand. 232", + "category": "reporters:state", + "reporter": "Rand.", + "pin_cites": [ + { + "page": "244, 246" + } + ], + "opinion_index": -1 + }, + { + "cite": "6 Rand. 560", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "5 Call 317", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "318, 327, 328, 330" + } + ], + "opinion_index": -1 + }, + { + "cite": "12 Gratt. 132", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "12 Gratt. 341", + "category": "reporters:state", + "reporter": "Gratt.", + "pin_cites": [ + { + "page": "342, 345, 347, 351, 355, 360, 361" + } + ], + "opinion_index": -1 + }, + { + "cite": "7 Leigh 715", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "5 Call 156", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "2 Munf. 491", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6720916 + ], + "opinion_index": -1, + "case_paths": [ + "/va/16/0540-01" + ] + }, + { + "cite": "2 Call 316", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 233", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716233 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0495-01" + ] + } + ], + "analysis": { + "cardinality": 1752, + "char_count": 74693, + "ocr_confidence": 0.496, + "pagerank": { + "raw": 1.2528513313236412e-06, + "percentile": 0.988631962712884 + }, + "sha256": "0e12d8d94166a296f3dc43069ca1bce9efd55968149a2ee94680b41ac73e430f", + "simhash": "1:16a7ea809348f5f0", + "word_count": 13155 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0329-01", + "first_page_order": 103, + "last_page_order": 115 + }, + { + "id": 6715978, + "name": "Braxton v. Andrews", + "name_abbreviation": "Braxton v. Andrews", + "decision_date": "1800-04", + "docket_number": "", + "first_page": "341", + "last_page": "341", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 357" + }, + { + "type": "official", + "cite": "6 Va. 357" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 84, + "char_count": 847, + "ocr_confidence": 0.444, + "sha256": "0cbee9271e3448d8b6c59be7de30da55cc6b03581053c058acce60c12b936d60", + "simhash": "1:541f2365bf5a4690", + "word_count": 150 + }, + "last_updated": "2023-07-14T19:32:15.209021+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0341-01", + "first_page_order": 115, + "last_page_order": 115 + }, + { + "id": 6716006, + "name": "M'Connico & al. Exrs. of Holloway v. Curzen", + "name_abbreviation": "M'Connico v. Curzen", + "decision_date": "1800-04", + "docket_number": "", + "first_page": "341", + "last_page": "344", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 358" + }, + { + "type": "official", + "cite": "6 Va. 358" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "27 Gratt. 541", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740405 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0584-01" + ] + }, + { + "cite": "2 Call 253", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715554 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0308-01" + ] + }, + { + "cite": "2 H. & M. 603", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6728020 + ], + "opinion_index": -1, + "case_paths": [ + "/va/12/0538-01" + ] + }, + { + "cite": "1 Wash. 172", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715545 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0464-01" + ] + }, + { + "cite": "24 Gratt. 494", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "33 Gratt. 251", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715459 + ], + "opinion_index": -1, + "case_paths": [ + "/va/74/0436-01" + ] + }, + { + "cite": "27 Gratt. 119", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6739130 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0409-01" + ] + }, + { + "cite": "2 Call 415", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716273 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0359-01" + ] + }, + { + "cite": "22 S. E. Rep. 167", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "91 Va. 438", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2336293 + ], + "opinion_index": -1, + "case_paths": [ + "/va/91/0438-01" + ] + }, + { + "cite": "7 Am. Dec. 681", + "category": "reporters:federal", + "reporter": "Am. Dec.", + "opinion_index": -1 + }, + { + "cite": "5 Munf. 34", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6723385 + ], + "opinion_index": -1, + "case_paths": [ + "/va/19/0332-01" + ] + }, + { + "cite": "3 Call 89", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715341 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/7/0451-01" + ] + }, + { + "cite": "5 Leigh 456", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 4445149 + ], + "opinion_index": -1, + "case_paths": [ + "/va/32/0174-01" + ] + }, + { + "cite": "1 Gratt. 96", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4448569 + ], + "opinion_index": -1, + "case_paths": [ + "/va/42/0049-01" + ] + }, + { + "cite": "1 Rob. 143", + "category": "reporters:state", + "reporter": "Rob.", + "opinion_index": -1 + }, + { + "cite": "4 H. & M. 432", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6727185 + ], + "opinion_index": -1, + "case_paths": [ + "/va/14/0939-03" + ] + }, + { + "cite": "3 Cranch 454", + "category": "reporters:scotus_early", + "reporter": "Cranch", + "case_ids": [ + 1427677 + ], + "opinion_index": -1, + "case_paths": [ + "/us/7/0272-01" + ] + } + ], + "analysis": { + "cardinality": 862, + "char_count": 20718, + "ocr_confidence": 0.497, + "pagerank": { + "raw": 7.162605017755774e-07, + "percentile": 0.9672538823692037 + }, + "sha256": "5024238e8a68e2fd8659f3b1031672fc0ff3d0eb3d2667a4e9e62ed695394359", + "simhash": "1:6dd3ad9656ad205b", + "word_count": 3575 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0341-02", + "first_page_order": 115, + "last_page_order": 118 + }, + { + "id": 6716036, + "name": "Glassel v. Delima", + "name_abbreviation": "Glassel v. Delima", + "decision_date": "1800-10", + "docket_number": "", + "first_page": "344", + "last_page": "345", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 368" + }, + { + "type": "official", + "cite": "6 Va. 368" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "21 Gratt. 107", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733444 + ], + "opinion_index": -1, + "case_paths": [ + "/va/62/0745-01" + ] + }, + { + "cite": "2 Call 213", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715383 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0295-02" + ] + }, + { + "cite": "2 Gall 368", + "category": "reporters:federal", + "reporter": "Gall.", + "case_ids": [ + 6131703 + ], + "opinion_index": -1, + "case_paths": [ + "/f-cas/1/1077-02" + ] + }, + { + "cite": "8 Gratt. 565", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 151, + "char_count": 2049, + "ocr_confidence": 0.541, + "pagerank": { + "raw": 2.052530765787451e-07, + "percentile": 0.7555442421546584 + }, + "sha256": "3f7445eefb2255f5805deaddd9b9f2c81ef07c654e0418c911ddb95f4df98916", + "simhash": "1:37ef0808e607330e", + "word_count": 338 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0344-01", + "first_page_order": 118, + "last_page_order": 119 + }, + { + "id": 6716066, + "name": "Stannard v. Graves & al. Ex'rs of Blaydes", + "name_abbreviation": "Stannard v. Graves", + "decision_date": "1800-10", + "docket_number": "", + "first_page": "344", + "last_page": "346", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 369" + }, + { + "type": "official", + "cite": "6 Va. 369" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Call 14", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "15" + } + ], + "opinion_index": -1 + }, + { + "cite": "25 Gratt. 473", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6724275 + ], + "opinion_index": -1, + "case_paths": [ + "/va/66/0451-01" + ] + }, + { + "cite": "28 Gratt. 49", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4432459 + ], + "opinion_index": -1, + "case_paths": [ + "/va/69/0028-01" + ] + }, + { + "cite": "20 Gratt. 527", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733935 + ], + "opinion_index": -1, + "case_paths": [ + "/va/61/0521-01" + ] + }, + { + "cite": "20 Gratt. 147", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733336 + ], + "opinion_index": -1, + "case_paths": [ + "/va/61/0394-01" + ] + }, + { + "cite": "11 W. Va. 584", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641317 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/11/0584-01" + ] + }, + { + "cite": "23 W. Va. 82", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "11 W. Va. 154", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "4 S. E. Rep. 575", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "84 Va. 102", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "9 Gratt. 302", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "20 Gratt. 154", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "28 S. E. Rep. 337", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "95 Va. 351", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "9 Gratt. 136", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450604 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0069-01" + ] + } + ], + "analysis": { + "cardinality": 516, + "char_count": 10910, + "ocr_confidence": 0.51, + "pagerank": { + "raw": 4.3665158137331347e-07, + "percentile": 0.9188180469208823 + }, + "sha256": "d4385218cc9502a2219fa0551816503a10632e5806552abd5c65b92a495bc222", + "simhash": "1:80614c0a7a5ef7b3", + "word_count": 1865 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0344-02", + "first_page_order": 118, + "last_page_order": 120 + }, + { + "id": 6716090, + "name": "Cooke v. Simms", + "name_abbreviation": "Cooke v. Simms", + "decision_date": "1800-10", + "docket_number": "", + "first_page": "346", + "last_page": "347", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 374" + }, + { + "type": "official", + "cite": "6 Va. 374" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 135, + "char_count": 1958, + "ocr_confidence": 0.518, + "pagerank": { + "raw": 2.0446031217563963e-07, + "percentile": 0.7521975219404683 + }, + "sha256": "6af481cd3121628e0c2fec4916c64d681a363d81a542611be915f92d77a596ce", + "simhash": "1:58aee96290da0ea8", + "word_count": 341 + }, + "last_updated": "2023-07-14T19:32:15.209021+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0346-01", + "first_page_order": 120, + "last_page_order": 121 + }, + { + "id": 6716114, + "name": "White v. Atkinson", + "name_abbreviation": "White v. Atkinson", + "decision_date": "1800-10", + "docket_number": "", + "first_page": "347", + "last_page": "347", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 376" + }, + { + "type": "official", + "cite": "6 Va. 376" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "77 Va. 784", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "77 Va. 374", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "1 Hen. & M. 14", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "5 Call 116", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "117" + } + ], + "opinion_index": -1 + }, + { + "cite": "22 Gratt. 666", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "5 W. Va. 507", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "15 W. Va. 544", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "10 W. Va. 250", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641357 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/10/0250-01" + ] + }, + { + "cite": "10 W. Va. 488", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641372 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/10/0488-01" + ] + }, + { + "cite": "9 Leigh 262", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "6 Leigh 399", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6718164 + ], + "opinion_index": -1, + "case_paths": [ + "/va/33/0436-01" + ] + }, + { + "cite": "3 Munf. 227", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6719015 + ], + "opinion_index": -1, + "case_paths": [ + "/va/17/0683-02" + ] + }, + { + "cite": "1 Hen. & M. 13", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8684359 + ], + "opinion_index": -1, + "case_paths": [ + "/va/11/0016-02" + ] + }, + { + "cite": "5 Call 115", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6714836 + ], + "opinion_index": -1, + "case_paths": [ + "/va/9/0900-01" + ] + }, + { + "cite": "18 W. Va. 252", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "2 Wash. 94", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714411 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0645-01" + ] + } + ], + "analysis": { + "cardinality": 363, + "char_count": 5803, + "ocr_confidence": 0.492, + "pagerank": { + "raw": 1.161701400234803e-06, + "percentile": 0.9869225966455959 + }, + "sha256": "fd3b147e21889b4101ea200587ba236234257c877be3002732c67a25b3c41582", + "simhash": "1:5bfd5e2bb744778a", + "word_count": 1036 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0347-01", + "first_page_order": 121, + "last_page_order": 121 + }, + { + "id": 6716147, + "name": "Kerr v. Dixon", + "name_abbreviation": "Kerr v. Dixon", + "decision_date": "1800-10", + "docket_number": "", + "first_page": "347", + "last_page": "351", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 379" + }, + { + "type": "official", + "cite": "6 Va. 379" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Munf. 304", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6719282 + ], + "opinion_index": -1, + "case_paths": [ + "/va/16/0465-02" + ] + }, + { + "cite": "2 Call 231", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715438 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0301-01" + ] + }, + { + "cite": "2 Munf. 148", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "1 H. & M. 154", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8687639 + ], + "opinion_index": -1, + "case_paths": [ + "/va/11/0079-02" + ] + }, + { + "cite": "2 Rand. 87", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6714384 + ], + "opinion_index": -1, + "case_paths": [ + "/va/23/0237-01" + ] + }, + { + "cite": "4 Leigh 481", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "3 H. & M. 388", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6725614 + ], + "opinion_index": -1, + "case_paths": [ + "/va/13/0701-01" + ] + }, + { + "cite": "7 Gratt. 524", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "10 Gratt. 250", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715501 + ], + "opinion_index": -1, + "case_paths": [ + "/va/51/0542-01" + ] + }, + { + "cite": "2 H. & M. 285", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "21 W. Va. 159", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "20 W. Va. 777", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "23 W. Va. 111", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "2 Munf. 304", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6719282 + ], + "pin_cites": [ + { + "page": "357" + } + ], + "opinion_index": 0, + "case_paths": [ + "/va/16/0465-02" + ] + } + ], + "analysis": { + "cardinality": 869, + "char_count": 21462, + "ocr_confidence": 0.514, + "pagerank": { + "raw": 2.8271040971171146e-07, + "percentile": 0.8388606826112256 + }, + "sha256": "e4008206599ebf707e24a02077782c378f76961e83591c06d2df1d017fb5e369", + "simhash": "1:567262a61fc0dd5a", + "word_count": 3790 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0347-02", + "first_page_order": 121, + "last_page_order": 125 + }, + { + "id": 6716167, + "name": "Mayo v. Clarke", + "name_abbreviation": "Mayo v. Clarke", + "decision_date": "1800-10", + "docket_number": "", + "first_page": "351", + "last_page": "351", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 389" + }, + { + "type": "official", + "cite": "6 Va. 389" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "8 Gratt. 457", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716085 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0589-01" + ] + }, + { + "cite": "3 H. & M. 257", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "6 Leigh 310", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 119, + "char_count": 1375, + "ocr_confidence": 0.483, + "pagerank": { + "raw": 5.596500624065284e-08, + "percentile": 0.3507783658429507 + }, + "sha256": "c92390ca211bc896ce4fe6da15c5ffcb9c77931dbc0f6c51b5e9dd187f1cbf42", + "simhash": "1:a790dee1e27924d0", + "word_count": 235 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0351-01", + "first_page_order": 125, + "last_page_order": 125 + }, + { + "id": 6716208, + "name": "Browne & al. v. Turberville & al.", + "name_abbreviation": "Browne v. Turberville", + "decision_date": "1800-10", + "docket_number": "", + "first_page": "351", + "last_page": "357", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 390" + }, + { + "type": "official", + "cite": "6 Va. 390" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "81 Va. 271", + "category": "reporters:state", + "reporter": "Va.", + "pin_cites": [ + { + "page": "273" + } + ], + "opinion_index": -1 + }, + { + "cite": "6 Rand. 361", + "category": "reporters:state", + "reporter": "Rand.", + "pin_cites": [ + { + "page": "366, 368, 429, 434, 438, 441" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Munf. 205", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "206, 208" + } + ], + "opinion_index": -1 + }, + { + "cite": "3 Call 115", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "120" + } + ], + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 1050, + "char_count": 36461, + "ocr_confidence": 0.501, + "pagerank": { + "raw": 5.335014226230059e-07, + "percentile": 0.9431103898335386 + }, + "sha256": "3f1cb69288f9091cb0baa5e75b70b5d640fda206ac54cc7fc74b529ee635973d", + "simhash": "1:d4a7c865ccee50f1", + "word_count": 6397 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0351-02", + "first_page_order": 125, + "last_page_order": 131 + }, + { + "id": 6716239, + "name": "Rose v. Murchie", + "name_abbreviation": "Rose v. Murchie", + "decision_date": "1800-10", + "docket_number": "", + "first_page": "357", + "last_page": "359", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 409" + }, + { + "type": "official", + "cite": "6 Va. 409" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Leigh 505", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "6 Munf. 34", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6723299 + ], + "opinion_index": -1, + "case_paths": [ + "/va/20/0612-02" + ] + }, + { + "cite": "5 Munf. 388", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6725885 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/19/0477-01" + ] + }, + { + "cite": "1 H. & M. 178", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8688089 + ], + "opinion_index": -1, + "case_paths": [ + "/va/11/0091-01" + ] + }, + { + "cite": "1 Wash. 77", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714678 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0392-02" + ] + }, + { + "cite": "4 Rand. 359", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 4444081 + ], + "opinion_index": -1, + "case_paths": [ + "/va/25/0144-01" + ] + } + ], + "analysis": { + "cardinality": 580, + "char_count": 12220, + "ocr_confidence": 0.519, + "pagerank": { + "raw": 3.86796124889903e-07, + "percentile": 0.9003578973137044 + }, + "sha256": "313bc43f4fa540c64ffb0a1b794a9fdc95a7c1a17b2c7b2b93eba29c5fe336aa", + "simhash": "1:a3a0c38d210a9d34", + "word_count": 2124 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0357-01", + "first_page_order": 131, + "last_page_order": 133 + }, + { + "id": 6716273, + "name": "Deans v. Scriba & al.", + "name_abbreviation": "Deans v. Scriba", + "decision_date": "1800-10", + "docket_number": "", + "first_page": "359", + "last_page": "361", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 415" + }, + { + "type": "official", + "cite": "6 Va. 415" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "27 Gratt. 541", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740405 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0584-01" + ] + }, + { + "cite": "3 Hen. & M. 499", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "4 Hen. & M. 361", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 197", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "3 Call 24", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "2 Call 358", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716006 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0341-02" + ] + }, + { + "cite": "27 Gratt. 676", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740842 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0661-01" + ] + } + ], + "analysis": { + "cardinality": 563, + "char_count": 11384, + "ocr_confidence": 0.515, + "pagerank": { + "raw": 3.771166722284622e-07, + "percentile": 0.896125025049723 + }, + "sha256": "d9a2d3002aca19a9ddd8f0c7f0ebdf1e2864db1f95a2df6479359e1f8e45974b", + "simhash": "1:e4b0b0269b0342e4", + "word_count": 1987 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0359-01", + "first_page_order": 133, + "last_page_order": 135 + }, + { + "id": 6716304, + "name": "Robertson v. Campbell and Wheeler", + "name_abbreviation": "Robertson v. Campbell", + "decision_date": "1800-10", + "docket_number": "", + "first_page": "361", + "last_page": "365", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 421" + }, + { + "type": "official", + "cite": "6 Va. 421" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "6 Gratt. 197", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 954846 + ], + "opinion_index": -1, + "case_paths": [ + "/va/47/0197-01" + ] + }, + { + "cite": "1 Gall 280", + "category": "reporters:federal", + "reporter": "Gall.", + "opinion_index": -1 + }, + { + "cite": "82 Va. 909", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "10 Leigh 263", + "category": "reporters:state", + "reporter": "Leigh", + "pin_cites": [ + { + "page": "267" + } + ], + "opinion_index": -1 + }, + { + "cite": "5 Leigh 484", + "category": "reporters:state", + "reporter": "Leigh", + "pin_cites": [ + { + "page": "439" + } + ], + "opinion_index": -1 + }, + { + "cite": "5 Leigh 343", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "38 S. E. Rep. 583", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "49 W. Va. 104", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8638022 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/49/0104-01" + ] + }, + { + "cite": "22 Gratt. 573", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4435245 + ], + "opinion_index": -1, + "case_paths": [ + "/va/63/0206-01" + ] + }, + { + "cite": "2 Leigh 161", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6725459 + ], + "opinion_index": -1, + "case_paths": [ + "/va/29/0289-01" + ] + }, + { + "cite": "4 Munf. 140", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 4442661 + ], + "opinion_index": -1, + "case_paths": [ + "/va/18/0061-01" + ] + }, + { + "cite": "1 Wash. 125", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714975 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0440-02" + ] + }, + { + "cite": "1 Wash. 14", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714287 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0364-01" + ] + }, + { + "cite": "2 Munf. 40", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "4 H. & M. 110", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "24 Gratt. 375", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "22 W. Va. 19", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "21 W. Va. 429", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "12 W. Va. 282", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "283" + } + ], + "opinion_index": -1 + }, + { + "cite": "8 W. Va. 125", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "4 W. Va. 9", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Va. Dec. 447", + "category": "reporters:state", + "reporter": "Va. Dec.", + "opinion_index": -1 + }, + { + "cite": "2 P. & H. 552", + "category": "reporters:state", + "reporter": "Patton & Heath", + "opinion_index": -1 + }, + { + "cite": "29 Gratt. 31", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "7 Leigh 580", + "category": "reporters:state", + "reporter": "Leigh", + "pin_cites": [ + { + "page": "587" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Wash. 17", + "category": "reporters:state", + "reporter": "Wash.", + "weight": 3, + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 968, + "char_count": 24179, + "ocr_confidence": 0.519, + "pagerank": { + "raw": 9.592917272263283e-07, + "percentile": 0.9813101072688022 + }, + "sha256": "8882068080eb1f1a508788a61e9fb915f30534b0808461b64203e14f75f27d1c", + "simhash": "1:c65e01b41daabaec", + "word_count": 4243 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0361-01", + "first_page_order": 135, + "last_page_order": 139 + }, + { + "id": 6716334, + "name": "Halcomb v. Flournoy", + "name_abbreviation": "Halcomb v. Flournoy", + "decision_date": "1800-10", + "docket_number": "", + "first_page": "365", + "last_page": "367", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 433" + }, + { + "type": "official", + "cite": "6 Va. 433" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "27 Gratt. 455", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740236 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0548-01" + ] + }, + { + "cite": "9 Gratt. 684", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451085 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0337-01" + ] + }, + { + "cite": "1 Call 380", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 613, + "char_count": 11171, + "ocr_confidence": 0.506, + "pagerank": { + "raw": 1.577392199216847e-07, + "percentile": 0.6797577773839324 + }, + "sha256": "92635decd3333c06c190a49eece57cf8c685b7497846336b362b99eeaa2afbce", + "simhash": "1:16664ca61a5d6517", + "word_count": 1940 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0365-01", + "first_page_order": 139, + "last_page_order": 141 + }, + { + "id": 6716367, + "name": "George Stephens v. James Cobun", + "name_abbreviation": "Stephens v. Cobun", + "decision_date": "1800-10", + "docket_number": "", + "first_page": "367", + "last_page": "369", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 440" + }, + { + "type": "official", + "cite": "6 Va. 440" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "7 Gratt. 425", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449374 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0172-01" + ] + }, + { + "cite": "2 Munf. 146", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "147" + } + ], + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 517, + "char_count": 11402, + "ocr_confidence": 0.487, + "pagerank": { + "raw": 1.6525096755049506e-07, + "percentile": 0.6929913674503803 + }, + "sha256": "36a54f9e44dd5cfdd43263351667916a6658d4409c2903c17b19da10693e0edd", + "simhash": "1:9d462fcc827274f0", + "word_count": 2016 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0367-01", + "first_page_order": 141, + "last_page_order": 143 + }, + { + "id": 6716421, + "name": "Wallace and Wife v. Taliaferro and Wife", + "name_abbreviation": "Wallace v. Taliaferro", + "decision_date": "1800-10", + "docket_number": "", + "first_page": "369", + "last_page": "383", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 447" + }, + { + "type": "official", + "cite": "6 Va. 447" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "6 Munf. 87", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6723997 + ], + "opinion_index": -1, + "case_paths": [ + "/va/20/0633-01" + ] + }, + { + "cite": "3 H. & M. 375", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "10 Gratt. 159", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715134 + ], + "opinion_index": -1, + "case_paths": [ + "/va/51/0461-01" + ] + }, + { + "cite": "14 Gratt. 441", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732298 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0533-01" + ] + }, + { + "cite": "1 Rand. 369", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "2 Leigh 423", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "75 Va. 149", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 392", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "13 Gratt. 192", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "8 Leigh 76", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "6 Munf. 70", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "3 Dev. 403", + "category": "reporters:state", + "reporter": "Dev.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 246", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716290 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0501-01" + ] + }, + { + "cite": "1 Wash. 26", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714322 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0369-01" + ] + }, + { + "cite": "1 Wash. 30", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714339 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/1/0371-01" + ] + }, + { + "cite": "2 Black. 433", + "category": "reporters:scotus_early", + "reporter": "Black", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 1921, + "char_count": 85636, + "ocr_confidence": 0.498, + "pagerank": { + "raw": 1.7742595057201606e-06, + "percentile": 0.9938546610246389 + }, + "sha256": "bafa1b23d4293816b1d6a33a85100883ccf64534d356ffd5fff6d201fe40330d", + "simhash": "1:03a7b910822cd5ec", + "word_count": 15090 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0369-01", + "first_page_order": 143, + "last_page_order": 157 + }, + { + "id": 6716450, + "name": "Drummond v. Sneed", + "name_abbreviation": "Drummond v. Sneed", + "decision_date": "1800-10", + "docket_number": "", + "first_page": "383", + "last_page": "384", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 491" + }, + { + "type": "official", + "cite": "6 Va. 491" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "10 Gratt. 159", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715134 + ], + "opinion_index": -1, + "case_paths": [ + "/va/51/0461-01" + ] + }, + { + "cite": "1 Wash. 30", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714339 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0371-01" + ] + }, + { + "cite": "2 Call 470", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "483, 489" + } + ], + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 353, + "char_count": 7096, + "ocr_confidence": 0.474, + "pagerank": { + "raw": 1.0873401050065135e-07, + "percentile": 0.564210114180402 + }, + "sha256": "2d39f4867d9f683ffc50dae8e0e24f3717e12d0cfedaa026f930549e72fcd3af", + "simhash": "1:8b44a65292400734", + "word_count": 1277 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0383-01", + "first_page_order": 157, + "last_page_order": 158 + }, + { + "id": 6716479, + "name": "Blane v. Sansum", + "name_abbreviation": "Blane v. Sansum", + "decision_date": "1800-10", + "docket_number": "", + "first_page": "384", + "last_page": "384", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 495" + }, + { + "type": "official", + "cite": "6 Va. 495" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Call 496", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716500 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0384-02" + ] + }, + { + "cite": "3 Munf. 116", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "8 Leigh 92", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 204, + "char_count": 2594, + "ocr_confidence": 0.504, + "pagerank": { + "raw": 9.457773485678358e-08, + "percentile": 0.5173917475497606 + }, + "sha256": "3936b34b62421a8689f132fe570ffe71019a27fa37f9060e3f6ff069ceaca1a3", + "simhash": "1:1c65ac46183f65e5", + "word_count": 465 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0384-01", + "first_page_order": 158, + "last_page_order": 158 + }, + { + "id": 6716500, + "name": "Mackey v. Fuqua", + "name_abbreviation": "Mackey v. Fuqua", + "decision_date": "1800-10", + "docket_number": "", + "first_page": "384", + "last_page": "385", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 496" + }, + { + "type": "official", + "cite": "6 Va. 496" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 115, + "char_count": 1294, + "ocr_confidence": 0.512, + "pagerank": { + "raw": 2.5965091339721065e-07, + "percentile": 0.8191101102805608 + }, + "sha256": "42be2b459682404f248b9ca62dbc7b3464692b496e4e273eb5e42674bd693ca7", + "simhash": "1:dc162e626e56ba37", + "word_count": 226 + }, + "last_updated": "2023-07-14T19:32:15.209021+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0384-02", + "first_page_order": 158, + "last_page_order": 159 + }, + { + "id": 6716521, + "name": "Hepburn v. Lewis", + "name_abbreviation": "Hepburn v. Lewis", + "decision_date": "1800-10", + "docket_number": "", + "first_page": "385", + "last_page": "385", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 497" + }, + { + "type": "official", + "cite": "6 Va. 497" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Rand. 165", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6714723 + ], + "opinion_index": -1, + "case_paths": [ + "/va/24/0509-01" + ] + }, + { + "cite": "6 Munf. 397", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6727716, + 6727764 + ], + "opinion_index": -1, + "case_paths": [ + "/va/20/0784-01", + "/va/20/0784-02" + ] + }, + { + "cite": "5 Munf. 187", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6724449 + ], + "opinion_index": -1, + "case_paths": [ + "/va/19/0393-01" + ] + }, + { + "cite": "4 Munf. 323", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 4441904, + 4441951 + ], + "opinion_index": -1, + "case_paths": [ + "/va/18/0139-01", + "/va/18/0139-02" + ] + }, + { + "cite": "5 Munf. 276", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6725111 + ], + "opinion_index": -1, + "case_paths": [ + "/va/19/0433-01" + ] + }, + { + "cite": "3 Munf. 202", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6718818 + ], + "opinion_index": -1, + "case_paths": [ + "/va/17/0674-01" + ] + }, + { + "cite": "3 Munf. 136", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6718144 + ], + "opinion_index": -1, + "case_paths": [ + "/va/17/0651-01" + ] + }, + { + "cite": "1 Munf. 160", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 2094060 + ], + "opinion_index": -1, + "case_paths": [ + "/va/15/0069-01" + ] + }, + { + "cite": "3 Leigh 616", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "2 Munf. 151", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "77 Va. 124", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "1 H. & M. 421", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "3 Munf. 146", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "155" + } + ], + "opinion_index": -1 + }, + { + "cite": "18 W. Va. 316", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 226, + "char_count": 2784, + "ocr_confidence": 0.417, + "pagerank": { + "raw": 4.942499345190132e-07, + "percentile": 0.9347361564322862 + }, + "sha256": "05bc4f63ac89c8f0d3f1bc713370e9e9eda06c3a5238b2757ff72d716e25f009", + "simhash": "1:10e1ad228d8ae041", + "word_count": 481 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0385-01", + "first_page_order": 159, + "last_page_order": 159 + }, + { + "id": 6716559, + "name": "Herbert v. Alexander", + "name_abbreviation": "Herbert v. Alexander", + "decision_date": "1800-10", + "docket_number": "", + "first_page": "385", + "last_page": "388", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 498" + }, + { + "type": "official", + "cite": "6 Va. 498" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "32 Gratt. 107", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4431176 + ], + "opinion_index": -1, + "case_paths": [ + "/va/73/0050-01" + ] + }, + { + "cite": "27 Gratt. 632", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740719 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0643-01" + ] + }, + { + "cite": "1 Rand. 383", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 644, + "char_count": 16202, + "ocr_confidence": 0.487, + "pagerank": { + "raw": 5.367150262786834e-07, + "percentile": 0.9437102317548243 + }, + "sha256": "f3876063743440b6680f6b292a6dfada7c1f08ab0885e15af9f76950cf7ce247", + "simhash": "1:1a6684a3d450a4c9", + "word_count": 2810 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0385-02", + "first_page_order": 159, + "last_page_order": 162 + }, + { + "id": 6716582, + "name": "Home v. Richards", + "name_abbreviation": "Home v. Richards", + "decision_date": "1800-10", + "docket_number": "", + "first_page": "388", + "last_page": "388", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 507" + }, + { + "type": "official", + "cite": "6 Va. 507" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "6 Rand. 446", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "76 Va. 874", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "5 Leigh 603", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "4 H. & M. 18", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "8 Gratt. 88", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715245 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0446-01" + ] + } + ], + "analysis": { + "cardinality": 145, + "char_count": 1529, + "ocr_confidence": 0.487, + "pagerank": { + "raw": 4.688403287882615e-08, + "percentile": 0.18477092057940725 + }, + "sha256": "9e1c0080fc6421583b68162bc9421d58805531a35816665dc5efa24fe1073d9e", + "simhash": "1:664db5e0a2e18b75", + "word_count": 259 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0388-01", + "first_page_order": 162, + "last_page_order": 162 + }, + { + "id": 6716606, + "name": "Downman & al. Exrs. of Downman v. Downman & al.", + "name_abbreviation": "Downman v. Downman", + "decision_date": "1800-10", + "docket_number": "", + "first_page": "388", + "last_page": "388", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 507" + }, + { + "type": "official", + "cite": "6 Va. 507" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "18 Gratt. 801", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733925 + ], + "opinion_index": -1, + "case_paths": [ + "/va/59/0792-01" + ] + }, + { + "cite": "30 Gratt. 198", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "9 Gratt. 312", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451203 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0153-01" + ] + }, + { + "cite": "5 Gratt. 212", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375341 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0212-01" + ] + }, + { + "cite": "2 Call 426", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "3 W. Va. 261", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 160, + "char_count": 2044, + "ocr_confidence": 0.48, + "pagerank": { + "raw": 2.1995933875888662e-07, + "percentile": 0.7675417422004631 + }, + "sha256": "09efae26195c8686f84a61101d41fb76124f71d1888beb5a12ff12670297e134", + "simhash": "1:4c47de0bb64675e5", + "word_count": 337 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0388-02", + "first_page_order": 162, + "last_page_order": 162 + }, + { + "id": 6716624, + "name": "Alexander v. Herbert", + "name_abbreviation": "Alexander v. Herbert", + "decision_date": "1800-10", + "docket_number": "", + "first_page": "388", + "last_page": "389", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 508" + }, + { + "type": "official", + "cite": "6 Va. 508" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Munf. 211", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 204, + "char_count": 2860, + "ocr_confidence": 0.495, + "pagerank": { + "raw": 9.826485705964059e-08, + "percentile": 0.5334455792596402 + }, + "sha256": "344aaf04bfa3724bcd6fc8577dfc19dab73d251c1ca6bd28ed869a741cef7e34", + "simhash": "1:0ef4122b8f7ebe5f", + "word_count": 479 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0388-03", + "first_page_order": 162, + "last_page_order": 163 + }, + { + "id": 6716646, + "name": "Branch & al. v. The Commonwealth", + "name_abbreviation": "Branch v. Commonwealth", + "decision_date": "1800-10", + "docket_number": "", + "first_page": "389", + "last_page": "390", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 510" + }, + { + "type": "official", + "cite": "6 Va. 510" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "17 Gratt. 124", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732911 + ], + "opinion_index": -1, + "case_paths": [ + "/va/58/0278-01" + ] + }, + { + "cite": "16 Gratt. 330", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "15 Gratt. 186", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 H. & M. 464", + "category": "reporters:state", + "reporter": "Hen. & M.", + "pin_cites": [ + { + "page": "466" + } + ], + "opinion_index": -1 + }, + { + "cite": "2 H. & M. 456", + "category": "reporters:state", + "reporter": "Hen. & M.", + "pin_cites": [ + { + "page": "457" + } + ], + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 411, + "char_count": 7301, + "ocr_confidence": 0.492, + "pagerank": { + "raw": 3.618723273324195e-07, + "percentile": 0.8885697583140948 + }, + "sha256": "f6ae0b52ba7d5974142807566fc7c57fe4091c8c410307f029369d7d8f7636d1", + "simhash": "1:ae68531bea48edb0", + "word_count": 1251 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0389-01", + "first_page_order": 163, + "last_page_order": 164 + }, + { + "id": 6716672, + "name": "Martin and Jones Executors of Fairfax v. Stover", + "name_abbreviation": "Martin v. Stover", + "decision_date": "1801-04", + "docket_number": "", + "first_page": "390", + "last_page": "391", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 514" + }, + { + "type": "official", + "cite": "6 Va. 514" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Wash. 220", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "11 Gratt. 307", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Call 561", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094979 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0203-01" + ] + }, + { + "cite": "3 Rand. 114", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 357", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6717375 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0574-01" + ] + }, + { + "cite": "1 Wash. 203", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715920 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0479-01" + ] + }, + { + "cite": "2 Wash. 172", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714858 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0697-01" + ] + } + ], + "analysis": { + "cardinality": 517, + "char_count": 9740, + "ocr_confidence": 0.517, + "pagerank": { + "raw": 1.8125223389170934e-07, + "percentile": 0.7180051809970388 + }, + "sha256": "b737b3eac3de0fc2b9e1ec3fbb1924bc10ae9072c260b3ac0aeb895319b0db20", + "simhash": "1:bb819521df560299", + "word_count": 1667 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0390-01", + "first_page_order": 164, + "last_page_order": 165 + }, + { + "id": 6716705, + "name": "Morris and Wife v. Owen and Wife and Edwards et e Contra", + "name_abbreviation": "Morris v. Owen", + "decision_date": "1801-04", + "docket_number": "", + "first_page": "391", + "last_page": "394", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 520" + }, + { + "type": "official", + "cite": "6 Va. 520" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "13 W. Va. 661", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "13 W. Va. 562", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "6 Call 104", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "17 Gratt. 349", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733368 + ], + "opinion_index": -1, + "case_paths": [ + "/va/58/0375-01" + ] + }, + { + "cite": "33 S. E. Rep. 603", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "97 Va. 328", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "82 Va. 596", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "6 Munf. 356", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "82 Va. 595", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 724, + "char_count": 17097, + "ocr_confidence": 0.5, + "pagerank": { + "raw": 6.887504154285431e-07, + "percentile": 0.9646684034474596 + }, + "sha256": "7e0508e35dd6668d3e1f5905bd5aae73491effb88361bbdd64781562a40498fb", + "simhash": "1:5be59736880cf39d", + "word_count": 2983 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0391-01", + "first_page_order": 165, + "last_page_order": 168 + }, + { + "id": 6716733, + "name": "Richardson v. Johnston", + "name_abbreviation": "Richardson v. Johnston", + "decision_date": "1801-04", + "docket_number": "", + "first_page": "394", + "last_page": "395", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 527" + }, + { + "type": "official", + "cite": "6 Va. 527" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Munf. 175", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 2094039 + ], + "opinion_index": -1, + "case_paths": [ + "/va/15/0075-01" + ] + }, + { + "cite": "2 Wash. 136", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714528 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0665-01" + ] + }, + { + "cite": "3 Call 269", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "4 Hen. & M. 253", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6725445 + ], + "pin_cites": [ + { + "page": "256" + } + ], + "opinion_index": -1, + "case_paths": [ + "/va/14/0878-01" + ] + }, + { + "cite": "2 Hen. & M. 124", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6725682 + ], + "pin_cites": [ + { + "page": "130" + } + ], + "opinion_index": -1, + "case_paths": [ + "/va/12/0354-01" + ] + } + ], + "analysis": { + "cardinality": 380, + "char_count": 5464, + "ocr_confidence": 0.512, + "pagerank": { + "raw": 3.2546422092323946e-07, + "percentile": 0.869152603105432 + }, + "sha256": "03586a23d28ca2cfb9c1e248a72811da229389d0308cb7305820be4503566ab8", + "simhash": "1:9af3a22b3e7202cf", + "word_count": 937 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0394-01", + "first_page_order": 168, + "last_page_order": 169 + }, + { + "id": 6716759, + "name": "Cunningham v. Herndon", + "name_abbreviation": "Cunningham v. Herndon", + "decision_date": "1801-04", + "docket_number": "", + "first_page": "395", + "last_page": "397", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 530" + }, + { + "type": "official", + "cite": "6 Va. 530" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 H. & M. 200", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6725110 + ], + "opinion_index": -1, + "case_paths": [ + "/va/14/0860-01" + ] + }, + { + "cite": "1 Wash. 202", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 8530590 + ], + "opinion_index": 0, + "case_paths": [ + "/wash/1/0202-01" + ] + }, + { + "cite": "2 Wash. 232", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": 0 + }, + { + "cite": "2 Wash. 219", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 473, + "char_count": 10251, + "ocr_confidence": 0.524, + "pagerank": { + "raw": 1.7353972855101804e-07, + "percentile": 0.7062079681093376 + }, + "sha256": "1e20f21a81656d23a398094f0436e61488c1bf49c5337a5e9a496300b0c33089", + "simhash": "1:d4e30eb07850bac1", + "word_count": 1791 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0395-01", + "first_page_order": 169, + "last_page_order": 171 + }, + { + "id": 6716786, + "name": "Skipwith v. Clinch", + "name_abbreviation": "Skipwith v. Clinch", + "decision_date": "1801-04", + "docket_number": "", + "first_page": "397", + "last_page": "397", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 536" + }, + { + "type": "official", + "cite": "6 Va. 536" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 84, + "char_count": 868, + "ocr_confidence": 0.495, + "sha256": "d550055b6647d0e5db21618c48fb62149ff7ca2e6da8fc05d1e70456faa581d5", + "simhash": "1:7079276b8fd02d1a", + "word_count": 153 + }, + "last_updated": "2023-07-14T19:32:15.209021+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0397-01", + "first_page_order": 171, + "last_page_order": 171 + }, + { + "id": 6716836, + "name": "Randolphs Ex'rs v. Randolphs Ex'rs", + "name_abbreviation": "Randolphs Ex'rs v. Randolphs Ex'rs", + "decision_date": "1801-04", + "docket_number": "", + "first_page": "397", + "last_page": "400", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 397" + }, + { + "type": "official", + "cite": "6 Va. 397" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 759, + "char_count": 18640, + "ocr_confidence": 0.496, + "pagerank": { + "raw": 5.676830387708631e-08, + "percentile": 0.3549645172363331 + }, + "sha256": "4f481db68f67f129d9a0be87886697bf5fc5faa72f3ebb3f2aa96abf86122911", + "simhash": "1:01ee2644de449c71", + "word_count": 3261 + }, + "last_updated": "2023-07-14T19:32:15.209021+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0397-02", + "first_page_order": 171, + "last_page_order": 174 + }, + { + "id": 6716879, + "name": "Field v. Culbreath", + "name_abbreviation": "Field v. Culbreath", + "decision_date": "1801-04", + "docket_number": "", + "first_page": "400", + "last_page": "402", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 547" + }, + { + "type": "official", + "cite": "6 Va. 547" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "6 Call 36", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "37, 40, 43" + } + ], + "opinion_index": -1 + }, + { + "cite": "5 Call 274", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "15 Gratt. 347", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 723, + "char_count": 16182, + "ocr_confidence": 0.497, + "pagerank": { + "raw": 2.878789464924151e-07, + "percentile": 0.8433887458303554 + }, + "sha256": "c946441a8281cffafdd2c12c224e0986c6e5d9dfb3f1ba35f8c2a16a11e0b809", + "simhash": "1:e2a088699241cc66", + "word_count": 2821 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0400-01", + "first_page_order": 174, + "last_page_order": 176 + }, + { + "id": 6716918, + "name": "Hyers & al. v. Green", + "name_abbreviation": "Hyers v. Green", + "decision_date": "1801-04", + "docket_number": "", + "first_page": "403", + "last_page": "408", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 555" + }, + { + "type": "official", + "cite": "6 Va. 555" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Gratt. 364", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375147 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0364-01" + ] + }, + { + "cite": "2 Call 586", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "588" + } + ], + "opinion_index": -1 + }, + { + "cite": "5 Rand. 10", + "category": "reporters:state", + "reporter": "Rand.", + "pin_cites": [ + { + "page": "11" + } + ], + "opinion_index": -1 + }, + { + "cite": "9 Leigh 30", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "78 Va. 713", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 152", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "18 W. 6", + "category": "reporters:state", + "reporter": "W.", + "opinion_index": -1 + }, + { + "cite": "52 W. 100", + "category": "reporters:state", + "reporter": "W.", + "opinion_index": -1 + }, + { + "cite": "83 W. 48", + "category": "reporters:state", + "reporter": "W.", + "opinion_index": -1 + }, + { + "cite": "49 W. 160", + "category": "reporters:state", + "reporter": "W.", + "opinion_index": -1 + }, + { + "cite": "60 W. 248", + "category": "reporters:state", + "reporter": "W.", + "opinion_index": -1 + }, + { + "cite": "77 W. 400", + "category": "reporters:state", + "reporter": "W.", + "opinion_index": -1 + }, + { + "cite": "25 W. 106", + "category": "reporters:state", + "reporter": "W.", + "opinion_index": -1 + }, + { + "cite": "15 W. 40", + "category": "reporters:state", + "reporter": "W.", + "opinion_index": -1 + }, + { + "cite": "49 W. 100", + "category": "reporters:state", + "reporter": "W.", + "opinion_index": -1 + }, + { + "cite": "80 W. 48", + "category": "reporters:state", + "reporter": "W.", + "opinion_index": -1 + }, + { + "cite": "52 W. 160", + "category": "reporters:state", + "reporter": "W.", + "opinion_index": -1 + }, + { + "cite": "57 W. 248", + "category": "reporters:state", + "reporter": "W.", + "opinion_index": -1 + }, + { + "cite": "74 W. 400", + "category": "reporters:state", + "reporter": "W.", + "opinion_index": -1 + }, + { + "cite": "28 W. 106", + "category": "reporters:state", + "reporter": "W.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 1217, + "char_count": 35497, + "ocr_confidence": 0.492, + "pagerank": { + "raw": 4.834341056284625e-07, + "percentile": 0.9321305991198715 + }, + "sha256": "819fbbaefd299c1aeb522e9bcc5ca7aa5fa0370459fa5011d18afa1d62cc088e", + "simhash": "1:17f54f4312d1ce86", + "word_count": 6332 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0403-01", + "first_page_order": 177, + "last_page_order": 182 + }, + { + "id": 6716952, + "name": "Hyers & al. v. Wood", + "name_abbreviation": "Hyers v. Wood", + "decision_date": "1801-04", + "docket_number": "", + "first_page": "408", + "last_page": "414", + "citations": [ + { + "type": "nominative", + "cite": "2 Call 574" + }, + { + "type": "official", + "cite": "6 Va. 574" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Wash. 26", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714322 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0369-01" + ] + }, + { + "cite": "15 W. 40", + "category": "reporters:state", + "reporter": "W.", + "opinion_index": -1 + }, + { + "cite": "49 W. 100", + "category": "reporters:state", + "reporter": "W.", + "opinion_index": -1 + }, + { + "cite": "80 W. 48", + "category": "reporters:state", + "reporter": "W.", + "opinion_index": -1 + }, + { + "cite": "52 W. 160", + "category": "reporters:state", + "reporter": "W.", + "opinion_index": -1 + }, + { + "cite": "57 W. 248", + "category": "reporters:state", + "reporter": "W.", + "opinion_index": -1 + }, + { + "cite": "74 W. 400", + "category": "reporters:state", + "reporter": "W.", + "opinion_index": -1 + }, + { + "cite": "28 W. 106", + "category": "reporters:state", + "reporter": "W.", + "opinion_index": -1 + }, + { + "cite": "3 Rand, 578", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "83 Va. 249", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "5 Gratt. 364", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375147 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0364-01" + ] + }, + { + "cite": "23 Gratt. 619", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6727422 + ], + "opinion_index": -1, + "case_paths": [ + "/va/64/0611-01" + ] + }, + { + "cite": "12 Leigh 533", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "6 Leigh 82", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6717247 + ], + "opinion_index": -1, + "case_paths": [ + "/va/33/0334-01" + ] + }, + { + "cite": "5 Rand. 10", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 150", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715247 + ], + "opinion_index": 0, + "case_paths": [ + "/va/1/0453-01" + ] + } + ], + "analysis": { + "cardinality": 1203, + "char_count": 38346, + "ocr_confidence": 0.503, + "pagerank": { + "raw": 2.6286287372606807e-07, + "percentile": 0.8220056458890074 + }, + "sha256": "f65bbf602d4e20deaeee86f66eaf65bc8ae6c786f6104aff707a99ca4b22bd6a", + "simhash": "1:86a524e1d1fa7ff3", + "word_count": 6895 + }, + "last_updated": "2024-02-27T21:04:27.582398+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0408-01", + "first_page_order": 182, + "last_page_order": 188 + } +] diff --git a/test/stdlib_basics/legal/cases_metadata/va_report_vol_7_CasesMetadata.json b/test/stdlib_basics/legal/cases_metadata/va_report_vol_7_CasesMetadata.json new file mode 100644 index 00000000..8cc44228 --- /dev/null +++ b/test/stdlib_basics/legal/cases_metadata/va_report_vol_7_CasesMetadata.json @@ -0,0 +1,10702 @@ +[ + { + "id": 6714793, + "name": "Bogle and Others v. Conway's Ex'rs", + "name_abbreviation": "Bogle v. Conway's Ex'rs", + "decision_date": "1801-04-24", + "docket_number": "", + "first_page": "423", + "last_page": "423", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 1" + }, + { + "type": "official", + "cite": "7 Va. 1" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Hen. & M. 89", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6724367 + ], + "pin_cites": [ + { + "page": "104" + } + ], + "opinion_index": -1, + "case_paths": [ + "/va/13/0597-01" + ] + }, + { + "cite": "4 Leigh 483", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "4 Leigh 528", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 303", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716890 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0528-01" + ] + } + ], + "analysis": { + "cardinality": 289, + "char_count": 4404, + "ocr_confidence": 0.491, + "pagerank": { + "raw": 3.5662041379525074e-07, + "percentile": 0.8860591872344681 + }, + "sha256": "8df2a7b0a0fbf881f7c735a290255ee36b806c47b255a1ba745c77658b587dff", + "simhash": "1:23e9cce49c62eaf9", + "word_count": 759 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0423-01", + "first_page_order": 3, + "last_page_order": 3 + }, + { + "id": 6714816, + "name": "Ellis v. Thilman", + "name_abbreviation": "Ellis v. Thilman", + "decision_date": "1801-05-01", + "docket_number": "", + "first_page": "423", + "last_page": "424", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 3" + }, + { + "type": "official", + "cite": "7 Va. 3" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Call 440", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "2 Munf. 20", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "21, 24" + } + ], + "opinion_index": -1 + }, + { + "cite": "15 Gratt. 396", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "40 S. E. Rep. 463", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "11 W. Va. 289", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "2 W. Va. 255", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 302, + "char_count": 4189, + "ocr_confidence": 0.521, + "pagerank": { + "raw": 6.366422227480457e-07, + "percentile": 0.9590240589316211 + }, + "sha256": "9534d9bed92c2a7ecebd61763ebe103df9ed70d8d5296b4db66d785b1fa3a1c6", + "simhash": "1:90a345611ac2d0f7", + "word_count": 725 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0423-02", + "first_page_order": 3, + "last_page_order": 4 + }, + { + "id": 6714837, + "name": "Lyne v. Gilliat", + "name_abbreviation": "Lyne v. Gilliat", + "decision_date": "1801-04-16", + "docket_number": "", + "first_page": "424", + "last_page": "424", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 5" + }, + { + "type": "official", + "cite": "7 Va. 5" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 W. Va. 50", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641438 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/5/0050-01" + ] + }, + { + "cite": "23 W. Va. 324", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "20 W. Va. 478", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 177, + "char_count": 2167, + "ocr_confidence": 0.526, + "pagerank": { + "raw": 1.6281445301102156e-07, + "percentile": 0.6884420674718874 + }, + "sha256": "9c0ecc606f527ed3a03ce53b96161e996d68361acf928f36ce94c827c915abe0", + "simhash": "1:cf2222b9920c7cb1", + "word_count": 374 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0424-01", + "first_page_order": 4, + "last_page_order": 4 + }, + { + "id": 6714861, + "name": "The Commonwealth v. Garth", + "name_abbreviation": "Commonwealth v. Garth", + "decision_date": "1801-04-22", + "docket_number": "", + "first_page": "424", + "last_page": "425", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 6" + }, + { + "type": "official", + "cite": "7 Va. 6" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 298, + "char_count": 4958, + "ocr_confidence": 0.502, + "pagerank": { + "raw": 6.502225539906234e-08, + "percentile": 0.4000598104368247 + }, + "sha256": "e348b2713c29f868c6ae9cc7d8278bfa2776a8a4aee5de14192f41b5a262d1ae", + "simhash": "1:12a308081610eae6", + "word_count": 856 + }, + "last_updated": "2023-07-14T20:37:52.352644+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0424-02", + "first_page_order": 4, + "last_page_order": 5 + }, + { + "id": 6714882, + "name": "Mandeville & Jameson v. Patton & Scott", + "name_abbreviation": "Mandeville v. Patton", + "decision_date": "1801-04-15", + "docket_number": "", + "first_page": "425", + "last_page": "426", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 9" + }, + { + "type": "official", + "cite": "7 Va. 9" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "9 Gratt. 622", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450541 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0279-01" + ] + }, + { + "cite": "1 Call 497", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094943 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0181-01" + ] + } + ], + "analysis": { + "cardinality": 264, + "char_count": 3591, + "ocr_confidence": 0.539, + "pagerank": { + "raw": 6.930167818793082e-08, + "percentile": 0.4204526982075017 + }, + "sha256": "8c38a002b48bacaaeb940da9aee63486b0439403d613d2b30338d15333a142e4", + "simhash": "1:f1a42121cceffe0e", + "word_count": 602 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0425-01", + "first_page_order": 5, + "last_page_order": 6 + }, + { + "id": 6714901, + "name": "Jett, Ex'r, of Bernard v. Bernard", + "name_abbreviation": "Jett v. Bernard", + "decision_date": "1801-04-23", + "docket_number": "", + "first_page": "426", + "last_page": "426", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 11" + }, + { + "type": "official", + "cite": "7 Va. 11" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 271, + "char_count": 4057, + "ocr_confidence": 0.545, + "pagerank": { + "raw": 5.8591662004228935e-08, + "percentile": 0.36404342492554587 + }, + "sha256": "a2f560b31505e92fe2db6e3f99d923b6da5c108a97ba65850e3db0dd4dac89cc", + "simhash": "1:e99ba67c9ddaf784", + "word_count": 700 + }, + "last_updated": "2023-07-14T20:37:52.352644+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0426-01", + "first_page_order": 6, + "last_page_order": 6 + }, + { + "id": 6714922, + "name": "Washington v. Smith", + "name_abbreviation": "Washington v. Smith", + "decision_date": "1801-05-01", + "docket_number": "", + "first_page": "427", + "last_page": "427", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 13" + }, + { + "type": "official", + "cite": "7 Va. 13" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "21 Gratt. 107", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733444 + ], + "opinion_index": -1, + "case_paths": [ + "/va/62/0745-01" + ] + } + ], + "analysis": { + "cardinality": 55, + "char_count": 543, + "ocr_confidence": 0.501, + "sha256": "9da3a60acd6ee7e44ed3fea5ecd701c26dde69ea485a9a7cea3325178d7688a1", + "simhash": "1:981e62b4a793d63b", + "word_count": 88 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0427-01", + "first_page_order": 7, + "last_page_order": 7 + }, + { + "id": 6714956, + "name": "Fitzhugh et ux. v. Foote et al.", + "name_abbreviation": "Fitzhugh v. Foote", + "decision_date": "1801-04-29", + "docket_number": "", + "first_page": "427", + "last_page": "428", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 13" + }, + { + "type": "official", + "cite": "7 Va. 13" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "25 Gratt. 587", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6724868 + ], + "opinion_index": -1, + "case_paths": [ + "/va/66/0487-01" + ] + }, + { + "cite": "3 Hen. & M. 60", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "5 Leigh 88", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 4445353 + ], + "opinion_index": -1, + "case_paths": [ + "/va/32/0042-01" + ] + } + ], + "analysis": { + "cardinality": 539, + "char_count": 11443, + "ocr_confidence": 0.52, + "sha256": "10a2d99fc2b07ca4dbba639e4a1ef05ce998923d2266da14a492130df63d4148", + "simhash": "1:4eba6038902c56f4", + "word_count": 1985 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0427-02", + "first_page_order": 7, + "last_page_order": 8 + }, + { + "id": 6714978, + "name": "Mackey, Ex'r v. Fuqua and Others", + "name_abbreviation": "Mackey v. Fuqua", + "decision_date": "1801-04-27", + "docket_number": "", + "first_page": "428", + "last_page": "430", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 19" + }, + { + "type": "official", + "cite": "7 Va. 19" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "6 Leigh 603", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "13 W. Va. 216", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "7 Leigh 68", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6717018 + ], + "opinion_index": -1, + "case_paths": [ + "/va/34/0568-01" + ] + }, + { + "cite": "9 W. Va. 281", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 328, + "char_count": 7231, + "ocr_confidence": 0.474, + "pagerank": { + "raw": 2.237808954074779e-07, + "percentile": 0.77976746906866 + }, + "sha256": "677e331ecbfc6dbb1da48da3827f0cc6cfdf2f31fe93f6ab443a2cc3a10d3d54", + "simhash": "1:1aa6ad66fa7732df", + "word_count": 1259 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0428-01", + "first_page_order": 8, + "last_page_order": 10 + }, + { + "id": 6715005, + "name": "Brewer v. Hastie & Co.", + "name_abbreviation": "Brewer v. Hastie", + "decision_date": "1801-04-21", + "docket_number": "", + "first_page": "430", + "last_page": "430", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 22" + }, + { + "type": "official", + "cite": "7 Va. 22" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Call 415", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716273 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0359-01" + ] + }, + { + "cite": "1 Munf. 197", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "27 Gratt. 541", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740405 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0584-01" + ] + }, + { + "cite": "1 Call 133", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094935 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0052-01" + ] + }, + { + "cite": "28 Gratt. 213", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "27 Gratt. 543", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "6 Am. Law Reg. 220", + "category": "reporters:state", + "reporter": "Am. Law Reg.", + "opinion_index": -1 + }, + { + "cite": "4 Call 605", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6717161 + ], + "opinion_index": -1, + "case_paths": [ + "/va/8/0836-01" + ] + }, + { + "cite": "1 Call 115", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "2 Call 415", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716273 + ], + "opinion_index": 0, + "case_paths": [ + "/va/6/0359-01" + ] + }, + { + "cite": "1 Call 133", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094935 + ], + "opinion_index": 0, + "case_paths": [ + "/va/5/0052-01" + ] + } + ], + "analysis": { + "cardinality": 325, + "char_count": 5115, + "ocr_confidence": 0.536, + "pagerank": { + "raw": 4.939966617356834e-07, + "percentile": 0.9346820992266345 + }, + "sha256": "bf213dee6e941d48f46be0d0bd50d70f3948d8f36138f867e0899ff9d063a9cc", + "simhash": "1:1db7f1be774cf3bd", + "word_count": 875 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0430-01", + "first_page_order": 10, + "last_page_order": 10 + }, + { + "id": 6715048, + "name": "Chisholm v. Starke and Others", + "name_abbreviation": "Chisholm v. Starke", + "decision_date": "1901-04-28", + "docket_number": "", + "first_page": "430", + "last_page": "431", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 25" + }, + { + "type": "official", + "cite": "7 Va. 25" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "10 S. E. Rep. 22", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "33 W. Va. 74", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "18 W. Va. 252", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "253" + } + ], + "opinion_index": -1 + }, + { + "cite": "17 W. Va. 679", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "11 Gratt. 18", + "category": "reporters:state", + "reporter": "Gratt.", + "pin_cites": [ + { + "page": "19" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Wash. 308", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716985, + 8530758 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0534-01", + "/wash/1/0308-01" + ] + } + ], + "analysis": { + "cardinality": 399, + "char_count": 6584, + "ocr_confidence": 0.519, + "sha256": "69755310b0eb066d3dc72f7efb5deb5d68a6396c7d36754f6c648993bb4666d6", + "simhash": "1:1c95a04d06257bf5", + "word_count": 1149 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0430-02", + "first_page_order": 10, + "last_page_order": 11 + }, + { + "id": 6715082, + "name": "Currie v. Martin", + "name_abbreviation": "Currie v. Martin", + "decision_date": "1802-10-29", + "docket_number": "", + "first_page": "431", + "last_page": "436", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 28" + }, + { + "type": "official", + "cite": "7 Va. 28" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Munf. 214", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "5 Rand. 527", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "6 Call 42", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "6 Call 41", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "11 Gratt. 314", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "15 Gratt. 347", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "11 Gratt. 818", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Call, 298", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715863 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0322-01" + ] + }, + { + "cite": "1 Call, 206", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094967 + ], + "weight": 3, + "opinion_index": -1, + "case_paths": [ + "/va/5/0078-01" + ] + }, + { + "cite": "2 Call, 547", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716879 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0400-01" + ] + } + ], + "analysis": { + "cardinality": 946, + "char_count": 25687, + "ocr_confidence": 0.496, + "pagerank": { + "raw": 3.439472089020511e-07, + "percentile": 0.879576376846681 + }, + "sha256": "9221a7a3382a790fb7bfc47c97f055e130e61fbdb62723ae9861180c5a463f5e", + "simhash": "1:92767d2296db187b", + "word_count": 4558 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0431-01", + "first_page_order": 11, + "last_page_order": 16 + }, + { + "id": 6715109, + "name": "Russell v. Clayton", + "name_abbreviation": "Russell v. Clayton", + "decision_date": "1801-05-13", + "docket_number": "", + "first_page": "436", + "last_page": "436", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 41" + }, + { + "type": "official", + "cite": "7 Va. 41" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Wash. 130", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714499 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0662-01" + ] + } + ], + "analysis": { + "cardinality": 255, + "char_count": 4112, + "ocr_confidence": 0.5, + "pagerank": { + "raw": 4.392552054677732e-08, + "percentile": 0.27565777000898506 + }, + "sha256": "37e4283f2e05187c7e796e5adb4b96bed96af56d819a4ce2073a443605ba3053", + "simhash": "1:edc9c6283405358a", + "word_count": 724 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0436-01", + "first_page_order": 16, + "last_page_order": 16 + }, + { + "id": 6715136, + "name": "Bullock v. Goodall & Clough", + "name_abbreviation": "Bullock v. Goodall", + "decision_date": "1801-10-14", + "docket_number": "", + "first_page": "436", + "last_page": "438", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 44" + }, + { + "type": "official", + "cite": "7 Va. 44" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "28 Gratt. 657", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4432590 + ], + "opinion_index": -1, + "case_paths": [ + "/va/69/0208-01" + ] + }, + { + "cite": "1 Call 224", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094980 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0085-01" + ] + }, + { + "cite": "1 Call 147", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094924 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0057-01" + ] + }, + { + "cite": "5 Leigh 366", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "6 Munf. 564", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "565, 566, 572" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Call 390", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Call 382", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094901 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0141-01" + ] + } + ], + "analysis": { + "cardinality": 590, + "char_count": 12749, + "ocr_confidence": 0.486, + "pagerank": { + "raw": 1.9383574462709697e-07, + "percentile": 0.7351907389195277 + }, + "sha256": "82b8c181bcd6d8235c1e2d3e7bb7ce4a8235954e478c6afa67d253cc7d3657f7", + "simhash": "1:5133c6e2b7683144", + "word_count": 2233 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0436-02", + "first_page_order": 16, + "last_page_order": 18 + }, + { + "id": 6715182, + "name": "Bradley v. Mosby; and Walton v. Mosby", + "name_abbreviation": "Bradley v. Mosby", + "decision_date": "1801-10-21", + "docket_number": "", + "first_page": "438", + "last_page": "444", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 50" + }, + { + "type": "official", + "cite": "7 Va. 50" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "11 Leigh 412", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "12 Gratt, 147", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Call 338", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094938 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0126-01" + ] + }, + { + "cite": "2 Call 313", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715905 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0327-01" + ] + }, + { + "cite": "1 Call 338", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094938 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/5/0126-01" + ] + }, + { + "cite": "2 Call 313", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715905 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/6/0327-01" + ] + } + ], + "analysis": { + "cardinality": 1176, + "char_count": 37727, + "ocr_confidence": 0.497, + "pagerank": { + "raw": 2.2815324219245184e-07, + "percentile": 0.7852243509177562 + }, + "sha256": "793bc431473a9722856def39c470950be28b80108a5c3921e929c2e8a720aec8", + "simhash": "1:1be7a1c08a42d45c", + "word_count": 6809 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0438-01", + "first_page_order": 18, + "last_page_order": 24 + }, + { + "id": 6715211, + "name": "Croughton v. Duval", + "name_abbreviation": "Croughton v. Duval", + "decision_date": "1801-10-29", + "docket_number": "", + "first_page": "444", + "last_page": "446", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 69" + }, + { + "type": "official", + "cite": "7 Va. 69" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Rand. 414", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 4444088 + ], + "opinion_index": -1, + "case_paths": [ + "/va/22/0164-02" + ] + }, + { + "cite": "4 Rand. 115", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "26 S. E. Rep. 436", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "42 W. Va. 382", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "3 Call 74", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "4 Rand. 104", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 4443945 + ], + "opinion_index": -1, + "case_paths": [ + "/va/25/0051-01" + ] + }, + { + "cite": "2 Rand. 328", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "6 Munf. 6", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6722868 + ], + "opinion_index": -1, + "case_paths": [ + "/va/20/0599-01" + ] + }, + { + "cite": "7 Leigh 262", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "3 Gall 73", + "category": "reporters:federal", + "reporter": "Gall.", + "opinion_index": -1 + }, + { + "cite": "24 S. E. Rep. 1001", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "41 W. Va. 785", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "25 Gratt. 553", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "6 W. Va. 128", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640985 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/6/0128-01" + ] + }, + { + "cite": "2 Rand. 337", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "28 W. Va. 575", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "3 Leigh 554", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 668, + "char_count": 12542, + "ocr_confidence": 0.49, + "pagerank": { + "raw": 1.1213460633898385e-06, + "percentile": 0.9860516964502564 + }, + "sha256": "a7ff5c63d35491002b1a43b426cc0f0f75d1014165385cb4bf0f9e5824e3dc7b", + "simhash": "1:927b853ede6f8cd1", + "word_count": 2239 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0444-01", + "first_page_order": 24, + "last_page_order": 26 + }, + { + "id": 6715234, + "name": "Fleming v. Bolling", + "name_abbreviation": "Fleming v. Bolling", + "decision_date": "1801-10-26", + "docket_number": "", + "first_page": "446", + "last_page": "450", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 75" + }, + { + "type": "official", + "cite": "7 Va. 75" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Wash. 53", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714478 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0381-01" + ] + }, + { + "cite": "3 Rand. 312", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 53", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714478 + ], + "pin_cites": [ + { + "page": "64" + } + ], + "opinion_index": 0, + "case_paths": [ + "/va/1/0381-01" + ] + } + ], + "analysis": { + "cardinality": 794, + "char_count": 21354, + "ocr_confidence": 0.499, + "pagerank": { + "raw": 1.333493452170769e-07, + "percentile": 0.6295114116691746 + }, + "sha256": "842c8715ebc19e8cf133a6e2cee3251547e35a20ffe3e36b579abed577bce60f", + "simhash": "1:8373c5111c0ae419", + "word_count": 3777 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0446-01", + "first_page_order": 26, + "last_page_order": 30 + }, + { + "id": 6715279, + "name": "Jordan and Others v. Murray", + "name_abbreviation": "Jordan v. Murray", + "decision_date": "1801-11-07", + "docket_number": "", + "first_page": "450", + "last_page": "450", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 85" + }, + { + "type": "official", + "cite": "7 Va. 85" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Munf. 101", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6723754 + ], + "opinion_index": -1, + "case_paths": [ + "/va/19/0358-01" + ] + }, + { + "cite": "3 Hen. & M. 455", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "6 Munf. 357", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 139", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715137 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0447-03" + ] + }, + { + "cite": "9 Leigh 251", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "6 Leigh 493", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 139", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715137 + ], + "opinion_index": 0, + "case_paths": [ + "/va/1/0447-03" + ] + } + ], + "analysis": { + "cardinality": 229, + "char_count": 3475, + "ocr_confidence": 0.489, + "pagerank": { + "raw": 5.736903329220229e-07, + "percentile": 0.9502389907674154 + }, + "sha256": "0c788be0538c90eaa344f56426a20d45f7dea072234a2d0219944f9a2a768b90", + "simhash": "1:8aa6ee61b75c02dc", + "word_count": 606 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0450-01", + "first_page_order": 30, + "last_page_order": 30 + }, + { + "id": 6715306, + "name": "Skipwith v. Clinch", + "name_abbreviation": "Skipwith v. Clinch", + "decision_date": "1801-11-14", + "docket_number": "", + "first_page": "450", + "last_page": "451", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 86" + }, + { + "type": "official", + "cite": "7 Va. 86" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 Hen. & M. 362", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 277, + "char_count": 4794, + "ocr_confidence": 0.487, + "pagerank": { + "raw": 4.456583025697791e-08, + "percentile": 0.2794257503043614 + }, + "sha256": "39b5a61eb85cfc34ab7928cfdbb2a85c01f289b5a2766ed814c21012aba06945", + "simhash": "1:c5afa561774aff36", + "word_count": 839 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0450-02", + "first_page_order": 30, + "last_page_order": 31 + }, + { + "id": 6715341, + "name": "Wm. Alexander &c. Appellants v. Robert Morris, Appellee; Wm. Alexander, Appellant v. Robert Morris, Appellee; Wm. Alexander & Co Appellants v. John Tayloe Griffin, Appellee; Wm. Alexander, Appellant, on Behalf of Himself & Co. v. J. T. Griffin & R. Morris, Appellees; Alexander J. Alexander, Appellant v. J. T. Griffin, R. Morris, W. Alexander, George Gray & E. M'Nair, Appellees", + "name_abbreviation": "Alexander v. Morris", + "decision_date": "1801-11-14", + "docket_number": "", + "first_page": "451", + "last_page": "456", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 89" + }, + { + "type": "official", + "cite": "7 Va. 89" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "27 Gratt. 119", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6739130 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0409-01" + ] + }, + { + "cite": "1 Munf. 127", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 532", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "1 Call 500", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094970 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/5/0182-01" + ] + }, + { + "cite": "1 Wash. 164", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715464 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0460-01" + ] + }, + { + "cite": "1 Wash. 1", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714178 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0357-01" + ] + }, + { + "cite": "1 Call 500", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094970 + ], + "opinion_index": 0, + "case_paths": [ + "/va/5/0182-01" + ] + }, + { + "cite": "1 Wash. 164", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715464 + ], + "opinion_index": 0, + "case_paths": [ + "/va/1/0460-01" + ] + }, + { + "cite": "1 Wash. 1", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714178 + ], + "opinion_index": 0, + "case_paths": [ + "/va/1/0357-01" + ] + } + ], + "analysis": { + "cardinality": 1169, + "char_count": 32975, + "ocr_confidence": 0.486, + "pagerank": { + "raw": 2.888227269314643e-07, + "percentile": 0.84410983034146 + }, + "sha256": "7003b606e683d06f491609b36eb2354f730e2ca80dcf01ca11254abb76b6772e", + "simhash": "1:94d727831eced002", + "word_count": 5682 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0451-01", + "first_page_order": 31, + "last_page_order": 36 + }, + { + "id": 6715381, + "name": "Tomlinson and Others v. Dillard", + "name_abbreviation": "Tomlinson v. Dillard", + "decision_date": "1801-11-13", + "docket_number": "", + "first_page": "456", + "last_page": "462", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 105" + }, + { + "type": "official", + "cite": "7 Va. 105" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "23 Gratt. 444", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6726746 + ], + "opinion_index": -1, + "case_paths": [ + "/va/64/0555-01" + ] + }, + { + "cite": "1 Munf. 183", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 2094065 + ], + "opinion_index": -1, + "case_paths": [ + "/va/15/0077-01" + ] + }, + { + "cite": "6 Munf. 281", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6726390 + ], + "opinion_index": -1, + "case_paths": [ + "/va/20/0716-02" + ] + }, + { + "cite": "2 Munf. 279", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6718872 + ], + "opinion_index": -1, + "case_paths": [ + "/va/16/0456-01" + ] + }, + { + "cite": "1 Munf. 339", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 2094019 + ], + "opinion_index": -1, + "case_paths": [ + "/va/15/0134-01" + ] + }, + { + "cite": "2 Call 390", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716208 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0351-02" + ] + } + ], + "analysis": { + "cardinality": 1071, + "char_count": 34491, + "ocr_confidence": 0.508, + "pagerank": { + "raw": 4.2655325970564344e-07, + "percentile": 0.9155466206717071 + }, + "sha256": "edc49f9fcad26ea66b45e07c097a021efbb24cd20b0b4a3a6022a0393b22e273", + "simhash": "1:1590c94de0ecf14f", + "word_count": 6044 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0456-01", + "first_page_order": 36, + "last_page_order": 42 + }, + { + "id": 6715440, + "name": "Commonwealth v. Beaumarchais", + "name_abbreviation": "Commonwealth v. Beaumarchais", + "decision_date": "1801-11-02", + "docket_number": "", + "first_page": "462", + "last_page": "481", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 122" + }, + { + "type": "official", + "cite": "7 Va. 122" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Munf. 103", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "9 Leigh 280", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "9 Leigh 290", + "category": "reporters:state", + "reporter": "Leigh", + "pin_cites": [ + { + "page": "291" + } + ], + "opinion_index": -1 + }, + { + "cite": "15 W. Va. 326", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "329, 332" + } + ], + "opinion_index": -1 + }, + { + "cite": "22 Gratt. 671", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "3 Hen. & M. 561", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "21 Gratt. 774", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "18 Gratt. 705", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "18 Gratt. 450", + "category": "reporters:state", + "reporter": "Gratt.", + "pin_cites": [ + { + "page": "451" + } + ], + "opinion_index": -1 + }, + { + "cite": "5 Call 108", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "110" + } + ], + "opinion_index": -1 + }, + { + "cite": "3 Hen. & M. 557", + "category": "reporters:state", + "reporter": "Hen. & M.", + "pin_cites": [ + { + "page": "559" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Wash. 78", + "category": "reporters:state", + "reporter": "Wash.", + "pin_cites": [ + { + "page": "352, 194, 94" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Wash. 139", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715137 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0447-03" + ] + }, + { + "cite": "2 Wash. 36", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714195, + 6714212 + ], + "pin_cites": [ + { + "page": "300, 301" + } + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0620-01", + "/va/2/0620-02" + ] + }, + { + "cite": "1 Wash. 128", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715011 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0442-01" + ] + }, + { + "cite": "2 Call 5", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6714842 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0230-01" + ] + }, + { + "cite": "1 Call, 244", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094947 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/5/0093-01" + ] + }, + { + "cite": "1 Call, 28", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094961 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0013-01" + ] + }, + { + "cite": "1 Wash. 14", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714287 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0364-01" + ] + }, + { + "cite": "1 Call, 39", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 139", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715137 + ], + "opinion_index": 0, + "case_paths": [ + "/va/1/0447-03" + ] + } + ], + "analysis": { + "cardinality": 2407, + "char_count": 115877, + "ocr_confidence": 0.524, + "pagerank": { + "raw": 6.382685285514883e-07, + "percentile": 0.9592176995647237 + }, + "sha256": "36854fbb4f05926f688736a04a1828eda5cad6b9091392b01f44b5559fa20361", + "simhash": "1:1f56e321934a91f8", + "word_count": 20315 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0462-01", + "first_page_order": 42, + "last_page_order": 61 + }, + { + "id": 6715467, + "name": "Latham v. Latham", + "name_abbreviation": "Latham v. Latham", + "decision_date": "1802-04-23", + "docket_number": "", + "first_page": "481", + "last_page": "481", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 181" + }, + { + "type": "official", + "cite": "7 Va. 181" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "25 Gratt. 587", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6724868 + ], + "opinion_index": -1, + "case_paths": [ + "/va/66/0487-01" + ] + }, + { + "cite": "3 Munf. 211", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "75 Va. 134", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 289, + "char_count": 4425, + "ocr_confidence": 0.488, + "pagerank": { + "raw": 1.9467513512968355e-07, + "percentile": 0.7362077866315758 + }, + "sha256": "dcbfef45cb3500dfc6c91eaa842f67ae316e208f7ee054aa5cc26ec910fc800e", + "simhash": "1:92abe3a63e48bf98", + "word_count": 775 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0481-01", + "first_page_order": 61, + "last_page_order": 61 + }, + { + "id": 6715486, + "name": "Curry v. Burns", + "name_abbreviation": "Curry v. Burns", + "decision_date": "1802-05-12", + "docket_number": "", + "first_page": "481", + "last_page": "484", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 183" + }, + { + "type": "official", + "cite": "7 Va. 183" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Rand. 483", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "22 Gratt. 649", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4435451 + ], + "opinion_index": -1, + "case_paths": [ + "/va/63/0231-01" + ] + }, + { + "cite": "2 Wash. 106", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714432 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0651-01" + ] + }, + { + "cite": "2 Wash. 94", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714411 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0645-01" + ] + }, + { + "cite": "2 Wash. 121", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714460 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0658-01" + ] + } + ], + "analysis": { + "cardinality": 726, + "char_count": 16795, + "ocr_confidence": 0.49, + "pagerank": { + "raw": 2.0508191153716554e-07, + "percentile": 0.7553376664044892 + }, + "sha256": "9e9d2c5428fd14cf6346e15d2eddead81ef9bb9e9ef9c86a502ab19c1fb82758", + "simhash": "1:2057e6c117fa4f77", + "word_count": 3003 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0481-02", + "first_page_order": 61, + "last_page_order": 64 + }, + { + "id": 6715510, + "name": "Overstreet v. Marshall and Others", + "name_abbreviation": "Overstreet v. Marshall", + "decision_date": "1802-04", + "docket_number": "", + "first_page": "484", + "last_page": "485", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 192" + }, + { + "type": "official", + "cite": "7 Va. 192" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 W. Va. 575", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641904 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/2/0575-01" + ] + }, + { + "cite": "4 Gratt. 180", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4374012 + ], + "opinion_index": -1, + "case_paths": [ + "/va/45/0180-01" + ] + }, + { + "cite": "18 Gratt. 74", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "18 Gratt. 69", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "6 Leigh 314", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "6 Leigh 78", + "category": "reporters:state", + "reporter": "Leigh", + "pin_cites": [ + { + "page": "79" + } + ], + "opinion_index": -1 + }, + { + "cite": "6 Leigh 313", + "category": "reporters:state", + "reporter": "Leigh", + "pin_cites": [ + { + "page": "314" + } + ], + "opinion_index": -1 + }, + { + "cite": "6 Leigh 77", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6717226 + ], + "opinion_index": -1, + "case_paths": [ + "/va/33/0333-01" + ] + }, + { + "cite": "6 Leigh 299", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6717824 + ], + "opinion_index": -1, + "case_paths": [ + "/va/33/0404-01" + ] + }, + { + "cite": "4 Gratt. 185", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Call 194", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094921 + ], + "opinion_index": 0, + "case_paths": [ + "/va/5/0074-01" + ] + } + ], + "analysis": { + "cardinality": 262, + "char_count": 4569, + "ocr_confidence": 0.497, + "pagerank": { + "raw": 2.6656962414619365e-07, + "percentile": 0.8253400101704771 + }, + "sha256": "29f58d5c3995d28276cbb4a3f04e1ced0e2c2463a90280928a400eb2bf1a926d", + "simhash": "1:716b496c63957432", + "word_count": 814 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0484-01", + "first_page_order": 64, + "last_page_order": 65 + }, + { + "id": 6715539, + "name": "Glassford & Henderson v. Hackett, Ex'r of Mickleburrough", + "name_abbreviation": "Glassford v. Hackett", + "decision_date": "1802-04-23", + "docket_number": "", + "first_page": "485", + "last_page": "485", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 193" + }, + { + "type": "official", + "cite": "7 Va. 193" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "21 Gratt. 107", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733444 + ], + "opinion_index": -1, + "case_paths": [ + "/va/62/0745-01" + ] + } + ], + "analysis": { + "cardinality": 127, + "char_count": 1650, + "ocr_confidence": 0.498, + "pagerank": { + "raw": 6.087085966315723e-08, + "percentile": 0.3788153286156838 + }, + "sha256": "4fd2819fb0cfae9b37075f5295fe4a07c5111ad0bd76063cfa5733d9d9bd13ab", + "simhash": "1:0ed6cdb303b1b6de", + "word_count": 267 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0485-01", + "first_page_order": 65, + "last_page_order": 65 + }, + { + "id": 6715566, + "name": "Gatewood v. Burrus", + "name_abbreviation": "Gatewood v. Burrus", + "decision_date": "1802-04-28", + "docket_number": "", + "first_page": "485", + "last_page": "487", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 194" + }, + { + "type": "official", + "cite": "7 Va. 194" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "11 Gratt. 438", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "18 Gratt. 304", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732967 + ], + "opinion_index": -1, + "case_paths": [ + "/va/59/0623-01" + ] + }, + { + "cite": "2 Call 5", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6714842 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0230-01" + ] + } + ], + "analysis": { + "cardinality": 529, + "char_count": 10281, + "ocr_confidence": 0.52, + "pagerank": { + "raw": 2.9003382427903823e-07, + "percentile": 0.845025520792911 + }, + "sha256": "d0a43f49eef48df451a0c4d5fd7cd5f68b7d85775ba75252b0c7bef450819148", + "simhash": "1:86a63103de5cdbc4", + "word_count": 1814 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0485-02", + "first_page_order": 65, + "last_page_order": 67 + }, + { + "id": 6715594, + "name": "Taylor v. Armstead", + "name_abbreviation": "Taylor v. Armstead", + "decision_date": "1802-05-07", + "docket_number": "", + "first_page": "487", + "last_page": "487", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 200" + }, + { + "type": "official", + "cite": "7 Va. 200" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Rand. 112", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "27 Gratt. 632", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740719 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0643-01" + ] + } + ], + "analysis": { + "cardinality": 226, + "char_count": 3332, + "ocr_confidence": 0.445, + "pagerank": { + "raw": 4.4592502415581407e-07, + "percentile": 0.9216821135131816 + }, + "sha256": "acede66659570dc75e96fb8dfd8c474eddbdd7f4aa3066b1056c49c0447d554b", + "simhash": "1:1ae764207d9bb4d6", + "word_count": 578 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0487-01", + "first_page_order": 67, + "last_page_order": 67 + }, + { + "id": 6715624, + "name": "Austin v. Richardson", + "name_abbreviation": "Austin v. Richardson", + "decision_date": "1802-05-05", + "docket_number": "", + "first_page": "487", + "last_page": "489", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 201" + }, + { + "type": "official", + "cite": "7 Va. 201" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Rand. 458", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6715358 + ], + "opinion_index": -1, + "case_paths": [ + "/va/24/0624-01" + ] + }, + { + "cite": "2 Leigh 525", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6727259 + ], + "opinion_index": -1, + "case_paths": [ + "/va/29/0417-01" + ] + }, + { + "cite": "16 W. Va. 259", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 257", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716443 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0506-01" + ] + }, + { + "cite": "2 Wash. 219", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "1 Call 497", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094943 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0181-01" + ] + }, + { + "cite": "1 Wash. 203", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715920 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/1/0479-01" + ] + }, + { + "cite": "1 Call 83", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094931 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0034-01" + ] + }, + { + "cite": "1 Call 83", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094931 + ], + "opinion_index": 0, + "case_paths": [ + "/va/5/0034-01" + ] + } + ], + "analysis": { + "cardinality": 486, + "char_count": 10810, + "ocr_confidence": 0.507, + "pagerank": { + "raw": 2.2105915857445532e-07, + "percentile": 0.7764533762393097 + }, + "sha256": "b34a57c59b622b24c3b59d88e2881ecc6dcff42302a632757d9ccc306b98d15f", + "simhash": "1:97e6089018c784c6", + "word_count": 1906 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0487-02", + "first_page_order": 67, + "last_page_order": 69 + }, + { + "id": 6715648, + "name": "Blane v. Proudfit, and Blane v. Smith", + "name_abbreviation": "Blane v. Proudfit", + "decision_date": "1802-05-03", + "docket_number": "", + "first_page": "489", + "last_page": "492", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 207" + }, + { + "type": "official", + "cite": "7 Va. 207" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "27 Gratt. 119", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6739130 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0409-01" + ] + }, + { + "cite": "1 Wash. 19", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714307 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0366-01" + ] + }, + { + "cite": "1 Call 361", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094951 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0134-01" + ] + }, + { + "cite": "1 Call 379", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094918 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0140-01" + ] + }, + { + "cite": "2 Call 258", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715578 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0309-01" + ] + }, + { + "cite": "1 Call 377", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Call 362", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 19", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714307 + ], + "opinion_index": 0, + "case_paths": [ + "/va/1/0366-01" + ] + }, + { + "cite": "1 Call 361", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094951 + ], + "opinion_index": 0, + "case_paths": [ + "/va/5/0134-01" + ] + } + ], + "analysis": { + "cardinality": 742, + "char_count": 16877, + "ocr_confidence": 0.509, + "pagerank": { + "raw": 7.618262973693107e-08, + "percentile": 0.45053186498517866 + }, + "sha256": "8d501ff269e47042a89ce6a8895334a3f8ee15441cf5b8450a7000de4041321d", + "simhash": "1:39b785201dca71bd", + "word_count": 2959 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0489-01", + "first_page_order": 69, + "last_page_order": 72 + }, + { + "id": 6715671, + "name": "Noel v. Fisher", + "name_abbreviation": "Noel v. Fisher", + "decision_date": "1802-04-29", + "docket_number": "", + "first_page": "492", + "last_page": "493", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 215" + }, + { + "type": "official", + "cite": "7 Va. 215" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Leigh 45", + "category": "reporters:state", + "reporter": "Leigh", + "pin_cites": [ + { + "page": "56, 63" + } + ], + "opinion_index": -1 + }, + { + "cite": "2 Wash. 143", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714553, + 6714574 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0668-01", + "/va/2/0668-02" + ] + } + ], + "analysis": { + "cardinality": 345, + "char_count": 4833, + "ocr_confidence": 0.522, + "pagerank": { + "raw": 3.1386179980419764e-07, + "percentile": 0.8618535289123034 + }, + "sha256": "ec7336b17e71184eb7c2e560592ab5e4fc6b42d80890a3025434ade1d03052a2", + "simhash": "1:56e4883b381ec010", + "word_count": 857 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0492-01", + "first_page_order": 72, + "last_page_order": 73 + }, + { + "id": 6715693, + "name": "Hairston v. Hall", + "name_abbreviation": "Hairston v. Hall", + "decision_date": "1802-05-07", + "docket_number": "", + "first_page": "493", + "last_page": "493", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 218" + }, + { + "type": "official", + "cite": "7 Va. 218" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 222, + "char_count": 3492, + "ocr_confidence": 0.483, + "pagerank": { + "raw": 1.0417561518279476e-07, + "percentile": 0.5509763310525054 + }, + "sha256": "d198b5070efa09b0cfecdfa2f975457b4fbd04d01a23c9b99b8b0419f1f91000", + "simhash": "1:9f2b701398fbe5b2", + "word_count": 608 + }, + "last_updated": "2023-07-14T20:37:52.352644+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0493-01", + "first_page_order": 73, + "last_page_order": 73 + }, + { + "id": 6715713, + "name": "Lee v. Peachy", + "name_abbreviation": "Lee v. Peachy", + "decision_date": "1802-05-07", + "docket_number": "", + "first_page": "493", + "last_page": "494", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 220" + }, + { + "type": "official", + "cite": "7 Va. 220" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "11 S. E. Rep. 29", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "38 W. Va. 582", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 212, + "char_count": 2810, + "ocr_confidence": 0.5, + "pagerank": { + "raw": 9.491856622960909e-08, + "percentile": 0.5182213325950663 + }, + "sha256": "331e1112b777d01bb0ab4fdaa793d3722889be832c7a48baab105e2d66bfe125", + "simhash": "1:07ef9c40006dcc37", + "word_count": 501 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0493-02", + "first_page_order": 73, + "last_page_order": 74 + }, + { + "id": 6715732, + "name": "Thornton v. Corbin", + "name_abbreviation": "Thornton v. Corbin", + "decision_date": "1802-04-17", + "docket_number": "", + "first_page": "494", + "last_page": "495", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 221" + }, + { + "type": "official", + "cite": "7 Va. 221" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Hen. & M. 449", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6725805 + ], + "opinion_index": -1, + "case_paths": [ + "/va/13/0724-01" + ] + }, + { + "cite": "21 W. Va. 741", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641060 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/21/0741-01" + ] + }, + { + "cite": "7 Leigh 267", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6717762 + ], + "opinion_index": -1, + "case_paths": [ + "/va/34/0631-01" + ] + }, + { + "cite": "3 Hen. & M. 269", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6725217 + ], + "opinion_index": -1, + "case_paths": [ + "/va/13/0659-02" + ] + }, + { + "cite": "3 Call 232", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715855 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0497-02" + ] + }, + { + "cite": "21 W. Va. 729", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 405, + "char_count": 6776, + "ocr_confidence": 0.516, + "pagerank": { + "raw": 5.490749982055973e-07, + "percentile": 0.9460111381011016 + }, + "sha256": "68e99f3f07f3a27a3885c3d02dcf5ee5f92630fff1fdc668b0e7ff0519f2fe69", + "simhash": "1:983ff8e87724e58a", + "word_count": 1197 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0494-01", + "first_page_order": 74, + "last_page_order": 75 + }, + { + "id": 6715750, + "name": "Mandeville v. Mandeville", + "name_abbreviation": "Mandeville v. Mandeville", + "decision_date": "1802-05-07", + "docket_number": "", + "first_page": "495", + "last_page": "495", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 225" + }, + { + "type": "official", + "cite": "7 Va. 225" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "7 Gratt. 425", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449374 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0172-01" + ] + } + ], + "analysis": { + "cardinality": 104, + "char_count": 1049, + "ocr_confidence": 0.501, + "sha256": "9b882b312624387d17f624be86ab5f591b3067dd3eca0a0c97170361c4b3dfce", + "simhash": "1:55472b2294020671", + "word_count": 184 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0495-01", + "first_page_order": 75, + "last_page_order": 75 + }, + { + "id": 6715773, + "name": "Read v. Payne", + "name_abbreviation": "Read v. Payne", + "decision_date": "1802-05-04", + "docket_number": "", + "first_page": "495", + "last_page": "496", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 225" + }, + { + "type": "official", + "cite": "7 Va. 225" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Wash. 96", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714829 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/1/0428-01" + ] + }, + { + "cite": "1 Wash. 262", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716537 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/1/0508-01" + ] + } + ], + "analysis": { + "cardinality": 362, + "char_count": 6230, + "ocr_confidence": 0.508, + "pagerank": { + "raw": 4.03580807328026e-08, + "percentile": 0.18081343738573175 + }, + "sha256": "1b3fc2df8cca8798925600b2e59ed57ab6836a444d795bc07836779d9d68efb4", + "simhash": "1:94d2c3961403a7e1", + "word_count": 1099 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0495-02", + "first_page_order": 75, + "last_page_order": 76 + }, + { + "id": 6715793, + "name": "Cavan & Kennedy v. Martin", + "name_abbreviation": "Cavan v. Martin", + "decision_date": "1802-05-14", + "docket_number": "", + "first_page": "496", + "last_page": "496", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 228" + }, + { + "type": "official", + "cite": "7 Va. 228" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Wash. 138", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715107, + 6715085 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0447-02", + "/va/1/0447-01" + ] + } + ], + "analysis": { + "cardinality": 228, + "char_count": 3447, + "ocr_confidence": 0.506, + "sha256": "7e8bb505ce7b2e2104cab75ad3c9c540451fa71943b054a4880e087e410da990", + "simhash": "1:961738b44a8dc61b", + "word_count": 600 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0496-01", + "first_page_order": 76, + "last_page_order": 76 + }, + { + "id": 6715812, + "name": "Williams, Executor of Young, v. Strickler", + "name_abbreviation": "Williams v. Strickler", + "decision_date": "1802-04-17", + "docket_number": "", + "first_page": "497", + "last_page": "497", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 230" + }, + { + "type": "official", + "cite": "7 Va. 230" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Rand. 521", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 173, + "char_count": 2898, + "ocr_confidence": 0.477, + "pagerank": { + "raw": 9.505882454708161e-08, + "percentile": 0.5231588791470082 + }, + "sha256": "c2538a78d3865e0f06def93818c0c3d9fb5951a9452d99b4e7ee384d471887ad", + "simhash": "1:9e478622d05e4ec5", + "word_count": 492 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0497-01", + "first_page_order": 77, + "last_page_order": 77 + }, + { + "id": 6715855, + "name": "Thornton v. Corbin", + "name_abbreviation": "Thornton v. Corbin", + "decision_date": "1802-05-12", + "docket_number": "", + "first_page": "497", + "last_page": "497", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 232" + }, + { + "type": "official", + "cite": "7 Va. 232" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "7 Leigh 269", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "3 Hen. & M. 449", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6725805 + ], + "opinion_index": -1, + "case_paths": [ + "/va/13/0724-01" + ] + }, + { + "cite": "21 W. Va. 729", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "3 Call 221", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715732 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0494-01" + ] + } + ], + "analysis": { + "cardinality": 83, + "char_count": 671, + "ocr_confidence": 0.495, + "pagerank": { + "raw": 8.366283625244016e-08, + "percentile": 0.48159545209006394 + }, + "sha256": "cd17241dacb8f486e4f3d178364c60cd792895bccc9d202da90dfe0b85921fdb", + "simhash": "1:1c7687e5d1b988e4", + "word_count": 114 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0497-02", + "first_page_order": 77, + "last_page_order": 77 + }, + { + "id": 6715874, + "name": "Tutt v. Lewis's Executors", + "name_abbreviation": "Tutt v. Lewis's Executors", + "decision_date": "1802-10-16", + "docket_number": "", + "first_page": "497", + "last_page": "497", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 233" + }, + { + "type": "official", + "cite": "7 Va. 233" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Call 105", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094932 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0042-01" + ] + }, + { + "cite": "1 Call 105", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094932 + ], + "opinion_index": 0, + "case_paths": [ + "/va/5/0042-01" + ] + } + ], + "analysis": { + "cardinality": 157, + "char_count": 1951, + "ocr_confidence": 0.471, + "pagerank": { + "raw": 1.328584411059231e-07, + "percentile": 0.6284673353543005 + }, + "sha256": "461f60b74a0eed696ee53e48cc1ea3dd5b16d3731204ac5a3dffbc349e2b7f50", + "simhash": "1:e74bef57af34951b", + "word_count": 331 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0497-03", + "first_page_order": 77, + "last_page_order": 77 + }, + { + "id": 6715901, + "name": "M'Guire v. Gadsby", + "name_abbreviation": "M'Guire v. Gadsby", + "decision_date": "1802-11-03", + "docket_number": "", + "first_page": "497", + "last_page": "499", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 234" + }, + { + "type": "official", + "cite": "7 Va. 234" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "9 Gratt. 622", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450541 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0279-01" + ] + }, + { + "cite": "20 S. E. Rep. 921", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "40 W. Va. 205", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "12 S. E. Rep. 921", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "34 W. Va. 679", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "21 W. Va. 465", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "12 W. Va. 819", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "823, 830, 842, 853" + } + ], + "opinion_index": -1 + }, + { + "cite": "12 W. Va. 652", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "8 W. Va. 551", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "28 Gratt. 165", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4432573 + ], + "opinion_index": -1, + "case_paths": [ + "/va/69/0063-01" + ] + }, + { + "cite": "8 Leigh 627", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 511, + "char_count": 10668, + "ocr_confidence": 0.502, + "pagerank": { + "raw": 4.976015382658672e-07, + "percentile": 0.93550396181399 + }, + "sha256": "c60d7fd3487a0cf26b22b7bc4491987e60f7e7b10a92ee36390bcc82c7e237db", + "simhash": "1:33f5a3e2be2c7a84", + "word_count": 1913 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0497-04", + "first_page_order": 77, + "last_page_order": 79 + }, + { + "id": 6715932, + "name": "Herbert and Wife v. Wise and Others", + "name_abbreviation": "Herbert v. Wise", + "decision_date": "1802-10-27", + "docket_number": "", + "first_page": "499", + "last_page": "500", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 239" + }, + { + "type": "official", + "cite": "7 Va. 239" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "10 Gratt, 1", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6714875 + ], + "opinion_index": -1, + "case_paths": [ + "/va/51/0407-01" + ] + }, + { + "cite": "76 Va. 388", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "5 Gratt. 141", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375268 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0141-01" + ] + }, + { + "cite": "1 Hen. & M. 177", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8687899 + ], + "opinion_index": -1, + "case_paths": [ + "/va/11/0090-01" + ] + }, + { + "cite": "28 Gratt. 772", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "18 S. E. Rep. 305", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "88 Va. 29", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "1 Call 429", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094944 + ], + "opinion_index": 0, + "case_paths": [ + "/va/5/0158-01" + ] + }, + { + "cite": "7 Wheat. 7", + "category": "reporters:scotus_early", + "reporter": "Wheat.", + "case_ids": [ + 1503010 + ], + "opinion_index": 0, + "case_paths": [ + "/us/20/0007-01" + ] + }, + { + "cite": "6 Wheat. 580", + "category": "reporters:scotus_early", + "reporter": "Wheat.", + "case_ids": [ + 11731198 + ], + "opinion_index": 0, + "case_paths": [ + "/us/19/0580-01" + ] + }, + { + "cite": "4 Gratt. 50", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4374263 + ], + "opinion_index": 0, + "case_paths": [ + "/va/45/0050-01" + ] + }, + { + "cite": "2 P. & H. 189", + "category": "reporters:state", + "reporter": "Patton & Heath", + "opinion_index": 0 + }, + { + "cite": "20 W. Va. 486", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "78 Va. 417", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 0 + }, + { + "cite": "5 Gratt. 151", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 0 + }, + { + "cite": "4 Hen. & M. 135", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": 0 + }, + { + "cite": "1 Hen. & M. 177", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8687899 + ], + "opinion_index": 0, + "case_paths": [ + "/va/11/0090-01" + ] + } + ], + "analysis": { + "cardinality": 468, + "char_count": 9222, + "ocr_confidence": 0.506, + "pagerank": { + "raw": 9.525995510713579e-07, + "percentile": 0.9810539147263025 + }, + "sha256": "a21c84c6aa1b1d97c16f114b521684906696e3caecb858bf6fecf5e271c12d64", + "simhash": "1:d3dba4382f1f9ead", + "word_count": 1609 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0499-01", + "first_page_order": 79, + "last_page_order": 80 + }, + { + "id": 6715967, + "name": "Robinson et al. Ex'rs v. Gaines, Adm'r", + "name_abbreviation": "Robinson v. Gaines", + "decision_date": "1802-11-11", + "docket_number": "", + "first_page": "501", + "last_page": "502", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 243" + }, + { + "type": "official", + "cite": "7 Va. 243" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Call 242", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "4 Rand. 390", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "3 Rand. 102", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "1 Hen. & M. 574", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "1 Hen. & M. 54", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8685849 + ], + "opinion_index": -1, + "case_paths": [ + "/va/11/0035-02" + ] + }, + { + "cite": "3 Hen. & M. 237", + "category": "reporters:state", + "reporter": "Hen. & M.", + "pin_cites": [ + { + "page": "244" + } + ], + "opinion_index": -1 + }, + { + "cite": "6 Gratt 592", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 954849 + ], + "opinion_index": -1, + "case_paths": [ + "/va/47/0592-01" + ] + }, + { + "cite": "1 Wash. 26", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714322 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0369-01" + ] + }, + { + "cite": "3 W. Va. 46", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641571 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/3/0046-01" + ] + }, + { + "cite": "15 W. Va. 44", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640932 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/15/0044-01" + ] + }, + { + "cite": "32 S. E. Rep. 248", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "45 W. Va. 543", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639232 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/45/0543-01" + ] + } + ], + "analysis": { + "cardinality": 461, + "char_count": 10514, + "ocr_confidence": 0.494, + "pagerank": { + "raw": 3.8424971095372106e-07, + "percentile": 0.8992717336030016 + }, + "sha256": "3e1928fa6128ab9e66b0d78e63e0023044c2a7569028711db5b77160a17ce024", + "simhash": "1:f2f5ea01884acca5", + "word_count": 1852 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0501-01", + "first_page_order": 81, + "last_page_order": 82 + }, + { + "id": 6715996, + "name": "Henderson and Others v. Foote's Ex'rs", + "name_abbreviation": "Henderson v. Foote's Ex'rs", + "decision_date": "1802-10-29", + "docket_number": "", + "first_page": "502", + "last_page": "504", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 248" + }, + { + "type": "official", + "cite": "7 Va. 248" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "16 S. E. Rep. 225", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "88 Va. 203", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "75 Va. 592", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "1 Hen. & M. 563", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8695304 + ], + "opinion_index": -1, + "case_paths": [ + "/va/11/0250-02" + ] + }, + { + "cite": "2 Hen. & M. 401", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6726828 + ], + "opinion_index": -1, + "case_paths": [ + "/va/12/0468-01" + ] + }, + { + "cite": "3 Hen. & M. 105", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 135", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715039 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0445-01" + ] + }, + { + "cite": "4 Leigh 481", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "2 Call 258", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715578 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0309-01" + ] + }, + { + "cite": "1 Wash. 135", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715039 + ], + "opinion_index": 0, + "case_paths": [ + "/va/1/0445-01" + ] + } + ], + "analysis": { + "cardinality": 484, + "char_count": 11258, + "ocr_confidence": 0.5, + "pagerank": { + "raw": 6.728786642566645e-07, + "percentile": 0.9631159963380105 + }, + "sha256": "5a03d96a21e0a2fec75108cc9e2399ade35124c102d15ac50ce816331bb7a0b7", + "simhash": "1:967748e088c2e6fd", + "word_count": 1974 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0502-01", + "first_page_order": 82, + "last_page_order": 84 + }, + { + "id": 6716020, + "name": "Jones' Ex'rs v. Watson", + "name_abbreviation": "Jones' Ex'rs v. Watson", + "decision_date": "1802-10-14", + "docket_number": "", + "first_page": "504", + "last_page": "506", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 253" + }, + { + "type": "official", + "cite": "7 Va. 253" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "2 Call 102", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715138 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0260-01" + ] + }, + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": 0, + "case_paths": [ + "/va/46/0006-01" + ] + } + ], + "analysis": { + "cardinality": 562, + "char_count": 11824, + "ocr_confidence": 0.494, + "pagerank": { + "raw": 4.03580807328026e-08, + "percentile": 0.18081749167615563 + }, + "sha256": "0ab91c8136d1f284d5989be19b7bd856b83cc7d63bf71c91f2f8ddb15ae7df4c", + "simhash": "1:8c67e6c54902a4d4", + "word_count": 1973 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0504-01", + "first_page_order": 84, + "last_page_order": 86 + }, + { + "id": 6716077, + "name": "Johnson v. Brown", + "name_abbreviation": "Johnson v. Brown", + "decision_date": "1802-10-19", + "docket_number": "", + "first_page": "506", + "last_page": "509", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 259" + }, + { + "type": "official", + "cite": "7 Va. 259" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Rand. 527", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "4 Hen. & M. 194", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "5 Leigh 673", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "5 Leigh 668", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "5 Rand. 453", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6732940 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/26/0461-01" + ] + }, + { + "cite": "4 Leigh 388", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "1 Leigh 363", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 293", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 2094047 + ], + "opinion_index": -1, + "case_paths": [ + "/va/15/0116-01" + ] + }, + { + "cite": "4 Munf. 171", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "2 Rand. 353", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "1 Rand. 114", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 4443391 + ], + "opinion_index": -1, + "case_paths": [ + "/va/22/0050-01" + ] + }, + { + "cite": "6 Munf. 534", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6729735 + ], + "opinion_index": -1, + "case_paths": [ + "/va/20/0848-01" + ] + }, + { + "cite": "4 Munf. 168", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "169" + } + ], + "opinion_index": -1 + }, + { + "cite": "5 Leigh 666", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "4 Munf. 174", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "180" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Munf. 300", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "2 Munf. 148", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "5 Rand. 462", + "category": "reporters:state", + "reporter": "Rand.", + "pin_cites": [ + { + "page": "485" + } + ], + "opinion_index": -1 + }, + { + "cite": "4 Munf. 177", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "178" + } + ], + "opinion_index": -1 + }, + { + "cite": "2 Wash. 116", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714447 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0655-01" + ] + }, + { + "cite": "2 Call 547", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716879 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/6/0400-01" + ] + }, + { + "cite": "2 Wash. 106", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714432 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/2/0651-01" + ] + }, + { + "cite": "1 Call, 206", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094967 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/5/0078-01" + ] + }, + { + "cite": "1 Wash. 116", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714876 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/1/0436-02" + ] + } + ], + "analysis": { + "cardinality": 888, + "char_count": 22029, + "ocr_confidence": 0.5, + "pagerank": { + "raw": 4.38761831513468e-07, + "percentile": 0.9195030289410695 + }, + "sha256": "6ab7f20814716a1d28318f1aa96a9b1cc6e79c92b437309ed8f181bfdf48e20f", + "simhash": "1:17876534dfc11ff2", + "word_count": 3928 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0506-01", + "first_page_order": 86, + "last_page_order": 89 + }, + { + "id": 6716121, + "name": "Elliott's Executor v. Lyell", + "name_abbreviation": "Elliott's Executor v. Lyell", + "decision_date": "1802-10-23", + "docket_number": "", + "first_page": "509", + "last_page": "516", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 268" + }, + { + "type": "official", + "cite": "7 Va. 268" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "6 Call 169", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Hen. & M. 575", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "3 Hen. & M. 231", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "2 Munf. 271", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "10 Gratt. 585", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "14 Gratt. 29", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 W. Va. 175", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "18 W. Va. 526", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "28 W. Va. 304", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640031 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/28/0304-01" + ] + }, + { + "cite": "12 W. Va. 343", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "7 S. E. Rep. 371", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "85 Va. 116", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4370658 + ], + "opinion_index": -1, + "case_paths": [ + "/va/85/0116-01" + ] + }, + { + "cite": "75 Va. 291", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4383661 + ], + "opinion_index": -1, + "case_paths": [ + "/va/75/0291-01" + ] + }, + { + "cite": "80 Va. 385", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 8709497 + ], + "opinion_index": -1, + "case_paths": [ + "/va/80/0385-01" + ] + }, + { + "cite": "33 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716427 + ], + "opinion_index": -1, + "case_paths": [ + "/va/74/0566-01" + ] + }, + { + "cite": "31 Gratt. 114", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715861 + ], + "opinion_index": -1, + "case_paths": [ + "/va/72/0360-01" + ] + }, + { + "cite": "14 Gratt. 24", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6731375 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0391-01" + ] + }, + { + "cite": "10 Gratt. 580", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716467 + ], + "opinion_index": -1, + "case_paths": [ + "/va/51/0686-01" + ] + }, + { + "cite": "5 Leigh 686", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 4445230 + ], + "opinion_index": -1, + "case_paths": [ + "/va/32/0257-01" + ] + }, + { + "cite": "4 Munf. 109", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "2 Hen. & M. 181", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6725981 + ], + "opinion_index": -1, + "case_paths": [ + "/va/12/0392-01" + ] + }, + { + "cite": "12 S. E. Rep. 736", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "34 W. Va. 524", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640396 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/34/0524-01" + ] + }, + { + "cite": "18 S. E. Rep. 473", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "38 W. Va. 134", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "18 Gratt. 801", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733925 + ], + "opinion_index": -1, + "case_paths": [ + "/va/59/0792-01" + ] + }, + { + "cite": "2 Munf. 49", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6717606 + ], + "opinion_index": -1, + "case_paths": [ + "/va/16/0313-01" + ] + }, + { + "cite": "1 Munf. 181", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "18 W. Va. 654", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "17 W. Va. 808", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "2 Va. Cas. 521", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6733771 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0349-01" + ] + }, + { + "cite": "2 Call 527", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716733 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0394-01" + ] + }, + { + "cite": "4 Hen. & M. 256", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "1 Call, 194", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094921 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0074-01" + ] + }, + { + "cite": "2 Wash. 282", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715483 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0768-01" + ] + }, + { + "cite": "1 Call 165", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094905 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0063-01" + ] + }, + { + "cite": "1 Wash. 139", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715137 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/1/0447-03" + ] + }, + { + "cite": "2 Wash. 136", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714528 + ], + "weight": 4, + "opinion_index": -1, + "case_paths": [ + "/va/2/0665-01" + ] + }, + { + "cite": "1 Call 483", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094954 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0176-01" + ] + } + ], + "analysis": { + "cardinality": 1355, + "char_count": 40740, + "ocr_confidence": 0.486, + "pagerank": { + "raw": 6.883339751661158e-07, + "percentile": 0.9646247715600408 + }, + "sha256": "ba2a534fe07490e3ad3ace94b4c35914910cfaac449e428988db6f70da971c30", + "simhash": "1:4f9f423017093297", + "word_count": 7128 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0509-01", + "first_page_order": 89, + "last_page_order": 96 + }, + { + "id": 6716157, + "name": "Harrison and Others v. Allen", + "name_abbreviation": "Harrison v. Allen", + "decision_date": "1802-10-22", + "docket_number": "", + "first_page": "516", + "last_page": "521", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 289" + }, + { + "type": "official", + "cite": "7 Va. 289" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Munf. 272", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6725059 + ], + "opinion_index": -1, + "case_paths": [ + "/va/19/0431-01" + ] + }, + { + "cite": "8 Cranch 66", + "category": "reporters:scotus_early", + "reporter": "Cranch", + "case_ids": [ + 530983 + ], + "opinion_index": -1, + "case_paths": [ + "/us/12/0044-01" + ] + }, + { + "cite": "1 Call 127", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094977 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0050-01" + ] + }, + { + "cite": "1 Wash. 75", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714609 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0391-02" + ] + }, + { + "cite": "13 Gratt. 131", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "13 Gratt. 132", + "category": "reporters:state", + "reporter": "Gratt.", + "pin_cites": [ + { + "page": "134" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Wash. 96", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714829 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0428-01" + ] + }, + { + "cite": "1 Wash. 113", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "1 Call, 394", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094952 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/5/0146-01" + ] + }, + { + "cite": "1 Call, 394", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094952 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/5/0146-01" + ] + } + ], + "analysis": { + "cardinality": 1093, + "char_count": 33639, + "ocr_confidence": 0.477, + "pagerank": { + "raw": 6.022959268215983e-07, + "percentile": 0.9545674284485312 + }, + "sha256": "e04f00d4f2ec20088c7ba2dc6ce91b99cac60eb37ed16bda6406132e4743035c", + "simhash": "1:5f27a0aa469891d4", + "word_count": 5965 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0516-01", + "first_page_order": 96, + "last_page_order": 101 + }, + { + "id": 6716184, + "name": "Watson v. Powell", + "name_abbreviation": "Watson v. Powell", + "decision_date": "1802-10-27", + "docket_number": "", + "first_page": "521", + "last_page": "522", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 306" + }, + { + "type": "official", + "cite": "7 Va. 306" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Munf. 541", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "5 Call 478", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "3 Rand. 283", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 543", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "548, 549" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Call, 127", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094977 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/5/0050-01" + ] + }, + { + "cite": "1 Wash. 96", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714829 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0428-01" + ] + }, + { + "cite": "1 Wash. 96", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714829 + ], + "opinion_index": 0, + "case_paths": [ + "/va/1/0428-01" + ] + } + ], + "analysis": { + "cardinality": 359, + "char_count": 5329, + "ocr_confidence": 0.478, + "pagerank": { + "raw": 3.0780564602475955e-07, + "percentile": 0.8578073470692693 + }, + "sha256": "0265f8c38bcb468c689f3bc6be8e7ae6a716e1daca45dd3814d508c9006a40f9", + "simhash": "1:98517a10938edf21", + "word_count": 949 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0521-01", + "first_page_order": 101, + "last_page_order": 102 + }, + { + "id": 6716212, + "name": "Ross v. Overton", + "name_abbreviation": "Ross v. Overton", + "decision_date": "1802-11-08", + "docket_number": "", + "first_page": "522", + "last_page": "526", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 309" + }, + { + "type": "official", + "cite": "7 Va. 309" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "21 Gratt. 1", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Gratt. 18", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6714642 + ], + "opinion_index": -1, + "case_paths": [ + "/va/43/0261-01" + ] + }, + { + "cite": "27 S. E. Rep. 901", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "95 Va. 144", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "82 Va. 39", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "1 Gratt. 340", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "12 Gratt. 729", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "22 Gratt. 942", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "12 Leigh 159", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "7 Leigh 612", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "7 Leigh 124", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "6 Leigh 235", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "5 Leigh 600", + "category": "reporters:state", + "reporter": "Leigh", + "pin_cites": [ + { + "page": "602" + } + ], + "opinion_index": -1 + }, + { + "cite": "2 Hen. & M. 408", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6726872 + ], + "opinion_index": -1, + "case_paths": [ + "/va/12/0470-01" + ] + }, + { + "cite": "6 Gratt. 684", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 954889 + ], + "opinion_index": -1, + "case_paths": [ + "/va/47/0684-01" + ] + }, + { + "cite": "31 Gratt. 727", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6717420 + ], + "opinion_index": -1, + "case_paths": [ + "/va/72/0547-01" + ] + }, + { + "cite": "25 Gratt. 95", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Gratt. 167", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6714989 + ], + "opinion_index": -1, + "case_paths": [ + "/va/43/0315-01" + ] + }, + { + "cite": "7 Leigh 10", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "8 Leigh 536", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "8 Leigh 537", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "18 Gratt. 166", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "75 Va. 428", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 158", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "2 Wash. 70", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714308 + ], + "weight": 4, + "opinion_index": -1, + "case_paths": [ + "/va/2/0635-01" + ] + }, + { + "cite": "2 Wash. 71", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714321 + ], + "opinion_index": 0, + "case_paths": [ + "/va/2/0635-02" + ] + } + ], + "analysis": { + "cardinality": 1011, + "char_count": 24550, + "ocr_confidence": 0.49, + "pagerank": { + "raw": 1.3283079199886506e-06, + "percentile": 0.9897689015846097 + }, + "sha256": "c3941ae243c573205cfde6a197a2467776ed05d7bd05cebef4f16d8316b55db7", + "simhash": "1:0e21452ed7cdbde3", + "word_count": 4387 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0522-01", + "first_page_order": 102, + "last_page_order": 106 + }, + { + "id": 6716238, + "name": "Mills v. Bell, Executor, and Others", + "name_abbreviation": "Mills v. Bell", + "decision_date": "1802-11-01", + "docket_number": "", + "first_page": "526", + "last_page": "529", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 320" + }, + { + "type": "official", + "cite": "7 Va. 320" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "9 Leigh 106", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "2 Leigh 455", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "6 Rand. 582", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "2 Rand. 135", + "category": "reporters:state", + "reporter": "Rand.", + "pin_cites": [ + { + "page": "138, 141, 165, 166" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Munf. 500", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "1 Call, 524", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094966 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0190-01" + ] + }, + { + "cite": "2 Wash. 94", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714411 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0645-01" + ] + } + ], + "analysis": { + "cardinality": 707, + "char_count": 18796, + "ocr_confidence": 0.513, + "pagerank": { + "raw": 5.478961028647724e-07, + "percentile": 0.9458032109207911 + }, + "sha256": "0faf8dc445f92e0d25e011711f66978b84b8b7bc11378742dbf38c35277d63d6", + "simhash": "1:2b816435db4bfe9a", + "word_count": 3330 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0526-01", + "first_page_order": 106, + "last_page_order": 109 + }, + { + "id": 6716271, + "name": "Tinsley v. Anderson", + "name_abbreviation": "Tinsley v. Anderson", + "decision_date": "1802-11-10", + "docket_number": "", + "first_page": "529", + "last_page": "530", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 329" + }, + { + "type": "official", + "cite": "7 Va. 329" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Pat. & H. 11", + "category": "reporters:state", + "reporter": "Patton & Heath", + "opinion_index": -1 + }, + { + "cite": "12 Wheat. 594", + "category": "reporters:scotus_early", + "reporter": "Wheat.", + "case_ids": [ + 1429862 + ], + "opinion_index": -1, + "case_paths": [ + "/us/25/0594-01" + ] + }, + { + "cite": "3 Leigh 272", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6725752 + ], + "opinion_index": -1, + "case_paths": [ + "/va/30/0628-02" + ] + }, + { + "cite": "4 Rand. 438", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 4444495 + ], + "opinion_index": -1, + "case_paths": [ + "/va/25/0171-01" + ] + }, + { + "cite": "2 Call 329", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "5 Munf. 419", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6726208 + ], + "opinion_index": -1, + "case_paths": [ + "/va/19/0490-01" + ] + }, + { + "cite": "11 Leigh 309", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6720885 + ], + "pin_cites": [ + { + "page": "316" + } + ], + "opinion_index": -1, + "case_paths": [ + "/va/38/0636-01" + ] + }, + { + "cite": "11 Leigh 332", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "3 Leigh 296", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "2 Rand. 429", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "80 Va. 810", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "2 Gratt. 68", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "4 Peters 124", + "category": "reporters:scotus_early", + "reporter": "Pet.", + "case_ids": [ + 3308569 + ], + "opinion_index": -1, + "case_paths": [ + "/us/29/0124-01" + ] + }, + { + "cite": "2 Call 125", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715243 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/6/0268-01" + ] + }, + { + "cite": "2 Gratt. 57", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "7 Gratt. 425", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449374 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/48/0172-01" + ] + }, + { + "cite": "4 Gratt. 417", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Call 125", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715243 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/6/0268-01" + ] + } + ], + "analysis": { + "cardinality": 549, + "char_count": 11183, + "ocr_confidence": 0.525, + "pagerank": { + "raw": 9.369844213039447e-07, + "percentile": 0.9804272372636397 + }, + "sha256": "c4ba12d6a93a07150a6df33d7bd1a8e0ceb979b45bef28b6c3ff716ff78d2515", + "simhash": "1:1ff3c6ea884c763c", + "word_count": 1899 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0529-01", + "first_page_order": 109, + "last_page_order": 110 + }, + { + "id": 6716295, + "name": "Yerby v. Yerby", + "name_abbreviation": "Yerby v. Yerby", + "decision_date": "1803-04-20", + "docket_number": "", + "first_page": "530", + "last_page": "533", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 334" + }, + { + "type": "official", + "cite": "7 Va. 334" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 337", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Rob. 580", + "category": "reporters:state", + "reporter": "Rob.", + "opinion_index": -1 + }, + { + "cite": "3 Hen. & M. 528", + "category": "reporters:state", + "reporter": "Hen. & M.", + "pin_cites": [ + { + "page": "529, 530, 531, 533" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Wash. 140", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715163 + ], + "opinion_index": 0, + "case_paths": [ + "/va/1/0448-01" + ] + } + ], + "analysis": { + "cardinality": 698, + "char_count": 16985, + "ocr_confidence": 0.492, + "pagerank": { + "raw": 7.004147773322515e-07, + "percentile": 0.9658219456037784 + }, + "sha256": "4aa3dba2f57e5570f90633e203bd048bbf20703bc05c4d8949961ba6c8cc74fd", + "simhash": "1:07600a7d926a3db5", + "word_count": 2979 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0530-01", + "first_page_order": 110, + "last_page_order": 113 + }, + { + "id": 6716329, + "name": "Hill v. Burrow", + "name_abbreviation": "Hill v. Burrow", + "decision_date": "1803-04-28", + "docket_number": "", + "first_page": "533", + "last_page": "537", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 342" + }, + { + "type": "official", + "cite": "7 Va. 342" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "13 Gratt. 293", + "category": "reporters:state", + "reporter": "Gratt.", + "pin_cites": [ + { + "page": "298" + } + ], + "opinion_index": -1 + }, + { + "cite": "8 Leigh 452", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "5 Rand. 282", + "category": "reporters:state", + "reporter": "Rand.", + "pin_cites": [ + { + "page": "300" + } + ], + "opinion_index": -1 + }, + { + "cite": "3 Rand. 282", + "category": "reporters:state", + "reporter": "Rand.", + "pin_cites": [ + { + "page": "285" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Rand. 204", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "6 Munf. 60", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 203", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "3 H. & M. 60", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "5 Call 156", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "4 Leigh 123", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "5 Rand. 311", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "1 H. & M. 562", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8695161 + ], + "opinion_index": -1, + "case_paths": [ + "/va/11/0250-01" + ] + }, + { + "cite": "11 Gratt. 78", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450758 + ], + "opinion_index": -1, + "case_paths": [ + "/va/52/0044-01" + ] + }, + { + "cite": "3 Call 359", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "361" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Call, 338", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094938 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/5/0126-01" + ] + }, + { + "cite": "1 Wash. 102", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 103", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "1 Call, 165", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094905 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/5/0063-01" + ] + }, + { + "cite": "1 Wash. 71", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714538 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0389-03" + ] + }, + { + "cite": "1 Call, 212", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094962 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/5/0080-01" + ] + }, + { + "cite": "2 Call, 313", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715905 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/6/0327-01" + ] + }, + { + "cite": "1 Call, 328", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 963, + "char_count": 23492, + "ocr_confidence": 0.511, + "pagerank": { + "raw": 7.460804766546289e-07, + "percentile": 0.9697088517515886 + }, + "sha256": "d9f9e6c93022f9e03c61ce1b2318054246b150f659820679e54d331fe5125aa8", + "simhash": "1:9a0cf7868460da03", + "word_count": 4161 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0533-01", + "first_page_order": 113, + "last_page_order": 117 + }, + { + "id": 6716359, + "name": "Tate v. Tally", + "name_abbreviation": "Tate v. Tally", + "decision_date": "1803-04-28", + "docket_number": "", + "first_page": "537", + "last_page": "540", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 354" + }, + { + "type": "official", + "cite": "7 Va. 354" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Hen. & M. 60", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "5 Call 156", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "13 Gratt. 296", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Hen. & M. 300", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "5 Rand. 283", + "category": "reporters:state", + "reporter": "Rand.", + "pin_cites": [ + { + "page": "300, 311" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Leigh 423", + "category": "reporters:state", + "reporter": "Leigh", + "pin_cites": [ + { + "page": "425" + } + ], + "opinion_index": -1 + }, + { + "cite": "11 Gratt. 78", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450758 + ], + "opinion_index": -1, + "case_paths": [ + "/va/52/0044-01" + ] + }, + { + "cite": "13 Gratt. 289", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4437747 + ], + "opinion_index": -1, + "case_paths": [ + "/va/54/0129-01" + ] + }, + { + "cite": "5 Rand. 307", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "13 Gratt. 298", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "3 Rand. 282", + "category": "reporters:state", + "reporter": "Rand.", + "weight": 2, + "opinion_index": -1 + }, + { + "cite": "1 Rand. 204", + "category": "reporters:state", + "reporter": "Rand.", + "weight": 2, + "opinion_index": -1 + }, + { + "cite": "82 Va. 597", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "8 Leigh 452", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "1 Hen. & M. 562", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8695161 + ], + "opinion_index": -1, + "case_paths": [ + "/va/11/0250-01" + ] + }, + { + "cite": "1 Call, 127", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094977 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0050-01" + ] + }, + { + "cite": "1 Wash. 302", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716862 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0527-01" + ] + }, + { + "cite": "1 Call, 186", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Call, 338", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094938 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0126-01" + ] + }, + { + "cite": "1 Wash. 202", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 8530590 + ], + "opinion_index": -1, + "case_paths": [ + "/wash/1/0202-01" + ] + }, + { + "cite": "1 Call, 343", + "category": "reporters:state", + "reporter": "Call", + "weight": 2, + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 724, + "char_count": 16470, + "ocr_confidence": 0.51, + "pagerank": { + "raw": 5.961747311515125e-07, + "percentile": 0.9536971074375379 + }, + "sha256": "e58ff79acaa91968c64bc0fd3f5cb0de0eddf9561f9572df41119780984706bb", + "simhash": "1:e9c906dd327fb553", + "word_count": 2958 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0537-01", + "first_page_order": 117, + "last_page_order": 120 + }, + { + "id": 6716391, + "name": "Duvall and Others v. Bibb", + "name_abbreviation": "Duvall v. Bibb", + "decision_date": "1803-05-07", + "docket_number": "", + "first_page": "540", + "last_page": "542", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 362" + }, + { + "type": "official", + "cite": "7 Va. 362" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 Hen. & M. 113", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6724520 + ], + "opinion_index": -1, + "case_paths": [ + "/va/14/0828-01" + ] + }, + { + "cite": "13 Gratt. 490", + "category": "reporters:state", + "reporter": "Gratt.", + "weight": 2, + "opinion_index": -1 + }, + { + "cite": "4 Munf. 382", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 4441926 + ], + "pin_cites": [ + { + "page": "396" + } + ], + "opinion_index": -1, + "case_paths": [ + "/va/18/0177-01" + ] + }, + { + "cite": "26 S. E. Rep. 309", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "42 W. Va. 514", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639519 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/42/0514-01" + ] + }, + { + "cite": "3 Call 486", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 168", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "3 Munf. 539", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "3 Call 480", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "481, 483" + } + ], + "opinion_index": -1 + }, + { + "cite": "4 Leigh 17", + "category": "reporters:state", + "reporter": "Leigh", + "weight": 2, + "opinion_index": -1 + }, + { + "cite": "4 Leigh 14", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6724400 + ], + "opinion_index": -1, + "case_paths": [ + "/va/31/0849-01" + ] + }, + { + "cite": "3 Call 475", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716958 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0576-01" + ] + }, + { + "cite": "13 Gratt. 8", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "7 Gratt. 300", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449671 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0119-01" + ] + }, + { + "cite": "11 Gratt. 172", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451131 + ], + "opinion_index": -1, + "case_paths": [ + "/va/52/0077-01" + ] + }, + { + "cite": "2 Rand. 353", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "3 Hen. & M. 61", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 631, + "char_count": 13223, + "ocr_confidence": 0.511, + "pagerank": { + "raw": 1.1036152528835208e-06, + "percentile": 0.9856258028943 + }, + "sha256": "4f132d3091d28f8ce6227bae0e804cdf076583c11ac9959feeb7abb43041ce0b", + "simhash": "1:50f60fa35d4e23c4", + "word_count": 2287 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0540-01", + "first_page_order": 120, + "last_page_order": 122 + }, + { + "id": 6716420, + "name": "M'Lean v. Copper and Others", + "name_abbreviation": "M'Lean v. Copper", + "decision_date": "1803-05-09", + "docket_number": "", + "first_page": "542", + "last_page": "544", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 367" + }, + { + "type": "official", + "cite": "7 Va. 367" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Munf. 547", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "3 Hen. & M. 357", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "3 Munf. 539", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 525, + "char_count": 12167, + "ocr_confidence": 0.509, + "pagerank": { + "raw": 2.0446031217563963e-07, + "percentile": 0.7516355200631388 + }, + "sha256": "8c0079afd5dc805d15476ba2faa1ca807cf0738c193d32e682aab4f86f2a3ee7", + "simhash": "1:892fcfb0d8098557", + "word_count": 2152 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0542-01", + "first_page_order": 122, + "last_page_order": 124 + }, + { + "id": 6716453, + "name": "Murray & Co. v. Carret & Co.", + "name_abbreviation": "Murray v. Carret", + "decision_date": "1803-05-06", + "docket_number": "", + "first_page": "544", + "last_page": "545", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 373" + }, + { + "type": "official", + "cite": "7 Va. 373" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Call 221", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715732 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0494-01" + ] + }, + { + "cite": "7 Leigh 269", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "98 Am. Dec. 774", + "category": "reporters:federal", + "reporter": "Am. Dec.", + "opinion_index": -1 + }, + { + "cite": "2 W. Va. 458", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641801 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/2/0458-01" + ] + }, + { + "cite": "6 Call 78", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715010 + ], + "pin_cites": [ + { + "page": "84" + } + ], + "opinion_index": -1, + "case_paths": [ + "/va/10/1088-01" + ] + }, + { + "cite": "1 Wash. 14", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714287 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0364-01" + ] + }, + { + "cite": "1 Black. 294", + "category": "reporters:scotus_early", + "reporter": "Black", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 519, + "char_count": 11037, + "ocr_confidence": 0.502, + "pagerank": { + "raw": 2.0208678190332443e-07, + "percentile": 0.7453849625982055 + }, + "sha256": "44512571b824c9729e9795f61350d49a1f3ec0b804fbe89e080d2e48aa19dc36", + "simhash": "1:0b3330205e32c056", + "word_count": 1991 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0544-01", + "first_page_order": 124, + "last_page_order": 125 + }, + { + "id": 6716484, + "name": "Cook v. Berkley", + "name_abbreviation": "Cook v. Berkley", + "decision_date": "1803-05-03", + "docket_number": "", + "first_page": "545", + "last_page": "546", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 378" + }, + { + "type": "official", + "cite": "7 Va. 378" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Munf. 555", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 2094013 + ], + "opinion_index": -1, + "case_paths": [ + "/va/15/0219-01" + ] + }, + { + "cite": "1 Munf. 406", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 2094033 + ], + "opinion_index": -1, + "case_paths": [ + "/va/15/0158-01" + ] + }, + { + "cite": "1 Hen. & M. 61", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8686022 + ], + "opinion_index": -1, + "case_paths": [ + "/va/11/0039-01" + ] + }, + { + "cite": "1 Call, 573", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Call, 51", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094906 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0021-02" + ] + } + ], + "analysis": { + "cardinality": 396, + "char_count": 6669, + "ocr_confidence": 0.538, + "pagerank": { + "raw": 1.396537402001602e-07, + "percentile": 0.6438688124288328 + }, + "sha256": "478a03ef559b6c28948f278c601a9c9405c1fbc2c61b157db9b2b870f1dc8f63", + "simhash": "1:05bb8a2336089e83", + "word_count": 1178 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0545-01", + "first_page_order": 125, + "last_page_order": 126 + }, + { + "id": 6716509, + "name": "Ross v. Colville & Co.", + "name_abbreviation": "Ross v. Colville", + "decision_date": "1803-05-11", + "docket_number": "", + "first_page": "546", + "last_page": "547", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 382" + }, + { + "type": "official", + "cite": "7 Va. 382" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Hen. & M. 320", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "1 Call, 295", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094910 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0111-01" + ] + } + ], + "analysis": { + "cardinality": 292, + "char_count": 4682, + "ocr_confidence": 0.458, + "pagerank": { + "raw": 2.1708356074816555e-07, + "percentile": 0.7711524880408086 + }, + "sha256": "3d083ce597116639494fe6331e82080edb36e0c904cc186c77a4eb027a7606b3", + "simhash": "1:8283a4a5fe4f0dc4", + "word_count": 824 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0546-01", + "first_page_order": 126, + "last_page_order": 127 + }, + { + "id": 6716546, + "name": "Thornton v. Corbin", + "name_abbreviation": "Thornton v. Corbin", + "decision_date": "1803-05-05", + "docket_number": "", + "first_page": "547", + "last_page": "550", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 384" + }, + { + "type": "official", + "cite": "7 Va. 384" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Hen. & M. 449", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6725805 + ], + "opinion_index": -1, + "case_paths": [ + "/va/13/0724-01" + ] + }, + { + "cite": "3 Call 407", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "8 Hen. & M. 177", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "3 Hen. & M. 358", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 274", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716652 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0514-01" + ] + }, + { + "cite": "1 Call, 405", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094969 + ], + "opinion_index": 0, + "case_paths": [ + "/va/5/0149-01" + ] + } + ], + "analysis": { + "cardinality": 670, + "char_count": 15428, + "ocr_confidence": 0.494, + "pagerank": { + "raw": 2.3337356247747282e-07, + "percentile": 0.7914032825852009 + }, + "sha256": "43b9fd81c9c703b212f04ee5ae974191f8e8a0405dbbbfe084e4f75102faad5e", + "simhash": "1:8e37aec2a17069f9", + "word_count": 2702 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0547-01", + "first_page_order": 127, + "last_page_order": 130 + }, + { + "id": 6716561, + "name": "Minor v. Goodall", + "name_abbreviation": "Minor v. Goodall", + "decision_date": "1803-05-16", + "docket_number": "", + "first_page": "550", + "last_page": "550", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 393" + }, + { + "type": "official", + "cite": "7 Va. 393" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "18 W. Va. 562", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "18 W. Va. 316", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 122, + "char_count": 1536, + "ocr_confidence": 0.529, + "pagerank": { + "raw": 1.8609649103798883e-07, + "percentile": 0.7248528775229752 + }, + "sha256": "45cdaa29117c441380072d84e496efe14ed1693694ea0af1c74f6f3852904705", + "simhash": "1:0345ec351b06128e", + "word_count": 254 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0550-01", + "first_page_order": 130, + "last_page_order": 130 + }, + { + "id": 6716613, + "name": "Nelson v. Harwood", + "name_abbreviation": "Nelson v. Harwood", + "decision_date": "1803-05-13", + "docket_number": "", + "first_page": "550", + "last_page": "556", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 394" + }, + { + "type": "official", + "cite": "7 Va. 394" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Gratt. 243", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715266 + ], + "opinion_index": -1, + "case_paths": [ + "/va/44/0626-01" + ] + }, + { + "cite": "27 S. E. Rep. 247", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "43 W. Va. 274", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "10 Gratt. 159", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715134 + ], + "opinion_index": -1, + "case_paths": [ + "/va/51/0461-01" + ] + }, + { + "cite": "4 S. E. Rep. 820", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "83 Va. 633", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4371782 + ], + "pin_cites": [ + { + "page": "634, 630" + } + ], + "opinion_index": -1, + "case_paths": [ + "/va/83/0633-01" + ] + } + ], + "analysis": { + "cardinality": 1262, + "char_count": 37874, + "ocr_confidence": 0.493, + "pagerank": { + "raw": 4.951556935886652e-07, + "percentile": 0.9349487170873668 + }, + "sha256": "3083b3517106664b5072e34be2519cfc50c91ebe09e673f68d720a8f74418366", + "simhash": "1:0c4a2736eeaa18f7", + "word_count": 6692 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0550-02", + "first_page_order": 130, + "last_page_order": 136 + }, + { + "id": 6716636, + "name": "Barnett v. Darnielle", + "name_abbreviation": "Barnett v. Darnielle", + "decision_date": "1803-05-06", + "docket_number": "", + "first_page": "556", + "last_page": "557", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 413" + }, + { + "type": "official", + "cite": "7 Va. 413" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "27 Gratt. 624", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740690 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0626-01" + ] + }, + { + "cite": "30 Gratt. 734", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 354, + "char_count": 6903, + "ocr_confidence": 0.487, + "pagerank": { + "raw": 5.676830387708631e-08, + "percentile": 0.3549649033592306 + }, + "sha256": "2e5514bacff5ab62640211d9ee0874fe47ab93185bcb738529daeb72dbbd4466", + "simhash": "1:8e8b82aaba1e5ec7", + "word_count": 1172 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0556-01", + "first_page_order": 136, + "last_page_order": 137 + }, + { + "id": 6716651, + "name": "Stever v. Gillis", + "name_abbreviation": "Stever v. Gillis", + "decision_date": "1803-10-15", + "docket_number": "", + "first_page": "557", + "last_page": "559", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 418" + }, + { + "type": "official", + "cite": "7 Va. 418" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 442, + "char_count": 8329, + "ocr_confidence": 0.512, + "sha256": "e0ba8767e682f94c10abf221379b4cd66b87c71e5883480e26c160ddd4ce4516", + "simhash": "1:81f6dee211759c09", + "word_count": 1469 + }, + "last_updated": "2023-07-14T20:37:52.352644+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0557-01", + "first_page_order": 137, + "last_page_order": 139 + }, + { + "id": 6716678, + "name": "Stuart and Others v. Lee, Governor, &c.", + "name_abbreviation": "Stuart v. Lee", + "decision_date": "1803-11-04", + "docket_number": "", + "first_page": "559", + "last_page": "560", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 421" + }, + { + "type": "official", + "cite": "7 Va. 421" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "21 Gratt. 107", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733444 + ], + "opinion_index": -1, + "case_paths": [ + "/va/62/0745-01" + ] + }, + { + "cite": "2 Gall 510", + "category": "reporters:federal", + "reporter": "Gall.", + "opinion_index": -1 + }, + { + "cite": "11 W. Va. 256", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "16 Gratt. 330", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "15 Gratt. 186", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Hen. & M. 463", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "2 Call, 510", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716646 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0389-01" + ] + }, + { + "cite": "1 Call, 41", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094956 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/5/0018-01" + ] + }, + { + "cite": "1 Wash. 367", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6717454 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/1/0579-01" + ] + } + ], + "analysis": { + "cardinality": 386, + "char_count": 6407, + "ocr_confidence": 0.486, + "pagerank": { + "raw": 6.326961106949647e-07, + "percentile": 0.9585500930749244 + }, + "sha256": "67fc78e830a38fc642f1992c7c8c8ee8daba76f27b681aff99fa810b34b0896e", + "simhash": "1:92e7a6a077181fcc", + "word_count": 1138 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0559-01", + "first_page_order": 139, + "last_page_order": 140 + }, + { + "id": 6716716, + "name": "Goosely v. Holmes, Adm'r of Elliott", + "name_abbreviation": "Goosely v. Holmes", + "decision_date": "1803-11-07", + "docket_number": "", + "first_page": "560", + "last_page": "562", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 424" + }, + { + "type": "official", + "cite": "7 Va. 424" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "32 S. E. Rep. 797", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "97 Va. 754", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2013105 + ], + "opinion_index": -1, + "case_paths": [ + "/va/97/0754-01" + ] + }, + { + "cite": "28 Gratt. 922", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4433141 + ], + "opinion_index": -1, + "case_paths": [ + "/va/69/0287-01" + ] + }, + { + "cite": "2 Gratt. 558", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716589 + ], + "opinion_index": -1, + "case_paths": [ + "/va/43/0478-01" + ] + }, + { + "cite": "2 Wash. 301", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715535 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0776-02" + ] + }, + { + "cite": "3 Munf. 65", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6717499 + ], + "opinion_index": -1, + "case_paths": [ + "/va/17/0626-01" + ] + }, + { + "cite": "1 Wash. 282", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716711 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0518-01" + ] + } + ], + "analysis": { + "cardinality": 603, + "char_count": 12544, + "ocr_confidence": 0.513, + "pagerank": { + "raw": 4.03580807328026e-08, + "percentile": 0.18082540719555465 + }, + "sha256": "abc41729e43e94f0370158f6231e72b71ba88ddae676172a27884eef6df350ff", + "simhash": "1:06eee005908f6c13", + "word_count": 2226 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0560-01", + "first_page_order": 140, + "last_page_order": 142 + }, + { + "id": 6716744, + "name": "Cohoons v. Purdie, Ex'r", + "name_abbreviation": "Cohoons v. Purdie, Ex'r", + "decision_date": "1803-10-17", + "docket_number": "", + "first_page": "562", + "last_page": "562", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 431" + }, + { + "type": "official", + "cite": "7 Va. 431" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Hen. & M. 303", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8690129 + ], + "opinion_index": -1, + "case_paths": [ + "/va/11/0142-01" + ] + }, + { + "cite": "1 Call, 246", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094974 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0093-02" + ] + } + ], + "analysis": { + "cardinality": 290, + "char_count": 4793, + "ocr_confidence": 0.555, + "pagerank": { + "raw": 2.0586289535036473e-07, + "percentile": 0.7562379119400398 + }, + "sha256": "05d8a8b7a60791956a3d51b4f2a5a66e37710d8cd4149c76d98c409eb8dbccd4", + "simhash": "1:8a264841a78cee50", + "word_count": 869 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0562-01", + "first_page_order": 142, + "last_page_order": 142 + }, + { + "id": 6716777, + "name": "Brachan v. Griffin", + "name_abbreviation": "Brachan v. Griffin", + "decision_date": "1803-11-16", + "docket_number": "", + "first_page": "563", + "last_page": "564", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 433" + }, + { + "type": "official", + "cite": "7 Va. 433" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Gratt. 364", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4448923 + ], + "opinion_index": -1, + "case_paths": [ + "/va/42/0144-01" + ] + }, + { + "cite": "21 Gratt. 892", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "18 Gratt. 718", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 495, + "char_count": 10781, + "ocr_confidence": 0.515, + "pagerank": { + "raw": 1.0482681451391715e-07, + "percentile": 0.5532521394104444 + }, + "sha256": "2bf2c31c79060d17876a5a0c8babe8d4a760ac13ee6563ad32331cb7f27151fc", + "simhash": "1:7da4e48a145c691e", + "word_count": 1882 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0563-01", + "first_page_order": 143, + "last_page_order": 144 + }, + { + "id": 6716812, + "name": "Mosby v. Leeds", + "name_abbreviation": "Mosby v. Leeds", + "decision_date": "1803-11-05", + "docket_number": "", + "first_page": "564", + "last_page": "567", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 439" + }, + { + "type": "official", + "cite": "7 Va. 439" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "10 Gratt. 259", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715585 + ], + "opinion_index": -1, + "case_paths": [ + "/va/51/0545-01" + ] + }, + { + "cite": "13 Gratt. 511", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4437932 + ], + "opinion_index": -1, + "case_paths": [ + "/va/54/0205-01" + ] + }, + { + "cite": "24 S. E. Rep. 1002", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "41 W. Va. 786", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 605, + "char_count": 14001, + "ocr_confidence": 0.528, + "pagerank": { + "raw": 3.188898937753702e-07, + "percentile": 0.865011241968161 + }, + "sha256": "3cb8e32e3ff4cb6d650098fd26dc4c56f8eb175bfdf1808fb0befc84ab695f2f", + "simhash": "1:8e94d0e62486069c", + "word_count": 2413 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0564-01", + "first_page_order": 144, + "last_page_order": 147 + }, + { + "id": 6716852, + "name": "Young v. Gregorie and Another", + "name_abbreviation": "Young v. Gregorie", + "decision_date": "1803-11-15", + "docket_number": "", + "first_page": "567", + "last_page": "570", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 446" + }, + { + "type": "official", + "cite": "7 Va. 446" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Munf. 70", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "78" + } + ], + "opinion_index": -1 + }, + { + "cite": "4 Leigh 609", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "3 Call 3", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6714816 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0423-02" + ] + }, + { + "cite": "40 S. E. Rep. 463", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "11 W. Va. 289", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "2 W. Va. 255", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "15 Gratt. 396", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Munf. 20", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "21, 24" + } + ], + "opinion_index": -1 + }, + { + "cite": "2 Wash. 187", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714961 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0703-01" + ] + }, + { + "cite": "2 Wash. 281", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "1 Call, 83", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094931 + ], + "opinion_index": 0, + "case_paths": [ + "/va/5/0034-01" + ] + }, + { + "cite": "2 Wash. 187", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714961 + ], + "opinion_index": 0, + "case_paths": [ + "/va/2/0703-01" + ] + } + ], + "analysis": { + "cardinality": 764, + "char_count": 18621, + "ocr_confidence": 0.498, + "pagerank": { + "raw": 6.89516378802872e-07, + "percentile": 0.9647433112895771 + }, + "sha256": "50c6c8d993869cf1f270888928f30f1ed554a3cc0599928a5cc4f10beed9268e", + "simhash": "1:17e7c801099edc02", + "word_count": 3238 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0567-01", + "first_page_order": 147, + "last_page_order": 150 + }, + { + "id": 6716889, + "name": "George v. Blue", + "name_abbreviation": "George v. Blue", + "decision_date": "1803-10-22", + "docket_number": "", + "first_page": "570", + "last_page": "571", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 455" + }, + { + "type": "official", + "cite": "7 Va. 455" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 W. Va. 455", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "30 Gratt. 547", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4431868 + ], + "opinion_index": -1, + "case_paths": [ + "/va/71/0186-01" + ] + }, + { + "cite": "3 Munf. 94", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6717840 + ], + "opinion_index": -1, + "case_paths": [ + "/va/17/0636-02" + ] + }, + { + "cite": "3 Call 394", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716613 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0550-02" + ] + }, + { + "cite": "19 S. E. Rep. 549", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "39 W. Va. 71", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 476, + "char_count": 10692, + "ocr_confidence": 0.502, + "pagerank": { + "raw": 2.093935357557072e-07, + "percentile": 0.7607507233047177 + }, + "sha256": "be8a69d7c9bcc773b4803bd451147112d8466dafc6f704ad78fbac6735fff6e6", + "simhash": "1:5bf686a10a1039c1", + "word_count": 1834 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0570-01", + "first_page_order": 150, + "last_page_order": 151 + }, + { + "id": 6716922, + "name": "Bedinger v. Commonwealth", + "name_abbreviation": "Bedinger v. Commonwealth", + "decision_date": "1803-11-29", + "docket_number": "", + "first_page": "571", + "last_page": "576", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 461" + }, + { + "type": "official", + "cite": "7 Va. 461" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "28 W. Va. 272", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "22 Gratt. 560", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "5 Leigh 736", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "4 Rand. 147", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "6 Munf. 117", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6724423 + ], + "opinion_index": -1, + "case_paths": [ + "/va/20/0652-01" + ] + }, + { + "cite": "3 Munf. 210", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 161", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "3 Hen. & M 212", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "1 Hen. & M. 421", + "category": "reporters:state", + "reporter": "Hen. & M.", + "pin_cites": [ + { + "page": "422" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Call, 246", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094974 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0093-02" + ] + } + ], + "analysis": { + "cardinality": 1058, + "char_count": 28118, + "ocr_confidence": 0.521, + "pagerank": { + "raw": 4.7319843614200276e-07, + "percentile": 0.9295223389471742 + }, + "sha256": "113c5b70be990d47f453162e12ac917c41fc3015bf24c113a3003434644b97a6", + "simhash": "1:33b642a9a51a0fa5", + "word_count": 4888 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0571-01", + "first_page_order": 151, + "last_page_order": 156 + }, + { + "id": 6716958, + "name": "Tabb v. Baird", + "name_abbreviation": "Tabb v. Baird", + "decision_date": "1803-11-12", + "docket_number": "", + "first_page": "576", + "last_page": "580", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 475" + }, + { + "type": "official", + "cite": "7 Va. 475" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Call 490", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 168", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "173" + } + ], + "opinion_index": -1 + }, + { + "cite": "3 Munf. 539", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "4 Leigh 17", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "3 Call 362", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716391 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0540-01" + ] + }, + { + "cite": "11 Gratt. 587", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451198 + ], + "opinion_index": -1, + "case_paths": [ + "/va/52/0287-01" + ] + }, + { + "cite": "3 Munf. 536", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6720590 + ], + "opinion_index": -1, + "case_paths": [ + "/va/17/0788-01" + ] + }, + { + "cite": "1 Munf. 162", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 2094027 + ], + "opinion_index": -1, + "case_paths": [ + "/va/15/0070-01" + ] + }, + { + "cite": "13 Gratt. 8", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "75 Va. 246", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 0 + }, + { + "cite": "13 Gratt. 490", + "category": "reporters:state", + "reporter": "Gratt.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "1 Leigh 254", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": 0 + }, + { + "cite": "2 W. Va. 403", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + }, + { + "cite": "4 Leigh 17", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 954, + "char_count": 26186, + "ocr_confidence": 0.514, + "pagerank": { + "raw": 9.939145651812425e-07, + "percentile": 0.9825175135693239 + }, + "sha256": "a96b20fe574edb137f2b51abcab31e0dfd9564164fba3e68bd7913b12828e389", + "simhash": "1:1ff72f2a5a4aeec6", + "word_count": 4647 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0576-01", + "first_page_order": 156, + "last_page_order": 160 + }, + { + "id": 6716976, + "name": "Hall v. Hall", + "name_abbreviation": "Hall v. Hall", + "decision_date": "1803-11-12", + "docket_number": "", + "first_page": "580", + "last_page": "581", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 488" + }, + { + "type": "official", + "cite": "7 Va. 488" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Call 362", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716391 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0540-01" + ] + }, + { + "cite": "3 Munf. 538", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "539" + } + ], + "opinion_index": -1 + }, + { + "cite": "4 Leigh 17", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "3 Call 475", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716958 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0576-01" + ] + }, + { + "cite": "11 Gratt. 587", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451198 + ], + "opinion_index": -1, + "case_paths": [ + "/va/52/0287-01" + ] + } + ], + "analysis": { + "cardinality": 355, + "char_count": 5420, + "ocr_confidence": 0.497, + "pagerank": { + "raw": 3.0474500916848446e-07, + "percentile": 0.855698922987402 + }, + "sha256": "c64cc9426f267de4084945883e1dcf72a3c08af1e8e83671b7e8df1b3da55979", + "simhash": "1:efa62dcb9902dd7f", + "word_count": 959 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0580-01", + "first_page_order": 160, + "last_page_order": 161 + }, + { + "id": 6717001, + "name": "Wartenby v. Moran", + "name_abbreviation": "Wartenby v. Moran", + "decision_date": "1803-11-04", + "docket_number": "", + "first_page": "581", + "last_page": "582", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 491" + }, + { + "type": "official", + "cite": "7 Va. 491" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "34 S. E. Rep. 460", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "97 Va. 609", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 368, + "char_count": 7643, + "ocr_confidence": 0.512, + "pagerank": { + "raw": 9.665205009507032e-08, + "percentile": 0.5287788979203034 + }, + "sha256": "aad20b4d4e191c830c035869b99a1633a3a5f0298430160f2f0fd875732c9deb", + "simhash": "1:90aa4952bf46e858", + "word_count": 1359 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0581-01", + "first_page_order": 161, + "last_page_order": 162 + }, + { + "id": 6717023, + "name": "Harvey v. Preston", + "name_abbreviation": "Harvey v. Preston", + "decision_date": "1803-11-02", + "docket_number": "", + "first_page": "582", + "last_page": "584", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 495" + }, + { + "type": "official", + "cite": "7 Va. 495" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Hen. & M. 62", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "18 W. Va. 125", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "4 Leigh 384", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "13 Gratt. 473", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Hen. & M. 65", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "4 Munf. 164", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "1 Call, 127", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094977 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0050-01" + ] + }, + { + "cite": "1 Call, 438", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Call, 475", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094959 + ], + "opinion_index": 0, + "case_paths": [ + "/va/5/0173-01" + ] + } + ], + "analysis": { + "cardinality": 622, + "char_count": 13778, + "ocr_confidence": 0.504, + "pagerank": { + "raw": 1.5868934790711044e-07, + "percentile": 0.6813746670172662 + }, + "sha256": "66f5f52c6226c85204877431095e6b4ad2ac79d22f8a6d057f793b2e536a5a5b", + "simhash": "1:050706a29d1aac36", + "word_count": 2451 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0582-01", + "first_page_order": 162, + "last_page_order": 164 + }, + { + "id": 6717051, + "name": "Harris v. Magee", + "name_abbreviation": "Harris v. Magee", + "decision_date": "1803-11-10", + "docket_number": "", + "first_page": "584", + "last_page": "586", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 502" + }, + { + "type": "official", + "cite": "7 Va. 502" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Gratt, 364", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4448923 + ], + "opinion_index": -1, + "case_paths": [ + "/va/42/0144-01" + ] + } + ], + "analysis": { + "cardinality": 488, + "char_count": 9786, + "ocr_confidence": 0.527, + "pagerank": { + "raw": 8.29615446650776e-08, + "percentile": 0.4795211998846265 + }, + "sha256": "e010abace7ae8274a3829a2a8c163441201aaeb18dff3369826dc8347620b151", + "simhash": "1:acb3ebb29f783089", + "word_count": 1672 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0584-01", + "first_page_order": 164, + "last_page_order": 166 + }, + { + "id": 6717078, + "name": "Crump and Others v. Dudley and Wife", + "name_abbreviation": "Crump v. Dudley", + "decision_date": "1790-06-23", + "docket_number": "", + "first_page": "586", + "last_page": "588", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 507" + }, + { + "type": "official", + "cite": "7 Va. 507" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "10 Gratt. 159", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715134 + ], + "opinion_index": -1, + "case_paths": [ + "/va/51/0461-01" + ] + }, + { + "cite": "23 Gratt. 128", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "5 Rand. 259", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 671, + "char_count": 14224, + "ocr_confidence": 0.524, + "pagerank": { + "raw": 1.7428667607163413e-07, + "percentile": 0.7072854440548464 + }, + "sha256": "9087cd30bfffd734bde027084a39ae815f685bcaabd38a4a6975dd529a516534", + "simhash": "1:b366e164deeef14f", + "word_count": 2538 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0586-01", + "first_page_order": 166, + "last_page_order": 168 + }, + { + "id": 6717106, + "name": "Beall v. Edmondson", + "name_abbreviation": "Beall v. Edmondson", + "decision_date": "1790-07-07", + "docket_number": "", + "first_page": "588", + "last_page": "591", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 514" + }, + { + "type": "official", + "cite": "7 Va. 514" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 Hen. & M. 269", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "4 Hen. & M. 266", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6725529 + ], + "opinion_index": -1, + "case_paths": [ + "/va/14/0883-01" + ] + }, + { + "cite": "1 Hen. & M. 574", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "1 Hen. & M. 378", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "15 Gratt. 495", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "4 Rand. 488", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 4443930 + ], + "opinion_index": -1, + "case_paths": [ + "/va/25/0202-01" + ] + }, + { + "cite": "8 S. E. Rep. 817", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "85 Va. 852", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "15 Gratt. 492", + "category": "reporters:state", + "reporter": "Gratt.", + "weight": 2, + "pin_cites": [ + { + "page": "493" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Wash. 192", + "category": "reporters:state", + "reporter": "Wash.", + "weight": 2, + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 616, + "char_count": 14834, + "ocr_confidence": 0.522, + "pagerank": { + "raw": 1.9600328928330041e-07, + "percentile": 0.7378874212357555 + }, + "sha256": "b558f2e4014b7807d8a922755765808137e41c49341b73a23cc6c55c4a1a800a", + "simhash": "1:0da119e5aa4c2f99", + "word_count": 2645 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0588-01", + "first_page_order": 168, + "last_page_order": 171 + }, + { + "id": 6717127, + "name": "Watkins's Exr's v. Tate", + "name_abbreviation": "Watkins's Exr's v. Tate", + "decision_date": "1790-06", + "docket_number": "", + "first_page": "591", + "last_page": "591", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 521" + }, + { + "type": "official", + "cite": "7 Va. 521" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "18 Gratt. 801", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733925 + ], + "opinion_index": -1, + "case_paths": [ + "/va/59/0792-01" + ] + } + ], + "analysis": { + "cardinality": 125, + "char_count": 1524, + "ocr_confidence": 0.497, + "pagerank": { + "raw": 4.2085472642727205e-08, + "percentile": 0.2680870583574564 + }, + "sha256": "0b9d81a64df65b052027952b7d838397b8f95703502f6531625710ec28d1de6b", + "simhash": "1:b94cea337a220176", + "word_count": 251 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0591-01", + "first_page_order": 171, + "last_page_order": 171 + }, + { + "id": 6717175, + "name": "Jude, Ex'r v. Syme", + "name_abbreviation": "Jude, Ex'r v. Syme", + "decision_date": "1790-06", + "docket_number": "", + "first_page": "591", + "last_page": "591", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 522" + }, + { + "type": "official", + "cite": "7 Va. 522" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "26 W. Va. 580", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 138, + "char_count": 1830, + "ocr_confidence": 0.499, + "pagerank": { + "raw": 2.1995933875888662e-07, + "percentile": 0.767544796470567 + }, + "sha256": "e5f7432efbdd963aa67cc391d9b467c0e24799939b673e56b4cc6a3e8eb94b15", + "simhash": "1:9ab83900df5c96b7", + "word_count": 320 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0591-02", + "first_page_order": 171, + "last_page_order": 171 + }, + { + "id": 6717198, + "name": "Johnston v. Syme", + "name_abbreviation": "Johnston v. Syme", + "decision_date": "1790-06", + "docket_number": "", + "first_page": "591", + "last_page": "592", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 522" + }, + { + "type": "official", + "cite": "7 Va. 522" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Leigh 199", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "6 Leigh 304", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "24 S. E. Rep. 928", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "93 Va. 268", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1870643 + ], + "opinion_index": -1, + "case_paths": [ + "/va/93/0268-01" + ] + }, + { + "cite": "5 S. E. Rep. 688", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "84 Va. 648", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 477945 + ], + "opinion_index": -1, + "case_paths": [ + "/va/84/0648-01" + ] + }, + { + "cite": "1 Rand. 462", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 4443473 + ], + "opinion_index": -1, + "case_paths": [ + "/va/22/0181-01" + ] + }, + { + "cite": "6 Leigh 299", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6717824 + ], + "opinion_index": -1, + "case_paths": [ + "/va/33/0404-01" + ] + }, + { + "cite": "3 Leigh 196", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6725296 + ], + "opinion_index": -1, + "case_paths": [ + "/va/30/0603-01" + ] + }, + { + "cite": "28 S. E. Rep. 888", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "95 Va. 517", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 198, + "char_count": 2253, + "ocr_confidence": 0.524, + "pagerank": { + "raw": 4.688403287882615e-08, + "percentile": 0.18480411031453484 + }, + "sha256": "c714349a7729f78ded132abcb4ab17b25e725c2a491ace1745100bbe0322ca24", + "simhash": "1:5d87313c6fcbaf90", + "word_count": 392 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0591-03", + "first_page_order": 171, + "last_page_order": 172 + }, + { + "id": 6717234, + "name": "Johnston v. Meriwether", + "name_abbreviation": "Johnston v. Meriwether", + "decision_date": "1790", + "docket_number": "", + "first_page": "592", + "last_page": "594", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 523" + }, + { + "type": "official", + "cite": "7 Va. 523" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Hen. & M. 465", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "2 Wash. 143", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714553, + 6714574 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0668-01", + "/va/2/0668-02" + ] + }, + { + "cite": "4 W. Va. 28", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "21 Gratt. 107", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733444 + ], + "opinion_index": -1, + "case_paths": [ + "/va/62/0745-01" + ] + }, + { + "cite": "12 W. Va. 718", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "14 S. E. Rep. 6", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "35 W. Va. 279", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "5 S. E. Rep. 308", + "category": "reporters:state_regional", + "reporter": "S.E.", + "pin_cites": [ + { + "page": "310" + } + ], + "opinion_index": -1 + }, + { + "cite": "31 W. Va. 56", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "61" + } + ], + "opinion_index": -1 + }, + { + "cite": "11 W. Va. 259", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "27 S. E. Rep. 467", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "94 Va. 702", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "2 Hen. & M. 456", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "2 Hen. & M. 464", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 503", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 368", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6717476 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0580-01" + ] + } + ], + "analysis": { + "cardinality": 669, + "char_count": 14904, + "ocr_confidence": 0.517, + "pagerank": { + "raw": 1.2564131247525078e-06, + "percentile": 0.988691425639101 + }, + "sha256": "b16485a0efa90de74427827b5c1c0683d0669f11428eb6c11e0cb11de745a850", + "simhash": "1:1beb2ce08dfece08", + "word_count": 2650 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0592-01", + "first_page_order": 172, + "last_page_order": 174 + }, + { + "id": 6717264, + "name": "Barrett and Others v. Floyd and Others", + "name_abbreviation": "Barrett v. Floyd", + "decision_date": "1790-07-06", + "docket_number": "", + "first_page": "594", + "last_page": "596", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 531" + }, + { + "type": "official", + "cite": "7 Va. 531" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "7 Gratt. 425", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449374 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0172-01" + ] + }, + { + "cite": "15 Gratt. 518", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732456 + ], + "opinion_index": -1, + "case_paths": [ + "/va/56/0900-01" + ] + }, + { + "cite": "13 S. E. Rep. 145", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "87 Va. 709", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "3 Gall 531", + "category": "reporters:federal", + "reporter": "Gall.", + "opinion_index": -1 + }, + { + "cite": "2 H. & M. 139", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6725786 + ], + "opinion_index": -1, + "case_paths": [ + "/va/12/0377-01" + ] + }, + { + "cite": "1 Call 546", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094929 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0197-01" + ] + }, + { + "cite": "4 H. & M. 472", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 645, + "char_count": 14110, + "ocr_confidence": 0.501, + "pagerank": { + "raw": 2.76027118665988e-07, + "percentile": 0.8335111429276378 + }, + "sha256": "25a687a2f30f4b51f09228bca75739f93432213fa5670cf62c50c45873e53ff8", + "simhash": "1:6b83e7feff6fbd5d", + "word_count": 2550 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0594-01", + "first_page_order": 174, + "last_page_order": 176 + }, + { + "id": 6717311, + "name": "Lomax v. Pendleton", + "name_abbreviation": "Lomax v. Pendleton", + "decision_date": "1790-07-07", + "docket_number": "", + "first_page": "596", + "last_page": "599", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 538" + }, + { + "type": "official", + "cite": "7 Va. 538" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "27 Gratt. 541", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740405 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0584-01" + ] + }, + { + "cite": "6 Munf. 99", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6724052 + ], + "opinion_index": -1, + "case_paths": [ + "/va/20/0637-01" + ] + }, + { + "cite": "4 Hen. & M. 417", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 630, + "char_count": 14813, + "ocr_confidence": 0.503, + "pagerank": { + "raw": 5.986915626003663e-07, + "percentile": 0.9540527266261469 + }, + "sha256": "597d95ad9e6cda9df563b6401829a2612a72eae95c4a88f8e5b1ae47c574cd0e", + "simhash": "1:ae0fc865e2388c05", + "word_count": 2620 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0596-01", + "first_page_order": 176, + "last_page_order": 179 + }, + { + "id": 6717347, + "name": "Broddus v. M'Call & Elliot", + "name_abbreviation": "Broddus v. M'Call", + "decision_date": "1790-07-08", + "docket_number": "", + "first_page": "599", + "last_page": "601", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 546" + }, + { + "type": "official", + "cite": "7 Va. 546" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Pat. & H. 5", + "category": "reporters:state", + "reporter": "Patton & Heath", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 655, + "char_count": 14012, + "ocr_confidence": 0.5, + "pagerank": { + "raw": 8.262683731656364e-08, + "percentile": 0.4781556762575733 + }, + "sha256": "2394a1dad69969b3e1d099b7488d298520e968998dbd4144dfda6ee7f31f77f9", + "simhash": "1:23a3e304fa6f1891", + "word_count": 2452 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0599-01", + "first_page_order": 179, + "last_page_order": 181 + }, + { + "id": 6717377, + "name": "Hughes v. Clayton and Wife", + "name_abbreviation": "Hughes v. Clayton", + "decision_date": "1790-07-10", + "docket_number": "", + "first_page": "601", + "last_page": "602", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 554" + }, + { + "type": "official", + "cite": "7 Va. 554" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Gratt. 344", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715813 + ], + "opinion_index": -1, + "case_paths": [ + "/va/43/0388-01" + ] + }, + { + "cite": "8 Gratt. 578", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716353 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0674-01" + ] + } + ], + "analysis": { + "cardinality": 213, + "char_count": 3290, + "ocr_confidence": 0.495, + "pagerank": { + "raw": 5.598012813493475e-08, + "percentile": 0.35079400382029996 + }, + "sha256": "95d60a635c68d501f8b9ee20bc15845fd5e35f7975104a182c1cbf6008d13519", + "simhash": "1:c242539f82791eea", + "word_count": 536 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0601-01", + "first_page_order": 181, + "last_page_order": 182 + }, + { + "id": 6717431, + "name": "Bates v. Gordon", + "name_abbreviation": "Bates v. Gordon", + "decision_date": "1790-07-12", + "docket_number": "", + "first_page": "602", + "last_page": "602", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 555" + }, + { + "type": "official", + "cite": "7 Va. 555" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "1 Wash. 75", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714609 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0391-02" + ] + }, + { + "cite": "8 Gratt. 578", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716353 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0674-01" + ] + } + ], + "analysis": { + "cardinality": 173, + "char_count": 2559, + "ocr_confidence": 0.524, + "pagerank": { + "raw": 5.042662423707923e-08, + "percentile": 0.3166366069990953 + }, + "sha256": "5df2ee0340cb6da10b3869214a187c26fc84c775c7a938178d4e793b5c69422a", + "simhash": "1:d74f2c2999365dc6", + "word_count": 459 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0602-01", + "first_page_order": 182, + "last_page_order": 182 + }, + { + "id": 6717459, + "name": "Taylor & Co. v. M'Clean", + "name_abbreviation": "Taylor v. M'Clean", + "decision_date": "1790-12-04", + "docket_number": "", + "first_page": "602", + "last_page": "602", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 557" + }, + { + "type": "official", + "cite": "7 Va. 557" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 115, + "char_count": 1615, + "ocr_confidence": 0.526, + "pagerank": { + "raw": 1.2672114475574684e-07, + "percentile": 0.61384331673391 + }, + "sha256": "ad4457bba408fb85510429a404eba9777cd4fb8d3ff9854accb356d98131ac50", + "simhash": "1:853a50c15b655e0c", + "word_count": 278 + }, + "last_updated": "2023-07-14T20:37:52.352644+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0602-02", + "first_page_order": 182, + "last_page_order": 182 + }, + { + "id": 6717500, + "name": "Syme v. Johnston", + "name_abbreviation": "Syme v. Johnston", + "decision_date": "1790-12-15", + "docket_number": "", + "first_page": "602", + "last_page": "605", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 558" + }, + { + "type": "official", + "cite": "7 Va. 558" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "12 Gratt. 53", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6714993 + ], + "opinion_index": -1, + "case_paths": [ + "/va/53/0483-01" + ] + }, + { + "cite": "3 Munf. 126", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6718100 + ], + "opinion_index": -1, + "case_paths": [ + "/va/17/0647-01" + ] + }, + { + "cite": "12 S. E. Rep. 552", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "34 W. Va. 560", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "3 Gratt. 243", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715266 + ], + "opinion_index": -1, + "case_paths": [ + "/va/44/0626-01" + ] + } + ], + "analysis": { + "cardinality": 784, + "char_count": 18683, + "ocr_confidence": 0.5, + "pagerank": { + "raw": 3.706968422659017e-07, + "percentile": 0.8931933869503589 + }, + "sha256": "250b14a33d4472ff982ce9cc8e35644edb1d931a60f3032ee07396bc188ee6ee", + "simhash": "1:a56daec01f44d54e", + "word_count": 3309 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0602-03", + "first_page_order": 182, + "last_page_order": 185 + }, + { + "id": 6717536, + "name": "Ross v. Pynes", + "name_abbreviation": "Ross v. Pynes", + "decision_date": "1790-12-08", + "docket_number": "", + "first_page": "605", + "last_page": "607", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 568" + }, + { + "type": "official", + "cite": "7 Va. 568" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Hen. & M. 263", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "5 Call 293", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "2 Gratt. 212", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715281 + ], + "opinion_index": -1, + "case_paths": [ + "/va/43/0341-01" + ] + }, + { + "cite": "2 Wash. 86", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "3 Call 490", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "5 Call 279", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715179 + ], + "opinion_index": -1, + "case_paths": [ + "/va/9/0955-01" + ] + }, + { + "cite": "4 Call 279", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715761 + ], + "opinion_index": -1, + "case_paths": [ + "/va/8/0726-01" + ] + }, + { + "cite": "9 Gratt. 885", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Call 518", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Leigh 506", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "1 Hen. & M. 552", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "5 Leigh 205", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "7 W. Va. 719", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Hen. & M. 548", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8694844 + ], + "opinion_index": -1, + "case_paths": [ + "/va/11/0243-01" + ] + }, + { + "cite": "6 Leigh 210", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "1 Am. Dec. 449", + "category": "reporters:federal", + "reporter": "Am. Dec.", + "case_ids": [ + 6715355 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0456-01" + ] + }, + { + "cite": "1 Wash. 166", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715490 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0461-01" + ] + }, + { + "cite": "1 Wash. 336", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6717260, + 8530781 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0564-01", + "/wash/1/0336-01" + ] + } + ], + "analysis": { + "cardinality": 593, + "char_count": 13287, + "ocr_confidence": 0.514, + "pagerank": { + "raw": 7.837189854999434e-07, + "percentile": 0.9724974313174243 + }, + "sha256": "ca99fd66d756892fcb198751f7c5e1c0596ca11a53df7376015088eb20d012e3", + "simhash": "1:f85902484f0eedee", + "word_count": 2378 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0605-01", + "first_page_order": 185, + "last_page_order": 187 + }, + { + "id": 6717598, + "name": "The Rev. John Bracken v. The Visitors of Wm. & Mary College", + "name_abbreviation": "Bracken v. Visitors of Wm. & Mary College", + "decision_date": "1790-12-08", + "docket_number": "", + "first_page": "607", + "last_page": "615", + "citations": [ + { + "type": "nominative", + "cite": "3 Call 573" + }, + { + "type": "official", + "cite": "7 Va. 573" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "11 Gratt. 292", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451461 + ], + "opinion_index": -1, + "case_paths": [ + "/va/52/0130-01" + ] + }, + { + "cite": "6 Call 180", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "182" + } + ], + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 1322, + "char_count": 46257, + "ocr_confidence": 0.495, + "pagerank": { + "raw": 1.0094510024013989e-07, + "percentile": 0.5417978036557344 + }, + "sha256": "75d0bb242a3be740dc6e1e3c3f949daa8ccd98c791189e898f8742b50dc03c00", + "simhash": "1:4af69779d4066cd6", + "word_count": 7850 + }, + "last_updated": "2024-02-27T22:00:51.474776+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0607-01", + "first_page_order": 187, + "last_page_order": 195 + } +] diff --git a/test/stdlib_basics/legal/cases_metadata/va_report_vol_8_CasesMetadata.json b/test/stdlib_basics/legal/cases_metadata/va_report_vol_8_CasesMetadata.json new file mode 100644 index 00000000..f20ee678 --- /dev/null +++ b/test/stdlib_basics/legal/cases_metadata/va_report_vol_8_CasesMetadata.json @@ -0,0 +1,7483 @@ +[ + { + "id": 6714653, + "name": "First Case of the Judges", + "name_abbreviation": "First Case of the Judges", + "decision_date": "1779-08", + "docket_number": "", + "first_page": "633", + "last_page": "634", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 1" + }, + { + "type": "official", + "cite": "8 Va. 1" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 239, + "char_count": 5289, + "ocr_confidence": 0.462, + "pagerank": { + "raw": 4.60167783687625e-08, + "percentile": 0.2883996325654507 + }, + "sha256": "ebf4c95cc22c7ca80dca0566569c8bb048e9445ca5f99f5ef4af76491b4f4dbf", + "simhash": "1:32be76354779e6f7", + "word_count": 910 + }, + "last_updated": "2023-07-14T18:22:11.489742+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0633-01", + "first_page_order": 13, + "last_page_order": 14 + }, + { + "id": 6714673, + "name": "Commonwealth v. Beckley", + "name_abbreviation": "Commonwealth v. Beckley", + "decision_date": "1780-08", + "docket_number": "", + "first_page": "634", + "last_page": "634", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 4" + }, + { + "type": "official", + "cite": "8 Va. 4" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 112, + "char_count": 1585, + "ocr_confidence": 0.533, + "sha256": "94926f7b8d3a93807dd734af82d209209f3a662c0aed5e14264c70f7287ba75b", + "simhash": "1:5b956740efe8bff3", + "word_count": 282 + }, + "last_updated": "2023-07-14T18:22:11.489742+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0634-01", + "first_page_order": 14, + "last_page_order": 14 + }, + { + "id": 6714705, + "name": "Commonwealth v. Caton & al.", + "name_abbreviation": "Commonwealth v. Caton", + "decision_date": "1782-11", + "docket_number": "", + "first_page": "634", + "last_page": "639", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 5" + }, + { + "type": "official", + "cite": "8 Va. 5" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Call 139", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6714916 + ], + "opinion_index": -1, + "case_paths": [ + "/va/9/0907-01" + ] + }, + { + "cite": "6 Call 185", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "8 Gratt. 457", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716085 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0589-01" + ] + } + ], + "analysis": { + "cardinality": 1182, + "char_count": 33998, + "ocr_confidence": 0.508, + "pagerank": { + "raw": 2.7660009516256685e-07, + "percentile": 0.8339547981368798 + }, + "sha256": "0ef7e8dbd3de730bb3cd724bb40b410c76dcfec19c51428a9f6693247b2725bb", + "simhash": "1:2eb1b7516e94a296", + "word_count": 5764 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0634-02", + "first_page_order": 14, + "last_page_order": 19 + }, + { + "id": 6714747, + "name": "Case of the Loyal and Greenbrier Companies", + "name_abbreviation": "Case of the Loyal & Greenbrier Companies", + "decision_date": "1783-05", + "docket_number": "", + "first_page": "639", + "last_page": "643", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 21" + }, + { + "type": "official", + "cite": "8 Va. 21" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 943, + "char_count": 25949, + "ocr_confidence": 0.498, + "pagerank": { + "raw": 1.7710994026850012e-07, + "percentile": 0.7115289346985094 + }, + "sha256": "ca31f6b9d59a09958df43fc95cb6cc16f8abadefdd8c051b23b16313030e1e8b", + "simhash": "1:f9aa74e68c774a98", + "word_count": 4406 + }, + "last_updated": "2023-07-14T18:22:11.489742+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0639-01", + "first_page_order": 19, + "last_page_order": 23 + }, + { + "id": 6714762, + "name": "Maze v. Hamiltons", + "name_abbreviation": "Maze v. Hamiltons", + "decision_date": "1783-11", + "docket_number": "", + "first_page": "643", + "last_page": "644", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 33" + }, + { + "type": "official", + "cite": "8 Va. 33" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Call 202", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "2 Wash. 47", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 321, + "char_count": 5534, + "ocr_confidence": 0.491, + "pagerank": { + "raw": 1.1850200046748689e-07, + "percentile": 0.589546726469381 + }, + "sha256": "dd0fe2bb76d9f35fd9f653eeec26c379b664460e848492739884501eace7706f", + "simhash": "1:7d896f211d0ca5ad", + "word_count": 942 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0643-01", + "first_page_order": 23, + "last_page_order": 24 + }, + { + "id": 6714782, + "name": "Commonwealth v. Fowler", + "name_abbreviation": "Commonwealth v. Fowler", + "decision_date": "1785-11", + "docket_number": "", + "first_page": "644", + "last_page": "645", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 35" + }, + { + "type": "official", + "cite": "8 Va. 35" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "9 Gratt. 537", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451039 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0251-01" + ] + }, + { + "cite": "8 Leigh 730", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "22 Gratt. 795", + "category": "reporters:state", + "reporter": "Gratt.", + "pin_cites": [ + { + "page": "806, 807, 812" + } + ], + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 262, + "char_count": 4473, + "ocr_confidence": 0.471, + "pagerank": { + "raw": 4.904670584045842e-07, + "percentile": 0.9338422819245447 + }, + "sha256": "ec11aa0c7a5f15762488cd4578cbc493fb32daf3ebda25bf429c9356063f41a7", + "simhash": "1:02b6e7b0818d8471", + "word_count": 761 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0644-01", + "first_page_order": 24, + "last_page_order": 25 + }, + { + "id": 6714805, + "name": "Johnson's Ex'rs v. Johnson", + "name_abbreviation": "Johnson's Ex'rs v. Johnson", + "decision_date": "1785-11", + "docket_number": "", + "first_page": "645", + "last_page": "646", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 38" + }, + { + "type": "official", + "cite": "8 Va. 38" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Gratt. 237", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715197 + ], + "opinion_index": -1, + "case_paths": [ + "/va/44/0624-01" + ] + }, + { + "cite": "16 Am. Dec. 782", + "category": "reporters:federal", + "reporter": "Am. Dec.", + "opinion_index": -1 + }, + { + "cite": "5 Rand. 697", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6733820 + ], + "opinion_index": -1, + "case_paths": [ + "/va/26/0567-01" + ] + }, + { + "cite": "3 Munf. 352", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6720007 + ], + "opinion_index": -1, + "case_paths": [ + "/va/17/0726-01" + ] + }, + { + "cite": "2 S. E. Rep. 731", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "83 Va. 432", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4371706 + ], + "opinion_index": -1, + "case_paths": [ + "/va/83/0432-01" + ] + }, + { + "cite": "7 W. Va. 585", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641634 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/7/0585-01" + ] + } + ], + "analysis": { + "cardinality": 534, + "char_count": 8452, + "ocr_confidence": 0.512, + "pagerank": { + "raw": 4.525177238696695e-08, + "percentile": 0.2779079514258639 + }, + "sha256": "24d1009404dc5ccdf363a18331a71efb40bf6f40e2a1317d88911380b31d39e1", + "simhash": "1:b8afada3a9ae75d0", + "word_count": 1496 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0645-01", + "first_page_order": 25, + "last_page_order": 26 + }, + { + "id": 6714852, + "name": "Hite & al. v. Fairfax & al.", + "name_abbreviation": "Hite v. Fairfax", + "decision_date": "1786-05", + "docket_number": "", + "first_page": "646", + "last_page": "661", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 42" + }, + { + "type": "official", + "cite": "8 Va. 42" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Munf. 218", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 2094028 + ], + "opinion_index": -1, + "case_paths": [ + "/va/15/0090-01" + ] + }, + { + "cite": "7 Cranch 603", + "category": "reporters:scotus_early", + "reporter": "Cranch", + "case_ids": [ + 572735 + ], + "opinion_index": -1, + "case_paths": [ + "/us/11/0603-01" + ] + }, + { + "cite": "5 Call 364", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715426 + ], + "opinion_index": -1, + "case_paths": [ + "/va/9/0983-01" + ] + }, + { + "cite": "2 Wash. 121", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714460 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0658-01" + ] + }, + { + "cite": "2 Wash. 116", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714447 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0655-01" + ] + }, + { + "cite": "2 Wash. 106", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714432 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0651-01" + ] + }, + { + "cite": "4 Gall 42", + "category": "reporters:federal", + "reporter": "Gall.", + "opinion_index": -1 + }, + { + "cite": "9 Leigh 414", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 2113, + "char_count": 88663, + "ocr_confidence": 0.494, + "pagerank": { + "raw": 2.0446031217563963e-07, + "percentile": 0.7502925846255901 + }, + "sha256": "722e9033275ac267afb66b1d79638eea66815c4515dfa4b9cab36bbb5070188b", + "simhash": "1:32f801a5ae5aad59", + "word_count": 15163 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0646-01", + "first_page_order": 26, + "last_page_order": 41 + }, + { + "id": 6714874, + "name": "Hague v. Stratton", + "name_abbreviation": "Hague v. Stratton", + "decision_date": "1786-06", + "docket_number": "", + "first_page": "661", + "last_page": "662", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 84" + }, + { + "type": "official", + "cite": "8 Va. 84" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 514, + "char_count": 10288, + "ocr_confidence": 0.509, + "pagerank": { + "raw": 4.8172472706271035e-08, + "percentile": 0.30172666437309664 + }, + "sha256": "28445974dbe88b2a677c3dcfb8df98928efc72ba020a2b47da9c18fe2915cbd8", + "simhash": "1:3969a52efbac80ab", + "word_count": 1841 + }, + "last_updated": "2023-07-14T18:22:11.489742+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0661-01", + "first_page_order": 41, + "last_page_order": 42 + }, + { + "id": 6714891, + "name": "Rice v. Jones", + "name_abbreviation": "Rice v. Jones", + "decision_date": "1786-11", + "docket_number": "", + "first_page": "662", + "last_page": "663", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 89" + }, + { + "type": "official", + "cite": "8 Va. 89" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Rand. 108", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 4443568 + ], + "opinion_index": -1, + "case_paths": [ + "/va/22/0048-01" + ] + }, + { + "cite": "3 Leigh 816", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6728023 + ], + "opinion_index": -1, + "case_paths": [ + "/va/30/0814-01" + ] + }, + { + "cite": "9 Wheat. 565", + "category": "reporters:scotus_early", + "reporter": "Wheat.", + "case_ids": [ + 1421278 + ], + "opinion_index": -1, + "case_paths": [ + "/us/22/0565-01" + ] + }, + { + "cite": "12 Vt. 589", + "category": "reporters:state", + "reporter": "Vt.", + "case_ids": [ + 2349926 + ], + "opinion_index": -1, + "case_paths": [ + "/vt/12/0589-01" + ] + }, + { + "cite": "5 R. I. 112", + "category": "reporters:state", + "reporter": "R.I.", + "case_ids": [ + 8518959 + ], + "opinion_index": -1, + "case_paths": [ + "/ri/5/0112-01" + ] + }, + { + "cite": "5 J. J. Marsh. 460", + "category": "reporters:state", + "reporter": "J.J. Marsh.", + "opinion_index": -1 + }, + { + "cite": "1 Minor 942", + "category": "reporters:state", + "reporter": "Minor", + "opinion_index": -1 + }, + { + "cite": "10 S. E. Rep. 412", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "33 W. Va. 285", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639998 + ], + "pin_cites": [ + { + "page": "288" + } + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/33/0285-01" + ] + } + ], + "analysis": { + "cardinality": 405, + "char_count": 7127, + "ocr_confidence": 0.474, + "pagerank": { + "raw": 3.7508065842311334e-07, + "percentile": 0.8952158986875297 + }, + "sha256": "a95c9098d3bf56c06de6d8c82111733c39db33924e6716dbc1851642b6bbceb4", + "simhash": "1:eee7cf1305abfe74", + "word_count": 1267 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0662-01", + "first_page_order": 42, + "last_page_order": 43 + }, + { + "id": 6714928, + "name": "Taylor, Executor of Rowley v. Wallace & Wife", + "name_abbreviation": "Taylor v. Wallace", + "decision_date": "1786-11", + "docket_number": "", + "first_page": "663", + "last_page": "664", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 92" + }, + { + "type": "official", + "cite": "8 Va. 92" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Gratt. 344", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715813 + ], + "opinion_index": -1, + "case_paths": [ + "/va/43/0388-01" + ] + }, + { + "cite": "11 Gratt. 348", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450967 + ], + "opinion_index": -1, + "case_paths": [ + "/va/52/0149-01" + ] + }, + { + "cite": "9 Leigh 251", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 102, + "char_count": 1214, + "ocr_confidence": 0.442, + "sha256": "cfbbd8c07f2a0642fc48e7a714caaf5d2d81b28f2da2af08acaff7dfb0e361b7", + "simhash": "1:eaf110e507121ec1", + "word_count": 202 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0663-01", + "first_page_order": 43, + "last_page_order": 44 + }, + { + "id": 6714949, + "name": "Noel & Wife v. Garnett", + "name_abbreviation": "Noel v. Garnett", + "decision_date": "1786-10", + "docket_number": "", + "first_page": "664", + "last_page": "664", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 92" + }, + { + "type": "official", + "cite": "8 Va. 92" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "25 Gratt. 587", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6724868 + ], + "opinion_index": -1, + "case_paths": [ + "/va/66/0487-01" + ] + }, + { + "cite": "5 Call 511", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 104, + "char_count": 1132, + "ocr_confidence": 0.509, + "sha256": "e44605fac1d89ecbf846c9386c4515374acf8aa4609f184ed58059f93f366d71", + "simhash": "1:4f91769d82cc7cb7", + "word_count": 190 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0664-01", + "first_page_order": 44, + "last_page_order": 44 + }, + { + "id": 6714973, + "name": "Taliaferro & al. v. Taliaferro & al.", + "name_abbreviation": "Taliaferro v. Taliaferro", + "decision_date": "1786-11", + "docket_number": "", + "first_page": "664", + "last_page": "665", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 93" + }, + { + "type": "official", + "cite": "8 Va. 93" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "10 Gratt. 159", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715134 + ], + "opinion_index": -1, + "case_paths": [ + "/va/51/0461-01" + ] + } + ], + "analysis": { + "cardinality": 504, + "char_count": 9908, + "ocr_confidence": 0.494, + "pagerank": { + "raw": 1.114690476913653e-07, + "percentile": 0.5715304251328939 + }, + "sha256": "e2e792dbf2568c1b03290d13a7939ab50e5c5d6173fc85b755406dbc56c6aec2", + "simhash": "1:9a97c664af0bf8c3", + "word_count": 1657 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0664-02", + "first_page_order": 44, + "last_page_order": 45 + }, + { + "id": 6714988, + "name": "Commonwealth v. Ronald & al.", + "name_abbreviation": "Commonwealth v. Ronald", + "decision_date": "1786-11", + "docket_number": "", + "first_page": "665", + "last_page": "666", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 97" + }, + { + "type": "official", + "cite": "8 Va. 97" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Va. Cas. 381", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6732598 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0279-01" + ] + } + ], + "analysis": { + "cardinality": 206, + "char_count": 2804, + "ocr_confidence": 0.523, + "pagerank": { + "raw": 1.5512318580865718e-07, + "percentile": 0.6746711873935507 + }, + "sha256": "c7b3221209a5dd0ca572ec186c8cc1f22591d1241e55aa966a68920a20475ea9", + "simhash": "1:1fc8394eb44d593f", + "word_count": 482 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0665-01", + "first_page_order": 45, + "last_page_order": 46 + }, + { + "id": 6715017, + "name": "Pickett v. Claiborne", + "name_abbreviation": "Pickett v. Claiborne", + "decision_date": "1787-10", + "docket_number": "", + "first_page": "666", + "last_page": "668", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 99" + }, + { + "type": "official", + "cite": "8 Va. 99" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "12 Gratt. 53", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6714993 + ], + "opinion_index": -1, + "case_paths": [ + "/va/53/0483-01" + ] + }, + { + "cite": "1 Wash. 306", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 8530745, + 6716934 + ], + "opinion_index": -1, + "case_paths": [ + "/wash/1/0306-01", + "/va/1/0529-01" + ] + }, + { + "cite": "5 Call 561", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 83", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "2 Black. Rep. 780", + "category": "reporters:scotus_early", + "reporter": "Black. Rep.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 674, + "char_count": 14850, + "ocr_confidence": 0.502, + "pagerank": { + "raw": 1.0873401050065137e-07, + "percentile": 0.5645433382409554 + }, + "sha256": "f4280ead13950d81e85cebf18ed6717fcc397b3d76ec5b980981541899bc77c8", + "simhash": "1:9866441f9f5424f8", + "word_count": 2569 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0666-01", + "first_page_order": 46, + "last_page_order": 48 + }, + { + "id": 6715037, + "name": "Hill v. Pride", + "name_abbreviation": "Hill v. Pride", + "decision_date": "1787-10", + "docket_number": "", + "first_page": "668", + "last_page": "669", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 107" + }, + { + "type": "official", + "cite": "8 Va. 107" + } + ], + "court": { + "name_abbreviation": "Va. Gen. Ct.", + "id": 9757, + "name": "General Court of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "8 Gratt. 457", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716085 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0589-01" + ] + }, + { + "cite": "1 Wash. 83", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 237, + "char_count": 3581, + "ocr_confidence": 0.513, + "pagerank": { + "raw": 2.5071491729692607e-07, + "percentile": 0.8101186594276346 + }, + "sha256": "1d4c8b05e8b8a20f36d03f3bfcaa76c7543436f5c08bbad9675b5a576ae59581", + "simhash": "1:ebe147a2ae1f831f", + "word_count": 616 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0668-01", + "first_page_order": 48, + "last_page_order": 49 + }, + { + "id": 6715080, + "name": "Commonwealth v. Posey", + "name_abbreviation": "Commonwealth v. Posey", + "decision_date": "1787-11", + "docket_number": "", + "first_page": "669", + "last_page": "675", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 109" + }, + { + "type": "official", + "cite": "8 Va. 109" + }, + { + "type": "parallel", + "cite": "2 Am. Dec. 560" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Va. Cas. 114", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 2095773 + ], + "opinion_index": -1, + "case_paths": [ + "/va/3/0032-02" + ] + }, + { + "cite": "14 Gratt. 674", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732990 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0611-01" + ] + }, + { + "cite": "4 Leigh 683", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6728600 + ], + "opinion_index": -1, + "case_paths": [ + "/va/31/1077-01" + ] + }, + { + "cite": "13 Gratt. 763", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4438147 + ], + "opinion_index": -1, + "case_paths": [ + "/va/54/0291-01" + ] + }, + { + "cite": "2 Black. Rep. 682", + "category": "reporters:scotus_early", + "reporter": "Black. Rep.", + "opinion_index": -1 + }, + { + "cite": "23 Hen. 8", + "category": "reporters:state", + "reporter": "Hen. & M.", + "weight": 6, + "opinion_index": -1 + }, + { + "cite": "23 H. 8", + "category": "reporters:state", + "reporter": "H.", + "opinion_index": -1 + }, + { + "cite": "25 Hen. 8", + "category": "reporters:state", + "reporter": "Hen. & M.", + "weight": 17, + "opinion_index": -1 + }, + { + "cite": "23 Hen. 8", + "category": "reporters:state", + "reporter": "Hen. & M.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "25 Hen. 8", + "category": "reporters:state", + "reporter": "Hen. & M.", + "weight": 4, + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 1178, + "char_count": 38555, + "ocr_confidence": 0.503, + "pagerank": { + "raw": 2.9541370581193107e-07, + "percentile": 0.8490786528481004 + }, + "sha256": "e173481901fd104efb5992744ec188261a39e3ebba4b11e0e0239c7ae628a1b2", + "simhash": "1:e9f7e6a0454ac5ee", + "word_count": 6886 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0669-01", + "first_page_order": 49, + "last_page_order": 55 + }, + { + "id": 6715102, + "name": "Dawson v. Graves & Hague", + "name_abbreviation": "Dawson v. Graves", + "decision_date": "1788-05", + "docket_number": "", + "first_page": "675", + "last_page": "676", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 127" + }, + { + "type": "official", + "cite": "8 Va. 127" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 343, + "char_count": 6125, + "ocr_confidence": 0.505, + "pagerank": { + "raw": 6.713702340472267e-08, + "percentile": 0.4077282111814241 + }, + "sha256": "b2087df635ff9bede025543c1b9c9523c756116eb394a281d830ca7b8fee3ca5", + "simhash": "1:0b8125b3c56cec2b", + "word_count": 1060 + }, + "last_updated": "2023-07-14T18:22:11.489742+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0675-01", + "first_page_order": 55, + "last_page_order": 56 + }, + { + "id": 6715123, + "name": "Grymes v. Pendleton", + "name_abbreviation": "Grymes v. Pendleton", + "decision_date": "1788-05", + "docket_number": "", + "first_page": "676", + "last_page": "678", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 130" + }, + { + "type": "official", + "cite": "8 Va. 130" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "7 Gratt. 425", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449374 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0172-01" + ] + }, + { + "cite": "10 Gratt. 250", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715501 + ], + "opinion_index": -1, + "case_paths": [ + "/va/51/0542-01" + ] + }, + { + "cite": "20 W. Va. 777", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "23 W. Va. 111", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 490, + "char_count": 10062, + "ocr_confidence": 0.497, + "pagerank": { + "raw": 2.8397175050568086e-07, + "percentile": 0.8398159506596716 + }, + "sha256": "282c741012b15f921bb75b7887b09b5424fea0658a1f52ee0cf42e0fd1d9ea43", + "simhash": "1:5ba46620d736e6b5", + "word_count": 1705 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0676-01", + "first_page_order": 56, + "last_page_order": 58 + }, + { + "id": 6715159, + "name": "Cases of the Judges of the Court of Appeals", + "name_abbreviation": "Cases of the Judges of the Court of Appeals", + "decision_date": "1788-05", + "docket_number": "", + "first_page": "678", + "last_page": "683", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 135" + }, + { + "type": "official", + "cite": "8 Va. 135" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 1118, + "char_count": 35175, + "ocr_confidence": 0.514, + "pagerank": { + "raw": 7.477787796220105e-08, + "percentile": 0.4455226926357483 + }, + "sha256": "b9db641a1fc47ff18a6b99ba146d1e03d6e5c0f2c6ffe6aadd23069aa51cf2ec", + "simhash": "1:a783e2cdee77ee6e", + "word_count": 6021 + }, + "last_updated": "2023-07-14T18:22:11.489742+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0678-01", + "first_page_order": 58, + "last_page_order": 63 + }, + { + "id": 6715176, + "name": "Hare v. Gay & al.", + "name_abbreviation": "Hare v. Gay", + "decision_date": "1788-05", + "docket_number": "", + "first_page": "683", + "last_page": "684", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 151" + }, + { + "type": "official", + "cite": "8 Va. 151" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "27 Gratt. 440", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740164 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0525-01" + ] + } + ], + "analysis": { + "cardinality": 115, + "char_count": 1466, + "ocr_confidence": 0.496, + "sha256": "1e5c6535b8717d4b058f00dc3844ab0f2865c83bb2309034f031174a7fe16691", + "simhash": "1:d68242b0b050a5b6", + "word_count": 255 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0683-01", + "first_page_order": 63, + "last_page_order": 64 + }, + { + "id": 6715198, + "name": "Richardson v. Fontaine", + "name_abbreviation": "Richardson v. Fontaine", + "decision_date": "1788-05", + "docket_number": "", + "first_page": "684", + "last_page": "684", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 684" + }, + { + "type": "official", + "cite": "8 Va. 684" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 67, + "char_count": 817, + "ocr_confidence": 0.533, + "sha256": "5423db0a7c84fa1fc070de863b4b3d5de6b3725ec577be777f29ec2398e8124d", + "simhash": "1:c48a48b93ac0e52e", + "word_count": 139 + }, + "last_updated": "2023-07-14T18:22:11.489742+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0684-01", + "first_page_order": 64, + "last_page_order": 64 + }, + { + "id": 6715225, + "name": "Bentley v. Roan", + "name_abbreviation": "Bentley v. Roan", + "decision_date": "1790-06", + "docket_number": "", + "first_page": "684", + "last_page": "685", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 153" + }, + { + "type": "official", + "cite": "8 Va. 153" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 459, + "char_count": 10345, + "ocr_confidence": 0.506, + "pagerank": { + "raw": 9.505882454708161e-08, + "percentile": 0.5224146272620527 + }, + "sha256": "ea49dd450db3850121eafc34640e0a2b53de4ba772118da6d436c1eeff96cfc2", + "simhash": "1:403116609a4239c8", + "word_count": 1808 + }, + "last_updated": "2023-07-14T18:22:11.489742+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0684-02", + "first_page_order": 64, + "last_page_order": 65 + }, + { + "id": 6715251, + "name": "Fairclough v. Gatewood", + "name_abbreviation": "Fairclough v. Gatewood", + "decision_date": "1790-06", + "docket_number": "", + "first_page": "685", + "last_page": "687", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 158" + }, + { + "type": "official", + "cite": "8 Va. 158" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 422, + "char_count": 7955, + "ocr_confidence": 0.53, + "pagerank": { + "raw": 9.505882454708161e-08, + "percentile": 0.5224148203235015 + }, + "sha256": "6a2c5bc946beb7c32b40d8584507e47145da5c0d67a910168f45cd2ff370544b", + "simhash": "1:9db3e5c76903ac9b", + "word_count": 1428 + }, + "last_updated": "2023-07-14T18:22:11.489742+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0685-01", + "first_page_order": 65, + "last_page_order": 67 + }, + { + "id": 6715305, + "name": "Beall v. Cockburn", + "name_abbreviation": "Beall v. Cockburn", + "decision_date": "1790-07", + "docket_number": "", + "first_page": "687", + "last_page": "698", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 162" + }, + { + "type": "official", + "cite": "8 Va. 162" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 1634, + "char_count": 65925, + "ocr_confidence": 0.493, + "sha256": "c2d3098f70a84015d967f489999e59a61eb3a5ccd40533c7c327f4e0c696560a", + "simhash": "1:a7b7c5571e91ccca", + "word_count": 11688 + }, + "last_updated": "2023-07-14T18:22:11.489742+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0687-01", + "first_page_order": 67, + "last_page_order": 78 + }, + { + "id": 6715343, + "name": "Hamilton v. Maze", + "name_abbreviation": "Hamilton v. Maze.", + "decision_date": "1791-06", + "docket_number": "", + "first_page": "698", + "last_page": "704", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 196" + }, + { + "type": "official", + "cite": "8 Va. 196" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Call 202", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "2 Wash. 48", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 1061, + "char_count": 37564, + "ocr_confidence": 0.497, + "pagerank": { + "raw": 4.3341757668126914e-08, + "percentile": 0.27269311840188365 + }, + "sha256": "95ec6364fff90542efed09042e0ba14f66f8d82ed7e04f053bcd09e1efd66f74", + "simhash": "1:11b7afa0ae25203c", + "word_count": 6525 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0698-01", + "first_page_order": 78, + "last_page_order": 84 + }, + { + "id": 6715369, + "name": "Hambleton v. Wells", + "name_abbreviation": "Hambleton v. Wells", + "decision_date": "1791-06", + "docket_number": "", + "first_page": "704", + "last_page": "706", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 213" + }, + { + "type": "official", + "cite": "8 Va. 213" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "11 Gratt. 172", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451131 + ], + "opinion_index": -1, + "case_paths": [ + "/va/52/0077-01" + ] + }, + { + "cite": "4 Call 257", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Hen. & M. 308", + "category": "reporters:state", + "reporter": "Hen. & M.", + "pin_cites": [ + { + "page": "309" + } + ], + "opinion_index": -1 + }, + { + "cite": "3 Peters 340", + "category": "reporters:scotus_early", + "reporter": "Pet.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 116", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714876 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0436-02" + ] + }, + { + "cite": "4 Munf. 173", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 551, + "char_count": 12291, + "ocr_confidence": 0.494, + "pagerank": { + "raw": 3.665050778584939e-07, + "percentile": 0.8906971024179402 + }, + "sha256": "a974bd0533aa7a88bfd09479ef8bc8107ef493a774b192f9c76f8e1ad5c58579", + "simhash": "1:fdc66c3733e63c43", + "word_count": 2121 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0704-01", + "first_page_order": 84, + "last_page_order": 86 + }, + { + "id": 6715395, + "name": "Calvert v. Bowdoin", + "name_abbreviation": "Calvert v. Bowdoin", + "decision_date": "1791-06", + "docket_number": "", + "first_page": "706", + "last_page": "707", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 217" + }, + { + "type": "official", + "cite": "8 Va. 217" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "7 Gratt. 425", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449374 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0172-01" + ] + }, + { + "cite": "1 Gratt. 364", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4448923 + ], + "opinion_index": -1, + "case_paths": [ + "/va/42/0144-01" + ] + } + ], + "analysis": { + "cardinality": 364, + "char_count": 6825, + "ocr_confidence": 0.518, + "pagerank": { + "raw": 4.8354426081999785e-08, + "percentile": 0.3038337370248227 + }, + "sha256": "fc792f02ca11832439027fbd88a46b21b56ae02bc3e57fc843f19ed9f66dc497", + "simhash": "1:7ff3896d198494de", + "word_count": 1189 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0706-01", + "first_page_order": 86, + "last_page_order": 87 + }, + { + "id": 6715414, + "name": "William Browne v. David Ross & Co.", + "name_abbreviation": "Browne v. David Ross & Co.", + "decision_date": "1791-11", + "docket_number": "", + "first_page": "707", + "last_page": "708", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 221" + }, + { + "type": "official", + "cite": "8 Va. 221" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "18 Gratt. 801", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733925 + ], + "opinion_index": -1, + "case_paths": [ + "/va/59/0792-01" + ] + } + ], + "analysis": { + "cardinality": 340, + "char_count": 5563, + "ocr_confidence": 0.484, + "pagerank": { + "raw": 4.106848000311792e-08, + "percentile": 0.26673717270775243 + }, + "sha256": "efe01f37b34b3f69de698bb56c5b857469f1d361f6e1dfb1ed079d08edbda562", + "simhash": "1:19a62935c0427068", + "word_count": 970 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0707-01", + "first_page_order": 87, + "last_page_order": 88 + }, + { + "id": 6715439, + "name": "Hubbard v. Blow", + "name_abbreviation": "Hubbard v. Blow", + "decision_date": "1792-04", + "docket_number": "", + "first_page": "708", + "last_page": "708", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 224" + }, + { + "type": "official", + "cite": "8 Va. 224" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 W. Va. 500", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 191, + "char_count": 3343, + "ocr_confidence": 0.494, + "pagerank": { + "raw": 1.2373254685652576e-07, + "percentile": 0.6070558553799855 + }, + "sha256": "eaa7088d54494124101b93f77b1249b86c19f6fa9eb4114b4d4f7bdfde595e2c", + "simhash": "1:b9a77abf58fb35d9", + "word_count": 567 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0708-01", + "first_page_order": 88, + "last_page_order": 88 + }, + { + "id": 6715462, + "name": "Tabb v. Gregory", + "name_abbreviation": "Tabb v. Gregory", + "decision_date": "1792-04", + "docket_number": "", + "first_page": "708", + "last_page": "710", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 225" + }, + { + "type": "official", + "cite": "8 Va. 225" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "7 Gratt. 300", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449671 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0119-01" + ] + }, + { + "cite": "5 Call 529", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715910 + ], + "opinion_index": -1, + "case_paths": [ + "/va/9/1038-01" + ] + }, + { + "cite": "2 S. E. Rep. 894", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "29 W. Va. 538", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "4 Call 255", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "28 W. Va. 594", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 499, + "char_count": 9765, + "ocr_confidence": 0.494, + "pagerank": { + "raw": 3.05915707813423e-07, + "percentile": 0.8564935639104828 + }, + "sha256": "e7af7ab13ffb96c53412c64a1585637d87d1e952f86d44c3fbe1468b7423707e", + "simhash": "1:8faf2ded781782d5", + "word_count": 1710 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0708-02", + "first_page_order": 88, + "last_page_order": 90 + }, + { + "id": 6715487, + "name": "Verell v. Coleman", + "name_abbreviation": "Verell v. Coleman", + "decision_date": "1793-04", + "docket_number": "", + "first_page": "710", + "last_page": "710", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 230" + }, + { + "type": "official", + "cite": "8 Va. 230" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 108, + "char_count": 1336, + "ocr_confidence": 0.497, + "sha256": "074fa1cd8c79243bad4b21078ea9ea01ab6801930d105d1a687d0e8df6526ef5", + "simhash": "1:c87ba081c5b78296", + "word_count": 226 + }, + "last_updated": "2023-07-14T18:22:11.489742+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0710-01", + "first_page_order": 90, + "last_page_order": 90 + }, + { + "id": 6715518, + "name": "Foster, Executor of Foster v. Foster", + "name_abbreviation": "Foster v. Foster", + "decision_date": "1793-04", + "docket_number": "", + "first_page": "710", + "last_page": "711", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 231" + }, + { + "type": "official", + "cite": "8 Va. 231" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Gratt. 243", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715266 + ], + "opinion_index": -1, + "case_paths": [ + "/va/44/0626-01" + ] + }, + { + "cite": "10 Gratt. 159", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715134 + ], + "opinion_index": -1, + "case_paths": [ + "/va/51/0461-01" + ] + }, + { + "cite": "1 Wash. 173", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715576 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0465-01" + ] + } + ], + "analysis": { + "cardinality": 336, + "char_count": 6307, + "ocr_confidence": 0.462, + "pagerank": { + "raw": 5.676830387708631e-08, + "percentile": 0.35472048756510516 + }, + "sha256": "a79dbe601a33ba7629e07868109ffb8a5dfc8bbee8b2f7b2e8407df72754d273", + "simhash": "1:98b387aa845078f7", + "word_count": 1086 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0710-02", + "first_page_order": 90, + "last_page_order": 91 + }, + { + "id": 6715544, + "name": "Turner v. Turner's Ex'x", + "name_abbreviation": "Turner v. Turner's Ex'x", + "decision_date": "1792-10", + "docket_number": "", + "first_page": "711", + "last_page": "713", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 230" + }, + { + "type": "official", + "cite": "8 Va. 230" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 496, + "char_count": 9790, + "ocr_confidence": 0.503, + "sha256": "87624566ff86ce3179da79a5575ce7a1429658d76137518fc6dd7697db97dcfc", + "simhash": "1:07af4e22f058febf", + "word_count": 1692 + }, + "last_updated": "2023-07-14T18:22:11.489742+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0711-01", + "first_page_order": 91, + "last_page_order": 93 + }, + { + "id": 6715570, + "name": "Pollard v. Rogers", + "name_abbreviation": "Pollard v. Rogers", + "decision_date": "1791-06", + "docket_number": "", + "first_page": "713", + "last_page": "715", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 239" + }, + { + "type": "official", + "cite": "8 Va. 239" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 104", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "18 W. Va. 521", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 598, + "char_count": 13347, + "ocr_confidence": 0.497, + "pagerank": { + "raw": 2.4453473218510496e-07, + "percentile": 0.8035178884946574 + }, + "sha256": "e2a55ea353735a79631380ee9227bb42bda4b2cc8ce3d9bc8b19ac8446c14d13", + "simhash": "1:036de9a11808f4cd", + "word_count": 2386 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0713-01", + "first_page_order": 93, + "last_page_order": 95 + }, + { + "id": 6715595, + "name": "Pollard v. Coleman and Wife", + "name_abbreviation": "Pollard v. Coleman", + "decision_date": "1799-04", + "docket_number": "", + "first_page": "715", + "last_page": "716", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 245" + }, + { + "type": "official", + "cite": "8 Va. 245" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 475, + "char_count": 9900, + "ocr_confidence": 0.49, + "pagerank": { + "raw": 2.8651142789705816e-07, + "percentile": 0.8418967669543669 + }, + "sha256": "8c7afe6ac49db8674c07b62e156dd2060ddcecd538a0d95022286687c461a071", + "simhash": "1:acc307d6e25ccfc0", + "word_count": 1767 + }, + "last_updated": "2023-07-14T18:22:11.489742+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0715-01", + "first_page_order": 95, + "last_page_order": 96 + }, + { + "id": 6715619, + "name": "Ross v. Gill and Wife", + "name_abbreviation": "Ross v. Gill", + "decision_date": "1794-04", + "docket_number": "", + "first_page": "716", + "last_page": "717", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 250" + }, + { + "type": "official", + "cite": "8 Va. 250" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "17 Gratt. 398", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733550 + ], + "opinion_index": -1, + "case_paths": [ + "/va/58/0391-01" + ] + }, + { + "cite": "1 Wash. 114", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 372, + "char_count": 5820, + "ocr_confidence": 0.491, + "pagerank": { + "raw": 8.899479576246977e-08, + "percentile": 0.49993532441466665 + }, + "sha256": "7848faadb86a566e737ceb0d37f01980521419d52d5a59532c76ee677f8614f1", + "simhash": "1:f824ec70beb62703", + "word_count": 1045 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0716-01", + "first_page_order": 96, + "last_page_order": 97 + }, + { + "id": 6715645, + "name": "White v. Jones", + "name_abbreviation": "White v. Jones", + "decision_date": "1792-10", + "docket_number": "", + "first_page": "717", + "last_page": "719", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 253" + }, + { + "type": "official", + "cite": "8 Va. 253" + }, + { + "type": "parallel", + "cite": "2 Am. Dec. 564" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "8 Gratt. 457", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716085 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0589-01" + ] + }, + { + "cite": "4 Call 213", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715369 + ], + "opinion_index": -1, + "case_paths": [ + "/va/8/0704-01" + ] + }, + { + "cite": "1 Wash. 116", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714876 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0436-02" + ] + } + ], + "analysis": { + "cardinality": 640, + "char_count": 13475, + "ocr_confidence": 0.506, + "pagerank": { + "raw": 1.8648609905885662e-07, + "percentile": 0.7253646834236281 + }, + "sha256": "59748f98742d10de2187a02b357f83a954008d2a54afff7152de80753c0ca12f", + "simhash": "1:5dffc31248ad2ee6", + "word_count": 2345 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0717-01", + "first_page_order": 97, + "last_page_order": 99 + }, + { + "id": 6715677, + "name": "King v. Hanson, et e Contra", + "name_abbreviation": "King v. Hanson", + "decision_date": "1790-07", + "docket_number": "", + "first_page": "719", + "last_page": "722", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 259" + }, + { + "type": "official", + "cite": "8 Va. 259" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Wash. 142", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "29 Gratt. 361", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732597 + ], + "opinion_index": -1, + "case_paths": [ + "/va/70/0458-01" + ] + }, + { + "cite": "27 Gratt. 119", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6739130 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0409-01" + ] + }, + { + "cite": "24 Gratt. 497", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4434951 + ], + "opinion_index": -1, + "case_paths": [ + "/va/65/0174-01" + ] + }, + { + "cite": "20 Gratt. 614", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6734076 + ], + "opinion_index": -1, + "case_paths": [ + "/va/61/0549-01" + ] + }, + { + "cite": "32 Gratt. 434", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "38 Gratt. 833", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 807, + "char_count": 19534, + "ocr_confidence": 0.501, + "pagerank": { + "raw": 6.509885154734867e-07, + "percentile": 0.9607067825189808 + }, + "sha256": "d578c5daa2e0ac2eb686b3e3ff11914204c018dc44fe9803c624876bbe6277fb", + "simhash": "1:0f0704155e4df078", + "word_count": 3435 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0719-01", + "first_page_order": 99, + "last_page_order": 102 + }, + { + "id": 6715709, + "name": "Marshall and Others v. Clark", + "name_abbreviation": "Marshall v. Clark", + "decision_date": "1791-11", + "docket_number": "", + "first_page": "722", + "last_page": "724", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 268" + }, + { + "type": "official", + "cite": "8 Va. 268" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 477, + "char_count": 12516, + "ocr_confidence": 0.5, + "pagerank": { + "raw": 5.298132930532853e-08, + "percentile": 0.3330873730476178 + }, + "sha256": "cedff65bace9a8ed5e27ae10acbb2028aadde08724eb12c1d94a0fcd4c9ebc76", + "simhash": "1:ef437f2da159863d", + "word_count": 2142 + }, + "last_updated": "2023-07-14T18:22:11.489742+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0722-01", + "first_page_order": 102, + "last_page_order": 104 + }, + { + "id": 6715735, + "name": "Hoomes v. Kuhn", + "name_abbreviation": "Hoomes v. Kuhn", + "decision_date": "1792-04", + "docket_number": "", + "first_page": "724", + "last_page": "726", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 274" + }, + { + "type": "official", + "cite": "8 Va. 274" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "15 Gratt. 518", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732456 + ], + "opinion_index": -1, + "case_paths": [ + "/va/56/0900-01" + ] + }, + { + "cite": "7 Gratt. 425", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449374 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0172-01" + ] + }, + { + "cite": "4 Call 286", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 534, + "char_count": 11066, + "ocr_confidence": 0.504, + "pagerank": { + "raw": 5.892296653089989e-08, + "percentile": 0.36892826570197723 + }, + "sha256": "6a76844f9856db9f60de2a40c5ace9b6c31b24f52bbd378c2fd2985e0d5fb67a", + "simhash": "1:ad8ad27a560994fb", + "word_count": 1917 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0724-01", + "first_page_order": 104, + "last_page_order": 106 + }, + { + "id": 6715761, + "name": "Foushee v. Lea", + "name_abbreviation": "Foushee v. Lea", + "decision_date": "1785-04", + "docket_number": "", + "first_page": "726", + "last_page": "729", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 279" + }, + { + "type": "official", + "cite": "8 Va. 279" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "31 Gratt. 342", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 H. & M. 548", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8694844 + ], + "opinion_index": -1, + "case_paths": [ + "/va/11/0243-01" + ] + }, + { + "cite": "28 S. E. Rep. 337", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "95 Va. 851", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "1 Call 518", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "7 Gratt. 425", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449374 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0172-01" + ] + }, + { + "cite": "3 Call 568", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6717536 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0605-01" + ] + }, + { + "cite": "23 Gratt. 200", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6725900 + ], + "opinion_index": -1, + "case_paths": [ + "/va/64/0442-01" + ] + }, + { + "cite": "9 Gratt. 385", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Call 553", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 719, + "char_count": 17824, + "ocr_confidence": 0.483, + "pagerank": { + "raw": 4.2213338674196114e-07, + "percentile": 0.9139770310933185 + }, + "sha256": "35e94b8547d00c041fc39699afbb413072da120b79fff93b45bf000ff5acb896", + "simhash": "1:a846b8f63baa2445", + "word_count": 3138 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0726-01", + "first_page_order": 106, + "last_page_order": 109 + }, + { + "id": 6715802, + "name": "Braxton v. Willing, Morris & Co.", + "name_abbreviation": "Braxton v. Willing, Morris & Co.", + "decision_date": "1795-11", + "docket_number": "", + "first_page": "729", + "last_page": "735", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 288" + }, + { + "type": "official", + "cite": "8 Va. 288" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Gratt. 364", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4448923 + ], + "opinion_index": -1, + "case_paths": [ + "/va/42/0144-01" + ] + }, + { + "cite": "9 Gratt. 622", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450541 + ], + "opinion_index": 0, + "case_paths": [ + "/va/50/0279-01" + ] + }, + { + "cite": "80 Va. 377", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": 0 + }, + { + "cite": "26 Gratt. 698", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4433929 + ], + "opinion_index": 0, + "case_paths": [ + "/va/67/0227-01" + ] + } + ], + "analysis": { + "cardinality": 1129, + "char_count": 35254, + "ocr_confidence": 0.515, + "pagerank": { + "raw": 7.71519508895056e-08, + "percentile": 0.45391719748912 + }, + "sha256": "fc693d86190675cbb59d1688074401d6b77eef3e17618da98fc6cd6a77dea715", + "simhash": "1:7fb1a3d61b2c1281", + "word_count": 6092 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0729-01", + "first_page_order": 109, + "last_page_order": 115 + }, + { + "id": 6715843, + "name": "Goodwyn v. Taylor, Ex'or of Williamson", + "name_abbreviation": "Goodwyn v. Taylor", + "decision_date": "1795-04", + "docket_number": "", + "first_page": "735", + "last_page": "736", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 305" + }, + { + "type": "official", + "cite": "8 Va. 305" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 Rand. 547", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 4444456 + ], + "opinion_index": -1, + "case_paths": [ + "/va/25/0224-01" + ] + }, + { + "cite": "5 Call 157", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "3 Hen. 6", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "2 Wash. 74", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714343 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0637-01" + ] + }, + { + "cite": "13 W. Va. 531", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "542" + } + ], + "opinion_index": -1 + }, + { + "cite": "3 Call 62", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "12 Gratt. 151", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "5 Call 150", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6714983 + ], + "opinion_index": -1, + "case_paths": [ + "/va/9/0911-01" + ] + }, + { + "cite": "13 W. Va. 560", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "13 W. Va. 541", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "20 Gratt. 692", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6734243 + ], + "opinion_index": -1, + "case_paths": [ + "/va/61/0575-01" + ] + }, + { + "cite": "13 W. Va. 533", + "category": "reporters:state", + "reporter": "W. Va.", + "weight": 2, + "opinion_index": -1 + }, + { + "cite": "1 Wash. 266", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716576 + ], + "weight": 3, + "opinion_index": -1, + "case_paths": [ + "/va/1/0510-01" + ] + }, + { + "cite": "1 Wash. 266", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716576 + ], + "opinion_index": 0, + "case_paths": [ + "/va/1/0510-01" + ] + } + ], + "analysis": { + "cardinality": 526, + "char_count": 11088, + "ocr_confidence": 0.501, + "pagerank": { + "raw": 2.670174608234595e-07, + "percentile": 0.8257305734813111 + }, + "sha256": "752427df83dc7a483273ad80bed0bc2188ffce123abd4681f6fd2508258f207f", + "simhash": "1:4304cedb874d35ae", + "word_count": 1966 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0735-01", + "first_page_order": 115, + "last_page_order": 116 + }, + { + "id": 6715876, + "name": "Braxton & al. Surviving Executor of Philip W. Claiborne Deceased, v. Winslow &. al. Surviving Justices of Spotsylvania County", + "name_abbreviation": "Braxton v. Winslow", + "decision_date": "1791-04", + "docket_number": "", + "first_page": "736", + "last_page": "740", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 308" + }, + { + "type": "official", + "cite": "8 Va. 308" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "17 Gratt. 124", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732911 + ], + "opinion_index": -1, + "case_paths": [ + "/va/58/0278-01" + ] + }, + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "5 Call 524", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Call 333", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094915 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0124-01" + ] + } + ], + "analysis": { + "cardinality": 857, + "char_count": 26407, + "ocr_confidence": 0.517, + "pagerank": { + "raw": 1.9343193640663176e-07, + "percentile": 0.7346171533552729 + }, + "sha256": "2615a51033b5d5137b17bf8e87218027c59afe83d7e199646ab51225917272e2", + "simhash": "1:934a6745b87e6db9", + "word_count": 4656 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0736-01", + "first_page_order": 116, + "last_page_order": 120 + }, + { + "id": 6715902, + "name": "Taliaferro v. Burwell", + "name_abbreviation": "Taliaferro v. Burwell", + "decision_date": "1803-10", + "docket_number": "", + "first_page": "740", + "last_page": "743", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 321" + }, + { + "type": "official", + "cite": "8 Va. 321" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "8 Gratt. 486", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716109 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0639-01" + ] + }, + { + "cite": "25 Gratt. 587", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6724868 + ], + "opinion_index": -1, + "case_paths": [ + "/va/66/0487-01" + ] + }, + { + "cite": "27 W. Va. 705", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "707" + } + ], + "opinion_index": -1 + }, + { + "cite": "27 Gratt. 563", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Call, 165", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094905 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0063-01" + ] + } + ], + "analysis": { + "cardinality": 533, + "char_count": 13458, + "ocr_confidence": 0.487, + "pagerank": { + "raw": 2.2402154997333037e-07, + "percentile": 0.7800541653200631 + }, + "sha256": "926efe472b4c548e6c0b9509344fa823f0346d6152ca0a918e4f5ee14dedb8dd", + "simhash": "1:0bf0a09fc54e49f3", + "word_count": 2336 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0740-01", + "first_page_order": 120, + "last_page_order": 123 + }, + { + "id": 6715929, + "name": "Chapman v. Washington", + "name_abbreviation": "Chapman v. Washington", + "decision_date": "1802-04", + "docket_number": "", + "first_page": "743", + "last_page": "744", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 327" + }, + { + "type": "official", + "cite": "8 Va. 327" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "1 Wash. 308", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716985 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/1/0534-01" + ] + } + ], + "analysis": { + "cardinality": 409, + "char_count": 8063, + "ocr_confidence": 0.474, + "pagerank": { + "raw": 4.1150845135908093e-08, + "percentile": 0.2667794531650301 + }, + "sha256": "d7b28e3b8fa662301b59b2926b2492f9537297c43b090a04491af4b2c3c8e9ee", + "simhash": "1:bb7ee396d45fb3db", + "word_count": 1381 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0743-01", + "first_page_order": 123, + "last_page_order": 124 + }, + { + "id": 6715970, + "name": "Commonwealth v. Cunningham & Co.", + "name_abbreviation": "Commonwealth v. Cunningham & Co.", + "decision_date": "1793-10", + "docket_number": "", + "first_page": "744", + "last_page": "746", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 331" + }, + { + "type": "official", + "cite": "8 Va. 331" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 Call 341", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "342, 345" + } + ], + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 635, + "char_count": 14826, + "ocr_confidence": 0.499, + "sha256": "610591dbcde6ca31b2b08953ff25c1c507192b8fd5abe3c18e3679a7cbc6fe94", + "simhash": "1:b0d76720ea4a5ff6", + "word_count": 2548 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0744-01", + "first_page_order": 124, + "last_page_order": 126 + }, + { + "id": 6716004, + "name": "Commonwealth v. Banks; Commonwealth v. North & Co.", + "name_abbreviation": "Commonwealth v. Banks", + "decision_date": "1798-04", + "docket_number": "", + "first_page": "746", + "last_page": "749", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 338" + }, + { + "type": "official", + "cite": "8 Va. 338" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Call 175", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 718, + "char_count": 17920, + "ocr_confidence": 0.515, + "sha256": "184fca88aeb178b4b1493bc392a9a810c7000e77b68c94713e921f4079f3944b", + "simhash": "1:7b7fecb0b9c95e7f", + "word_count": 3085 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0746-01", + "first_page_order": 126, + "last_page_order": 129 + }, + { + "id": 6716034, + "name": "Eppes v. Tucker", + "name_abbreviation": "Eppes v. Tucker", + "decision_date": "1790-06", + "docket_number": "", + "first_page": "749", + "last_page": "751", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 346" + }, + { + "type": "official", + "cite": "8 Va. 346" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "11 Gratt. 697", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451009 + ], + "opinion_index": -1, + "case_paths": [ + "/va/52/0355-01" + ] + } + ], + "analysis": { + "cardinality": 682, + "char_count": 14599, + "ocr_confidence": 0.5, + "pagerank": { + "raw": 1.5550544481244034e-07, + "percentile": 0.6758731879735074 + }, + "sha256": "0fbdbc315abfc72de32569159482cd8caeff509f8718cdcfd5871fd8dfc2c140", + "simhash": "1:39dbcbbbca9bf18f", + "word_count": 2558 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0749-01", + "first_page_order": 129, + "last_page_order": 131 + }, + { + "id": 6716110, + "name": "Douglass v. Roan", + "name_abbreviation": "Douglass v. Roan", + "decision_date": "1790-06", + "docket_number": "", + "first_page": "751", + "last_page": "753", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 751" + }, + { + "type": "official", + "cite": "8 Va. 751" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Call 228", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715793 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0496-01" + ] + }, + { + "cite": "4 Call 564", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716967 + ], + "opinion_index": -1, + "case_paths": [ + "/va/8/0823-01" + ] + }, + { + "cite": "4 Call 158", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715251 + ], + "opinion_index": -1, + "case_paths": [ + "/va/8/0685-01" + ] + }, + { + "cite": "4 Call 153", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715225 + ], + "opinion_index": -1, + "case_paths": [ + "/va/8/0684-02" + ] + } + ], + "analysis": { + "cardinality": 418, + "char_count": 8029, + "ocr_confidence": 0.525, + "pagerank": { + "raw": 4.03580807328026e-08, + "percentile": 0.1808190361677457 + }, + "sha256": "117cfddbc81485dab60400a4bc0802e8ee6d0e6b2c7c73cb4935f5db5353f7bc", + "simhash": "1:15437c048eb2b12b", + "word_count": 1423 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0751-01", + "first_page_order": 131, + "last_page_order": 133 + }, + { + "id": 6716134, + "name": "Winston v. Overseers of the Poor of Hanover", + "name_abbreviation": "Winston v. Overseers of the Poor", + "decision_date": "1797-10", + "docket_number": "", + "first_page": "753", + "last_page": "754", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 357" + }, + { + "type": "official", + "cite": "8 Va. 357" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 308, + "char_count": 5212, + "ocr_confidence": 0.46, + "pagerank": { + "raw": 4.3288477722853265e-08, + "percentile": 0.2724527568981821 + }, + "sha256": "2ac916d11a1c90376fe999e9920d3b01e53372cd93fba9b69250ec8b2dbef730", + "simhash": "1:7cc2ede4ae1ecce3", + "word_count": 912 + }, + "last_updated": "2023-07-14T18:22:11.489742+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0753-01", + "first_page_order": 133, + "last_page_order": 134 + }, + { + "id": 6716151, + "name": "M'Connico v. Moseley", + "name_abbreviation": "M'Connico v. Moseley", + "decision_date": "1798-10", + "docket_number": "", + "first_page": "754", + "last_page": "754", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 360" + }, + { + "type": "official", + "cite": "8 Va. 360" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 164, + "char_count": 2656, + "ocr_confidence": 0.531, + "pagerank": { + "raw": 8.138363859351185e-08, + "percentile": 0.47249762437887305 + }, + "sha256": "d0a5701cbf45b3358c53cbc90005d9a9f51a53f0908ae2fcf4d65997eb960080", + "simhash": "1:fb89ae0d31822cce", + "word_count": 452 + }, + "last_updated": "2023-07-14T18:22:11.489742+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0754-01", + "first_page_order": 134, + "last_page_order": 134 + }, + { + "id": 6716182, + "name": "Fowler and Wife v. Saunders", + "name_abbreviation": "Fowler v. Saunders", + "decision_date": "1798-10", + "docket_number": "", + "first_page": "754", + "last_page": "755", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 361" + }, + { + "type": "official", + "cite": "8 Va. 361" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 299, + "char_count": 4813, + "ocr_confidence": 0.497, + "pagerank": { + "raw": 1.3867502322508203e-07, + "percentile": 0.6415987959143564 + }, + "sha256": "2907c97ed46858b09b064987c62e6996f15f900741bbc2b2e80981015891fca7", + "simhash": "1:9380eb91d99a3cdb", + "word_count": 842 + }, + "last_updated": "2023-07-14T18:22:11.489742+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0754-02", + "first_page_order": 134, + "last_page_order": 135 + }, + { + "id": 6716210, + "name": "Halcomb v. Innis, Attorney General, &c.", + "name_abbreviation": "Halcomb v. Innis", + "decision_date": "1799-11", + "docket_number": "", + "first_page": "755", + "last_page": "756", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 364" + }, + { + "type": "official", + "cite": "8 Va. 364" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 288, + "char_count": 5495, + "ocr_confidence": 0.476, + "pagerank": { + "raw": 4.0847938140094653e-08, + "percentile": 0.26665357710044096 + }, + "sha256": "11530625ebd5f3176c2afcfa92788fee9984b7d7337b29b5f84a4830f8bab55d", + "simhash": "1:b8020af1de7b26f9", + "word_count": 951 + }, + "last_updated": "2023-07-14T18:22:11.489742+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0755-01", + "first_page_order": 135, + "last_page_order": 136 + }, + { + "id": 6716235, + "name": "William Johnston, Surviving Partner of Johnston & Tinsley, v. William Macon, Late High Sheriff of Hanover", + "name_abbreviation": "Johnston v. Macon", + "decision_date": "1790-12", + "docket_number": "", + "first_page": "756", + "last_page": "757", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 367" + }, + { + "type": "official", + "cite": "8 Va. 367" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Wash. 4", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714194 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0358-01" + ] + }, + { + "cite": "1 Rob. 329", + "category": "reporters:state", + "reporter": "Rob.", + "opinion_index": -1 + }, + { + "cite": "10 Gratt. 540", + "category": "reporters:state", + "reporter": "Gratt.", + "pin_cites": [ + { + "page": "546" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Munf. 506", + "category": "reporters:state", + "reporter": "Munf.", + "pin_cites": [ + { + "page": "509" + } + ], + "opinion_index": -1 + }, + { + "cite": "31 Gratt. 478", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "26 W. Va. 290", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 518, + "char_count": 10810, + "ocr_confidence": 0.469, + "pagerank": { + "raw": 5.82749496744523e-08, + "percentile": 0.36245433614083294 + }, + "sha256": "b3cd8536983571933ed30a5a834d2f55a10d10d80591fd4b3fdd0761779f5116", + "simhash": "1:deb51838bf492142", + "word_count": 1902 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0756-01", + "first_page_order": 136, + "last_page_order": 137 + }, + { + "id": 6716255, + "name": "Henderson, &c. v. Southall, &c.", + "name_abbreviation": "Henderson v. Southall", + "decision_date": "1790-12", + "docket_number": "", + "first_page": "757", + "last_page": "758", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 371" + }, + { + "type": "official", + "cite": "8 Va. 371" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "12 W. Va. 502", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641221 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/12/0502-01" + ] + } + ], + "analysis": { + "cardinality": 149, + "char_count": 1992, + "ocr_confidence": 0.462, + "pagerank": { + "raw": 1.0193148210323462e-07, + "percentile": 0.5448282892168617 + }, + "sha256": "d7da535f8121a7262f8201bf00d1ef887a58e2716dcd146fbd0e50e35a6032b4", + "simhash": "1:347aca881c5ec1e5", + "word_count": 338 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0757-01", + "first_page_order": 137, + "last_page_order": 138 + }, + { + "id": 6716276, + "name": "Scott v. Graves; Tabb v. Richards; Bentley v. Roan", + "name_abbreviation": "Scott v. Graves", + "decision_date": "1790-12", + "docket_number": "", + "first_page": "758", + "last_page": "758", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 372" + }, + { + "type": "official", + "cite": "8 Va. 372" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 176, + "char_count": 2840, + "ocr_confidence": 0.532, + "pagerank": { + "raw": 1.0077753867311987e-07, + "percentile": 0.5412344503482636 + }, + "sha256": "add1c3eb2a94d48a98d7b490102efb7ab812de4f7d24994910cca8f9711c0778", + "simhash": "1:1e88d3cb224165b3", + "word_count": 473 + }, + "last_updated": "2023-07-14T18:22:11.489742+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0758-01", + "first_page_order": 138, + "last_page_order": 138 + }, + { + "id": 6716303, + "name": "Clarke v. Mayo", + "name_abbreviation": "Clarke v. Mayo", + "decision_date": "1803-10", + "docket_number": "", + "first_page": "758", + "last_page": "760", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 374" + }, + { + "type": "official", + "cite": "8 Va. 374" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "8 Gratt. 634", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "39 N. E. Rep. 333", + "category": "reporters:state_regional", + "reporter": "N.E.", + "opinion_index": -1 + }, + { + "cite": "144 N. Y. 316", + "category": "reporters:state", + "reporter": "N.Y.", + "case_ids": [ + 1174969 + ], + "opinion_index": -1, + "case_paths": [ + "/ny-crim/11/0017-01" + ] + }, + { + "cite": "11 S. E. Rep. 8", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "33 W. Va. 507", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640354 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/33/0507-01" + ] + }, + { + "cite": "9 S. E. Rep. 48", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "32 W. Va. 6", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639566 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/32/0006-01" + ] + }, + { + "cite": "1 S. E. Rep. 673", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": -1 + }, + { + "cite": "29 W. Va. 407", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640124 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/w-va/29/0407-01" + ] + }, + { + "cite": "8 Gratt. 632", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716602 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0700-01" + ] + }, + { + "cite": "5 Call 548", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716014 + ], + "year": 1851, + "opinion_index": -1, + "case_paths": [ + "/va/9/1045-01" + ] + }, + { + "cite": "21 S. E. Rep. 1021", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "40 W. Va. 287", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "13 W. Va. 505", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 581, + "char_count": 11961, + "ocr_confidence": 0.509, + "pagerank": { + "raw": 2.745365888285607e-07, + "percentile": 0.8322992962137947 + }, + "sha256": "890cd95adfff4de5bc25737b8829a91524fd0457f71d6c7a1becca7974b58839", + "simhash": "1:374f5c2de176fc53", + "word_count": 2106 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0758-02", + "first_page_order": 138, + "last_page_order": 140 + }, + { + "id": 6716344, + "name": "Innis, Attorney General, &c. v. Roane and Others", + "name_abbreviation": "Innis v. Roane", + "decision_date": "1797-10", + "docket_number": "", + "first_page": "760", + "last_page": "768", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 379" + }, + { + "type": "official", + "cite": "8 Va. 379" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "7 Gratt. 425", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449374 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0172-01" + ] + }, + { + "cite": "1 Gratt. 364", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4448923 + ], + "opinion_index": -1, + "case_paths": [ + "/va/42/0144-01" + ] + }, + { + "cite": "9 Leigh 58", + "category": "reporters:state", + "reporter": "Leigh", + "pin_cites": [ + { + "page": "61, 77" + } + ], + "opinion_index": -1 + }, + { + "cite": "9 Leigh 43", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "5 Leigh 319", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "1 Leigh 549", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 1461, + "char_count": 50098, + "ocr_confidence": 0.508, + "pagerank": { + "raw": 4.451838967863895e-07, + "percentile": 0.9214602859085607 + }, + "sha256": "ac96d80410fd54ef3fce132ab8134be7c1bea32c000d815058803c9680b191b6", + "simhash": "1:17977b60a466ee3b", + "word_count": 8661 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0760-01", + "first_page_order": 140, + "last_page_order": 148 + }, + { + "id": 6716382, + "name": "Call v. Scott, &c.", + "name_abbreviation": "Call v. Scott", + "decision_date": "1803-10", + "docket_number": "", + "first_page": "768", + "last_page": "771", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 402" + }, + { + "type": "official", + "cite": "8 Va. 402" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "20 S. E. Rep. 853", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "40 W. Va. 47", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Call 62", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094950 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0026-01" + ] + }, + { + "cite": "9 Gratt. 622", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450541 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0279-01" + ] + }, + { + "cite": "6 Call 5", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6714615 + ], + "pin_cites": [ + { + "page": "11" + } + ], + "opinion_index": -1, + "case_paths": [ + "/va/10/1064-01" + ] + }, + { + "cite": "1 Wash. 389", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6717609 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0590-01" + ] + }, + { + "cite": "1 Wash. 296", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716809 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0524-01" + ] + }, + { + "cite": "2 Call, 110", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715192 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/6/0263-01" + ] + }, + { + "cite": "1 Wash. 28", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": 0 + }, + { + "cite": "1 Call 62", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094950 + ], + "opinion_index": 0, + "case_paths": [ + "/va/5/0026-01" + ] + }, + { + "cite": "2 Call, 110", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715192 + ], + "opinion_index": 0, + "case_paths": [ + "/va/6/0263-01" + ] + } + ], + "analysis": { + "cardinality": 729, + "char_count": 18192, + "ocr_confidence": 0.516, + "pagerank": { + "raw": 3.056413680638368e-07, + "percentile": 0.8562837061156847 + }, + "sha256": "9c7e35ebe8096b6dfe343ec7fa07b08d0c8073f16ad4cfd85fc8922c9e11eaf0", + "simhash": "1:d52eaac0f10fd359", + "word_count": 3200 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0768-01", + "first_page_order": 148, + "last_page_order": 151 + }, + { + "id": 6716399, + "name": "Power v. Finnie", + "name_abbreviation": "Power v. Finnie", + "decision_date": "1797-11", + "docket_number": "", + "first_page": "771", + "last_page": "773", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 411" + }, + { + "type": "official", + "cite": "8 Va. 411" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 S. E. Rep. 341", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "29 W. Va. 69", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "25 Gratt. 887", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6726004 + ], + "opinion_index": -1, + "case_paths": [ + "/va/66/0599-01" + ] + }, + { + "cite": "26 W. Va. 392", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "15 S. E. Rep. 865", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "89 Va. 299", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "9 Gratt. 622", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450541 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0279-01" + ] + } + ], + "analysis": { + "cardinality": 515, + "char_count": 10915, + "ocr_confidence": 0.499, + "pagerank": { + "raw": 1.530437368118447e-07, + "percentile": 0.6710057227274641 + }, + "sha256": "d5291fc41feb842388a531d5c920f7cc769aeb1be12007f7ec8f9f064a885674", + "simhash": "1:c9e7c5e814eefc01", + "word_count": 1932 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0771-01", + "first_page_order": 151, + "last_page_order": 153 + }, + { + "id": 6716445, + "name": "Hooe v. Marquess", + "name_abbreviation": "Hooe v. Marquess", + "decision_date": "1798-10", + "docket_number": "", + "first_page": "773", + "last_page": "775", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 416" + }, + { + "type": "official", + "cite": "8 Va. 416" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Pat. & H. 5", + "category": "reporters:state", + "reporter": "Patton & Heath", + "opinion_index": -1 + }, + { + "cite": "25 Gratt. 473", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6724275 + ], + "opinion_index": -1, + "case_paths": [ + "/va/66/0451-01" + ] + }, + { + "cite": "20 Gratt. 527", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733935 + ], + "opinion_index": -1, + "case_paths": [ + "/va/61/0521-01" + ] + } + ], + "analysis": { + "cardinality": 690, + "char_count": 14947, + "ocr_confidence": 0.487, + "pagerank": { + "raw": 1.0702212886917544e-07, + "percentile": 0.5595766394102514 + }, + "sha256": "ffd24a1020d1a660c7170e4511dfb4e7397ed67566dcc17146fecda69cd6b518", + "simhash": "1:6e9729b79da898ad", + "word_count": 2609 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0773-01", + "first_page_order": 153, + "last_page_order": 155 + }, + { + "id": 6716476, + "name": "Spencer v. Moore", + "name_abbreviation": "Spencer v. Moore", + "decision_date": "1798-04", + "docket_number": "", + "first_page": "775", + "last_page": "777", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 423" + }, + { + "type": "official", + "cite": "8 Va. 423" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "19 Gratt. 720", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4436402 + ], + "opinion_index": -1, + "case_paths": [ + "/va/60/0260-01" + ] + }, + { + "cite": "16 Gratt. 418", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4437330 + ], + "opinion_index": -1, + "case_paths": [ + "/va/57/0163-01" + ] + }, + { + "cite": "1 Gratt. 94", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "20 Gratt. 860", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6734604 + ], + "opinion_index": -1, + "case_paths": [ + "/va/61/0657-01" + ] + }, + { + "cite": "8 S. E. Rep. 493", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "31 W. Va. 659", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640456 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/31/0659-01" + ] + }, + { + "cite": "4 S. E. Rep. 580", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "84 Va. 108", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "11 W. Va. 584", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641317 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/11/0584-01" + ] + }, + { + "cite": "78 Va. 598", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 224", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716088 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/1/0490-01" + ] + } + ], + "analysis": { + "cardinality": 723, + "char_count": 14498, + "ocr_confidence": 0.482, + "pagerank": { + "raw": 9.991882797619486e-08, + "percentile": 0.5384070654312278 + }, + "sha256": "8946491fa5de88296edc099eeebae269702f522c34334483728ef2fed252eb70", + "simhash": "1:9b3ae31212620bcb", + "word_count": 2535 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0775-01", + "first_page_order": 155, + "last_page_order": 157 + }, + { + "id": 6716514, + "name": "Chapman v. Chapman", + "name_abbreviation": "Chapman v. Chapman", + "decision_date": "1799-04", + "docket_number": "", + "first_page": "777", + "last_page": "781", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 430" + }, + { + "type": "official", + "cite": "8 Va. 430" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "25 Gratt. 473", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6724275 + ], + "opinion_index": -1, + "case_paths": [ + "/va/66/0451-01" + ] + }, + { + "cite": "20 Gratt. 527", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733935 + ], + "opinion_index": -1, + "case_paths": [ + "/va/61/0521-01" + ] + }, + { + "cite": "1 Wash. 136", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715064 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0446-01" + ] + } + ], + "analysis": { + "cardinality": 849, + "char_count": 22530, + "ocr_confidence": 0.497, + "pagerank": { + "raw": 4.313947448607103e-08, + "percentile": 0.27171854420856195 + }, + "sha256": "fadcc8e34cc45e22ffbd68afa893884d55cbba43b3ec48b90fb56ddc5558aca3", + "simhash": "1:5520a694ae349180", + "word_count": 3976 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0777-01", + "first_page_order": 157, + "last_page_order": 161 + }, + { + "id": 6716535, + "name": "Home v. Richards, and e Contra", + "name_abbreviation": "Home v. Richards", + "decision_date": "1798-04", + "docket_number": "", + "first_page": "781", + "last_page": "784", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 441" + }, + { + "type": "official", + "cite": "8 Va. 441" + }, + { + "type": "parallel", + "cite": "2 Am. Dec. 574" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Rand. 33", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6714364 + ], + "opinion_index": -1, + "case_paths": [ + "/va/24/0465-01" + ] + }, + { + "cite": "1 Rand. 417", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 4443417 + ], + "opinion_index": -1, + "case_paths": [ + "/va/22/0165-02" + ] + }, + { + "cite": "14 S. E. Rep. 380", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "88 Va. 667", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "3 Rand. 563", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6715947 + ], + "opinion_index": -1, + "case_paths": [ + "/va/24/0705-01" + ] + }, + { + "cite": "11 S. E. Rep. 106", + "category": "reporters:state_regional", + "reporter": "S.E.", + "weight": 2, + "opinion_index": -1 + }, + { + "cite": "86 Va. 700", + "category": "reporters:state", + "reporter": "Va.", + "weight": 2, + "opinion_index": -1 + }, + { + "cite": "1 S. E. Rep. 734", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "29 W. Va. 319", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "22 W. Va. 64", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "37 Gratt. 433", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "11 Gratt. 136", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451307 + ], + "opinion_index": -1, + "case_paths": [ + "/va/52/0065-01" + ] + }, + { + "cite": "3 Gratt. 695", + "category": "reporters:state", + "reporter": "Gratt.", + "pin_cites": [ + { + "page": "707" + } + ], + "opinion_index": -1 + }, + { + "cite": "38 Gratt. 344", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 819, + "char_count": 21142, + "ocr_confidence": 0.517, + "pagerank": { + "raw": 4.072612544782058e-07, + "percentile": 0.9085751717571179 + }, + "sha256": "9684b4fe09440295a3edcadb47a14f7d99cad99547d68a63a7744102da5d992b", + "simhash": "1:7e088422236eba58", + "word_count": 3817 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0781-01", + "first_page_order": 161, + "last_page_order": 164 + }, + { + "id": 6716555, + "name": "Gordon v. Harvey", + "name_abbreviation": "Gordon v. Harvey", + "decision_date": "1799-04", + "docket_number": "", + "first_page": "784", + "last_page": "785", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 450" + }, + { + "type": "official", + "cite": "8 Va. 450" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 137, + "char_count": 1791, + "ocr_confidence": 0.519, + "pagerank": { + "raw": 1.2224831191359088e-07, + "percentile": 0.5984594082512147 + }, + "sha256": "600d564ea4ec747a62c5d189f7824c8c7da76ba622a662ee78c235ecf765b79d", + "simhash": "1:9cc6d7f17804b0d9", + "word_count": 306 + }, + "last_updated": "2023-07-14T18:22:11.489742+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0784-01", + "first_page_order": 164, + "last_page_order": 165 + }, + { + "id": 6716580, + "name": "King v. M'Daniel", + "name_abbreviation": "King v. M'Daniel", + "decision_date": "1799-04", + "docket_number": "", + "first_page": "785", + "last_page": "785", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 451" + }, + { + "type": "official", + "cite": "8 Va. 451" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "7 Gratt. 300", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449671 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0119-01" + ] + }, + { + "cite": "16 S. E. Rep. 225", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "88 Va. 203", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "1 Hen. & M. 153", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8687475 + ], + "opinion_index": -1, + "case_paths": [ + "/va/11/0079-01" + ] + }, + { + "cite": "9 Gratt. 183", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450402 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0084-01" + ] + }, + { + "cite": "2 Wash. 187", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714961 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0703-01" + ] + } + ], + "analysis": { + "cardinality": 184, + "char_count": 2485, + "ocr_confidence": 0.458, + "pagerank": { + "raw": 7.471219273578904e-08, + "percentile": 0.44517112773756307 + }, + "sha256": "fa09f81e8f9359092a4b2bfddefecf269d9593f39e2cc853fd1f093549c2c339", + "simhash": "1:55e5617eabda9ec6", + "word_count": 423 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0785-01", + "first_page_order": 165, + "last_page_order": 165 + }, + { + "id": 6716614, + "name": "Tabb v. Boyd", + "name_abbreviation": "Tabb v. Boyd", + "decision_date": "1800-11", + "docket_number": "", + "first_page": "785", + "last_page": "788", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 453" + }, + { + "type": "official", + "cite": "8 Va. 453" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Munf. 288", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6719582 + ], + "opinion_index": -1, + "case_paths": [ + "/va/17/0703-01" + ] + }, + { + "cite": "14 W. Va. 143", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "10 Gratt. 159", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715134 + ], + "opinion_index": -1, + "case_paths": [ + "/va/51/0461-01" + ] + }, + { + "cite": "2 Wash. 151", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714692 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0688-02" + ] + }, + { + "cite": "1 Wash. 246", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716290 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0501-01" + ] + } + ], + "analysis": { + "cardinality": 708, + "char_count": 18885, + "ocr_confidence": 0.51, + "pagerank": { + "raw": 2.1741917886497478e-07, + "percentile": 0.7715654464796983 + }, + "sha256": "7d1203cc17d649360535c44e8942664287a788846cb03631c918c1b37e0afd01", + "simhash": "1:96bb6aa4621b6b31", + "word_count": 3305 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0785-02", + "first_page_order": 165, + "last_page_order": 168 + }, + { + "id": 6716644, + "name": "Walcott v. Swan", + "name_abbreviation": "Walcott v. Swan", + "decision_date": "1800-04", + "docket_number": "", + "first_page": "788", + "last_page": "791", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 462" + }, + { + "type": "official", + "cite": "8 Va. 462" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "2 Call, 298", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715863 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/6/0322-01" + ] + } + ], + "analysis": { + "cardinality": 824, + "char_count": 21834, + "ocr_confidence": 0.498, + "pagerank": { + "raw": 4.03580807328026e-08, + "percentile": 0.18082444188831087 + }, + "sha256": "fd13aea59c6ea55ff556685634d1a1871dee1767d5d5baebcb94669201158430", + "simhash": "1:5f38c532441c1f67", + "word_count": 3849 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0788-01", + "first_page_order": 168, + "last_page_order": 171 + }, + { + "id": 6716670, + "name": "Mayo v. Carrington", + "name_abbreviation": "Mayo v. Carrington", + "decision_date": "1791-11", + "docket_number": "", + "first_page": "792", + "last_page": "793", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 472" + }, + { + "type": "official", + "cite": "8 Va. 472" + }, + { + "type": "parallel", + "cite": "2 Am. Dec. 580" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Call 225", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715773, + 6715750 + ], + "opinion_index": 0, + "case_paths": [ + "/va/7/0495-02", + "/va/7/0495-01" + ] + } + ], + "analysis": { + "cardinality": 511, + "char_count": 9676, + "ocr_confidence": 0.488, + "pagerank": { + "raw": 2.4335861888801584e-07, + "percentile": 0.8023193630207784 + }, + "sha256": "0451a2fb5668383478baa9902a303619330f81d845e853ccc065393487aeff2d", + "simhash": "1:ccf1e4e81d019ded", + "word_count": 1681 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0792-01", + "first_page_order": 172, + "last_page_order": 173 + }, + { + "id": 6716700, + "name": "Cowles & al. v. Brown & al.", + "name_abbreviation": "Cowles v. Brown", + "decision_date": "1803-10", + "docket_number": "", + "first_page": "793", + "last_page": "796", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 477" + }, + { + "type": "official", + "cite": "8 Va. 477" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "14 Gratt. 96", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6731654 + ], + "opinion_index": -1, + "case_paths": [ + "/va/55/0416-01" + ] + }, + { + "cite": "3 W. Va. 611", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "11 Gratt. 348", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450967 + ], + "opinion_index": -1, + "case_paths": [ + "/va/52/0149-01" + ] + }, + { + "cite": "34 S. E. Rep. 60", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "97 Va. 442", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "2 Call 520", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716705 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0391-01" + ] + }, + { + "cite": "18 Gratt. 541", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733415 + ], + "opinion_index": -1, + "case_paths": [ + "/va/59/0706-01" + ] + }, + { + "cite": "13 S. E. Rep. 160", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "85 Va. 338", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 715, + "char_count": 16461, + "ocr_confidence": 0.495, + "pagerank": { + "raw": 2.5895065864322044e-07, + "percentile": 0.8179467219903555 + }, + "sha256": "4840cf8687602e01b0c494980838034cd49deaf452b9b1b54ca693d86f87faf0", + "simhash": "1:1b63c5135304aac2", + "word_count": 2940 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0793-01", + "first_page_order": 173, + "last_page_order": 176 + }, + { + "id": 6716727, + "name": "Porter v. Harris", + "name_abbreviation": "Porter v. Harris", + "decision_date": "1802-04", + "docket_number": "", + "first_page": "796", + "last_page": "797", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 485" + }, + { + "type": "official", + "cite": "8 Va. 485" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "25 Gratt. 887", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6726004 + ], + "opinion_index": -1, + "case_paths": [ + "/va/66/0599-01" + ] + }, + { + "cite": "30 Gratt. 415", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4431614 + ], + "opinion_index": -1, + "case_paths": [ + "/va/71/0145-01" + ] + }, + { + "cite": "5 W. Va. 546", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "4 Call 488", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "9 W. Va. 382", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 26", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714322 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0369-01" + ] + } + ], + "analysis": { + "cardinality": 430, + "char_count": 9719, + "ocr_confidence": 0.491, + "pagerank": { + "raw": 2.6362645677520566e-07, + "percentile": 0.8226695842112802 + }, + "sha256": "ba77e9f26cfa462b1db95c4563cdbc287f7ec34731f083cdb7726b5b2673564d", + "simhash": "1:9ff6ade1f01e0b37", + "word_count": 1692 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0796-01", + "first_page_order": 176, + "last_page_order": 177 + }, + { + "id": 6716753, + "name": "Anthony v. Oldacre", + "name_abbreviation": "Anthony v. Oldacre", + "decision_date": "1802-05", + "docket_number": "", + "first_page": "797", + "last_page": "798", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 489" + }, + { + "type": "official", + "cite": "8 Va. 489" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Rob. 287", + "category": "reporters:state", + "reporter": "Rob.", + "case_ids": [ + 4447612, + 1399844 + ], + "opinion_index": -1, + "case_paths": [ + "/va/40/0251-01", + "/ny-super-ct/24/0287-01" + ] + }, + { + "cite": "19 W. Va. 512", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "21 W. Va. 333", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 383, + "char_count": 6885, + "ocr_confidence": 0.527, + "pagerank": { + "raw": 1.4219082848291335e-07, + "percentile": 0.6491884275878632 + }, + "sha256": "3d72f4d5c8f2dd6ae7a9a30c2255bb37fd1123f3ce69e314b4638d0f6768a004", + "simhash": "1:e274664a604decfc", + "word_count": 1213 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0797-01", + "first_page_order": 177, + "last_page_order": 178 + }, + { + "id": 6716791, + "name": "Barksdale v. Fenwick", + "name_abbreviation": "Barksdale v. Fenwick", + "decision_date": "1803-10", + "docket_number": "", + "first_page": "798", + "last_page": "806", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 492" + }, + { + "type": "official", + "cite": "8 Va. 492" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "9 Gratt. 409", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451111 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0186-01" + ] + }, + { + "cite": "18 Gratt. 801", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733925 + ], + "opinion_index": -1, + "case_paths": [ + "/va/59/0792-01" + ] + }, + { + "cite": "5 Rand. 31", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6732299 + ], + "opinion_index": -1, + "case_paths": [ + "/va/26/0313-01" + ] + }, + { + "cite": "6 Munf. 391", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6727595 + ], + "opinion_index": -1, + "case_paths": [ + "/va/20/0782-01" + ] + }, + { + "cite": "2 Hen. & M. 105", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6725592 + ], + "opinion_index": -1, + "case_paths": [ + "/va/12/0348-01" + ] + }, + { + "cite": "5 Gratt. 133", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375298 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0133-01" + ] + }, + { + "cite": "10 Gratt. 149", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715110 + ], + "opinion_index": -1, + "case_paths": [ + "/va/51/0458-01" + ] + }, + { + "cite": "4 Leigh 452", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6726744 + ], + "opinion_index": -1, + "case_paths": [ + "/va/31/0998-01" + ] + }, + { + "cite": "6 Leigh 386", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6718073 + ], + "opinion_index": -1, + "case_paths": [ + "/va/33/0432-01" + ] + }, + { + "cite": "14 S. E. Rep. 443", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "36 W. Va. 108", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "111" + } + ], + "opinion_index": -1 + }, + { + "cite": "6 W. Va. 134", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Call 497", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094943 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0181-01" + ] + }, + { + "cite": "9 Gratt. 699", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "5 Call 88", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "95" + } + ], + "opinion_index": -1 + }, + { + "cite": "5 Call 55", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "10 Gratt. 259", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715585 + ], + "opinion_index": -1, + "case_paths": [ + "/va/51/0545-01" + ] + }, + { + "cite": "2 Wash. 172", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714858 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0697-01" + ] + }, + { + "cite": "2 Wash. 203", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715191 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0709-03" + ] + }, + { + "cite": "2 Wash. 230", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "2 Wash. 233", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715342 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0723-01" + ] + }, + { + "cite": "2 Wash. 219", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "1 Call, 226", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094948 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0086-01" + ] + }, + { + "cite": "1 Call, 62", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094950 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0026-01" + ] + }, + { + "cite": "2 Wash. 218", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715255 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/2/0716-01" + ] + } + ], + "analysis": { + "cardinality": 1436, + "char_count": 46731, + "ocr_confidence": 0.497, + "pagerank": { + "raw": 2.2116203225717515e-07, + "percentile": 0.7765831135328739 + }, + "sha256": "4e71dd89aedf8b47aec1bf5bdd153124f7b7dd84aa0807fa80584471d3eeb430", + "simhash": "1:3746e382bc81fd42", + "word_count": 8167 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0798-01", + "first_page_order": 178, + "last_page_order": 186 + }, + { + "id": 6716820, + "name": "Spotswood v. Pendleton, &c.", + "name_abbreviation": "Spotswood v. Pendleton", + "decision_date": "1801-04", + "docket_number": "", + "first_page": "806", + "last_page": "808", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 514" + }, + { + "type": "official", + "cite": "8 Va. 514" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "11 Gratt. 505", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450981 + ], + "opinion_index": -1, + "case_paths": [ + "/va/52/0241-01" + ] + }, + { + "cite": "1 Call, 524", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094966 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0190-01" + ] + } + ], + "analysis": { + "cardinality": 752, + "char_count": 16850, + "ocr_confidence": 0.51, + "pagerank": { + "raw": 1.1658237809139575e-07, + "percentile": 0.5851478213594692 + }, + "sha256": "6fb74f61e17bb81a7f923d70bb4a9d18cba3b0723b3b24293d9524fa9bbd79c4", + "simhash": "1:323bb3a2fa56d395", + "word_count": 2942 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0806-01", + "first_page_order": 186, + "last_page_order": 188 + }, + { + "id": 6716850, + "name": "Richards v. Tabb", + "name_abbreviation": "Richards v. Tabb", + "decision_date": "1788-05", + "docket_number": "", + "first_page": "808", + "last_page": "810", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 522" + }, + { + "type": "official", + "cite": "8 Va. 522" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Va. Dec. 798", + "category": "reporters:state", + "reporter": "Va. Dec.", + "case_ids": [ + 4441574 + ], + "opinion_index": -1, + "case_paths": [ + "/va-dec/1/0798-01" + ] + }, + { + "cite": "4 Leigh 114", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6724890 + ], + "opinion_index": -1, + "case_paths": [ + "/va/31/0883-01" + ] + }, + { + "cite": "4 Munf. 468", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 4441692 + ], + "opinion_index": -1, + "case_paths": [ + "/va/18/0226-02" + ] + }, + { + "cite": "13 S. E. Rep. 457", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "88 Va. 252", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "32 S. E. Rep. 797", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "97 Va. 754", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 2013105 + ], + "opinion_index": -1, + "case_paths": [ + "/va/97/0754-01" + ] + }, + { + "cite": "2 Va. Cas. 327", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6731975 + ], + "opinion_index": -1, + "case_paths": [ + "/va/4/0257-01" + ] + }, + { + "cite": "13 Gratt. 750", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4437992 + ], + "opinion_index": -1, + "case_paths": [ + "/va/54/0287-01" + ] + }, + { + "cite": "2 Wash. 301", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715535 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0776-02" + ] + }, + { + "cite": "3 Munf. 65", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6717499 + ], + "opinion_index": -1, + "case_paths": [ + "/va/17/0626-01" + ] + } + ], + "analysis": { + "cardinality": 539, + "char_count": 12005, + "ocr_confidence": 0.489, + "pagerank": { + "raw": 2.5294506237465965e-07, + "percentile": 0.8123297922002403 + }, + "sha256": "657b77c71844b652dd82218e3342cc8145da711a1fb84d8660fb4862ae36f2aa", + "simhash": "1:b58be4e08f88c0f9", + "word_count": 2160 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0808-01", + "first_page_order": 188, + "last_page_order": 190 + }, + { + "id": 6716904, + "name": "Mayo v. Bentley", + "name_abbreviation": "Mayo v. Bentley", + "decision_date": "1800-10", + "docket_number": "", + "first_page": "810", + "last_page": "822", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 528" + }, + { + "type": "official", + "cite": "8 Va. 528" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "4 Hen. & M. 76", + "category": "reporters:state", + "reporter": "Hen. & M.", + "pin_cites": [ + { + "page": "77" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Call, 500", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094970 + ], + "opinion_index": 0, + "case_paths": [ + "/va/5/0182-01" + ] + }, + { + "cite": "2 Black. Rep. 1275", + "category": "reporters:scotus_early", + "reporter": "Black. Rep.", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 1787, + "char_count": 75564, + "ocr_confidence": 0.497, + "pagerank": { + "raw": 1.1860002669829991e-07, + "percentile": 0.59020969948441 + }, + "sha256": "d902a395b56294d818ac3f5f17784fe10c938e83c113c6d7dc03b705d13887ee", + "simhash": "1:5af095219464af28", + "word_count": 13286 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0810-01", + "first_page_order": 190, + "last_page_order": 202 + }, + { + "id": 6716930, + "name": "Fleming v. Saunders", + "name_abbreviation": "Fleming v. Saunders", + "decision_date": "1803-04", + "docket_number": "", + "first_page": "822", + "last_page": "823", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 563" + }, + { + "type": "official", + "cite": "8 Va. 563" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "27 Gratt. 440", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740164 + ], + "opinion_index": 0, + "case_paths": [ + "/va/68/0525-01" + ] + } + ], + "analysis": { + "cardinality": 115, + "char_count": 1562, + "ocr_confidence": 0.473, + "pagerank": { + "raw": 4.1150845135908093e-08, + "percentile": 0.2667806115337226 + }, + "sha256": "f5640a7a4c8e340f75f11b913d4f9cc94cf6ce548bf6dad31423c4663fd298e9", + "simhash": "1:c2a69728140e2ef3", + "word_count": 256 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0822-01", + "first_page_order": 202, + "last_page_order": 203 + }, + { + "id": 6716967, + "name": "Stratton v. Hague", + "name_abbreviation": "Stratton v. Hague", + "decision_date": "1790-06", + "docket_number": "", + "first_page": "823", + "last_page": "824", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 564" + }, + { + "type": "official", + "cite": "8 Va. 564" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 Call 353", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 561, + "char_count": 10599, + "ocr_confidence": 0.51, + "pagerank": { + "raw": 9.505882454708161e-08, + "percentile": 0.5224150133849502 + }, + "sha256": "27b1d9d1943ecc7a4cf2dadf411e788a0a2b738fe6ca863c42013125debdc07c", + "simhash": "1:ab8ee7c09f90d10c", + "word_count": 1878 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0823-01", + "first_page_order": 203, + "last_page_order": 204 + }, + { + "id": 6717008, + "name": "Daniel v. Robinson's Ex'x", + "name_abbreviation": "Daniel v. Robinson's Ex'x", + "decision_date": "1793-04", + "docket_number": "", + "first_page": "824", + "last_page": "827", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 570" + }, + { + "type": "official", + "cite": "8 Va. 570" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 589, + "char_count": 14062, + "ocr_confidence": 0.492, + "sha256": "617376bf01627b245e18117906c24f5eaefeb199d7a338d49294c8d4771e45da", + "simhash": "1:964e5e79ceffc319", + "word_count": 2416 + }, + "last_updated": "2023-07-14T18:22:11.489742+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0824-01", + "first_page_order": 204, + "last_page_order": 207 + }, + { + "id": 6717029, + "name": "Moring v. Lucas, &c.", + "name_abbreviation": "Moring v. Lucas", + "decision_date": "1795-04", + "docket_number": "", + "first_page": "827", + "last_page": "828", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 577" + }, + { + "type": "official", + "cite": "8 Va. 577" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "9 Leigh 95", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 4446683 + ], + "opinion_index": -1, + "case_paths": [ + "/va/36/0095-01" + ] + }, + { + "cite": "2 Leigh 643", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "3 Leigh 567", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6726702 + ], + "opinion_index": -1, + "case_paths": [ + "/va/30/0730-01" + ] + }, + { + "cite": "7 S. E. Rep. 371", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "85 Va. 118", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 371, + "char_count": 6561, + "ocr_confidence": 0.484, + "pagerank": { + "raw": 2.2907564689206516e-07, + "percentile": 0.786231359434469 + }, + "sha256": "7f138d10430f068e26e7dea555e84a63fcc7d8f992a314ab135f87c2c6fee902", + "simhash": "1:8ece20daba41db17", + "word_count": 1097 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0827-01", + "first_page_order": 207, + "last_page_order": 208 + }, + { + "id": 6717069, + "name": "Turberville v. Self", + "name_abbreviation": "Turberville v. Self", + "decision_date": "1795-04", + "docket_number": "", + "first_page": "828", + "last_page": "831", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 580" + }, + { + "type": "official", + "cite": "8 Va. 580" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 H. & M. 491", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6729646 + ], + "opinion_index": -1, + "case_paths": [ + "/va/14/0960-01" + ] + }, + { + "cite": "2 Wash. 71", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714321 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/2/0635-02" + ] + }, + { + "cite": "22 Gratt. 605", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "13 W. Va. 846", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "8 Gratt. 578", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716353 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0674-01" + ] + }, + { + "cite": "32 Gratt. 773", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "4 Hen. & M. 501", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "3 Gratt. 91", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6714750 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/44/0572-01" + ] + }, + { + "cite": "18 Gratt. 722", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733678 + ], + "weight": 3, + "opinion_index": -1, + "case_paths": [ + "/va/59/0766-01" + ] + }, + { + "cite": "13 W. Va. 840", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "4 Hen. & M. 498", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "18 Gratt. 727", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 363", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6717399 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0578-01" + ] + }, + { + "cite": "1 Wash. 363", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6717399 + ], + "opinion_index": 0, + "case_paths": [ + "/va/1/0578-01" + ] + } + ], + "analysis": { + "cardinality": 919, + "char_count": 23252, + "ocr_confidence": 0.51, + "pagerank": { + "raw": 3.729294050435146e-07, + "percentile": 0.8942185432432547 + }, + "sha256": "a630da00403ade7f747c54beef30eca11e34130dd2c67685f92e4234ea7efd26", + "simhash": "1:96b7ae75bd1edf49", + "word_count": 4049 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0828-01", + "first_page_order": 208, + "last_page_order": 211 + }, + { + "id": 6717109, + "name": "Love v. Ross, Shore & Co.", + "name_abbreviation": "Love v. Ross, Shore & Co.", + "decision_date": "1795-04", + "docket_number": "", + "first_page": "831", + "last_page": "836", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 590" + }, + { + "type": "official", + "cite": "8 Va. 590" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "11 Gratt. 697", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451009 + ], + "opinion_index": -1, + "case_paths": [ + "/va/52/0355-01" + ] + } + ], + "analysis": { + "cardinality": 985, + "char_count": 30129, + "ocr_confidence": 0.524, + "sha256": "874e8a9399433cc8531389031d4f9726133a6ab497bcf706739042ddff0cd6f8", + "simhash": "1:9d73c597086ea48d", + "word_count": 5205 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0831-01", + "first_page_order": 211, + "last_page_order": 216 + }, + { + "id": 6717161, + "name": "Cary, &c. Executors of Ambler, &c. v. Macon & al.", + "name_abbreviation": "Cary v. Macon", + "decision_date": "1803-10", + "docket_number": "", + "first_page": "836", + "last_page": "843", + "citations": [ + { + "type": "nominative", + "cite": "4 Call 605" + }, + { + "type": "official", + "cite": "8 Va. 605" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "28 Gratt. 220", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "6 Am. Law Reg. 220", + "category": "reporters:state", + "reporter": "Am. Law Reg.", + "opinion_index": -1 + }, + { + "cite": "3 Call 22", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715005 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/7/0430-01" + ] + }, + { + "cite": "1 Call 133", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094935 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0052-01" + ] + }, + { + "cite": "11 W. Va. 411", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + } + ], + "analysis": { + "cardinality": 1413, + "char_count": 49657, + "ocr_confidence": 0.503, + "pagerank": { + "raw": 1.197155992209422e-07, + "percentile": 0.5927820502276387 + }, + "sha256": "a4ece1d9dbc2e4ddf5d246239ec7bf1d4bff9dffb080a7d632b1dd794ff53cae", + "simhash": "1:bf6e6f210808f091", + "word_count": 8686 + }, + "last_updated": "2024-02-27T16:47:20.130393+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0836-01", + "first_page_order": 216, + "last_page_order": 223 + } +] diff --git a/test/stdlib_basics/legal/cases_metadata/va_report_vol_9_CasesMetadata.json b/test/stdlib_basics/legal/cases_metadata/va_report_vol_9_CasesMetadata.json new file mode 100644 index 00000000..d18ba7ed --- /dev/null +++ b/test/stdlib_basics/legal/cases_metadata/va_report_vol_9_CasesMetadata.json @@ -0,0 +1,6557 @@ +[ + { + "id": 6714605, + "name": "Pendleton's Executors v. Stewart", + "name_abbreviation": "Pendleton's Executors v. Stewart", + "decision_date": "1804-04", + "docket_number": "", + "first_page": "861", + "last_page": "865", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 1" + }, + { + "type": "official", + "cite": "9 Va. 1" + }, + { + "type": "parallel", + "cite": "2 Am. Dec. 583" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "19 W. Va 513", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "514, 517, 534, 537, 556" + } + ], + "opinion_index": -1 + }, + { + "cite": "5 Call 9", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "10" + } + ], + "opinion_index": -1 + }, + { + "cite": "19 W. Va. 537", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "19 W. Va. 184", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Rob. 299", + "category": "reporters:state", + "reporter": "Rob.", + "case_ids": [ + 8506743 + ], + "opinion_index": -1, + "case_paths": [ + "/rob/1/0299-01" + ] + }, + { + "cite": "2 W. Va. 347", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641725 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/2/0347-01" + ] + }, + { + "cite": "1 Rob. 298", + "category": "reporters:state", + "reporter": "Rob.", + "case_ids": [ + 8506734, + 1399783 + ], + "opinion_index": -1, + "case_paths": [ + "/rob/1/0298-01", + "/ny-super-ct/24/0298-01" + ] + }, + { + "cite": "19 W. Va. 535", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Munf. 335", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "2 Rand. 67", + "category": "reporters:state", + "reporter": "Rand.", + "opinion_index": -1 + }, + { + "cite": "19 W. Va. 518", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "6 Call 218", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715329 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/10/1134-01" + ] + }, + { + "cite": "2 Hen. & M. 173", + "category": "reporters:state", + "reporter": "Hen. & M.", + "weight": 2, + "opinion_index": -1 + }, + { + "cite": "19 W. Va. 438", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640971 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/19/0438-01" + ] + }, + { + "cite": "5 Leigh 48", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "21 Gratt. 140", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Rob. 287", + "category": "reporters:state", + "reporter": "Rob.", + "case_ids": [ + 4447612, + 1399844 + ], + "opinion_index": -1, + "case_paths": [ + "/va/40/0251-01", + "/ny-super-ct/24/0287-01" + ] + }, + { + "cite": "1 Rob. 304", + "category": "reporters:state", + "reporter": "Rob.", + "pin_cites": [ + { + "page": "305" + } + ], + "opinion_index": -1 + }, + { + "cite": "7 W. Va. 268", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "12 S. E. Rep. 389", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "87 Va. 229", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "81 Va. 183", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "21 Gratt. 137", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 225", + "category": "reporters:state", + "reporter": "Wash.", + "pin_cites": [ + { + "page": "280" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Call, 301", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094942 + ], + "weight": 4, + "opinion_index": -1, + "case_paths": [ + "/va/5/0113-01" + ] + }, + { + "cite": "1 Call, 329", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094939 + ], + "opinion_index": 0, + "case_paths": [ + "/va/5/0122-01" + ] + }, + { + "cite": "1 Call, 301", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094942 + ], + "opinion_index": 0, + "case_paths": [ + "/va/5/0113-01" + ] + } + ], + "analysis": { + "cardinality": 935, + "char_count": 26444, + "ocr_confidence": 0.454, + "pagerank": { + "raw": 4.330218883548755e-07, + "percentile": 0.9176697174236799 + }, + "sha256": "d272716a0d6c0c8f29fb0009d4a1461f50949a21b14b7fbd30f721ea24e1f9c7", + "simhash": "1:4d674612720890c4", + "word_count": 4692 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0861-01", + "first_page_order": 9, + "last_page_order": 13 + }, + { + "id": 6714621, + "name": "Wilkinson v. Hendrick", + "name_abbreviation": "Wilkinson v. Hendrick", + "decision_date": "1804-04", + "docket_number": "", + "first_page": "865", + "last_page": "866", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 12" + }, + { + "type": "official", + "cite": "9 Va. 12" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Gratt 107", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 417, + "char_count": 8380, + "ocr_confidence": 0.509, + "pagerank": { + "raw": 1.6744520953064048e-07, + "percentile": 0.6964736168015974 + }, + "sha256": "5b75101b42b7c6358280a2349a57fa23873b556b5546b82eaa8109e233a88797", + "simhash": "1:cb8737e3925abcd2", + "word_count": 1485 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0865-01", + "first_page_order": 13, + "last_page_order": 14 + }, + { + "id": 6714664, + "name": "Dunlop v. Harris", + "name_abbreviation": "Dunlop v. Harris", + "decision_date": "1804-04", + "docket_number": "", + "first_page": "866", + "last_page": "881", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 16" + }, + { + "type": "official", + "cite": "9 Va. 16" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "9 Gratt. 633", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450433 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0320-01" + ] + }, + { + "cite": "9 Leigh 229", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 4447251 + ], + "opinion_index": -1, + "case_paths": [ + "/va/36/0229-01" + ] + }, + { + "cite": "5 Call 89", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "5 Call 75", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "76" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Black. Rep. 295", + "category": "reporters:scotus_early", + "reporter": "Black. Rep.", + "opinion_index": -1 + }, + { + "cite": "2 Black. Rep. 1269", + "category": "reporters:scotus_early", + "reporter": "Black. Rep.", + "opinion_index": -1 + }, + { + "cite": "2 Wash. 219", + "category": "reporters:state", + "reporter": "Wash.", + "pin_cites": [ + { + "page": "249" + } + ], + "opinion_index": -1 + }, + { + "cite": "2 Black. 467", + "category": "reporters:scotus_early", + "reporter": "Black", + "opinion_index": -1 + }, + { + "cite": "2 Black. Rep. 1263", + "category": "reporters:scotus_early", + "reporter": "Black. Rep.", + "opinion_index": -1 + }, + { + "cite": "2 Call, 48", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": 0 + }, + { + "cite": "4 Call, 492", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716791 + ], + "opinion_index": 0, + "case_paths": [ + "/va/8/0798-01" + ] + }, + { + "cite": "1 Call, 226", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094948 + ], + "opinion_index": 0, + "case_paths": [ + "/va/5/0086-01" + ] + }, + { + "cite": "1 Call, 123", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094933 + ], + "opinion_index": 0, + "case_paths": [ + "/va/5/0048-01" + ] + }, + { + "cite": "1 Call, 497", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094943 + ], + "opinion_index": 0, + "case_paths": [ + "/va/5/0181-01" + ] + }, + { + "cite": "2 Call, 39", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6714947 + ], + "opinion_index": 0, + "case_paths": [ + "/va/6/0241-01" + ] + }, + { + "cite": "2 Wash. 229", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": 0 + }, + { + "cite": "10 W. 3", + "category": "reporters:state", + "reporter": "W.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "9 W. 3", + "category": "reporters:state", + "reporter": "W.", + "pin_cites": [ + { + "page": "1696" + } + ], + "opinion_index": 0 + }, + { + "cite": "2 Wash. 219", + "category": "reporters:state", + "reporter": "Wash.", + "weight": 2, + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 1977, + "char_count": 94082, + "ocr_confidence": 0.51, + "pagerank": { + "raw": 1.0512413895396278e-07, + "percentile": 0.5540402162442675 + }, + "sha256": "b41d624b9b59073a72a15a5378a805f838e9a903557e7f9a04f8f6774d4b3a8f", + "simhash": "1:0a234af1b8881eca", + "word_count": 16623 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0866-01", + "first_page_order": 14, + "last_page_order": 29 + }, + { + "id": 6714709, + "name": "Hooe v. Wilson", + "name_abbreviation": "Hooe v. Wilson", + "decision_date": "1804-04", + "docket_number": "", + "first_page": "881", + "last_page": "887", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 61" + }, + { + "type": "official", + "cite": "9 Va. 61" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Hen. & M. 366", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "9 Gratt. 409", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451111 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0186-01" + ] + }, + { + "cite": "9 Gratt. 622", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450541 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0279-01" + ] + }, + { + "cite": "5 Call 85", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Call 497", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094943 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0181-01" + ] + }, + { + "cite": "1 Call, 232", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094958 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0088-01" + ] + }, + { + "cite": "2 Wash. 172", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714858 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0697-01" + ] + }, + { + "cite": "1 Call, 83", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094931 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0034-01" + ] + }, + { + "cite": "1 Call, 487", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094909 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0177-01" + ] + }, + { + "cite": "1 Call, 114", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "2 Wash. 230", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "1 Call, 226", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094948 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0086-01" + ] + }, + { + "cite": "2 Wash. 281", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": 0 + }, + { + "cite": "1 Call 497", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094943 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/5/0181-01" + ] + } + ], + "analysis": { + "cardinality": 989, + "char_count": 35837, + "ocr_confidence": 0.496, + "pagerank": { + "raw": 6.725928028577428e-08, + "percentile": 0.40824889790871977 + }, + "sha256": "d95db2524ff715daf7e77b08e55e41dade8733b0b184898e37c5787f06a74e18", + "simhash": "1:debaa2e0984164c7", + "word_count": 6277 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0881-01", + "first_page_order": 29, + "last_page_order": 35 + }, + { + "id": 6714737, + "name": "Bronaugh & Co. v. Scott", + "name_abbreviation": "Bronaugh v. Scott", + "decision_date": "1804-04", + "docket_number": "", + "first_page": "887", + "last_page": "894", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 78" + }, + { + "type": "official", + "cite": "9 Va. 78" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "9 Gratt. 409", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451111 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0186-01" + ] + }, + { + "cite": "9 Gratt. 622", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450541 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0279-01" + ] + }, + { + "cite": "14 S. E. Rep. 443", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "36 W. Va. 108", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "111" + } + ], + "opinion_index": -1 + }, + { + "cite": "8 W. Va. 134", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "5 Call 81", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "5 Call 16", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6714664 + ], + "opinion_index": -1, + "case_paths": [ + "/va/9/0866-01" + ] + }, + { + "cite": "2 Wash. 233", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715342 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0723-01" + ] + }, + { + "cite": "3 Call, 9", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6714882 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0425-01" + ] + }, + { + "cite": "2 Wash. 219", + "category": "reporters:state", + "reporter": "Wash.", + "weight": 2, + "opinion_index": -1 + }, + { + "cite": "1 Call, 226", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094948 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0086-01" + ] + }, + { + "cite": "1 Call, 497", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094943 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/5/0181-01" + ] + }, + { + "cite": "4 Call, 492", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716791 + ], + "weight": 3, + "opinion_index": -1, + "case_paths": [ + "/va/8/0798-01" + ] + }, + { + "cite": "2 Wash. 219", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": 0 + }, + { + "cite": "1 Call, 497", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094943 + ], + "opinion_index": 0, + "case_paths": [ + "/va/5/0181-01" + ] + } + ], + "analysis": { + "cardinality": 1215, + "char_count": 40681, + "ocr_confidence": 0.488, + "pagerank": { + "raw": 1.0406736483139101e-07, + "percentile": 0.5506768927454844 + }, + "sha256": "6f492152d1d1b3dae9e19d65052854bd448e898257aab44065d7f83e71287cd2", + "simhash": "1:d6dec065d896b6cb", + "word_count": 7169 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0887-01", + "first_page_order": 35, + "last_page_order": 42 + }, + { + "id": 6714765, + "name": "Whlte v. Tally", + "name_abbreviation": "Whlte v. Tally", + "decision_date": "1804-04", + "docket_number": "", + "first_page": "894", + "last_page": "894", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 98" + }, + { + "type": "official", + "cite": "9 Va. 98" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "18 Gratt. 801", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733925 + ], + "opinion_index": -1, + "case_paths": [ + "/va/59/0792-01" + ] + }, + { + "cite": "12 Gratt. 59", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 9", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714239 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0360-02" + ] + } + ], + "analysis": { + "cardinality": 100, + "char_count": 1112, + "ocr_confidence": 0.531, + "pagerank": { + "raw": 4.03580807328026e-08, + "percentile": 0.18080204676025513 + }, + "sha256": "65e55b7ce46d695bfde8ed9a0bbe29b8ec35401f991f9686bff057ce03e0ed4d", + "simhash": "1:cccf353d3c0770fa", + "word_count": 188 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0894-01", + "first_page_order": 42, + "last_page_order": 42 + }, + { + "id": 6714787, + "name": "Barnett & Co. v. Smith & Co.", + "name_abbreviation": "Barnett v. Smith", + "decision_date": "1804-04", + "docket_number": "", + "first_page": "894", + "last_page": "897", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 98" + }, + { + "type": "official", + "cite": "9 Va. 98" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "22 Gratt. 649", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4435451 + ], + "opinion_index": -1, + "case_paths": [ + "/va/63/0231-01" + ] + }, + { + "cite": "75 Va. 90", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "7 S. E. Rep. 352", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "85 Va. 216", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "21 Gratt. 241", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733811 + ], + "opinion_index": -1, + "case_paths": [ + "/va/62/0804-01" + ] + } + ], + "analysis": { + "cardinality": 706, + "char_count": 17722, + "ocr_confidence": 0.499, + "sha256": "c93f2775b9294021c97eee2dfe4ba7a3f6ffa474048fbd0c53ce8a7ae3f4febb", + "simhash": "1:4fee86a5541112e0", + "word_count": 3204 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0894-02", + "first_page_order": 42, + "last_page_order": 45 + }, + { + "id": 6714809, + "name": "The Auditor v. Chevallie", + "name_abbreviation": "Auditor v. Chevallie", + "decision_date": "1804-04", + "docket_number": "", + "first_page": "897", + "last_page": "900", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 107" + }, + { + "type": "official", + "cite": "9 Va. 107" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Call 122", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715440 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0462-01" + ] + }, + { + "cite": "3 Call, 149", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 741, + "char_count": 17264, + "ocr_confidence": 0.472, + "pagerank": { + "raw": 4.03580807328026e-08, + "percentile": 0.18080281900605016 + }, + "sha256": "47c24a1987af22ec23998b32c38430ee2b5f39a394e5a30f55cdea19d4df5ddb", + "simhash": "1:cc5b67da9c2592fa", + "word_count": 3058 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0897-01", + "first_page_order": 45, + "last_page_order": 48 + }, + { + "id": 6714836, + "name": "Price v. Campbell", + "name_abbreviation": "Price v. Campbell", + "decision_date": "1804-04", + "docket_number": "", + "first_page": "900", + "last_page": "900", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 115" + }, + { + "type": "official", + "cite": "9 Va. 115" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "6 S. E. Rep. 610", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "85 Va. 37", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4370874 + ], + "opinion_index": -1, + "case_paths": [ + "/va/85/0037-01" + ] + }, + { + "cite": "16 S. E. Rep. 665", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "89 Va. 503", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1872874 + ], + "opinion_index": -1, + "case_paths": [ + "/va/89/0503-01" + ] + }, + { + "cite": "15 S. E. Rep. 549", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "89 Va. 277", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1872832 + ], + "opinion_index": -1, + "case_paths": [ + "/va/89/0277-01" + ] + }, + { + "cite": "3 S. E. Rep. 873", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "83 Va. 843", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4371905 + ], + "opinion_index": -1, + "case_paths": [ + "/va/83/0843-01" + ] + }, + { + "cite": "80 Va. 625", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 8709895 + ], + "opinion_index": -1, + "case_paths": [ + "/va/80/0625-01" + ] + }, + { + "cite": "79 Va. 524", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 62382 + ], + "opinion_index": -1, + "case_paths": [ + "/va/79/0524-01" + ] + }, + { + "cite": "78 Va. 529", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4389772 + ], + "opinion_index": -1, + "case_paths": [ + "/va/78/0529-01" + ] + }, + { + "cite": "29 Gratt. 554", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "15 W. Va. 544", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "545" + } + ], + "opinion_index": -1 + }, + { + "cite": "13 W. Va. 252", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "5 W. Va. 507", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "19 S. E. Rep. 783", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "90 Va. 713", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "3 S. E. Rep. 433", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "83 Va. 751", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "3 S. E. Rep. 142", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "83 Va. 543", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "79 Va. 553", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "77 Va. 784", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "77 Va. 374", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "22 Gratt. 666", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "9 Leigh 262", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "2 Call, 376", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716114 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/6/0347-01" + ] + }, + { + "cite": "2 Call, 376", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716114 + ], + "opinion_index": 0, + "case_paths": [ + "/va/6/0347-01" + ] + } + ], + "analysis": { + "cardinality": 338, + "char_count": 4481, + "ocr_confidence": 0.502, + "pagerank": { + "raw": 5.999442972420919e-07, + "percentile": 0.954236521125363 + }, + "sha256": "adac9091e6dfedd6e1d6f8d0a5ebccecc1161200accba9120b0fe4344a0227ca", + "simhash": "1:a8bcbeee674edc77", + "word_count": 804 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0900-01", + "first_page_order": 48, + "last_page_order": 48 + }, + { + "id": 6714862, + "name": "Hawkins's Ex'ors v. Minor, Ex'or of Berkeley", + "name_abbreviation": "Hawkins's Ex'ors v. Minor", + "decision_date": "1804-04", + "docket_number": "", + "first_page": "900", + "last_page": "904", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 118" + }, + { + "type": "official", + "cite": "9 Va. 118" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "28 Gratt. 220", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 204", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715951 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0480-01" + ] + } + ], + "analysis": { + "cardinality": 725, + "char_count": 20364, + "ocr_confidence": 0.494, + "pagerank": { + "raw": 8.868344648014931e-08, + "percentile": 0.4990458903202465 + }, + "sha256": "07905d8d214108893f648b1934f34b9282b8c793d2bc36d797a78cbf3592bf62", + "simhash": "1:0fe26de66006b880", + "word_count": 3658 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0900-02", + "first_page_order": 48, + "last_page_order": 52 + }, + { + "id": 6714900, + "name": "Johnson v. Pendleton, Auditor, &c.", + "name_abbreviation": "Johnson v. Pendleton", + "decision_date": "1804-04", + "docket_number": "", + "first_page": "904", + "last_page": "907", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 128" + }, + { + "type": "official", + "cite": "9 Va. 128" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Call, 500", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094970 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/5/0182-01" + ] + }, + { + "cite": "1 Call, 481", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094914 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0175-02" + ] + }, + { + "cite": "1 Call, 500", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094970 + ], + "weight": 3, + "opinion_index": 0, + "case_paths": [ + "/va/5/0182-01" + ] + } + ], + "analysis": { + "cardinality": 851, + "char_count": 23244, + "ocr_confidence": 0.52, + "pagerank": { + "raw": 4.22228788173803e-08, + "percentile": 0.2684380440712953 + }, + "sha256": "8171321fcccf3bc8e99c18acba6cd45a85e5a9d1e0b5cb057818e83738859dce", + "simhash": "1:36f9a4273767d8f2", + "word_count": 4122 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0904-01", + "first_page_order": 52, + "last_page_order": 55 + }, + { + "id": 6714916, + "name": "Case of the County Levy", + "name_abbreviation": "Case of the County Levy", + "decision_date": "1804-04", + "docket_number": "", + "first_page": "907", + "last_page": "909", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 139" + }, + { + "type": "official", + "cite": "9 Va. 139" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "6 Call 181", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "185" + } + ], + "opinion_index": -1 + }, + { + "cite": "4 Call 5", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6714705 + ], + "opinion_index": -1, + "case_paths": [ + "/va/8/0634-02" + ] + }, + { + "cite": "3 Gratt. 247", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715325 + ], + "opinion_index": -1, + "case_paths": [ + "/va/44/0655-01" + ] + }, + { + "cite": "8 Leigh 151", + "category": "reporters:state", + "reporter": "Leigh", + "pin_cites": [ + { + "page": "153" + } + ], + "opinion_index": -1 + }, + { + "cite": "20 Gratt. 665", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "18 Gratt 583", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733486 + ], + "opinion_index": -1, + "case_paths": [ + "/va/59/0720-01" + ] + }, + { + "cite": "13 Gratt. 99", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 485, + "char_count": 8258, + "ocr_confidence": 0.525, + "pagerank": { + "raw": 3.819367473521743e-07, + "percentile": 0.898232869947244 + }, + "sha256": "892a8747e24f516db76819b851832fa4f70aab28459250a2bf750bc64d821911", + "simhash": "1:8e8defe92764c1ba", + "word_count": 1384 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0907-01", + "first_page_order": 55, + "last_page_order": 57 + }, + { + "id": 6714943, + "name": "Stones v. Keeling", + "name_abbreviation": "Stones v. Keeling", + "decision_date": "1804-05", + "docket_number": "", + "first_page": "909", + "last_page": "911", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 143" + }, + { + "type": "official", + "cite": "9 Va. 143" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "9 Gratt. 102", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450656 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0052-01" + ] + }, + { + "cite": "3 S. E. Rep. 40", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "29 W. Va. 732", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8640565 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/29/0732-01" + ] + }, + { + "cite": "18 S. E. Rep. 841", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "90 Va. 391", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "80 Va. 647", + "category": "reporters:state", + "reporter": "Va.", + "pin_cites": [ + { + "page": "648, 650" + } + ], + "opinion_index": -1 + }, + { + "cite": "15 Gratt. 623", + "category": "reporters:state", + "reporter": "Gratt.", + "pin_cites": [ + { + "page": "629" + } + ], + "opinion_index": -1 + }, + { + "cite": "8 Leigh 371", + "category": "reporters:state", + "reporter": "Leigh", + "pin_cites": [ + { + "page": "379" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Black. Rep. 632", + "category": "reporters:scotus_early", + "reporter": "Black. Rep.", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 692, + "char_count": 14318, + "ocr_confidence": 0.512, + "pagerank": { + "raw": 3.5260318119850277e-07, + "percentile": 0.8840561747036217 + }, + "sha256": "1305908d3b4d2cf31deb6e253bcdd1404bd1acdbc8c561bed10c298f262f07f3", + "simhash": "1:574669c11be48cc1", + "word_count": 2464 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0909-01", + "first_page_order": 57, + "last_page_order": 59 + }, + { + "id": 6714983, + "name": "Wilkins v. Taylor", + "name_abbreviation": "Wilkins v. Taylor", + "decision_date": "1804-05", + "docket_number": "", + "first_page": "911", + "last_page": "914", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 150" + }, + { + "type": "official", + "cite": "9 Va. 150" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "13 W. Va. 542", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Va. Dec. 460", + "category": "reporters:state", + "reporter": "Va. Dec.", + "opinion_index": -1 + }, + { + "cite": "12 Gratt. 151", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "4 Call 305", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715843 + ], + "opinion_index": -1, + "case_paths": [ + "/va/8/0735-01" + ] + }, + { + "cite": "8 Call 342", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "2 Call 319", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715953 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0329-01" + ] + }, + { + "cite": "2 Call 313", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715905 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0327-01" + ] + }, + { + "cite": "1 Call 838", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "3 Call, 354", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716359 + ], + "weight": 3, + "opinion_index": -1, + "case_paths": [ + "/va/7/0537-01" + ] + }, + { + "cite": "3 Call, 342", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716329 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0533-01" + ] + }, + { + "cite": "1 Wash. 266", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716576 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0510-01" + ] + }, + { + "cite": "1 Call, 338", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094938 + ], + "opinion_index": 0, + "case_paths": [ + "/va/5/0126-01" + ] + }, + { + "cite": "2 Wash. Rep. 74", + "category": "reporters:state", + "reporter": "Wash. Rep.", + "opinion_index": 0 + }, + { + "cite": "2 Call 313", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715905 + ], + "opinion_index": 0, + "case_paths": [ + "/va/6/0327-01" + ] + } + ], + "analysis": { + "cardinality": 682, + "char_count": 17640, + "ocr_confidence": 0.508, + "pagerank": { + "raw": 1.14887278622026e-07, + "percentile": 0.5809255674751694 + }, + "sha256": "18b44f947bd0e72eb7ea27afe73054496f27224df62cd86fa73077f664bcea9c", + "simhash": "1:5505c2155d797ab7", + "word_count": 3114 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0911-01", + "first_page_order": 59, + "last_page_order": 62 + }, + { + "id": 6714994, + "name": "Carter's Ex'or v. Currie", + "name_abbreviation": "Carter's Ex'or v. Currie", + "decision_date": "1804-04", + "docket_number": "", + "first_page": "914", + "last_page": "914", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 158" + }, + { + "type": "official", + "cite": "9 Va. 158" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 197, + "char_count": 3096, + "ocr_confidence": 0.544, + "pagerank": { + "raw": 6.380125665320789e-08, + "percentile": 0.39456798446550356 + }, + "sha256": "3d0f249bc893c5b03c22b688d46967ac7709362554e670872f6fae3915a04802", + "simhash": "1:3d373c5f546f2e52", + "word_count": 542 + }, + "last_updated": "2023-07-14T15:58:14.805028+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0914-01", + "first_page_order": 62, + "last_page_order": 62 + }, + { + "id": 6715053, + "name": "Read v. Read", + "name_abbreviation": "Read v. Read", + "decision_date": "1804-05", + "docket_number": "", + "first_page": "914", + "last_page": "939", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 160" + }, + { + "type": "official", + "cite": "9 Va. 160" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "9 Leigh 115", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 4447182 + ], + "opinion_index": -1, + "case_paths": [ + "/va/36/0115-01" + ] + }, + { + "cite": "4 W. Va. 238", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "4 W. Va. 219", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "4 W. Va. 79", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "5 Call 405", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "85 Va. 429", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 4371045 + ], + "opinion_index": -1, + "case_paths": [ + "/va/85/0429-01" + ] + }, + { + "cite": "2 Leigh 109", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6725035 + ], + "opinion_index": -1, + "case_paths": [ + "/va/29/0272-01" + ] + }, + { + "cite": "28 Gratt. 62", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4432159 + ], + "opinion_index": -1, + "case_paths": [ + "/va/69/0032-01" + ] + }, + { + "cite": "2 Rand. 276", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6714613 + ], + "opinion_index": -1, + "case_paths": [ + "/va/23/0302-01" + ] + }, + { + "cite": "5 Munf. 160", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 6723976 + ], + "opinion_index": -1, + "case_paths": [ + "/va/19/0381-01" + ] + }, + { + "cite": "5 Call 364", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715426 + ], + "opinion_index": -1, + "case_paths": [ + "/va/9/0983-01" + ] + }, + { + "cite": "6 Call 65", + "category": "reporters:state", + "reporter": "Call", + "pin_cites": [ + { + "page": "68, 69" + } + ], + "opinion_index": -1 + }, + { + "cite": "6 Call 70", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "4 Cranch, 210", + "category": "reporters:scotus_early", + "reporter": "Cranch,", + "opinion_index": 0 + }, + { + "cite": "17 Edw. 2", + "category": "reporters:state", + "reporter": "Edw. Ch.", + "opinion_index": 0 + }, + { + "cite": "39 Edw. 3", + "category": "reporters:state", + "reporter": "Edw. Ch.", + "opinion_index": 0 + }, + { + "cite": "13 Hen. 4", + "category": "reporters:state", + "reporter": "Hen. & M.", + "weight": 2, + "pin_cites": [ + { + "page": "1322" + } + ], + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 3059, + "char_count": 154699, + "ocr_confidence": 0.494, + "pagerank": { + "raw": 1.27879270835649e-07, + "percentile": 0.6168880888422452 + }, + "sha256": "b6da37c6312240a79a904655b4fa9ac32176b6d9f2294fe5b53a4b9e09d7fc55", + "simhash": "1:3f2efaf34e87d4f2", + "word_count": 26847 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0914-02", + "first_page_order": 62, + "last_page_order": 87 + }, + { + "id": 6715069, + "name": "Blanton v. Brackett & al.", + "name_abbreviation": "Blanton v. Brackett", + "decision_date": "1804-10", + "docket_number": "", + "first_page": "939", + "last_page": "940", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 232" + }, + { + "type": "official", + "cite": "9 Va. 232" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "19 W. Va. 859", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 372, + "char_count": 7703, + "ocr_confidence": 0.492, + "pagerank": { + "raw": 7.693681239182659e-08, + "percentile": 0.45334534947790395 + }, + "sha256": "4972c419861f381378de5afa943628b4439e7711225caca5f5e971cd1ef4dd1c", + "simhash": "1:c781fead185cd6a9", + "word_count": 1299 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0939-01", + "first_page_order": 87, + "last_page_order": 88 + }, + { + "id": 6715088, + "name": "Bedford v. Hickman", + "name_abbreviation": "Bedford v. Hickman", + "decision_date": "1804-11", + "docket_number": "", + "first_page": "941", + "last_page": "942", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 236" + }, + { + "type": "official", + "cite": "9 Va. 236" + }, + { + "type": "parallel", + "cite": "2 Am. Dec. 590" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Call 1", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6714605 + ], + "opinion_index": -1, + "case_paths": [ + "/va/9/0861-01" + ] + }, + { + "cite": "1 Rob. 287", + "category": "reporters:state", + "reporter": "Rob.", + "case_ids": [ + 4447612, + 1399844 + ], + "opinion_index": -1, + "case_paths": [ + "/va/40/0251-01", + "/ny-super-ct/24/0287-01" + ] + }, + { + "cite": "19 W. Va. 519", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "2 Hen. & M. 164", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6725944 + ], + "opinion_index": -1, + "case_paths": [ + "/va/12/0386-01" + ] + }, + { + "cite": "21 W. Va. 333", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "19 W. Va. 537", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Call, 301", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094942 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/5/0113-01" + ] + } + ], + "analysis": { + "cardinality": 519, + "char_count": 10186, + "ocr_confidence": 0.492, + "pagerank": { + "raw": 1.4488466527066278e-07, + "percentile": 0.6546501359731783 + }, + "sha256": "a595cfaeb17ae076b9fa112fd7a4ff3d42866a56106bbd2d4b92ee7e368c148c", + "simhash": "1:423ec62f1b076204", + "word_count": 1842 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0941-01", + "first_page_order": 89, + "last_page_order": 90 + }, + { + "id": 6715111, + "name": "Henderson v. Lightfoot", + "name_abbreviation": "Henderson v. Lightfoot", + "decision_date": "1804-10", + "docket_number": "", + "first_page": "942", + "last_page": "944", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 241" + }, + { + "type": "official", + "cite": "9 Va. 241" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 Call, 239", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715570 + ], + "opinion_index": -1, + "case_paths": [ + "/va/8/0713-01" + ] + }, + { + "cite": "3 Call, 559", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 584, + "char_count": 13476, + "ocr_confidence": 0.515, + "pagerank": { + "raw": 4.03580807328026e-08, + "percentile": 0.18080590798923027 + }, + "sha256": "62abad64491ae81a5fb8034f6e8c72bddb5aacc8fb3def63002e8e544efb33f8", + "simhash": "1:af58a20f872cdcd8", + "word_count": 2383 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0942-01", + "first_page_order": 90, + "last_page_order": 92 + }, + { + "id": 6715132, + "name": "Johnston v. Thompson", + "name_abbreviation": "Johnston v. Thompson", + "decision_date": "1804-10", + "docket_number": "", + "first_page": "944", + "last_page": "949", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 248" + }, + { + "type": "official", + "cite": "9 Va. 248" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "22 S. E. Rep. 71", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "40 W. Va. 363", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "3 Call, 362", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716391 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0540-01" + ] + }, + { + "cite": "1 Black. 197", + "category": "reporters:scotus_early", + "reporter": "Black", + "opinion_index": -1 + }, + { + "cite": "2 Call, 390", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716208 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0351-02" + ] + }, + { + "cite": "3 Call, 122", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715440 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0462-01" + ] + }, + { + "cite": "21 Hen. 8", + "category": "reporters:state", + "reporter": "Hen. & M.", + "weight": 4, + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 1036, + "char_count": 27038, + "ocr_confidence": 0.514, + "pagerank": { + "raw": 1.2348663534753267e-07, + "percentile": 0.6064957841171436 + }, + "sha256": "e90c7a962a774b1e968435463f88a0908b5ad4585f1d61fc3824456b37c9cd52", + "simhash": "1:a2261e664d0a45f2", + "word_count": 4816 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0944-01", + "first_page_order": 92, + "last_page_order": 97 + }, + { + "id": 6715157, + "name": "Staples v. Webster", + "name_abbreviation": "Staples v. Webster", + "decision_date": "1804-10", + "docket_number": "", + "first_page": "949", + "last_page": "955", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 261" + }, + { + "type": "official", + "cite": "9 Va. 261" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "87 Gratt. 119", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "15 Gratt. 346", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732036 + ], + "opinion_index": -1, + "case_paths": [ + "/va/56/0843-01" + ] + }, + { + "cite": "1 Call, 394", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094952 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0146-01" + ] + }, + { + "cite": "2 Call, 547", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716879 + ], + "opinion_index": 0, + "case_paths": [ + "/va/6/0400-01" + ] + }, + { + "cite": "1 Wash. 40", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 1180, + "char_count": 38117, + "ocr_confidence": 0.492, + "pagerank": { + "raw": 4.03580807328026e-08, + "percentile": 0.18080648717357653 + }, + "sha256": "21d787b419f33a5436d887870548e37f901a2fb3366d18b07afd24fdaac751da", + "simhash": "1:2956527f15287dff", + "word_count": 6736 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0949-01", + "first_page_order": 97, + "last_page_order": 103 + }, + { + "id": 6715179, + "name": "Hord v. Dishman", + "name_abbreviation": "Hord v. Dishman", + "decision_date": "1804-11", + "docket_number": "", + "first_page": "955", + "last_page": "960", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 279" + }, + { + "type": "official", + "cite": "9 Va. 279" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "9 Gratt. 385", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "15 W. Va. 141", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "7 Gratt. 425", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449374 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0172-01" + ] + }, + { + "cite": "8 Gratt 457", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6716085 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0589-01" + ] + }, + { + "cite": "3 Call 568", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6717536 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0605-01" + ] + }, + { + "cite": "22 Gratt. 136", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4435207 + ], + "opinion_index": -1, + "case_paths": [ + "/va/63/0060-01" + ] + }, + { + "cite": "2 Wash. 272", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "1 Call, 155", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "2 Wash. 41", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 79", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714696 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0419-01" + ] + }, + { + "cite": "2 Wash. 36", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714195, + 6714212 + ], + "opinion_index": 0, + "case_paths": [ + "/va/2/0620-01", + "/va/2/0620-02" + ] + }, + { + "cite": "2 Call, 130", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": 0 + }, + { + "cite": "3 Call 568", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6717536 + ], + "opinion_index": 0, + "case_paths": [ + "/va/7/0605-01" + ] + } + ], + "analysis": { + "cardinality": 1057, + "char_count": 30792, + "ocr_confidence": 0.497, + "pagerank": { + "raw": 1.2141415692518255e-07, + "percentile": 0.5967469532007464 + }, + "sha256": "7cb99f288754d4ac61475b501c8f87856b98c764b0e8ec2c3d73a095365c84b9", + "simhash": "1:ec22253db11030c1", + "word_count": 5446 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0955-01", + "first_page_order": 103, + "last_page_order": 108 + }, + { + "id": 6715199, + "name": "Gibbon & al. v. Jameson's Ex'ors", + "name_abbreviation": "Gibbon v. Jameson's Ex'ors", + "decision_date": "1804-10", + "docket_number": "", + "first_page": "960", + "last_page": "960", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 294" + }, + { + "type": "official", + "cite": "9 Va. 294" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "13 Gratt. 118", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4437867 + ], + "opinion_index": -1, + "case_paths": [ + "/va/54/0060-01" + ] + }, + { + "cite": "2 Wash. 181", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714884 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0700-01" + ] + }, + { + "cite": "1 Wash. 325", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6717133 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0559-01" + ] + }, + { + "cite": "1 Wash. 1", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714178 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0357-01" + ] + }, + { + "cite": "1 Call, 443", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094949 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0163-01" + ] + }, + { + "cite": "1 Wash. 232", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716201 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0494-01" + ] + } + ], + "analysis": { + "cardinality": 248, + "char_count": 3556, + "ocr_confidence": 0.552, + "pagerank": { + "raw": 4.1760663907527704e-08, + "percentile": 0.26746791029129496 + }, + "sha256": "181450de4ace4ab6e605432f16420e458e5946d80406e324c5c35fd3ce2d9b38", + "simhash": "1:6ef879413a5ecfc8", + "word_count": 620 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0960-01", + "first_page_order": 108, + "last_page_order": 108 + }, + { + "id": 6715229, + "name": "Ross v. Randolph", + "name_abbreviation": "Ross v. Randolph", + "decision_date": "1804-10", + "docket_number": "", + "first_page": "960", + "last_page": "965", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 296" + }, + { + "type": "official", + "cite": "9 Va. 296" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Black. 292", + "category": "reporters:scotus_early", + "reporter": "Black", + "opinion_index": -1 + }, + { + "cite": "2 Wash. 298", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "1 Call, 127", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094977 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0050-01" + ] + }, + { + "cite": "3 Black. 317", + "category": "reporters:scotus_early", + "reporter": "Black", + "opinion_index": -1 + }, + { + "cite": "3 Black. 299", + "category": "reporters:scotus_early", + "reporter": "Black", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 1035, + "char_count": 30839, + "ocr_confidence": 0.495, + "pagerank": { + "raw": 8.138363859351185e-08, + "percentile": 0.47078922361882874 + }, + "sha256": "1149c75bc034c2f4de236930d70dcdf3cf9353796438b13d31c29fac500d16c9", + "simhash": "1:105a2bb0a38ee484", + "word_count": 5531 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0960-02", + "first_page_order": 108, + "last_page_order": 113 + }, + { + "id": 6715261, + "name": "Charles & al. v. Hunnicutt", + "name_abbreviation": "Charles v. Hunnicutt", + "decision_date": "1804-10", + "docket_number": "", + "first_page": "965", + "last_page": "972", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 311" + }, + { + "type": "official", + "cite": "9 Va. 311" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "20 Gratt. 124", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733273 + ], + "opinion_index": -1, + "case_paths": [ + "/va/61/0383-01" + ] + }, + { + "cite": "2 Call, 351", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 233", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716233 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0495-01" + ] + }, + { + "cite": "1 Black. Rep. 91", + "category": "reporters:scotus_early", + "reporter": "Black. Rep.", + "weight": 5, + "opinion_index": -1 + }, + { + "cite": "2 Call, 319", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715953 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/6/0329-01" + ] + }, + { + "cite": "1 Call, 438", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": 0 + }, + { + "cite": "2 Call, 351", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": 0 + }, + { + "cite": "1 Black. Rep. 91", + "category": "reporters:scotus_early", + "reporter": "Black. Rep.", + "opinion_index": 0 + }, + { + "cite": "2 Call, 319", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715953 + ], + "weight": 4, + "opinion_index": 0, + "case_paths": [ + "/va/6/0329-01" + ] + } + ], + "analysis": { + "cardinality": 1302, + "char_count": 42993, + "ocr_confidence": 0.504, + "pagerank": { + "raw": 1.0010812397609198e-07, + "percentile": 0.538898020695415 + }, + "sha256": "ce08da00ef245707f20ae3abecdeb5d7e14785c8425c06edaf0a4762c43a80bc", + "simhash": "1:966ff5a6bb0b9cda", + "word_count": 7537 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0965-01", + "first_page_order": 113, + "last_page_order": 120 + }, + { + "id": 6715287, + "name": "The Auditor of Public Accounts and the Attorney General v. Pauly", + "name_abbreviation": "Auditor of Public Accounts v. Pauly", + "decision_date": "1804-11", + "docket_number": "", + "first_page": "972", + "last_page": "974", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 331" + }, + { + "type": "official", + "cite": "9 Va. 331" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Call, 89", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715341 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0451-01" + ] + } + ], + "analysis": { + "cardinality": 487, + "char_count": 9598, + "ocr_confidence": 0.483, + "pagerank": { + "raw": 4.2669379767208756e-08, + "percentile": 0.26983349222290565 + }, + "sha256": "91c93fb0fc96833bb6ecec2a0c198a82ac13afbf7bcd8df7487a9eabc8fec0c2", + "simhash": "1:c33be2985da7b5cd", + "word_count": 1695 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0972-01", + "first_page_order": 120, + "last_page_order": 122 + }, + { + "id": 6715327, + "name": "Woodley and Wife and Others, v. Abby and Other Paupers", + "name_abbreviation": "Woodley v. Abby", + "decision_date": "1805-05", + "docket_number": "", + "first_page": "974", + "last_page": "979", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 336" + }, + { + "type": "official", + "cite": "9 Va. 336" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 Leigh 301", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "12 Gratt. 359", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Hen. & M. 529", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "9 Leigh 521", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "10 Leigh 467", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6721851 + ], + "opinion_index": -1, + "case_paths": [ + "/va/37/0428-01" + ] + }, + { + "cite": "4 Leigh 289", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6725656 + ], + "opinion_index": -1, + "case_paths": [ + "/va/31/0942-01" + ] + }, + { + "cite": "4 Leigh 252", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6725462 + ], + "opinion_index": -1, + "case_paths": [ + "/va/31/0930-01" + ] + }, + { + "cite": "1 Leigh 465", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 4445180 + ], + "opinion_index": -1, + "case_paths": [ + "/va/28/0165-01" + ] + }, + { + "cite": "9 Gratt. 713", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "9 Leigh 523", + "category": "reporters:state", + "reporter": "Leigh", + "opinion_index": -1 + }, + { + "cite": "9 Gratt. 708", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451025 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0355-01" + ] + }, + { + "cite": "1 Hen. & M. 519", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 8694366 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/11/0231-01" + ] + }, + { + "cite": "9 Leigh 511", + "category": "reporters:state", + "reporter": "Leigh", + "weight": 2, + "opinion_index": -1 + }, + { + "cite": "3 Gratt. 54", + "category": "reporters:state", + "reporter": "Gratt.", + "weight": 2, + "opinion_index": -1 + }, + { + "cite": "12 Gratt. 353", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 308", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6716985 + ], + "opinion_index": 0, + "case_paths": [ + "/va/1/0534-01" + ] + } + ], + "analysis": { + "cardinality": 1133, + "char_count": 31892, + "ocr_confidence": 0.495, + "pagerank": { + "raw": 4.183260125040642e-07, + "percentile": 0.9126391152534375 + }, + "sha256": "392f798d7491f8510029c5ba65d94a971d5545a08216f681c1d34cc9f83bcd38", + "simhash": "1:9fffce989e089ea6", + "word_count": 5594 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0974-01", + "first_page_order": 122, + "last_page_order": 127 + }, + { + "id": 6715356, + "name": "Dandridge & al. v. Dorrington and Wife", + "name_abbreviation": "Dandridge v. Dorrington", + "decision_date": "1805-04", + "docket_number": "", + "first_page": "979", + "last_page": "981", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 351" + }, + { + "type": "official", + "cite": "9 Va. 351" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Call 501", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 558, + "char_count": 15414, + "ocr_confidence": 0.495, + "sha256": "0d6ba872995ecfb69cd0af1dbb26c951246620177a9cba6dce3459ffb747a9e3", + "simhash": "1:1f3e6686dc26a5ad", + "word_count": 2760 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0979-01", + "first_page_order": 127, + "last_page_order": 129 + }, + { + "id": 6715377, + "name": "Willock v. Riddle & Co.", + "name_abbreviation": "Willock v. Riddle", + "decision_date": "1805-04", + "docket_number": "", + "first_page": "981", + "last_page": "983", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 358" + }, + { + "type": "official", + "cite": "9 Va. 358" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "9 Gratt. 632", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 466, + "char_count": 10835, + "ocr_confidence": 0.494, + "pagerank": { + "raw": 4.3484971995210346e-08, + "percentile": 0.27332423627786795 + }, + "sha256": "31364a8b9bfb4195986a9119b76624c967e1de28c6b911bb0fac939245ed7e47", + "simhash": "1:0f6f4ea2dab288b8", + "word_count": 1887 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0981-01", + "first_page_order": 129, + "last_page_order": 131 + }, + { + "id": 6715426, + "name": "Marshall v. Conrad", + "name_abbreviation": "Marshall v. Conrad", + "decision_date": "1805-10", + "docket_number": "", + "first_page": "983", + "last_page": "998", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 364" + }, + { + "type": "official", + "cite": "9 Va. 364" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "24 S. E. Rep. 1016", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "93 Va. 291", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "3 Gratt. 19", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6714635 + ], + "opinion_index": -1, + "case_paths": [ + "/va/44/0547-01" + ] + }, + { + "cite": "1 Munf. 233", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "9 Leigh 414", + "category": "reporters:state", + "reporter": "Leigh", + "pin_cites": [ + { + "page": "420" + } + ], + "opinion_index": -1 + }, + { + "cite": "3 Call, 475", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716958 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0576-01" + ] + }, + { + "cite": "2 Call, 249", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715531 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0306-01" + ] + }, + { + "cite": "33 Hen. 8", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "32 Hen. 8", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "2 Call, 249", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715531 + ], + "opinion_index": 0, + "case_paths": [ + "/va/6/0306-01" + ] + }, + { + "cite": "33 Hen. 8", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": 0 + }, + { + "cite": "32 Hen. 8", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 2112, + "char_count": 91492, + "ocr_confidence": 0.492, + "pagerank": { + "raw": 1.5490106461874818e-07, + "percentile": 0.6742985787974511 + }, + "sha256": "6593c67277d265c0ab9010537fc491079da3befc81ffe79cbdb12c5246747ed7", + "simhash": "1:1766e1f45e6ab057", + "word_count": 16078 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0983-01", + "first_page_order": 131, + "last_page_order": 146 + }, + { + "id": 6715461, + "name": "Deneale and Others v. Morgan's Ex'ors", + "name_abbreviation": "Deneale v. Morgan's Ex'ors", + "decision_date": "1805-04", + "docket_number": "", + "first_page": "998", + "last_page": "1004", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 407" + }, + { + "type": "official", + "cite": "9 Va. 407" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "1 Call 429", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094944 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0158-01" + ] + }, + { + "cite": "13 Am. Dec. 255", + "category": "reporters:federal", + "reporter": "Am. Dec.", + "opinion_index": -1 + }, + { + "cite": "13 Am. Dec. 187", + "category": "reporters:federal", + "reporter": "Am. Dec.", + "opinion_index": -1 + }, + { + "cite": "5 Call 248", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715132 + ], + "opinion_index": -1, + "case_paths": [ + "/va/9/0944-01" + ] + }, + { + "cite": "22 S. E. Rep. 71", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "40 W. Va. 363", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Call, 438", + "category": "reporters:state", + "reporter": "Call", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "20 Hen. 8", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": 0 + }, + { + "cite": "2 Wash. 70", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714308 + ], + "opinion_index": 0, + "case_paths": [ + "/va/2/0635-01" + ] + } + ], + "analysis": { + "cardinality": 1212, + "char_count": 38564, + "ocr_confidence": 0.496, + "pagerank": { + "raw": 6.540526342670931e-08, + "percentile": 0.40113883087392355 + }, + "sha256": "f9e5cb3646e06ef967ed1f4b7c31c6fd647208ab81806d99eba96bb4e3dbe996", + "simhash": "1:9af3ad46a5273366", + "word_count": 6841 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "0998-01", + "first_page_order": 146, + "last_page_order": 152 + }, + { + "id": 6715481, + "name": "Wilson v. Isbell", + "name_abbreviation": "Wilson v. Isbell", + "decision_date": "1805-04", + "docket_number": "", + "first_page": "1004", + "last_page": "1006", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 425" + }, + { + "type": "official", + "cite": "9 Va. 425" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 558, + "char_count": 12021, + "ocr_confidence": 0.498, + "sha256": "784031707e1488cf6418e3cb38bc94c4df53d8d4b494b3e82dce1e3df526e629", + "simhash": "1:90b7b496394a6ddc", + "word_count": 2131 + }, + "last_updated": "2023-07-14T15:58:14.805028+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1004-01", + "first_page_order": 152, + "last_page_order": 154 + }, + { + "id": 6715520, + "name": "Long v. Long", + "name_abbreviation": "Long v. Long", + "decision_date": "1805-04", + "docket_number": "", + "first_page": "1006", + "last_page": "1007", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 431" + }, + { + "type": "official", + "cite": "9 Va. 431" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "9 Gratt. 684", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451085 + ], + "opinion_index": -1, + "case_paths": [ + "/va/50/0337-01" + ] + }, + { + "cite": "4 Call, 485", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716727 + ], + "opinion_index": -1, + "case_paths": [ + "/va/8/0796-01" + ] + } + ], + "analysis": { + "cardinality": 271, + "char_count": 4402, + "ocr_confidence": 0.496, + "pagerank": { + "raw": 4.364012536165934e-08, + "percentile": 0.27416463276430403 + }, + "sha256": "401df68f70194835c2c10bb645703fa47dca6cd4ed3bd159171a335fcfe1a5db", + "simhash": "1:8e8864a89b73f585", + "word_count": 769 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1006-01", + "first_page_order": 154, + "last_page_order": 155 + }, + { + "id": 6715542, + "name": "Braxton v. Coleman", + "name_abbreviation": "Braxton v. Coleman", + "decision_date": "1805-04", + "docket_number": "", + "first_page": "1007", + "last_page": "1007", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 433" + }, + { + "type": "official", + "cite": "9 Va. 433" + }, + { + "type": "parallel", + "cite": "2 Am. Dec. 592" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "25 Gratt. 587", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6724868 + ], + "opinion_index": -1, + "case_paths": [ + "/va/66/0487-01" + ] + } + ], + "analysis": { + "cardinality": 227, + "char_count": 3672, + "ocr_confidence": 0.464, + "pagerank": { + "raw": 8.608172667110921e-08, + "percentile": 0.49022375435787957 + }, + "sha256": "5b019d16489e440545dbc450b9d92ad1b78392a9985c589889cdbd9f3a80d0cd", + "simhash": "1:4da30aa60c02c39d", + "word_count": 683 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1007-01", + "first_page_order": 155, + "last_page_order": 155 + }, + { + "id": 6715568, + "name": "Winston & al. v. Whitlocke", + "name_abbreviation": "Winston v. Whitlocke", + "decision_date": "1805-04", + "docket_number": "", + "first_page": "1007", + "last_page": "1009", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 435" + }, + { + "type": "official", + "cite": "9 Va. 435" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "17 Gratt. 124", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732911 + ], + "opinion_index": -1, + "case_paths": [ + "/va/58/0278-01" + ] + }, + { + "cite": "1 Rob. 564", + "category": "reporters:state", + "reporter": "Rob.", + "opinion_index": -1 + }, + { + "cite": "3 Rand. 490", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6715573 + ], + "opinion_index": -1, + "case_paths": [ + "/va/24/0678-01" + ] + }, + { + "cite": "7 Leigh 142", + "category": "reporters:state", + "reporter": "Leigh", + "pin_cites": [ + { + "page": "143" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Call, 18", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094930 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0009-01" + ] + }, + { + "cite": "1 Wash. 92", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714789 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0426-01" + ] + } + ], + "analysis": { + "cardinality": 418, + "char_count": 7748, + "ocr_confidence": 0.521, + "pagerank": { + "raw": 1.3824466540625331e-07, + "percentile": 0.6408122635721233 + }, + "sha256": "cba8c982309e60421f45171595c5423a9f93869aa43b8e9d46b45befe9324048", + "simhash": "1:0fb724f50b519c72", + "word_count": 1344 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1007-02", + "first_page_order": 155, + "last_page_order": 157 + }, + { + "id": 6715596, + "name": "Sleigh v. Strider", + "name_abbreviation": "Sleigh v. Strider", + "decision_date": "1805-04", + "docket_number": "", + "first_page": "1009", + "last_page": "1010", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 439" + }, + { + "type": "official", + "cite": "9 Va. 439" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "9 Gratt. 103", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "80 Va. 650", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "15 Gratt. 639", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Wash. 33", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "2 Wash. 9", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714181 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0608-01" + ] + }, + { + "cite": "2 Wash. 9", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714181 + ], + "opinion_index": 0, + "case_paths": [ + "/va/2/0608-01" + ] + } + ], + "analysis": { + "cardinality": 448, + "char_count": 8940, + "ocr_confidence": 0.479, + "pagerank": { + "raw": 4.813449317381528e-07, + "percentile": 0.9316220752638474 + }, + "sha256": "33d2ce9f1bf3a423730ac37fda37a8fb5d4ec7f7437ade74ee846199344dd41d", + "simhash": "1:57a78ab414347405", + "word_count": 1596 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1009-01", + "first_page_order": 157, + "last_page_order": 158 + }, + { + "id": 6715616, + "name": "Martin v. Beverley and Norman", + "name_abbreviation": "Martin v. Beverley", + "decision_date": "1805-04", + "docket_number": "", + "first_page": "1010", + "last_page": "1012", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 444" + }, + { + "type": "official", + "cite": "9 Va. 444" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "4 Hen. & M. 276", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "8 Gratt. 88", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715245 + ], + "opinion_index": -1, + "case_paths": [ + "/va/49/0446-01" + ] + }, + { + "cite": "2 Wash. 36", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714195, + 6714212 + ], + "opinion_index": -1, + "case_paths": [ + "/va/2/0620-01", + "/va/2/0620-02" + ] + }, + { + "cite": "4 Hen. & M. 276", + "category": "reporters:state", + "reporter": "Hen. & M.", + "weight": 2, + "opinion_index": 0 + }, + { + "cite": "2 Wash. 36", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714195, + 6714212 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/2/0620-01", + "/va/2/0620-02" + ] + } + ], + "analysis": { + "cardinality": 513, + "char_count": 9574, + "ocr_confidence": 0.502, + "pagerank": { + "raw": 8.594203391136844e-08, + "percentile": 0.4896922561894535 + }, + "sha256": "5055fd54253ce17a75e9318104d3f0989d6a53d2ab2d5dda871361c84902421d", + "simhash": "1:5e36dfe2ff873be4", + "word_count": 1720 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1010-01", + "first_page_order": 158, + "last_page_order": 160 + }, + { + "id": 6715641, + "name": "Stegar v. Eggleston's Ex'ors", + "name_abbreviation": "Stegar v. Eggleston's Ex'ors", + "decision_date": "1805-04", + "docket_number": "", + "first_page": "1012", + "last_page": "1015", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 449" + }, + { + "type": "official", + "cite": "9 Va. 449" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Call, 38", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "2 Call, 231", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715438 + ], + "opinion_index": 0, + "case_paths": [ + "/va/6/0301-01" + ] + }, + { + "cite": "1 Call, 567", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094978 + ], + "opinion_index": 0, + "case_paths": [ + "/va/5/0205-01" + ] + }, + { + "cite": "1 Wash. 6", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714209 + ], + "opinion_index": 0, + "case_paths": [ + "/va/1/0359-01" + ] + }, + { + "cite": "2 Wash. 218", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715255 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/2/0716-01" + ] + } + ], + "analysis": { + "cardinality": 685, + "char_count": 20093, + "ocr_confidence": 0.505, + "pagerank": { + "raw": 4.106848000311792e-08, + "percentile": 0.2667365935234062 + }, + "sha256": "e0db8bdc7fd70dba174ae6b10200ed5eb60aedf360fb1ff1d2977ced5074054d", + "simhash": "1:dcb7efaa2b56dce8", + "word_count": 3559 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1012-01", + "first_page_order": 160, + "last_page_order": 163 + }, + { + "id": 6715666, + "name": "Lee's Infants by Their Next Friend v. Braxton", + "name_abbreviation": "Lee's Infants v. Braxton", + "decision_date": "1805-04", + "docket_number": "", + "first_page": "1015", + "last_page": "1016", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 459" + }, + { + "type": "official", + "cite": "9 Va. 459" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Munf. 133", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "33 Gratt. 773", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "33 Gratt. 660", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "11 Gratt. 505", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4450981 + ], + "opinion_index": -1, + "case_paths": [ + "/va/52/0241-01" + ] + }, + { + "cite": "11 Gratt. 615", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4451446 + ], + "opinion_index": -1, + "case_paths": [ + "/va/52/0298-01" + ] + }, + { + "cite": "4 Hen. & M. 376", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6726067 + ], + "opinion_index": -1, + "case_paths": [ + "/va/14/0920-01" + ] + } + ], + "analysis": { + "cardinality": 335, + "char_count": 5739, + "ocr_confidence": 0.464, + "pagerank": { + "raw": 4.507409440619322e-07, + "percentile": 0.9232273773490269 + }, + "sha256": "d23d23d19ce27bd28903144ba9c2b7583218797129f544822665c40aff06c147", + "simhash": "1:27a7e5b0d643556d", + "word_count": 997 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1015-01", + "first_page_order": 163, + "last_page_order": 164 + }, + { + "id": 6715688, + "name": "Backhouse's Adm'x v. Jones's Ex'or", + "name_abbreviation": "Backhouse's Adm'x v. Jones's Ex'or", + "decision_date": "1805-04", + "docket_number": "", + "first_page": "1016", + "last_page": "1016", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 462" + }, + { + "type": "official", + "cite": "9 Va. 462" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Call 248", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715996 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/7/0502-01" + ] + }, + { + "cite": "1 Wash. 135", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715039 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0445-01" + ] + }, + { + "cite": "1 Wash. 135", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6715039 + ], + "opinion_index": 0, + "case_paths": [ + "/va/1/0445-01" + ] + } + ], + "analysis": { + "cardinality": 198, + "char_count": 3104, + "ocr_confidence": 0.502, + "pagerank": { + "raw": 4.0847938140094653e-08, + "percentile": 0.26665338403899225 + }, + "sha256": "bbfeed2e7193110ed3879bb74c15196568843ce966c46bf7a0be69348a4d8c74", + "simhash": "1:c5ba52fd1a1e07de", + "word_count": 549 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1016-01", + "first_page_order": 164, + "last_page_order": 164 + }, + { + "id": 6715723, + "name": "Engle v. Burns", + "name_abbreviation": "Engle v. Burns", + "decision_date": "1805-05", + "docket_number": "", + "first_page": "1016", + "last_page": "1022", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 463" + }, + { + "type": "official", + "cite": "9 Va. 463" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Pat. & H. 5", + "category": "reporters:state", + "reporter": "Patton & Heath", + "opinion_index": -1 + }, + { + "cite": "23 Gratt. 310", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6726353 + ], + "opinion_index": -1, + "case_paths": [ + "/va/64/0483-01" + ] + }, + { + "cite": "19 W. Va. 365", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "15 S. E. Rep. 145", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "36 W. Va. 553", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 96", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714829 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0428-01" + ] + }, + { + "cite": "3 Call, 306", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716184 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0521-01" + ] + }, + { + "cite": "1 Call, 127", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094977 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/5/0050-01" + ] + }, + { + "cite": "3 Call, 306", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716184 + ], + "opinion_index": 0, + "case_paths": [ + "/va/7/0521-01" + ] + } + ], + "analysis": { + "cardinality": 1173, + "char_count": 35822, + "ocr_confidence": 0.482, + "pagerank": { + "raw": 1.1118948736313034e-07, + "percentile": 0.5709020101171922 + }, + "sha256": "a12ca5995105ab09e2563e7f36796192a11e1929a94cf2025e335f8bd9586d56", + "simhash": "1:6a75a00894009f6a", + "word_count": 6428 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1016-02", + "first_page_order": 164, + "last_page_order": 170 + }, + { + "id": 6715753, + "name": "Blunt & al. v. Gee & al.", + "name_abbreviation": "Blunt v. Gee", + "decision_date": "1805-10", + "docket_number": "", + "first_page": "1022", + "last_page": "1033", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 481" + }, + { + "type": "official", + "cite": "9 Va. 481" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "3 Call 105", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715381 + ], + "opinion_index": -1, + "case_paths": [ + "/va/7/0456-01" + ] + }, + { + "cite": "1 Munf. 197", + "category": "reporters:state", + "reporter": "Munf.", + "opinion_index": -1 + }, + { + "cite": "25 Gratt. 587", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6724868 + ], + "opinion_index": -1, + "case_paths": [ + "/va/66/0487-01" + ] + }, + { + "cite": "5 S. E. Rep. 141", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "30 W. Va. 602", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "79 Va. 479", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "3 Rand. 372", + "category": "reporters:state", + "reporter": "Rand.", + "weight": 2, + "opinion_index": -1 + }, + { + "cite": "4 Hen. & M. 36", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "4 Call, 92", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6714928, + 6714949 + ], + "opinion_index": 0, + "case_paths": [ + "/va/8/0663-01", + "/va/8/0664-01" + ] + }, + { + "cite": "27 H. 8", + "category": "reporters:state", + "reporter": "H.", + "weight": 3, + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 1625, + "char_count": 70447, + "ocr_confidence": 0.508, + "pagerank": { + "raw": 5.061578082829384e-07, + "percentile": 0.9374338040557577 + }, + "sha256": "ab380415f8bb3c5d5f0b2ea743a30ebda7e40341519858f7c0381edfdfd22f35", + "simhash": "1:1777a9a504061af5", + "word_count": 12677 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1022-01", + "first_page_order": 170, + "last_page_order": 181 + }, + { + "id": 6715781, + "name": "Richardson v. Baker", + "name_abbreviation": "Richardson v. Baker", + "decision_date": "1805-10", + "docket_number": "", + "first_page": "1033", + "last_page": "1034", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 514" + }, + { + "type": "official", + "cite": "9 Va. 514" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "6 Gratt. 582", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 954839 + ], + "opinion_index": -1, + "case_paths": [ + "/va/47/0582-01" + ] + }, + { + "cite": "3 Hen. & M. 159", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "3 Gratt. 243", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715266 + ], + "opinion_index": -1, + "case_paths": [ + "/va/44/0626-01" + ] + }, + { + "cite": "12 Gratt. 410", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6715749 + ], + "opinion_index": -1, + "case_paths": [ + "/va/53/0629-01" + ] + }, + { + "cite": "15 S. E. Rep. 87", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "36 W. Va. 355", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "9 S. E. Rep. 500", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "86 Va. 79", + "category": "reporters:state", + "reporter": "Va.", + "opinion_index": -1 + }, + { + "cite": "6 Call 205", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 450, + "char_count": 7340, + "ocr_confidence": 0.484, + "pagerank": { + "raw": 2.479055723681082e-07, + "percentile": 0.8073262186328237 + }, + "sha256": "8128ddaa0a34198f5b9a85df0204fbaf235763277b4821afc1b5edb617acc2e8", + "simhash": "1:8395ac421c1cd639", + "word_count": 1306 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1033-01", + "first_page_order": 181, + "last_page_order": 182 + }, + { + "id": 6715836, + "name": "Mutual Assurance Company v. Mahon", + "name_abbreviation": "Mutual Assurance Co. v. Mahon", + "decision_date": "1805-11", + "docket_number": "", + "first_page": "1034", + "last_page": "1035", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 517" + }, + { + "type": "official", + "cite": "9 Va. 517" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "1 Rob. 669", + "category": "reporters:state", + "reporter": "Rob.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 398, + "char_count": 7239, + "ocr_confidence": 0.495, + "pagerank": { + "raw": 2.213892492698863e-07, + "percentile": 0.776845290980285 + }, + "sha256": "5f2a10885142ee5d9b81ba21309c3f3c8c9496b6fef3a5e6eeaa219005f220e6", + "simhash": "1:3bd8c6b8d98cf89f", + "word_count": 1247 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1034-01", + "first_page_order": 182, + "last_page_order": 183 + }, + { + "id": 6715864, + "name": "Taylor & al. v. Stewart's Ex'ors", + "name_abbreviation": "Taylor v. Stewart's Ex'ors", + "decision_date": "1805-11", + "docket_number": "", + "first_page": "1035", + "last_page": "1037", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 520" + }, + { + "type": "official", + "cite": "9 Va. 520" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "5 Gratt. 6", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4375072 + ], + "opinion_index": -1, + "case_paths": [ + "/va/46/0006-01" + ] + }, + { + "cite": "1 Call 345", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094963 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0128-01" + ] + }, + { + "cite": "6 Call 23", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "1 Call, 333", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094915 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/5/0124-01" + ] + }, + { + "cite": "2 Call, 379", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716147 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0347-02" + ] + }, + { + "cite": "1 Wash. 31", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714355 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/1/0371-02" + ] + }, + { + "cite": "1 Call, 83", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094931 + ], + "opinion_index": 0, + "case_paths": [ + "/va/5/0034-01" + ] + }, + { + "cite": "4 Call, 308", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715876 + ], + "opinion_index": 0, + "case_paths": [ + "/va/8/0736-01" + ] + }, + { + "cite": "1 Wash. 33", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": 0 + }, + { + "cite": "1 Call 345", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094963 + ], + "opinion_index": 0, + "case_paths": [ + "/va/5/0128-01" + ] + }, + { + "cite": "1 Call, 333", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094915 + ], + "opinion_index": 0, + "case_paths": [ + "/va/5/0124-01" + ] + } + ], + "analysis": { + "cardinality": 623, + "char_count": 15692, + "ocr_confidence": 0.486, + "pagerank": { + "raw": 1.4051957785219187e-07, + "percentile": 0.6455416898823059 + }, + "sha256": "6c7f3b1174ae8f66dee4987842fb46d7c36b4325a7f3e4932ad48a0ff7ebd53e", + "simhash": "1:572361e69e5e8afb", + "word_count": 2734 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1035-01", + "first_page_order": 183, + "last_page_order": 185 + }, + { + "id": 6715882, + "name": "Lemoigne v. Montgomery", + "name_abbreviation": "Lemoigne v. Montgomery", + "decision_date": "1805-10", + "docket_number": "", + "first_page": "1037", + "last_page": "1038", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 528" + }, + { + "type": "official", + "cite": "9 Va. 528" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "22 W. Va. 311", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "3 S. E. Rep. 190", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "30 W. Va. 20", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "27 Gratt. 608", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740637 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0621-01" + ] + }, + { + "cite": "15 Gratt. 172", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6731577 + ], + "opinion_index": -1, + "case_paths": [ + "/va/56/0784-01" + ] + }, + { + "cite": "2 Call, 246", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 201, + "char_count": 2498, + "ocr_confidence": 0.493, + "pagerank": { + "raw": 1.5045766427049413e-07, + "percentile": 0.666283825813783 + }, + "sha256": "ca13f8076c4726f7fc13ec07fc938cdd9feeaeb4845f6dee8f9abb7374806172", + "simhash": "1:b3e5c0e7f84b659b", + "word_count": 443 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1037-01", + "first_page_order": 185, + "last_page_order": 186 + }, + { + "id": 6715910, + "name": "Anderson v. Dudley", + "name_abbreviation": "Anderson v. Dudley", + "decision_date": "1805-10", + "docket_number": "", + "first_page": "1038", + "last_page": "1039", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 529" + }, + { + "type": "official", + "cite": "9 Va. 529" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "19 Gratt. 14", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4436154 + ], + "opinion_index": -1, + "case_paths": [ + "/va/60/0023-01" + ] + }, + { + "cite": "25 W. Va. 56", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8639929 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/25/0056-01" + ] + }, + { + "cite": "7 W. Va. 390", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641542 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/7/0390-01" + ] + }, + { + "cite": "12 W Va. 98", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641052 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/12/0098-01" + ] + }, + { + "cite": "2 W. Va. 73", + "category": "reporters:state", + "reporter": "W. Va.", + "case_ids": [ + 8641592 + ], + "opinion_index": -1, + "case_paths": [ + "/w-va/2/0073-01" + ] + }, + { + "cite": "7 W. Va. 153", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "4 Gratt. 78", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "4 Munf. 473", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 4442331 + ], + "opinion_index": -1, + "case_paths": [ + "/va/18/0228-01" + ] + }, + { + "cite": "2 Rand. 539", + "category": "reporters:state", + "reporter": "Rand.", + "case_ids": [ + 6715334 + ], + "opinion_index": -1, + "case_paths": [ + "/va/23/0419-01" + ] + }, + { + "cite": "2 Wash. 216", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 5256008 + ], + "opinion_index": -1, + "case_paths": [ + "/wash/2/0216-01" + ] + }, + { + "cite": "7 Gratt. 300", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449671 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0119-01" + ] + }, + { + "cite": "28 W. Va. 594", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "4 Call 225", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715462 + ], + "opinion_index": -1, + "case_paths": [ + "/va/8/0708-02" + ] + }, + { + "cite": "2 S. E. Rep. 894", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "29 W. Va. 538", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 376, + "char_count": 7005, + "ocr_confidence": 0.493, + "pagerank": { + "raw": 1.1016323140588185e-07, + "percentile": 0.5684976228343814 + }, + "sha256": "f081b1c292eb3c660bdca59988ab95fa1b79e3ec56253c9ccbc978b6eb6aff58", + "simhash": "1:1a9f4d4823484e62", + "word_count": 1232 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1038-01", + "first_page_order": 186, + "last_page_order": 187 + }, + { + "id": 6715936, + "name": "Ballard v. Leavell & al.", + "name_abbreviation": "Ballard v. Leavell", + "decision_date": "1805-10", + "docket_number": "", + "first_page": "1039", + "last_page": "1041", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 531" + }, + { + "type": "official", + "cite": "9 Va. 531" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "7 Gratt. 300", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 4449671 + ], + "opinion_index": -1, + "case_paths": [ + "/va/48/0119-01" + ] + }, + { + "cite": "5 Gall 531", + "category": "reporters:federal", + "reporter": "Gall.", + "opinion_index": -1 + }, + { + "cite": "10 W. Va. 475", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "3 Hen. & M. 127", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6724483 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/13/0610-01" + ] + }, + { + "cite": "4 Munf. 261", + "category": "reporters:state", + "reporter": "Munf.", + "case_ids": [ + 4441773 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/18/0116-02" + ] + }, + { + "cite": "3 Hen. & M. 271", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6725284 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/13/0661-01" + ] + }, + { + "cite": "2 Hen. & M. 444", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "2 Hen. & M. 602", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "3 Hen. & M. 135", + "category": "reporters:state", + "reporter": "Hen. & M.", + "opinion_index": -1 + }, + { + "cite": "10 W. Va. 476", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "12 S. E. Rep. 700", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "31 W. Va. 233", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "16 S. E. Rep. 577", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "37 W. Va. 261", + "category": "reporters:state", + "reporter": "W. Va.", + "pin_cites": [ + { + "page": "264" + } + ], + "opinion_index": -1 + }, + { + "cite": "1 Wash. 5", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": -1 + }, + { + "cite": "2 Call, 39", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6714947 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0241-01" + ] + }, + { + "cite": "1 Call, 83", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094931 + ], + "opinion_index": 0, + "case_paths": [ + "/va/5/0034-01" + ] + }, + { + "cite": "2 Wash. 187", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6714961 + ], + "weight": 2, + "opinion_index": 0, + "case_paths": [ + "/va/2/0703-01" + ] + }, + { + "cite": "2 Call, 39", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6714947 + ], + "opinion_index": 0, + "case_paths": [ + "/va/6/0241-01" + ] + } + ], + "analysis": { + "cardinality": 668, + "char_count": 12900, + "ocr_confidence": 0.504, + "pagerank": { + "raw": 2.4880460418849567e-07, + "percentile": 0.8082542650169952 + }, + "sha256": "6df732794dbd0ce5c5bccc977f706c2c1a3f14ca549908ec19afb50a1c48fd98", + "simhash": "1:477521a142589448", + "word_count": 2318 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1039-01", + "first_page_order": 187, + "last_page_order": 189 + }, + { + "id": 6715965, + "name": "Love v. Braxton and Ham", + "name_abbreviation": "Love v. Braxton", + "decision_date": "1805-10", + "docket_number": "", + "first_page": "1041", + "last_page": "1044", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 537" + }, + { + "type": "official", + "cite": "9 Va. 537" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "27 Gratt. 571", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6740518 + ], + "opinion_index": -1, + "case_paths": [ + "/va/68/0598-02" + ] + }, + { + "cite": "25 Gratt. 473", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6724275 + ], + "opinion_index": -1, + "case_paths": [ + "/va/66/0451-01" + ] + }, + { + "cite": "21 Gratt. 241", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6733811 + ], + "opinion_index": -1, + "case_paths": [ + "/va/62/0804-01" + ] + }, + { + "cite": "21 Gratt. 249", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "1 Wash. 336", + "category": "reporters:state", + "reporter": "Wash.", + "case_ids": [ + 6717260 + ], + "opinion_index": -1, + "case_paths": [ + "/va/1/0564-01" + ] + }, + { + "cite": "1 Wash. 337", + "category": "reporters:state", + "reporter": "Wash.", + "opinion_index": 0 + } + ], + "analysis": { + "cardinality": 867, + "char_count": 19918, + "ocr_confidence": 0.504, + "pagerank": { + "raw": 1.6151546386749005e-07, + "percentile": 0.6862985062063464 + }, + "sha256": "bbfa338875383196d7b6fd538986c08e6c014ba85e7f6e328d13e11a53d81fed", + "simhash": "1:fba799b0c7d3a210", + "word_count": 3460 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1041-01", + "first_page_order": 189, + "last_page_order": 192 + }, + { + "id": 6715985, + "name": "Branch & al. v. Randolph", + "name_abbreviation": "Branch v. Randolph", + "decision_date": "1805-11", + "docket_number": "", + "first_page": "1044", + "last_page": "1045", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 546" + }, + { + "type": "official", + "cite": "9 Va. 546" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "17 Gratt. 124", + "category": "reporters:state", + "reporter": "Gratt.", + "case_ids": [ + 6732911 + ], + "opinion_index": -1, + "case_paths": [ + "/va/58/0278-01" + ] + }, + { + "cite": "6 Wend. 456", + "category": "reporters:state", + "reporter": "Wend.", + "opinion_index": -1 + }, + { + "cite": "5 Johns. 173", + "category": "reporters:state", + "reporter": "Johns.", + "opinion_index": -1 + }, + { + "cite": "2 H. & M. 446", + "category": "reporters:state", + "reporter": "Hen. & M.", + "case_ids": [ + 6727056 + ], + "opinion_index": -1, + "case_paths": [ + "/va/12/0484-01" + ] + }, + { + "cite": "25 W. Va. 273", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 336, + "char_count": 4866, + "ocr_confidence": 0.515, + "pagerank": { + "raw": 8.822123157029673e-08, + "percentile": 0.49748460238415443 + }, + "sha256": "5b559436a95e1d84a1af914a917e84cba3953ccc1f747602bacc8d6efa7d6146", + "simhash": "1:fa35bffad2081b98", + "word_count": 842 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1044-01", + "first_page_order": 192, + "last_page_order": 193 + }, + { + "id": 6716014, + "name": "Brander v. The Chesterfield Justices", + "name_abbreviation": "Brander v. Chesterfield Justices", + "decision_date": "1805-11", + "docket_number": "", + "first_page": "1045", + "last_page": "1047", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 548" + }, + { + "type": "official", + "cite": "9 Va. 548" + }, + { + "type": "parallel", + "cite": "2 Am. Dec. 606" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [ + { + "cite": "16 W. Va. 308", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "4 Call 374", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6716303 + ], + "opinion_index": -1, + "case_paths": [ + "/va/8/0758-02" + ] + }, + { + "cite": "8 Gratt. 634", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "21 S. E. Rep. 1021", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "40 W. Va. 287", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "7 Leigh 689", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6719092 + ], + "opinion_index": -1, + "case_paths": [ + "/va/34/0766-01" + ] + }, + { + "cite": "2 Leigh 764", + "category": "reporters:state", + "reporter": "Leigh", + "case_ids": [ + 6729357 + ], + "opinion_index": -1, + "case_paths": [ + "/va/29/0500-01" + ] + }, + { + "cite": "6 Call 548", + "category": "reporters:state", + "reporter": "Call", + "opinion_index": -1 + }, + { + "cite": "11 Gratt. 297", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "2 Va. Cas. 9", + "category": "reporters:state", + "reporter": "Va. Cas.", + "case_ids": [ + 6727283 + ], + "weight": 2, + "opinion_index": -1, + "case_paths": [ + "/va/4/0114-01" + ] + }, + { + "cite": "11 Gratt. 673", + "category": "reporters:state", + "reporter": "Gratt.", + "opinion_index": -1 + }, + { + "cite": "11 S. E. Rep. 72", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "33 W. Va. 689", + "category": "reporters:state", + "reporter": "W. Va.", + "opinion_index": -1 + }, + { + "cite": "14 S. E. Rep. 660", + "category": "reporters:state_regional", + "reporter": "S.E.", + "opinion_index": -1 + }, + { + "cite": "88 Va. 843", + "category": "reporters:state", + "reporter": "Va.", + "case_ids": [ + 1874978 + ], + "opinion_index": -1, + "case_paths": [ + "/va/88/0843-01" + ] + }, + { + "cite": "2 Call, 284", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715758 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0318-01" + ] + }, + { + "cite": "1 Call, 562", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 2094928 + ], + "opinion_index": -1, + "case_paths": [ + "/va/5/0203-02" + ] + }, + { + "cite": "2 Call, 276", + "category": "reporters:state", + "reporter": "Call", + "case_ids": [ + 6715686 + ], + "opinion_index": -1, + "case_paths": [ + "/va/6/0315-02" + ] + }, + { + "cite": "1 Black. Rep. 640", + "category": "reporters:scotus_early", + "reporter": "Black. Rep.", + "opinion_index": -1 + } + ], + "analysis": { + "cardinality": 798, + "char_count": 17521, + "ocr_confidence": 0.491, + "pagerank": { + "raw": 9.78111165522259e-07, + "percentile": 0.9819777137586013 + }, + "sha256": "c2dbbd5dae9113da59d5b1d6315d5de372c67f58d541aa394d7087060cd4d696", + "simhash": "1:f6a6c4e5614c0540", + "word_count": 3123 + }, + "last_updated": "2024-02-27T19:39:38.361359+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1045-01", + "first_page_order": 193, + "last_page_order": 195 + }, + { + "id": 6716035, + "name": "The Dinwiddie Justices v. The Chesterfield Justices", + "name_abbreviation": "Dinwiddie Justices v. Chesterfield Justices", + "decision_date": "1805-11", + "docket_number": "", + "first_page": "1047", + "last_page": "1049", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 556" + }, + { + "type": "official", + "cite": "9 Va. 556" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 500, + "char_count": 12199, + "ocr_confidence": 0.486, + "pagerank": { + "raw": 5.8591662004228935e-08, + "percentile": 0.36697255322607614 + }, + "sha256": "8eb25ebbf24905e3433072cbcd62e1dcc640fbe8599f3fba885f82c3a49c1889", + "simhash": "1:8deee6e4be44c0f2", + "word_count": 2085 + }, + "last_updated": "2023-07-14T15:58:14.805028+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1047-01", + "first_page_order": 195, + "last_page_order": 197 + }, + { + "id": 6716054, + "name": "Madison & al. v. Vaughan", + "name_abbreviation": "Madison v. Vaughan", + "decision_date": "1805-11", + "docket_number": "", + "first_page": "1049", + "last_page": "1051", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 562" + }, + { + "type": "official", + "cite": "9 Va. 562" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 594, + "char_count": 13744, + "ocr_confidence": 0.507, + "pagerank": { + "raw": 1.3608438240779086e-07, + "percentile": 0.6359957665485517 + }, + "sha256": "02e81c6bb2bdc1bde5caca6585aa0df9e910aae6c2554b509f778adc51c70e47", + "simhash": "1:afc6e4c09c2cd0cc", + "word_count": 2397 + }, + "last_updated": "2023-07-14T15:58:14.805028+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1049-01", + "first_page_order": 197, + "last_page_order": 199 + }, + { + "id": 6716075, + "name": "Commonwealth v. Brown", + "name_abbreviation": "Commonwealth v. Brown", + "decision_date": "1805-05", + "docket_number": "", + "first_page": "1051", + "last_page": "1052", + "citations": [ + { + "type": "nominative", + "cite": "5 Call 569" + }, + { + "type": "official", + "cite": "9 Va. 569" + } + ], + "court": { + "name_abbreviation": "Va. Ct. App.", + "id": 8988, + "name": "Court of Appeals of Virginia" + }, + "jurisdiction": { + "id": 7, + "name_long": "Virginia", + "name": "Va." + }, + "cites_to": [], + "analysis": { + "cardinality": 138, + "char_count": 1863, + "ocr_confidence": 0.514, + "sha256": "2401a54e2d480e5486731217bb16e965e1360b8132e606099ba67ee50f1d9864", + "simhash": "1:b1f7d2e57f4ee799", + "word_count": 309 + }, + "last_updated": "2023-07-14T15:58:14.805028+00:00", + "provenance": { + "date_added": "2019-08-29", + "source": "Harvard", + "batch": "2018" + }, + "file_name": "1051-01", + "first_page_order": 199, + "last_page_order": 200 + } +] diff --git a/test/stdlib_basics/test_citation_exists.py b/test/stdlib_basics/test_citation_exists.py new file mode 100644 index 00000000..2d21c79a --- /dev/null +++ b/test/stdlib_basics/test_citation_exists.py @@ -0,0 +1,48 @@ +import pytest +from mellea.stdlib.reqlib.legal import normalize_case_name, citation_exists + +# Mock context for testing citation_exists +class MockContext: + def __init__(self, case_name): + self._case_name = case_name + + def last_output(self): + return type("MockOutput", (), {"value": self._case_name})() + + +# region: normalize_case_name tests +@pytest.mark.parametrize("raw_name,expected", [ + ("BOB VS SHMEEGUS", "bob v. shmeegus"), + ("William Payne, Executor of John Payne v. William Dudley Executor of Fleet", "william payne executor of john payne v. william dudley executor of fleet"), + ("Ozwald v. Dickinson's Ex'rs", "ozwald v. dickinson's ex'rs"), + ("Fox & al. v. Cosby", "fox & al. v. cosby"), + ("Groves v. Graves", "groves v. graves"), + ("Ozwald, Deniston, & Co. v. Dickinson's Ex'rs", "ozwald deniston & co. v. dickinson's ex'rs"), + ("Bobby- versus shmeegy", "bobby v. shmeegy") +]) + +def test_normalize_case_name(raw_name, expected): + assert normalize_case_name(raw_name) == expected +# endregion + +# region: citation_exists tests +@pytest.mark.parametrize("case_name,expected", [ + ("Bob v. Shmeegus", False), + ("Gimli versus Legolas", False), + ("Groves v. Graves", True), + ("William Payne, Executor of John Payne v. William Dudley Executor of Fleet", True), + ("Payne v. Dudley", True), + ("Fox & al. v. Cosby", True), + ("Fox v. Cosby", True), +]) + +def test_citation_exists(tmp_path, case_name, expected): + # create mock context + ctx = MockContext(case_name) + # path to metadata folder + db_folder = "/Users/anooshkapendyal/Desktop/mellea/mellea/test/stdlib_basics/legal/cases_metadata" + + result = citation_exists(ctx, db_folder) + assert result.as_bool() == expected, result.reason + +# endregion \ No newline at end of file