Skip to content

Instantly share code, notes, and snippets.

@philandstuff
Created May 6, 2015 15:30
Show Gist options
  • Save philandstuff/8084b206cec5a921fc0f to your computer and use it in GitHub Desktop.
Save philandstuff/8084b206cec5a921fc0f to your computer and use it in GitHub Desktop.
registers

registers

registerfields
register[register, fields]
field[field, datatype]
datatype[datatype]
address[address, street, postcode]
postcode[postcode, location]
fielddatatyperegister
datatypestring
fieldstring
fieldssome sort of list?
registerstring
addressstringaddress
streetstringn/a
postcodestringpostcode
locationlat&longn/a

The problem:

  • we want any “fields” field to be a list of links to records in the “field” register
    • list of strings?
      • how do you know the strings are links?
      • special case?
    • lists of lists?
datatype
string
datetime
language
digest
curie
lat&long
polygon
telephone
currency
addressstreetpostcode
1001234the north poleSAN TA1
postcodelocation
SAN TA190°N 0°W
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment