<!Doctype Html Public - W3O DTD/ W3 HTML 2.0 EN >

<!Doctype Html Public - W3O DTD/ W3 HTML 2.0 EN >

<p><!Doctype html public "-//W3O//DTD/ W3 HTML 2.0//EN"> <HTML> <Body> <!—The XML DTD schema for the Movies Database -- > <!- The Main file --> <!ELEMENT movies (yearset*) > <!- Directors are grouped by year of first movie --> <!ELEMENT yearset (movieyear, yearinformation, directorfilms*) --> <!ELEMENT directorfilms (director, film*) > <!- for each director there is a header, and then a list of the dir ector's films --> <!ELEMENT director (dirid, dirstart, dirname, coverage) > <!- some director info--> <!ELEMENT dirid > <!- unique code for each director --> <!ELEMENT dirstart > <!- first year director --> <!ELEMENT dirname > <!- canonical name for each director, also unique. All directors must appear as DIRECTORS in people.html --> <!ELEMENT coverage > <!- notation about degree of start and coverage of the film list --> <!ELEMENT film (film_id, title, year, dirn, producers, studios, fname, prc*, cat*, awards*, loc*, notes*)> <!- Comment: All movies of a director are listed together in sequence, but only for some directors have all movies been entered.. --> <!ELEMENT film_id> <!- Comment: An internally generated id for the film. This is the key of the film entries and is unique. It is composed of dirid and a sequence number. The sequence numbers often have gaps to allow incremental insertion. --> <!ELEMENT title > <!- Comment: The film's title. It is preceded by T: . This field is not necessarily unique. If unknown, it is coded NKT for “No Known Title” . --> <!ELEMENT year > <!- Comment: Year the movie was released. --> <!ELEMENT dirn > <!- Comment: Redundant name of the director of the movie, preceded by D:. --> <!- Comment+: If there are multiple candidate directors the primary one or the one who finished the movie is chosen and other candidates are given in the notes field as CoD(). . --> <!ELEMENT producers (producer*) > <!- Comment: Producer(s) of the movie --> <!ELEMENT producer (prodk?, prodname ) > <!- Comment: Producer(s) of the movie --> <!ELEMENT prodk > <!- If value is C Producer's name in prodname is canonical and in People.xml file --> <! if value is SP: then the spelling is uncertain. No reference to people can be expected. --> <!- Comment+: :PU alone means the producer is unknown to me. --> <!ELEMENT prodname > <!- Comment: Producers name, if prodk is not C, then the full name is(given; if <!- Comment+: Multiple producers are permitted and common. . --> <!ELEMENT studios > <!- Comment: Studio(s) where the movie was filmed. Common studio names appear in STUDIOS. If the studio is not known or uncommon its location may be given as SL:{COUNTRY-CODE}. ><Comment+: Unknown studios are prefixed by SU: <-! Comment+: sometimes the distributing studio, where the distributor differs from the production studio, is shown prefixed by SD:. . --> <!ELEMENT prc > <!- Comment: Process used to make the movie (e.g. black and white as `bnw', col). Color processes are specified as \COLOR-CODES. The code `cld' is used for black-and-white movies that have been colorized. Unknown is coded prc. . --> <!ELEMENT cat> <!- Comment: Category of the film (e.g., suspense, mystery), as given in the list of CATEGORIES. Unknown is coded Ctxx. . --> <!ELEMENT awards> <!- Comment: Awards received by the film, separated by commas. The awards are listed in AWARD (optionally followed by keywords such as 'Special') and included actual awards as well as favorable (mostly) mentions in compendia as Halliwell and Roger Ebert's books, with the appropriate number of stars. A + symbol is a half star and a - after the awardee code indicates a negative mention. Unknown is coded aw. -H means not in Halliwell [4]. . --> <!ELEMENT loc (site*) > <!- Comment: Locations where the film plays. --> <!ELEMENT site(sitename?, sitetype?, siteplace?) > <!- Comment: site information --> <!ELEMENT sitename > <!- name of location, may be fictional --> <!ELEMENT sitetype > <!- type of location, may be fictional, codes are listed in the preamble of main.xml. --> <!ELEMENT siteplace > <!- general location: state, region, or country, or ocean --> <!ELEMENT time > <!- If the period of the film is significant it is given as T([[dd]mmm]yyyy). . --> <!ELEMENT notes <!- Comment: Here a variety of notes is kept. The preferred order is chronological, as Book before Writer before Cost before Rating, but this has not been entered consistently. ><Comment+: . All entries have a FIELD-IDENTIFIER designator, as W(writer), R(rating), ... . ><Comment+: Fields as writers can have multiple entries, separated by commas. If an award is associated with an entry, as an academy award for the writers of a movie, it follows the name(s) after a semicolon (;). For authors (also music directors), the title is specified as B(author:book: "title") ><Comment+: Alt(T:title; reason) lists alternate titles, with a reason or date for the change, if known. ><Comment+: There is a general Notes field (Nt) which mainly record firsts, as first sound movie, etc. . ><Comment+: Er() means possible error in the record, to be checked sometime in the future from some source.. ><Comment+: These note fields can be used to demonstrate the flexibility of object-based structures, but are best place in distinct fields in relational models.</p><p>><Comment+: Note entries SEEN and VT are private, indicating `when seen' or `have video tape' information. . --> </p><p><H4>2.3 -- DIRECTORS -- </H4> in file <A href="http://www-db.stanford.edu/pub/movies/people.html">people.html</A> The file lists all directors, as well as some other movie people, as producers and cinematographers (A total of 3290 `tr/td’ table row entries, 3011 `@’ directors as of July 1999). <BR> The directors table is similar to the actors table in that it contains intervals for when the director worked and when he/she lived. The key of the relation is the field "name", which is the name under which the director directed. Director's key names do not contain any blanks. Typically the last name is used, when needed prefaced by an initial. A secondary unique key is defined for each director, up to three letters, based on the initial letters of the first, middle, and last names. This key will provide HTML HREF linkages among many of the files. As with the actors table, this table also includes the real name of the director among its fields ("lastname" and "firstname"). It also contains importat producers, cinematographers, musicians and composers, etc.</p><p><H4>2.4 -- STUDIOS -- </H4> in file <A href="http://www-db.stanford.edu/pub/movies/studios.html">studios.html</A> are important studios only (203 `tr/td’ entries, sparse information).<BR> The key of the studios relation is the name of the studio. The temporal information that is included is an interval indicating the years the studio was (or is) in operation, represented by the fields "startdate" and "enddate". This is a history relation.</p><p><H4>2.5 -- CASTS -- </H4> in file <A href="http://www-db.stanford.edu/pub/movies/casts.html">casts.html</A> This is a large (too large?) file of who acted as what in which movie. (46 009 tr/td entries, only partial for movies and roletypes, July 1999). Casts is an association relation, linking actors with movies. The key of the relation is the catenation of the two fields "film_id" and "actor"; no temporal information is included in this relation. <BR> This file was too big for Netscape in 1996, so that also five working subsets were made available, however these are not kept up-to-date.<BR></p><p><H4>2.6 -- REMAKES -- </H4> in file <A href="http://www-db.stanford.edu/pub/movies/remakes.html">remakes.html</A> (1278 `tr/td’ entries in July 1999).<BR> This table (which is not extensively used in the temporal DB paper) gives information about movies that are remakes of other movies. It is very useful to test recursion in databases.</p><p><H4>2.10 -- AWARDS-RECEIVED -- </H4> is no longer a distinct file Awards received for special occasions are listed with individual entries in the files for ACTORS (actors.html).or MOVIE PEOPLE (people.html). Regular awards associated with a particular movies are given in <A href="http://www-db.stanford.edu/pub/movies/main.html”>MOVIES (main.html)</A> and with a particular performance are listed in <A href="http://www-db.stanford.edu/pub/movies/casts.html”>CASTS (casts.html)</A>.</p><p><H4>2.11 -- REFERENCES -- </H4> Books that provided material for this database are listed within this documentation file as <A href="http://www-db.stanford.edu/pub/movies/doc.html#REFS">Appendix A</A>.</p><p><H4>2.12 -- GEOGRAPHY -- </H4> Codes for countries and origins are listed within this documentation file as section 4.3: <A href="http://www-db.stanford.edu/pub/movies/doc.html#GEO">doc.html GEO</A>.</p><p><H4>2.13 -- CATEGORIES -- </H4> Codes for movie categories are listed within this documentation file as Section 4.4: <A href="http://www-db.stanford.edu/pub/movies/doc.html#CATS">doc.html CATS</A>.</p><p><H4>2.14 -- COLOR-CODES -- </H4> Codes for color processes used for movies are listed within this documentation file as Section 4.5: <A href="http://www-db.stanford.edu/pub/movies/doc.html#COLS">doc.html COLS</A>.</p><p><H4>2.15 -- ROLE-TYPES -- </H4> Codes that specify role-types for actors </H4> are listed in the preamble for <A href="http://www-db.stanford.edu/pub/movies/casts.html#ROLES">casts.html ROLES</A>.</p><p><H4>2.16 -- FIELD-IDENTIFIERS -- </H4> Codes that identify subfields in various files are listed within this documentation file as Section 4.2: <A href="http://www-db.stanford.edu/pub/movies/doc.html#FIELDS">doc.html FIELDS</A>.</p><p><H4>2.17 - AWARD TYPES -- </H4> Lists the <A href="http://www-db.stanford.edu/pub/movies/awtypes.html">award types</A> used in MAIN, ACTORS, and PEOPLE, with the organizations who award them, and the span of years they were awarded. </p><p><H4>2.19 -- IMAGES -- </H4> there is a small collection of .tiff files for actors and directors. They are kept individually in an images subdirectory. <H4>2.20 -- ICONS -- </H4> There are about a dozan icons to be used to identify subfiles. Some of them come from the New Yorker Magazine Jan.1993. There are kept individually in an icons subdirectory.</p><p><HR></p><p><H2><A NAME="Sec3">3. Schema Definition</A> for the Movies Database</H2></p><p>Here we give a detailed description of the schema of the movies database, which is used for all examples in this paper and was used to implement the temporal SQL additions. General descriptions are given in Section 2, above.<BR> This file is being updated to desctribe the HTML version. Where updates were made, the old material is in curly {brackets}.</p><p><H4>3.1 The MOVIES Table</H4> Col-Name = Description<BR>. There is a distinct table for each director (Hitchcock has multiple tables, one for early silent, one for British, one for American, and one for TV movies).<BR> The tables are broken up p by year of first known film by the directors. There are some break and header records for each year.<BR> Each director table has two types of records: <OL> ><Comment+: one header record for the director, with the director id, as shown in people, the first year known for movies by that director, prefixed by an @ symbol, matching the people entry, and the standard name for the director, also matching the people entry.<BR> The remainder shows the format for the data records that follow below.. The note field is often used to describe the set of detail records<BR> For movies where the director in not known there is a dummy entry, either by topic (Unknown) or by year (UnYear), as shown in the people file. ><Comment+: any number of records, one per film, formatted as shown below. </OL></p><p><H4>3.2. The ACTORS Table</H4> There is one record for each actor listed, but not all actors listed in CAST are documented. There are also break and header records for each letter of the alphabet.<BR></p><p>Col-Name = Description <P></p><p><!ELEMENT actors (alphasection*) > <!- The actors are arranged alphabetically, each letter has its own section  <!ELEMENT alphasection (letter, actor*) > <!ELEMENT actor (stagename, dowstrt?, dowend?, familyname?, givenname?, gender?, dob?, dod?, type?, origin?, picref?, relationship*, awards?, notes?, error?) > <!ELEMENT stagename > <!- Comment: Name used by the actor in movies. This is nearly the key of the table. When an actor has used multiple names the last one used is preferred. There are a few actors with identical names. Then the birthyear (dob) becomes important. . --> <!ELEMENT dowstart > <!- Comment: Beginning of the "dates of work" interval: year of first movie . --> <!ELEMENT dowend > <!- Comment: End of "dates of work" interval. . --> <!ELEMENT familyname > <!- Comment: Original last name. . --> <!ELEMENT givenname > <!- Comment: Original first name. Nick-names or other assumed names in (). . --> <!ELEMENT gender > <!- Coded as M,F, and X for unknown, or G for group, and A for Animal. --> <!ELEMENT dob > <!- Comment: Date of Birth. If not found in [ref]. If found, but date unknown *. . --> <!ELEMENT dod > <!- Comment: Date of Death, if unknown or alive coded as \UN. Year+ indicates also still alive in that year, mainly used for oldies. . --> <!ELEMENT type > <!- Comment: Types of roles typically played by the actor; e.g., leading man, hero. . --> <!ELEMENT origin > <!- Comment: Country of origin using COUNTRY-CODES . --> <!ELEMENT picref > <!- Comment: Photos in reference books may be cited as [book.page(s)] . --> <!ELEMENT relationship (reltype, towhom*) > <!ELEMENT reltype > <!- Coded as Marriages(Mt), Lived-with(Lw), Parent (Pa), Child (ch), Worked-with(Ww), InfluencedBy (Inb), groupmember (Mem) -->. <!ELEMENT towhom (relname, rel_attr?) > <!- subject person of relationship --> <!ELEMENT relname > <!- subject name in relationship --> <!ELEMENT relattr > <!- attributes of subject person --> <!ELEMENT awards > <!- Comment: Used for Awards . --> <!ELEMENT notes > <!- Comment: Used mainly for Also, Mainly, Debut, Studio --> <!ELEMENT error > <!- Comment: A code Cit(n) indicates how frequently the actor is cited in CASTS.html. This field is used for maintenance, as a weight of importance for completion of the data. . --> </p><p><H4>3.3 The PEOPLE Table</H4> Directors are the major subset of the general people.html table. Other entries are significant producers, writers, art directors and some authors. Being a director is indicated in the Pcode field, and has some effect on other fields. There are also break and header records for each letter of the alphabet.<BR></p><p>Col-Name = Description</p><p><P> <!ELEMENT id-name <!- Comment: The name of the movie person in standardized form. These names are made to be unique. Intials may be prependended, and special character codes omitted. This field is referenced by the "director" field and by P:{references} in the MOVIES table. . --> </p><p><!ELEMENT Pcode <!- Comment: Code {PDWACGV} indicating that the movie person a Producer, Director, Writer, Actor, Cinematographer, choreoGrapher, or a Visual or art director. Just being an actor does not justify an entry here, for those see the ACTORS table. . --> </p><p><!ELEMENT Did <!- Comment: If the person is a director (Pcode includes D), then this field contains an internally defined, unique 1, 2, or 3 letter identification code for the director, the director_id. It is made up by taking one or two letters of the first name, no or one letter of the middlename, and no, one or two letters of the family name of the director. Because of the high frequency of `John', it is encoded as `I'. This code is used a prefix to generate unique film_id's for all films directed by this director. . --> </p><p><!ELEMENT yearstart<!- Comment: First year of work, for directors the first year he/she directed a movie, it is preceded by a @. (start of the years interval). . --> <!ELEMENT yearend<!- Comment: Last year of work, or that the director directed. . --> </p><p><!ELEMENT lastnm <!- Comment: Given last name of the movie-person, may be spelled more precisely here than in the id- name field. . --> </p><p><!ELEMENT firstnm <!- Comment: Given first name of the movie-person. Nick-names or other assumed names in (). . --> </p><p><!ELEMENT dob <!- Comment: Date of Birth. If not found in [ref]. If found, but date unknown * . --> <!ELEMENT dod <!- Comment: Date of Death, or 190x . --> </p><p><!ELEMENT backgrd <!- Comment: The director's birth country. If unknown \Un. . --> <!ELEMENT notes <!- Comment: This field is as in "actors". Female movie-people are identified as Ge(F), as a partial index. Special awards (not associated with a film) are shown as Aw(). . --> </p><p><H4>3.4 The STUDIOS Table</H4></p><p>Col-Name = Description ------<P> <!ELEMENT name <!- Comment: Short name of the studio, may be standarized for reference. . --> </p><p><!ELEMENT company <!- Comment: Company that owns the studio. . --> </p><p><!ELEMENT city <!- Comment: City where the studio is located. . --> </p><p><!ELEMENT country <!- Comment: The studio's country. . --> </p><p><!ELEMENT fddate <!- Comment: Date the studio was founded or first opened. . --> </p><p><!ELEMENT enddate <!- Comment: Last date represented by the studio. . --> </p><p><!ELEMENT founder <!- Comment: The studio's founder. . --> </p><p><!ELEMENT successor <!- Comment: The fate of the studio. . --> </p><p><!ELEMENT notes <!- Comment: co founders, etc. . --> </p><p><H4>3.5 The CASTS Table</H4> The large CAST file is broken up into sections by initial letter(s) of the directors identifying code. In each section will be a number of directors, ordered by code. There is a distinct table for each director.<BR> Col-Name = Description <OL> Each director table has two types of entries ><Comment+: one header record giving the director's id, name, and format information. ><Comment+: multiple records for each movie and listed actor. There are no headers for distinct movies. </OL> <P> <!ELEMENT film_id <!- Comment: Identifier of the film. All film_ids used here appear in MOVIES, and can be used as references. . --> </p><p><!ELEMENT title <!- Comment: Title of the movie, prefixed by T. ><Comment+: A prefix of TZ is used when he entry is uncertain, as the actor's name. ><Comment+: The title field is actually redundant here, because is also given in MOVIES with the film_id. It is used to reduce the the chances of errors and to reduce requirements for "joins". . --> </p><p><!ELEMENT actor <!- Comment: Name of the actor in this role, always using the standardized stage_name, if the actor is listed in ACTORS.html ><Comment+: This field presents only a partial reference, illustrating dangling pointers. ><Comment+: If unknown, but role is important, then `sa' is used for `some actor'. . --> </p><p><!ELEMENT roletype<!- Comment: Type of the role. Similar to the "type" field in the ACTORS table, but always encoded by a ROLE-TYPE. \Und means unassigned. . --> <!ELEMENT role <!- Comment: short description of the role prefixed by R: ><Comment+: If the trole is uncertain, the RZ: is used as the prefix ><Comment+: If the name used in the role is significant (as in Biographical Movies), this role name follows in “quotes”, as R:king “Henry V” ><Comment+: If only the role name is known, then the prefix is RN: ><Comment+: If the role is unknown, then only RU: is entered. . --> </p><p><!ELEMENT awards <!- Comment: Awards given to this actor for this role. Optional field. . --> </p><p><!ELEMENT notes <!- Comment: Rarely used; only for something exceptional in the performance, as `Nt(Garbo laughs)'. or Debut . --> </p><p><H4>3.6 The REMAKES Table</H4></p><p>Col-Name = Description <P> <!ELEMENT film_id <!- Comment: Identifier of the remake. All film_ids used here appear in MOVIES. . --> </p><p><!ELEMENT title <!- Comment: Title of the remake; redundant., but essential for maintenance . --> </p><p><!ELEMENT year <!- Comment: Year when the remake was made. Note that this MUST be after the year the original was made. . --> </p><p><!ELEMENT part <!- Comment: A fraction indicating how similar the remake is to the original. The semantics used appear in the preamble of remakes.html . --> </p><p><!ELEMENT wasfilm <!- Comment: Identifier of the original film. All film_ids used here appear in MOVIES; \UN is used where the film has not been identified, . --> </p><p><!ELEMENT wastitle<!- Comment: Title of the original movie, also redundant. . --> </p><p><!ELEMENT wasyear <!- Comment: Year of the original. . --> </p><p><H4>3.8 -- QUOTES table</H4></p><p>Col-Name = Description ------<P> film-id <!- Comment: Identifier of film where quote was taken. . --> title <!- Comment: Redundant title. . --> speaker <!- Comment: Actor selivering the quote. . --> role <!- Comment: Role of quoted actor. . --> listenr <!- Comment: Role of adressee. . --> quote <!- Comment: Text of quote. . --> <H4>3.9 -- AWARDS table</H4></p><p>Col-Name = Description ------<P> award <!- Comment: code of award used . --> agency <!- Comment: awarding agencies or authors . --> place <!- Comment: location or reference where award is given . --> </p><p><H4>3.10 -- AWARDS table</H4></p><p>Col-Name = Description ------<P> recepnt <!- Comment: Movie-person receiving the award, stage-name or id-name . --> award <!- Comment: Award type . --> year <!- Comment: Year awarded . --> reason <!- Comment: This table is mainly for awards not associated with films, so that reasons my be `lifetime', `honorary', etc. . --> notes <!- Comment: as needed. . --> </p><p><H4>3.11 -- REFERENCES table</H4></p><p>Col-Name = Description ------<P> no. <!- Comment: Unique reference number in [] . --> author <!- Comment: Author(s) name(s), up to colon (:) . --> title <!- Comment: Title of book . --> pub-inf <!- Comment: Publication information. . --> </p><p><H4>3.12 -- GEOGRAPHY table</H4></p><p>Col-Name = Description ------<P> code <!- Comment: Two- or three letter code for each country, as \Hu . --> . See <A HREF="#GEO"> 4.1 </A> for the encoding used. country-name <!- Comment: Full name, as `Hungary' . --> c-adjective <!- Comment: Adjectival form, as `Hungarian' . --> <H4>3.13 -- CATEGORIES table</H4></p><p>Col-Name = Description<BR> <HR> <P> ctcode = Four-letter code <TABLE> <CAPTION>Movie categories</CAPTION> <TR><TH>code<TH>category<TH>|<TH>code<TH>category<TH>|<TH>code<TH>category <TH>| <TR><TD>Ctxx<TD>uncategorized<TD>| <TR><TD>Actn<TD>violence<TD>|<TD>Advt<TD>adventure<TD>|<TD>AvGa<TD>Avant Garde<TD>| <TR><TD>Camp<TD>now - camp<TD>|<TD>Cart<TD>cartoon<TD>|<TD>CnR <TD>Cops and Robbers<TD>| <TR><TD>Comd<TD>comedy<TD>| <TR><TD>Disa<TD>Disaster<TD>|<TD> Docu<TD>documentary<TD>| <TD>Dram<TD>drama<TD>| <TR><TD>Epic<TD>epic<TD>|<TD>Faml<TD>family<TD> |<TD>Hist<TD>history<TD> | <TR><TD>Horr<TD>horror<TD>| <TD>Musc<TD>musical<TD>|<TD>Myst<TD>mystery<TD>| <TR><TD>Noir<TD>black<TD>| <TD>Porn<TD>pornography<TD>|<TD>Romt<TD>romantic<TD>| <TR><TD>ScFi<TD>science fiction<TD>| <TD>Surl<TD>sureal<TD>|<TD>Susp<TD>thriller<TD> | <TR><TD>West<TD>western<TD>| </TABLE></p><p><H4>3.14 -- COLOR-CODES table</H4></p><p>Col-Name = Description ------<P> color-code <!- Comment: Code following \ . --> full <!- Comment: Full name for color process used for movies, ><Comment+: prc = unknown process, likely bnw prior to 1945, col after 1955 ><Comment+: bws = black and white silent ><Comment+: bnw = black and white ><Comment+: TV = film made for TV – various processes ><Comment+: col = unknown color process ><Comment+: cld = recolored black and white ><Comment+: <UL> specific color processes ><Comment+: \Tcol = Technicolor – the best – three distinct layers ><Comment+: \DeLuxe = DeLuxe – a high intensity low-cost color process ><Comment+: \DuArt = DuArt ><Comment+: \Ecol = Eastmancolor by Kodak ><Comment+: \Mcol = Metrocolor – used by MGM ><Comment+: \Mlab = Movielab ><Comment+: \Wcol = Warnercolor used by Warners ><Comment+: \Acol = Anscocolor – another color process by Kodak? ><Comment+: \Agcol = Agfacolor ><Comment+: \Fcol = Fujicolor . --> ><Comment+: \CS = Cinemascope -- widescreen, mostly color, 72mm film ><Comment+: \Trama = Technirama -- widescreen color ><Comment+: \Pan = PanaVision -- compressed wide screen, only noted at times. ><Comment+: \Vst = Vistavision . --> </p><p>They are listed in the preamble for movies.macros. . --> </p><p><H4>3.15 ROLE-TYPES table</H4></p><p>Col-Name = Description ------<P> role-codes <!- Comment: Three-letter macro codes to specify role-types for actors. They are listed in the preamble for casts.html. Und means unassigned. . --> </p><p><H4>3.16 FIELD-IDENTIFIERS table</H4></p><p>Col-Name = Description ------<P> codes <!- Comment: Codes identifying subfields in various files. They are listed below in <A HREF="#FIELDS">Section 4.4</A>.. Some general codes, appearing in many files, are: ><Comment+: Nt(note about something unusual) ><Comment+: Er(Possible error in some field, to be checked) . --> </p><p><HR></p><p><H2>4: CODE TABLES </H2> A fair amount of the information is encoded for consistency of reference. Directors' names are always treated as codes, and many other movie people as well. Names with out spaces are codes, and can be found in the PEOPLE relation. Actors names are treated as codes as well, although here first names have been retained. Many actors can be found in the ACTORS relation.<BR> All movies have been assigned a code by catenating a director's identifier, found in the PEOPLE relation with sequence digits.<BR></p><p>Several code tables appear below, other used are </p><p><H3>Remote code tables</H3> <UL> ><Comment+: -- ROLE-TYPES -- Codes that specify role-types for actors are listed in the preamble for <A href="http://www-db.stanford.edu/pub/movies/casts.html#ROLES">casts.html ROLES</A>. . --> </p><p><H3>Local code tables</H3> <H4>4.1 -- <A NAME="DESIG"> FIELD-DESIGNATORS </A> -- </H4> These codes are used in certain filed to further identify the contents. <P>Check this, much changed when moving to HTML. <TABLE> <COLSPEC="R20 L50 L30"> <TR><TH>code<TH>definition<TH>| <TR><TD>T:<TD>film title<TH>| <TR><TD>T2:<TD> redefinition of title in <A HREF="http://www-db.stanford.edu/pub/movies/main.html#SYNS">main.html SYNS</A>.<TD>| <TR><TD>T3:<TD> title used for locale file in MAIN <TD>| <TR><TD>T4:<TD> title used for License plate list in MAIN<TD>| <TR><TD>T5:<TD> title <TD>| <TR><TD>T6:<TD> title used in <A HREF="http://www-db.stanford.edu/pub/movies/casts.html#SAYINGS">casts.html SAYINGS</A>.<TD>| <TR><TD>T6:<TD> title used in <A HREF="http://www-db.stanford.edu/pub/movies/quotes.html">quotes.html</A>.<TD>| <TR><TD>TS:<TD>not sure of actor spelling<TD>used in CASTS<TD> obsolete <TD>| <TR><TD>TZ:<TD>title from Movies-dir.html<TD>| <TR><TD>TZ:<TD>not sure if actor in this film<TD>used in CASTS<TD>| <TR><TD>P: <TD> producer in PEOPLE<TD><TD>| <TR><TD>PN:<TD> producer full name<TD> not yet classified<TD>| <TR><TD>PU:<TD> unknown producer<TD> not yet classified<TD>| <TR><TD>St:<TD> listed studio<TD>not yet consistent<TD>| <TR><TD>SN:<TD> studio name<TD>| <TR><TD>SU:<TD> studio name unknown<TD>| <TR><TD>SL:<TD> country or city of studio<TD>| <TR><TD>SD:<TD> distributor<TD> old codes: Dtr, Ds, Dis{\Dtr<TD>| <TR><TD>R:<TD> role<TD>used in CASTS<TD>| <TR><TD>RZ:<TD> role uncertain<TD>used in CASTS<TD>| <TR><TD>RU:<TD> role unknown<TD>used in CASTS<TD>| <TR><TD>RN:<TD> only name in role<TD>used in CASTS<TD>| <TR><TD>RS:<TD> spelling of actor's name unsure<TD>used in CASTS<TD>| <TR><TD>D:<TD director in PEOPLE file<TD>| <TR><TD>DN:<TD> director with full name, may not be in PEOPLE file<TD>was \DiF<TD>| <TR><TD>DU:<TD unknown director in PEOPLE file<TD>| </TABLE></p><p><H4>4.2 -- <A NAME="FIELDS"> FIELD-IDENTIFIERS </A> -- </H4> Ancillary information, and social and professional relationships is frequently given as sub-fields in notes. Below are the prefixes used for such variable information. Some refer to candidate entries in other files.</p><p>Many occur in the MAIN file, in the final NOTES field, others in the PEOPLE and ACTORS files. There should be only one sub- field of any type in the notes field, but they may have contain multiple entries If the contents references entries in a file, it is listed, but such a reference is only assured if coded with a colon ( : ). Some of these designations are repeated with the files themselves. <TABLE COLSPEC="L20 L50 L30 L30"> <TR><TH>Code<TH>Contents<TH>Ocurrs in<TH>References what<TH>| <TR><TD>Alias<TD>other professional names<TD> PEOPLE, ACTORS<TD>none <TD>| <TR><TD>Also<TD>other professions<TD>MAIN, ACTORS<TD>PEOPLE <TD>| <TR><TD>Alt<TD>alternative title<TD>MAIN (SYNONYMS)<TD>none <TD>| <TR><TD>B<TD>Book Author<TD>MAIN, ACTORS<TD>PEOPLE <TD>| <TR><TD> BS <TD>was Brother or Sister of, use Si<TD>PEOPLE, ACTORS<TD>PEOPLE <TD>| <TR><TD>C<TD>Cinematographer<TD>MAIN, PEOPLE, ACTORS<TD>PEOPLE <TD>| <TR><TD>CoD<TD>CoDirector<TD>MAIN<TD>PEOPLE <TD>| <TR><TD>Cost<TD>Cost to make film [M/K]<TD>MAIN<TD>none<TD>| <TR><TD>Ch<TD>child of<TD>PEOPLE ACTORS<TD>PEOPLE, ACTORS <TD>| <TR><TD>Chor<TD>choreographer<TD>MAIN, ACTORS<TD>PEOPLE <TD>| <TR><TD>Dtr<TD>distributor<TD>MAIN<TD>STUDIO <TD>| <TR><TD>Er<TD>possible error, verify<TD>all<TD>none <TD>| <TR><TD>Fd<TD>Founded: <TD>STUDIOS<TD> PEOPLE , ACTORS<TD>| <TR><TD>Fdr<TD>Founder of: <TD> PEOPLE , ACTORS<TD> STUDIOS<TD> | <TR><TD>Gn<TD>F<TD>PEOPLE<TD>used for Female producer or director <TD>| <TR><TD>Inc<TD>Income from film [M/K]<TD>MAIN<TD>none<TD>| <TR><TD>Inf<TD>influenced <TD>PEOPLE, ACTORS<TD>PEOPLE , ACTORS<TD>| <TR><TD>Inb<TD>influenced by <TD>PEOPLE, ACTORS<TD>PEOPLE, ACTORS <TD>| <TR><TD>Lw<TD>Lived with<TD>PEOPLE, ACTORS<TD>PEOPLE, ACTORS <TD>| <TR><TD>M<TD>composer<TD>MAIN, PEOPLE, ACTORS<TD>PEOPLE <TD>| <TR><TD>Mt<TD>Married to<TD>PEOPLE, ACTORS<TD>PEOPLE, ACTORS <TD>| <TR><TD>Nt<TD>note<TD>all<TD>none <TD>| <TR><TD>P<TD>playwright<TD>MAIN, ACTORS<TD>PEOPLE <TD>| <TR><TD>Pt<TD>parent of<TD>PEOPLE, ACTORS<TD>PEOPLE, ACTORS <TD>| <TR><TD>Ph<TD>unusual physical characteristics,<BR> as height, weight, ..<TD>ACTORS <TD>none <TD>| <TR><TD>R<TD>ARt director, now V<TD>MAIN, PEOPLE, ACTORS<TD>PEOPLE <TD>| <TR><TD>Seen <TD> [dd[MMM]]yy<TD>MAIN<TD>none<TD>| <TR><TD>St<TD>studio<TD>MAIN, ACTORS<TD>PEOPLE <TD>| <TR><TD> Si<TD><TD> PEOPLE, ACTORS<TD>PEOPLE, ACTORS <TD>| <TR><TD>Ty<TD>typical style<TD>PEOPLE, ACTORS<TD>Table 4.4 <TD>| <TR><TD>V<TD>Visual art director<TD>MAIN, ACTORS, PEOPLE<TD>PEOPLE <TD>| <TR><TD>VT<TD> have video tape (number)<TD>MAIN<TD>none<TD>| <TR><TD>W<TD>writer<TD>MAIN, PEOPLE, ACTORS<TD>PEOPLE <TD>| <TR><TD>Ww<TD>worked with<TD>PEOPLE, ACTORS<TD>PEOPLE, ACTORS <TD>| </TABLE> </p><p><H4>4.3 -- <A NAME="GEO"> GEOGRAPHY </A> -- </H4> Codes for countries and origins are listed below. It is still incomplete. <TABLE> <Caption>Common countries for movie making are listed first, followed by other countries in alphabetical order</CAPTION>. <TR><TH>code<TH>country<TH>adjective<TH>|<TH>code<TH>country<TH>adjective<TH>| <TR><TD>Am<TD>USA<TD>American<TD>| <TR><TD>Br<TD>not used<TD>British<TD>| <TD>GB<TD>Great Britain<TD>not used<TD>| <TR><TD>Fr<TD>France<TD>French<TD>| <TR><TD>Ge<TD>Germany<TD>German<TD>| <TR><TD>It<TD>Italy<TD>Italian<TD>| <TR><TD>Ja<TD>Japan<TD>Japanese<TD>| <TR><TH COLSPAN=3>Alphabetical by code<TH>| <TR><TD>Ar<TD>Argentinia<TD>Argentine<TD>| <TR><TD>Au<TD>Australia<TD>Australian<TD>| <TR><TD>Be<TD>Belgium<TD>Belgian<TD>| <TR><TD>Bz<TD>Brazil<TD>Brazilian<TD>| <TR><TD>Ca<TD>Canada<TD>Canadian<TD>| <TR><TD>Ch<TD>China, PRC<TD>Chinese<TD>| <TR><TD>Cz<TD>Czechoslovakia<TD>Czech<TD>| <TR><TD>Da<TD>Denmark<TD>Danish<TD>|<TD> <TR><TD>Gr<TD>Greece<TD>Greek<TD>|<TD> <TR><TD>Du<TD>Holland<TD>Dutch<TD>|<TD> <TR><TD>Hu<TD>Hungary<TD>Hungarian<TD>| <TR><TD>In<TD>India<TD>Indian<TD>| <TR><TD>Ir<TD>Ireland<TD>Irish<TD>| <TR><TD>Me<TD>Mexico<TD>Mexican<TD>| <TR><TD>Os<TD>Austria<TD>Austrian<TD>| <TR><TD>Pe<TD>Peru<TD>Peruvian<TD>|<TD> <TR><TD>Ru<TD>USSR, Russia<TD>Russian<TD>| <TR><TD>Sp<TD>Spain<TD>Spanish<TD>| <TR><TD>SA<TD>South-Africa<TD>South-African<TD>| <TR><TD>Yu<TD>Yugoslavia<TD>Yugoslav<TD>| <TR><TD>Zw<TD>Switzerland<TD>Swiss<TD>| </TABLE> <H4>4.4 -- <A NAME="CATS"> CATEGORIES </A> -- </H4> Codes for movie categories are listed below. Mainly used in MAIN, also content of Type fields. Multiple entries are possible. <TABLE UNITS=RELATIVE COLSPEC="R20 L50"> <TR><TH> code<TH>category<TH>| <TR><TD> Susp <TD>thriller<TD>| <TR><TD> CnR <TD>cops and robbers<TD>| <TR><TD> Dram <TD>drama<TD>| <TR><TD> West <TD>western<TD>| <TR><TD> Myst <TD>mystery<TD>|<TR><TD> <TR><TD> S.F. <TD>science fiction<TD>| <TR><TD> Advt <TD>adventure<TD>| <TR><TD> Horr <TD>horror<TD>| <TR><TD> Romt <TD>romantic<TD>| <TR><TD> Comd <TD>comedy<TD> |<TR><TD> Musc <TD>musical<TD>| <TR><TD> Docu <TD>documentary<TD>| <TR><TD> Porn <TD>pornography, including soft<TD>| <TR><TD> Noir <TD>black<TD>| <TR><TD> BioP <TD>biographical Picture<TD>| <TR><TD> TV <TD>TV show<TD>| <TR><TD> TVs <TD>TV series<TD>| <TR><TD> TVm <TD>TV miniseries<TD>| </TABLE></p><p><H4>4.5 -- <A NAME="COLS"> COLOR-CODES </A> -- </H4> Codes for color processes used for movies in MAIN are listed below. </TABLE> <TABLE UNITS=RELATIVE COLSPEC="R20 L50 L50"> <TR><TH>code<TH>full name<TH>description<TH>| <TR><TD>prc<TD>unknown<TD><TD>| <TR><TD>col<TD>color<TD>color film, common after 1955<TD>| <TR><TD>bnw<TD>black-and-white<TD>b-w film common before 1945<TD>| <TR><TD>sbw<TD>silent<TD>silent black-and-white film <TD>| <TR><TD>cld<TD>colored<TD>black-and-white film recolored<TD>| <TR><TD>Cart<TD>cartoon<TD>Cartoons are normally colored<TD>| <TR><TD>Tcol<TD>Technicolor<TD>high quality color <TD>| <TR><TD>Ecol<TD>Eastmancolor<TD> color by Kodak<TD> N\t(unstable)<td>| <TR><TD>Wcol<TD>Warnercolor<TD><TD>| <TR><TD>Mcol<TD>Metrocolor<TD> Color by MGM<TD>| <TR><TD>Acol<TD>Anscocolor<TD>color by Kodak?<TD> | <TR><TD>Agcol<TD>Agfacolor<TD><TD>| <TR><TD>Fcol<TD>Fujicolor<TD><TD>| <TR><TD>DeLuxe<TD>DeLuxe<TD>low cost color<TD>| <TR><TD>DuArt<TD>DuArt<TD>color<TD>| <TR><TD>Movielab<TD>MovieLab<TD>color<TD>| <TR><TD>CS<TD>Cinemascope<TD>widescreen, mostly color <TD>| <TR><TD>Trama <TD>Technirama<TD> widescreen color <TD>| <TR><TD>Pan<TD>PanaVision<TD><TD>| <TR><TD>TV<TD>film made for TV<TD>various processes<TD>| <TR><TD>Vst<TD>Vistavision<TD><TD>| </TABLE> <HR></p><p><H2><A NAME="REFS"> Appendix A: References</H2> <UL> Books, etc. ><Comment+: [0]! Wiederhold,Gio: ``Movies Database''; 1989, 1990, 1994, 1996. Nt(self-reference) ><Comment+: [1]! Halliwell,Leslie "The Filmgoers Companion" 8th edition; Charles Scribners' Sons, 1984. ><Comment+: [2]! Kael,Pauline: "5001 Nights at the Movies"; Holt Rinehart Winston, 1985. ><Comment+: [4]! Halliwell,Leslie "Halliwell's Film and Video Guide" 6th ed; Scribner, 1987 [3] . ><Comment+: [5] Brown, Jay A.@Consumers Guide: "Rating The Movies"; Beekman House, 1986. ><Comment+: [6]! Katz,Ephraim: "The Film Encyclopedia"; Putnam, 1979. ><Comment+: [7]! Maxwell: Encyclopedia of Film; ??. ><Comment+: [8]! Eastman,John: "Behind the scenes of 500 Classic Movies"; Ballantine Books, 1989. ><Comment+: [9]! Pickard,Roy: "Who Played Who On The Screen"; B.T.Batsford ltd, London, 1988. \ref [10]! Ebert, Roger: "Roger Ebert's Movie home Companion, 1990 edition"; Andrews and McNeal, 1989. coded as RE**+ in awards. ><Comment+: [11]! Bawden,Liz Ann(ed): ``The Oxford Companion to Film''; Oxford Univ.Press, London 1976; ><Comment+: [12]! Tichy,Wolfram: ``RoRoRo Film Lexicon''; Rowohlt Verlag, Hamburg FRG, 1978; German edition of [11]. ><Comment+: [13] Harry Medved and Randy Dreyfuss: ``The Fifty Worst Films of All Time''; Popular Library, New York, 1978. Coded as W50 in awards. ><Comment+: [14]! Zinman,David: "Fifty Grand Movies of the 1960s 1970s"; Crown pubs NY, 1986 [4], present of Bob Molter, entries marked Z*. ><Comment+: [15] Simpson, James B.: Simpson's Contemporary Quotations; Houghton-Mifflin, 1988. ><Comment+: [16] ! Weldon,Michael: "The Psychotronic Encyclopedia of Film"; Ballantine books, 1983. ><Comment+: [17] ! Everson,William K.: "The Bad Guys"; Citadel Press, 1964. ><Comment+: [18] ! Griffith, Richard and Mayer,Arthur: "The Movies"; Bonanza books, 1957. ><Comment+: [19] ! Hosoda,Craig: "The Bare Facts Video Guide"; The Bare Facts, Santa Clara CA, 1991. ><Comment+: [20]! Kerr,Paul(ed.): "The Hollywood Film Industry"; Routledge and Kegan Paul, London, 1986. ><Comment+: [21]! Michael,Paul "The Academy Awards", 1968. ><Comment+: [22]! Wiley,Mason and Bona,Damien: "Inside Oscar, The Unofficial History of the Academy Awards"; Ballantine Books, 1986. ><Comment+: [23]! Kaplan, Mike(ed.): "Variety Who's Who in Show Business"; Garland Pub., 1983. ><Comment+: [24]! Jacobson, William: ``Berlinale, Internationale Festspiele Berlin''; Argon, 1990. ><Comment+: [25]! ``The 100 Funniest Movies on Video''; Entertainment weekly, 16Oct1992, F01..F100. ><Comment+: [26]! ``Cin\'ema, Cannes: un Demi-si\`ecle de chefs-d'oeuvre''; Les Cahiers de l'Express, Mai 1994, No.27. ><Comment+: [27]! Edward Margulies and Stephen Rebello: “Bad Movies We Love”; Plume, a division of Penguin, 1993. ><Comment+: [30]! Rohmer,Eric and Chabol,Claude: "Hitchcock, The First fourty-four Films"; Ungar New York, 1979. ><Comment+: [31]! Truffaut "Hitchcock"; Simon and Schuster, 1983. ><Comment+: [32]! Sinyard,Neil: "The Films of Alfred Hitchcock"; Gallery Books, 1986. ><Comment+: [33]! Spoto,Donald: "The Art of Alfred Hitchcock"; Doubleday, 1976. ><Comment+: [34]! McCarty,John and Kelleher, Brian: "Alfred Hitchcock Presents"; St.Martin's Press, 195, present of Randy Wiederhold. ><Comment+: [35]! Leff,Leonard J.: "Hitchcock and Selznick"; Weidenfeld and Nicolson, 1988. ><Comment+: [36]! Nevins, Francis M. and Greenberg, Martin Harry: "Hitchcock in Prime Time"; Avon, 1985. ><Comment+: [37]! Spoto, Donald: "The Dark Side of Genius: The Life of Alfred Hitchcock"; Ballantine, 1983. ><Comment+: [38]! Auiler, Dan: "Vertigo, the Making of a Hitchcock Classic"; St.Martin’s Press, 1998. ><Comment+: [41] Everson, William K.: ``The Films of Laurel and Hardy''; Citadel Press, NY, 1970. ><Comment+: [42] Gilliatt, Penelope: ``Jean Renoir, Essays, Conversations, Reviews''; McGraw-Hill, 1975. ><Comment+: [43] Hardy, Phil: ``The Encyclopdia of Horror Movies''; Aurum Press, 1986. ><Comment+: [44] Newman, Kim: ``Nightmare Movies''; Harmony Books, 1988. ><Comment+: [45] Kendrick, Walter: ``Thrill of Fear''; Grove Weidenfeld, 1991. ><Comment+: [46] Skal, David J.: ``The Monster Show''; Norton, 1993. ><Comment+: [47] Vidal, Gore: ``Screening History''; 1993. ><Comment+: [48] Mosley, Philip: ``From Book to Film: Andr\'e Delvaux's Alchemy of the Image''; The French Review, Vol.67 No.5, April 1994. ><Comment+: [50] Catalog Of 1400 Classic Movies; Home Film Festival, 1990, (800) 258-3456. ><Comment+: [51] Catalog of Movie Soundtracks; Intrada, 1992, 1488 Vallejo, S.F. 94109, (415) 776-1333. ><Comment+: [52] Catalog of Movie Music CDs; Screen Archives Entertainment, 1992, PO Box 34792, Washington DC 94109, (202) 328-1434. ><Comment+: [53] Source of US and Foreign Movie Music; STAR, 1992, PO Box 287, New Holland PA (717) 656-0121. ><Comment+: [54] Max Steiner Movie Music; Reising, 1992, PO Box 1392, Northbrook IL 60065-1392. ><Comment+: [55] Lucas, Tim: ``The Video Watchdog Book''; Video Watchdog, 1992. ><Comment+: [56] James Gilbert: ``American Religion in an Age of Science''; Univ.Chicago Press, 1997. ><Comment+: [71] John Douglas Eames: "The MGM Story"; Crown publishers, 1977. ><Comment+: [72] Hirschhorn,Clive: "The Warner Bros. Story"; Crown publishers, 1979. ><Comment+: [73] Hirschhorn,Clive: "The Columbia Story"; Crown publishers, 1989. ><Comment+: [74] John Douglas Eames: "The Paramount Story"; Crown publishers, 1985. ><Comment+: [75] : "The United Artists Story"; Crown publishers, 19xx. ><Comment+: [77] Hirschhorn,Clive: "The Universal Story"; Crown publishers, 1983. ><Comment+: [78] Frank Thomas et al.: The Illusion of Life; 198x; about Disney animation. ><Comment+: [80] Thomson, David: "A Biographical Dictionary of Film"; Knopf?, 1980. ><Comment+: [81] Thomson, David: "Suspects"; Knopf?, 1980, = made up from movie characters. ><Comment+: [82] Thomson, David: "Silver Light"; Knopf?, 1990, = on Western Legends. ><Comment+: [83] Sennett, Robert S.: "Setting the Scene, The Great Hollywood Art Directors"; Harry N.\ Abrams, 1994.. ><Comment+: [84] Zhang, Ying-Jin: “The City in Modern Chinese Literature and Film: Configurations of Space, Time, and Gender”; Stanford University Press, 1996. ><Comment+: [85] Zhang, Ying-Jin (editor): “Cinema and Urban Culture in Shanghai, 1922-1943”; Stanford University Press, 1999. ><Comment+: Lynda Obst: “Hello, He Lied, and Other Truths from the Hollywood Trenches”; 1999. ><Comment+: [91] Perry, George: "The Complete Phantom of The Opera"; 1987, Henry Holt Co., NY. ><Comment+: [99] .. "Obituaries 1991"; 1991; (used for dod). . --> Electronic material <UL> ><Comment+: [100] Magill: "Magill's Survey of Cinema"; COMPUSERVE, forum (GO MAGILL). It lists that they have in-depth articles on over 30,000 films released since 1902, ><Comment+: [101] Movie Alert <http://sanfrancisco.sidewalk.com/> 1999 ><Comment+: [102] Movie Schedules. <hollywood.com> ><Comment+: [103] memorabilia Auction site. <BigE.com> ><Comment+: [110] Brett Tjaden: “The Oracle of Bacon”; <http://www.cs.virginia.edu/oracle>; relates actors to Kevin Bacon with degree of seperation, April 1999. ><Comment+: [111] Brett Tjaden: “Star Links”; <http://www.cs.virginia.edu/>; relates actors to Each other with degree of seperation, April 1999. . --> </p><p>Books about Actors <UL> ><Comment+: [150]! Eyles,Allen: ``James Stewart''; Stein and Day, 1984. ><Comment+: [151]! Aros (A.Rosenthal): "Marlene Dietrich", in German; 1962. ><Comment+: [152]! Knopf, Maria Riva: "Marlene Dietrich"; (by daughter); 1992. ><Comment+: [153]! Spoto, Donald: "Marlene Dietrich"; 19xx. ><Comment+: [154]! "Brockhaus Enzyclop\"adie", in German; A.F.Brockhaus, Wiesbaden FRG, 1968. ><Comment+: [155]! Dietrich, Marlene: "Marlene Dietrich's ABC"; 1962. ><Comment+: [156]! Dietrich, Marlene: "Nehmt nur mein Leben, Reflexionen", in German; C.Bertelsmann Verlag, 1979. ><Comment+: [157]! Droz,R.: "Marlene Dietrich und die Psychologie des Vamps", in German; 1961. ><Comment+: [158]! Erman,H.: "Eine Grosse Dame, Marlene Dietrich", in German; 1955. ><Comment+: [159]! Frewin,L.: "Blond Venus. A Life of Marlene Dietrich"; 1955 . ><Comment+: [160]! Georg,M.: "Marlene Dietrich", in German; 1931. ><Comment+: [161]! Griffith,R. "Marlene Dietrich, Image and Legend"; New York, 1951. ><Comment+: [162]! Hessel,F.: "Marlene Dietrich", in German; 1931. ><Comment+: [163]! Noah,W.: "Marlene Dietrich", in German; 1962. ><Comment+: [164]! Bach, Stephen: "Marlene Dietrich";. ><Comment+: [165]! Madhabi Mukherje, Dilip K. Basu, and Dayani K.Basu: “My Life, My Love”; The Stanford Theater Foundation, 1999 . --> <H3>Web pages</H3> <UL> ><Comment+: [200]! http://www.motionpictureguide.com; contains 30,000 films ><Comment+: [201]! Http://users.deltanet.com/users/dstickne sirens of the golden age . --> <UL> ><Comment+: [V:89] Variety: Annual Issue, Jan.1990. ><Comment+: [V:90] Variety: Annual Issue, Jan.1991. . --> BOOKS I have for Movie Stories: <UL> ><Comment+: [H27] John Buchan: The 39 Steps; Hougton Mifflin, 1915. ><Comment+: [HBn30] P.C.\ Wren: Beau Geste; Grosset and Dunlap, 1926. ><Comment+: [KeR10] Simon Green: Robin Hood: Prince of Thieves; Berkley, 1991. ><Comment+: [IH19] Herman Melville: Moby Dick; Signet, 1851. ><Comment+: [RM3] Robert Louis Stevenson: Dr.~Jekyll and Mr.~Hyde; Bantam, 1886. ><Comment+: [JW2] Mary Wollstonecraft Shelley: Frankenstein; Bantam, 1816. ><Comment+: update! . --> <HR></p><p><H2>Appendix B: CONVERSION</H2> This section refers to the original HTML files. The notes are still being developed. <P></p><p>To convert the source files from HTML format to another type of database: <P> (we use [] to denote HTML `french' brackets.) <OL> ><Comment+: remove header notes ><Comment+: remove miscellaneous HTML commands, as [HTML], [/HTML], [BODY], [/BODY], [HR], ... ><Comment+: for relational files ignore all lines starting with [tr][th]. These are header lines suitable for schema definitions. They could also become the roots of large director objects for the main and cast files. ><Comment+: remove tabs and carriage returns. All content lines end with [td]| . ><Comment+: records are divided into fields, as documented in the file schemas above, by [td]. A space follows [td] entries, preceding the content of the next field. Missing fields are indicated by two `[td] [td]', or by `[td] dummy entry[td]', as indicated in the file descriptions above. ><Comment+: Many fields can have multiple entries. Simple relational transforms may drop such fields, others may require normalized sub-relations.<BR> Multiple values in a field a separated by <OL>><Comment+: 1. `,' if the values are of the same type, as [td] Romt, Dram[td] ><Comment+: 2. `;' or `:' if they are of different types, as W(Ben Hecht; AAN)</OL> If both `;' and `,' appear in a field, then the `;' typically distinguishes a major group relative to the `,' value separator, as [td] island, South Pacific; court, SF, CA[td]. ><Comment+: In the Note fields may be a variable number of different types of entries, each of the form<BR> TypeCode(field), as W(Eliot Stannard) <BR> ><Comment+: </p><p>When names of producers, writers, etc, in fields do not contain blanks, as [td] P:A.Hughes[td], then the name exists in the people.html file, and can be used as an interfile reference.<BR> </OL> <HR> </BODY> </HTML></p>

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    17 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us