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érôme 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.)
                    PersonList (Person list, A list of persons.)
                    super: http://www.w3.org/1999/02/22-rdf-syntax-ns#List

                    Properties

                    http://www.w3.org/1999/02/22-rdf-syntax-ns#first: _ -> _ ()
                    http://www.w3.org/1999/02/22-rdf-syntax-ns#rest: _ -> _ ()
                    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.)
                    isPartOf: #Part -> _ (The document that contains a text or article.)
                    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.)
                    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/230/onto-noinst.rdf#firstName_ -> _ ()
                    http://co4.inrialpes.fr/align/Contest/230/onto-noinst.rdf#lastName_ -> _ ()
                    http://co4.inrialpes.fr/align/Contest/230/onto-noinst.rdf#name_ -> _ ()
                    http://co4.inrialpes.fr/align/Contest/230/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).)
                    eventName #Proceedings -> http://www.w3.org/2001/XMLSchema#string (The event concerned with the proceedings.)
                    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.)
                    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.)
                    journalName #Article -> http://www.w3.org/2001/XMLSchema#string (The journal in which an article is published.)
                    note #Reference -> http://www.w3.org/2001/XMLSchema#string (Any additional information that can help the reader. The first word should be capitalized.)
                    organizationName(#Proceedings#Manual) -> http://www.w3.org/2001/XMLSchema#String (The organization that sponsors a conference or that publishes a manual.)
                    publisherName #Reference -> http://www.w3.org/2001/XMLSchema#string (The publisher's name.)
                    schoolName(#Academic#LectureNotes) -> http://www.w3.org/2001/XMLSchema#String (The name of the school where a thesis was written.)
                    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 -> 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 #Reference -> http://www.w3.org/2001/XMLSchema#gYear ()
                    month #Reference -> http://www.w3.org/2001/XMLSchema#gMonth ()
                    day #Reference -> http://www.w3.org/2001/XMLSchema#gDay ()
                    city #Reference -> http://www.w3.org/2001/XMLSchema#string ()
                    state #Reference -> http://www.w3.org/2001/XMLSchema#string ()
                    country #Reference -> http://www.w3.org/2001/XMLSchema#string (Usually in ISO format)
                    startPage #Reference -> http://www.w3.org/2001/XMLSchema#nonNegativeInteger (The beginning of a range of pages.)
                    endPage #Reference -> 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>
                    <foaf:Person@a04570373>
                    <foaf:Person@a43836633>
                    <foaf:Person@a85228505>
                    <foaf:Person@a48552212>
                    <foaf:Person@a971541439>
                    <foaf:Person@a11090777>
                    <foaf:Person@a250331360>
                    <foaf:Person@a79573306>
                    <foaf:Person@a885257047>
                    <foaf:Person@a74993404>
                    <foaf:Person@a71003986>
                    <foaf:Person@a572406328>
                    <foaf:Person@a139477786>
                    <foaf:Person@a337716610>
                    <foaf:Person@a086379337>
                    <foaf:Person@a712561038>
                    <foaf:Person@a066600210>
                    <foaf:Person@a093016135>
                    <foaf:Person@a944339054>
                    <foaf:Person@a98078619>
                    <foaf:Person@a39510672>
                    <foaf:Person@a431956276>
                    <foaf:Person@a431956276b>
                    <foaf:Person@a431956276c>
                    <foaf:Person@a70955601>
                    <foaf:Person@a467748807>
                    <foaf:Person@a3105947>
                    <foaf:Person@a29105611>
                    <foaf:Person@a958684218>
                    <foaf:Person@a94533498>
                    <foaf:Person@a900366022>
                    <Proceedings@a060097576>
                    <InProceedings@a64263824>
                    <InProceedings@a439508789>
                    <Article@a492378321>
                    <Article@a475526642>
                    <InBook@a71568377>
                    <Proceedings@a72192307>
                    <Proceedings@a32071928>
                    <Misc@a140583454>
                    <InProceedings@a11065952>
                    <Article@a80299267>
                    <Monograph@a108048723>
                    <Article@a456080390>
                    <Article@a846015923>

                    Generated by OWL2HTML