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>
-
- rdfs:label = 'John-Jules Meyer'
- id = 'John-Jules Meyer'
- firstName = 'John-Jules'
- lastName = 'Meyer'
- <foaf:Person@243836633>
-
- rdfs:label = 'Jeen Broekstra'
- id = 'Jeen Broekstra'
- firstName = 'Jeen'
- lastName = 'Broekstra'
- <foaf:Person@285228505>
-
- rdfs:label = 'Alexander Mädche'
- id = 'Alexander Mädche'
- firstName = 'Alexander'
- lastName = 'Mädche'
- <foaf:Person@748552212>
-
- rdfs:label = 'Björn Schnizler'
- id = 'Björn Schnizler'
- firstName = 'Björn'
- lastName = 'Schnizler'
- <foaf:Person@1971541439>
-
- rdfs:label = 'Alberto Trombetta'
- id = 'Alberto Trombetta'
- firstName = 'Alberto'
- lastName = 'Trombetta'
- <foaf:Person@311090777>
-
- rdfs:label = 'Christine Parent'
- id = 'Christine Parent'
- firstName = 'Christine'
- lastName = 'Parent'
- <foaf:Person@1250331360>
-
- rdfs:label = 'R. Schmidt'
- id = 'R. Schmidt'
- firstName = 'R.'
- lastName = 'Schmidt'
- <foaf:Person@579573306>
-
- rdfs:label = 'York Sure'
- id = 'York Sure'
- firstName = 'York'
- lastName = 'Sure'
- <foaf:Person@1885257047>
-
- rdfs:label = 'M. Punceva'
- id = 'M. Punceva'
- firstName = 'M.'
- lastName = 'Punceva'
- <foaf:Person@474993404>
-
- rdfs:label = 'I. V. Levenshtein'
- id = 'I. V. Levenshtein'
- firstName = 'I. V.'
- lastName = 'Levenshtein'
- <foaf:Person@371003986>
-
- rdfs:label = 'Steffen Staab'
- id = 'Steffen Staab'
- firstName = 'Steffen'
- lastName = 'Staab'
- <foaf:Person@1572406328>
-
- rdfs:label = 'Frank Boer'
- id = 'Frank Boer'
- firstName = 'Frank'
- lastName = 'Boer'
- <foaf:Person@2139477786>
-
- rdfs:label = 'Maarten Menken'
- id = 'Maarten Menken'
- firstName = 'Maarten'
- lastName = 'Menken'
- <foaf:Person@1337716610>
-
- rdfs:label = 'Manfred Hauswirth'
- id = 'Manfred Hauswirth'
- firstName = 'Manfred'
- lastName = 'Hauswirth'
- <foaf:Person@1086379337>
-
- rdfs:label = 'Wiebe Hoek'
- id = 'Wiebe Hoek'
- firstName = 'Wiebe'
- lastName = 'Hoek'
- <foaf:Person@1712561038>
-
- rdfs:label = 'Marc Ehrig'
- id = 'Marc Ehrig'
- firstName = 'Marc'
- lastName = 'Ehrig'
- <foaf:Person@1066600210>
-
- rdfs:label = 'Danilo Montesi'
- id = 'Danilo Montesi'
- firstName = 'Danilo'
- lastName = 'Montesi'
- <foaf:Person@2093016135>
-
- rdfs:label = 'Rogier Eijk'
- id = 'Rogier Eijk'
- firstName = 'Rogier'
- lastName = 'Eijk'
- <foaf:Person@1944339054>
-
- rdfs:label = 'Frank van Harmelen'
- id = 'Frank van Harmelen'
- firstName = 'Frank'
- lastName = 'van Harmelen'
- <foaf:Person@898078619>
-
- rdfs:label = 'Philippe Cudré-Mauroux'
- id = 'Philippe Cudré-Mauroux'
- firstName = 'Philippe'
- lastName = 'Cudré-Mauroux'
- <foaf:Person@839510672>
-
- rdfs:label = 'Z. Despotovic'
- id = 'Z. Despotovic'
- firstName = 'Z.'
- lastName = 'Despotovic'
- <foaf:Person@1431956276>
-
- rdfs:label = 'Stefano Spaccapietra'
- id = 'Stefano Spaccapietra'
- firstName = 'Stefano'
- lastName = 'Spaccapietra'
- <foaf:Person@1431956276b>
-
- rdfs:label = 'Mike Papazoglou'
- id = 'Mike Papazoglou'
- firstName = 'Mike'
- lastName = 'Papazoglou'
- <foaf:Person@1431956276c>
-
- rdfs:label = 'Zahir Tari'
- id = 'Zahir Tari'
- firstName = 'Zahir'
- lastName = 'Tari'
- <foaf:Person@470955601>
-
- rdfs:label = 'A. Datta'
- id = 'A. Datta'
- firstName = 'A.'
- lastName = 'Datta'
- <foaf:Person@1467748807>
-
- rdfs:label = 'Ateret Anaby-Tavor'
- id = 'Ateret Anaby-Tavor'
- firstName = 'Ateret'
- lastName = 'Anaby-Tavor'
- <foaf:Person@53105947>
-
- rdfs:label = 'Ronny Siebes'
- id = 'Ronny Siebes'
- firstName = 'Ronny'
- lastName = 'Siebes'
- <foaf:Person@429105611>
-
- rdfs:label = 'Karl Aberer'
- id = 'Karl Aberer'
- firstName = 'Karl'
- lastName = 'Aberer'
- <foaf:Person@1958684218>
-
- rdfs:label = 'Peter Mika'
- id = 'Peter Mika'
- firstName = 'Peter'
- lastName = 'Mika'
- <foaf:Person@594533498>
-
- rdfs:label = 'Peter Haase'
- id = 'Peter Haase'
- firstName = 'Peter'
- lastName = 'Haase'
- <foaf:Person@1900366022>
-
- rdfs:label = 'Avigdor Gal'
- id = 'Avigdor Gal'
- firstName = 'Avigdor'
- lastName = 'Gal'
- <Periodical@1246119474>
-
- rdfs:label = 'Periodical of Web Semantics'
- id = 'Periodical of Web Semantics'
- acronym = 'JWS'
- <PublishingHouse@2131020767>
-
- rdfs:label = 'Springer-Verlag'
- id = 'Springer-Verlag'
- coordinates =
- <Directions@>
-
- town = 'Heidelberg'
- country = 'DE'
- <Periodical@670981683>
-
- rdfs:label = 'Cybernetics and Control Theory'
- id = 'Cybernetics and Control Theory'
- <PublishingHouse@785849488>
-
- rdfs:label = 'The MIT Press'
- id = 'The MIT Press'
- coordinates =
- <Directions@>
-
- town = 'Cambridge'
- state = 'MA'
- country = 'US'
- <Periodical@1362042121>
-
- rdfs:label = 'International inPeriodical of intelligent system'
- id = 'International inPeriodical of intelligent system'
- acronym = 'IJIS'
- <Periodical@1674639524>
-
- rdfs:label = 'ACM SIGMOD Record'
- id = 'ACM SIGMOD Record'
- <Periodical@1906774044>
-
- rdfs:label = 'VLDB Periodical'
- id = 'VLDB Periodical'
- <Congress@spg04>
-
- rdfs:label = 'SemPGrid 04 Workshop'
- id = 'SemPGrid 04 Workshop'
- place =
- <Directions@>
-
- town = 'New-York'
- state = 'NY'
- country = 'US'
- publishingDate =
- <Date@>
-
- month = '05'
- year = '2004'
- <Congress@472192307c>
-
- rdfs:label = '13th Int. Congress on Knowledge Engineering and Management (EKAW-2002)'
- id = 'Int. Congress on Knowledge Engineering and Management'
- acronym = 'EKAW'
- issue = '13'
- publishingDate =
- <Date@>
-
- month = '10'
- year = '2002'
- <Congress@332071928c>
-
- rdfs:label = 'First European Semantic Web Symposium'
- id = 'European Semantic Web Symposium'
- acronym = 'ESWS'
- issue = '1'
- place =
- <Directions@>
-
- town = ' rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Heraklion'
- country = 'GR'
- publishingDate =
- <Date@>
-
- month = '05'
- year = '2004'
- <CongressMinutes@1060097576>
-
- rdfs:label = 'CongressMinutes of the SemPGrid 04 Workshop'
- heading = 'CongressMinutes of the SemPGrid 04 Workshop'
- publishingDate =
- <Date@>
-
- meeting = <_@#spg04>
- <Communication@864263824>
-
- <Communication@1439508789>
-
- rdfs:label = 'Measuring Similarity between Ontologies'
- writtenBy = <_@#285228505>,<_@#371003986>,
- inMinutes = <_@#472192307>
- heading = 'Measuring Similarity between Ontologies'
- <JournalPaper@1492378321>
-
- <JournalPaper@1475526642>
-
- rdfs:label = 'Binary Codes capable of correcting deletions, insertions, and reversals'
- writtenBy = <_@#474993404>,
- inPeriodical = <_@#670981683>
- heading = 'Binary Codes capable of correcting deletions, insertions, and reversals'
- publishingDate =
- <Date@>
-
- <Extract@971568377>
-
- <CongressMinutes@472192307>
-
- rdfs:label = 'Proc. Of the 13th Int. Congress on Knowledge Engineering and Management (EKAW-2002)'
- publishedBy = <_@#2131020767>
- heading = 'Proc. Of the 13th Int. Congress on Knowledge Engineering and Management (EKAW-2002)'
- meeting = <_@#472192307c>
- publishingDate =
- <Date@>
-
- <CongressMinutes@332071928>
-
- rdfs:label = 'CongressMinutes of the First European Semantic Web Symposium'
- publishedBy = <_@#2131020767>
- meeting = <_@#332071928c>
- heading = 'CongressMinutes of the First European Semantic Web Symposium'
- publishingDate =
- <Date@>
-
- <Various@1140583454>
-
- rdfs:label = '{QOM} - Quick Ontology Mapping'
- writtenBy = <_@#1712561038>,<_@#371003986>,
- heading = '{QOM} - Quick Ontology Mapping'
- comment = 'submitted to the ISWC 04'
- publishingDate =
- <Date@>
-
- <Communication@111065952>
-
- rdfs:label = 'Ontology Mapping - An Integrated Approach'
- writtenBy = <_@#1712561038>,<_@#579573306>,
- inMinutes = <_@#332071928>
- heading = 'Ontology Mapping - An Integrated Approach'
- link = 'http://www.aifb.uni-karlsruhe.de/WBS/meh/publications/ehrig04ontology_ESWS04.pdf'
- <JournalPaper@280299267>
-
- rdfs:label = 'Start making sense: The Chatty Web approach for global semantic agreements'
- writtenBy = <_@#429105611>,<_@#898078619>,<_@#1337716610>,
- inPeriodical = <_@#1246119474>
- heading = 'Start making sense: The Chatty Web approach for global semantic agreements'
- publishingDate =
- <Date@>
-
- month = '12'
- year = '2003'
- <Monograph@2108048723>
-
- rdfs:label = 'Object-Oriented Data Modeling'
- publishedBy = <_@#785849488>
- heading = 'Object-Oriented Data Modeling'
- publishingDate =
- <Date@>
-
- <JournalPaper@1456080390>
-
- rdfs:label = 'On dynamically generated ontology translators in agent communication'
- writtenBy = <_@#2093016135>,<_@#1572406328>,<_@#1086379337>,<_@#104570373>,
- inPeriodical = <_@#1362042121>
- heading = 'On dynamically generated ontology translators in agent communication'
- pageRange =
- <PageInterval@>
-
- beginning = '587'
- end = '607'
- publishingDate =
- <Date@>
-
- month = '12'
- year = '2001'
- <JournalPaper@1846015923>
-
- rdfs:label = 'A Framework for Modeling and Evaluating Automatic Semantic Reconciliation'
- writtenBy = <_@#1900366022>,<_@#1467748807>,<_@#1971541439>,<_@#1066600210>,
- inPeriodical = <_@#1906774044>
- heading = 'A Framework for Modeling and Evaluating Automatic Semantic Reconciliation'
- comment = 'to appear'
- publishingDate =
- <Date@>
-
Generated by OWL2HTML