A Project of OCLC Research OCLC Online Computer Library Center

PURLS

Batch Add PURLs Form

First, specify the registered user ID that will own the new PURLs and the authorized Password of that ID. See the underlying concepts if you need help.
ID         required
Password   required, case sensitive
Next, to batch add a set of PURLs:
  1. Create a file of the form (See DTD below)
       <recs>
          <rec>
             <purl>/NET/OCLC</purl>
             <url>http://www.oclc.org</url>
          </rec>
          <rec>
             <purl>/NET/TEST/</purl>
             <url>http://www.oclc.org/test/</url>
             <type>User_Batch_Add</type>
             <partial></partial>
             <id>BOB</id>
             <id>MIKE</id>
          </rec>
       </recs>
          

    The tags in the DTD have the following meanings:

    • PURL (required) the PURL to be modified. Do not include the prefix http://purl.dlib.indiana.edu in the values inside these tags.
    • URL (optional) the new URL to associate with PURL.
    • ID (optional repeatable) a maintainer of the PURL.
    • PARTIAL (optional) make this PURL a Partial Redirect.

  2. Place the file under a WWW server and enter the URL of the Batch File below OR paste the file into the Add List below.
Note: Do not use </> as a shorthand close tag.
Note: If no ID is specified in the records, the ID entered above will be used.
URL of the Batch File


Add List



Document Type Definition

<!DOCTYPE RECS [
<!ELEMENT RECS    O O ( REC+ )>
<!ELEMENT REC     - - ( PURL & URL? & ID* & PARTIAL? & TYPE? & NEXTDOM?)>
<!ELEMENT PURL    - - (#PCDATA)>
<!ELEMENT URL     - - (#PCDATA)>
<!ELEMENT ID      - - (#PCDATA)>
<!ELEMENT PARTIAL - - (#PCDATA)>
<!ELEMENT TYPE    - - (#PCDATA)>
<!ELEMENT NEXTDOM - - (#PCDATA)>
<!ENTITY #DEFAULT " *** UNDEFINED ENTITY REFERENCE *** ">
]>


Go to the PURL Resolver's Home Page