Yellow Nineties 2.0 Application Profile
Purpose
To document how the Yellow Nineties 2.0 data is modelled for compatibility with the wider LINCS data model. This document provides patterns used in the mapping of Yellow Nineties 2.0 data which correspond to the categories outlined in the LINCS Application Profile.
This document introduces class and property concepts as used in this specific context (LINCS and the Yellow Nineties 2.0 dataset), and are not complete definitions. Consult CIDOC CRM v. 7.1.1 documentation for full class and property descriptions.
Acronyms
Ontology Acronyms:
- CIDOC-CRM - CIDOC Conceptual Reference Model
- FRBRoo - Object-Oriented Functional Requirements for Bibliographic Records
Vocabulary and Authority Acronyms:
- Biography - The LINCS Biography Vocabulary
- Context - The LINCS Context Vocabulary
- DBpedia - DBpedia Open Knowledge Graph
- DC - Dublin Core Metadata Terms
- Event - The LINCS Event Vocabulary
- Identity - The LINCS Identity Vocabulary
- LINCS - LINCS minted entities
- Occupation - The LINCS Occupation Vocabulary
- Wikidata - Wikimedia Knowledge Base
Main Classes
Entity Type | Class | Declaration Snippet (TTL) |
Person | crm:E21_Person |
|
Unique Identifier | crm:E42_Identifier |
|
Name | crm:E33_E41_Linguistic_Appellation |
|
Birth Event | crm:E67_Birth |
|
Place | crm:E53_Place |
|
Death Event | crm:E69_Death |
|
Education Activity | crm:E7_Activity |
|
Educational Institution | crm:E74_Group |
|
Occupation | frbroo:F51_Pursuit |
|
Publishing Activity | crm:E65_Creation |
|
Publisher | crm:E74_Group |
|
Y90s Creation | crm:E65_Creation |
|
Yellow Nineties | frbroo:F2_Expression |
|
Relationship Activity | crm:E7_Activity |
|
Gender | crm:E89_Propositional_Object |
|
Avatar/Persona | crm:E74_Group |
|
Group Membership | crm:E74_Group |
|
Overview Diagram
Below is an image of the application profile overview diagram. Follow this link for a zoomable, more readable version. The segments below align with the document sections.
Nodes
Basic Patterns
Identifiers
Unique Identifiers
Pattern/Structure Values | Definition | This pattern declares that a person is identified by a unique identifier. |
Abstraction | crm:E21_Person → crm:P1_is_identified_by → crm:E42_Identifier
| |
Content Values | Type of Value | literal value (text) |
Expected Value | Literal value from the Yellow Nineties dataset | |
Format/Requirements for the Value | rdfs:literal | |
Example Values | “#RBA”, “#AKN”, “#SCR” | |
Case Examples | Typical Example & Abstraction | The Yellow Nineties Personography declares that Rosamund Marriott Watson’s Dublin Core Identifier is “#RBA”. <y90s:marriott-watson-rosamund/> → crm:P1_is_identified_by →
crm:E42_Identifier (→ crm:P2_has_type → <dc:identifier> , <lincs:srhGpLJEVcz> ,
<aat:300404012>)
|
Edge Case Example & Abstraction | N/A | |
Resource Links | The Dublin Core Metadata Initiative. (2021, July 19). Identifier. DCMI Metadata Terms. https://www.dublincore.org/specifications/dublin-core/dcmi-terms/terms/identifier/ The Getty Research Institute. (2017, March 7). Art & Architecture Thesaurus Online. | |
Discussion Elements Pertaining to the Pattern | N/A | |
Y90s Elements Following this Pattern | dc:identifier |
Pattern in TTL:
<Y90:Person> a crm:E21_Person ;
rdfs:label "<Y90:Person>" ;
crm:P1_is_identified_by <Y90_Identifier> .
<Y90_Identifier> a crm:E42_Identifier ;
rdfs:label "Yellow Nineties Project internal identifier for <name>" ;
crm:P2_has_type <identifier_type> ;
crm:P190_has_symbolic_content "<Y90_Identifier>" .
<identifier_type> a crm:E55_Type ;
rdfs:label "identifier" .
Names
Pattern/Structure Values | Definition | This pattern declares that a person is identified by a name. |
Abstraction | crm:E21_Person → crm:P1_is_identified_by →
crm:E33_E41_Linguistic_Appellation
| |
Content Values | Type of Value | Uniform Resource Identifier (URI); literal (text) value |
Expected Value | URI from the Yellow Nineties dataset; URI from an existing linked data authority or minted by LINCS; literal value from the Yellow Nineties dataset | |
Format/Requirements for the Value | URI (preferably dereferenceable); rdfs:literal | |
Example Values | “Marriott Watson, Rosamund”, “Sharp, William”, “Geddes, Patrick”, <http://id.lincsproject.ca/biography/additionalName> | |
Case Examples | Typical Example & Abstraction | The Yellow Nineties Personography states that Rosamund Marriott Watson is also known as Rosamund Thomson. “Thomson, Rosamund” is typed as an additional name. <y90s:marriott-watson-rosamund/> → crm:P1_is_identified_by →
crm:E33_E41_Linguistic_Appellation
|
Edge Case Example & Abstraction | N/A | |
Resource Links | Brown, S., Cummings, J., Drudge-Wilson, J., Faulkner, C., Lemak, A., Martin, K., Mo, A., Penancier, J., Simpson, J., Singh, G., Stacey, D., & Warren, R. (2020, July 14). The CWRC Ontology Specification 0.99.86. The Canadian Writing Research Collaboratory. The Wikimedia Foundation. (2021). Wikidata. | |
Discussion Elements Pertaining to the Pattern | N/A | |
Y90s Elements Following this Pattern | y90s:name; y90s:birth_name; y90s:aka |
Pattern in TTL:
<Y90:Person> a crm:E21_Person ;
rdfs:label "<Y90:Person>" ;
crm:P1_is_identified_by <name> .
<name> a crm:E33_E41_Linguistic_Appellation ;
rdfs:label "<name>" ;
crm:P2_has_type biography:personalName ;
crm:P190_has_symbolic_content "<name>" .
biography:personalName a crm:E55_Type ;
rdfs:label "personal name" .
Birth
Pattern/Structure Values | Definition | This pattern declares that a person was born. |
Abstraction | crm:E21_Person → crm:P98i_was_born → crm:E67_Birth | |
Content Values | Type of Value | Uniform Resource Identifier (URI) |
Expected Value | URI minted by LINCS | |
Format/Requirements for the Value | URI (preferably dereferenceable) | |
Example Values | <http://id.lincsproject.ca/FCEJ0z7mf8x>; <http://id.lincsproject.ca/FKIm8AgHUG9>; <http://id.lincsproject.ca/FSxkKEJMV7n> | |
Case Examples | Typical Example & Abstraction | The Yellow Nineties Personography declares that Rosamund Marriott Watson was born. <y90s:marriott-watson-rosamund/> → crm:P98i_was_born →
<lincs:mMR1zqnuXRv> |
Edge Case Example & Abstraction | N/A | |
Resource Links | The Wikimedia Foundation. (2019, December 30). Wikidata: Main Page. Wikidata. | |
Discussion Elements Pertaining to the Pattern | N/A | |
Y90s Elements Following this Pattern | y90s:birth_place; y90s:birth_place_uri |
Pattern in TTL:
<Y90:Person> a crm:E21_Person ;
rdfs:label "<Y90:Person>" ;
crm:P98i_was_born <Birth_Event> .
<Birth_Event> a crm:E67_Birth ;
rdfs:label "Birth Event of <name>" .
Birth Date
Pattern in TTL:
<Birth_Event> a crm:E67_Birth ;
rdfs:label "Birth Event of <name>" ;
crm:P4_has_time-span <Birth_Date> .
<Birth_Date> a crm:E52_Time-Span ;
rdfs:label "Birth date of <name>" ;
crm:P82_at_some_time_within "<Birth_Date>" ;
crm:P82a_begin_of_the_begin "<Birth_Date>"^^xsd:dateTime ;
crm:P82b_end_of_the_end "<Birth_Date>"^^xsd:dateTime .
Birth Place
Pattern/Structure Values | Definition | This pattern declares that a person was born at a place. |
Abstraction | crm:E67_Birth
| |
Content Values | Type of Value | Uniform Resource Identifier (URI); literal (text) value |
Expected Value | URI from the Yellow Nineties dataset, existing linked data authority, or minted by LINCS; literal value (text) from the Yellow Nineties dataset | |
Format/Requirements for the Value | URI (preferably dereferenceable); rdfs:literal | |
Example Values | “Hackney, London, England”, <https://www.wikidata.org/entity/Q205679>; <http://id.lincsproject.ca/Mk9ygPrxBpR>; “United States of America” | |
Case Examples | Typical Example & Abstraction | The Yellow Nineties Personography declares that Rosamund Marriott Watson was born in Hackney, London, England. <y90s:marriott-watson-rosamund/> → crm:P98i_was_born →
crm:E67_Birth
|
Edge Case Example & Abstraction | N/A | |
Resource Links | The Wikimedia Foundation. (2021). Wikidata. https://www.wikidata.org/ | |
Discussion Elements Pertaining to the Pattern | N/A | |
Y90s Elements Following this Pattern | y90s:birth_place; y90s:birth_place_uri |
Pattern in TTL:
<Birth_Event> a crm:E67_Birth ;
rdfs:label "Birth Event of <name>" ;
crm:P7_took_place_at <Birthplace> .
<Birthplace> a crm:E53_Place ;
rdfs:label "<Birthplace>" ;
crm:P89_falls_within <Birthplace_URI> .
<Birthplace_URI> a crm:E53_Place ;
rdfs:label "<Birthplace_URI>" .
Death
Pattern/Structure Values | Definition | This pattern declares that a person died. |
Abstraction | crm:E21_Person → crm:P100i_died_in → crm:E69_Death | |
Content Values | Type of Value | Uniform Resource Identifier (URI) |
Expected Value | URI minted by LINCS | |
Format/Requirements for the Value | URI (preferably dereferenceable) | |
Example Values | <http://id.lincsproject.ca/M7PkE50mfmZ>; <http://id.lincsproject.ca/MLIV33EwB6i>; | |
Case Examples | Typical Example & Abstraction | The Yellow Nineties Personography declares that Rosamund Marriott Watson died in Shere, Surrey, England. <y90s:marriott-watson-rosamund/> → crm:P100i_died_in →
<lincs:USlmuDwFYCR> |
Edge Case Example & Abstraction | N/A | |
Resource Links | The Wikimedia Foundation. (2021). Wikidata. https://www.wikidata.org/ | |
Discussion Elements Pertaining to the Pattern | N/A | |
Y90s Elements Following this Pattern | y90s:death_place; y90s:death_place_uri |
Pattern in TTL:
<Y90:Person> a crm:E21_Person ;
rdfs:label "<Y90:Person>" ;
crm:P100i_died_in <Death_Event> .
<Death_Event> a crm:E69_Death ;
rdfs:label "Death event of <name>" .
Death Date
Pattern in TTL:
<Death_Event> a crm:E69_Death ;
rdfs:label "Death event of <name>" ;
crm:P4_has_time_span <Death_Date> .
<Death_Date> a crm:E52_Time-Span ;
rdfs:label "Death date of <name>" ;
crm:P82_at_some_time_within "<Death_Date>" ;
crm:P82a_begin_of_the_begin "<Death_Date>"^^xsd:dateTime ;
crm:P82b_end_of_the_end "<Death_Date>"^^xsd:dateTime .
Death Place
Pattern/Structure Values | Definition | This pattern declares that a person died at a place. |
Abstraction | crm:E69_Death
| |
Content Values | Type of Value | Uniform Resource Identifier (URI); literal (text) value |
Expected Value | URI from the Yellow Nineties dataset, existing linked data authority, or minted by LINCS; literal value (text) from the Yellow Nineties dataset | |
Format/Requirements for the Value | URI (preferably dereferenceable); rdfs:literal | |
Example Values | “Shere, Surrey, England”, <http://www.wikidata.org/entity/Q2188542>; “132 Fulham Road, London”; <http://id.lincsproject.ca/8jGB34XQKoI> | |
Case Examples | Typical Example & Abstraction | The Yellow Nineties Personography declares that Rosamund Marriott Watson died in Shere, Surrey, England. <lincs:USlmuDwFYCR>
|
Edge Case Example & Abstraction | N/A | |
Resource Links | The Wikimedia Foundation. (2021). Wikidata. https://www.wikidata.org/ | |
Discussion Elements Pertaining to the Pattern | N/A | |
Y90s Elements Following this Pattern | y90s:death_place; y90s:death_place_uri |
Pattern in TTL:
<Death_Event> a crm:E69_Death ;
rdfs:label "Death event of <name>" ;
crm:P7_took_place_at <Death_Place> .
<Death_Place> a crm:E53_Place ;
rdfs:label "<Death_Place>" ;
crm:P89_falls_within <Death_Place_URI> .
<Death_Place_URI> a crm:E53_Place ;
rdfs:label "<Death_Place_URI>" .
Activities
Education Activities
Pattern/Structure Values | Definition | This pattern declares that a person engaged in educational activities carried out by an educational institution. |
Abstraction | crm:E21_Person → crm:P02i_is_range_of → crmpc:PC14_carried_out_by
|