table of contents
- CURIE:
gmeow:tableOfContents - IRI: https://blackcatinformatics.ca/gmeow/tableOfContents
- Category: property
- Defined by:
gmeow:slices/documents - Box roles: RBox role (What is this?)
A list of subunits of a creative work.
Structure
Property shape: datatype property; gmeow:CreativeWork -> rdfs:Literal
Practical Pattern
Use gmeow:tableOfContents from gmeow:CreativeWork to rdfs:Literal when the relationship itself belongs in the native GMEOW graph.
Common Companion Terms
Projects To
| Profile | External Targets |
|---|---|
dcterms |
dcterms |
oai_dc |
dc |
External Equivalences
Equivalent or closely aligned targets: dcterms
Linkages
Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.
Term Equivalences
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:tableOfContents |
equivalence | - |
skos:closeMatch | dcterms:tableOfContents | gmeow-dublin-core.sssom.tsv; gmeow:eqDcTerms014; confidence 0.9 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:tableOfContents |
projection | dcterms |
projects to / = | dcterms:tableOfContents | gmeow:mapDctermsTableOfContents; confidence 0.9 |
gmeow:tableOfContents |
projection | oai_dc |
projects to / <= | dc:description | gmeow:mapOaiDcTableOfContents; confidence 0.85; lossy: abstract/tableOfContents collapse to dc:description |
Usage Advice
Use when
- Use for a literal list of a work's subunits — a table-of-contents string captured as text from a source.
Avoid when
- Avoid it when the structure should be queryable — model the subunits as
gmeow:ContentSegmentobjects withgmeow:segmentIndexand let the projection render the TOC from structure.
How to use
- Carry the TOC string on
gmeow:tableOfContentsfor the flat case; for structural navigation, prefergmeow:hasSegmentchains over a stored string.
Examples
- ex:book
gmeow:tableOfContents"1. Loomings -- 2. The Carpet-Bag --...".