{ "@context": { "@vocab": "https://schema.org/", "dcat": "http://www.w3.org/ns/dcat#", "dc":"http://purl.org/dc/elements/1.1/", "dct":"http://purl.org/dc/terms/conformsTo", "ecrro": "http://cor.esipfed.org/ont/earthcube/", "ecrr": "https://n2t.net/ark:/23942/g2" }, "@id":"http://n2t.net/ark:/23942/g2800007", "@type": [ "CreativeWork" ], "name": "rdb text file format specification", "subjectOf":[{"@type":"CreativeWork", "name":"USGS NWIS spec, ", "url":"https://pubs.usgs.gov/of/2003/ofr03123/6.4rdb_format.pdf"},{"@type":"CreativeWork", "name":"Pruett 2003 Dr. Dobbs article RDB database, ", "url":"https://www.drdobbs.com/rdb-a-unix-command-line-database/199101326"}], "description": "Walter Hobbs of the RAND Corporation wrote RDB, based on ideas from an article published in the March 1991 issue of Unix Review magazine ('A 4GL Language'), and from the book UNIX Relational Database Management, by Rod Manis, et. al. (Prentice Hall PTR/Sun Microsystems Press). The database is based on a simple text format for tabular data that is now known as rdb. The data is contained in regular UNIX ASCII files, and can be manipulated by regular UNIX utilities such as ls, wc, mv, cp, cat, more, text editors, head, RCS, etc. Each file of data is in the form of a relation, or table, with rows and columns of information. The relation, or table structure, is achieved by separating the columns with ASCII TAB characters, and terminating the rows with an ASCII NEWLINE character. All rows in a file of data contain data separated by TAB characters and terminated with NEWLINE characters; therefore the data must not contain TAB characters. Each data file consists of zero or more comment lines starting with a sharp character, '#,' followed by a header consisting of two lines containing structure definition information used by the operators, and zero or more lines of data which are referred to as the body. A file of data, structured as defined above, is said to be an RDB table.", "creator":{"@type":"Person","name":"Walter Hobbs"}, "keywords": "data interchange", "about": {"@type":"DefinedTerm","name":"Discipline-agnostic", "identifier":"http://cor.esipfed.org/ont/earthcube/ADO_0000188"}, "mainEntity":[{ "@type": "CreativeWork", "url": "http://cor.esipfed.org/ont/earthcube/ECRRO_0000204", "name": "Specification" },{ "@type": "CreativeWork", "url":"http://cor.esipfed.org/ont/earthcube/SPKT_0000001", "name": "Data Format Conventions" } ], "additionalProperty": [{ "@type": "PropertyValue", "propertyID": "dc:BibliographicCitation", "name": "Bibliographic citation", "value":"Pruett, mark, 2003, RDB -- A UNIX Command-Line Database, accessed 2020-12-16 at https://www.drdobbs.com/rdb-a-unix-command-line-database/199101326" }, { "@type": "PropertyValue", "propertyID": "ecrro:ECRRO_0000138", "name": "has maturity state", "value": { "@type": "DefinedTerm", "name": "Used in multiple places", "identifier": "http://cor.esipfed.org/ont/earthcube/MTU_0000001" } }, { "@type": "PropertyValue", "propertyID": "ecrro:ECRRO_0000600", "name": "primary publication", "value":"RDB format, Glenn Engle, 2003, accessed at https://pubs.usgs.gov/of/2003/ofr03123/6.4rdb_format.pdf" }, { "@type": "PropertyValue", "propertyID": "ecrro:ECRRO_0000017", "name": "Usage", "value": { "@type": "DefinedTerm", "name": "Wide usage (>50 adopters)", "identifier": "http://cor.esipfed.org/ont/earthcube/UBA_0000001" } }, { "@type": "PropertyValue", "propertyID":"ecrro:ECRRO_0001301","name": "registration metadata", "value": { "@type": "StructuredValue", "additionalType": "ecrro:ECRRO_0000156", "contributor": { "@type": "Person", "name":"Stephen M. Richard" }, "datePublished": "2021-02-10T21:11:19-0700" } } ]}