Footprint Data Model

Address

A location associated with an entity.

Inheritance

graph BT Address(Address) Interval(Interval) click Interval "/schemata/Interval" class Address node-primary Address-->Interval

Info

Abstract

No

Abstract schemata are used for inheritance only and shouldn’t be used directly.

Generated

Yes

Entities using a generated schema shouldn’t be created directly by users.

Matchable

Yes

Entities using a matchable schema can be used for matching and cross-referencing.

Hidden

No

Entities using a hidden schema shouldn’t be displayed in user interfaces or created by users.

Semantics

Footprint has well-defined semantics for different representations of entities, for example in a network graph or in a timeline.

  • In a network graph, entities should be represented as a vertex.

Properties

Name Label Type
Address:city City string
Address:country Country country
Address:full Full address address
Address:street Street address string
Interval:date Date date
Interval:description Description text
Interval:endDate End date date
Interval:indexText Index text text
Address:latitude Latitude number
Address:latLong Latitude and Longitude string
Address:longitude Longitude number
Interval:modifiedAt Modified on date
Interval:namesMentioned Detected names name
Address:postalCode Postal code string
Address:postOfficeBox PO Box string
Interval:publisher Publishing source string
Interval:publisherUrl Publishing source URL url
Interval:recordId Record ID string
Address:region Region string
Address:remarks Remarks string
Interval:retrievedAt Retrieved on date
Interval:sourceUrl Source link url
Interval:startDate Start date date
Address:state State string
Address:street2 Street address (ctd.) string
Interval:summary Summary text
Address:things Located there Thing
Interval:tracehUrl Trace URL url
Address:tripsDeparting Trips departing Trip
Address:tripsIncoming Trips incoming Trip