Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
kim pham edited this page Dec 19, 2017 · 5 revisions

Introduction

Dragomans Installation/Migration Procedure: https://docs.google.com/document/d/189zBqtutmSDxLJ__uIVtF0aYvZqEL8tgRN8b4doCWQ8/

There are three types of objects (represented as content types):

  • Documents
  • People
  • Archival Objects

Which have fields that reference vocabularies using Inline Entity Reference (represented as content types):

  • Genres
  • Topics
  • Honorifics
  • Agencies
  • Place
  • Positions
  • Nations
  • Profession
  • Language
  • Event type
  • Archival ID

We also represent complex relationships between content types (represented as content types):

  • DocumentPersonRelation
  • DocumentDocumentRelation
  • DocumentGenreRelation
  • DocumentPersonHonorificRelation
  • PersontoPersonRelation
  • PersonPositionRelation

Linked Data

We are in the process of building out an RDF-based ontology that will be used map Drupal bundles to classes and predicates.

Dragomans Ontology: https://github.com/digitalutsc/dragomans_ontology

Preliminary Ontology (Will be used to help us with an RDF mapping of classes and predicates to Drupal bundles and fields. What gets a URI and what doesn't, work in progress): https://docs.google.com/document/d/1XI5PI8lWWNQAwLBkNsMKoYOo5r5qboM8hruA__ZskgU/edit?usp=sharing

Additional Documentation

Forms template (Documents, People, Archival Objects): https://docs.google.com/spreadsheets/d/1LEYPjBtp2D-w38_1XR1jQ4CuZOVdujCLUCdFvvnKzmc/edit?usp=sharing

Vocabularies spreadsheet (terms that appear in Documents, People, Archival Objects): https://docs.google.com/spreadsheets/d/1mlj3BLTEsjTAJ4SUkvVDI5BOIq54KdJoWNIauvYfNVk/edit?usp=sharing

Data dictionary (supplementary information explaining the terms, work in progress): https://docs.google.com/document/d/1SP6OgftYpmM1ZltIyC1h0F_8Ce6nFOuXUncpW3dGSQQ/edit?usp=sharing

Source file - People: https://docs.google.com/spreadsheets/d/1l8zd-j3U3cD9BTUU3olFmHrDcV7PjVSBE865s3fGA7M/edit?usp=sharing

Source file - Documents and Archival Objects: https://docs.google.com/spreadsheets/d/1_uXXmKamIVaenyFoSYKFezx3NXf1vybM_2f7QkISbkM/edit?usp=sharing

More info on how to create entities using an entity lookup: https://www.mtech-llc.com/blog/ada-hernandez/entity-lookup-generate-migrate-process-plugins

Clone this wiki locally