<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>coli-conc News</title>
  <link href="https://coli-conc.gbv.de/de/rss/blog.xml" rel="self"/>
  <link href="https://coli-conc.gbv.de/de/"/>
  <updated>2026-02-09T00:00:00Z</updated>
  <id>https://coli-conc.gbv.de/de/</id>
  <author>
    <name>coli-conc</name>
    <email>coli-conc@gbv.de</email>
  </author>
  <entry>
    <title>Cocoda primer</title>
    <link href="https://coli-conc.gbv.de/de/publications/tr1.html"/>
    <updated>2015-04-13T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/publications/tr1.html</id>
    <summary>This report briefly summarizes prototype and architecture of a mapping tool that is being created as part of project coli-conc.</summary>
    <content type="html">
      &lt;p&gt;This report briefly summarizes prototype and architecture of a mapping tool
that is being created as part of &lt;a href=&quot;https://coli-conc.gbv.de/&quot;&gt;project coli-conc&lt;/a&gt;
at the head office of GBV Common Library Network (VZG). Project coli-conc aims
at developing an infrastructure to facilitate management and exchange of
concordances between library knowledge organization systems. This includes a
modular web application named Cocoda.&lt;/p&gt;
&lt;h1 id=&quot;overview&quot; tabindex=&quot;-1&quot;&gt;Overview&lt;/h1&gt;
&lt;p&gt;For the most part knowledge organization systems in Cocoda are represented in
the popular &lt;a href=&quot;http://www.w3.org/TR/skos-reference/&quot; target=&quot;_blank&quot;&gt;SKOS&lt;/a&gt; data model: a
particular knowledge organization system is called a &lt;strong&gt;concept scheme&lt;/strong&gt;
consisting of a set of possibly connected &lt;strong&gt;concepts&lt;/strong&gt; with, &lt;strong&gt;labels&lt;/strong&gt;,
&lt;strong&gt;notations&lt;/strong&gt;, and other properties. A &lt;strong&gt;mapping&lt;/strong&gt; relates similar concepts
from one concept scheme to concepts of another concept scheme. A set of
mappings between two concept schemes is called &lt;strong&gt;concordance&lt;/strong&gt;. The main
application of Cocoda is going to be the creation and evaluation of mappings
and concordances with Dewey Decimal Classification (DDC) as primary use case.&lt;/p&gt;
&lt;h1 id=&quot;technical-architecture&quot; tabindex=&quot;-1&quot;&gt;Technical architecture&lt;/h1&gt;
&lt;p&gt;The technical architecture of Cocoda consists of seven layers. The
following table lists each of them with current status and choice of
technologies:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&quot;text-align:left&quot;&gt;&lt;strong&gt;description&lt;/strong&gt;&lt;/th&gt;
&lt;th style=&quot;text-align:left&quot;&gt;&lt;strong&gt;state&lt;/strong&gt;&lt;/th&gt;
&lt;th style=&quot;text-align:left&quot;&gt;&lt;strong&gt;technology&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align:left&quot;&gt;web interface&lt;/td&gt;
&lt;td style=&quot;text-align:left&quot;&gt;first prototype&lt;/td&gt;
&lt;td style=&quot;text-align:left&quot;&gt;HTML, CSS, JavaScript&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align:left&quot;&gt;JavaScript client modules&lt;/td&gt;
&lt;td style=&quot;text-align:left&quot;&gt;alpha releases&lt;/td&gt;
&lt;td style=&quot;text-align:left&quot;&gt;AngularJS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align:left&quot;&gt;JSKOS data format&lt;/td&gt;
&lt;td style=&quot;text-align:left&quot;&gt;incomplete draft&lt;/td&gt;
&lt;td style=&quot;text-align:left&quot;&gt;JSON(-LD)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align:left&quot;&gt;JSKOS API and wrappers&lt;/td&gt;
&lt;td style=&quot;text-align:left&quot;&gt;drafts and ideas&lt;/td&gt;
&lt;td style=&quot;text-align:left&quot;&gt;HTTP, JSON&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align:left&quot;&gt;JSKOS databases&lt;/td&gt;
&lt;td style=&quot;text-align:left&quot;&gt;first prototype&lt;/td&gt;
&lt;td style=&quot;text-align:left&quot;&gt;CouchDB&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align:left&quot;&gt;mapping recommendation services&lt;/td&gt;
&lt;td style=&quot;text-align:left&quot;&gt;ideas &amp;amp; experiments&lt;/td&gt;
&lt;td style=&quot;text-align:left&quot;&gt;not implemented yet&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align:left&quot;&gt;quality assessment services&lt;/td&gt;
&lt;td style=&quot;text-align:left&quot;&gt;ideas&lt;/td&gt;
&lt;td style=&quot;text-align:left&quot;&gt;not implemented yet&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align:left&quot;&gt;user management&lt;/td&gt;
&lt;td style=&quot;text-align:left&quot;&gt;ideas&lt;/td&gt;
&lt;td style=&quot;text-align:left&quot;&gt;not implemented yet&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&quot;web-interface&quot; tabindex=&quot;-1&quot;&gt;Web interface&lt;/h2&gt;
&lt;p&gt;The current user interface of Cocoda web application is only a
preliminary prototype to test functionalities. Later versions will be
subject to usability studies.&lt;/p&gt;
&lt;h2 id=&quot;javascript-client-modules&quot; tabindex=&quot;-1&quot;&gt;JavaScript client modules&lt;/h2&gt;
&lt;p&gt;The web interface is build of independent JavaScript modules, which can also be
used in other applications. Two of these modules have already been published as
early alpha releases: &lt;a href=&quot;https://gbv.github.io/ng-skos/&quot; target=&quot;_blank&quot;&gt;ng-skos&lt;/a&gt; is a general
module for simple knowledge organization systems and
&lt;a href=&quot;https://gbv.github.io/ng-suggest&quot; target=&quot;_blank&quot;&gt;ng-suggest&lt;/a&gt; provides typeahead via
OpenSearch Suggestions API. All modules are based on
&lt;a href=&quot;https://angularjs.org/&quot; target=&quot;_blank&quot;&gt;AngularJS&lt;/a&gt; because it seemed to be the most popular
web application framework. A later version may also choose Web Components,
plain jQuery or another JavaScript framework.&lt;/p&gt;
&lt;h2 id=&quot;jskos-data-format&quot; tabindex=&quot;-1&quot;&gt;JSKOS data format&lt;/h2&gt;
&lt;p&gt;The JSKOS representation of knowledge organization system data is being
developed based on SKOS and &lt;a href=&quot;http://json-ld.org/&quot; target=&quot;_blank&quot;&gt;JSON-LD&lt;/a&gt;. This format combines the
benefit of RDF for data aggregation and JSON for easy manipulation and
storage. The current draft of JSKOS is available at
&lt;a href=&quot;http://couchdb.apache.org/&quot; target=&quot;_blank&quot;&gt;https://gbv.github.io/jskos/&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&quot;jskos-api-and-wrappers&quot; tabindex=&quot;-1&quot;&gt;JSKOS API and wrappers&lt;/h2&gt;
&lt;p&gt;Several APIs and services exist to query and store knowledge organization
systems (&lt;a href=&quot;https://github.com/NatLibFi/Skosmos/&quot; target=&quot;_blank&quot;&gt;Skosmos&lt;/a&gt;,
&lt;a href=&quot;http://www.poolparty.biz/&quot; target=&quot;_blank&quot;&gt;Poolparty&lt;/a&gt;
&lt;a href=&quot;http://iqvoc.net/&quot; target=&quot;_blank&quot;&gt;iQvoc&lt;/a&gt;, &lt;a href=&quot;http://vocbench.uniroma2.it/&quot; target=&quot;_blank&quot;&gt;VocBench&lt;/a&gt;,
&lt;a href=&quot;https://www.wikidata.org/&quot; target=&quot;_blank&quot;&gt;Wikidata&lt;/a&gt;, &lt;a href=&quot;http://lobid.org/api&quot; target=&quot;_blank&quot;&gt;lobid.org&lt;/a&gt;...).
As part of coli-conc we will evaluate and compare these APIs and create
wrappers to a common JSKOS-API. The current prototype makes use of API of
&lt;a href=&quot;http://lobid.org/&quot; target=&quot;_blank&quot;&gt;lobid.org&lt;/a&gt; RVK. Both wrappers and API specification will be made available at
&lt;a href=&quot;https://github.com/NatLibFi/Skosmos/&quot; target=&quot;_blank&quot;&gt;https://gbv.github.io/jskos-api/&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&quot;jskos-databases&quot; tabindex=&quot;-1&quot;&gt;JSKOS databases&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;http://couchdb.apache.org/&quot; target=&quot;_blank&quot;&gt;CouchDB&lt;/a&gt; databases are used to store concepts and
mappings in JSKOS format. A copy of German DDC in MARCXML has been transformed
to this format for easy access with Cocoda web application. Both database and
DDC data are not public by now.&lt;/p&gt;
&lt;h2 id=&quot;mapping-recommendation-services&quot; tabindex=&quot;-1&quot;&gt;Mapping recommendation services&lt;/h2&gt;
&lt;p&gt;The creation and management of mappings will be supported by several
mapping recommendation services based automatic search for concept
labels, existing mappings, connected concepts, and occurrences in
library catalogs. The current prototype contains some static examples
for illustration and testing.&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title>Open Source KOS software</title>
    <link href="https://coli-conc.gbv.de/de/publications/tr2.html"/>
    <updated>2016-03-24T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/publications/tr2.html</id>
    <summary>This report gives an overview about Open Source software for Knowledge Organization Systems (KOS)</summary>
    <content type="html">
      &lt;p&gt;This report gives an overview about Open Source software for Knowledge
Organization Systems (KOS).&lt;/p&gt;
&lt;h1 id=&quot;motivation&quot; tabindex=&quot;-1&quot;&gt;Motivation&lt;/h1&gt;
&lt;p&gt;Project &lt;a href=&quot;https://coli-conc.gbv.de/&quot;&gt;coli-conc&lt;/a&gt; aims at concordances between
Knowledge Organization Systems (KOS). To manage such concordances it first
requires access to KOS and its concepts. The lack of a satisfying general data
format and method of access to KOS, apart from SKOS and SPARQL, resulted in the
(ongoing) specification of &lt;a href=&quot;http://gbv.github.io/jskos/&quot; target=&quot;_blank&quot;&gt;JSKOS data format&lt;/a&gt; and
&lt;a href=&quot;http://gbv.github.io/jskos-api/&quot; target=&quot;_blank&quot;&gt;JSKOS-API&lt;/a&gt;. To integrate existing KOS via
these standards, there are three options:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Conversion of KOS to JSKOS import into a database with support of JSKOS-API&lt;/li&gt;
&lt;li&gt;Creation of JSKOS-API wrappers to existing terminology services&lt;/li&gt;
&lt;li&gt;Add support of JSKOS-API to existing KOS software&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The first option is executed at VZG for the most needed systems such as Dewey
Decimal Classification (DDC) and Regensburger Verbundklassifikation (RVK).
First examples of the second option are given at
&lt;a href=&quot;https://github.com/gbv/jskos-php-examples&quot; target=&quot;_blank&quot;&gt;https://github.com/gbv/jskos-php-examples&lt;/a&gt;. But only the third option will
scale to larger number of KOS. Open source luckily allows to extend existing
software. For this reason an overview of Open Source software for Knowledge
Organization Systems (KOS) is needed.&lt;/p&gt;
&lt;h1 id=&quot;existing-lists-of-kos-software-(a-metabibliography)&quot; tabindex=&quot;-1&quot;&gt;Existing lists of KOS software (a metabibliography)&lt;/h1&gt;
&lt;p&gt;Project coli-conc does not include creation of software to manage KOS because
such software already exists in form of thesaurus editors, vocabulary
management systems and similar tools.  The following lists of KOS software were
used to find open source software (including commercial products with an open
source version):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;The &lt;a href=&quot;https://www.zotero.org/groups/coli-conc/items/&quot; target=&quot;_blank&quot;&gt;coli-conc Zotero library&lt;/a&gt;
contains &lt;a href=&quot;https://www.zotero.org/groups/coli-conc/items/collectionKey/W5F4ENNP&quot; target=&quot;_blank&quot;&gt;a section on software&lt;/a&gt;
with almost 30 entries.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The &lt;a href=&quot;https://rd-alliance.org/system/files/documents/Thesaurus%20Software%20Tools.xlsx&quot; target=&quot;_blank&quot;&gt;&lt;em&gt;ANDS appraisal of thesaurus software tools&lt;/em&gt;&lt;/a&gt; is an Excel sheet created by members of the
&lt;a href=&quot;https://rd-alliance.org/node/47826&quot; target=&quot;_blank&quot;&gt;Vocabulary Services Interest Group&lt;/a&gt;
of Research Data Alliance (RDA). It contains 39 software systems, some of&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The &lt;a href=&quot;http://www.taxobank.org/&quot; target=&quot;_blank&quot;&gt;TaxoBank Terminology Registry&lt;/a&gt; has a list of
&lt;a href=&quot;http://www.taxobank.org/content/thesauri-and-vocabulary-control-thesaurus-software&quot; target=&quot;_blank&quot;&gt;Software for building and editing thesauri&lt;/a&gt; originally created by Leonard D. Will&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Several more lists of taxonomy tools, ontology editors etc. exists so some
tools may have been missed. Feedback is welcome!&lt;/p&gt;
&lt;h1 id=&quot;open-source-kos-software&quot; tabindex=&quot;-1&quot;&gt;Open Source KOS software&lt;/h1&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Name and Link&lt;/th&gt;
&lt;th&gt;Language&lt;/th&gt;
&lt;th&gt;License&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://apelon-dts.sourceforge.net/&quot; target=&quot;_blank&quot;&gt;Apelon Distributed Terminology System (DTS)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Java&lt;/td&gt;
&lt;td&gt;Apache&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://www.askosi.org/&quot; target=&quot;_blank&quot;&gt;ASKOSI&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Java&lt;/td&gt;
&lt;td&gt;GPL&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;https://github.com/unt-libraries/django-controlled-vocabularies&quot; target=&quot;_blank&quot;&gt;Django Controlled Vocabularies&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Python&lt;/td&gt;
&lt;td&gt;BSD&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://freemind.sourceforge.net/&quot; target=&quot;_blank&quot;&gt;FreeMind&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Java&lt;/td&gt;
&lt;td&gt;Apache&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://iqvoc.net/&quot; target=&quot;_blank&quot;&gt;iQvoc&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Ruby&lt;/td&gt;
&lt;td&gt;Apache&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://openskos.org/&quot; target=&quot;_blank&quot;&gt;OpenSKOS&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;PHP&lt;/td&gt;
&lt;td&gt;GPL&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://protege.stanford.edu/&quot; target=&quot;_blank&quot;&gt;Protégé&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Java&lt;/td&gt;
&lt;td&gt;BSD&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;https://www.semantic-mediawiki.org/&quot; target=&quot;_blank&quot;&gt;Semantic MediaWiki&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;PHP&lt;/td&gt;
&lt;td&gt;GPL&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://www.sissvoc.info/&quot; target=&quot;_blank&quot;&gt;SISSVoc&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Java &amp;amp; XSLT&lt;/td&gt;
&lt;td&gt;Apache&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://skosapi.sourceforge.net/&quot; target=&quot;_blank&quot;&gt;SKOS API&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Java&lt;/td&gt;
&lt;td&gt;LGPL&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;https://github.com/NatLibFi/Skosify&quot; target=&quot;_blank&quot;&gt;Skosify&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Python&lt;/td&gt;
&lt;td&gt;MIT&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;https://github.com/tkurz/skosjs&quot; target=&quot;_blank&quot;&gt;SKOSjs&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;JavaScript&lt;/td&gt;
&lt;td&gt;Apache&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;https://github.com/NatLibFi/Skosmos&quot; target=&quot;_blank&quot;&gt;Skosmos&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;PHP&lt;/td&gt;
&lt;td&gt;MIT&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;https://github.com/koenedaele/skosprovider&quot; target=&quot;_blank&quot;&gt;skosprovider&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Python&lt;/td&gt;
&lt;td&gt;MIT&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://vocabularyserver.com/&quot; target=&quot;_blank&quot;&gt;TemaTres&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;PHP&lt;/td&gt;
&lt;td&gt;GPL&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://vocbench.uniroma2.it/&quot; target=&quot;_blank&quot;&gt;VocBench&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Java&lt;/td&gt;
&lt;td&gt;?&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://protegewiki.stanford.edu/wiki/WebProtege&quot; target=&quot;_blank&quot;&gt;Web Protégé&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Java&lt;/td&gt;
&lt;td&gt;BSD&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://www.xmind.net/developer/&quot; target=&quot;_blank&quot;&gt;XMind&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Java&lt;/td&gt;
&lt;td&gt;LGPL &amp;amp; EPL&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;https://github.com/vocol/vocol&quot; target=&quot;_blank&quot;&gt;VoCol&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Java &amp;amp; JavaScript&lt;/td&gt;
&lt;td&gt;MIT&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://wandora.org/&quot; target=&quot;_blank&quot;&gt;Wandora&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Java&lt;/td&gt;
&lt;td&gt;GPL&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://wikiba.se/&quot; target=&quot;_blank&quot;&gt;Wikibase&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;PHP&lt;/td&gt;
&lt;td&gt;GPL&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h1 id=&quot;summary&quot; tabindex=&quot;-1&quot;&gt;Summary&lt;/h1&gt;
&lt;p&gt;The resulting list of software contains small and large projects, web
applications and desktop applications, popular and less used software.
Additional evaluation is needed to decide which products to focus on.
Nevertheless the list shows that Java and PHP are the most used programming
languages, so programming libraries for JSKOS(-API) should first be implemented
in these languages (in addition to JavaScript which is needed for web clients).
A first start has been made with a
&lt;a href=&quot;https://packagist.org/packages/gbv/jskos&quot; target=&quot;_blank&quot;&gt;JSKOS programming library in PHP&lt;/a&gt;.&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title>A novel approach to terminology mappings</title>
    <link href="https://coli-conc.gbv.de/de/publications/tr3.html"/>
    <updated>2016-04-01T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/publications/tr3.html</id>
    <summary>This report presents a new architecture for managing large numbers of concordances</summary>
    <content type="html">
      &lt;h1 id=&quot;introduction&quot; tabindex=&quot;-1&quot;&gt;Introduction&lt;/h1&gt;
&lt;p&gt;The need of mappings between terminologies, vocabularies, ontologies, and other
kinds of knowledge organization systems has been articulated since introduction
of such systems at large scale.&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://coli-conc.gbv.de/de/publications/tr3.html#fn1&quot; id=&quot;fnref1&quot;&gt;[1]&lt;/a&gt;&lt;/sup&gt; For this
reason &lt;a href=&quot;https://coli-conc.gbv.de/&quot;&gt;project coli-conc&lt;/a&gt; aims at developing an
infrastructure to facilitate management and exchange of (cross-)concordances
between terminologies.  This report outlines a novel architecure of terminology
mappings to ultimately connect all knowledge organization systems.&lt;/p&gt;
&lt;h1 id=&quot;background&quot; tabindex=&quot;-1&quot;&gt;Background&lt;/h1&gt;
&lt;p&gt;As soon as concordances cross more than two vocabularies, multiple
architectures can be applied [@ISO25964-2]. For small numbers, a many-to-many
architecture is feasable, but for more terminologies a hub architecture becomes
more appropriate [@Binding2015; @Soergel2011].  This requires people to agree
on a common hub, but people tend to not agree especially on issues of knowledge
organization. Networks of cross-concordances have been applied with success
[@Mayr2008] but web-scale applications of distributed mappings require a new
architecure.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Many-to-many architecture&lt;/th&gt;
&lt;th&gt;Hub architecture&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img src=&quot;https://coli-conc.gbv.de/images/m2m.png&quot; alt=&quot;&quot;&gt;&lt;/td&gt;
&lt;td&gt;&lt;img src=&quot;https://coli-conc.gbv.de/images/hub.png&quot; alt=&quot;&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h1 id=&quot;the-noodle-architecture&quot; tabindex=&quot;-1&quot;&gt;The noodle architecture&lt;/h1&gt;
&lt;p&gt;We propose the &amp;quot;noodle achitecture&amp;quot; as opposed to the many-to-many architecture
and the hub architecture for managing a large number of concordances. In our
model each knowledge organization system is once mapped to one other system.
This second system is not a central hub but just another terminoloy that
happens to be the last one not connected with two other terminologies yet. The
resulting data structure has the shape of a very long noodle.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Noodle architecture&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img src=&quot;https://coli-conc.gbv.de/images/noodle.png&quot; alt=&quot;&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;This architecture scales as well as the hub architecture but no central
terminology is required. We expect this to result in much less debate among
information architects because all terminologies are treated equally.  To
ensure that only one terminology is added at a time at the end of the noodle,
the whole data structure is managed as blockchain: this kind of distributed
database known from Bitcoin can be applied to other domains as well
[@Nakamoto2008].&lt;/p&gt;
&lt;h1 id=&quot;summary&quot; tabindex=&quot;-1&quot;&gt;Summary&lt;/h1&gt;
&lt;p&gt;This report introduces a novel approach to manage a very large&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://coli-conc.gbv.de/de/publications/tr3.html#fn2&quot; id=&quot;fnref2&quot;&gt;[2]&lt;/a&gt;&lt;/sup&gt; number of mappings between any kind of
knowledge organization systems. The so called noodle architecture combines the
benefit of a hub architecture with less struggle about which system to use as
central hub.&lt;/p&gt;
&lt;h1 id=&quot;references&quot; tabindex=&quot;-1&quot;&gt;References&lt;/h1&gt;
&lt;hr class=&quot;footnotes-sep&quot;&gt;
&lt;ol class=&quot;footnotes-list&quot;&gt;
&lt;li id=&quot;fn1&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;For instance at the 1910 conference of the
International Federation for Information and Documentation (FID). &lt;a href=&quot;https://coli-conc.gbv.de/de/publications/tr3.html#fnref1&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;fn2&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;In notions of big
data as explained by @Shaw2015. &lt;a href=&quot;https://coli-conc.gbv.de/de/publications/tr3.html#fnref2&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;


    </content>
  </entry>
  <entry>
    <title>Anforderungen an Normdatendienste</title>
    <link href="https://coli-conc.gbv.de/de/publications/tr4.html"/>
    <updated>2016-04-21T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/publications/tr4.html</id>
    <summary>Ergebnis der Session &quot;Anforderungen an Normdatendienste&quot; auf dem DINI AG KIM Workshop 2016</summary>
    <content type="html">
      &lt;p&gt;Die vorliegende Übersicht fasst das Ergebnis einer Session &amp;quot;Anforderungen an Normdatendienste&amp;quot; auf dem &lt;a href=&quot;https://wiki.dnb.de/display/DINIAGKIM/KIM+WS+2016&quot; target=&quot;_blank&quot;&gt;DINI AG KIM Workshop am 4./5. April&lt;/a&gt; in Mannheim zusammen.&lt;/p&gt;
&lt;h1 id=&quot;einleitung&quot; tabindex=&quot;-1&quot;&gt;Einleitung&lt;/h1&gt;
&lt;p&gt;Normdaten im weitesten Sinne, d.h. Wissensorganisationssysteme wie
Klassifikationen, Thesauri und Normdateien, ermöglichen die verlässliche
Identifizierung von Personen, Orten, Sachgebieten und anderen Entitäten.  Daher
spielen Normdaten sowohl bei der Erhebung als auch bei der Auswertung von Daten
(bibliographische Daten, Forschungsdaten etc.) eine besondere Rolle.  Um die
Nutzbarkeit von Normdaten zu verbessern, müssen diese in geeigneter Weise
bereitgestellt werden. In der Session &amp;quot;Anforderungen an Normdatendienste&amp;quot; auf
dem Workshop der DINI AG KIM wurde deshalb am 5. April 2016 der Frage
nachgegangen, welche Nutzungsarten von Normdaten besonders relevant sind und
wie diese über einheitliche Schnittstellen bereitgestellt werden können.&lt;/p&gt;
&lt;h1 id=&quot;vorgehen&quot; tabindex=&quot;-1&quot;&gt;Vorgehen&lt;/h1&gt;
&lt;p&gt;Um den rund 50 TeilnehmerInnen eine konstruktive Diskussion zu ermöglichen,
wurden Gruppen von etwa sechs Personen gebildet, deren MitgliederInnen zunächst
einzeln und dann gemeinsam nach Anwendungsfällen suchen sollten.  Zur Erfassung
der Ergebnisse gab es einzelne Formulare für Anwendungsfälle eines
Normdaten-Iterfaces (GUI) oder einer Normdaten-API (Webservice).  Das an die so
genannte &amp;quot;Design Studio Methode&amp;quot; angelehnte Entwicklungsmethode besteht aus
mehreren, zeitlich strikt begrenzten Phasen und ermöglichte es, innerhalb von
90 Minuten zahlreiche Anwendungsfälle und Anforderungen an Normdatendienste
zusammenzustellen. Die begleitenden Folien enthalten eine Einleitung und fassen
das Vorgehen zusammen [@Voss2016b].&lt;/p&gt;
&lt;h1 id=&quot;ergebnisse&quot; tabindex=&quot;-1&quot;&gt;Ergebnisse&lt;/h1&gt;
&lt;p&gt;Die folgende Liste enthält eine Auswahl von allgemeinen Anwendungsfällen und
Anforderungen an Normdatendiensten, die im Rahmen der Session ermittelt wurden.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Abfrage von Synonymen&lt;/strong&gt; (alternativen Benennungen), ggf. in ausgewählten Sprachen und über Mappings zu anderen Normdateien, zur Suchexpansion beim Volltextretrieval&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;(Fuzzy-)Suche in Normdateien&lt;/strong&gt; zur Ermittlung unbekannter, passender Begriffe&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Metasuche&lt;/strong&gt; nach Begriffen in mehreren Normdateien&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Multilinguale Suche&lt;/strong&gt; mittels mehrsprachiger Normdateien und Konkordanzen&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Autovervollständigung/Typeahead&lt;/strong&gt; zum Vorschlagen von Begriffen bei der Eingabe&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Abfrage der kanonischen Form&lt;/strong&gt; (Vorzungsbenennung) eines Begriffs&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Entity-Kurzinfo&lt;/strong&gt; (&amp;quot;Steckbrief&amp;quot;) mit wesentlichen Daten z.B. zur Anzeige als Popup&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Abfrage von Änderungen&lt;/strong&gt; an Normdateien und Begriffen (Lifecycle, Provenienz...)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Nutzungsstatistik&lt;/strong&gt; welche Normdateien und Begriffe wo und wie häufig verwendet werden&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Ermittlung von Ressourcen&lt;/strong&gt; die mit einem gegebenen Begriff indexiert sind&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Anreicherung von Normdaten&lt;/strong&gt; mit Informationen aus anderen Normdateien&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Feedback-Möglichkeit&lt;/strong&gt; zur Korrektur oder Ergänzung von Normdaten durch Nutzer&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Anreicherung von Übersetzungen&lt;/strong&gt; mittels Crowdsourcing für mehr Mehrsprachigkeit&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Abfrage von Konkordanzen und Mappings&lt;/strong&gt; zu anderen Normdateien und deren Begriffen.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Erstellung von Mappings&lt;/strong&gt; mit Vorschlagsfunktion (z.B. auf Basis von Kookkurrenzen)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Named Entity Recognition&lt;/strong&gt;, d.h. automatische Erkennung von Begriffen in einem Text&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Concept mining&lt;/strong&gt; zur Ermittlung von Begriffen oder Begriffskandidaten aus Texten&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;ausblick&quot; tabindex=&quot;-1&quot;&gt;Ausblick&lt;/h1&gt;
&lt;p&gt;Die vorliegende Sammlung bedarf noch einer genaueren Gruppierung, Priorisierung
und Ausarbeitung der ermittelten Anwendungsfälle sowie des Abgleichs mit
weiteren Anforderungskatalogen wie die Sammlung der &lt;a href=&quot;https://rd-alliance.org/groups/vocabulary-services-interest-group.html&quot; target=&quot;_blank&quot;&gt;RDA Vocabulary Services
Interest Group&lt;/a&gt;.
Für die weitere Beurteilung wären auch die Untersuchung vorhandener Umsetzungen
(best practice, falls vorhanden) hilfreich.&lt;/p&gt;
&lt;p&gt;Im Rahmen des Projekt coli-conc sollen Anforderungen an Normdatendienste in die
Spezifikation der &lt;a href=&quot;https://gbv.github.io/jskos-api/&quot; target=&quot;_blank&quot;&gt;JSKOS-API&lt;/a&gt; und in die
Entwicklung von Normdatendiensten der VZG eingehen [@Voss2016a]. Die
Koordination mit vorhandenen Normdatendiensten (&lt;a href=&quot;http://lobid.org/&quot; target=&quot;_blank&quot;&gt;lobid.org&lt;/a&gt;, econ-ws, entity
facts...) kann über die &lt;a href=&quot;https://wiki.dnb.de/display/DINIAGKIM/Normdaten+Gruppe&quot; target=&quot;_blank&quot;&gt;DINI AG KIM
Normdaten&lt;/a&gt; erfolgen.
Für eine umfassende Umsetzung, Evaluation und Dokumentation der Anforderungen
ist jedoch aufgrund des Arbeitsumfangs eine zusätzliche Förderung angebracht.&lt;/p&gt;
&lt;h1 id=&quot;literaturnachweise&quot; tabindex=&quot;-1&quot;&gt;Literaturnachweise&lt;/h1&gt;

    </content>
  </entry>
  <entry>
    <title>Open Source web applications for Knowledge Organization Systems</title>
    <link href="https://coli-conc.gbv.de/de/publications/tr7.html"/>
    <updated>2016-08-31T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/publications/tr7.html</id>
    <summary>Web applications to create, manage, and publish Knowledge Organization Systems</summary>
    <content type="html">
      &lt;p&gt;This report gives an overview about Open Source web applications to create,
manage, and publish Knowledge Organization Systems (KOS).&lt;/p&gt;
&lt;h1 id=&quot;background&quot; tabindex=&quot;-1&quot;&gt;Background&lt;/h1&gt;
&lt;p&gt;To manage concordances between Knowledge Organization Systems (KOS) in project
&lt;a href=&quot;https://coli-conc.gbv.de/&quot;&gt;coli-conc&lt;/a&gt;, access to each of these KOS is
required.  To access and manage KOS there are several tools, as listed in a
first report [@ColiConcTR2]. This new report contains an update of this list,
narrowed down to web applications. The collection only contains applications
with main focus on KOS management. More application exist to make use of
controlled vocabularies as part of another task, &lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://coli-conc.gbv.de/de/publications/tr7.html#fn1&quot; id=&quot;fnref1&quot;&gt;[1]&lt;/a&gt;&lt;/sup&gt; but their
evaluation would require a much larger study.&lt;/p&gt;
&lt;h1 id=&quot;open-source-web-applications-for-kos&quot; tabindex=&quot;-1&quot;&gt;Open Source web applications for KOS&lt;/h1&gt;
&lt;p&gt;The list given in &lt;a href=&quot;http://coli-conc.gbv.de/publications/tr2.html&quot; target=&quot;_blank&quot;&gt;coli-conc report
2&lt;/a&gt; has been updated with
information about KOS editing and API features, source code repository, year of
last update, and rough number of contributors.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Name and Link&lt;/th&gt;
&lt;th&gt;Editor&lt;/th&gt;
&lt;th&gt;API&lt;/th&gt;
&lt;th&gt;Language&lt;/th&gt;
&lt;th&gt;License&lt;/th&gt;
&lt;th&gt;Source&lt;/th&gt;
&lt;th&gt;Update&lt;/th&gt;
&lt;th&gt;Contributors&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;https://www.semantic-mediawiki.org/&quot; target=&quot;_blank&quot;&gt;Semantic MediaWiki&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;PHP&lt;/td&gt;
&lt;td&gt;GPL&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;https://github.com/SemanticMediaWiki/SemanticMediaWiki/&quot; target=&quot;_blank&quot;&gt;GitHub&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2016&lt;/td&gt;
&lt;td&gt;50&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://wikiba.se/&quot; target=&quot;_blank&quot;&gt;Wikibase&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;PHP&lt;/td&gt;
&lt;td&gt;GPL&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://wikiba.se/components/&quot; target=&quot;_blank&quot;&gt;Wikimedia&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2016&lt;/td&gt;
&lt;td&gt;30&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://vocabularyserver.com/&quot; target=&quot;_blank&quot;&gt;TemaTres&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;PHP&lt;/td&gt;
&lt;td&gt;GPL&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;https://github.com/tematres/TemaTres-Vocabulary-Server&quot; target=&quot;_blank&quot;&gt;GitHub&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2016&lt;/td&gt;
&lt;td&gt;3&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://iqvoc.net/&quot; target=&quot;_blank&quot;&gt;iQvoc&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;Ruby&lt;/td&gt;
&lt;td&gt;Apache&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;https://github.com/innoq/iqvoc&quot; target=&quot;_blank&quot;&gt;GitHub&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2016&lt;/td&gt;
&lt;td&gt;12&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://jbiomedsem.biomedcentral.com/articles/10.1186/s13326-015-0043-z&quot; target=&quot;_blank&quot;&gt;SKOS Editor&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;Java&lt;/td&gt;
&lt;td&gt;LGPL&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;https://github.com/Blulab-Utah/SKOSEditor&quot; target=&quot;_blank&quot;&gt;GitHub&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2016&lt;/td&gt;
&lt;td&gt;7&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://culturecommunication.github.io/ginco/&quot; target=&quot;_blank&quot;&gt;Ginco&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;Java&lt;/td&gt;
&lt;td&gt;CeCILL&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;https://github.com/culturecommunication/ginco&quot; target=&quot;_blank&quot;&gt;GitHub&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2016&lt;/td&gt;
&lt;td&gt;9&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://vocbench.uniroma2.it/&quot; target=&quot;_blank&quot;&gt;VocBench&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;no&lt;/td&gt;
&lt;td&gt;Java&lt;/td&gt;
&lt;td&gt;?&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;https://bitbucket.org/art-uniroma2/vocbench&quot; target=&quot;_blank&quot;&gt;Bitbucket&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2016&lt;/td&gt;
&lt;td&gt;4&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://protegewiki.stanford.edu/wiki/WebProtege&quot; target=&quot;_blank&quot;&gt;Web Protégé&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;?&lt;/td&gt;
&lt;td&gt;Java&lt;/td&gt;
&lt;td&gt;BSD&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://github.com/protegeproject/webprotege&quot; target=&quot;_blank&quot;&gt;GitHub&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2015&lt;/td&gt;
&lt;td&gt;4&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;SKOSjs&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;no&lt;/td&gt;
&lt;td&gt;JavaScript&lt;/td&gt;
&lt;td&gt;Apache&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;https://github.com/tkurz/skosjs&quot; target=&quot;_blank&quot;&gt;GitHub&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2014&lt;/td&gt;
&lt;td&gt;4&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;VoCol&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;no&lt;/td&gt;
&lt;td&gt;JavaScript&lt;/td&gt;
&lt;td&gt;MIT&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;https://github.com/vocol/vocol&quot; target=&quot;_blank&quot;&gt;GitHub&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2016&lt;/td&gt;
&lt;td&gt;5&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://openskos.org/&quot; target=&quot;_blank&quot;&gt;OpenSKOS&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;no&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;PHP&lt;/td&gt;
&lt;td&gt;GPL&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;https://github.com/OpenSKOS/OpenSKOS&quot; target=&quot;_blank&quot;&gt;GitHub&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2016&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Django C.V.&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://coli-conc.gbv.de/de/publications/tr7.html#fn2&quot; id=&quot;fnref2&quot;&gt;[2]&lt;/a&gt;&lt;/sup&gt;&lt;/td&gt;
&lt;td&gt;no&lt;/td&gt;
&lt;td&gt;no&lt;/td&gt;
&lt;td&gt;Python&lt;/td&gt;
&lt;td&gt;BSD&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;https://github.com/unt-libraries/django-controlled-vocabularies&quot; target=&quot;_blank&quot;&gt;GitHub&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2016&lt;/td&gt;
&lt;td&gt;4&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Skosmos&lt;/td&gt;
&lt;td&gt;no&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;PHP&lt;/td&gt;
&lt;td&gt;MIT&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;https://github.com/NatLibFi/Skosmos&quot; target=&quot;_blank&quot;&gt;GitHub&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2016&lt;/td&gt;
&lt;td&gt;4&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://labs.sparna.fr/skos-play/about&quot; target=&quot;_blank&quot;&gt;SKOS Play&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;no&lt;/td&gt;
&lt;td&gt;no&lt;/td&gt;
&lt;td&gt;Java&lt;/td&gt;
&lt;td&gt;CC-BY-SA&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;https://bitbucket.org/tfrancart/sparna&quot; target=&quot;_blank&quot;&gt;Bitbucket&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2016&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://www.sissvoc.info/&quot; target=&quot;_blank&quot;&gt;SISSVoc&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;no&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;XSLT&lt;/td&gt;
&lt;td&gt;Apache&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;https://github.com/SISS/sissvoc&quot; target=&quot;_blank&quot;&gt;GitHub&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2015&lt;/td&gt;
&lt;td&gt;6&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://www.askosi.org/&quot; target=&quot;_blank&quot;&gt;ASKOSI&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;no&lt;/td&gt;
&lt;td&gt;?&lt;/td&gt;
&lt;td&gt;Java&lt;/td&gt;
&lt;td&gt;GPL&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://www.askosi.org/example/&quot; target=&quot;_blank&quot;&gt;Archive&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2011&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&quot;software-development&quot; tabindex=&quot;-1&quot;&gt;Software development&lt;/h2&gt;
&lt;p&gt;The updated list contains 16 web applications for knowledge organization
systems, written in six different programming languages (Java: 7, PHP: 5,
JavaScript: 2, Ruby/Python/XSLT: 1 each).  All applications except SISSVoc and
Django Controlled Vocabularies also use JavaScript for their web interface. All
projects except ASKOSI use git for version control, mainly hosted at GitHub.
At least half of the applications implement a web API to query or modify KOS
content in machine-readable form.&lt;/p&gt;
&lt;p&gt;ASKOSI and SKOSjs will be excluded from the following evaluation because they
have not been updated since more then two years. All remaining projects except
SISSVoc have been updated in the last nine month, showing active development.
The number of contributors gives a rough estimate of the developer community.&lt;/p&gt;
&lt;h2 id=&quot;typology-of-kos-applications&quot; tabindex=&quot;-1&quot;&gt;Typology of KOS applications&lt;/h2&gt;
&lt;p&gt;The applications can be grouped by several criteria for further evaluation.&lt;/p&gt;
&lt;h3 id=&quot;kos-tools-vs.-general-ontology-tools&quot; tabindex=&quot;-1&quot;&gt;KOS tools vs. general ontology tools&lt;/h3&gt;
&lt;p&gt;Semantic MediaWiki, Wikibase, and Web Protégé are no KOS applications in a
stricter sense but they aim at the creation and management of ontologies,
semantic neworks, or knowledge bases.  It is possible to use them for KOSs but
more serious work requires some configuration, usage guidelines, and additional
tools or extensions [@Voss2016].&lt;/p&gt;
&lt;h3 id=&quot;kos-editors-vs.-kos-publishing-tools&quot; tabindex=&quot;-1&quot;&gt;KOS editors vs. KOS publishing tools&lt;/h3&gt;
&lt;p&gt;KOS editors can be used to create and modify taxonomies, thesauri, glossaries
or other kinds of KOS. Nine applications (including the general ontology tools)
can be used as KOS editor and five only provide read access. For instance
VocBench provides advanced editing capabilities with workflow and user
management but it recommends a SKOS Browser such as Skosmos to provide public
access to the resulting systems. KOS editors can further be grouped into simple
KOS editors and tools for KOS management. The latter include an editorial
workflow with user roles (e.g. editors and publishers) and publication
states (e.g.  new, suggested, published, and deleted concepts).&lt;/p&gt;
&lt;h3 id=&quot;resulting-categories&quot; tabindex=&quot;-1&quot;&gt;Resulting categories&lt;/h3&gt;
&lt;p&gt;The analysis of Open Source KOS web application types results in four
categories. KOS management tools and editors can mostly be used also for KOS
publishing but with less access-oriented features.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;type&lt;/th&gt;
&lt;th&gt;applications&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Ontology editor&lt;/td&gt;
&lt;td&gt;Semantic MediaWiki, Wikibase, Web Protégé&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;KOS management&lt;/td&gt;
&lt;td&gt;iQvoc, TemaTres, VocBench, Ginco&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;KOS editor&lt;/td&gt;
&lt;td&gt;SKOS Editor, VoCol&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;KOS publishing&lt;/td&gt;
&lt;td&gt;OpenSKOS, Skosmos, SKOS Play, SISSVoc, Django Controlled Vocabularies&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Two applications should be sorted out before evaluation because
of their specialized use case:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;SKOS Play generates visualizations and printable forms of KOS given in SKOS
format.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;VoCol is a framework to support collaborative management of vocabularies in
git repositories.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;evaluation&quot; tabindex=&quot;-1&quot;&gt;Evaluation&lt;/h1&gt;
&lt;p&gt;An in-deep evaluation would first require definition of criteria and goals.
This report only gives an overview and recommendations for project coli-conc.
The project does not include editing KOS but creation of uniform access methods
to KOS information from multiple sources in JSKOS format [@JSKOS]. For each KOS
applications the question is whether to&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;engage into adding JSKOS features to the software,&lt;/li&gt;
&lt;li&gt;create a wrapper to access the application&#39;s API,&lt;/li&gt;
&lt;li&gt;or to use exported SKOS files (if available).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;ASKOSI, SKOSjs, SKOS Play and VoCol have been selected to be ignored.  For
ontology editors it neither makes sense to create a dedicated JSKOS API. A
wrapper to convert Wikidata (based on Wikibase) to JSKOS has already been
started instead.&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://coli-conc.gbv.de/de/publications/tr7.html#fn3&quot; id=&quot;fnref3&quot;&gt;[3]&lt;/a&gt;&lt;/sup&gt; Focus on
most used programming languages also makes iQVoc (Ruby), Django Controlled
Vocabularies (Python), and SISSVoc (XSLT) candidates for more wrappers instead
of adding features to them.&lt;/p&gt;
&lt;p&gt;Engagement in developer community should be considered for six projects to
natively support an API for querying KOS information in JSKOS format: TemaTres,
Skosmos, OpenSKOS (PHP) and SKOS Editor, Ginco, VocBench (Java). A PHP
framework for JSKOS processing and access is already being developed as part of
project coli-conc to build on.&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://coli-conc.gbv.de/de/publications/tr7.html#fn4&quot; id=&quot;fnref4&quot;&gt;[4]&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;h1 id=&quot;summary&quot; tabindex=&quot;-1&quot;&gt;Summary&lt;/h1&gt;
&lt;p&gt;This report collected information about sixteen Open Source web applications
for Knowledge Organization Systems (KOS). The applications can be grouped in
four categories (ontology editor, KOS management, KOS editor, KOS publishing).
The report does not include a detailed evaluation but recommendations for
project coli-conc. Three PHP-based projects and three Java-based projects have
been identified for possible collaboration in software development.&lt;/p&gt;
&lt;h1 id=&quot;references&quot; tabindex=&quot;-1&quot;&gt;References&lt;/h1&gt;
&lt;hr class=&quot;footnotes-sep&quot;&gt;
&lt;ol class=&quot;footnotes-list&quot;&gt;
&lt;li id=&quot;fn1&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;For instance Annotation
applications such as &lt;a href=&quot;http://annot.readthedocs.io/&quot; target=&quot;_blank&quot;&gt;Annot&lt;/a&gt;. &lt;a href=&quot;https://coli-conc.gbv.de/de/publications/tr7.html#fnref1&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;fn2&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;Django Controlled Vocabularies &lt;a href=&quot;https://coli-conc.gbv.de/de/publications/tr7.html#fnref2&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;fn3&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;See &lt;a href=&quot;https://github.com/gbv/jskos-php-examples&quot; target=&quot;_blank&quot;&gt;https://github.com/gbv/jskos-php-examples&lt;/a&gt; &lt;a href=&quot;https://coli-conc.gbv.de/de/publications/tr7.html#fnref3&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;fn4&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;See &lt;a href=&quot;https://github.com/gbv/jskos-php&quot; target=&quot;_blank&quot;&gt;https://github.com/gbv/jskos-php&lt;/a&gt; &lt;a href=&quot;https://coli-conc.gbv.de/de/publications/tr7.html#fnref4&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;


    </content>
  </entry>
  <entry>
    <title>Ein Vergleich ausgewählter Normdatendienste</title>
    <link href="https://coli-conc.gbv.de/de/publications/tr10.html"/>
    <updated>2017-05-31T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/publications/tr10.html</id>
    <summary>Vergleichs von APIs zum Zugriff auf ausgewählte Wissensorganisationssysteme</summary>
    <content type="html">
      &lt;p&gt;Dieser Report fasst Ergebnisse eines Vergleichs von APIs zum Zugriff auf
ausgewählte Wissensorganisationssysteme zusammen.&lt;/p&gt;
&lt;h1 id=&quot;einf%C3%BChrung&quot; tabindex=&quot;-1&quot;&gt;Einführung&lt;/h1&gt;
&lt;p&gt;Im Rahmen des Projekt &lt;a href=&quot;https://coli-conc.gbv.de/&quot;&gt;coli-conc&lt;/a&gt; wurden in einem
Workshop der DINI AG KIM allgemeine Anforderungen an Normdatendienste zum
Zugriff auf verschiedene Wissenssorganisationssysteme ermittelt [@TR4]. Der
vorliegende Report untersucht die Eigenschaften einiger vorhandener
Normdatendienste. Die Untersuchung basiert auf den Ergebnissen eines
umfangreicheren Vergleichs von APIs zum Zugriff auf kontrollierte Vokabulare
[@Horn2016].&lt;/p&gt;
&lt;h1 id=&quot;untersuchte-normdatendienste&quot; tabindex=&quot;-1&quot;&gt;Untersuchte Normdatendienste&lt;/h1&gt;
&lt;p&gt;Untersucht wurden vier Schnittstellen zum Zugriff auf die folgenden Vokabulare:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Vokabular&lt;/th&gt;
&lt;th&gt;Typ&lt;/th&gt;
&lt;th&gt;API-Betreiber&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Regensburger Verbundklassifikation (RVK)&lt;/td&gt;
&lt;td&gt;Klassifikation&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://rvk.uni-regensburg.de/api/&quot; target=&quot;_blank&quot;&gt;Uni Regensburg&lt;/a&gt;&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://coli-conc.gbv.de/de/publications/tr10.html#fn1&quot; id=&quot;fnref1&quot;&gt;[1]&lt;/a&gt;&lt;/sup&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Gemeinsame Normdatei (GND)&lt;/td&gt;
&lt;td&gt;Normdatei&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://lobid.org/api&quot; target=&quot;_blank&quot;&gt;hbz (lobid.org)&lt;/a&gt;&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://coli-conc.gbv.de/de/publications/tr10.html#fn2&quot; id=&quot;fnref2&quot;&gt;[2]&lt;/a&gt;&lt;/sup&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Standardthesaurus Wirtschaft (STW)&lt;/td&gt;
&lt;td&gt;Thesaurus&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://zbw.eu/labs/de/project/econ-ws&quot; target=&quot;_blank&quot;&gt;ZBW&lt;/a&gt;&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://coli-conc.gbv.de/de/publications/tr10.html#fn3&quot; id=&quot;fnref3&quot;&gt;[3]&lt;/a&gt;&lt;/sup&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Library of Congress Subject Headings (LCSH)&lt;/td&gt;
&lt;td&gt;Thesaurus&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://id.loc.gov/authorities/subjects.html&quot; target=&quot;_blank&quot;&gt;LoC&lt;/a&gt;&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://coli-conc.gbv.de/de/publications/tr10.html#fn4&quot; id=&quot;fnref4&quot;&gt;[4]&lt;/a&gt;&lt;/sup&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h1 id=&quot;r%C3%BCckgabeformate&quot; tabindex=&quot;-1&quot;&gt;Rückgabeformate&lt;/h1&gt;
&lt;p&gt;Abgesehen von der RVK-API, die ein eigenes JSON- bzw. XML-Format verwendet,
basieren die Rückgabeformate aller APIs auf RDF, das in unterschiedlichen
Serialisierungen (RDF/XML, Turtle...) ausgewählt werden kann. Die RDF-Formate
basieren bei STW und LCSH auf SKOS [@SKOS], während für die GND eine eigene
Ontologie definiert wurde [@Haffner2016]. Das Format der STW beschränkt sich
weitgehend auf SKOS. Die Library of Congress bietet mit MADS/RDF zusätzlich
eine Erweiterung an.&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://coli-conc.gbv.de/de/publications/tr10.html#fn5&quot; id=&quot;fnref5&quot;&gt;[5]&lt;/a&gt;&lt;/sup&gt; Noch
umfangreicher ist die GND-Ontologie mit 228 Eigenschaften.&lt;/p&gt;
&lt;h1 id=&quot;umfang-der-zur%C3%BCckgelieferten-daten&quot; tabindex=&quot;-1&quot;&gt;Umfang der zurückgelieferten Daten&lt;/h1&gt;
&lt;p&gt;Trotz unterschiedlicher Rückgabeformate lassen sich Gemeinsamkeiten in den über
die verschiedenen APIs abfragbaren Datenfeldern ausmachen. Die folgende
Übersicht beschränkt sich auf einen Vergleich der abfragbaren Verknüpfungen:
Dies sind hierarchische (broader, narrower, ancestors) und assoziative
Verknüpfungen (related) zwischen Begriffen eines Vokabulars sowie mappings auf
andere Vokabulare.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Feld&lt;/th&gt;
&lt;th&gt;RVK&lt;/th&gt;
&lt;th&gt;GND&lt;/th&gt;
&lt;th&gt;STW&lt;/th&gt;
&lt;th&gt;LCSH&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;broader&lt;/td&gt;
&lt;td&gt;X&lt;/td&gt;
&lt;td&gt;X&lt;/td&gt;
&lt;td&gt;X&lt;/td&gt;
&lt;td&gt;X&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;narrower&lt;/td&gt;
&lt;td&gt;X&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;X&lt;/td&gt;
&lt;td&gt;X&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ancestors&lt;/td&gt;
&lt;td&gt;X&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;related&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;X&lt;/td&gt;
&lt;td&gt;X&lt;/td&gt;
&lt;td&gt;X&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;mappings&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;X&lt;/td&gt;
&lt;td&gt;X&lt;/td&gt;
&lt;td&gt;X&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Die RVK-API bietet als einzige der untersuchten Dienste eine Möglichkeit alle
transitiv übergeordneten Klassen (ancestors) einer Klasse abzufragen, was
allerdings bei monohierarchischen Klassifikationen auch einfacher umzusetzen
ist. Allerdings wird bei Auswahl einer Klasse nur mitgeteilt, ob
untergeordneten Klassen vorhanden sind, die in diesem Fall mit einer weiteren
Abfrage ermittelt werden können. In der GND fehlen untergeordnete Begriffe
ganz.&lt;/p&gt;
&lt;p&gt;Die Einträge von STW zu GND und LCSH zu GND sind jeweils über Mappings
miteinander verknüpft. Zudem enthält die LCSH Mappings auf die Normdatei RAMEAU
der französischen Nationalbibliothek. In der GND sind diese Mappings zwar auch
enthalten, werden aber nicht über die API mitgeliefert.  Die GND enthält dafür
Verknüpfungen zu den eigenen GND Subject Categories und der DDC.  Sowohl GND
als auch STW sind weiterhin (über de.wikipedia bzw. DBPedia) mit Wikipedia
verknüpft&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://coli-conc.gbv.de/de/publications/tr10.html#fn6&quot; id=&quot;fnref6&quot;&gt;[6]&lt;/a&gt;&lt;/sup&gt;).  In den
STW-Daten sind zusätzlich Verlinkungen auf Einträge im Katalog des ZBW
enthalten.&lt;/p&gt;
&lt;h1 id=&quot;abfragem%C3%B6glichkeiten-f%C3%BCr-typische-anwendungsf%C3%A4lle&quot; tabindex=&quot;-1&quot;&gt;Abfragemöglichkeiten für typische Anwendungsfälle&lt;/h1&gt;
&lt;p&gt;Die folgende Tabelle liefert einen Vergleich der APIs mit den von @TR4
genannten Anwendungsfällen und Anforderungen mit Ausnahme von
Schreib-Zugriffen.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Anforderung&lt;/th&gt;
&lt;th&gt;RVK&lt;/th&gt;
&lt;th&gt;GND&lt;/th&gt;
&lt;th&gt;STW&lt;/th&gt;
&lt;th&gt;LCSH&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Abfrage von Synonymen&lt;/td&gt;
&lt;td&gt;X&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;X&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;(Fuzzy-)Suche in Normdateien&lt;/td&gt;
&lt;td&gt;X&lt;/td&gt;
&lt;td&gt;X&lt;/td&gt;
&lt;td&gt;(X)&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Metasuche in mehreren Normdateien&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;X&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Multilinguale Suche&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;X&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Autovervollständigung/Typeahead&lt;/td&gt;
&lt;td&gt;X&lt;/td&gt;
&lt;td&gt;X&lt;/td&gt;
&lt;td&gt;X&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Entity-Kurzinfo&lt;/td&gt;
&lt;td&gt;(X)&lt;/td&gt;
&lt;td&gt;X&lt;/td&gt;
&lt;td&gt;(X)&lt;/td&gt;
&lt;td&gt;X&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Abfrage der kanonischen Form&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;X&lt;/td&gt;
&lt;td&gt;(X)&lt;/td&gt;
&lt;td&gt;(X)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Abfrage von Konkordanzen und Mappings&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;X&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Abfrage von Änderungen&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;X&lt;/td&gt;
&lt;td&gt;(X)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Nutzungsstatistik&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Ermittlung von indexierten Ressourcen&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;(X)&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Einige Anwendungsfälle können mit den vorhandenen APIs nicht oder nur
eingeschränkt (z.B. indirekt über andere Abfragen) umgesetzt werden. Die APIs
der STW bieten den weitesten Funktionsumfang, was allerdings auch mit der
Komplexität des Vokabulars zusammenhängt. Die API der LCSH kann mit ihrer
Beschränkung auf einfachem Linked Open Data, d.h. Abfrage per bekannter URI,
den wenigsten Anforderungen genügen. Die Typeahead-Funktionen sind bei allen
APIs mangelhaft, da sie anscheinend nicht auf Ranking-Verfahren basieren.&lt;/p&gt;
&lt;h1 id=&quot;zusammenfassung-und-ausblick&quot; tabindex=&quot;-1&quot;&gt;Zusammenfassung und Ausblick&lt;/h1&gt;
&lt;p&gt;Zusammenfassend lässt sich feststellen dass die verschiedenen untersuchten
Normdatendienste trotz grundsätzlicher Vergleichbarkeit sehr unterschiedlich
ausfallen. Selbst die RDF-basierten APIs sind uneinheitlich umgesetzt. Generell
lassen sich mit SKOS zwar Ansätze einer Vereinheitlichung erkennen, solange
aber SKOS-Erweiterungen, Umfang der zurückgelieferten Daten und
Abfragemöglichkeiten variieren, ist eine einheitliche Abfrage verschiedener
Normdatendienste aber nicht möglich.&lt;/p&gt;
&lt;p&gt;Im Rahmen des Projekt coli-conc wird deshalb neben der Vereinheitlichung von
SKOS-Varianten mit dem Format JSKOS [@JSKOS] eine darauf basierende API zur
Abfrage von Wissenssorganisationssystemen entwickelt. Eine Teilmenge dieser
JSKOS-API wurde bereits unter dem Namen ELMA [@ELMA] festgelegt und umgesetzt.&lt;/p&gt;
&lt;p&gt;Zur weiteren Entwicklung und Evaluation von Normdatendiensten sollen im Verlauf
des Projektes neben Normdatendiensten für einzelne Vokabulare die APIs
verschiedener Webanwendungen zum Zugriff auf Wissensorganisationssysteme
verglichen werden [@TR7].&lt;/p&gt;
&lt;h1 id=&quot;nachweise&quot; tabindex=&quot;-1&quot;&gt;Nachweise&lt;/h1&gt;
&lt;hr class=&quot;footnotes-sep&quot;&gt;
&lt;ol class=&quot;footnotes-list&quot;&gt;
&lt;li id=&quot;fn1&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;&lt;a href=&quot;http://rvk.uni-regensburg.de/Portal_API/&quot; target=&quot;_blank&quot;&gt;http://rvk.uni-regensburg.de/Portal_API/&lt;/a&gt; (nicht dokumentierter Endpunkt) &lt;a href=&quot;https://coli-conc.gbv.de/de/publications/tr10.html#fnref1&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;fn2&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;&lt;a href=&quot;http://lobid.org/api&quot; target=&quot;_blank&quot;&gt;http://lobid.org/api&lt;/a&gt; &lt;a href=&quot;https://coli-conc.gbv.de/de/publications/tr10.html#fnref2&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;fn3&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;&lt;a href=&quot;http://zbw.eu/labs/de/project/econ-ws&quot; target=&quot;_blank&quot;&gt;http://zbw.eu/labs/de/project/econ-ws&lt;/a&gt; (Sammlung mehrerer APIs) &lt;a href=&quot;https://coli-conc.gbv.de/de/publications/tr10.html#fnref3&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;fn4&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;&lt;a href=&quot;http://id.loc.gov/authorities/subjects.html&quot; target=&quot;_blank&quot;&gt;http://id.loc.gov/authorities/subjects.html&lt;/a&gt; &lt;a href=&quot;https://coli-conc.gbv.de/de/publications/tr10.html#fnref4&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;fn5&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;&lt;a href=&quot;http://www.loc.gov/standards/mads/rdf/&quot; target=&quot;_blank&quot;&gt;http://www.loc.gov/standards/mads/rdf/&lt;/a&gt; &lt;a href=&quot;https://coli-conc.gbv.de/de/publications/tr10.html#fnref5&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;fn6&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;Inzwischen wäre ein Mapping mit Wikidata sinnvoller. &lt;a href=&quot;https://coli-conc.gbv.de/de/publications/tr10.html#fnref6&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;


    </content>
  </entry>
  <entry>
    <title>Cocoda Technical Architecture</title>
    <link href="https://coli-conc.gbv.de/de/publications/tr11.html"/>
    <updated>2018-05-31T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/publications/tr11.html</id>
    <summary>An update on the architecture of Cocoda</summary>
    <content type="html">
      &lt;p&gt;This report gives an update on the architecture of Cocoda, a mapping tool for
concordances between library knowledge organization systems that is being
developed at the head office of GBV Common Library Network (VZG). A new
implementation or Cocoda has been started from scratch.&lt;/p&gt;
&lt;h2 id=&quot;background&quot; tabindex=&quot;-1&quot;&gt;Background&lt;/h2&gt;
&lt;p&gt;The aim of project coli-conc is an infrastructure to facilitate management and
exchange of concordances between library knowledge organization systems. In
particular this includes a web application to manage, create, and evaluate
mappings. Since its beginning in 2015, the technical and organizational
background of the project and its mapping tool have evolved. After some
attempts with a monolithical Java application we revisited our original plan of
a modularized web application. Based on experiences with two prototypes and the
mapping data collected so far we started with a new implementation in May 2018.
This report supersedes the Cocoda primer [@tr1] with an overview of the current
technical architecture.&lt;/p&gt;
&lt;h2 id=&quot;jskos-data-format&quot; tabindex=&quot;-1&quot;&gt;JSKOS Data Format&lt;/h2&gt;
&lt;p&gt;The core of the concordances infrastructure turned out to be the &lt;a href=&quot;https://gbv.github.io/jskos/&quot; target=&quot;_blank&quot;&gt;JSKOS data
format&lt;/a&gt; for knowledge organization systems. In
short this format is an application profile of JSON-LD [@JSONLD] for SKOS
[@SKOS] extended by support of mappings, concordances, usage statistics, and
optional closed world statements [@JSKOS]. The specification has reached a
stable state with only minor additions to be discussed.&lt;/p&gt;
&lt;h2 id=&quot;cocoda-web-application&quot; tabindex=&quot;-1&quot;&gt;Cocoda Web Application&lt;/h2&gt;
&lt;p&gt;The new version of Cocoda is build as singe page web application using the &lt;a href=&quot;https://vuejs.org/&quot; target=&quot;_blank&quot;&gt;Vue
JavaScript framework&lt;/a&gt; instead of AngularJS. We had some
good experiences with the latter [@code4lib] but Vue turned out to be more
manageable. The application can be broken down into four main components:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;!-- --&gt;&lt;/th&gt;
&lt;th&gt;&lt;!-- --&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;concept browser&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;based on a hierarchical navigation and a detailled display of selected concepts&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;mapping editor&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;to create, modify, and annotate mappings&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;mapping browser&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;to show existing mappings and mapping recommendations from multiple sources&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;occurrences table&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;to show the number of times selected concepts are used in library catalogs&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;These components shall also be usable independently from Cocoda for instance to
provide hierarchical browsing in one classification. Additional parts of the
application for interaction with backend services may be pubished as &lt;a href=&quot;https://www.npmjs.com/&quot; target=&quot;_blank&quot;&gt;npm
modules&lt;/a&gt; which can also be used for server side
applications.&lt;/p&gt;
&lt;p&gt;The web application is developed publically at &lt;a href=&quot;https://github.com/gbv/cocoda&quot; target=&quot;_blank&quot;&gt;https://github.com/gbv/cocoda&lt;/a&gt;
with technical documentation published at &lt;a href=&quot;https://gbv.github.io/cocoda/&quot; target=&quot;_blank&quot;&gt;https://gbv.github.io/cocoda/&lt;/a&gt;. We
use a Kanban board at &lt;a href=&quot;https://waffle.io/&quot; target=&quot;_blank&quot;&gt;Waffle.io&lt;/a&gt; for project management and
&lt;a href=&quot;https://travis-ci.org/&quot; target=&quot;_blank&quot;&gt;travis-ci&lt;/a&gt; for continuous integration.&lt;/p&gt;
&lt;h2 id=&quot;backend-web-services&quot; tabindex=&quot;-1&quot;&gt;Backend Web Services&lt;/h2&gt;
&lt;p&gt;The web application communicates with independent backend services, mainly in
JSKOS format:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;terminology services&lt;/strong&gt; such &lt;a href=&quot;https://api.dante.gbv.de/&quot; target=&quot;_blank&quot;&gt;https://api.dante.gbv.de/&lt;/a&gt;, Skosmos etc. [@poster]&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;mapping providers&lt;/strong&gt; with concordances and mapping recommendations&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;occurrence services&lt;/strong&gt; that look up (combined) usage of concepts in library catalogs&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;mapping stores&lt;/strong&gt; allow creation, modification, and annotation of mappings&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;identiy providers&lt;/strong&gt; manage user accounts and provide access tokens via OAuth2&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;additional-data-processing&quot; tabindex=&quot;-1&quot;&gt;Additional Data Processing&lt;/h2&gt;
&lt;p&gt;Backend services and additional data processing pipelines are implemented with
different technologies. In particular we use and contribute to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://pypi.python.org/pypi/mc2skos&quot; target=&quot;_blank&quot;&gt;mc2skos&lt;/a&gt;&lt;/strong&gt; command line application for
converting MARC 21 records to JSKOS&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://metacpan.org/pod/distribution/Catmandu/lib/Catmandu/Introduction.pod&quot; target=&quot;_blank&quot;&gt;Catmandu&lt;/a&gt;&lt;/strong&gt;
data processing toolkit for access to and transformation of other library data&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://www.npmjs.org/package/wikidata-taxonomy&quot; target=&quot;_blank&quot;&gt;wikidata-taxonomy&lt;/a&gt;&lt;/strong&gt;
and &lt;strong&gt;&lt;a href=&quot;https://wdmapper.readthedocs.io/&quot; target=&quot;_blank&quot;&gt;wdmapper&lt;/a&gt;&lt;/strong&gt; Wikidata
authority file extraction and mapping tools&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;references&quot; tabindex=&quot;-1&quot;&gt;References&lt;/h2&gt;

    </content>
  </entry>
  <entry>
    <title>Übersicht von GND-Konkordanzen</title>
    <link href="https://coli-conc.gbv.de/de/publications/tr12.html"/>
    <updated>2018-11-29T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/publications/tr12.html</id>
    <summary>Vorhandene Mappings zwischen GND und anderen Vokabularen</summary>
    <content type="html">
      &lt;p&gt;Diese Übersicht fasst vorhandene Mappings zwischen der Gemeinsamen Normdatei (GND) und anderen Vokabularen zusammen soweit diese ermittelt werden konnten (Stand November 2018).&lt;/p&gt;
&lt;h2 id=&quot;konkordanzen-auf-die-gnd&quot; tabindex=&quot;-1&quot;&gt;Konkordanzen auf die GND&lt;/h2&gt;
&lt;p&gt;Mappings von Einträgen anderer Vokbaulare zu GND-Datensätzen stammen aus verschiedenen Projekten und werden mit unterschiedlichen Verfahren erstellt und gepflegt.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&quot;text-align:right&quot;&gt;Mappings&lt;/th&gt;
&lt;th&gt;Vokabular&lt;/th&gt;
&lt;th&gt;Beschreibung und Stand&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align:right&quot;&gt;~17.886.000&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;VIAF&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Vor allem Personensätze (monatlich aktualisiert)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align:right&quot;&gt;~670.000&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Wikidata&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Alle Arten von Wikidata-Items (laufend aktualisiert)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align:right&quot;&gt;~95.000&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;RVK&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;GND-Registerbegriffe in der RVK (vierteljährliche Updates)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align:right&quot;&gt;21.579&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;STW&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Verschiedene Relationstypen, vorrangig Sachbegriffe der Wirtschaftswissenschaften und angrenzender Disziplinen (aktuell)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align:right&quot;&gt;14.051&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;TheSoz&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Verschiedene Relationstypen, vorrangig Sachbegriffe der Sozialwissenschaften und angrenzender Disziplinen (Aktualisierung erforderlich)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align:right&quot;&gt;~9.500&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;MeSH&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Verschiedene Relationstypen, vorrangig Sachbegriffe der Medizin (Stand 2008, Aktualisierung bis 2020 geplant)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align:right&quot;&gt;6.250&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;AGROVOC&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Verschiedene Relationstypen, vorrangig Sachbegriffe der Agrar- und Lebenswissenschaften und angrenzender Disziplinen (Stand 2008, Aktualisierung bis 2020 geplant)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Die umfangreichste Konkordanz mit der Virtual International Authority File (VIAF) wird algorithmisch bestimmt [@Hickey2014] während Mappings in Wikidata manuell und offen von Freiwilligen eingetragen werden. Zuvor wurden seit 2005 Wikipedia-Personenartikel mit PND-IDs versehen [@Voss2005].&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://coli-conc.gbv.de/de/publications/tr12.html#fn1&quot; id=&quot;fnref1&quot;&gt;[1]&lt;/a&gt;&lt;/sup&gt; VIAF und Wikidata weisen beide die Besonderheit auf, dass es sich um Mapping-Hubs handelt, die neben der GND mit weiteren Vokabularen verknüpft werden; sie können also auch genutzt werden um von GND indirekt auf andere Vokabulare zu mappen. Alle anderen hier aufgeführten Konkordanzen wurden von Expert*innen erstellt.&lt;/p&gt;
&lt;h2 id=&quot;konkordanzen-von-der-gnd&quot; tabindex=&quot;-1&quot;&gt;Konkordanzen von der GND&lt;/h2&gt;
&lt;p&gt;Mappings von GND-Datensätzen werden zum größten Teil direkt in der GND eingetragen. Bei Personendatensätzen wird dafür PICA-Field &lt;code&gt;024&lt;/code&gt; mit &lt;a href=&quot;http://www.loc.gov/standards/sourcelist/standard-identifier.html&quot; target=&quot;_blank&quot;&gt;Standard Identifier Source Codes&lt;/a&gt; [@IdentifierSourceCodes] verwendet, dabei sind jedoch nur 1-zu-1-Mappings möglich. Die DDC-Mappings stehen mit unterschiedlichem Determiniertheitsgrad in PICA-Feld &lt;code&gt;083&lt;/code&gt;. Weitere Mappings sind bereits im RDF-Format verfügbar. Mit dem Projekt GNDmul sollen ab 2020 alle vorhandenen Mappings in der GND eingetragen und in verschiedenen Formaten verfügbar gemacht werden.&lt;/p&gt;
&lt;!--Darüber hinaus gibt es innerhalb der GND 1-zu-n Mappings in Form von Hinweissätzen (z.B. Ötzi $&#92;Rightarrow$ Hauslabjoch $+$ Gletscherleiche).--&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&quot;text-align:right&quot;&gt;Mappings&lt;/th&gt;
&lt;th&gt;Vokabulare&lt;/th&gt;
&lt;th&gt;Beschreibung und Stand&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align:right&quot;&gt;~228.000&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;DDC&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Aufbauend auf CrissCross-SWD (laufend aktualisiert)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align:right&quot;&gt;~101.000&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;LCSH/RAMEAU&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Vorrangig Äquivalenz- oder Nullrelationen für Sachbegriffe mit hohem Dokumentenaufkommen in zugehörigen Bibliothekskatalogen (Aktualisierung erforderlich)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align:right&quot;&gt;11.200&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;AGROVOC&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Siehe AGROVOC-GND-Konkordanz&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align:right&quot;&gt;6.262&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;ORCID&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Neue Personendatensätze (laufend aktualisiert)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align:right&quot;&gt;3.405&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;VIAF&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Neue Personendatensätze (laufend aktualisiert)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align:right&quot;&gt;2.249&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;SCOPUS&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Neue Personendatensätze (laufend aktualisiert)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align:right&quot;&gt;2.026&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;ISNI&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Neue Personendatensätze (laufend aktualisiert)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align:right&quot;&gt;1.732&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;LCCN&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Neue Personendatensätze (laufend aktualisiert)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align:right&quot;&gt;843&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Wikidata&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Neue Personendatensätze (laufend aktualisiert)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align:right&quot;&gt;677&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;ResearcherID&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Neue Personendatensätze (laufend aktualisiert)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align:right&quot;&gt;27&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Getty ULAN&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Neue Personendatensätze (laufend aktualisiert)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&quot;nutzung-der-gnd-konkordanzen&quot; tabindex=&quot;-1&quot;&gt;Nutzung der GND-Konkordanzen&lt;/h2&gt;
&lt;p&gt;Die Mappings aller vorhandenen Konkordanzen werden nach und nach in die coli-conc-Konkordanzdatenbank eingetragen und können dort abgefragt und heruntergeladen werden. Eine aktuelle Übersicht speziell von GND-Mappings findet sich unter &lt;a href=&quot;http://coli-conc.gbv.de/concordances/gnd&quot; target=&quot;_blank&quot;&gt;http://coli-conc.gbv.de/concordances/gnd&lt;/a&gt;. Zur Erstellung und Pflege weiterer Mappings steht die Webanwendung Cocoda zur Verfügung.&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://coli-conc.gbv.de/de/publications/tr12.html#fn2&quot; id=&quot;fnref2&quot;&gt;[2]&lt;/a&gt;&lt;/sup&gt; Eine Auswertung vorhandener Mappings nach Abdeckungsgrad und Konsistenz steht noch aus.&lt;/p&gt;
&lt;h2 id=&quot;literatur&quot; tabindex=&quot;-1&quot;&gt;Literatur&lt;/h2&gt;
&lt;hr class=&quot;footnotes-sep&quot;&gt;
&lt;ol class=&quot;footnotes-list&quot;&gt;
&lt;li id=&quot;fn1&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;Siehe &lt;a href=&quot;https://de.wikipedia.org/wiki/Hilfe:GND&quot; target=&quot;_blank&quot;&gt;https://de.wikipedia.org/wiki/Hilfe:GND&lt;/a&gt;. Die Wikipedia-Mappings sind weitgehend nach Wikidata migriert, werden aber von der deutschprachigen Wikipedia-Community noch parallel weitergepflegt. &lt;a href=&quot;https://coli-conc.gbv.de/de/publications/tr12.html#fnref1&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;fn2&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;Siehe &amp;lt;/cocoda/&amp;gt; und &lt;a href=&quot;https://github.com/gbv/cocoda&quot; target=&quot;_blank&quot;&gt;https://github.com/gbv/cocoda&lt;/a&gt;. &lt;a href=&quot;https://coli-conc.gbv.de/de/publications/tr12.html#fnref2&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;


    </content>
  </entry>
  <entry>
    <title>Cocoda 1.4.0</title>
    <link href="https://coli-conc.gbv.de/de/blog/2020/06/30/cocoda-1.4.0/"/>
    <updated>2020-06-30T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/blog/2020/06/30/cocoda-1.4.0/</id>
    <summary>Neue Cocoda-Version mit Docker und Refactoring</summary>
    <content type="html">
      &lt;p&gt;Die neue Version 1.4.0 des &lt;a href=&quot;https://coli-conc.gbv.de/de/cocoda/&quot;&gt;Mapping-Tool Cocoda&lt;/a&gt; beinhaltet neben mehreren Bugfixes interne Umstrukturierung (Refactoring): wesentliche Funktionen zum Zugriff auf Vokabulare und andere JSKOS-Daten können mit dem Modul &lt;a href=&quot;https://github.com/gbv/cocoda-sdk&quot; target=&quot;_blank&quot;&gt;cocoda-sdk&lt;/a&gt; nun auch unabhängig von Cocoda genutzt werden. Außerdem wir mit der Bereitstellung von Docker-Images begonen, um die Installation von Cocoda weiter zu vereinfachen.&lt;/p&gt;
&lt;p&gt;Weitere Details zur neuen Version finden sich in den &lt;a href=&quot;https://github.com/gbv/cocoda/releases/tag/1.4.0&quot; target=&quot;_blank&quot;&gt;Release-Notes bei GitHub&lt;/a&gt;.&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title>Neue Webseite</title>
    <link href="https://coli-conc.gbv.de/de/blog/2020/07/09/new-website/"/>
    <updated>2020-07-09T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/blog/2020/07/09/new-website/</id>
    <summary>... ist aktuell in Entwicklung!</summary>
    <content type="html">
      &lt;p&gt;Wir arbeiten gerade an dieser tollen neuen Webseite.&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title>Prototyp von coli-rich zur Kataloganreicherung</title>
    <link href="https://coli-conc.gbv.de/de/blog/2020/08/24/coli-rich-prototype/"/>
    <updated>2020-08-24T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/blog/2020/08/24/coli-rich-prototype/</id>
    <summary>Webanwendung zur Anreicherung der Sacherschließung durch Mappings</summary>
    <content type="html">
      &lt;p&gt;Unter &lt;a href=&quot;https://gbv.github.io/coli-rich/&quot; target=&quot;_blank&quot;&gt;https://gbv.github.io/coli-rich/&lt;/a&gt; gibt es einen ersten Prototyp der Webanwendung &lt;a href=&quot;https://coli-conc.gbv.de/de/coli-rich/&quot;&gt;&lt;strong&gt;coli-rich&lt;/strong&gt;&lt;/a&gt; zur Anreicherung der Sacherschließung mittels Konkordanzen. Über die Weboberfläche lassen sich Datensätze aus dem &lt;a href=&quot;https://opac.k10plus.de/&quot; target=&quot;_blank&quot;&gt;K10Plus-Katalog&lt;/a&gt; laden und die darin vorhandenen Sacherschließungsdaten analysieren. Falls das coli-conc Konkordanz-Register passende Mappings zu Vokabularen enthält, mit denen der Datensatz noch nicht erschlossen ist, wird eine entsprechende Anreicherung vorgeschlagen. Mappings können mit &lt;a href=&quot;https://coli-conc.gbv.de/de/cocoda/&quot;&gt;Cocoda&lt;/a&gt; direkt zum Konkordanz-Register hinzugefügt oder dort bewertet werden.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://gbv.github.io/coli-rich/&quot; target=&quot;_blank&quot;&gt;&lt;img class=&quot;image&quot; src=&quot;https://coli-conc.gbv.de/images/screenshot-coli-rich-2020-08-24.png&quot; style=&quot;&quot; alt=&quot;Screenshot coli-rich&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Im Laufe des Jahres soll coli-rich erweitert werden, so dass nur geprüfte Mappings Verwendung finden. Wenn sich Mappings als falsch herausstellen, kann die Anreicherung zurückverfolgt und automatisch korrigiert werden. Nach der Testphase wird die Anreicherung auf größerer Teile des K10Plus-Katalog ausgeweitet und automatisiert.&lt;/p&gt;
&lt;p&gt;Bislang werden Basisklassifikation (BK), Regensburger Verbundklassifikation (RVK), Sachgruppen der Deutschen Nationalbibliografie und Dewey-Dezimalklassifikation (DDC) unterstützt.&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title>Cocoda 1.4.1</title>
    <link href="https://coli-conc.gbv.de/de/blog/2020/08/25/cocoda-1.4.1/"/>
    <updated>2020-08-25T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/blog/2020/08/25/cocoda-1.4.1/</id>
    <summary>DDC/SDNB notation handling and small fixes</summary>
    <content type="html">
      &lt;p&gt;Release 1.4.1 of &lt;a href=&quot;https://coli-conc.gbv.de/de/cocoda/&quot;&gt;Cocoda&lt;/a&gt; contains a few bugfixes and updated dependencies. DDC and SDNB notations are now displayed in a special way.&lt;/p&gt;
&lt;p&gt;You can find the full release notes &lt;a href=&quot;https://github.com/gbv/cocoda/releases/tag/1.4.1&quot; target=&quot;_blank&quot;&gt;on GitHub&lt;/a&gt;.&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title>New Website</title>
    <link href="https://coli-conc.gbv.de/de/blog/2020/09/29/new-website/"/>
    <updated>2020-09-29T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/blog/2020/09/29/new-website/</id>
    <summary>Our new website is now live!</summary>
    <content type="html">
      &lt;p&gt;After more than five years, the coli-conc website at &amp;lt;/&amp;gt; got a fresh layout and internal refactoring. All URLs should still be working! (If not, please let us know.) The sources are managed &lt;a href=&quot;https://github.com/gbv/coli-conc.gbv.de/&quot; target=&quot;_blank&quot;&gt;in a public GitHub repository&lt;/a&gt; like &lt;a href=&quot;https://coli-conc.gbv.de/de/publications/#software&quot;&gt;all of our software&lt;/a&gt;. Selected pages are available in both English and German.&lt;/p&gt;
&lt;p&gt;Instead of being served through PHP, the website is now built from Markdown files via a static site generator called &lt;a href=&quot;https://www.11ty.dev/&quot; target=&quot;_blank&quot;&gt;Eleventy&lt;/a&gt;. This made it possible to better separate logic from content. Dynamic elements can be added client side with our favorite &lt;a href=&quot;https://vuejs.org/&quot; target=&quot;_blank&quot;&gt;JavaScript framework Vue&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This post is also part of our new blog! We converted existing reports to blog posts, so there are already &lt;a href=&quot;https://coli-conc.gbv.de/de/blog/&quot;&gt;some posts available&lt;/a&gt;. We will share updates about the project and our services here from now on. You can subscribe to our blog via &lt;a href=&quot;https://coli-conc.gbv.de/de/rss/blog.xml&quot;&gt;RSS&lt;/a&gt; and follow us &lt;a href=&quot;https://twitter.com/coli_conc&quot; target=&quot;_blank&quot;&gt;on Twitter&lt;/a&gt;.&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title>Verbundzentrale des GBV übernimmt BARTOC</title>
    <link href="https://coli-conc.gbv.de/de/blog/2020/11/04/bartoc/"/>
    <updated>2020-11-04T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/blog/2020/11/04/bartoc/</id>
    <summary>Das Vokabular-Verzeichnis wird vom coli-conc Team betrieben</summary>
    <content type="html">
      &lt;p&gt;Die &lt;a href=&quot;https://www.gbv.de/&quot; target=&quot;_blank&quot;&gt;Verbundzentrale des GBV (VZG)&lt;/a&gt; hat zum November 2020 den Betrieb des Vokabular-Verzeichnis &lt;a href=&quot;https://bartoc.org/&quot; target=&quot;_blank&quot;&gt;BARTOC&lt;/a&gt; übernommen. BARTOC enthält Informationen zu über mehr als 5.000 Wissensorganisationssysteme wie Klassifikationen, Thesauri, Ontologien und Normdateien. Die Inhalte werden durch eine &lt;a href=&quot;https://bartoc.org/contact&quot; target=&quot;_blank&quot;&gt;internationale Gruppe von Redakteuren&lt;/a&gt; betreut und stehen in verschiedener Form frei zur Verfügung. Das &amp;quot;Basic Register of Thesauri, Ontologies &amp;amp; Classifications&amp;quot; (bisher &amp;quot;Basel Register of Thesauri, Ontologies &amp;amp; Classifications&amp;quot;) wurde 2013 von Andreas Ledl an der UB Basel entwickelt und dort betrieben. Mit dem Umzug an die VZG in Göttingen wurde die Datenbank auf eine neue technische Infrastruktur im Rahmen des &lt;a href=&quot;https://coli-conc.gbv.de/&quot;&gt;Projekt coli-conc&lt;/a&gt; umgestellt. BARTOC wird damit zu einem zentralen Bestandteil weiterer Normdatendienste wie der Webanwendung &lt;a href=&quot;https://coli-conc.gbv.de/de/cocoda/&quot;&gt;Cocoda&lt;/a&gt; zur Erstellung und Pflege von Konkordanzen und den einheitlichen Schnittstellen zum Zugriff auf Vokabulare.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://bartoc.org/&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://bartoc.org/img/bartoc-logo.svg&quot; alt=&quot;&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Die Adresse &lt;a href=&quot;https://bartoc.org/&quot; target=&quot;_blank&quot;&gt;https://bartoc.org/&lt;/a&gt; und alle BARTOC-URLs bleiben bestehen. Das Redaktionsteam freut sich über Hinweise auf Ergänzungen und Korrekturen.&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title>Mapping Wikidata and other vocabularies with Cocoda</title>
    <link href="https://coli-conc.gbv.de/de/blog/2020/11/19/wikidata-mapping/"/>
    <updated>2020-11-19T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/blog/2020/11/19/wikidata-mapping/</id>
    <summary>At WikiCite Virtual conference we showed how to map Wikidata and other vocabularies with Cocoda mapping application</summary>
    <content type="html">
      &lt;p&gt;Last month the &lt;a href=&quot;https://meta.wikimedia.org/wiki/WikiCite/2020_Virtual_conference&quot; target=&quot;_blank&quot;&gt;WikiCite Virtual Conference&lt;/a&gt; took place with 32 hours of presentations and discussion in 5 languages. Recordings are available, there is a lot of interesting input! In particular we co-organized a &lt;a href=&quot;https://meta.wikimedia.org/wiki/WikiCite/2020_Virtual_conference#Wissensorganisation_und_Bibliographische_Daten&quot; target=&quot;_blank&quot;&gt;session on Knowledge Organization and bibliographic data&lt;/a&gt;. After a keynote by Andrea Scharnhorst we gave a German introduction how to create and manage mappings between Wikidata and other vocabularies using &lt;a href=&quot;https://coli-conc.gbv.de/de/cocoda/&quot;&gt;Cocoda&lt;/a&gt;. The presentation was later &lt;a href=&quot;https://www.wikidata.org/wiki/File:Wikidata_Cocoda_Screencast.webm&quot; target=&quot;_blank&quot;&gt;repeated in English&lt;/a&gt; as well (7 minutes).&lt;/p&gt;
&lt;p&gt;In Wikidata there is also &lt;a href=&quot;https://www.wikidata.org/wiki/Wikidata:Tools/Cocoda&quot; target=&quot;_blank&quot;&gt;a detailled documentation page&lt;/a&gt; about Cocoda. Have a look and &lt;a href=&quot;https://coli-conc.gbv.de/cocoda/wikidata/&quot; target=&quot;_blank&quot;&gt;try out mapping&lt;/a&gt;!&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title>Cocoda 1.4.3</title>
    <link href="https://coli-conc.gbv.de/de/blog/2020/11/24/cocoda-1.4.3/"/>
    <updated>2020-11-24T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/blog/2020/11/24/cocoda-1.4.3/</id>
    <summary>Support for Skosmos hierarchies and sharing mapping searches</summary>
    <content type="html">
      &lt;p&gt;Release 1.4.3 of &lt;a href=&quot;https://coli-conc.gbv.de/de/cocoda/&quot;&gt;Cocoda&lt;/a&gt; contains a few bugfixes and updated dependencies. It also adds support for Skomos hierarchies (including the ILC vocabulary) as well as a &amp;quot;Share Link&amp;quot; for mapping searches.&lt;/p&gt;
&lt;p&gt;You can find the full release notes &lt;a href=&quot;https://github.com/gbv/cocoda/releases/tag/1.4.3&quot; target=&quot;_blank&quot;&gt;on GitHub&lt;/a&gt;.&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title>DFG-Bewilligung</title>
    <link href="https://coli-conc.gbv.de/de/blog/2020/12/08/dfg-funding/"/>
    <updated>2020-12-08T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/blog/2020/12/08/dfg-funding/</id>
    <summary>DFG-Bewilligung für die abschließende Phase des coli-conc Projekts (2021/2022)</summary>
    <content type="html">
      &lt;p&gt;Wir freuen uns mitzuteilen, dass das Projekt coli-conc für die abschließende Projektphase 2021/2022 eine weitere zweijährige finanzielle Unterstützung von der DFG bewilligt bekommen hat. Wir werden an dieser Stelle regelmäßige Updates zum weiteren Projektverlauf veröffentlichen.&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title>Stable release of BARTOC.org</title>
    <link href="https://coli-conc.gbv.de/de/blog/2021/02/04/bartoc-1-0/"/>
    <updated>2021-02-04T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/blog/2021/02/04/bartoc-1-0/</id>
    <summary>We released a stable release 1.0.0 of BARTOC.org database interface.</summary>
    <content type="html">
      &lt;p&gt;At the end of 2020 the &lt;a href=&quot;https://bartoc.org/&quot; target=&quot;_blank&quot;&gt;terminology registry BARTOC&lt;/a&gt; was migrated to the head office of common library network (VZG). Team coli-conc is responsible for its maintenance since then. In the last month we fixed the pending bugs and polished the user interface to finally reach a stable &lt;a href=&quot;https://github.com/gbv/bartoc.org/releases/tag/v1.0.0&quot; target=&quot;_blank&quot;&gt;release version 1.0.0&lt;/a&gt;. Major improvements include an enhanced &lt;a href=&quot;http://bartoc.org/vocabularies&quot; target=&quot;_blank&quot;&gt;search&lt;/a&gt; with multiple sort options and improved vocabulary editing.&lt;/p&gt;
&lt;p&gt;BARTOC is continuously extended, your &lt;a href=&quot;https://github.com/gbv/bartoc.org/issues&quot; target=&quot;_blank&quot;&gt;feedback and suggestions are highly appreciated&lt;/a&gt;! To add or modify vocabulary metadata please &lt;a href=&quot;http://bartoc.org/contact&quot; target=&quot;_blank&quot;&gt;contact the editors&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;New layout:&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://coli-conc.gbv.de/images/bartoc-screenshot-2021.png&quot; alt=&quot;BARTOC after migration&quot;&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Old layout:&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://coli-conc.gbv.de/images/bartoc-screenshot-2020.png&quot; alt=&quot;BARTOC before migration&quot;&gt;&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title>Stellenausschreibung</title>
    <link href="https://coli-conc.gbv.de/de/blog/2021/02/10/stellenausschreibung/"/>
    <updated>2021-02-10T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/blog/2021/02/10/stellenausschreibung/</id>
    <summary>Wir suchen zum nächstmöglichen Zeitpunkt Verstärkung für unser Team</summary>
    <content type="html">
      &lt;p&gt;Wir suchen zum nächstmöglichen Zeitpunkt als Verstärkung für &lt;a href=&quot;https://coli-conc.gbv.de/contact/&quot;&gt;unser Team&lt;/a&gt; eine*n Systembibliothekar*in. Die Stelle ist teilzeitgeeignet mit umfangreicher Möglichkeit zur Telearbeit, ein Umzug nach Göttingen ist also nicht notwendig. Zu den geplanten Tätigkeiten gehört:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Erstellung und Bewertung von Normdaten-Konkordanzen und Vokabularpflege&lt;/li&gt;
&lt;li&gt;Datenpflege, Datenkonvertierung und Aufbereitung von Statistiken&lt;/li&gt;
&lt;li&gt;Erstellung von Informationsmaterial&lt;/li&gt;
&lt;li&gt;Durchführung von Workshops und Schulungen (bis auf Weiteres primär online)&lt;/li&gt;
&lt;li&gt;Kommunikation mit bibliothekarischen Einrichtungen und Herausgeberinnen und Herausgeber&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Bewerbungsschluss ist Ende März. Weitere Details &lt;a href=&quot;https://www.gbv.de/stellen/pdf/stellenausschreibung-systembibliothekarin-2021.pdf&quot; target=&quot;_blank&quot;&gt;in der Stellenausschreibung&lt;/a&gt;. Für Rückfragen stehen wir gerne zur Verfügung!&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title>Vocabulary browsing in BARTOC</title>
    <link href="https://coli-conc.gbv.de/de/blog/2021/03/23/bartoc-vocabulary-browsing/"/>
    <updated>2021-03-23T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/blog/2021/03/23/bartoc-vocabulary-browsing/</id>
    <summary>BARTOC is being extended to support unified vocabulary search and browsing.</summary>
    <content type="html">
      &lt;p&gt;The vocabulary registry &lt;a href=&quot;https://bartoc.org/&quot; target=&quot;_blank&quot;&gt;BARTOC&lt;/a&gt; contains metadata about several thousand library classifications, thesauri, ontologies and other controlled vocabularies to improve visibility and findability of knowledge organization systems. With the migration to coli-conc infrastructure, we also aim to improve direct access to vocabulary content. This includes information about public APIs to access vocabularies, for instance &lt;a href=&quot;https://skosmos.org/&quot; target=&quot;_blank&quot;&gt;Skosmos&lt;/a&gt;, &lt;a href=&quot;https://skohub.io/&quot; target=&quot;_blank&quot;&gt;Skohub&lt;/a&gt;, &lt;a href=&quot;https://github.com/gbv/jskos-server#jskos-server&quot; target=&quot;_blank&quot;&gt;JSKOS API&lt;/a&gt;, SPARQL, and other kinds of webservices.&lt;/p&gt;
&lt;p&gt;Based on these APIs we started to implement searching and browsing in vocabularies as part of BARTOC user interface. See &lt;a href=&quot;http://bartoc.org/en/node/18538#content&quot; target=&quot;_blank&quot;&gt;Library of Congress Genre/Form Terms&lt;/a&gt;, &lt;a href=&quot;http://bartoc.org/en/node/15#content&quot; target=&quot;_blank&quot;&gt;EuroVoc&lt;/a&gt;, &lt;a href=&quot;https://bartoc.org/en/node/533#content&quot; target=&quot;_blank&quot;&gt;Regensburger Verbundklassifikation (RVK)&lt;/a&gt;, and &lt;a href=&quot;http://bartoc.org/en/node/241#content&quot; target=&quot;_blank&quot;&gt;DDC&lt;/a&gt;. The latter is only available in German because of the license.&lt;/p&gt;
&lt;p&gt;Unification of vocabulary services in BARTOC will be presented at poster at &lt;a href=&quot;https://2021.code4lib.org/&quot; target=&quot;_blank&quot;&gt;Code4Lib 2021 conference&lt;/a&gt;. A small slideset is available via &lt;a href=&quot;https://doi.org/10.5281/zenodo.4629367&quot; target=&quot;_blank&quot;&gt;https://doi.org/10.5281/zenodo.4629367&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://bartoc.org/en/node/18538#content&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://coli-conc.gbv.de/images/bartoc-vocabulary-browsing.png&quot; alt=&quot;&quot;&gt;&lt;/a&gt;&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title>Analysis of Synthesized DDC Numbers</title>
    <link href="https://coli-conc.gbv.de/de/blog/2021/03/25/coli-ana/"/>
    <updated>2021-03-25T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/blog/2021/03/25/coli-ana/</id>
    <summary>We present an API and web interface to look up which DDC classes are contained in a synthesized DDC number</summary>
    <content type="html">
      &lt;p&gt;The &lt;a href=&quot;https://en.wikipedia.org/wiki/Dewey_Decimal_Classification&quot; target=&quot;_blank&quot;&gt;Dewey Decimal Classification (DDC)&lt;/a&gt; has been in use for more than 100 years in libraries in more than 138 countries around the world. In addition to the classes listed in the schedules, the DDC system allows to build so called &lt;em&gt;synthesized numbers&lt;/em&gt; based on sophisticated rules. The way back is not straigthforward and it cannot easily be seen which DDC classes are contained in a synthesized DDC number. The automatic analysis of DDC numbers is carried out at the VZG as part of the project Colibri/DDC by Ulrike Reiner, PhD. We are happy to share the first publicly available version of an &lt;a href=&quot;https://coli-conc.gbv.de/coli-ana/app/&quot;&gt;API and web interface&lt;/a&gt; to look up and show the most detailed anaylsis of synthesized DDC numbers. As of today, the database contains 11,360 analyzed DDC numbers from the main classes 100 and 700. More information and a short screencast can be found on the &lt;a href=&quot;https://coli-conc.gbv.de/coli-ana/&quot;&gt;coli-ana project page&lt;/a&gt;.&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title>Präsentationen zu BARTOC und Sacherschließung</title>
    <link href="https://coli-conc.gbv.de/de/blog/2021/06/18/bibtag/"/>
    <updated>2021-06-18T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/blog/2021/06/18/bibtag/</id>
    <summary>Auf dem Bibliothekstag haben wir BARTOC und aktuelle Dienste und Projekte im Bereich Sacherschließung vorgestellt</summary>
    <content type="html">
      &lt;p&gt;Das Projekt coli-conc umfasst inzwischen mehrere Dienste und Projekte im Bereich der Sacherschließung an der VZG. Aus diesem Grund haben wir im Rahmen des &lt;a href=&quot;https://bibliothekartag2021.de/&quot; target=&quot;_blank&quot;&gt;Bibliothekstag 2021&lt;/a&gt; den aktuellen Stand und neue Entwicklungen im Rahmen einer Sprechstund vorgestellt. Die dazu gehörigen Folien &lt;a href=&quot;https://coli-conc.gbv.de/de/publications/2021-06-17-sprechstunde-bibliothekartag.pdf&quot;&gt;gibt es hier&lt;/a&gt;. Außerdem haben wir in einem Vortrag das Vokabularverzeichnis &lt;a href=&quot;https://bartoc.org/&quot; target=&quot;_blank&quot;&gt;BARTOC&lt;/a&gt; genauer vorgestellt und sind auf die aktuelle Entwicklung zu einem vollständigen Datendienst zu Vokabulardaten eingegangen.&lt;/p&gt;
&lt;p&gt;...Vortragsfolien (OPUS), Aufzeichnung des Vortrags (?)...&lt;/p&gt;
&lt;p&gt;...direkte Links von Einträgen eines Vokabulars in Kataloge. Derzeit ist diese Funktion für folgende Vokabulare umgesetzt:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://bartoc.org/en/node/533&quot; target=&quot;_blank&quot;&gt;Regensburger Verbundklassifikation (RVK)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://bartoc.org/en/node/18785&quot; target=&quot;_blank&quot;&gt;Basisklassifikation (BK)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://bartoc.org/en/node/241&quot; target=&quot;_blank&quot;&gt;Dewey-Dezimalklassifikation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://bartoc.org/en/node/18928&quot; target=&quot;_blank&quot;&gt;Sondersammelgebiets-Nummer (SSG)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://bartoc.org/en/node/18497&quot; target=&quot;_blank&quot;&gt;Sachgruppen der DBV ab 2004&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://bartoc.org/en/node/20049&quot; target=&quot;_blank&quot;&gt;Sachgruppen der DNB bis 2003&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Geplant ist die Erweiterung um mindestens folgende Vokabulare:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://bartoc.org/en/node/430&quot; target=&quot;_blank&quot;&gt;Gemeinsame Normdatei (GND)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://bartoc.org/en/node/313&quot; target=&quot;_blank&quot;&gt;Standard Thesaurus Wirtschaft&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://bartoc.org/en/node/474&quot; target=&quot;_blank&quot;&gt;Mathematics Subject Classification (MSC)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://bartoc.org/en/node/454&quot; target=&quot;_blank&quot;&gt;Library of Congress Subject Headings (LCSH)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://bartoc.org/en/node/486&quot; target=&quot;_blank&quot;&gt;Library of Congress Classification (LCC)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://bartoc.org/en/node/528&quot; target=&quot;_blank&quot;&gt;National Library of Medicine Classification (NLM)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

    </content>
  </entry>
  <entry>
    <title>Cocoda 1.4.5</title>
    <link href="https://coli-conc.gbv.de/de/blog/2021/06/21/cocoda-1.4.5/"/>
    <updated>2021-06-21T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/blog/2021/06/21/cocoda-1.4.5/</id>
    <summary>coli-ana integration</summary>
    <content type="html">
      &lt;p&gt;Release 1.4.5 of &lt;a href=&quot;https://coli-conc.gbv.de/de/cocoda/&quot;&gt;Cocoda&lt;/a&gt; contains a few bugfixes and updated dependencies. It also adds direct integration of &lt;a href=&quot;https://coli-conc.gbv.de/de/coli-ana/&quot;&gt;coli-ana&lt;/a&gt; to allow analyzing synthesized DDC numbers right in Cocoda.&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://coli-conc.gbv.de/de/blog/2021/06/21/cocoda-1.4.5/#fn1&quot; id=&quot;fnref1&quot;&gt;[1]&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;You can find the full release notes &lt;a href=&quot;https://github.com/gbv/cocoda/releases/tag/1.4.5&quot; target=&quot;_blank&quot;&gt;on GitHub&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img title=&quot;Image showing coli-ana integration in Cocoda&quot; src=&quot;https://coli-conc.gbv.de/images/cocoda-1.4.5.png&quot; srcset=&quot;https://coli-conc.gbv.de/images/cocoda-1.4.5@2x.png 2x&quot;&gt;&lt;/p&gt;
&lt;hr class=&quot;footnotes-sep&quot;&gt;
&lt;ol class=&quot;footnotes-list&quot;&gt;
&lt;li id=&quot;fn1&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;Note that this integration is still a work in progress. For more information, please refer to &lt;a href=&quot;https://github.com/gbv/cocoda/issues/524&quot; target=&quot;_blank&quot;&gt;this GitHub issue&lt;/a&gt;. &lt;a href=&quot;https://coli-conc.gbv.de/de/blog/2021/06/21/cocoda-1.4.5/#fnref1&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;


    </content>
  </entry>
  <entry>
    <title>Stellenausschreibung</title>
    <link href="https://coli-conc.gbv.de/de/blog/2021/08/27/stellenausschreibung/"/>
    <updated>2021-08-27T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/blog/2021/08/27/stellenausschreibung/</id>
    <summary>Wir suchen zum nächstmöglichen Zeitpunkt Verstärkung für unser Team</summary>
    <content type="html">
      &lt;p&gt;Wir suchen zum nächstmöglichen Zeitpunkt als Verstärkung für &lt;a href=&quot;https://coli-conc.gbv.de/contact/&quot; target=&quot;_blank&quot;&gt;unser Team&lt;/a&gt; eine*n Systembibliothekar*in bzw. Data Librarian. Die Stelle ist teilzeitgeeignet und ein Umzug nach Göttingen ist nicht notwendig, da wir primär vom Home‐Office aus arbeiten. Zu den geplanten Tätigkeiten gehört:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Erstellung und Bewertung von Normdaten-Konkordanzen und Vokabularpflege&lt;/li&gt;
&lt;li&gt;Datenpflege, Datenkonvertierung und Aufbereitung von Statistiken (Data Science)&lt;/li&gt;
&lt;li&gt;Erstellung von Informationsmaterial&lt;/li&gt;
&lt;li&gt;Durchführung von Workshops und Schulungen (bis auf Weiteres primär online)&lt;/li&gt;
&lt;li&gt;Kommunikation mit bibliothekarischen Einrichtungen und Herausgeberinnen und Herausgeber&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Bewerbungsschluss ist der 5. Oktober. Weitere Details gibt es &lt;a href=&quot;https://www.gbv.de/stellen/pdf/Ausschreibung_Coli_Conc_2021-3.pdf&quot; target=&quot;_blank&quot;&gt;in der Stellenausschreibung&lt;/a&gt;. Für Rückfragen stehen wir gerne zur Verfügung!&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title>Cocoda supports MeSH, LCSH, LCNAF, and more</title>
    <link href="https://coli-conc.gbv.de/de/blog/2021/10/15/english-vocabularies/"/>
    <updated>2021-10-15T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/blog/2021/10/15/english-vocabularies/</id>
    <summary>Cocoda 1.4.7 adds support of more English vocabularies such as MeSH and LCSH</summary>
    <content type="html">
      &lt;p&gt;Release 1.4.7 of the &lt;a href=&quot;https://coli-conc.gbv.de/cocoda/&quot;&gt;mapping tool Cocoda&lt;/a&gt; adds support of several English vocabularies, in particular:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://coli-conc.gbv.de/cocoda/app/?fromScheme=http%3A%2F%2Fid.nlm.nih.gov%2Fmesh&quot; target=&quot;_blank&quot;&gt;Medical Subject Headings (MeSH)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://coli-conc.gbv.de/cocoda/app/?fromScheme=http%3A%2F%2Fid.loc.gov%2Fauthorities%2Fsubjects&quot; target=&quot;_blank&quot;&gt;Library of Congress Subject Headings (LCSH)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://coli-conc.gbv.de/cocoda/app/?fromScheme=http%3A%2F%2Fid.loc.gov%2Fauthorities%2Fnames&quot; target=&quot;_blank&quot;&gt;Library of Congress Name Authority File (LCNAF)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Both are integrated via the official vocabulary API of MeSH (&lt;a href=&quot;https://www.nlm.nih.gov/mesh/&quot; target=&quot;_blank&quot;&gt;https://www.nlm.nih.gov/mesh/&lt;/a&gt;) and LoC (&lt;a href=&quot;https://id.loc.gov/&quot; target=&quot;_blank&quot;&gt;https://id.loc.gov&lt;/a&gt;) respectively. Access may be delayed a bit for large sets of concepts but the data is always up-to-date.&lt;/p&gt;
&lt;p&gt;Cocoda started with focus on German library classification systems. Now more and more English vocabularies are supported as well. Further examples include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Thema subject classification scheme of books&lt;/li&gt;
&lt;li&gt;EuroVoc&lt;/li&gt;
&lt;li&gt;Iconclass&lt;/li&gt;
&lt;li&gt;Mathematics Subject Classification&lt;/li&gt;
&lt;li&gt;STW Thesaurus for Economics&lt;/li&gt;
&lt;li&gt;Systematics of the subjects and colleges of the German Research Association&lt;/li&gt;
&lt;li&gt;Hornbostel-Sachs-System&lt;/li&gt;
&lt;li&gt;Nomisma&lt;/li&gt;
&lt;li&gt;Wikidata&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;With Cocoda all vocabularies can be browsed and searched in a unified interface to create and evaluate mappings between them. The tool can be used freely and it is &lt;a href=&quot;https://github.com/gbv/cocoda&quot; target=&quot;_blank&quot;&gt;available as Open Source&lt;/a&gt;. Existing mappings between the new vocabularies will be added to our mapping database in the comming weeks.&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title>Cocoda 1.4.8</title>
    <link href="https://coli-conc.gbv.de/de/blog/2021/10/21/cocoda-1.4.8/"/>
    <updated>2021-10-21T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/blog/2021/10/21/cocoda-1.4.8/</id>
    <summary>Cocoda 1.4.8 improves scrolling performance and includes bug fixes.</summary>
    <content type="html">
      &lt;p&gt;Release 1.4.8 of the &lt;a href=&quot;https://coli-conc.gbv.de/cocoda/&quot;&gt;mapping tool Cocoda&lt;/a&gt; improves scrolling performance and includes bug fixes. Full release notes: &lt;a href=&quot;https://github.com/gbv/cocoda/releases/tag/1.4.8&quot; target=&quot;_blank&quot;&gt;https://github.com/gbv/cocoda/releases/tag/1.4.8&lt;/a&gt;&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title>Cocoda 1.5.0</title>
    <link href="https://coli-conc.gbv.de/de/blog/2021/11/22/cocoda-1.5.0/"/>
    <updated>2021-11-22T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/blog/2021/11/22/cocoda-1.5.0/</id>
    <summary>Performance improvements and many bug fixes</summary>
    <content type="html">
      &lt;p&gt;Release 1.5.0 of &lt;a href=&quot;https://coli-conc.gbv.de/de/cocoda/&quot;&gt;Cocoda&lt;/a&gt; contains changes that vastly improve the performance of the tool, as well as many bug fixes and smaller adjustments.&lt;/p&gt;
&lt;p&gt;You can find the full release notes &lt;a href=&quot;https://github.com/gbv/cocoda/releases/tag/1.5.0&quot; target=&quot;_blank&quot;&gt;on GitHub&lt;/a&gt;.&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title>Neue Version von coli-ana zur Analyse von DDC-Notationen und Eintragung im K10plus</title>
    <link href="https://coli-conc.gbv.de/de/blog/2022/02/04/coli-ana/"/>
    <updated>2022-02-04T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/blog/2022/02/04/coli-ana/</id>
    <summary>Die neue Version des DDC-Analysetool coli-ana bringt Verbesserungen und ermöglicht die Eintragung von DDC-Zerlegungen in den K10plus-Katalog</summary>
    <content type="html">
      &lt;p&gt;Die &lt;a href=&quot;https://www.dnb.de/DE/Professionell/DDC-Deutsch/WasistdieDDC/wasistdieddc_node.html&quot; target=&quot;_blank&quot;&gt;Dewey-Dezimalklassifikation (DDC)&lt;/a&gt; wird seit mehr als 100 Jahren weltweit von Bibliotheken zur Beschreibung von Publikationen eingesetzt. Eine Besonderheit dieser Klassifikation ist, dass sich komplexe Sachverhalte durch Kombination verschiedener Aspekte in einer Notation ausdrücken lassen. Ein Beispiel ist hierfür ist die Notation &lt;a href=&quot;https://coli-conc.gbv.de/coli-ana/app/?notation=641.50902&quot;&gt;641.50902&lt;/a&gt;, die sich aus den Klassen &lt;strong&gt;641.5&lt;/strong&gt; (Kochen) und &lt;strong&gt;T1--0902&lt;/strong&gt; (6.–15. Jahrhundert) zusammensetzt und unter der sich Bücher zum &amp;quot;Kochen wie im Mittelalter&amp;quot; finden. Die automatische Zerlegung von DDC-Notationen in ihre elementaren Bestandteile ist jedoch alles andere als trivial. Im Rahmen des Forschungsprojekt Colibri/DDC wurde ein Programm zur Analyse von DDC-Notationen entwickelt und als Webanwendung &lt;strong&gt;&lt;a href=&quot;https://coli-conc.gbv.de/coli-ana/&quot;&gt;coli-ana&lt;/a&gt;&lt;/strong&gt; zur Verfügung gestellt.&lt;/p&gt;
&lt;p&gt;Die bereits auf der SWIB21-Konferenz vorgestellte Anwendung (siehe &lt;a href=&quot;https://youtu.be/gNm8HuX71rI&quot; target=&quot;_blank&quot;&gt;Video&lt;/a&gt; und &lt;a href=&quot;https://doi.org/10.5281/zenodo.5883534&quot; target=&quot;_blank&quot;&gt;Vortragsfolien&lt;/a&gt;) wurde nun überarbeitet. Die Änderungen betreffen vor allem das Benutzerinterface und die Eintragung von Zerlegungen im K10plus-Katalog, während der Zerlegungs-Algorithmus (&amp;quot;vc_day&amp;quot;) weitgehend gleich bleibt.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Neue Funktionen und Verbesserungen&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Zu den Verbesserungen der &lt;a href=&quot;https://github.com/gbv/coli-ana/releases/tag/v0.3.0&quot; target=&quot;_blank&quot;&gt;Version 0.3.0&lt;/a&gt; gehört:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Anzeige von Titeln aus dem K10plus, die mit der analysierten Notation erschlossen sind&lt;/li&gt;
&lt;li&gt;Verbesserte Erkennung unvollständiger oder teilweise falscher Zerlegungen&lt;/li&gt;
&lt;li&gt;Links von DDC-Notationen zu WebDewey Deutsch (Account erforderlich)&lt;/li&gt;
&lt;li&gt;Einheitliche Hervorhebung der elementaren Bestandteile einer DDC-Notation in Listenansicht und im PICA+ Format&lt;/li&gt;
&lt;li&gt;Anpassung der Bestimmung der Grundnotation&lt;/li&gt;
&lt;li&gt;Möglichkeit der Abkürzung von Notationen (Klick auf den Hierarchie-Indikator in der linken Spalte)&lt;/li&gt;
&lt;li&gt;Layout-Anpassungen (Icons, Abstände...)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Die Möglichkeit, mehrere Notationen auf einmal zu analysieren und nachzuschlagen, welche Zerlegungen einen Notationsbestandteil enthalten, wurden dagegen zunächst entfernt.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Eintragung im K10plus&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Zur Verbesserung des Retrievals sollen die Zerlegungen von DDC-Notationen in Titeldatensätze des K10plus-Katalog eingetragen werden. Eine Suche nach Literatur zum Mittelalter (T1--0902) sollte dann beispielsweise auch Titel liefern, die mit der DDC-Notation 641.50902 erschlossen sind. Im Datenformat des K10Plus sind für DDC zwei PICA-Felder vorgesehen:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Feld &lt;a href=&quot;https://format.k10plus.de/k10plushelp.pl?cmd=kat&amp;amp;val=5010&amp;amp;katalog=Standard&quot; target=&quot;_blank&quot;&gt;045F (Pica3 5310)&lt;/a&gt; für einfache DDC-Notationen&lt;/li&gt;
&lt;li&gt;Feld &lt;a href=&quot;https://format.k10plus.de/k10plushelp.pl?cmd=kat&amp;amp;val=5400&amp;amp;katalog=Standard&quot; target=&quot;_blank&quot;&gt;045H/20 (Pica3 5420)&lt;/a&gt; für DDC-Notationen mit Zerlegung&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Bislang enthalten rund 12% der Datensätze DDC-Notationen. Insgesamt kommen je nach Einbeziehung korrigierbarer Tippfehler rund 700.000 bis 750.000 verschiedene DDC-Notationen vor, von denen etwa zwei Drittel vollständig von coli-ana analysiert werden können. Die Rate wird mit Weiterentwicklung des Dienstes und mit Berücksichtigung unvollständiger Zerlegungen noch steigen. Eine Zerlegung aller vorkommenden Notationen ist jedoch nicht möglich, da der Algorithmus nur für die neueste Ausgabe der DDC umgesetzt ist und weil bereits Fehler bei den DDC-Notationen im Katalog vorkommen.&lt;/p&gt;
&lt;p&gt;Zur Bestimmung der Analysequalität wurde eine Stichprobe von 250 unterschiedlichen DDC-Notationen aus dem K10plus-Katalog entnommen und deren Zerlegung intellektuell überprüft. Bei 4 Fehlern ergibt sich mit Konfidenz von 99% eine Fehlerrate zwischen 0,3% und 5%. Zu beachten ist allerdings dass die ersten Bestandteile einer DDC-Notationen praktisch immer richtig erkannt werden und dass vorgesehen ist, bei Korrekturen am Algorithmus die angereicherten Datensätze entsprechend anzupassen.&lt;/p&gt;
&lt;p&gt;In einem ersten Durchlauf sollen rund 5 Millionen Datensätze des K10plus um DDC-Notationen angereichert werden.&lt;/p&gt;
&lt;p&gt;Weitere Informationen zu coli-ana gibt es auf der &lt;a href=&quot;https://coli-conc.gbv.de/coli-ana/&quot;&gt;coli-ana Projektseite&lt;/a&gt;.&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title>Neue Vokabulare verfügbar</title>
    <link href="https://coli-conc.gbv.de/de/blog/2022/04/25/neue-vokabulare/"/>
    <updated>2022-04-25T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/blog/2022/04/25/neue-vokabulare/</id>
    <summary>Weitere Vokabulare in BARTOC und Cocoda verfügbar.</summary>
    <content type="html">
      &lt;p&gt;Seit Anfang des Jahres 2022 wurden weitere deutschsprachige Klassifikationen bereitgestellt. Die Vokabulare können im Vokabular-Verzeichnis BARTOC und im Mapping-Tool Cocoda genutzt und über die JSKOS-API abgerufen werden. Hinzugekommen sind:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://bartoc.org/en/node/20400&quot; target=&quot;_blank&quot;&gt;Systematik der Bibliographia Cartographia (BC)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://bartoc.org/en/node/743&quot; target=&quot;_blank&quot;&gt;Einheitssystematik für Südtiroler Bibliotheken (ESSB)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://bartoc.org/en/node/20050&quot; target=&quot;_blank&quot;&gt;Fachklassifikation Digitale Bibliothek (FKDIGBIB)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://bartoc.org/en/node/742&quot; target=&quot;_blank&quot;&gt;Österreichische Systematik für Öffentliche Bibliotheken (ÖSÖB)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://bartoc.org/en/node/1324&quot; target=&quot;_blank&quot;&gt;Systematik für Evangelische Büchereien (SEB)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://bartoc.org/en/node/1050&quot; target=&quot;_blank&quot;&gt;Systematik für Kinder- und Jugendbibliotheken (SKJ)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://bartoc.org/en/node/1051&quot; target=&quot;_blank&quot;&gt;Systematik der Stadtbibliothek Duisburg (SSD)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Außerdem kamen im Zuge eines Forschungsprojektes an der Herzog August Bibliothek Wolfenbüttel drei historische Klassifikationen hinzu:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://bartoc.org/en/node/20406&quot; target=&quot;_blank&quot;&gt;Theses or loci communes of the whole medical field (BRUNFELS)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://bartoc.org/en/node/20405&quot; target=&quot;_blank&quot;&gt;Pandectarum sive Partitionum universalium libri XXI (GESSNER)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://bartoc.org/en/node/20407&quot; target=&quot;_blank&quot;&gt;Catalogus Bibliothecae Thuanae (THUANA)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Im Rahmen des Projekt coli-conc versuchen wir möglichst alle relevanten bibliothekarischen Erschließungssysteme zu erfassen und über einheitliche Formate und Schnittstellen bereitzustellen. Bei Bedarf an zusätzlichen Vokabularen sprechen Sie uns gerne an!&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title>Cocoda 1.7.0</title>
    <link href="https://coli-conc.gbv.de/de/blog/2022/04/27/cocoda-1.7.0/"/>
    <updated>2022-04-27T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/blog/2022/04/27/cocoda-1.7.0/</id>
    <summary>Concordances can now be managed inside Cocoda</summary>
    <content type="html">
      &lt;p&gt;Release 1.7.0 of &lt;a href=&quot;https://coli-conc.gbv.de/de/cocoda/&quot;&gt;Cocoda&lt;/a&gt; adds support for creating and managing concordances as well as assigning mappings to a concordance. Previously, this could only be done manually in the backend. At the moment, creating new concordances is restricted to certain users. If you want to create your own concordances in our database or contribute to our concordances, please &lt;a href=&quot;https://coli-conc.gbv.de/de/contact/&quot;&gt;contact us&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The release also includes some additional changes and bug fixes. You can find the full release notes &lt;a href=&quot;https://github.com/gbv/cocoda/releases/tag/1.7.0&quot; target=&quot;_blank&quot;&gt;on GitHub&lt;/a&gt;.&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title>Eigene Vokabulare per API in Cocoda einbinden</title>
    <link href="https://coli-conc.gbv.de/de/blog/2022/05/13/eigene-Vokabulare-per-API-einbinden/"/>
    <updated>2022-05-13T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/blog/2022/05/13/eigene-Vokabulare-per-API-einbinden/</id>
    <summary>Informationen zum Einbinden eigener Vokabulare in Cocoda anhand verschiedener Beispiele.</summary>
    <content type="html">
      &lt;p&gt;Die &lt;a href=&quot;https://www.kim.uni-konstanz.de/&quot; target=&quot;_blank&quot;&gt;Bibliothek der Universität Konstanz&lt;/a&gt; erfasst ihre Bestände mit der
&lt;a href=&quot;https://konsys.uni-konstanz.de/&quot; target=&quot;_blank&quot;&gt;Konstanzer Systematik&lt;/a&gt; (KonSys), die in einer eigenen Datenbank verwaltet wird. In solchen Fällen bietet es sich an, das Vokabular in der jeweils aktuellsten Version über eine Web-API in BARTOC und Cododa einzubinden. Die Bibliothek hat dazu den &lt;a href=&quot;https://konsys.uni-konstanz.de/api/jskos/&quot; target=&quot;_blank&quot;&gt;wesentlichen Teil der JSKOS-API&lt;/a&gt; implementiert:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://bartoc.org/en/node/1443#content&quot; target=&quot;_blank&quot;&gt;KonSys in BARTOC&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://coli-conc.gbv.de/cocoda/app/?fromScheme=http%3A%2F%2Fbartoc.org%2Fen%2Fnode%2F1443&quot; target=&quot;_blank&quot;&gt;KonSys in Cocoda&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Neben der Referenzimplementierung &lt;a href=&quot;https://github.com/gbv/jskos-server&quot; target=&quot;_blank&quot;&gt;JSKOS-Server&lt;/a&gt; ist die API ist auch &lt;a href=&quot;https://api.dante.gbv.de/start/&quot; target=&quot;_blank&quot;&gt;im Vokabularserver DANTE&lt;/a&gt; umgesetzt. Damit ist die Bibliothek Konstanz die dritte Umsetzung der Schnittstelle zum einheitlichen Zugriff auf Vokabulare. Während DANTE ein Dienst der VZG ist, kann JSKOS-Server auch unabhängig eingesetzt werden. Dies macht z.B. die UB Bielefeld &lt;a href=&quot;https://bartoc.org/en/node/18891#content&quot; target=&quot;_blank&quot;&gt;mit Ihrer Systematik&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Eine weitere Alternative ist die Nutzung einer API, die &lt;a href=&quot;https://github.com/gbv/cocoda-sdk#providers&quot; target=&quot;_blank&quot;&gt;von cocoda-sdk&lt;/a&gt; unterstützt wird. Im Wesentlichen ist das bislang die freie Software &lt;a href=&quot;https://skosmos.org/&quot; target=&quot;_blank&quot;&gt;Skosmos&lt;/a&gt;. Die direkte Unterstützung von &lt;a href=&quot;https://skohub.io/&quot; target=&quot;_blank&quot;&gt;Skohub&lt;/a&gt; unter weiterer etablierter Vokabular-Provider &lt;a href=&quot;https://github.com/gbv/cocoda-sdk/issues/29&quot; target=&quot;_blank&quot;&gt;ist geplant&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Kommen Sie &lt;a href=&quot;https://coli-conc.gbv.de/contact/&quot;&gt;gerne auf uns zu&lt;/a&gt;, wenn Sie weitere Informationen zur Anbindung ihrer Vokabulare benötigen!&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title>Added support of SkoHub vocabularies</title>
    <link href="https://coli-conc.gbv.de/de/blog/2022/06/23/cocoda-sdk-skohub/"/>
    <updated>2022-06-23T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/blog/2022/06/23/cocoda-sdk-skohub/</id>
    <summary>The software library cocoda-sdk can be used to access terminologies from various sources</summary>
    <content type="html">
      &lt;p&gt;We regularly inform about updates of &lt;a href=&quot;https://coli-conc.gbv.de/cocoda/&quot;&gt;Cocoda mapping application&lt;/a&gt; and &lt;a href=&quot;https://bartoc.org/&quot; target=&quot;_blank&quot;&gt;BARTOC terminology registry&lt;/a&gt;, but under the hood internal components get improved as well. The major software components developed within project coli-conc include &lt;a href=&quot;https://github.com/gbv/jskos-server&quot; target=&quot;_blank&quot;&gt;jskos-server&lt;/a&gt;, a web API to manage vocabularies, mappings and other terminology-related information in a database and &lt;a href=&quot;https://github.com/gbv/cocoda-sdk&quot; target=&quot;_blank&quot;&gt;cocoda-sdk&lt;/a&gt;, a software library to access terminologies from various sources. The latter just got an update to support access to vocabularies hosted via &lt;a href=&quot;https://skohub.io/&quot; target=&quot;_blank&quot;&gt;SkoHub&lt;/a&gt; vocabulary publication software.&lt;/p&gt;
&lt;p&gt;One goal of coli-conc is to provide an infrastructure to all kinds of vocabularies (terminologies such as authority files, classifications, and ontologies). These vocabularies can be managed by diverse organizations in many ways. Getting all vocabulary publishers to agree one common standard is futile, so we take another approach:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;vocabularies are &lt;strong&gt;cataloged in BARTOC&lt;/strong&gt; with information how to access them. BARTOC includes a growing &lt;a href=&quot;https://bartoc.org/en/node/20002#content&quot; target=&quot;_blank&quot;&gt;list of known vocabulary APIs&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;vocabulary models (SKOS, OWL, GND Ontology, custom formats...) have been &lt;strong&gt;unified with &lt;a href=&quot;https://gbv.github.io/jskos/&quot; target=&quot;_blank&quot;&gt;JSKOS data format&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;cocoda-sdk implements wrappers&lt;/strong&gt; to access diverse vocabulary APIs uniformly as JSKOS data&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;By now 362 vocabularies are known to be accessible via cococda-sdk via the following APIs:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;API&lt;/th&gt;
&lt;th&gt;vocabularies&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;https://skosmos.org/&quot; target=&quot;_blank&quot;&gt;Skosmos&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;266&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;https://github.com/gbv/jskos-server#api&quot; target=&quot;_blank&quot;&gt;JSKOS API&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;94&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;https://github.com/skohub-io/skohub-vocabs&quot; target=&quot;_blank&quot;&gt;SkoHub&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;3&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;https://reconciliation-api.github.io/specs/latest/&quot; target=&quot;_blank&quot;&gt;Reconciliation Servic API&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;4 (only search)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Library of Congress (&lt;a href=&quot;https://id.loc.gov/&quot; target=&quot;_blank&quot;&gt;id.loc.gov&lt;/a&gt;)&lt;/td&gt;
&lt;td&gt;2 (custom API)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;In addition Wikidata is wrapped via an &lt;a href=&quot;https://github.com/gbv/wikidata-jskos&quot; target=&quot;_blank&quot;&gt;independent wrapper service&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you plan to implement an API to your vocabulary, please consider JSKOS API (as recently done by Konstanz University Library for their &lt;a href=&quot;https://bartoc.org/en/node/1443#content&quot; target=&quot;_blank&quot;&gt;KonSys classification&lt;/a&gt;) or use an established software such as Skosmos and SkoHub. Several &lt;a href=&quot;https://bartoc.org/registries&quot; target=&quot;_blank&quot;&gt;terminology registries&lt;/a&gt; help with hosting vocabularies. Wrappers to more terminology services such as OntoPortal, OLS, and iQvoc might be implemented in cocoda-sdk when needed.&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title>Inhaltserschließung des K10plus als Open Data</title>
    <link href="https://coli-conc.gbv.de/de/blog/2022/07/12/k10plus-inhaltserschliessung-als-open-data/"/>
    <updated>2022-07-12T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/blog/2022/07/12/k10plus-inhaltserschliessung-als-open-data/</id>
    <summary>Sacherschließungsdaten des K10plus-Katalog als Open Data veröffentlicht</summary>
    <content type="html">
      &lt;p&gt;Der &lt;a href=&quot;https://www.bszgbv.de/services/k10plus/&quot; target=&quot;_blank&quot;&gt;K10plus-Katalog&lt;/a&gt; umfasst bibliographische Angaben und Bestandsnachweise der Bibliotheken des Südwestdeutsche Bibliotheksverbund (SWB), des Gemeinsamen Bibliotheksverbundes (GBV) und weiterer Forschungseinrichtungen. Mit mehr als 200 Millionen Nachweisen zu rund 80 Millionen Publikationen ist er der umfangreichste Katalog im deutschsprachigen Raum. Die Daten des K10plus sind &lt;a href=&quot;https://wiki.k10plus.de/display/K10PLUS/Schnittstellen&quot; target=&quot;_blank&quot;&gt;über Schnittstellen&lt;/a&gt; und &lt;a href=&quot;https://wiki.k10plus.de/display/K10PLUS/Open+Data&quot; target=&quot;_blank&quot;&gt;als Datenbankdump&lt;/a&gt; in MARC und RDF &lt;a href=&quot;https://wiki.k10plus.de/display/K10PLUS/Open+Data&quot; target=&quot;_blank&quot;&gt;als Open Data verfügbar&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Zur Auswertung von Sacherschließungsdaten wurde nun im Rahmen des &lt;a href=&quot;https://coli-conc.gbv.de/&quot;&gt;Projekt coli-conc&lt;/a&gt; ein Auszug des K10plus mit allen Sacherschließungsdaten als Forschungsdatensatz veröffentlicht:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://doi.org/10.5281/zenodo.6817455&quot; target=&quot;_blank&quot;&gt;https://doi.org/10.5281/zenodo.6817455&lt;/a&gt; (Stand Juni 2022 mit 47.686.063 von 74.127.563 Datensätzen)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://doi.org/10.5281/zenodo.6810556&quot; target=&quot;_blank&quot;&gt;https://doi.org/10.5281/zenodo.6810556&lt;/a&gt; (Stand Juni 2021 mit 41.786.820 von 71.429.482 Datensätzen)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Die Datensätze umfassen rund 14 Gigabyte im &lt;a href=&quot;https://format.gbv.de/pica/normalized&quot; target=&quot;_blank&quot;&gt;normalisierten PICA+ Format&lt;/a&gt;. Eine Beschreibung der Daten und eine zufällige Stichprobe von 10.000 Datensätzen sind enthalten. Die Beschreibung der PICA-Felder ist unter &lt;a href=&quot;https://format.k10plus.de/avram.pl&quot; target=&quot;_blank&quot;&gt;https://format.k10plus.de/avram.pl&lt;/a&gt; abrufbar.&lt;/p&gt;
&lt;p&gt;Aufbauend auf diesem Forschungsdatensatz sollen weiter aufbereitete Daten und Auswertungen erstellt und publiziert werden. Hinweise zur Verarbeitung der Daten werden &lt;a href=&quot;https://github.com/gbv/k10plus-subjects#readme&quot; target=&quot;_blank&quot;&gt;in einem git-Repository&lt;/a&gt; gesammelt.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;P.S.:&lt;/strong&gt; Inzwischen gibt es auch eine reduzierte und bereinigte Version der Daten für ausgewählte Vokabulare als Tabelle und in RDF: &lt;a href=&quot;https://doi.org/10.5281/zenodo.7016625&quot; target=&quot;_blank&quot;&gt;https://doi.org/10.5281/zenodo.7016625&lt;/a&gt; (Stand Juni 2022 mit 82.937.252 Links von 24.009.936 Datensätzen).&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title>Cocoda 1.8.0</title>
    <link href="https://coli-conc.gbv.de/de/blog/2022/10/18/cocoda-1.8.0/"/>
    <updated>2022-10-18T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/blog/2022/10/18/cocoda-1.8.0/</id>
    <summary>Adds support for new filters, suggestions via catalog co-occurrences, and additional vocabulary APIs</summary>
    <content type="html">
      &lt;p&gt;With release 1.8.0 of &lt;a href=&quot;https://coli-conc.gbv.de/de/cocoda/&quot;&gt;Cocoda&lt;/a&gt;, the mapping tool now provides a filter by annotation within the mapping search.&lt;/p&gt;
&lt;p&gt;We have also reimplemented mapping suggestions via catalog co-occurrences for a selected concept in the mapping navigator. This feature is based on a data dump of K10plus (more information &lt;a href=&quot;https://github.com/gbv/k10plus-subjects&quot; target=&quot;_blank&quot;&gt;on Github&lt;/a&gt; and in this &lt;a href=&quot;https://coli-conc.gbv.de/de/blog/2022/07/12/k10plus-inhaltserschliessung-als-open-data/&quot;&gt;blog post&lt;/a&gt;) and uses a new &lt;a href=&quot;https://github.com/gbv/occurrences-api&quot; target=&quot;_blank&quot;&gt;occurrences-api&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;SkoHub vocabularies are now partially supported (see also &lt;a href=&quot;https://coli-conc.gbv.de/blog/2022/06/23/cocoda-sdk-skohub/&quot;&gt;Added support of SkoHub vocabularies&lt;/a&gt;); MyCoRe vocabs like &lt;a href=&quot;https://coli-conc.gbv.de/cocoda/app/?fromScheme=http%3A%2F%2Fbartoc.org%2Fen%2Fnode%2F1992&quot; target=&quot;_blank&quot;&gt;Sachgruppen der Schleswig-Holsteinischen Bibliographie&lt;/a&gt; are now fully supported.&lt;/p&gt;
&lt;p&gt;The release also includes some additional changes. You can find the full release notes on &lt;a href=&quot;https://github.com/gbv/cocoda/releases/tag/1.8.0&quot; target=&quot;_blank&quot;&gt;GitHub&lt;/a&gt;.&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title>Cocoda 1.9.0</title>
    <link href="https://coli-conc.gbv.de/de/blog/2023/04/03/cocoda-1.9.0/"/>
    <updated>2023-04-03T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/blog/2023/04/03/cocoda-1.9.0/</id>
    <summary>Improves display of concept information, and many other small changes</summary>
    <content type="html">
      &lt;p&gt;Release 1.9.0 of &lt;a href=&quot;https://coli-conc.gbv.de/de/cocoda/&quot;&gt;Cocoda&lt;/a&gt; improves how concept data is displayed. All important information is now visible in the first tab as well as inside a popover in Mapping Search/Navigator.&lt;/p&gt;
&lt;p&gt;&lt;img title=&quot;Image showing coli-ana integration in Cocoda&quot; src=&quot;https://coli-conc.gbv.de/images/cocoda-1.9.0-1.png&quot; srcset=&quot;https://coli-conc.gbv.de/images/cocoda-1.9.0-1@2x.png 2x&quot;&gt;&lt;/p&gt;
&lt;p&gt;The latter will make it easier to choose the right mapping suggestion without having to select the concept.&lt;/p&gt;
&lt;p&gt;&lt;img title=&quot;Image showing coli-ana integration in Cocoda&quot; src=&quot;https://coli-conc.gbv.de/images/cocoda-1.9.0-2.png&quot; srcset=&quot;https://coli-conc.gbv.de/images/cocoda-1.9.0-2@2x.png 2x&quot;&gt;&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;https://gbv.github.io/cocoda/dev/user-manual-de.html&quot; target=&quot;_blank&quot;&gt;German user documentation&lt;/a&gt; was completely revised and should now match the English version.&lt;/p&gt;
&lt;p&gt;This release also includes some additional changes, including important changes to Docker usage. You can find the full release notes on &lt;a href=&quot;https://github.com/gbv/cocoda/releases/tag/1.9.0&quot; target=&quot;_blank&quot;&gt;GitHub&lt;/a&gt; for more information.&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title>Cocoda 1.10.0</title>
    <link href="https://coli-conc.gbv.de/de/blog/2023/06/26/cocoda-1.10.0/"/>
    <updated>2023-06-26T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/blog/2023/06/26/cocoda-1.10.0/</id>
    <summary>Introduces tagging mismatch reasons and non-indexing concepts</summary>
    <content type="html">
      &lt;p&gt;Release 1.10.0 of &lt;a href=&quot;https://coli-conc.gbv.de/de/cocoda/&quot;&gt;Cocoda&lt;/a&gt; introduces several small bug fixes and improvements, a new edition of &lt;a href=&quot;https://coli-conc.gbv.de/cocoda/app/user-manual-en.html&quot; target=&quot;_blank&quot;&gt;the user manual&lt;/a&gt; and two new features:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Support of &lt;strong&gt;non-indexing concepts&lt;/strong&gt;: these structural entities are used for grouping in some classifications but they should not be used for subject indexing or mapping. Cocoda now shows a special icon to differentiate these concepts and a warning if someone tries to map with them.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Extension of the review workflow to support &lt;strong&gt;justifications of negative evaluation&lt;/strong&gt; of a mapping. The following reasons, listed in the &lt;a href=&quot;https://bartoc.org/en/node/20429#content&quot; target=&quot;_blank&quot;&gt;Mapping Mismatch Vocabulary&lt;/a&gt;, can be given:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;redundant mapping&lt;/strong&gt;: The mapping is unnecessary as it has no applications or it can be derived from other mappings&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;wrong mapping relation&lt;/strong&gt;: The mapping relation is missing or incorrect&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;incompatible scope&lt;/strong&gt;: Scope of source and target concept are incompatible&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can find the full release notes on &lt;a href=&quot;https://github.com/gbv/cocoda/releases/tag/1.10.0&quot; target=&quot;_blank&quot;&gt;GitHub&lt;/a&gt;.&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title>Abschlussbericht des Projekts coli-conc veröffentlicht</title>
    <link href="https://coli-conc.gbv.de/de/blog/2024/04/29/abschlussbericht-projekt-coli-conc/"/>
    <updated>2024-04-29T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/blog/2024/04/29/abschlussbericht-projekt-coli-conc/</id>
    <summary>Der Abschlussbericht der letzten Entwicklungsphase des Projekts coli-conc ist von der DFG genehmigt und nun veröffentlicht worden.</summary>
    <content type="html">
      &lt;p&gt;Vor rund 10 Jahren begannen an der Verbundzentrale des GBV (VZG) die Planungen
zur Entwicklung eines Werkzeugs zur Erstellung und Pflege von Konkordanzen
zwischen bibliothekarischen Klassifikationen (siehe &lt;a href=&quot;https://doi.org/10.5281/zenodo.28290&quot; target=&quot;_blank&quot;&gt;Förderantrag aus dem
November 2014&lt;/a&gt;). Das Ergebnis ist nicht
nur die Webanwendung &lt;a href=&quot;https://coli-conc.gbv.de/cocoda/&quot;&gt;Cocoda&lt;/a&gt;, sondern eine
ganze Infrastruktur aus Standards und Diensten für die Anwendung und
Interoperabilität von
&lt;a href=&quot;https://www.isko.org/cyclo/kos&quot; target=&quot;_blank&quot;&gt;Wissensorganisationssystemen&lt;/a&gt;. Eine Übersicht
gibt der &lt;a href=&quot;https://doi.org/10.5281/zenodo.11073826&quot; target=&quot;_blank&quot;&gt;Abschlussbericht der letzten
Förderphase&lt;/a&gt;. Die wesentlichen im
Rahmen des Projekts entwickelten Anwendungen, Dienste und Standards werden innerhalb
und außerhalb der VZG im Produktivbetrieb eingesetzt und aktualisiert. Geplant
für die nächsten Jahre sind unter anderem der Einsatz und Ausbau für die
Nationale Forschungsdateninfrastruktur (NFDI) und umfangreiche Verbesserungen
des Vokabularverzeichnisses &lt;a href=&quot;https://bartoc.org/&quot; target=&quot;_blank&quot;&gt;BARTOC&lt;/a&gt;. Bei Fragen zum Einsatz
von Cocoda und anderen Ergebnissen von coli-conc, &lt;a href=&quot;https://coli-conc.gbv.de/contact/&quot;&gt;sprechen Sie uns gerne
an&lt;/a&gt;!&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title>New release of JSKOS specification</title>
    <link href="https://coli-conc.gbv.de/de/blog/2025/01/20/jskos-0.6.0/"/>
    <updated>2025-01-20T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/blog/2025/01/20/jskos-0.6.0/</id>
    <summary>JSKOS 0.6.0 adds qualified statements and other features</summary>
    <content type="html">
      &lt;p&gt;&lt;a href=&quot;https://gbv.github.io/jskos/&quot; target=&quot;_blank&quot;&gt;JSKOS&lt;/a&gt; is a JSON data format for knowledge organization systems (KOS) and semantic artifacts, such as classifications, thesauri, authority files, and knowledge graphs. The format has been created in 2014 in preparation of &lt;a href=&quot;https://coli-conc.gbv.de/&quot; target=&quot;_blank&quot;&gt;project coli-conc&lt;/a&gt; and its application and scope has been broadened ever since.&lt;/p&gt;
&lt;p&gt;JSKOS is and will be part of the &lt;a href=&quot;https://coli-conc.gbv.de/cocoda/&quot; target=&quot;_blank&quot;&gt;mapping tool Cocoda&lt;/a&gt;, the (meta)registry &lt;a href=&quot;https://bartoc.org/&quot; target=&quot;_blank&quot;&gt;BARTOC&lt;/a&gt;, the terminology service &lt;a href=&quot;https://api.dante.gbv.de/&quot; target=&quot;_blank&quot;&gt;DANTE&lt;/a&gt; and the &lt;a href=&quot;https://base4nfdi.de/projects/ts4nfdi&quot; target=&quot;_blank&quot;&gt;NFDI Terminology services TS4NFDI&lt;/a&gt;. The current release 0.6.0 of JSKOS specfication includes some major extensions and improvements:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;ranks and qualified statements, similar to Wikibase/Wikidata&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.loc.gov/standards/datetime/&quot; target=&quot;_blank&quot;&gt;extended date/time format (EDTF)&lt;/a&gt; to allow values such as time intervals and uncertain dates&lt;/li&gt;
&lt;li&gt;new field &lt;code&gt;basedOn&lt;/code&gt; to connect KOS versions&lt;/li&gt;
&lt;li&gt;layout, structure and wording of the specification&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In contrast to previous releases, there is also a breaking change in (rarely used) fields &lt;code&gt;replacedBy&lt;/code&gt; und &lt;code&gt;relatedDate&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;The most comprehensive new features of JSKOS 0.6.0 are &lt;a href=&quot;https://gbv.github.io/jskos/#qualified-statements&quot; target=&quot;_blank&quot;&gt;qualified statements&lt;/a&gt; for links and properties of arbitrary type and &lt;a href=&quot;https://gbv.github.io/jskos/#rank&quot; target=&quot;_blank&quot;&gt;ranks&lt;/a&gt; to weight statements. Both are also known in the data model of &lt;a href=&quot;https://wikiba.se/&quot; target=&quot;_blank&quot;&gt;Wikibase&lt;/a&gt;, the database management system behind Wikidata. The extension derived from use cases in terminology service DANTE, so we came to a similar solution like &lt;a href=&quot;https://doi.org/10.1145/3543873.3585579&quot; target=&quot;_blank&quot;&gt;Vrandečić et al.&lt;/a&gt; with Wikibase. In contrast to the latter, JSKOS data is also JSON-LD so it can directly be converted to RDF.&lt;/p&gt;
&lt;p&gt;Qualified statements will help to improve usability of JSKOS with knowledge graphs, property graphs, and semantic artifacts. The feature should be used with care, as additional flexibility comes at cost of interoperability: JSKOS allows to extend the common data model (also known as &amp;quot;ontology&amp;quot;) of knowledge organization systems, so people may extend it in different ways. &lt;a href=&quot;https://gbv.github.io/jskos/#concept-mappings&quot; target=&quot;_blank&quot;&gt;JSKOS Mappings&lt;/a&gt; may help if people use different property types for similar purpose.&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title>BARTOC development and open position</title>
    <link href="https://coli-conc.gbv.de/de/blog/2025/03/28/bartoc-2-0/"/>
    <updated>2025-03-28T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/blog/2025/03/28/bartoc-2-0/</id>
    <summary>Extension of BARTOC has started and we are looking for a librarian</summary>
    <content type="html">
      &lt;p&gt;Since its migration to VZG in 2020/2021, we planned a rewrite and extension of the terminology registry &lt;a href=&quot;https://bartoc.org/&quot; target=&quot;_blank&quot;&gt;BARTOC&lt;/a&gt;. Last year the &lt;a href=&quot;https://doi.org/10.5281/zenodo.7673393&quot; target=&quot;_blank&quot;&gt;funding proposal&lt;/a&gt; was accepted for three years, so we started the development this month, with a warm welcome to our new developer Rodolfo! Now we are looking for a (data) librarian to complete &lt;a href=&quot;https://coli-conc.gbv.de/contact/&quot; target=&quot;_blank&quot;&gt;our team&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;More information in &lt;a href=&quot;https://karriere.niedersachsen.de/stellenausschreibungen/data-librarian-m-w-d-108580.html&quot; target=&quot;_blank&quot;&gt;the job posting&lt;/a&gt; or just contact us!&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title>BARTOC launches – the team is complete</title>
    <link href="https://coli-conc.gbv.de/de/blog/2025/07/30/bartoc-launch/"/>
    <updated>2025-07-30T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/blog/2025/07/30/bartoc-launch/</id>
    <summary>The BARTOC team is now complete and ready to begin work.</summary>
    <content type="html">
      &lt;p&gt;With Uma Balakrishnan as Lead Head, Dr. Jakob Voß as Technical Coordinator, Rodolfo Maraffa as Software Developer, and Mareike Röhl as System Librarian, the BARTOC team is now complete and ready to start updating and enhancing the registry.&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title>BARTOC Search: New Search Function</title>
    <link href="https://coli-conc.gbv.de/de/blog/2026/02/09/bartoc-search/"/>
    <updated>2026-02-09T00:00:00Z</updated>
    <id>https://coli-conc.gbv.de/de/blog/2026/02/09/bartoc-search/</id>
    <summary>With BARTOC Search, users can now use a new search function and a new interface.</summary>
    <content type="html">
      &lt;p&gt;With BARTOC Search, a redesigned interface introduces a new search experience. Faceted filters help you refine results by KOS type, language, format group, licence group, or country - while improved ranking brings the most relevant results to the top in a clearly structured list.&lt;/p&gt;
&lt;p&gt;Try out &lt;a href=&quot;https://bartoc.org/vocabularies/?sort=relevance&amp;amp;order=desc&amp;amp;limit=10&quot; target=&quot;_blank&quot;&gt;BARTOC Search&lt;/a&gt; and explore the new search features.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://coli-conc.gbv.de/images/screenshot-bartoc-search@2x.png&quot; alt=&quot;Search interface screenshot&quot; class=&quot;blog-image&quot;&gt;&lt;/p&gt;

    </content>
  </entry>
</feed>
