Connection to Authorities and other resources
People, places and concepts were reconciled to their related authorities through the OWL (Web Ontology Language) owl:sameAs property. When necessary, we also used owl:differentFrom to disambiguate. We also created links to other resources that held semantic associations with our data, both external resources found on the Web and internal resources from our collection. We made this using various ontologies. The most useful were SKOS (skos:related, skos:narrower, skos:broader), FOAF (foaf:isPrimaryTopicOf) and DC Terms (dcterms:isPartOf). RDF/XML allows us to create semantic connections between our entities and external databases such as WikiData, DBpedia, YAGO, LoC SH, etc. In order to associate our entities, we provided them and some of the items with URIs, e.g.:
- 42-line Bible - http://semanticweb.org/visionsofgutenberg/42lineBible
- Johannes Gutenberg - http://semanticweb.org/visionsofgutenberg/Gutenberg
- Mainz - http://semanticweb.org/visionsofgutenberg/Mainz
- 1455 - http://semanticweb.org/visionsofgutenberg/1455
- Printing Press Revolution - http://semanticweb.org/visionsofgutenberg/PrintingRevolution
person/Johannes Gutenberg
URI: http://semanticweb.org/visionsofgutenberg/Gutenberg
- owl:sameAs rdf:resource="https://viaf.org/viaf/9815820/"
- foaf:isPrimaryTopicOf rdf:resource="http://www.gutenberg-museum.de/index.php?id=29L=1"
- skos:related rdf:resource="http://viaf.org/viaf/222144783012221996488"
- dcterms:ispartOf rdf:resource="http://id.loc.gov/vocabulary/relators/prt"
The OWL property sameAs allows us to create a semantic relation of identity between our resource and the one in VIAF, an international authority file.
The FOAF property isPrimaryTopicOf means that our resource is the primary topic of the institution Gutenberg Museum.
The SKOS property related means that our resource has an associative relation with a resource in VIAF, in this case Peter Schoeffer. We also created another internal relation between Gutenberg and an item from our collection, the Gutenberg Bible.
The DC Terms property ispartof means that our resource is a part of a whole, in this case of the category “printers”, contained into LoC vocabulary.
place/Mainz
URI: http://semanticweb.org/visionsofgutenberg/Mainz
- owl:sameAs rdf:resource="http://dbpedia.org/page/Mainz"
- owl:differentFrom rdf:resource="https://en.wikipedia.org/wiki/SMS_Mainz"
- skos:broader rdf:resource="http://viaf.org/viaf/123162663"
- skos:narrower rdf:resource="http://viaf.org/viaf/123770945"
The OWL property sameAs allows us to create a semantic relation of identity between our resource and the one in DBpedia, an external database.
The OWL property differentFrom allows us to semantically disambiguate our resource from the one in Wikipedia.
The SKOS property broader creates a hierarchical relation between our resource and the one in VIAF. In this case, Rhineland-Palatinate is broader than Mainz.
The SKOS property narrower creates a hierarchical relation between our resource and the one in VIAF. In this case, Mainz-Gonsenheim is narrower than Mainz.
date/1455
URI: http://semanticweb.org/visionsofgutenberg/1455
- foaf:isPrimaryTopicOf rdf:resource="https://it.wikipedia.org/wiki/1455"
The FOAF property isPrimaryTopicOf means that our resource is the primary topic of a Wikipedia page.
concept/Printing Press Revolution
URI: http://semanticweb.org/visionsofgutenberg/PrintingRevolution
- owl:sameAs rdf:resource="http://id.loc.gov/authorities/subjects/sh85106826"
- owl:differentFrom rdf:resource="http://id.loc.gov/authorities/subjects/sh85147844"
- skos:broader rdf:resource="http://dbpedia.org/page/Category:Technology_in_society"
- skos:narrower rdf:resource="http://dbpedia.org/page/Typography"
The OWL property sameAs allows us to create a semantic relation of identity between our resource and the one in the LoC Subject Headings.
The OWL property differentFrom allows us to semantically disambiguate our resource from the one in the LoC Subject Headings, namely engraving.
The SKOS property broader creates a hierarchical relation between our resource and the one in DBpedia. In this case, Technology in society is a broader phenomenon than Printing Revolution.
The SKOS property narrower creates a hierarchical relation between our resource and the one in DBpedia. In this case, Typography is narrower than Printing Revolution.