Main Page: Difference between revisions

From Handbuch der Deutschen Aktiengesellschaften
No edit summary
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<strong>MediaWiki has been installed.</strong>
[[File:HbAG logo.jpg|thumb|443x443px]]


Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.
==Overview==
The "Handbuch der Deutschen Aktiengesellschaften" (HbAG) Knowledge Graph contains structured data from the books [https://de.wikipedia.org/wiki/Handbuch_der_deutschen_Aktiengesellschaften "Handbuch der Deutschen Aktiengesellschaften"] published since 1896. The books were scanned, OCR-ed, structured, and semantified. The data includes basic data for the German companies, including company names, industry, and headquarters location.


== Getting started ==
==Access to data==
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]
*The HbAG data is accessible by both humans and machines
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]
*The HbAG data is openly available
* [https://lists.wikimedia.org/postorius/lists/mediawiki-announce.lists.wikimedia.org/ MediaWiki release mailing list]
*[https://hbag.kgi.uni-mannheim.de/w/index.php?title=Special:ListProperties/&limit=500&offset=0 List of properties]
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
*[https://hbag.kgi.uni-mannheim.de/wiki/Special:AllPages?from=&to=&namespace=120 List of items]
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]
*[https://hbag.kgi.uni-mannheim.de/w/index.php?search=&title=Special%3ASearch&profile=advanced&fulltext=1&ns120=1 Advanced search for items]
*[https://query.hbag.kgi.uni-mannheim.de SPARQL endpoint]
*[https://hbag.kgi.uni-mannheim.de/w/api.php API]
*[https://hbag.kgi.uni-mannheim.de/wiki/Special:WikibaseExport Export to CSV]
*Every entity can be downloaded in .json, .rdf, .ttl, .nt and .jsonld formats. An example for [https://hbag.kgi.uni-mannheim.de/entity/Q114 ERSTE DEUTSCHE FEIN JUTE GARN SPINNEREI]: https://hbag.kgi.uni-mannheim.de/entity/Q114.json, https://hbag.kgi.uni-mannheim.de/entity/Q114.rdf, https://hbag.kgi.uni-mannheim.de/entity/Q114.ttl, https://hbag.kgi.uni-mannheim.de/entity/Q114.nt and https://hbag.kgi.uni-mannheim.de/entity/Q114.jsonld.
 
==Data model==
*Properties
**[https://hbag.kgi.uni-mannheim.de/wiki/SPARQL_examples#Properties_with_capitalized_labels_and_their_datatypes Properties with capitalized labels] are initial properties having datatypes "string" and used to model raw extracted data.
**[https://hbag.kgi.uni-mannheim.de/wiki/SPARQL_examples#Properties_with_non-capitalized_labels_and_their_datatypes Properties with non-capitalized labels] are properties having various datatypes (e.g., "item", "time") and used to model "semantified data".
*Items
**Classes
***[https://hbag.kgi.uni-mannheim.de/wiki/Item:Q1 Company (Q1)]
***[https://hbag.kgi.uni-mannheim.de/wiki/Item:Q2 administrative territorial entity (Q2)]
***[https://hbag.kgi.uni-mannheim.de/wiki/Item:Q3 federated state of Germany (Q3)]
***[https://hbag.kgi.uni-mannheim.de/wiki/Item:Q4 city municipality of Germany (Q4)]
 
==Use Cases==
*Searching basic data for German joint-stock companies for the years 1896-1919
*Matching your (meta)data to HbAG data using the [https://rec.hbag.kgi.uni-mannheim.de HbAG reconciliation service]
*Clean your tabular data and match it to the HbAG knowledge graph with [https://openrefine.org OpenRefine] and the [https://rec.hbag.kgi.uni-mannheim.de HbAG reconciliation service]
*Semantic annotation of tabular data using the HbAG knowledge graph with [https://github.com/UB-Mannheim/bbw bbw]
*Federated queries over HbAG, Wikidata and other SPARQL endpoints
 
==Get involved==
*You can contribute to this project in various ways: matching data, data quality checks and data editing/upload.
*You can give your feedback at [https://github.com/UB-Mannheim/HbAG-KG/issues GitHub HbAG-KG Issues].
*You can get an account here via email request to the [https://fdz.bib.uni-mannheim.de Research Data Center at UB Mannheim]. Please write "Request an account at the HbAG KG" as a subject.
*If you are new to knowledge graphs, check out materials at [https://github.com/shigapov/wikibase-knowledge-graphs Wikibase Knowledge Graphs].
*The HbAG knowledge graph is based on [https://wikiba.se Wikibase], the software behind [https://www.wikidata.org Wikidata]. Therefore the [https://www.wikidata.org/wiki/Wikidata:Tours Wikidata tutorials] are also highly recommended.

Latest revision as of 12:33, 27 August 2024

HbAG logo.jpg

Overview

The "Handbuch der Deutschen Aktiengesellschaften" (HbAG) Knowledge Graph contains structured data from the books "Handbuch der Deutschen Aktiengesellschaften" published since 1896. The books were scanned, OCR-ed, structured, and semantified. The data includes basic data for the German companies, including company names, industry, and headquarters location.

Access to data

Data model

Use Cases

  • Searching basic data for German joint-stock companies for the years 1896-1919
  • Matching your (meta)data to HbAG data using the HbAG reconciliation service
  • Clean your tabular data and match it to the HbAG knowledge graph with OpenRefine and the HbAG reconciliation service
  • Semantic annotation of tabular data using the HbAG knowledge graph with bbw
  • Federated queries over HbAG, Wikidata and other SPARQL endpoints

Get involved