Revision as of 01:16, 1 November 2007 by Admin (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

AlemanMezaBoanerges

    1. language:en

Contents

Boanerges Aleman-Meza

Email: MailTo(baleman AT SPAMFREE baleman DOT edu)

Affiliation: LSDIS Lab, University of Georgia

I'm contact person for following webpages (related to ExpertFinder)

[1]

SwetoDblp

The 'areas of expertise' listed in (some of) the annotations of people in the ISWC2006 pages (example - on Verma's or Kashyap's names) was extracted by junior graduate students I've been working with.

My webpage with other details about my research: Aleman


Describing Bibliographic Data

Bibliographic data can be used to determine expertise for use cases such as finding reviewers of papers. Existing vocabularies have defined concepts and relations for bibliographic data. The MarcOnt initiative combines the MARC21 bibliographic description format with Semantic Web technologies to describe publications. SwetoDblp is a large-size ontology (spin-off of SWETO ontology) focused on bibliography data of Computer Science publications where the main data source is DBLP. Exporting RDF from DBLP by using DBLP2RDF has been used for evaluation of YARS RDF data store. BibTex is a de facto standard for describing bibliographic data. Several tools are available to convert BibTeX to RDF (e.g., http://www.l3s.de/~siberski/bibtex2rdf/, http://www.cs.vu.nl/~mcaklein/bib2rdf/).

The first step to facilitate discovering experts based on bibliographic data is to be able to utilize/integrate data from various sources. Hence, mappings are necessary for determining which data elements are of the same type as those in other datasets. OWL provides two properties for this end: owl:equivalentClass and owl:equivalentProperty. In this section, we expand upon SwetoDblp's usage of such OWL mechanisms to define equivalence relationships to other vocabularies: MarcOnt Initiative, KnowledgeWeb Portal, SWRC Ontology, AKT Portal Ontology, SWPortal Ontology, and a bibTeX Ontology. We will use the following aliases to refer to their respective namespaces:

* opus http://lsdis.cs.uga.edu/projects/semdis/opus# SwetoDblp
* kwp http://knowledgeweb.semanticweb.org/semanticportal/OWL/Documentation_Ontology.owl# KnowledgeWeb Portal
* marcont http://www.marcont.org/ontology/marcont.owl# MarcOnt Initiative
* swrc http://swrc.ontoware.org/ontology# SWRC Ontology
* akt AKT Portal Ontology
* swpo http://sw-portal.deri.org/ontologies/swportal# SWPortal Ontology
* bibtex http://purl.org/net/nknouf/ns/bibtex# A BibTeX Ontology

Equivalent Classes

Publication
opus:Publication, swrc:Publication, akt:Publication, swpo:Publication
 Article 
 opus:Article, kwp:Article_in_Journal, swpo:Article, bibtex:Article
 Article in Proceedings
 opus:Article_in_Proceedings, swpo:Inproceedings, bibtex:Inproceedings
 Book
 opus:Book, kwp:Book, swrc:Book, akt:Book, swpo:Book, bibtex:Book
  Edited Book
  opus:Edited_Book, akt:Edited-Book
 Book Chapter
 opus:Book_Chapter, kwp:Article_in_Book, bibtex:Inbook
 Proceedings
 opus:Proceedings, swrc:Proceedings, bibtex:Proceedings
 Serial Publication
  Journal
  opus:Journal, akt:Journal, swpo:Journal
 Thesis
 opus:Thesis, kwp:Thesis, swrc:Thesis, swpo:Thesis
  Masters Thesis
  opus:Masters_Thesis, kwp:Master_Thesis, swrc:MasterThesis, swpo:MasterThesis, bibtex:Mastersthesis
  Doctoral Dissertation
  opus:Doctoral_Dissertation, kwp:PhD_Thesis, swrc:PhDThesis, swpo:PhDThesis, bibtex:Phdthesis

Equivalent Properties

cites publication
opus:cites, swrc:cite
publication included in proceedings
opus:isIncludedIn, swpo:containedInProceedings
editor
opus:editor, swrc:editor
author
opus:author, swrc:author
book title (datatype property)
opus:book_title, swrc:booktitle, bibtex:hasBooktitle
chapter (datatype property)
opus:chapter, kwp:Chapter, swrc:chapter
isbn (datatype property)
opus:isbn, kwp:ISBN, swrc:isbn, bibtex:hasISBN
journal name (datatype property)
opus:journal_name, bibtex:hasJournal
month (datatype property)
opus:month, swrc:month, bibtex:hasMonth
number (datatype property)
opus:number, bibtex:number
pages (datatype property)
opus:pages, kwp:Pages, swrc:pages, akt:has-page-numbers, bibtex:hasPages
volume (datatype property)
opus:volume, kwp:Volume, swrc:volume
year (datatype property)
opus:year, swrc:year


Affiliation Data

Equivalent Classes

University
opus:University, kwp:University, swrc:University, akt:University, swpo:University

Equivalent Properties

affiliation
opus:affiliation, swrc:affiliation, akt:has-affiliation

CategoryHomepage