HistSex Application Profile
Dataset Status: Converting
Purpose
To document how HistSex data is modelled for compatibility with the wider LINCS data model. This document provides patterns used in the mapping of HistSex data which correspond to the categories outlined in the LINCS Application Profile Main Document.
This document introduces class and property concepts as used in this specific context (LINCS and the HistSex 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
- SKOS - Simple Knowledge Organization System
Vocabulary and Authority Acronyms:
- AAT - Getty Art & Architecture Thesaurus
- GeoNames - GeoNames Geographical Database
- Homosaurus - Homosaurus: An International LGBTQ+ Linked Data Vocabulary
- LCSH - Library of Congress Subject Headings
- LCGFT - Library of Congress Genre/Form Terms
- LCIA - Library of Congress Intended Audience List
- VIAF - The Virtual International Authority File
- Wikidata - Wikimedia Knowledge Base
Where shared patterns between objects, recordings and bibliographic records are captured, the shared superclass E71_Human-Made_Thing is used to model the pattern. Examples are given in the table of each specific example using the specific entities (E78_Curated_Holding, F2_Expression and E73_Information_Object) captured in the dataset.
Main Classes
Entity Type | Class | Declaration Snippet (TTL) |
Identifier | crm:E42_Identifier |
|
Title/Name | crm:E33_E41_Linguistic_Appellation |
|
Classification | crm:E55_Type |
|
Description | crm:E33_Linguistic_Object |
|
Image | crm:E36_Visual_Item |
|
HistSex Record | crm:E73_Information_Object |
|
Record Creation | crm:E65_Creation |
|
HistSex Review | crm:E7_Activity |
|
HistSex Website | crm:E73_Information_Object |
|
Person | crm:E21_Person |
|
Publication | frbroo:F2_Expression |
|
Publication Event | crm:E65_Creation |
|
Main Topic | skos:Concept |
|
Time Period | crm:E4_Period |
|
Place | crm:E53_Place |
|
Audience Education Level | crm:E55_Type |
|
Digital Project | crm:E73_Information_Object |
|
Digital Project Creation Event | crm:E65_Creation |
|
Website | crm:E41_Appellation, crm:E73_Information_Object |
|
Research Collection | crm:E78_Curated_Holding |
|
Institution | 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
Title/Name
Pattern in TTL:
<object> a crm:E71_Human-Made_Thing ;
rdfs:label "<object>" ;
crm:P1_is_identified_by <title> .
<title> a crm:E33_E41_Linguistic_Appellation ;
rdfs:label "<title>" ;
crm:P190_has_symbolic_content "<title>" ;
crm:P2_has_type aat:300417193 .
aat:300417193 a crm:E55_Type ;
rdfs:label "titles (general, names)" .
Categories & Classifications
Pattern/Structure Values | Definition | This pattern declares that an entity has a type. |
Abstraction |
| |
Content Values | Type of Value | Uniform Resource Identifier (URI) |
Expected Value | URI from project dataset, existing linked data authority, or minted by LINCS | |
Format/Requirements for the Value | URI, preferably dereferenceable | |
Example Values | <http://id.loc.gov/authorities/genreForms/gf2015026053>; <http://id.loc.gov/authorities/genreForms/gf2011026594>; <https://homosaurus.org/v3/homoit0000066> ; <https://vocab.getty.edu/aat/300443858> | |
Case Examples | Typical Example & Abstraction | The HistSex dataset states that the contents of the Edward Carpenter Archive have the type “Sound recordings.” <lincs:contents_Edward_Carpenter_Archive> → crm:P2_has_type →
<lcgft:gf2015026053> |
Edge Case Example & Abstraction | N/A | |
Resource Links | Library of Congress. (2019, June 20). Library of Congress Genre/Form Terms. The Getty Research Institute. (2017, March 7). Art & Architecture Thesaurus Online. Digital Transgender Archive. (2022, June). Homosaurus: An International LGBTQ+ Linked Data Vocabulary. https://homosaurus.org/ | |
Discussion Elements Pertaining to This Pattern | N/A | |
HistSex Elements Following This Pattern | See details in each section below. |
Pattern in TTL:
<entity> a crm:E1_CRM_Entity ;
rdfs:label "<entity>" ;
crm:P2_has_type <entity_type> .
<entity_type> a crm:E55_Type ;
rdfs:label "<entity_type>" .
Talking About Entities
Describing a Publication, Research Collection, or Digital Project
Pattern in TTL:
<object> a crm:E71_Human-Made_Thing ;
rdfs:label "<object>" ;
crm:P129i_is_subject_of <description> .
<description> a crm:E33_Linguistic_Object ;
rdfs:label "Description of <object>" ;
crm:P190_has_symbolic_content "<description>" ;
crm:P2_has_type aat:300411780 .
aat:300411780 a crm:E55_Type ;
rdfs:label "descriptions (documents)" .
Visual Representation
Pattern/Structure Values | Definition | This pattern declares that a publication, research collection, or digital project is represented by an image. |
Abstraction |
| |
Content Values | Type of Value | Uniform Resource Identifier (URI) |
Expected Value | URI from HistSex dataset, existing linked data authority, or minted by LINCS | |
Format/Requirements for the Value | URI (preferably dereferenceable) | |
Example Values | <https://histsex.org/omeka/files/large/4ae1cd28a9190219fc38625e260d326ee200e418.jpg>; <https://histsex.org/omeka/files/large/7d4adcbb952223dd7d66c3b7240b51251b0f0860.jpg>; <http://www.wikidata.org/entity/Q624903> | |
Case Examples | Typical Example & Abstraction | The HistSex dataset states that the LGBT Materials in the New York Public Library is represented by an image which is a type of cover art. <lincs:LGBT_Materials_in_the_New_York_Public_Library> →
P138i_has_representation → <histsex:7d4adcbb952223dd7d66c3b7240b51251b0f0860.jpg> → P2_has_type → <aat:300028715> |
Edge Case Example & Abstraction | N/A | |
Resource Links | The Wikimedia Foundation. (2021). Wikidata. https://www.wikidata.org/ | |
Discussion Elements Pertaining to the Pattern | <object> could be a book (F2), research collection (E78), or
digital project (E73) <image_type> could be “cover art” (wikidata:Q624903) for a book
(F2) or “logos” (aat:300028715) for a research collection (E78) or
digital project (E73) | |
HistSex Elements Following this Pattern | image |
Pattern in TTL:
<object> a crm:E71_Human-Made_Thing ;
rdfs:label "<object>" ;
crm:P138i_has_representation <image> .
<image> a crm:E36_Visual_Item ;
rdfs:label "Image for <object>" ;
crm:P2_has_type <image_type> .
<image_type> a crm:E55_Type ;
rdfs:label "<image_type>" .
HistSex Records
Identifier
Pattern in TTL:
<HistSex_record> a crm:E73_Information_Object ;
rdfs:label "HistSex record for <object>" ;
crm:P1_is_identified_by <id> .
<id> a crm:E42_Identifier ;
rdfs:label "Identifier of HistSex record for <HistSex_record>" ;
crm:P190_has_symbolic_content "<id>" ;
crm:P2_has_type aat:300404012 , <HistSex_id> .
aat:300404012 a crm:E55_Type ;
rdfs:label "unique identifiers" .
<HistSex_id> a crm:E55_Type ;
rdfs:label "HistSex Identifier" .
Record Creation
Pattern/Structure Values | Definition | This pattern declares that a HistSex record was created. |
Abstraction | crm:E73_Information_Object → crm:P94i_was_created_by →
crm:E65_Creation
| |
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://temp.lincsproject.ca/digital/record_creation/3074>; <http://temp.lincsproject.ca/books/record_creation/4662>; <http://temp.lincsproject.ca/books/record_creation/4472> | |
Case Examples | Typical Example & Abstraction | The HistSex dataset states that the HistSex record for Independent Voices was created. This creation is typed as “digital knowledge creation.” <histsex:3074> → crm:P94i_was_created_by →
<lincs:record_creation_3074>
|
Edge Case Example & Abstraction | N/A | |
Resource Links | The Wikimedia Foundation. (2021). Wikidata. | |
Discussion Elements Pertaining to the Pattern | N/A | |
HistSex Elements Following this Pattern | record_datetime |
Pattern in TTL:
<HistSex_record> a crm:E73_Information_Object ;
rdfs:label "HistSex record for <object>" ;
crm:P94i_was_created_by <record_creation> .
<record_creation> a crm:E65_Creation ;
rdfs:label "Creation of HistSex record for <HistSex_record>" ;
crm:P2_has_type wikidata:Q99231516 .
wikidata:Q99231516 a crm:E55_Type ;
rdfs:label "digital knowledge creation" .
Record Creation Date
Pattern in TTL:
<record_creation> a crm:E65_Creation ;
rdfs:label "Creation of HistSex record for <HistSex_record>" ;
crm:P4_has_time-span <record_creation_timespan> .
<record_creation_timespan> a crm:E52_Time-Span ;
rdfs:label "Datetime of creation of HistSex record for <HistSex_record>" ;
crm:P82_at_some_time_within "<record_datetime>" ;
crm:P82a_begin_of_the_begin "<record_datetime>"^^xsd:dateTime ;
crm:P82b_end_of_the_end "<record_datetime>"^^xsd:dateTime .
Review for Record Creation
Pattern/Structure Values | Definition | This pattern declares that the creation of a HistSex record included the peer review of that record. |
Abstraction |
| |
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://temp.lincsproject.ca/digital/review/Independent_Voices>; <http://temp.lincsproject.ca/books/review/Gender_in_history__global_perspectives>; <http://temp.lincsproject.ca/digital/review/Sex_Worker_Film_and_Arts_Festival_Archives> | |
Case Examples | Typical Example & Abstraction | The HistSex dataset states that the creation of the HistSex record for Independent Voices included a peer review. <lincs:record_creation_3074> → crm:P9_consists_of →
<lincs:review_Independent_Voices> |
Edge Case Example & Abstraction | N/A | |
Resource Links | N/A | |
Discussion Elements Pertaining to the Pattern | N/A | |
HistSex Elements Following this Pattern | record_datetime |
Pattern in TTL:
<record_creation> a crm:E65_Creation ;
rdfs:label "Creation of HistSex record for <HistSex_record>" ;
crm:P9_consists_of <review> .
<review> a crm:E7_Activity ;
rdfs:label "Peer review of <HistSex_record> for HistSex" .
HistSex Review
Pattern/Structure Values | Definition | This pattern declares that a HistSex record was peer-reviewed. |
Abstraction | crm:E73_Information_Object → crm:P16i_was_used_for → crm:E7_Activity
| |
Content Values | Type of Value | Uniform Resource Identifier (URI); literal value (text) |
Expected Value | URI from HistSex dataset, existing linked data authority, or minted by LINCS; literal value (text) from HistSex dataset | |
Format/Requirements for the Value | URI (preferably dereferenceable); rdfs:literal | |
Example Values | <http://temp.lincsproject.ca/Brian_M._Watson>; <http://temp.lincsproject.ca/Katie_Arthur>; <http://temp.lincsproject.ca/Leo_Valdes> | |
Case Examples | Typical Example & Abstraction | The HistSex dataset states that the HistSex record for “Sex Worker Film and Arts Festival Archives” was used for a peer review which was carried out by Brian M. Watson. <histsex:3049> → crm:P16i_was_used_for →
<lincs:review_Sex_Worker_Film_and_Arts_Festival_Archives>
|
Edge Case Example & Abstraction | N/A | |
Resource Links | The Getty Research Institute. (2017, March 7). Art & Architecture Thesaurus Online. | |
Discussion Elements Pertaining to the Pattern | N/A | |
HistSex Elements Following this Pattern | reviewer |
Pattern in TTL:
<HistSex_record> a crm:E73_Information_Object ;
rdfs:label "HistSex record for <object>" ;
crm:P16i_was_used_for <review> .
<review> a crm:E7_Activity ;
rdfs:label "Peer review of <HistSex_record> for HistSex" ;
crm:P2_has_type aat:300380321 ;
crm:P14_carried_out_by <person> .
aat:300380321 a crm:E55_Type ;
rdfs:label "peer review" ;
<person> a crm:E21_Person ;
rdfs:label "<person>" .
HistSex Website
Pattern/Structure Values | Definition | This pattern declares that HistSex records are part of the HistSex website. |
Abstraction | crm:E73_Information_Object → crm:P148i_is_component_of → crm
wikidata:Q35127, wikidata:Q60474998 | |
Content Values | Type of Value | Uniform Resource Identifier (URI) |
Expected Value | URI from HistSex dataset | |
Format/Requirements for the Value | URI (preferably dereferenceable) | |
Example Values | <https://histsex.org> | |
Case Examples | Typical Example & Abstraction | The HistSex dataset states that the HistSex record for “Sex Worker Film and Arts Festival Archives” is a part of the website / digital collection “histsex.org.” <histsex:3049> → crm:P148i_is_component_of →
<https://histsex.org>
|
Edge Case Example & Abstraction | N/A | |
Resource Links | The Wikimedia Foundation. (2021). Wikidata. | |
Discussion Elements Pertaining to the Pattern | N/A | |
HistSex Elements Following this Pattern | histsex |
Pattern in TTL:
<HistSex_record> a crm:E73_Information_Object ;
rdfs:label "HistSex record for <object>" ;
crm:P148i_is_component_of <HistSex_website> .
<HistSex_website> a crm:E73_Information_Object ;
rdfs:label "HistSex" ;
crm:P2_has_type wikidata:Q35127 , wikidata:Q60474998 .
wikidata:Q35127 a crm:E55_Type ;
rdfs:label "website" .
wikidata:Q60474998 a crm:E55_Type ;
rdfs:label "digital collection" .
Subject of Record
Pattern/Structure Values | Definition | This pattern declares that a HistSex record is about a publication, research collection, or digital project. |
Abstraction | crm:E73_Information_Object → crm:P129_is_about
| |
Content Values | Type of Value | Uniform Resource Identifier (URI) |
Expected Value | URI from HistSex dataset | |
Format/Requirements for the Value | URI (preferably dereferenceable) | |
Example Values | <http://temp.lincsproject.ca/digital/digital_project/Smith_Digital_Collections>; <http://temp.lincsproject.ca/books/f2/Environmentalism_in_Popular_Culture__Gender,_Race,_Sexuality,_and_the_Politics_of_the_Natural>; http://temp.lincsproject.ca/books/f2/A_Primer_for_Teaching_Women,_Gender,_and_Sexuality_in_World_History__Ten_Design_Principles> | |
Case Examples | Typical Example & Abstraction | The HistSex dataset states that the HistSex record for the “Smith Digital Collections” is about the digital project the “Smith Digital Collections.” <histsex:3098> → crm:P129_is_about
|
Edge Case Example & Abstraction | N/A | |
Resource Links | N/A | |
Discussion Elements Pertaining to the Pattern | <object> could be a book (F2), research collection (E78), or digital project (E73) | |
HistSex Elements Following this Pattern | title; url |
Pattern in TTL:
<HistSex> a crm:E73_Information_Object ;
rdfs:label "HistSex record for <object>" ;
crm:P129_is_about <object> .
<object> a crm:E71_Human-Made_Thing ;
rdfs:label "<object>" .
Publications
Publication
Publication Event
Pattern/Structure Values | Definition | This pattern declares that a publication was published. |
Abstraction | frbroo:F2_Expression → crm:P94i_was_created_by →
crm:E65_Creation
| |
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://temp.lincsproject.ca/books/book_creation/The_Question_of_Gender__Joan_W._Scott_s_Critical_Feminism>; <http://temp.lincsproject.ca/books/book_creation/The_Reification_of_Desire__Toward_a_Queer_Marxism>; http://temp.lincsproject.ca/books/book_creation/Among_Women__From_the_Homosocial_to_the_Homoerotic_in_the_Ancient_World> | |
Case Examples | Typical Example & Abstraction | The HistSex dataset states that the book “The Question of Gender: Joan W. Scott’s Critical Feminism” was published. This publication has the types “production event” and “publishing event.” <lincs:The_Question_of_Gender__Joan_W._Scott_s_Critical_Feminism> →
crm:P94i_was_created_by → <lincs:creation_The_Question_of_Gender__Joan_W._Scott_s_Critical_Feminism> |
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. | |
Discussion Elements Pertaining to the Pattern | N/A | |
HistSex Elements Following this Pattern | author |
Pattern in TTL:
<book> a frbroo:F2_Expression ;
rdfs:label "<book>" ;
crm:P94i_was_created_by <publication> .
<publication> a crm:E65_Creation ;
rdfs:label "Publication of <book>" ;
crm:P2_has_type event:ProductionEvent , event:PublishingEvent .
event:ProductionEvent a crm:E55_Type ;
rdfs:label "production event" .
event:PublishingEvent a crm:E55_Type ;
rdfs:label "publishing event" .
Publication Date
Pattern in TTL:
<publication> a crm:E65_Creation ;
rdfs:label "Publication of <book>" ;
crm:P4_has_time-span <date> .
<date> a crm:E52_Time-Span ;
rdfs:label "Publication date of <book>" ;
crm:P82_at_some_time_within "<date>" ;
crm:P82a_begin_of_the_begin "<date>"^^xsd:dateTime ;
crm:P82b_end_of_the_end "<date>"^^xsd:dateTime .
Author/Publisher
Pattern/Structure Values | Definition | This pattern declares that a publication involved actors in roles (such as an author and a publisher). |
Abstraction | crm:E65_Creation → crmpc:P01i_is_domain_of →
crmpc:PC14_Carried_Out_By
| |
Content Values | Type of Value | Uniform Resource Identifier (URI); literal value (text) |
Expected Value | URI from HistSex dataset, existing linked data authority, or minted by LINCS; Literal value (text) from HistSex dataset | |
Format/Requirements for the Value | URI (preferably dereferenceable); rdfs:literal | |
Example Values | viaf:2073159474356127662875; <http://temp.lincsproject.ca/Hawkins,_Blake_W.>; <http://temp.lincsproject.ca/Stanley,_Eric_A.> | |
Case Examples | Typical Example & Abstraction | The HistSex dataset states that Craig A. Williams was the writer of “Roman Homosexuality: Second Edition.” His role was writer. <lincs:creation_Roman_Homosexuality__Second_Edition> →
crmpc:P01i_is_domain_of →
<lincs:role_Craig_A._Williams>
|
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. Online Computer Library Centre, Inc. (2021). VIAF: The Virtual International Authority File. http://viaf.org The Wikimedia Foundation. (2021). Wikidata. | |
Discussion Elements Pertaining to the Pattern | N/A | |
HistSex Elements Following this Pattern | author |
Pattern in TTL:
<publication> a crm:E65_Creation ;
rdfs:label "Publication of <book>" ;
crmpc:P01i_is_domain_of <role> .
<role> a crmpc:PC14_Carried_Out_By ;
rdfs:label "<person/group> in the role of <role_type>" ;
crmpc:P14.1_in_the_role_of <role_type> ;
crmpc:P02_has_range <person/group> .
<person/group> a crm:E39_Actor ;
rdfs:label "<person/group>" .
<role_type> a crm:E55_Type ;
rdfs:label "<role_type>" .