Main Page: Difference between revisions

From MBI
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[File:Mbi logo.jpg|thumb|409x409px]]


==Overview==
==Overview==
The MaschinenBauIndustrie (MBI) Knowledge Graph contains structured data from the book [https://www.zvab.com/Maschinen-Industrie-Deutschen-Reich-1937-Herausgegeben-Wirtschaftsgruppe/1360688566/bd "Die Maschinen-Industrie im Deutschen Reich"] written by Herbert Patschan in 1937. The book was scanned, OCR-ed, structured and semantified at [https://fdz.bib.uni-mannheim.de FDZ UB Mannheim]. The data includes basic data for the German companies from machine industry.
The MaschinenBauIndustrie (MBI) Knowledge Graph contains structured data from the book [https://www.zvab.com/Maschinen-Industrie-Deutschen-Reich-1937-Herausgegeben-Wirtschaftsgruppe/1360688566/bd "Die Maschinen-Industrie im Deutschen Reich"] written by Herbert Patschan in 1937. The book was scanned, OCR-ed, structured and semantified at [https://fdz.bib.uni-mannheim.de UB Mannheim]. The data includes basic data for the German companies from machine industry.


==Access to data==
==Access to data==
Line 13: Line 14:
*[https://mbi.kgi.uni-mannheim.de/wiki/Special:WikibaseExport Export to CSV]
*[https://mbi.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://mbi.kgi.uni-mannheim.de/entity/Q707 Daimler-Benz A.-G.]: https://mbi.kgi.uni-mannheim.de/entity/Q707.json, https://mbi.kgi.uni-mannheim.de/entity/Q707.rdf, https://mbi.kgi.uni-mannheim.de/entity/Q707.ttl, https://mbi.kgi.uni-mannheim.de/entity/Q707.nt and https://mbi.kgi.uni-mannheim.de/entity/Q707.jsonld.
*Every entity can be downloaded in .json, .rdf, .ttl, .nt and .jsonld formats. An example for [https://mbi.kgi.uni-mannheim.de/entity/Q707 Daimler-Benz A.-G.]: https://mbi.kgi.uni-mannheim.de/entity/Q707.json, https://mbi.kgi.uni-mannheim.de/entity/Q707.rdf, https://mbi.kgi.uni-mannheim.de/entity/Q707.ttl, https://mbi.kgi.uni-mannheim.de/entity/Q707.nt and https://mbi.kgi.uni-mannheim.de/entity/Q707.jsonld.
==Data model==
*Properties
**[https://mbi.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://mbi.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://mbi.kgi.uni-mannheim.de/wiki/Item:Q1 Company (Q1)]
***[https://mbi.kgi.uni-mannheim.de/wiki/Item:Q5739 Human (Q5739)]
***[https://mbi.kgi.uni-mannheim.de/wiki/Item:Q5157 administrative territorial entity of Germany (Q5157)]


==Use Cases==
==Use Cases==
*Searching basic data for German companies in machine industry for the year 1937
*Searching basic data for German companies in machine industry for the year 1937
*Matching your (meta)data to MBI companies
*Matching your (meta)data to MBI data using the [https://rec.mbi.kgi.uni-mannheim.de MBI reconciliation service]
*Clean your tabular data and match it to the MBI knowledge graph with [https://openrefine.org OpenRefine]
*Clean your tabular data and match it to the MBI knowledge graph with [https://openrefine.org OpenRefine] and the [https://rec.mbi.kgi.uni-mannheim.de MBI reconciliation service]
*Semantic annotation of tabular data using the MBI knowledge graph with [https://github.com/UB-Mannheim/bbw bbw]
*Semantic annotation of tabular data using the MBI knowledge graph with [https://github.com/UB-Mannheim/bbw bbw]
*Federated queries over MBI, Wikidata and other SPARQL endpoints
*Federated queries over MBI, Wikidata and other SPARQL endpoints

Latest revision as of 15:32, 26 April 2023

Mbi logo.jpg

Overview

The MaschinenBauIndustrie (MBI) Knowledge Graph contains structured data from the book "Die Maschinen-Industrie im Deutschen Reich" written by Herbert Patschan in 1937. The book was scanned, OCR-ed, structured and semantified at UB Mannheim. The data includes basic data for the German companies from machine industry.

Access to data

Data model

Use Cases

  • Searching basic data for German companies in machine industry for the year 1937
  • Matching your (meta)data to MBI data using the MBI reconciliation service
  • Clean your tabular data and match it to the MBI knowledge graph with OpenRefine and the MBI reconciliation service
  • Semantic annotation of tabular data using the MBI knowledge graph with bbw
  • Federated queries over MBI, Wikidata and other SPARQL endpoints

Get involved