Difference between revisions of "Library Ontology"

From Code4Lib
Jump to: navigation, search
(Concepts)
(Moved to GitHub)
 
(18 intermediate revisions by 4 users not shown)
Line 1: Line 1:
= Library Ontology Draft =
+
This page has been moved to to https://gist.github.com/nichtich/5300505#file-library-ontology-md together with the page [[Library Ontology Concepts]] which has been moved to https://gist.github.com/nichtich/5300505#library-concepts-md.
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 [[#Relevant_formats_and_models|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 [[#Existing_library_registries|library registries]] which could be mapped to the Library Ontology.
+
 
+
__TOC__
+
== 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 [http://biblstandard.dk/isil/ International ISIL Agency] maintains a registry of library registries which act as local ISIL authorities.
+
 
+
* English speaking countries or international
+
** [http://www.librarytechnology.org/libwebcats/ lib-web-cats]: maintained by Marshall Breeding
+
** [http://www.worldcat.org/registry/Institutions/ WorldCat Registry]: by OCLC
+
** [http://lists.webjunction.org/libweb/ LibWeb]: only name, place, and URL
+
** [http://directory.talis.com/ui/ Talis Directory]
+
* Germany
+
** [http://dispatch.opac.d-nb.de/DB=1.2/ ISIL- und Sigelverzeichnis]: German ISIL registry
+
** [http://www.hebis.de/de/1ueber_uns/projekte/bibdir.php BibDir]: proposed German project
+
** [http://www.hbz-nrw.de/produkte_dienstl/germlst/index.html Deutsche Bibliotheken Online]: will be replaced by BibDir
+
** [http://www.vdb-online.info/jahrbuch.html VdB Jahrbuch]: German printed registry
+
** [http://www.bock-net.de/joeb/ Jahrbuch der Öffentlichen Bibliotheken]: Another German printed registry
+
** [http://webis.sub.uni-hamburg.de/ WEBIS]: special collections of the distributed German National Library
+
 
+
== Other linked data sources with library information ==
+
* libris.kb.se
+
* dbpedia
+
* ...
+
 
+
== Relevant formats and models ==
+
* RDFS/OWL Ontologies
+
** [http://dublincore.org/documents/dcmi-terms/ Dublin Core Metadata Terms]
+
** [http://xmlns.com/foaf/spec/ FOAF]
+
** [http://motools.sf.net/event/event.html Event Ontology]
+
** [http://www.w3.org/2008/05/skos SKOS]
+
** [http://www.w3.org/2006/vcard vCard]
+
** [http://www.talis.com/tdn/platform/reference/schemas/address Talis Address Schema]
+
** [http://www.w3.org/2003/01/geo/ Basic Geo (WGS84 lat/long) Vocabulary]
+
** [http://purl.org/vocab/frbr/core FRBR]
+
** [http://bibliontology.com/ Bibliographic Ontology (Bibo)]: OWL Ontology
+
** ...
+
* Other formats
+
** [http://www.loc.gov/marc/community/eccihome.html MARC Communities format]
+
** [http://wiki.openstreetmap.org/wiki/Tag:amenity=library OpenStreemap library tags]
+
** [http://en.wikipedia.org/wiki/Template:Infobox_Library Wikipedia library template]: Base of DBPedia, different in each language edition
+
** ...
+

Latest revision as of 11:54, 3 April 2013

This page has been moved to to https://gist.github.com/nichtich/5300505#file-library-ontology-md together with the page Library Ontology Concepts which has been moved to https://gist.github.com/nichtich/5300505#library-concepts-md.