<?xml version="1.0"?>
<?xml-stylesheet href="/transform" type="text/xsl"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:bibo="http://purl.org/ontology/bibo/" xmlns:bs="http://purl.org/ontology/bibo/status/" xmlns:ci="https://vocab.methodandstructure.com/content-inventory#" xmlns:dct="http://purl.org/dc/terms/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xhv="http://www.w3.org/1999/xhtml/vocab#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" lang="en" prefix="bibo: http://purl.org/ontology/bibo/ bs: http://purl.org/ontology/bibo/status/ ci: https://vocab.methodandstructure.com/content-inventory# dct: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# xhv: http://www.w3.org/1999/xhtml/vocab# xsd: http://www.w3.org/2001/XMLSchema#" vocab="http://www.w3.org/1999/xhtml/vocab#" xml:lang="en">
  <head>
    <title property="dct:title">Database</title>
    <base href="https://doriantaylor.com/lexicon/database"/>
    <link href="../document-stats#EuhWTl9F9Z0IoKC415b21I" rev="ci:document"/>
    <link href="../elsewhere" rel="alternate bookmark" title="Elsewhere"/>
    <link href="../this-site" rel="alternate index" title="This Site"/>
    <link href="http://purl.org/ontology/bibo/status/published" rel="bibo:status"/>
    <link href="" rel="ci:canonical" title="Database"/>
    <link href="../person/dorian-taylor#me" rel="dct:creator" title="Dorian Taylor"/>
    <link href="../person/dorian-taylor" rel="meta" title="Who I Am"/>
    <link about="../" href="../3f36c30c-6096-454a-8a22-c062100ae41f" rel="alternate" type="application/atom+xml"/>
    <link about="../" href="../f07f5044-01bc-472d-9079-9b07771b731c" rel="alternate" type="application/atom+xml"/>
    <link about="../" href="../this-site" rel="alternate"/>
    <link about="../" href="../elsewhere" rel="alternate"/>
    <link about="../" href="../e341ca62-0387-4cea-b69a-cdabc7656871" rel="alternate" type="application/atom+xml"/>
    <link about="../verso/" href="../3f36c30c-6096-454a-8a22-c062100ae41f" rel="alternate" type="application/atom+xml"/>
    <link about="../verso/" href="../this-site" rel="alternate"/>
    <link about="../verso/" href="../elsewhere" rel="alternate"/>
    <meta content="database" datatype="xsd:token" property="ci:canonical-slug"/>
    <meta content="false" datatype="xsd:boolean" property="ci:indexed"/>
    <meta content="This document defines the concept of a database, as it is used within the scope of doriantaylor.com." name="description" property="dct:abstract"/>
    <meta content="2017-03-11T18:34:56+00:00" datatype="xsd:dateTime" property="dct:created"/>
    <meta content="database" property="dct:identifier"/>
    <meta content="2017-05-23T16:39:17+00:00" datatype="xsd:dateTime" property="dct:modified"/>
    <meta content="2022-05-31T04:18:52+00:00" datatype="xsd:dateTime" property="dct:modified"/>
    <meta about="../person/dorian-taylor#me" content="Dorian Taylor" name="author" property="foaf:name"/>
    <meta content="summary" name="twitter:card"/>
    <meta content="@doriantaylor" name="twitter:site"/>
    <meta content="Database" name="twitter:title"/>
    <meta content="This document defines the concept of a database, as it is used within the scope of doriantaylor.com." name="twitter:description"/>
    <object>
      <nav>
        <ul>
          <li>
            <a href="../document-stats#EuhWTl9F9Z0IoKC415b21I" rev="ci:document" typeof="qb:Observation">
              <span>urn:uuid:ba159397-d17d-4674-8228-282e35e5bdb5</span>
            </a>
          </li>
        </ul>
      </nav>
    </object>
  </head>
  <body about="" id="ERskoLugzUqauTuwPfpaFJ" typeof="bibo:Article">
    <p>A <dfn>database</dfn>, in the abstract, is:</p>
    <ul>
      <li>A safe place to put an arbitrarily large number of arbitrarily small pieces of information,</li>
      <li>that often encodes <em>relationships</em> between said pieces of information,</li>
      <li>and often encapsulates <em>operations</em> over said information,</li>
      <li>and <em>always</em> includes some sort of storage/retrieval protocol.</li>
    </ul>
    <p>The economics of this structure&#x2014;a large number of small things, arbitrary relationships between them, and bulk operations over them&#x2014;elicits, if not <em>demands</em>, the use of a computer.</p>
  </body>
</html>
