From 7bd9ca17b53fc4eee5695e3934d9faadd4149c61 Mon Sep 17 00:00:00 2001 From: Minnie Rangel Date: Mon, 9 Sep 2019 21:08:57 -0500 Subject: [PATCH] adding tags for paged content (#161) 3 new tags to cover standard books and periodicals/newspapers and the sub Page model --- migrate/tags.csv | 3 +++ 1 file changed, 3 insertions(+) diff --git a/migrate/tags.csv b/migrate/tags.csv index c5054546..60705a2b 100644 --- a/migrate/tags.csv +++ b/migrate/tags.csv @@ -12,3 +12,6 @@ islandora_models,"Collection","A collection is an aggregation of items",http://p islandora_models,"Image","A visual representation other than text, including all types of moving image and still image",http://purl.org/coar/resource_type/c_c513 islandora_models,"Video","A recording of visual images, usually in motion and with sound accompaniment",http://purl.org/coar/resource_type/c_12ce islandora_models,"Digital Document","An electronic file or document.",https://schema.org/DigitalDocument +islandora_models,"Paged Content","An Electronic Book, object with pages",https://schema.org/Book +islandora_models,"Page","A page in an Electronic Paged Content Object",http://id.loc.gov/ontologies/bibframe/part +islandora_models,"Publication Issue","A part of a successively published publication such as a periodical or publication volume, often numbered, usually containing a grouping of works such as articles.",https://schema.org/PublicationIssue