Difference between revisions of "Library Ontology"

From Code4Lib
Jump to: navigation, search
(Relevant formats and models)
(Relevant formats and models: +MESUR)
Line 67: Line 67:
 
** [http://schemas.talis.com/2005/dir/schema Talis Directory Schema]
 
** [http://schemas.talis.com/2005/dir/schema Talis Directory Schema]
 
** [http://bibliontology.com/ Bibliographic Ontology (Bibo)]: OWL Ontology
 
** [http://bibliontology.com/ Bibliographic Ontology (Bibo)]: OWL Ontology
** [http://www.cidoc-crm.org/ CIDOC-CRM]
+
** [http://www.cidoc-crm.org/ CIDOC-CRM]: Data Model with OWL representation
 
** [http://purl.org/goodrelations/ GoodRelations]: includes for instance OpeningHoursSpecification and [http://developer.yahoo.com/searchmonkey/smguide/gr.html recognizable to Yahoo!'s SearchMonkey]
 
** [http://purl.org/goodrelations/ GoodRelations]: includes for instance OpeningHoursSpecification and [http://developer.yahoo.com/searchmonkey/smguide/gr.html recognizable to Yahoo!'s SearchMonkey]
 
** [http://vocab.org/aiiso/schema Academic Institution Internal Structure Ontology (AIISO)]: Includes foaf:Organization subclasses
 
** [http://vocab.org/aiiso/schema Academic Institution Internal Structure Ontology (AIISO)]: Includes foaf:Organization subclasses
 
** [http://purl.org/NET/book/vocab RDF Book Vocabulary]
 
** [http://purl.org/NET/book/vocab RDF Book Vocabulary]
 
** [http://purl.org/net/cito/ CiTO, The Citation Typing Ontology]: OWL Ontology
 
** [http://purl.org/net/cito/ CiTO, The Citation Typing Ontology]: OWL Ontology
 
+
** [http://www.mesur.org/MESUR.html MESUR] (semantic model of the scholarly communication process)
 
** ...
 
** ...
 
* Other formats
 
* Other formats

Revision as of 08:35, 15 December 2009

Library Ontology Draft

Editor: Jakob Voß (but everybody feel free to modify this page, it's a wiki!)

The Library Ontology is a proposed RDFS/OWL ontology to describe information about libraries in RDF. Up to now it is drafted in an open planning phase. There are many formats and some ontologies for bibliographic data, addresses, and places which could be reused (instead of reinventing the wheel). Information about libraries is collected in several library registries which could be mapped to the Library Ontology.

No background needed but fluent in RDF/Turtle syntax? Then goto Library Ontology Concepts!

Purpose

The purpose of the Library Ontology can best be described by examples and use cases. For example how do you state and express (in RDF) ...

  • that something is a library?
  • that some library building belongs to a given library institution?
  • opening times in RDF?
  • the URL of the OPAC of a library?
  • that a given collection is held by one library?
  • that a given collection is owned by someone?
  • the type of a library (if "type" is a usefull concept at all)?
  • ...

please add more use-cases when you stumble upon!

Some information can be expressed by existing Ontologies like vCard, but surely there are concepts and relationships which only make sense in context of libraries. The Library Ontology should define this RDFS/OWL classes and properties and collect existing classes and properties to be used for the description of libraries.

Concepts

The basic concepts of the Library Ontology are collected at the page Library Ontology Concepts.

Existing library registries

The International ISIL Agency maintains a registry of library registries which act as local ISIL authorities.

Other related projects:

Other linked data sources with library information

  • libris.kb.se
  • dbpedia
  • ...

Relevant formats and models