title
- CURIE:
gmeow:title - IRI: https://blackcatinformatics.ca/gmeow/title
- Category: property
- Defined by:
gmeow:slices/documents - Box roles: RBox role (What is this?)
The flat title literal of a creative work — the 80%-case shortcut for a single plain title. Promote to a structured gmeow:CreativeWorkTitle via gmeow:hasTitle when language, script, evidence, or co-equal multilingual titles must be first-class.
Structure
Property shape: datatype property; gmeow:CreativeWork -> rdfs:Literal
Practical Pattern
Use gmeow:title from gmeow:CreativeWork to rdfs:Literal when the relationship itself belongs in the native GMEOW graph.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Web Presence
- Source:
slices/core/documents/examples/web-presence.ttl - Examples catalog: open in catalog#example-slices-core-documents-examples-web-presence
# --- The WEMI backing the whole site shares: one Work, one Expression.
ex:siteWork a gmeow:Work ;
gmeow:title "Blackcat Informatics® website"@en .
Software Release
- Source:
slices/core/attestation/examples/software-release.ttl - Examples catalog: open in catalog#example-slices-core-attestation-examples-software-release
ex:release a gmeow:CreativeWork ;
gmeow:title "myapp 1.0.0 release bundle"@en ;
gmeow:contentDigest "sha256:abc123def4567890abc123def4567890abc123def4567890abc123def4567890" .
Common Companion Terms
Projects To
| Profile | External Targets |
|---|---|
bibframe |
bibframe |
dcat |
dcterms |
dcterms |
dcterms |
oai_dc |
dc |
schema-org |
schema |
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:title |
equivalence | - |
skos:closeMatch | dcterms:title | gmeow-properties.sssom.tsv; gmeow:eqProperties012; confidence 0.9 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:title |
projection | bibframe |
projects to / = | bibframe:title | gmeow:mapBfTitleLiteral; confidence 0.9 |
gmeow:title |
projection | dcat |
projects to / = | dcterms:title | gmeow:mapDcatTitle; confidence 0.9 |
gmeow:title |
projection | dcterms |
projects to / = | dcterms:title | gmeow:mapDctermsTitle; confidence 0.9 |
gmeow:title |
projection | oai_dc |
projects to / = | dc:title | gmeow:mapOaiDcTitle; confidence 0.9 |
gmeow:title |
projection | schema-org |
projects to / <= | schema:headline | gmeow:mapSchemaHeadline; confidence 0.85; lossy: the article's title doubles as its headline (schema.org's article idiom) |
Usage Advice
Use when
- Use for the 80% case of a single plain title on a creative work — the flat literal shortcut when no language, script, or statement-level title metadata is needed.
Avoid when
- Avoid it when co-equal multilingual titles, scripts, or supersession must be modelled — promote to a structured
gmeow:CreativeWorkTitlelinked bygmeow:hasTitle.
How to use
- Carry the title string on
gmeow:title; when richer metadata is later needed, mintgmeow:CreativeWorkTitleobjects and link them viagmeow:hasTitle(the flat/reified pair).
Examples
- ex:work
gmeow:title"Moby-Dick".