BibTeX Definition in Web Ontology Language (OWL)
Working Draft - Last update: June 9, 2011
- This version (BibTeX 2.0):
- http://data.bibbase.org/ontology/
- Latest version:
- http://data.bibbase.org/ontology/
- Current Editors:
- Shirin Sohrabi, University of Toronto
- Oktie Hassanzadeh, University of Toronto
- Previous version:
- http://zeitkunst.org/bibtex/0.1/bibtex.owl
- Previous Editor:
- Nick Knouf, MIT
Copyright © 2004-2011. This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/1.0/ or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.
The copyright covers only this document, not the technologies described therein, including, but not limited to OWL, BibTeX, RDF, and RDF Schema. As well, while this document may bear a resemblence to W3C specifications, it is not a W3C document in any way. The document markup and style is modified from the W3C XML and XSL stylesheet, as they provide a convenient way to markup documents of this type.
Abstract
As the semantic web grows, there is the need for more and more formal ontology definitions in standard languages such as the Web Ontology Language (OWL) of the World Wide Web Consortium. With that said, there are numerous projects that predate OWL that can serve as useful foundations. One such project is BibTeX, a method of marking up bibliographic data, primarily for use in LaTeX documents, but also useful for generic bibliographic storage. This document describes BibTeX recast in OWL for use in RDF applications.Status of this Document
What's new?:
This is the second draft of the bibTeX definition in OWL, updated according to instance data published by BibBase. This version also includes links to two other widely used bibliographic ontologies.Note:
This document is subject to change at any time. As an early draft, the namespace may change, classes and properties added or dropped, and semantics modified before the final version. It is not recommended for production work or for work that you cannot change in the future.Given the disclaimer in the note, welcome to the specification for BibTeX in OWL. This document arose out of a need to markup bibliographic data while creating a new website based on RDF, OWL, and other semantic web technologies. As the document matures, the usefulness beyond BibTeX will become apparent and other useful classes and properties can (and probably will) be added.
Contact us if you would like to help out, or if you have any comments.Table of Contents
1 Introduction
and (Short) History
2 Namespace and Prefix
3 Classes and Properties
3.1 Classes
3.2 Datatype
Properties
4 Examples
5 Relationship to Other Ontologies
6 References
1 Introduction and (Short) History
Markup and organization of bibliographic entries is vital for smooth functioning in any work that requires careful documentation of sources. While there exist many commercial and non-commercial solutions, one of the simplest and most widespread is BibTeX[BibTeX]. This format is simple but complete, easy to use but powerful. The following is an example:
@article{Gettys90,
author = {Jim Gettys and Phil Karlton and Scott McGregor},
title = {The {X} Window System, Version 11},
journal = {Software Practice and Experience},
volume = {20},
number = {S2},
year = {1990},
abstract = {A technical overview of the X11 functionality. This is an update
of the X10 TOG paper by Scheifler \& Gettys.}
}
Article with an key of Gettys90
along with the usual metadata of author, title, journal, and so on. The
ID allows one to reference the BibTeX entry in a LaTeX document by
simply using the instruction \cite{Gettys90}.
All formatting and production of the bibliography is taken care of for
the user.
BibTeX easily fits into the OWL way of describing the world with classes and properties. In the past, others had marked up BibTeX in the predecessor of OWL, DAML+OIL[damloil], one of which was created by the USC Information Sciences Institute[uscBibTeX]. However, there has not been, as of yet, a markup of BibTeX in OWL.
This document serves as the definition of BibTeX in owl and outlines some common examples. In all likelihood, there will be extensions and modifications to the OWL definition in the future to accommodate desired changes. The goal is for this (and the subsequent modifications) to become the standard way of marking up bibliographic data in the semantic web.
2 Namespace and Prefix
The namespace for this ontology is http://data.bibbase.org/ontology/#. This namespace will always point to the most up-to-date version of the ontology. RDF documents that use the BibTeX ontology should use this rather than the actual URL to the file, which currently is http://data.bibbase.org/ontology/owl/. The namespace prefix is BibTeX. The full XML Namespace definition, therefore, is xmlns:BibTeX "http://data.bibbase.org/ontology/#".
3 Classes and Properties
Nearly all of the classes and properties come directly from the BibTeX format document[BibTeX]. There are a few additional properties and classes, some added to help organize BibTeX cardinality restrictions, others for ease-of-use. To reiterate, the classes and properties are subject to change!
3.1 Classes
| rdfs:label | Organization |
| rdfs:comment | (New in BibTeX 2.0) The organization that sponsors a conference or that publishes a manual. |
| rdfs:label | Keyword |
| rdfs:comment | (New in BibTeX 2.0) The keyword used for searching or possibly for annotation. |
| rdfs:label | School |
| rdfs:comment | (New in BibTeX 2.0) The school where the publication was written. |
| rdfs:label | Journal Title |
| rdfs:comment | (New in BibTeX 2.0) The name of the journal which publications belongs to. |
| rdfs:label | Series Title |
| rdfs:comment | (New in BibTeX 2.0) The name of a series or set of books. |
| rdfs:label | Collection Title |
| rdfs:comment | (New in BibTeX 2.0) The name of a collection. |
| rdfs:label | Proceedings Title |
| rdfs:comment | (New in BibTeX 2.0) The name of a proceedings. |
| rdfs:label | Authorship |
| rdfs:comment | (New in BibTeX 2.0) This is a way of recording the order of authors for a publication. |
| rdfs:subClassOf | Publication |
| rdfs:label | Article |
| rdfs:comment | An article from a journal or magazine. |
| rdfs:subClassOf | Publication |
| rdfs:label | Book |
| rdfs:comment | A book with an explicit publisher. |
| rdfs:subClassOf | Publication |
| rdfs:label | Booklet |
| rdfs:comment | A work that is printed and bound, but without a named publisher or sponsoring institution. |
| rdfs:subClassOf | Publication |
| rdfs:label | Conference |
| rdfs:comment | The same as INPROCEEDINGS, included for Scribe compatibility. |
| rdfs:subClassOf | Publication |
| rdfs:label | Inbook |
| rdfs:comment | A part of a book, which may be a chapter (or section or whatever) and/or a range of pages. |
| rdfs:subClassOf | Publication |
| rdfs:label | Incollection |
| rdfs:comment | A part of a book having its own title. |
| rdfs:subClassOf | Publication |
| rdfs:label | Inproceedings |
| rdfs:comment | An article in a conference proceedings |
| rdfs:subClassOf | Publication |
| rdfs:label | Collection |
| rdfs:comment | (New in BibTeX 2.0) The collection of articles. |
| rdfs:subClassOf | Publication |
| rdfs:label | Manual |
| rdfs:comment | Technical documentation. |
| rdfs:subClassOf | Publication |
| rdfs:label | Mastersthesis |
| rdfs:comment | A Master's thesis. |
| rdfs:subClassOf | Publication |
| rdfs:label | Misc |
| rdfs:comment | Use this type when nothing else fits. |
| rdfs:subClassOf | Publication |
| rdfs:label | Phdthesis |
| rdfs:comment | A PhD thesis. |
| rdfs:subClassOf | Publication |
| rdfs:label | Proceedings |
| rdfs:comment | The proceedings of a conference. |
| rdfs:subClassOf | Publication |
| rdfs:label | Techreport |
| rdfs:comment | A report published by a school or other institution, usually numbered within a series. |
| rdfs:subClassOf | Publication |
| rdfs:label | Unpublished |
| rdfs:comment | A document having an author and title, but not formally published. |
| rdfs:subClassOf | Publication |
| rdfs:label | Patent |
| rdfs:comment | (New in BibTeX 2.0) A Patent. |
| rdfs:subClassOf | Publication |
| rdfs:label | Webpublished |
| rdfs:comment | (New in BibTeX 2.0) A document published on the Web. |
3.2 Datatype Properties
| rdfs:domain | Author |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has firstName |
| rdfs:comment | (New in BibTeX 2.0) The first name of the author. |
| rdfs:domain | Author |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has lastName |
| rdfs:comment | (New in BibTeX 2.0) The last name of the author. |
| rdfs:domain | Author |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has middleName |
| rdfs:comment | (New in BibTeX 2.0) The middle name of the author. |
| rdfs:domain | Author |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has authorName |
| rdfs:comment | (New in BibTeX 2.0) The name of the author. |
| rdfs:domain | School |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has schoolName |
| rdfs:comment | (New in BibTeX 2.0) The name of a school. |
| rdfs:domain | Language |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has languageName |
| rdfs:comment | (New in BibTeX 2.0) The name of a language. |
| rdfs:domain | Organization |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has organizationName |
| rdfs:comment | (New in BibTeX 2.0) The name of an organization. |
| rdfs:domain | Keyword |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has keywordName |
| rdfs:comment | (New in BibTeX 2.0) The name of a keyword. |
| rdfs:domain | JournalTitle |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has journalName |
| rdfs:comment | (New in BibTeX 2.0) The name of a journal. |
| rdfs:domain | BookTitle |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has bookName |
| rdfs:comment | (New in BibTeX 2.0) The name of a book. |
| rdfs:domain | CollectionTitle |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has collectionName |
| rdfs:comment | (New in BibTeX 2.0) The name of a collection. |
| rdfs:domain | SeriesTitle |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has seriesName |
| rdfs:comment | (New in BibTeX 2.0) The name of a Series. |
| rdfs:domain | ProceedingsTitle |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has proceedingsName |
| rdfs:comment | (New in BibTeX 2.0) The name of a proceedings. |
| rdfs:domain | Authorship |
| rdfs:domain | Publication |
| rdfs:range | Author |
| rdfs:label | has author |
| rdfs:comment | (Updated in BibTeX 2.0) The author of a publication. This property has two domains. |
| rdfs:domain | Publication |
| rdfs:range | Authorship |
| rdfs:label | has authorship |
| rdfs:comment | (New in BibTeX 2.0) Has Authorship. |
| rdfs:domain | Authorship |
| rdfs:range | http://www.w3.org/2001/XMLSchema#int |
| rdfs:label | has Position |
| rdfs:comment | (New in BibTeX 2.0) The position of an author on a publication's author list. |
| rdfs:domain | Publication |
| rdfs:range | Author |
| rdfs:label | has firstAuthor |
| rdfs:comment | (New in BibTeX 2.0) The first author of a publication. |
| rdfs:domain | Publication |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has abstract |
| rdfs:comment | An abstract of the work. |
| rdfs:domain | Publication |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has address |
| rdfs:comment | 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. |
| rdfs:domain | Publication |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has affiliation |
| rdfs:comment | The authors affiliation. |
| rdfs:domain | Publication |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has annotation |
| rdfs:comment | An annotation. It is not used by the standard bibliography styles, but may be used by others that produce an annotated bibliography. |
| rdfs:domain | Publication |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has booktitle |
| rdfs:comment | Title of a book, part of which is being cited. For book entries, use the BookName field instead. |
| rdfs:domain | Publication |
| rdfs:range | http://www.w3.org/2001/XMLSchema#nonNegativeInteger |
| rdfs:label | has chapter |
| rdfs:comment | A chapter (or section or whatever) number. |
| rdfs:domain | Publication |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has contents |
| rdfs:comment | A Table of Contents. |
| rdfs:domain | Publication |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has copyright |
| rdfs:comment | Copyright information. |
| rdfs:domain | Publication |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has crossref |
| rdfs:comment | The database key of the publication being cross referenced. |
| rdfs:domain | Publication |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has edition |
| rdfs:comment | 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. |
| rdfs:domain | Publication |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has editor |
| rdfs:comment | Name(s) of editor(s), typed as indicated in the LaTeX book. If there is also an author field, then the editor field gives the editor of the book or collection in which the reference appears. |
| rdfs:domain | Publication |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has Institution |
| rdfs:comment | The sponsoring institution name. |
| rdfs:domain | Publication |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has ISBN |
| rdfs:comment | The International Standard Book Number. |
| rdfs:domain | Publication |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has ISSN |
| rdfs:comment | The International Standard Serial Number. Used to identify a journal. |
| rdfs:domain | Publication |
| rdfs:range | JournalTitle |
| rdfs:label | has Journal |
| rdfs:comment | (Updated in BibTeX 2.0) A journal. |
| rdfs:domain | Publication |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has key |
| rdfs:comment | The key for a particular BibTeX publication. Note that the rdf:ID for each Publication instance could be the BibTeX key as well, possibly making this property redundant. |
| rdfs:domain | Publication |
| rdfs:range | Keyword |
| rdfs:label | hasKeyword |
| rdfs:comment | (Updated in BibTeX 2.0) Keyword |
| rdfs:domain | Publication |
| rdfs:range | Language |
| rdfs:label | has language |
| rdfs:comment | (Updated in BibTeX 2.0) The language the document is in. |
| rdfs:domain | Publication |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has LCCN |
| rdfs:comment | The Library of Congress Call Number. |
| rdfs:domain | Publication |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has location |
| rdfs:comment | A location associated with the publication, such as the city in which a conference took place. |
| rdfs:domain | Publication |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has month |
| rdfs:comment | The month in which the work was published or, for an unpublished work, in which it was written. You should use the standard three-letter abbreviation, as described in Appendix B.1.3 of the LaTeX book. |
| rdfs:domain | Publication |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has mrnumber |
| rdfs:comment | The Mathematical Reviews number. |
| rdfs:domain | Publication |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has note |
| rdfs:comment | Any additional information that can help the reader. The first word should be capitalized. |
| rdfs:domain | Publication |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has number |
| rdfs:comment | 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. |
| rdfs:domain | Publication |
| rdfs:range | Organization |
| rdfs:label | has organization |
| rdfs:comment | (Updated in BibTeX 2.0) The organization that sponsors a conference or that publishes a manual. |
| rdfs:domain | Publication |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has pages |
| rdfs:comment | One or more page numbers or range of numbers, such as 42-111 or 7,41,73-97 or 43+ (the `+' in this last example indicates pages following that don't form a simple range). To make it easier to maintain Scribe-compatible databases, the standard styles convert a single dash (as in 7-33) to the double dash used in TeX to denote number ranges (as in 7-33). |
| rdfs:domain | Publication |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has price |
| rdfs:comment | The price of the document. |
| rdfs:domain | Publication |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has publisher |
| rdfs:comment | The publisher's name. |
| rdfs:domain | Publication |
| rdfs:range | School |
| rdfs:label | has school |
| rdfs:comment | (Updated in BibTeX 2.0) The name of the school where a thesis was written. |
| rdfs:domain | Publication |
| rdfs:range | SeriesTitle |
| rdfs:label | has series |
| rdfs:comment | (Updated in BibTeX 2.0) The name of a series. |
| rdfs:domain | Publication |
| rdfs:range | BookTitle |
| rdfs:label | has book |
| rdfs:comment | (New in BibTeX 2.0) The name of a book. |
| rdfs:domain | Publication |
| rdfs:range | ProceedingsTitle |
| rdfs:label | has proceedings |
| rdfs:comment | (New in BibTeX 2.0) The name of a proceedings. |
| rdfs:domain | Publication |
| rdfs:range | CollectionTitle |
| rdfs:label | has collection |
| rdfs:comment | (New in BibTeX 2.0) The name of a collection. |
| rdfs:domain | Publication |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has size |
| rdfs:comment | The physical dimensions of a work. |
| rdfs:domain | Publication |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has title |
| rdfs:comment | The work's title, typed as explained in the LaTeX book. |
| rdfs:domain | Publication |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has type |
| rdfs:comment | The type of a technical report--for example, "Research Note". |
| rdfs:domain | Publication |
| rdfs:domain | Provenance |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | has URL |
| rdfs:comment | 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. |
| rdfs:domain | Publication |
| rdfs:range | http://www.w3.org/2001/XMLSchema#nonNegativeInteger |
| rdfs:label | has volume |
| rdfs:comment | The volume of a journal or multivolume book. |
| rdfs:domain | Publication |
| rdfs:range | http://www.w3.org/2001/XMLSchema#nonNegativeInteger |
| rdfs:label | has year |
| rdfs:comment | The year of publication or, for an unpublished work, the year it was written. Generally it should consist of four numerals, such as 1984, although the standard styles can handle any year whose last four nonpunctuation characters are numerals, such as '(about 1984)'. |
| rdfs:domain | Publication |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | how published |
| rdfs:comment | How something strange has been published. The first word should be capitalized. |
| rdfs:domain | Publication |
| rdfs:range | http://www.w3.org/2001/XMLSchema#string |
| rdfs:label | human creator |
| rdfs:comment | A generic human creator category, necessary in order to contain both author and editor. |
| rdfs:domain | Publication |
| rdfs:range | Provenance |
| rdfs:label | Provenance information |
| rdfs:comment | (New in BibTeX 2.0) The provenance information of a puclication |
| rdfs:domain | Publication |
| rdfs:label | page and/or chapter data |
| rdfs:comment | A generic property to hold page and/or chapter data. |
4 Examples
The original BibTeX example, shown above, cast as RDF using this ontology:
<BibTeX:Article rdf:ID="Gettys90">Note that each of the links above have an RDF associated with them (e.g., there will be a RDF specification for each author following this ontology).
<BibTeX:hasKey>Gettys90</BibTeX:hasKey>
<BibTeX:hasTitle>The X Window System, Version 11</BibTeX:hasTitle>
<BibTeX:hasAuthor>http://data.bibbase.org/author/phil-karlton,
http://data.bibbase.org/author/jim-gettys,
http://data.bibbase.org/author/scott-mcgregor></BibTeX:hasAuthor>
<BibTeX:hasAuthorship>http://data.bibbase.org/data/authorship/27556,
http://data.bibbase.org/data/authorship/27554>,
http://data.bibbase.org/data/authorship/27555 </BibTeX:hasAuthorship>
<BibTeX:hasJournal>http://data.bibbase.org/journal/software-practice-and-experience</BibTeX:hasJournal>
<BibTeX:hasVolume>20</BibTeX:hasVolume>
<BibTeX:hasNumber>S2</BibTeX:hasNumber>
<BibTeX:hasYear>1990</BibTeX:hasYear>
<BibTeX:hasAbstract>A technical overview of the X11 functionality. This is an update
of the X10 TOG paper by Scheifler & Gettys.</BibTeX:hasAbstract>
</BibTeX:Article>
5 Relationship to Other Ontologies
The following table shows a mapping between the BibTeX 2.0 ontology and the two other widely used bibliographic ontologies BIBO and SWRC.
BibTeX 2.0 |
BIBO |
SWRC |
| http://data.bibbase.org/ontology/#Publication | http://purl.org/ontology/bibo/Document | http://swrc.ontoware.org/ontology#Publication |
| http://data.bibbase.org/ontology/#hasTitle | http://purl.org/dc/terms/title | http://swrc.ontoware.org/ontology#title |
| http://data.bibbase.org/ontology/#hasYear | Does not exist | http://swrc.ontoware.org/ontology#year |
| http://data.bibbase.org/ontology/#hasAuthor | Does not exist | no specific mention of author, the closest is: http://swrc.ontoware.org/ontology#Person but note that not all people publish. |
| http://data.bibbase.org/ontology/#hasMonth | Does not exist | http://swrc.ontoware.org/ontology#month |
| http://data.bibbase.org/ontology/#hasAddress | Does not exist | http://swrc.ontoware.org/ontology#address |
| http://data.bibbase.org/ontology/#hasKeyword | Does not exist | http://swrc.ontoware.org/ontology#keywords |
| http://data.bibbase.org/ontology/#hasPages | http://purl.org/ontology/bibo/pages | http://swrc.ontoware.org/ontology#pages |
| http://data.bibbase.org/ontology/#hasVolume | http://purl.org/ontology/bibo/volume | http://swrc.ontoware.org/ontology#volume |
| http://data.bibbase.org/ontology/#hasNote | Note is a class: http://purl.org/ontology/bibo/Note | http://swrc.ontoware.org/ontology#note |
| http://data.bibbase.org/ontology/#hasAbstract | document or a publication does not have an abstract, Resource has an abstract: http://purl.org/ontology/bibo/abstract | http://swrc.ontoware.org/ontology#abstract |
| http://data.bibbase.org/ontology/#hasAddress | Does not exist | http://swrc.ontoware.org/ontology#address |
| http://data.bibbase.org/ontology/#hasAffiliation | Does not exist | http://swrc.ontoware.org/ontology#affiliation |
| http://data.bibbase.org/ontology/#hasAnnotation | Does not exist | Does not exist |
| http://data.bibbase.org/ontology/#hasContents | http://purl.org/ontology/bibo/content | Does not exist |
| http://data.bibbase.org/ontology/#hasCopyright | http://purl.org/dc/terms/rights | http://purl.org/dc/elements/1.1/rights |
| http://data.bibbase.org/ontology/#hasCrossref | Does not exist | Does not exist |
| http://data.bibbase.org/ontology/#hasEdition | http://purl.org/ontology/bibo/edition | http://swrc.ontoware.org/ontology#edition |
| http://data.bibbase.org/ontology/#hasEditor | http://purl.org/ontology/bibo/editor | http://swrc.ontoware.org/ontology#editor |
| http://data.bibbase.org/ontology/#hasISBN | http://purl.org/ontology/bibo/isbn | http://swrc.ontoware.org/ontology#isbn |
| http://data.bibbase.org/ontology/#hasKey | Does not exist | Does not exist |
| http://data.bibbase.org/ontology/#hasICCN | http://purl.org/ontology/bibo/lccn | Does not exist |
| http://data.bibbase.org/ontology/#hasLocation | Does not exist | http://swrc.ontoware.org/ontology#location |
| http://data.bibbase.org/ontology/#hasMrnumber | Does not exist | Does not exist |
| http://data.bibbase.org/ontology/#hasPrice | Does not exist | http://swrc.ontoware.org/ontology#price |
| http://data.bibbase.org/ontology/#hasNumber | http://purl.org/ontology/bibo/number | http://swrc.ontoware.org/ontology#number |
| http://data.bibbase.org/ontology/#howPublished | Does not exist | http://swrc.ontoware.org/ontology#howpublished |
| http://data.bibbase.org/ontology/#humanCreator | Does not exist | http://purl.org/dc/elements/1.1/creator |
| http://data.bibbase.org/ontology/#hasChapter | chapter is a property of bookSection: http://purl.org/ontology/bibo/chapter | http://swrc.ontoware.org/ontology#chapter |
| http://data.bibbase.org/ontology/#hasInstitution | Does not exist | http://swrc.ontoware.org/ontology#institution |
| http://data.bibbase.org/ontology/#hasJournal | Does not exist | http://swrc.ontoware.org/ontology#journal |
| http://data.bibbase.org/ontology/#hasOrganization | Does not exist | http://swrc.ontoware.org/ontology#organization |
| http://data.bibbase.org/ontology/#hasPublisher | http://purl.org/dc/terms/publisher | http://purl.org/dc/elements/1.1/publisher |
| http://data.bibbase.org/ontology/#hasSchool | Does not exist | http://swrc.ontoware.org/ontology#school |
| http://data.bibbase.org/ontology/#hasSeries | Series is a class: http://purl.org/ontology/bibo/Series | http://swrc.ontoware.org/ontology#series |
| http://data.bibbase.org/ontology/#hasLanguage | http://purl.org/dc/terms/language | http://purl.org/dc/elements/1.1/language |
| http://data.bibbase.org/ontology/#hasURL | Does not exist | Does not exist |
| http://data.bibbase.org/ontology/#hasCollection | Does not exist | Does not exist |
| http://data.bibbase.org/ontology/#hasBook | Does not exist | Does not exist |
| http://data.bibbase.org/ontology/#hasProceedings | Does not exist | Does not exist |
| http://data.bibbase.org/ontology/#hasFirstAuthor | Does not exist | Does not exist |
| http://data.bibbase.org/ontology/#hasProvenance | Does not exist | Does not exist |
| http://data.bibbase.org/ontology/#hasSize | Does not exist | Does not exist |
| http://data.bibbase.org/ontology/#pageChapterData | Does not exist | Does not exist |
| http://data.bibbase.org/ontology/#hasAuthorship | Does not exist | Does not exist |
| http://data.bibbase.org/ontology/#Authorship | Does not exist | Does not exist |
| http://data.bibbase.org/ontology/#hasPosition | Does not exist | Does not exist |
| http://data.bibbase.org/ontology/#hasAuthor | Does not exist | Does not exist |
| http://data.bibbase.org/ontology/#Author | Does not exist | Does not exist |
| http://data.bibbase.org/ontology/#hasAuthorName | http://xmlns.com/foaf/0.1/name | http://swrc.ontoware.org/ontology#name |
| http://data.bibbase.org/ontology/#hasFirstName | Does not exist | http://swrc.ontoware.org/ontology#firstName |
| http://data.bibbase.org/ontology/#hasMiddleName | Does not exist | Does not exist |
| http://data.bibbase.org/ontology/#hasLastName | Does not exist | http://swrc.ontoware.org/ontology#lastName |
| http://data.bibbase.org/ontology/#BookTitle | Does not exist | Does not exist |
| http://data.bibbase.org/ontology/#hasBookName | Does not exist | Does not exist |
| http://data.bibbase.org/ontology/#CollectionTitle | Does not exist | Does not exist |
| http://data.bibbase.org/ontology/#hasCollectionName | Does not exist | Does not exist |
| http://data.bibbase.org/ontology/#JournalTitle | Does not exist | Does not exist |
| http://data.bibbase.org/ontology/#hasJournalName | Does not exist | Does not exist |
| http://data.bibbase.org/ontology/#ProceedingsTitle | Does not exist | Does not exist |
| http://data.bibbase.org/ontology/#hasProceedingsName | Does not exist | Does not exist |
| http://data.bibbase.org/ontology/#Keyword | Does not exist | Does not exist |
| http://data.bibbase.org/ontology/#hasKeywordName | Does not exist | http://swrc.ontoware.org/ontology#keywords |
| http://data.bibbase.org/ontology/#Language | Does not exist | Does not exist |
| http://data.bibbase.org/ontology/#hasLanguageName | Does not exist | http://purl.org/dc/elements/1.1/language |
| http://data.bibbase.org/ontology/#School | Does not exist | http://swrc.ontoware.org/ontology#University |
| http://data.bibbase.org/ontology/#hasSchoolName | Does not exist | Does not exist |
| http://data.bibbase.org/ontology/#SeriesTitle | Does not exist | Does not exist |
| http://data.bibbase.org/ontology/#hasSeriesName | Does not exist | Does not exist |
| http://data.bibbase.org/ontology/#Organization | http://xmlns.com/foaf/0.1/Organization | http://swrc.ontoware.org/ontology#Organization |
| http://data.bibbase.org/ontology/#hasOrgnaizationName | Does not exist | http://swrc.ontoware.org/ontology#name |
| http://data.bibbase.org/ontology/#Provenance | Does not exist | Does not exist |
| http://data.bibbase.org/ontology/#hasURL | Does not exist | Does not exist |
| http://data.bibbase.org/ontology/#hasBooktitle | Does not exist | Does not exist |
| http://data.bibbase.org/ontology/#Article | http://purl.org/ontology/bibo/Article | http://swrc.ontoware.org/ontology#Article |
| http://data.bibbase.org/ontology/#Book | http://purl.org/ontology/bibo/Book | http://swrc.ontoware.org/ontology#Book |
| http://data.bibbase.org/ontology/#Booklet | Does not exist | http://swrc.ontoware.org/ontology#Booklet |
| http://data.bibbase.org/ontology/#Conference | http://purl.org/ontology/bibo/Conference | http://swrc.ontoware.org/ontology#Conference |
| http://data.bibbase.org/ontology/#Inbook | http://purl.org/ontology/bibo/BookSection | http://swrc.ontoware.org/ontology#InBook |
| http://data.bibbase.org/ontology/#Incollection | Does not exist | http://swrc.ontoware.org/ontology#InCollection |
| http://data.bibbase.org/ontology/#Inproceedings | Does not exist | http://swrc.ontoware.org/ontology#InProceedings |
| http://data.bibbase.org/ontology/#Manual | http://purl.org/ontology/bibo/Manual | http://swrc.ontoware.org/ontology#Manual |
| http://data.bibbase.org/ontology/#Masterthesis | Does not exist | http://swrc.ontoware.org/ontology#MasterThesis |
| http://data.bibbase.org/ontology/#Misc | Does not exist | http://swrc.ontoware.org/ontology#Misc |
| http://data.bibbase.org/ontology/#Propceedings | http://purl.org/ontology/bibo/Proceedings | http://swrc.ontoware.org/ontology#Proceedings |
| http://data.bibbase.org/ontology/#Techreport | Does not exist | http://swrc.ontoware.org/ontology#TechnicalReport |
| http://data.bibbase.org/ontology/#Unpublished | Does not exist | http://swrc.ontoware.org/ontology#Unpublished |
| http://data.bibbase.org/ontology/#Collection | http://purl.org/ontology/bibo/Collection | http://swrc.ontoware.org/ontology#Collection |
| http://data.bibbase.org/ontology/#Patent | http://purl.org/ontology/bibo/Patent | Does not exist |
| http://data.bibbase.org/ontology/#Webpublished | Does not exist | Does not exist |
| http://data.bibbase.org/ontology/#PhDthesis | Does not exist | http://swrc.ontoware.org/ontology#PhDThesis |
