Anthologia graeca Application Profile
Dataset Status: In Review
Purposeβ
To document how Anthologia graeca data is modelled for compatibility with the wider LINCS data model. This document provides patterns used in the mapping of Anthologia graeca 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 Anthologia graeca 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
- CRMtex - Model for the Study of Ancient Texts
- OWL - W3C Web Ontology Language
Vocabulary and Authority Acronyms:
- AAT - Getty Art & Architecture Thesaurus
- BIBFRAME - Bibliographic Framework
- Genre - The LINCS Genre Vocabulary
- LCSH - Library of Congress Subject Headings
- LINCS - LINCS minted entities
- Perseus - The Perseus Catalog
- Pleiades - Pleiades
- Wikidata - Wikimedia Knowledge Base
Main Classesβ
Entity Type | Class | Declaration Snippet (TTL) |
Identifier | crm:E42_Identifier |
|
Title | crm:E33_E41_Linguistic_Appellation |
|
Name | crm:E33_E41_Linguistic_Appellation |
|
Keyword, Keyword Category | crm:E55_Type |
|
External Reference | crm:E73_Information_Object |
|
Comment | crm:E33_Linguistic_Object |
|
Description | crm:E33_Linguistic_Object |
|
Credit line | crm:E33_Linguistic_Object |
|
Image | crm:E36_Visual_Item |
|
Passage (Conceptual) | crm:E73_Information_Object |
|
Scholia (Conceptual) | crm:E73_Information_Object |
|
Passage (Written) | crmtex:TX7_Written_Fragment |
|
Scholia (Written) | crmtex:TX7_Written_Fragment |
|
Work | crm:E73_Information_Object |
|
Book | crmtex:TX1_Written_Text |
|
Edition | crmtex:TX1_Written_Text |
|
Manuscript | crm:E22_Human-Made_Object |
|
Transcription | crm:E33_Linguistic_Object |
|
Author | crm:E21_Person |
|
Birth | crm:E67_Birth |
|
Death | crm:E69_Death |
|
City | crm:E53_Place |
|
Language | crm:E56_Language |
|
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 an entity is identified by a unique identifier. |
Abstraction | <object> β crm:P1_is_identified_by β crm:E42_Identifier
| |
Content Values | Type of Value | Uniform Resource Identifier (URI); literal value (text) |
Expected Value | literal value (text) from Anthologia Palatina dataset | |
Format/Requirements for the Value | URI (preferably dereferenceable); rdfs:literal | |
Example Values | β261β; β363β; β1851β | |
Case Examples | Typical Example & Abstraction | The Anthologia Palatina dataset declares that the identifier of Anthologia Palatina project item passage 6.318 is β1851β. This identifier has the types βAntholagia Palatina identifierβ and βunique identifier.β <lincs:passage/1745/unique_id/1851> β crm:P1_is_identified_by β
crm:E42_Identifier
|
Edge Case Example & Abstraction | N/A | |
Resource Links | The Getty Research Institute. (2017, March 7). Art & Architecture Thesaurus Online. The Wikimedia Foundation. (2021). Wikidata. https://www.wikidata.org/ | |
Discussion Elements Pertaining to the Pattern |
| |
Anthologia Palatina Elements Following this Pattern | author_id; author_unique_id; author_tlg_id; city_id; city_name_id; city_unique_id; edition_id; manuscript_id; passage_unique_id; passage_fragment; passage_sub_fragment; passage_external_reference_id; book_number; keyword_id; keyword_unique_id; keyword_category_id; keyword__category_unique_id; comment_id; comment_unique_id; medium_id; medium_unique_id; name_id; language; description_id; text_unique_id; work_id; edition_id; scholium_unique_id; scholium_number |
Pattern in TTL:
<object> a crm:E1_CRM_Entity ;
rdfs:label "<object>" ;
crm:P1_is_identified_by <identifier> .
<identifier> a crm:E42_Identifier ;
rdfs:label "<identifier>" ;
crm:P190_has_symbolic_content "<description>" ;
crm:P2_has_type aat:300404012 ;
crm:P2_has_type <type> .
aat:300411780 a crm:E55_Type ;
rdfs:label "unique identifiers" .
<type> a crm:E55_Type ;
rdfs:label "<type>" .
Titlesβ
Pattern in TTL:
<object> a crmtex:TX1_Written_Text ;
rdfs:label "<object>" ;
crm:P1_is_identified_by <title> .
<title> a crm:E33_E41_Linguistic_Appellation ;
rdfs:label "Title of <title>" ;
crm:P190_has_symbolic_content "<title>" ;
crm:P2_has_type aat:300417193 ;
crm:P72_has_language <language> .
aat:300417193 a crm:E55_Type ;
rdfs:label "titles (general, names)" .
<language> a crm:E56_Language ;
rdfs:label "<language>" .
Namesβ
Pattern/Structure Values | Definition | This pattern declares that a person or place is identified by a name. |
Abstraction | crm:E1_CRM_Entity β crm:P1_is_identified_by β
crm:E33_E41_Linguistic_Appellation
| |
Content Values | Type of Value | Uniform Resource Identifier (URI); literal value (text) |
Expected Value | URI minted by LINCS; literal value (text) from Anthologia Palatina dataset | |
Format/Requirements for the Value | URI (preferably dereferenceable); rdfs:literal | |
Example Values | <http://temp.lincsproject.ca/anthologie/name/1824>; βdemetriusβ; βantiphanesβ; <http://temp.lincsproject.ca/anthologie/name/213> | |
Case Examples | Typical Example & Abstraction | The Anthologia Palatina dataset declares that the name of demetrius has the symbolic content βdemetrius.β The name is Greek. <lincs:name/1824> β crm:P1_is_identified_by β
crm:E33_E41_Linguistic_Appellation
|
Edge Case Example & Abstraction | N/A | |
Resource Links | Perseus Digital Library. (2015, August 27). The Perseus Catalog. https://catalog.perseus.org/ | |
Discussion Elements Pertaining to the Pattern | <object> can be E21 (person) or E53 (place) | |
Anthologia Palatina Elements Following this Pattern | author_name; keyword_name_id; name; city_name; city_name_language_id; city_name_id |
Pattern in TTL:
<object> a crm:E1_CRM_Entity ;
rdfs:label "<object>" ;
crm:P1_is_identified_by <name> .
<name> a crm:E33_E41_Linguistic_Appellation ;
rdfs:label "Name of <name>" ;
crm:P190_has_symbolic_content "<name>" ;
crm:P72_has_language <language> .
<language> a crm:E56_Language ;
rdfs:label "<language>" .
Keywords (Types)β
Pattern/Structure Values | Definition | This pattern declares that an object has a type. |
Abstraction |
| |
Content Values | Type of Value | Uniform Resource Identifier (URI); literal value (text) |
Expected Value | URI from an existing linked data authority or minted by LINCS; literal value (text) from Anthologia Palatina dataset | |
Format/Requirements for the Value | URI (preferably dereferenceable) | |
Example Values | <http://id.lincsproject.ca/f5qDpqXEdWB>; <http://vocab.getty.edu/aat/300404012>; <http://id.loc.gov/ontologies/bibframe/Manuscript> | |
Case Examples | Typical Example & Abstraction | The Anthologia Palatina dataset declares that Codex Palatinus 23 p. 313 is a type of manuscript. <lincs:manuscript/2745> β crm:P2_has_type β
<bibframe:Manuscript> |
Edge Case Example & Abstraction | N/A | |
Resource Links | The Getty Research Institute. (2017, March 7). Art & Architecture Thesaurus Online. Library of Congress. (2021, June 9). BIBFRAME 2.0 Vocabulary. The Wikimedia Foundation. (2021). Wikidata. | |
Discussion Elements Pertaining to the Pattern | <object> can be a TX1 (edition), a E22 (manuscript), a E73 (passage, scholium), a TX7 (passage, scholium), a E33 (description), or a E42 (identifier) | |
Anthologia Palatina Elements Following this Pattern | edition_type; manuscript; passage; description; scholium_text; edition; scholium; code |
Pattern in TTL:
<object> a crm:E70_Thing ;
rdfs:label "<object>" .
crm:P2_has_type <type> .
<type> a crm:E55_Type ;
rdfs:label "<type>" .
Keyword Categoriesβ
Pattern/Structure Values | Definition | This pattern declares that keywords belong to categories. |
Abstraction |
| |
Content Values | Type of Value | Uniform Resource Identifier (URI); literal value (text) |
Expected Value | URI minted by LINCS; literal value (text) from Anthologia Palatina dataset | |
Format/Requirements for the Value | URI (preferably dereferenceable) | |
Example Values | <http://temp.lincsproject.ca/anthologie/keyword/1288>; βMacronβ; <http://temp.lincsproject.ca/anthologie/keyword/category/9>; βPersonnes citΓ©esβ | |
Case Examples | Typical Example & Abstraction | The Anthologia Palatina dataset declares that the keyword βMacronβ has a broader term which is the keyword βPersonnes citΓ©es.β <lincs:keyword/1288> β crm:P127_has_broader_term β
<lincs:keyword/category/9> |
Edge Case Example & Abstraction | N/A | |
Resource Links | N/A | |
Discussion Elements Pertaining to the Pattern | N/A | |
Anthologia Palatina Elements Following this Pattern | keyword |
Pattern in TTL:
<keyword> a crm:E55_Type ;
rdfs:label "<keyword>" ;
crm:P127_has_broader_term <keyword> .
<keyword> a crm:E55_Type ;
rdfs:label "<keyword>" .
Talking About Entitiesβ
Describing or Referencing a Passageβ
Pattern/Structure Values | Definition | This pattern declares that passages are referenced by other passages or external information sources. |
Abstraction | crm:E73_Information_Object β crm:P67i_is_referred_to_by
| |
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/anthologie/external_reference/424>; <http://temp.lincsproject.ca/anthologie/passage/concept/140>; <http://temp.lincsproject.ca/anthologie/passage/concept/272>; <http://temp.lincsproject.ca/anthologie/external_reference/248> | |
Case Examples | Typical Example & Abstraction | The Anthologia Palatina dataset declares that passage 5.11 is referred to by Pausanias, I, i, 3 and passage 5.17. <lincs:passage/concept/11> β crm:P67i_is_referred_to_by
|
Edge Case Example & Abstraction | N/A | |
Resource Links | N/A | |
Discussion Elements Pertaining to the Pattern | N/A | |
Anthologia Palatina Elements Following this Pattern | passage_external_references; passage_internal_references |
Pattern in TTL:
<passage_concept> a crm:E73_Information_Object ;
rdfs:label "Anthologia Palatina passage <passage_title>" ;
crm:P67i_is_referred_to_by <external_reference>, <internal_reference> .
<external_reference> a crm:E73_Information_Object ;
rdfs:label "<external_reference>" .
<internal_reference> a crm:E73_Information_Object ;
rdfs:label "Anthologia Palatina passage <passage_title>" .
Commenting on a Passage or Scholiaβ
Pattern/Structure Values | Definition | This pattern declares that a passage or scholia is the subject of a comment. |
Abstraction | <object> β crm:P129i_is_subject_of β crm:E33_Linguistic_Object
| |
Content Values | Type of Value | literal value (text) |
Expected Value | literal value (text) from Anthologia Palatina dataset | |
Format/Requirements for the Value | rdfs:literal | |
Example Values | βThe pyraster is the wild pear-treeβ; β# Sorrente, Pollentia, AstΓ©\n\n Selon Pline lβAncien, Hist. Nat., XXXV, 46, 2, ces trois villes de Campanie et de Ligurie Γ©tait cΓ©lΓ¨bres pour leur Argileβ; β# RΓ©fΓ©rences mythologiques\n\n Itys Γ©tait le fils de TΓ©rΓ©e et de PrognΓ©. Suite au viol de PhilomΓ¨le de la part de TΓ©rΓ©e PrognΓ© tue Itys et le sert Γ manger Γ TΓ©rΓ©e.β | |
Case Examples | Typical Example & Abstraction | The Anthologia Palatina dataset declares that Anthologia Palatina passage 11.27 is the subject of the comment β# Sorrente, Pollentia, AstΓ©\n\n Selon Pline lβAncien, Hist. Nat., XXXV, 46, 2, ces trois villes de Campanie et de Ligurie Γ©tait cΓ©lΓ¨bres pour leur Argile.β The comment is typed as a βcommentβ and βNote.β <lincs:passage/concept/1174> β crm:P129i_is_subject_of β
<lincs:comment/362>
|
Edge Case Example & Abstraction | N/A | |
Resource Links | Library of Congress. (2021, June 9). BIBFRAME 2.0 Vocabulary. The Wikimedia Foundation. (2021). Wikidata. https://www.wikidata.org/ | |
Discussion Elements Pertaining to the Pattern | <object> can be TX7 (passage, scholia) or E73 (passage, scholia) | |
Anthologia Palatina Elements Following this Pattern | comment; passage_comments; scholium_comments |
Pattern in TTL:
<object> a E70_Thing ;
rdfs:label "<object>" ,
crm:P129i_is_subject_of <comment> .
<comment> a crm:E33_Linguistic_Object ;
rdfs:label "Anthologia Palatina comment on <object> <title>" ,
crm:P190_has_symbolic_content "<comment>" ;
crm:P2_has_type wikidata:Q58897583 ;
crm:P2_has_type bibframe:Note .
wikidata:Q58897583 a crm:E55_Type ;
rdfs:label "comment" .
bibframe:Note a crm:E55_Type ;
rdfs:label "Note" .
Description of a Passage, Scholia, or Commentβ
Pattern in TTL:
<object> a E70_Thing;
rdfs:label "<object>" ;
crm:P129i_is_subject_of <description> .
<description> a crm:E33_Linguistic_Object ;
rdfs:label "Anthologia Palatina description of <object> identifier <identifier>" ,
crm:P190_has_symbolic_content "<description>" ;
crm:P2_has_type aat:300411780 .
aat:300411780 a crm:E55_Type ;
rdfs:label "descriptions (documents)" .
Credit Line of a Manuscriptβ
Pattern in TTL:
<manuscript> a crm:E22_Human-Made_Object ;
rdfs:label "<manuscript>" ;
crm:P67i_is_referred_to_by <manuscript_credit> .
<manuscript_credit> a crm:E33_Linguistic_Object ;
rdfs:label "Anthologia Palatina credit line of manuscript
<manuscript_title>" ;
crm:P190_has_symbolic_content "<manuscript_credit>" ;
crm:P2_has_type aat:300435418 .
aat:300435418 a crm:E55_Type ;
rdfs:label "credit line" .
Visual Representationβ
Pattern/Structure Values | Definition | This pattern declares that a passage or manuscript is represented by an image. |
Abstraction |
| |
Content Values | Type of Value | Uniform Resource Identifier (URI) |
Expected Value | URI from Anthologia Palatina dataset | |
Format/Requirements for the Value | URI (preferably dereferenceable) | |
Example Values | <https://nrs.harvard.edu/urn-3:HUAM:53509_dynmc?width=3000&height=3000>; <https://www.metmuseum.org/toah/images/hb/hb_31.11.10_av1.jpg>; <https://imgur.com/JCCWRdi> | |
Case Examples | Typical Example & Abstraction | The Anthologia Palatina dataset declares that manuscript Codex Palatinus 23 p. 104 has an image. <lincs:manuscript/3727> β crm:P138i_has_representation β <http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A104.jpg/pct:70.16181229773463,29.154518950437318,18.899676375404532,9.246147438567263/full/0/default.jpg> |
Edge Case Example & Abstraction | N/A | |
Resource Links | N/A | |
Discussion Elements Pertaining to the Pattern | <object> can be a E22 (manuscript), a TX7 (physical passage), or a E73 (conceptual passage) | |
Anthologia Palatina Elements Following this Pattern | manuscript; passage_img |
Pattern in TTL:
<object> a crm:E70_Thing ;
rdfs:label "<object>" ;
crm:P138i_has_representation <image_url> .
<image_url> a crm:E36_Visual_Item ;
rdfs:label "<image_url>" .
Written Textsβ
Conceptual Texts, Images, & Ideas; Physical Objectsβ
Physical Carriers of Conceptual Textsβ
Pattern/Structure Values | Definition | This pattern declares that concepts are carried by books, passages, and scholia |
Abstraction | <object> β crm:P128_carries β
crm:E73_Information_Object crm:E73_Information_Object β crm:P128i_is_carried_by β
<object> | |
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/anthologie/passage/concept/249>; <http://temp.lincsproject.ca/anthologie/passage/realization/249>; <http://temp.lincsproject.ca/anthologie/scholium/concept/2877>; <http://temp.lincsproject.ca/anthologie/scholium/realization/2877> | |
Case Examples | Typical Example & Abstraction | The Anthologia Palatina dataset declares that the conceptual idea of Anthologia Palatina passage 7.159 is carried by the physical Anthologia Palatina passage 7.159. <lincs:passage/realization/249> β crm:P128_carries β
<lincs:passage/concept/249> <lincs:passage/concept/249> β crm:P128i_is_carried_by β
<lincs:passage/realization/249> |
Edge Case Example & Abstraction | N/A | |
Resource Links | N/A | |
Discussion Elements Pertaining to the Pattern | <object> could be E73 (passage, scholia), TX7 (passage, scholia), or TX1 (book, edition) | |
Anthologia Palatina Elements Following this Pattern | passage; scholium; book; edition |
Pattern in TTL:
<object> a crmtex:TX1_Written_Text ;
rdfs:label "<object>" ;
crm:P128_carries <object> .
<object> a crm:E73_Information_Object ;
rdfs:label "Anthologia Palatina <object> <title>" ;
crm:P128i_is_carried_by <object> .
Text Transcriptionβ
Pattern/Structure Values | Definition | This pattern declares that a text has a transcription. |
Abstraction | crmtex:TX7_Written_Text_Segment β crm:P16i_was_used_for β
crm:E65_Creation, TX6_Transcription
crm:E33_Linguistic_Object β crm:P94i_was_created_by β
crm:E65_Creation, TX6_Transcription | |
Content Values | Type of Value | Uniform Resource Identifier (URI); literal value (text) |
Expected Value | URI minted by LINCS; literal value (text) from Anthologia Palatina dataset | |
Format/Requirements for the Value | URI (preferably dereferenceable); rdfs:literal | |
Example Values | <http://temp.lincsproject.ca/anthologie/text/4392>; βEn jouant de la trompette, Marcus le fluet Γ©mit un tout petit souffle et, tout droit, tΓͺte premiΓ¨re, il sβen alla dans lβHadΓ¨s!β; <http://temp.lincsproject.ca/anthologie/language/fra> | |
Case Examples | Typical Example & Abstraction | The Anthologia Palatina dataset declares that passage 11.94 was used to transcribe the text of passage 11.94. The text is βEn jouant de la trompette, Marcus le fluet Γ©mit un tout petit souffle et, tout droit, tΓͺte premiΓ¨re, il sβen alla dans lβHadΓ¨s!β which is in French. <lincs:passage/realization/1298> β crm:P16i_was_used_for β
crm:E65_Creation, TX6_Transcription
|
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 | |
Anthologia Palatina Elements Following this Pattern | text; text_passage; text; scholium_text |
Pattern in TTL:
<realization> a crmtex:TX7_Written_Text_Segment ;
rdfs:label "Anthologia Palatina <component_type> <title>" ;
crm:P16i_was_used_for <transcription_event> .
<transcription_event> a crm:E65_Creation, crmtex:TX6_Transcription ;
rdfs:label "Transcription of Anthologia Palatina text of <component_type> <title>" ;
crm:2P_has_type aat:300404333 ;
crm:P94_has_created <text> .
<text> a crm:E33_Linguistic_Object ;
rdfs:label "Anthologia Palatina text of <component_type> <title>" ;
crm:P94i_was_created_by <transcription_event> ;
crm:P190_has_symbolic_content "<text>" ;
crm:P72_has_language <language> .
<language> a crm:E56_Language ;
rdfs:label "<language>" .
aat:300404333 a crm:E55_Type ;
rdfs:label "transcriptions (documents)" .
Conceptual Elements (Conceptual Passages & Scholia, Works)β
Creationβ
Creation Eventβ
Pattern/Structure Values | Definition | This pattern declares that a passage was created. |
Abstraction | crm:E65_Creation β crm:P94_has_created β
crm:E73_Information_Object 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/anthologie/author/creation/190/passage/1515>; <http://temp.lincsproject.ca/anthologie/passage/concept/2680>; <http://temp.lincsproject.ca/anthologie/author/creation/6/passage/4336> | |
Case Examples | Typical Example & Abstraction | The Anthologia Palatina dataset declares that Anthologia Palatina passage 5.265 was created by a creation event. <lincs:creation/190/passage/1515> β crm:P94_has_created β
<lincs:passage/concept/1476> <lincs:passage/concept/1476> β crm:P94i_was_created_by β
<lincs:creation/190/passage/1515> |
Edge Case Example & Abstraction | N/A | |
Resource Links | N/A | |
Discussion Elements Pertaining to the Pattern | N/A | |
Anthologia Palatina Elements Following this Pattern | author_passage |
Pattern in TTL:
<author_passage> a crm:E65_Creation ;
rdfs:label "Anthologia Palatina passage <passage_title>
conception by <author_name>" ;
crm:P94_has_created <passage_concept> .
<passage_concept> a crm:E73_Information_Object ;
rdfs:label "Anthologia Palatina passage <passage_title>" ;
crm:P94i_was_created_by <author_passage> .
Authorβ
Pattern/Structure Values | Definition | This pattern declares that a passage was created by an author. |
Abstraction | crm:E21_Person β crm:P14i_performed β
crm:E65_Creation crm:E65_Creation β crm:P14_carried_out_by β
crm:E21_Person | |
Content Values | Type of Value | Uniform Resource Identifier (URI) |
Expected Value | URI from Anthologia Palatina dataset, existing linked data authority, or minted by LINCS | |
Format/Requirements for the Value | URI (preferably dereferenceable) | |
Example Values | <http://temp.lincsproject.ca/anthologie/author/creation/190/passage/1515>; <http://data.perseus.org/catalog/urn:cts:greekLit:tlg4024>; <http://data.perseus.org/catalog/urn:cts:greekLit:tlg0159>; <http://temp.lincsproject.ca/anthologie/author/creation/212/passage/2147> | |
Case Examples | Typical Example & Abstraction | The Anthologia Palatina dataset declares that Anthologia Palatina passage 5.265 was created by cometas chartularius. <perseus:tlg4058> β crm:P14i_performed β
<lincs:creation/190/passage/1515> <lincs:creation/190/passage/1515> β crm:P14_carried_out_by β
<perseus:tlg4058> |
Edge Case Example & Abstraction | N/A | |
Resource Links | Perseus Digital Library. (2015, August 27). The Perseus Catalog. https://catalog.perseus.org/ | |
Discussion Elements Pertaining to the Pattern | N/A | |
Anthologia Palatina Elements Following this Pattern | author_passage |
Pattern in TTL:
<author> a crm:E21_Person ;
rdfs:label "<author>" ;
crm:P14i_performed <author_passage> .
<author_passage> a crm:E65_Creation ;
rdfs:label "Anthologia Palatina passage <passage_title>
conception by <author_name>" ;
crm:P14_carried_out_by <author> .
Groups, Part-Whole Relationshipsβ
Passages in Worksβ
Pattern/ Structure Values | Definition | This pattern declares that passages are part of works. |
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/anthologie/passage/concept/3031>; <http://temp.lincsproject.ca/anthologie/work/1>; <http://temp.lincsproject.ca/anthologie/passage/concept/3146> | |
Case Examples | Typical Example & Abstraction | The Anthologia Palatina dataset declares that passage 10.14 is a component of Anthologia Palatina. <lincs:passage/concept/3031> β crm:P148i_is_component_of β
<lincs:work/1> |
Edge Case Example & Abstraction | N/A | |
Resource Links | N/A | |
Discussion Elements Pertaining to the Pattern | N/A | |
Anthologia Palatina Elements Following this Pattern | book; edition; passage |
Pattern in TTL:
<passage_concept> a crm:E73_Information_Object ;
rdfs:label "Anthologia Palatina passage <passage_title>" ;
crm:P148i_is_component_of <work> .
<work> a crm:E73_Information_Object ;
rdfs:label "<work>" .
Contents of a Workβ
βAboutnessβ and Content Subjectsβ
Subject of Scholia (Passage)β
Pattern/Structure Values | Definition | This pattern declares that scholia are about passages. |
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/anthologie/passage/concept/181>; <http://temp.lincsproject.ca/anthologie/scholium/concept/266>; <http://temp.lincsproject.ca/anthologie/passage/concept/2199> | |
Case Examples | Typical Example & Abstraction | The Anthologia Palatina dataset declares that scholium 9.175.1 is about passage 9.175. <lincs:scholium/concept/2894> β crm:P129_is_about β
<lincs:passage/concept/2199> |
Edge Case Example & Abstraction | N/A | |
Resource Links | N/A | |
Discussion Elements Pertaining to the Pattern | N/A | |
Anthologia Palatina Elements Following this Pattern | scholium |
Pattern in TTL:
<scholium_concept> a crm:E73_Information_Object ;
rdfs:label "Anthologia Palatina scholium <scholium_title>" ;
crm:P129_is_about <passage_concept> .
<passage_concept> a crm:E73_Information_Object ;
rdfs:label "<passage_title>" .
Reference of Passageβ
Pattern/Structure Values | Definition | This pattern declares that passages reference cities and keywords. |
Abstraction | crm:E73_Information_Object β crm:P67_refers_to
| |
Content Values | Type of Value | Uniform Resource Identifier (URI); literal value (text) |
Expected Value | URI from an existing linked data authority or minted by LINCS | |
Format/Requirements for the Value | URI (preferably dereferenceable); rdfs:literal | |
Example Values | <http://www.wikidata.org/entity/Q4951156>; <http://www.wikidata.org/entity/Q19250401>; <http://temp.lincsproject.ca/anthologie/keyword/71>; <http://temp.lincsproject.ca/anthologie/keyword/3> | |
Case Examples | Typical Example & Abstraction | The Anthologia Palatina dataset declares that passage 7.395 refers to the βLibyan Seaβ and the keyword βOrion.β <lincs:passage/concept/725> β crm:P67_refers_to
|
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 | |
Anthologia Palatina Elements Following this Pattern | passage_cities; passage_keywords |
Pattern in TTL:
<passage_concept> a crm:E73_Information_Object ;
rdfs:label "Anthologia Palatina passage <passage_title>" ;
crm:P67_refers_to <city>, <keyword> .
<city> a crm:E53_Place ;
rdfs:label "<city>" .
<keyword> a crm:E55_Type ;
rdfs:label "<keyword>" .
Languageβ
Pattern/Structure Values | Definition | This pattern declares a language. |
Abstraction | crm:E56_Language
| |
Content Values | Type of Value | Uniform Resource Identifier (URI); literal value (text) |
Expected Value | URI minted by LINCS; literal value (text) from Anthologia Palatina dataset | |
Format/Requirements for the Value | URI (preferably dereferenceable); rdfs:literal | |
Example Values | <http://temp.lincsproject.ca/anthologie/language/yog>; βYogadβ; βArifama-Miniafiaβ; <http://temp.lincsproject.ca/anthologie/language/aai/iso_name> | |
Case Examples | Typical Example & Abstraction | The Anthologia Palatina dataset declares that Italian is the preferred language type. It is identified by the iso name βItalian.β <lincs:language/ita> (crm:P2_has_type β <lincs:type/preferred>)
(crm:P2_has_type β <lincs:16YMuCmKhlH>)
|
Edge Case Example & Abstraction | N/A | |
Resource Links | N/A | |
Discussion Elements Pertaining to the Pattern | N/A | |
Anthologia Palatina Elements Following this Pattern | language |
Pattern in TTL:
<language> a crm:E56_Language ;
rdfs:label "<language>" ;
crm:P2_has_type <type> ;
crm:P1_is_identified_by <iso_name> .
<type> a crm:E55_Type ;
rdfs:label "<type>" .
<iso_name> a crm:E41_Appellation ;
rdfs:label "ISO name of language <iso_name>" ;
crm:P190_has_symbolic_content "<iso_name>" ;
crm:P2_has_type <iso_name_type> .
<iso_name_type> a crm:E55_Type ;
rdfs:label "iso name" .
Physical Elements (Written Passages & Scholia, Manuscripts, Editions, Books)β
Productionβ
Production Eventβ
Pattern/Structure Values | Definition | This pattern declares that a physical passage was produced. |
Abstraction | crm:E12_Production β crm:P108_has_produced β
crmtex:TX7_Written_Text_Segment crmtex:TX7_Written_Text_Segment β crm:P108i_was_produced_by β
crm:E12_Production | |
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/anthologie/author/production/12/passage/1401>; <http://temp.lincsproject.ca/anthologie/author/production/22/passage/169>; <http://temp.lincsproject.ca/anthologie/passage/realization/167> | |
Case Examples | Typical Example & Abstraction | The Anthologia Palatina dataset declares that Anthologia Palatina passage 6.102 was produced by a production event. <lincs:production/12/passage/1401> β crm:P108_has_produced β
<lincs:passage/realization/1362> <lincs:passage/realization/1362> β crm:P108i_was_produced_by β
<lincs:production/12/passage/1401> |
Edge Case Example & Abstraction | N/A | |
Resource Links | N/A | |
Discussion Elements Pertaining to the Pattern | N/A | |
Anthologia Palatina Elements Following this Pattern | author_passage |
Pattern in TTL:
<author_passage> a crm:E12_Production ;
rdfs:label "Anthologia Palatina passage <title> production" ;
crm:P108_has_produced <passage_realization> .
<passage_realization> a crmtex:TX7_Written_Text_Segment ;
rdfs:label "Anthologia Palatina passage <passage_title>" ;
crm:P108i_was_produced_by <author_passage> .
Groups of Worksβ
Parts of a Manuscriptβ
Pattern/ Structure Values | Definition | This pattern declares that passages and scholia are parts of a manuscript. |
Abstraction | crm:E22_Human-Made_Object β crm:P56_bears_feature β
crmtex:TX7_Written_Text_Segment crmtex:TX7_Written_Text_Segment β crm:P56i_is_found_on β
crm:E22_Human-Made_Object | |
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/anthologie/manuscript/4286>; <http://temp.lincsproject.ca/anthologie/scholium/realization/2583>; <http://temp.lincsproject.ca/anthologie/manuscript/802>; <http://temp.lincsproject.ca/anthologie/scholium/realization/491> | |
Case Examples | Typical Example & Abstraction | The Anthologia Palatina dataset declares that scholium 5.203.2 is found on Codex Palatinus 23 p. 117. <lincs:manuscript/4286>t β crm:P56_bears_feature β
<lincs:scholium/realization/2583> <lincs:scholium/realization/2583> β crm:P56i_is_found_on β
<lincs:manuscript/4286> |
Edge Case Example & Abstraction | N/A | |
Resource Links | N/A | |
Discussion Elements Pertaining to the Pattern | N/A | |
Anthologia Palatina Elements Following this Pattern | scholium_manuscript\passage; scholium |
Pattern in TTL:
<manuscript> a crm:E22_Human-Made_Object ;
rdfs:label "<manuscript>" ;
crm:P56_bears_feature <object> .
<object> a crmtex:TX7_Written_Text_Segment ;
rdfs:label "Anthologia Palatina <object> <title>" ;
crm:P56i_is_found_on <manuscript> .
Passages in Booksβ
Pattern/ Structure Values | Definition | This pattern declares that passages are part of books. |
Abstraction | crmtex:TX1_Written_Text β crmtex:TXP4_has_segment β
crmtex:TX7_Written_Text_Segment crmtex:TX7_Written_Text_Segment β crmtex:TXP4i_is_segment_of β
crmtex:TX1_Written_Text | |
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/anthologie/book/11>; <http://temp.lincsproject.ca/anthologie/passage/realization/2849>; <http://temp.lincsproject.ca/anthologie/book/14>; <http://temp.lincsproject.ca/anthologie/passage/realization/1923> | |
Case Examples | Typical Example & Abstraction | The Anthologia Palatina dataset declares that passage 10.3 is a segment of Anthologia Palatina book 10. <lincs:book/11> β crmtex:TXP4_has_segment β
<lincs:passage/realization/2849> <lincs:passage/realization/2849> β crmtex:TXP4i_is_segment_of β
<lincs:book/11> |
Edge Case Example & Abstraction | N/A | |
Resource Links | N/A | |
Discussion Elements Pertaining to the Pattern | N/A | |
Anthologia Palatina Elements Following this Pattern | book; edition; passage |
Pattern in TTL:
<book> a crmtex:TX1_Written_Text ;
rdfs:label "Anthologia Palatina book <number>" ;
crmtex:TXP4_has_segment <passage_realization> .
<passage_realization> a crmtex:TX7_Written_Text_Segment ;
rdfs:label "Anthologia Palatina passage <passage_title>" ;
crmtex:TXP4i_is_segment_of <book> .
Personsβ
Birthβ
Pattern/Structure Values | Definition | This pattern declares that a person was born. |
Abstraction | crm:E21_Person β crm:P98i_was_born β crm:E67_Birth crm:E67_Birth β crm:P98_brought_into_life β
crm:E21_Person | |
Content Values | Type of Value | Uniform Resource Identifier (URI) |
Expected Value | URI from Anthologia Palatina dataset, existing linked data authority, or minted by LINCS | |
Format/Requirements for the Value | URI (preferably dereferenceable) | |
Example Values | <http://data.perseus.org/catalog/urn:cts:greekLit:tlg1440>; <http://data.perseus.org/catalog/urn:cts:greekLit:tlg0159>; <http://temp.lincsproject.ca/anthologie/author/2/birth> | |
Case Examples | Typical Example & Abstraction | The Anthologia Palatina dataset declares that Honestus was born. <lincs:author/11/birth> β crm:P98_brought_into_life β
<perseus:tlg1440> <perseus:tlg1440> β crm:P98i_was_born β
<lincs:author/11/birth> |
Edge Case Example & Abstraction | N/A | |
Resource Links | Perseus Digital Library. (2015, August 27). The Perseus Catalog. https://catalog.perseus.org/ | |
Discussion Elements Pertaining to the Pattern | N/A | |
Anthologia Palatina Elements Following this Pattern | author_city_born_urn; author_city_born_id |
Pattern in TTL:
<author> a crm:E21_Person ;
rdfs:label "<author>" ;
crm:P98i_was_born <Birth_Event> .
<author_birth> a crm:E67_Birth ;
rdfs:label "Birth event of <author>" .
Birth Placeβ
Pattern/Structure Values | Definition | This pattern declares that a person was born at a place. |
Abstraction |
| |
Content Values | Type of Value | Uniform Resource Identifier (URI); literal value (text) |
Expected Value | URI from Anthologia Palatina dataset, existing linked data authority, or minted by LINCS; literal value (text) from Anthologia Palatina dataset | |
Format/Requirements for the Value | URI (preferably dereferenceable); rdfs:literal | |
Example Values | <http://www.wikidata.org/entity/Q23725>; <http://www.wikidata.org/entity/Q17151>; <http://www.wikidata.org/entity/Q200441> | |
Case Examples | Typical Example & Abstraction | The Anthologia Palatina dataset declares that Honestus was born in ΞΟ ΞΆΞ¬Ξ½ΟΞΉΞΏΞ½ / Byzantium / Byzance. The dataset also lists 2 other URIs for ΞΟ ΞΆΞ¬Ξ½ΟΞΉΞΏΞ½ / Byzantium / Byzance. crm:E67_Birth β crm:P7_took_place_at β
<wikidata:Q23725> β owl:sameAs β
<anthologia:cities/31>, <pleiades:520985>. |
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 | |
Anthologia Palatina Elements Following this Pattern | author_city_born_urn; author_city_born_id |
Pattern in TTL:
<author_birth> a crm:E67_Birth ;
rdfs:label "Birth event of <author>" ;
crm:P7_took_place_at <city> .
<city> a crm:E53_Place ;
rdfs:label "<city>" .
Deathβ
Pattern/Structure Values | Definition | This pattern declares that a person died. |
Abstraction | crm:E21_Person β crm:P100i_died_in β crm:E69_Death crm:E69_Death β crm:P100_was_death_of β
crm:E21_Person | |
Content Values | Type of Value | Uniform Resource Identifier (URI) |
Expected Value | URI from Anthologia Palatina dataset, existing linked data authority, or minted by LINCS | |
Format/Requirements for the Value | URI (preferably dereferenceable) | |
Example Values | βPhilodemus of Gadaraβ; <http://data.perseus.org/catalog/urn:cts:greekLit:tlg1595>; <http://temp.lincsproject.ca/anthologie/author/4/death> | |
Case Examples | Typical Example & Abstraction | The Anthologia Palatina dataset declares that Philodemus of Gadara died. <perseus:tlg1595> β crm:P100i_died_in β <lincs:author/4/death> crm:E69_Death β crm:P100_was_death_of β
crm:E21_Person |
Edge Case Example & Abstraction | N/A | |
Resource Links | Perseus Digital Library. (2015, August 27). The Perseus Catalog . https://catalog.perseus.org/ | |
Discussion Elements Pertaining to the Pattern | N/A | |
Anthologia Palatina Elements Following this Pattern | author_city_died_urn; author_city_died_id |
Pattern in TTL:
<author> a crm:E21_Person ;
rdfs:label "<author>" ;
crm:P100i_died_in <author_city_died_urn> .
<author_death> a crm:E69_Death ;
rdfs:label "Death event of <author>" .
Death Placeβ
Pattern/Structure Values | Definition | This pattern declares that a person died at a place. |
Abstraction |
| |
Content Values | Type of Value | Uniform Resource Identifier (URI); literal value (text) |
Expected Value | URI from Anthologia Palatina dataset, existing linked data authority, or minted by LINCS; literal value (text) from Anthologia Palatina dataset | |
Format/Requirements for the Value | URI (preferably dereferenceable); rdfs:literal | |
Example Values | <https://pleiades.stoa.org/places/59837>; βRΓo Jhelumβ; βGibilterraβ; <http://www.wikidata.org/entity/Q72111> | |
Case Examples | Typical Example & Abstraction | The Anthologia Palatina dataset declares that Philodemus of Gadara died in Ercolano / Herculaneum. The dataset also lists 2 other URIs for Ercolano / Herculaneum. crm:E69_Death β crm:P7_took_place_at β
<wikidata:Q72111> β owl:sameAs β
<anthologia:cities/5>, <pleiades:432873> |
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 | |
Anthologia Palatina Elements Following this Pattern | author_city_died_urn; author_city_died_id |
Pattern in TTL:
<author_death> a crm:E69_Death ;
rdfs:label "Death event of <author>" ;
crm:P7_took_place_at <city> .
<city> a crm:E53_Place ;
rdfs:label "<city>" .
Placesβ
Geographies (Coordinates)β
Pattern/Structure Values | Definition | This pattern declares that a place is identified by a geographic reference such as coordinates. |
Abstraction |
| |
Content Values | Type of Value | Uniform Resource Identifier (URI); literal value (text) |
Expected Value | URI from Anthologia Palatina dataset, existing linked data authority, or minted by LINCS; literal value (text) from Anthologia Palatina dataset | |
Format/Requirements for the Value | URI (preferably dereferenceable); rdfs:literal | |
Example Values | β27.13917, 38.41861β; β14.34680, 40.80593β; β26.98444, 38.84528β | |
Case Examples | Typical Example & Abstraction | The Anthologia Palatina dataset declares that Smyrna is defined by the coordinates β27.13917, 38.41861.β <wikidata:Q1379299> β crm:P168_place_is_defined_by β
β27.13917, 38.41861β |
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 | |
Anthologia Palatina Elements Following this Pattern | city |
Pattern in TTL:
<city> a crm:E53_Place;
rdfs:label "<city>" ;
crm:P168_place_is_defined_by "<lat_long_value>" .