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/"
  • 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.

  • foaf:isPrimaryTopicOf rdf:resource="http://www.gutenberg-museum.de/index.php?id=29&#L=1"
  • The FOAF property isPrimaryTopicOf means that our resource is the primary topic of the institution Gutenberg Museum.

  • skos:related rdf:resource="http://viaf.org/viaf/222144783012221996488"
  • 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.

  • dcterms:ispartOf rdf:resource="http://id.loc.gov/vocabulary/relators/prt"
  • 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"
  • The OWL property sameAs allows us to create a semantic relation of identity between our resource and the one in DBpedia, an external database.

  • owl:differentFrom rdf:resource="https://en.wikipedia.org/wiki/SMS_Mainz"
  • The OWL property differentFrom allows us to semantically disambiguate our resource from the one in Wikipedia.

  • skos:broader rdf:resource="http://viaf.org/viaf/123162663"
  • 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.

  • skos:narrower rdf:resource="http://viaf.org/viaf/123770945"
  • 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"
  • The OWL property sameAs allows us to create a semantic relation of identity between our resource and the one in the LoC Subject Headings.

  • owl:differentFrom rdf:resource="http://id.loc.gov/authorities/subjects/sh85147844"
  • The OWL property differentFrom allows us to semantically disambiguate our resource from the one in the LoC Subject Headings, namely engraving.

  • skos:broader rdf:resource="http://dbpedia.org/page/Category:Technology_in_society"
  • 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.

  • skos:narrower rdf:resource="http://dbpedia.org/page/Typography"
  • 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.