Russian investigation KG: Difference between revisions
(Created page with "The file ''russia-investigation_kg.ttl'' contains an RDF graph extracted from the data behind the FiveThirtyEight story [https://projects.fivethirtyeight.com/russia-investigat...") |
No edit summary |
||
Line 4: | Line 4: | ||
Here are explanations of the various properties used in the graph: | Here are explanations of the various properties used in the graph: | ||
* `investigation` | Unique id for each investigation | |||
* `investigation-start` | Start date of the investigation | |||
* `investigation-end` | End date of the investigation | |||
`investigation` | Unique id for each investigation | * `investigation-days` | Length, in days, of the investigation. Days will be negative if the charge occured before the investigation began. | ||
`investigation-start` | Start date of the investigation | * `name` | Name of the person charged (if applicable). Will be blank if there were no charges. | ||
`investigation-end` | End date of the investigation | * `indictment-days ` | Length, in days, from the start of the investigation to the date the person was charged (if applicable). Days will be negative if the charge occured before the investigation began. | ||
`investigation-days` | Length, in days, of the investigation. Days will be negative if the charge occured before the investigation began. | * `type` | Result of charge (if applicable) | ||
`name` | Name of the person charged (if applicable). Will be blank if there were no charges. | * `cp-date` | Date the person pled guilty or was convicted (if applicable) | ||
`indictment-days ` | Length, in days, from the start of the investigation to the date the person was charged (if applicable). Days will be negative if the charge occured before the investigation began. | * `cp-days` | Length, in days, from the start of the investigation to the date the person pled guilty or was convicted (if applicable) | ||
`type` | Result of charge (if applicable) | * `overturned` | Whether or not the relevant person's conviction was overturned | ||
`cp-date` | Date the person pled guilty or was convicted (if applicable) | * `pardoned` | Whether or not the relevant person's charge was pardoned | ||
`cp-days` | Length, in days, from the start of the investigation to the date the person pled guilty or was convicted (if applicable) | * `american` | Whether or not the relevant person's charge was a U.S. resident | ||
`overturned` | Whether or not the relevant person's conviction was overturned | * `president` | President at the center of the investigation | ||
`pardoned` | Whether or not the relevant person's charge was pardoned | |||
`american` | Whether or not the relevant person's charge was a U.S. resident | |||
`president` | President at the center of the investigation |
Revision as of 16:05, 17 January 2023
The file russia-investigation_kg.ttl contains an RDF graph extracted from the data behind the FiveThirtyEight story Is The Russia Investigation Really Another Watergate? (the conclusion is that it is not really).
The knowledge graph contains kay data about every special investigation since the Watergate probe began in 1973 and who was charged in them.
Here are explanations of the various properties used in the graph:
- `investigation` | Unique id for each investigation
- `investigation-start` | Start date of the investigation
- `investigation-end` | End date of the investigation
- `investigation-days` | Length, in days, of the investigation. Days will be negative if the charge occured before the investigation began.
- `name` | Name of the person charged (if applicable). Will be blank if there were no charges.
- `indictment-days ` | Length, in days, from the start of the investigation to the date the person was charged (if applicable). Days will be negative if the charge occured before the investigation began.
- `type` | Result of charge (if applicable)
- `cp-date` | Date the person pled guilty or was convicted (if applicable)
- `cp-days` | Length, in days, from the start of the investigation to the date the person pled guilty or was convicted (if applicable)
- `overturned` | Whether or not the relevant person's conviction was overturned
- `pardoned` | Whether or not the relevant person's charge was pardoned
- `american` | Whether or not the relevant person's charge was a U.S. resident
- `president` | President at the center of the investigation