Bibliographic references

Bibliographic references in OWL

Possible ontology to describe bibTeX entries.
Author: Nick Knouf <nknouf@mit.edu>
Contributor: Antoine Zimmermann <antoine.zimmermann@inrialpes.fr>, Jérome Euzenat,
Date: 01/06/2004
Version: $Id$

Classes

http://xmlns.com/foaf/0.1/#Person (, )
http://xmlns.com/foaf/0.1/#Organization (, )
http://www.w3.org/1999/02/22-rdf-syntax-ns#List (, )
Reference (Reference, Base class for all entries)
Book (Book, A book that may be a monograph or a collection of written texts.)
Monograph (Monograph, A book that is a single entity, as opposed to a collection.)
    Collection (Collection, A book that is collection of texts or articles.)
      Proceedings (Proceedings, The proceedings of a conference.)
      Informal (Informal, A document that that was informally published or not published.)
      Booklet (Booklet, A work that is printed and bound, but without a named publisher or sponsoring institution.)
        LectureNotes (LectureNotes, Lecture notes.)
          Manual (Manual, Technical documentation.)
          Unpublished (Unpublished, A document having an author and title, but not formally published.)
          Part (Part, A part of something (either Book or Proceedings).)
          Article (Article, An article from a journal or magazine.)
          Chapter (BookPart, A chapter (or section or whatever) of a book having its own title.)
          InBook (InBook, A subpart of a book given by a range of pages.)
          InCollection (Incollection, A part of a book having its own title.)
          InProceedings (InProceedings, An article in a conference proceedings.)
          Academic (Academic, A Master's or PhD thesis.)
          MastersThesis (MastersThesis, A Master's thesis.)
            PhdThesis (PhdThesis, A PhD thesis.)
              Misc (Misc, Use this type when nothing else fits.)
                Report (Report, A report published by an institution with some explicit policy.)
                TechReport (TechReport, A report published by a school or other institution, usually numbered within a series.)
                  Deliverable (Deliverable report, A report delivered for accomplishing a contract.)
                  MotionPicture (MotionPicture, A film/movie/motion picture.)
                    Journal (Journal or magazine, A periodical publication collecting works from different authors.)
                    Conference (The location of an event, An event presenting work.)
                    Address (Address, The street address of the location of some organization or event.)
                    Institution (Institution, An institution.)
                    super: http://xmlns.com/foaf/0.1/#Organization
                    Publisher (Publisher, The publisher of books or journals.)
                      School (School, A school or university.)
                        PersonList (Person list, A list of persons.)
                        super: http://www.w3.org/1999/02/22-rdf-syntax-ns#List
                        PageRange (PageRange, A range of pages.)
                        Date (Date, Date of a day which can be unknown (i.e., only the year is known or only the year and month). This is for overcoming the limits of XML-Schema for wich a date is not separable.)

                        Properties

                        http://www.w3.org/1999/02/22-rdf-syntax-ns#first: _ -> _ ()
                        http://www.w3.org/1999/02/22-rdf-syntax-ns#rest: _ -> _ ()
                        address: http://www.w3.org/2002/07/owl#Thing -> #Address (BibTeX note: Usually the address of the publisher or other type of institution. For major publishing houses, van Leunen recommends omitting the information entirely. For small publishers, on the other hand, you can help the reader by giving the complete address.)
                        event: #Proceedings -> #Conference (The event concerned with the proceedings.)
                        organizer: #Conference -> http://xmlns.com/foaf/0.1/#Organization (The organization taking in charge a conference.)
                        contract: #Reference -> http://www.w3.org/2002/07/owl#Thing (The contract in which a particular reference has been made.)
                        humanCreator: #Reference -> #PersonList (A generic human creator category, necessary in order to contain both author and editor.)
                        author: _ -> _ (The name(s) of the author(s), in the format described in the LaTeX book.)
                        editor: _ -> _ (The list of persons who edited or coordinated a reference.)
                        directors: #MotionPicture -> _ (The list of persons who directed the motion picture.)
                        institution: #TechReport -> #Institution (The sponsoring institution of a technical report.)
                        isPartOf: #Part -> _ (The document that contains a text or article.)
                        journal: #Article -> #Journal (The journal in which an article is published.)
                        book: #InBook -> #Monograph (A reference to the book that contains the entry. The entry must be an InBook end the book a Monograph.)
                        collection: #InCollection -> #Collection (A reference to the book that contains the entry. The entry must be an Inbook or Incollection.)
                        proceedings: #InProceedings -> #Proceedings (A reference to the proceedings in which the entry appears. The entry must be an InProceedings.)
                        date: #Reference -> #Date (The date when the work was published or, for an unpublished work, in which it was written. This date can be incomplete (i.e., no known day or month) but must contain a year.)
                        organization: (#Proceedings#Manual) -> http://xmlns.com/foaf/0.1/#Organization (The organization that sponsors a conference or that publishes a manual.)
                        publisher: (#Reference#Journal) -> #Publisher (The publisher's name.)
                        school: (#Academic#LectureNotes) -> #School (The name of the school where a thesis was written.)
                        location: #Reference -> #Address (A location associated with the entry, such as the city in which a conference took place.)
                        pages: #Part -> #PageRange (A range of page, with an upper and lower limit.)
                        http://purl.org/dc/elements/1.1/creator_ -> _ ()
                        http://purl.org/dc/elements/1.1/contributor_ -> _ ()
                        http://purl.org/dc/elements/1.1/description_ -> _ ()
                        http://purl.org/dc/elements/1.1/date_ -> _ ()
                        http://co4.inrialpes.fr/align/Contest/224/onto-noinst.rdf#firstName_ -> _ ()
                        http://co4.inrialpes.fr/align/Contest/224/onto-noinst.rdf#lastName_ -> _ ()
                        http://co4.inrialpes.fr/align/Contest/224/onto-noinst.rdf#name_ -> _ ()
                        http://co4.inrialpes.fr/align/Contest/224/onto-noinst.rdf#shortName_ -> _ ()
                        key #Reference -> http://www.w3.org/2001/XMLSchema#string (The key for a particular bibTeX entry. Note that the rdf:ID for each Reference instance could be the bibTeX key as well, possibly making this property redundant.)
                        reviewed #Reference -> http://www.w3.org/2001/XMLSchema#string (The selection process overcome by the publication (full, none, poster, invited are possible values).)
                        annote #Reference -> http://www.w3.org/2001/XMLSchema#string (An annotation. It is not used by the standard bibliography styles, but may be used by others that produce an annotated bibliography.)
                        periodicity #Journal -> http://www.w3.org/2001/XMLSchema#string (The periodicity of a serial publication (yearly, biannual, quarterly, monthly, bimonthly, weekly, biweekly, dayly).)
                        firstPublished #Chapter -> http://www.w3.org/2001/XMLSchema#string (When the reference was first published.)
                        edition(#Book#Manual) -> http://www.w3.org/2001/XMLSchema#string (The edition of a book (for example, "Second"). This should be an ordinal, and should have the first letter capitalized, as shown here; the standard styles convert to lower case when necessary.)
                        howPublished(#Misc#Booklet) -> http://www.w3.org/2001/XMLSchema#string (How something strange has been published. The first word should be capitalized.)
                        note #Reference -> http://www.w3.org/2001/XMLSchema#string (Any additional information that can help the reader. The first word should be capitalized.)
                        series #Reference -> http://www.w3.org/2001/XMLSchema#string (The name of a series or set of books. When citing an entire book, the the title field gives its title and an optional series field gives the name of a series or multi-volume set in which the book is published.)
                        title #Reference -> http://www.w3.org/2001/XMLSchema#string (The work's title, typed as explained in the LaTeX book.)
                        type(#Chapter#TechReport#Academic) -> http://www.w3.org/2001/XMLSchema#string (The type of a technical report (for example, "Research Note").)
                        affiliation #Reference -> http://www.w3.org/2001/XMLSchema#string (The authors affiliation.)
                        abstract #Reference -> http://www.w3.org/2001/XMLSchema#string (An abstract of the work.)
                        contents #Reference -> http://www.w3.org/2001/XMLSchema#string (A Table of Contents.)
                        copyright #Reference -> http://www.w3.org/2001/XMLSchema#string (Copyright information.)
                        isbn #Reference -> http://www.w3.org/2001/XMLSchema#string (The International Standard Book Number.)
                        issn #Reference -> http://www.w3.org/2001/XMLSchema#string (The International Standard Serial Number. Used to identify a journal.)
                        keywords #Reference -> http://www.w3.org/2001/XMLSchema#string (Key words used for searching or possibly for annotation.)
                        language #Reference -> http://www.w3.org/2001/XMLSchema#language (The language in which the referenced publication is written or performed.)
                        lccn #Reference -> http://www.w3.org/2001/XMLSchema#string (The Library of Congress Call Number.)
                        mrNumber #Reference -> http://www.w3.org/2001/XMLSchema#string (The Mathematical Reviews number.)
                        price #Reference -> http://www.w3.org/2001/XMLSchema#string (The price of the document.)
                        size #Reference -> http://www.w3.org/2001/XMLSchema#string (The physical dimensions of a work.)
                        url #Reference -> http://www.w3.org/2001/XMLSchema#string (The WWW Universal Resource Locator that points to the item being referenced. This often is used for technical reports to point to the ftp or web site where the postscript source of the report is located.)
                        name_ -> http://www.w3.org/2001/XMLSchema#string ()
                        shortName_ -> http://www.w3.org/2001/XMLSchema#string ()
                        chapter #Part -> http://www.w3.org/2001/XMLSchema#string (A chapter (or section or whatever) number.)
                        numberOrVolume #Reference -> _ (The number of a journal, magazine, technical report, or of a work in a series. An issue of a journal or magazine is usually identified by its volume and number; the organization that issues a technical report usually gives it a number; and sometimes books are given numbers in a named series.)
                        number #Reference -> http://www.w3.org/2001/XMLSchema#string (The number of a journal, magazine, technical report, or of a work in a series. An issue of a journal or magazine is usually identified by its volume and number; the organization that issues a technical report usually gives it a number; and sometimes books are given numbers in a named series.)
                        issue(#Reference#Conference) -> http://www.w3.org/2001/XMLSchema#string (The issue of a conference.)
                        volume #Reference -> http://www.w3.org/2001/XMLSchema#nonNegativeInteger (The volume of a journal or multivolume book.)
                        year #Date -> http://www.w3.org/2001/XMLSchema#gYear ()
                        month #Date -> http://www.w3.org/2001/XMLSchema#gMonth ()
                        day #Date -> http://www.w3.org/2001/XMLSchema#gDay ()
                        city #Address -> http://www.w3.org/2001/XMLSchema#string ()
                        state #Address -> http://www.w3.org/2001/XMLSchema#string ()
                        country #Address -> http://www.w3.org/2001/XMLSchema#string (Usually in ISO format)
                        startPage #PageRange -> http://www.w3.org/2001/XMLSchema#nonNegativeInteger (The beginning of a range of pages.)
                        endPage #PageRange -> http://www.w3.org/2001/XMLSchema#nonNegativeInteger (The end of a range of pages.)

                        Individuals

                        <rdf:List@ttp://www.w3.org/1999/02/22-rdf-syntax-ns#nil>

                        Generated by OWL2HTML