@prefix schema: <http://schema.org/> .

<MoreMacintoshToolbox.pdf>
  a schema:Book ;
  schema:name 
    "Inside Macintosh: More Macintosh Toolbox "@en ;
  schema:url <https://developer.apple.com/library/archive/documentation/mac/pdf/MoreMacintoshToolbox.pdf> ;
  schema:description 
    """data:text/html,
      <p>Inside Macintosh: More Macintosh Toolbox explains important 
      features of the Macintosh Toolbox that enhance the usability of your 
      application.</p>
      <p>Inside Macintosh: More Macintosh Toolbox discusses how you can 
      support copy and paste, provide online assistance for users through 
      Balloon Help, create scrolling lists in dialog boxes and windows, draw 
      and manipulate icons in windows, create and use components, 
      automatically translate documents from one format to another, create 
      control panels, and retrieve information from the desktop 
      database.</p>
      <p>This book also provides detailed information on how your 
      application can create and use resources.</p>
      <p>To use this book, you should be familiar with the Finder interface, 
      menus, windows, dialog boxes, and events. These topics are discussed 
      in Inside Macintosh: Macintosh Toolbox Essentials.</p>
      <p>Inside Macintosh is a collection of books, organized by topic, that 
      describe the system software of Macintosh computers. Together, these 
      books provide a definitive guide and an essential reference for anyone 
      writing software for Macintosh computers. A graphic overview of Inside 
      Macintosh appears on the inside back cover of this book.<p>
    """@en ;
  schema:inLanguage "en" ;
  schema:edition "2";
  schema:bookFormat schema:EBook ;
  schema:numberOfPages 928;
  schema:author [
    a schema:Corporation ;
    schema:name "Apple Computer, Inc." ;
  ] ;
  schema:publisher [
    a schema:Corporation ;
    schema:name "Addison-Wesley Publishing Company" ;
  ] ;
  schema:datePublished "1993" ;
  schema:isPartOf [
    a schema:BookSeries ;
    schema:name "Apple technical library"@en;
  ],
  [
    a schema:BookSeries ;
    schema:name "Inside Macintosh"@en;
  ];
  schema:isbn
    "0201632993",
    "9780201632996";
  schema:image [
    a schema:ImageObject ;
    schema:name "Front Cover"@en ;
    schema:height "512 px";
    schema:width "512 px" ;
    schema:thumbnailUrl <cover/MoreMacintoshToolbox/256x256.jpg> ;
    schema:url <cover/MoreMacintoshToolbox/512x512.jpg> ;
  ] ;
  schema:sameAs <https://books.google.com/books?id=TKtQAAAAMAAJ>
.

  
