bibliotek-o is an ontology framework for modeling bibliographic metadata based on the Library of Congress BIBFRAME ontology. It includes:
bibliotek-o is a joint product of the Mellon Foundation-funded Linked Data for Libraries Labs (LD4L Labs) and Linked Data for Production (LD4P) projects. See the LD4L website, the LD4L Labs public wiki, and the LD4P public wiki for more information about these projects.
http://bibliotek-o.org/
website. There has been no further work on this ontology since 2017. Subsequent LD4P project work has focused on the BIBFRAME ontology.This repository contains the formal bibliotek-o specification, ontology and dataset recommendations for use with bibliotek-o (including the recommended BIBFRAME terms), and a set of human-readable documentation.
target-ontologies/bibliotek-o.owl
: OWL specification of bibliotek-o target-ontologies/
: RDFS and OWL specifications of recommended ontology fragments, including BIBFRAME, for use with bibliotek-oreference-ontologies/
: Full specifications of these ontologies, for reference purposesxsd/bibliotek-o.datatypes.xsd
: Datatypes defined by bibliotek-odatasets/
: Datasets included in the bibliotek-o recommendation doc/lode/
: Human-readable documentation (generated by the online LODE tool): doc/overview/
: Overview diagrams of the bibliotek-o application profile, in both vue and png formatsdoc/principles/
: The foundational principles applied to the development of bibliotek-odoc/admin/
: Documentation of administrative processes and procedures, such as change and release processesCHANGELOG.md
: Release change logThe following protocols are used to version and record changes to the ontology.
owl:ontologyIRI
identifies the ontology; e.g., http:///ontology/
.owl:versionIRI
identifies a particular version of the ontology; e.g., http:///1.1/ontology/
. owl:ontologyIRI
redirects to the owl:versionIRI
of the current version of the ontology.owl:versionIRI
.owl:versionIRI
, users are insulated from non-backward-compatible changes in newer published versions until they decide to upgrade.MAJOR.MINOR.PATCH
):
MAJOR
: non-backward-compatible modificationsMINOR
: backward-compatible semantic modificationsPATCH
: non-semantic modifications, such as changing an rdfs:label.owl:versionIRI
is updated for MAJOR
and MINOR
versions, but not PATCH
versions. It thus includes only the MAJOR
and MINOR
version numbers, as in http:///1.1/ontology/
.MAJOR
versions, owl:deprecated
is applied to terms slated for removal. A term deprecated in a MINOR
version will be removed in the next MAJOR
version. owl:versionInfo
provides a label containing the version number, formatted as "Version n.n.n"; e.g., "Version 1.1.0". This version number is also used to tag the repository, in this case v1.1.0
. owl:priorVersion
provides the URI of the previous MAJOR.MINOR version of the ontology, if any.owl:backwardCompatibleWith
or owl:incompatibleWith
may also be used to reference previous MAJOR.MINOR versions of the ontology, where applicable.dcterms:issued
is used on each ontology term, and on the ontology as a whole, to indicate datetime of first issuance.dcterms:modified
is used on each ontology term, and on the ontology as a whole, to indicate last modification datetime. dcterms:issued
and dcterms:modified
values.dcterms
values do not include extraneous text, so that they are machine-readable without parsing. Change descriptions are provided by skos:changeNote
(see following section).skos:changeNote
is used to provide human-readable descriptions of term modifications. skos:changeNote
is used per version. That is, if more than one change is made to the same term in the same version, all are recorded in the same change note. If multiple changes are made to the same term in different versions, they are recorded in multiple change notes.skos:changeNote
could be applied to the ontology itself to record major, broad, or high-level changes affecting multiple terms.Please refer to the Change and Release Management documentation for details on this process.
This work in provided under a CC0 waiver, it is published from the United States.