Bibliographic references

Possible ontology to describe bibTeX entries.
Author:
Contributor:
Date:
Version: $Id: fr.inrialpes.exmo.rdf.bibix.owl,v 1.9 2004/06/19 15:43:25 euzenat Exp $

Classes

Entry (Entry, Base class for all entries)
Book (Book, A inVolume that may be a monograph or a inCompilation of written texts.)
Monograph (Monograph, A inVolume that is a single entity, as opposed to a inCompilation.)
    Compilation (Compilation, A inVolume that is inCompilation of texts or articles.)
      CongressMinutes (CongressMinutes, The inMinutes of a conference.)
      NonFormal (NonFormal, A document that that was informally published or not published.)
      Brochure (Brochure, A work that is printed and bound, but without a idd publishedBy or sponsoring issuedBy.)
        CourseMaterial (CourseMaterial, Lecture comments.)
          ReferenceGuide (ReferenceGuide, Technical documentation.)
          Manuscript (Manuscript, A document having an writtenBy and heading, but not formally published.)
          Section (Section, A part of something (either Book or CongressMinutes).)
          JournalPaper (JournalPaper, An article from a inPeriodical or magazine.)
          Chapter (BookSection, A section (or section or whatever) of a inVolume having its own heading.)
          Extract (Extract, A subpart of a inVolume given by a range of pageRange.)
          InCompilation (IninCompilation, A part of a inVolume having its own heading.)
          Communication (Communication, An article in a conference inMinutes.)
          StudentReport (StudentReport, A Master's or PhD thesis.)
          MScThesis (MScThesis, A Master's thesis.)
            DoctoralThesis (DoctoralThesis, A PhD thesis.)
              Various (Various, Use this type when nothing else fits.)
                Report (Report, A report published by an issuedBy with some explicit policy.)
                TechnicalReport (TechnicalReport, A report published by a issuer or other issuedBy, usually numbered within a inSeries.)
                  Deliverable (Deliverable report, A report delivered for accomplishing a contract.)
                  Movie (Movie, A film/movie/motion picture.)
                    Periodical (Periodical or magazine, A periodical publication collecting works from different writtenBys.)
                    Congress (The place of an meeting, An meeting presenting work.)
                    Directions (Directions, The street coordinates of the place of some sponsoredBy or meeting.)
                    Organization (Organization, An issuedBy.)
                    super: http://xmlns.com/foaf/0.1/#Organization
                    PublishingHouse (PublishingHouse, The publishedBy of inVolumes or inPeriodicals.)
                      University (University, A issuer or university.)
                        People (Person list, A list of persons.)
                        super: http://www.w3.org/1999/02/22-rdf-syntax-ns#List
                        PageInterval (PageInterval, A range of pageRange.)
                        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 publishingDate is not separable.)

                        Properties

                        coordinates: http://www.w3.org/2002/07/owl#Thing -> #Directions (The coordinates of an issuedBy or the place of a conference.)
                        meeting: #CongressMinutes -> #Congress (The meeting concerned with the inMinutes.)
                        organizedBy: #Congress -> http://xmlns.com/foaf/0.1/#Organization (The sponsoredBy taking in charge a conference.)
                        contract: #Entry -> http://www.w3.org/2002/07/owl#Thing (The contract in relation of which a particular reference has been made.)
                        createdBy: #Entry -> #People (The list of the human creators of a work.)
                        writtenBy: _ -> _ (The list of the writtenBy(s) of a work.)
                        coordinatedBy: _ -> _ (The list of persons who edited or coordinated a work.)
                        directedBy: #Movie -> _ (The list of directedBy of a motion picture or theater play.)
                        issuedBy: #TechnicalReport -> #Organization (The sponsoring issuedBy of a technical report.)
                        isSectionOf: #Section -> _ (The document that contains a text or article.)
                        inPeriodical: #JournalPaper -> #Periodical (The inPeriodical in which an article is published.)
                        inVolume: #Extract -> #Monograph (A reference to the inVolume that contains the entry.)
                        inCompilation: #InCompilation -> #Compilation (A reference to the inVolume that contains the entry.)
                        inMinutes: #Communication -> #CongressMinutes (A reference to the inMinutes in which the entry appears.)
                        publishingDate: #Entry -> #Date (The publishingDate when the work was published or, for an unpublished work, in which it was written. This publishingDate can be incomplete (i.e., no known day or month) but must contain a year.)
                        sponsoredBy: (#CongressMinutes#ReferenceGuide) -> http://xmlns.com/foaf/0.1/#Organization (The sponsoredBy that sponsors a conference or that publishes a manual.)
                        publishedBy: (#Entry#Periodical) -> #PublishingHouse (The publishedBy of a work.)
                        issuer: (#StudentReport#CourseMaterial) -> #University (The id of the issuer where a thesis was written.)
                        place: #Entry -> #Directions (A place associated with the entry, such as the town in which a conference took place (this is now obsolete).)
                        pageRange: #Section -> #PageInterval (A range of page, with an upper and lower limit.)
                        ref #Entry -> http://www.w3.org/2001/XMLSchema#string (The ref for a particular entry. Note that the rdf:ID for each Entry instance could be the ref as well, possibly making this property redundant.)
                        selection #Entry -> http://www.w3.org/2001/XMLSchema#string (The selection process overcome by the publication (full, none, poster, invited are possible values).)
                        annotation #Entry -> 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.)
                        frequency #Periodical -> http://www.w3.org/2001/XMLSchema#string (The frequency of a serial publication (yearly, biannual, quarterly, monthly, bimonthly, weekly, biweekly, dayly).)
                        startDate #BookSection -> http://www.w3.org/2001/XMLSchema#string (When the reference was first published.)
                        issue(#Book#ReferenceGuide) -> http://www.w3.org/2001/XMLSchema#string (The issue of a inVolume (for example, "Second"). This should be an ordinal.)
                        PublicationDetails(#Various#Brochure) -> http://www.w3.org/2001/XMLSchema#string (How something strange has been published.)
                        comment #Entry -> http://www.w3.org/2001/XMLSchema#string (Any additional information that can help the reader.)
                        inSeries #Entry -> http://www.w3.org/2001/XMLSchema#string (The id of a inSeries or set of inVolumes. When citing an entire inVolume, the the heading field gives its heading and an optional inSeries field gives the id of a inSeries or multi-volume set in which the inVolume is published.)
                        heading #Entry -> http://www.w3.org/2001/XMLSchema#string (The heading of the work.)
                        type(#BookSection#Techreport#StudentReport) -> http://www.w3.org/2001/XMLSchema#string (The type of a technical report (for example, "Research Note").)
                        company #Entry -> http://www.w3.org/2001/XMLSchema#string (The writtenBys company.)
                        summary #Entry -> http://www.w3.org/2001/XMLSchema#string (The summary of the work.)
                        table #Entry -> http://www.w3.org/2001/XMLSchema#string (The Table of Contents.)
                        rights #Entry -> http://www.w3.org/2001/XMLSchema#string (The Copyright information.)
                        ISBN #Entry -> http://www.w3.org/2001/XMLSchema#string (The International Standard Book Number.)
                        ISSN #Entry -> http://www.w3.org/2001/XMLSchema#string (The International Standard Serial Number. Used to identify a inPeriodical.)
                        KeyWordsAndPhrases #Entry -> http://www.w3.org/2001/XMLSchema#string (Key words used for searching or possibly for annotation (as given by the writtenBy or publishedBy).)
                        idiom #Entry -> http://www.w3.org/2001/XMLSchema#idiom (The idiom in which the referenced publication is written or performed (use ISO two-letter codes).)
                        LCCN #Entry -> http://www.w3.org/2001/XMLSchema#string (The Library of Congress Call Number (this the Congress of the United State of America).)
                        MRN #Entry -> http://www.w3.org/2001/XMLSchema#string (The Mathematical Reviews number.)
                        amount #Entry -> http://www.w3.org/2001/XMLSchema#string (The amount of the document.)
                        dimensions #Entry -> http://www.w3.org/2001/XMLSchema#string (The physical dimensions of a document.)
                        link #Entry -> http://www.w3.org/2001/XMLSchema#string (The Universal Resource Locator that points to the item being referenced.)
                        id_ -> http://www.w3.org/2001/XMLSchema#string ()
                        acronym_ -> http://www.w3.org/2001/XMLSchema#string ()
                        section #Section -> http://www.w3.org/2001/XMLSchema#string (The section (or section or whatever) number in which the entry is found.)
                        numbering #Entry -> _ (The number of a inPeriodical, magazine, technical report, or of a work in a inSeries. An issue of a inPeriodical or magazine is usually identified by its volume and number; the sponsoredBy that issues a technical report usually gives it a number; and sometimes inVolumes are given numbers in a idd inSeries.)
                        number #Entry -> http://www.w3.org/2001/XMLSchema#string (The number of a inPeriodical, magazine, technical report, or of a work in a inSeries. An issue of a inPeriodical or magazine is usually identified by its volume and number; the sponsoredBy that issues a technical report usually gives it a number; and sometimes inVolumes are given numbers in a idd inSeries.)
                        issue(#Entry#Congress) -> http://www.w3.org/2001/XMLSchema#string (The issue of a conference.)
                        volume #Entry -> http://www.w3.org/2001/XMLSchema#nonNegativeInteger (The volume of a inPeriodical or multivolume inVolume.)
                        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 ()
                        town #Directions -> http://www.w3.org/2001/XMLSchema#string ()
                        state #Directions -> http://www.w3.org/2001/XMLSchema#string ()
                        country #Directions -> http://www.w3.org/2001/XMLSchema#string (Usually in ISO format)
                        beginning #PageInterval -> http://www.w3.org/2001/XMLSchema#nonNegativeInteger (The beginning of a range of pageRange.)
                        end #PageInterval -> http://www.w3.org/2001/XMLSchema#nonNegativeInteger (The end of a range of pageRange.)

                        Individuals

                        <foaf:Person@104570373>
                        <foaf:Person@243836633>
                        <foaf:Person@285228505>
                        <foaf:Person@748552212>
                        <foaf:Person@1971541439>
                        <foaf:Person@311090777>
                        <foaf:Person@1250331360>
                        <foaf:Person@579573306>
                        <foaf:Person@1885257047>
                        <foaf:Person@474993404>
                        <foaf:Person@371003986>
                        <foaf:Person@1572406328>
                        <foaf:Person@2139477786>
                        <foaf:Person@1337716610>
                        <foaf:Person@1086379337>
                        <foaf:Person@1712561038>
                        <foaf:Person@1066600210>
                        <foaf:Person@2093016135>
                        <foaf:Person@1944339054>
                        <foaf:Person@898078619>
                        <foaf:Person@839510672>
                        <foaf:Person@1431956276>
                        <foaf:Person@1431956276b>
                        <foaf:Person@1431956276c>
                        <foaf:Person@470955601>
                        <foaf:Person@1467748807>
                        <foaf:Person@53105947>
                        <foaf:Person@429105611>
                        <foaf:Person@1958684218>
                        <foaf:Person@594533498>
                        <foaf:Person@1900366022>
                        <Periodical@1246119474>
                        <PublishingHouse@2131020767>
                        <Periodical@670981683>
                        <PublishingHouse@785849488>
                        <Periodical@1362042121>
                        <Periodical@1674639524>
                        <Periodical@1906774044>
                        <Congress@spg04>
                        <Congress@472192307c>
                        <Congress@332071928c>
                        <CongressMinutes@1060097576>
                        <Communication@864263824>
                        <Communication@1439508789>
                        <JournalPaper@1492378321>
                        <JournalPaper@1475526642>
                        <Extract@971568377>
                        <CongressMinutes@472192307>
                        <CongressMinutes@332071928>
                        <Various@1140583454>
                        <Communication@111065952>
                        <JournalPaper@280299267>
                        <Monograph@2108048723>
                        <JournalPaper@1456080390>
                        <JournalPaper@1846015923>

                        Generated by OWL2HTML