Bibliographic data model
Version: 0.0.1
Previous version:
Created: 2023-11-13
Last modified: 2024-02-13
SHACL file: bibliographic.shacl.ttl
Authors: Milan Valadou , Miel Vander Sande , Lennert Van de Velde
Data model to provide a detailed description of bibliographic objects and their components.
Namespaces
Classes & Properties
Classes: Newspaper | Concept
Newspaper (schema:Newspaper)
Property | Description | Cardinality | Datatype |
---|---|---|---|
abraham identifier (schema:identifier) | The identifier property represents any kind of identifier for any kind of Thing, such as ISBNs, GTIN codes, UUIDs etc. | 1..1 | xsd:string |
alternate name (schema:alternateName) | An alias for the item | 0..* | rdf:langString |
end date (schema:endDate) | The end date and time of the item (in ISO 8601 date format). | 0..1 | xsd:dateTime |
name (schema:name) | The name of the item. | 1..1 | rdf:langString |
page number (schema:locationCreated) | Indicates the serial number of a page within the greater object it is part of. | 0..1 | Place |
preceded by (bf:precededBy) | Newspaper that precedes the newspaper being described, e.g., is earlier in time or before in narrative. | 0..1 | Newspaper |
publisher (schema:publisher) | Publisher of the newspaper. | 0..1 | Role |
start date (schema:startDate) | The start date and time of the item (in ISO 8601 date format). | 0..1 | xsd:dateTime |
succeeded by (bf:succeededBy) | 0..1 | Newspaper | |
supplement (bf:supplement) | Newspaper that updates or otherwise complements the predominant newspaper. | 0..1 | Newspaper |
supplement to (bf:supplementTo) | Newspaper that is updated or otherwise complemented by the augmenting newspaper. | 0..1 | Newspaper |
Newspaper edition (haDes:NewspaperIssue)
Subclass of: Intellectual entity
This class applies to media in meemoo’s archive that is originally derived from an analog carrier of type newspaper, and represents the newspaper edition as a whole.
Property | Description | Cardinality | Datatype |
---|---|---|---|
frequency of issuance (bf:issuance) | Indicates how frequent a newspaper is issued, e.g. twice a day, daily, weekly etc. | 0..1 | Concept |
is part of (schema:isPartOf) | Indicates the newspaper series that a specific newspaper edition is part of. | 0..1 | Newspaper |
issue number (schema:issueNumber) | Indicates the serial number of a newspaper edition within the greater newspaper series it is part of. | 0..1 | xsd:string |
number of pages (haDes:numberOfPages) | Indicates how many pages a certain bibliographic object contains. | 0..1 | xsd:nonNegativeInteger |
production method (bf:productionMethod) | The process used to produce the newspaper edition (e.g. handwritten, typed, printed). | 0..1 | Concept Possible values: haPrmId:handwritten , haPrmId:typed , haPrmId:printed |
publication type (bf:edition) | Indicates the specific publication type of a newspaper edition (e.g. morning, evening, weekend newspaper edition, etc.). | 0..1 | Concept Possible values: haEdTId:morning-edition , haEdTId:afternoon-edition , haEdTId:evening-edition , haEdTId:weekend-edition |
Newspaper issue page (haDes:NewspaperIssuePage)
Subclass of: Intellectual entity
This class applies to media in meemoo’s archive that is originally derived from an analog carrier of type newspaper, and represents a specific newspaper page.
Property | Description | Cardinality | Datatype |
---|---|---|---|
is part of (rel:isp) | Indicates the newspaper issue that a specific page is part of. | 1..1 | Newspaper edition |
page number (haDes:pageNumber) | Indicates the serial number of a page within the greater object it is part of. | 0..1 | xsd:nonNegativeInteger |