date modified
- CURIE:
gmeow:dateModified - IRI: https://blackcatinformatics.ca/gmeow/dateModified
- Category: property
- Defined by:
gmeow:slices/documents - Box roles: RBox role (What is this?)
The date a creative work was last modified.
Structure
Property shape: datatype property; gmeow:CreativeWork -> xsd:dateTime
Practical Pattern
Use gmeow:dateModified from gmeow:CreativeWork to xsd:dateTime when the relationship itself belongs in the native GMEOW graph.
Common Companion Terms
Projects To
| Profile | External Targets |
|---|---|
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:dateModified |
equivalence | - |
skos:closeMatch | dcterms:modified | gmeow-dublin-core.sssom.tsv; gmeow:eqDcTerms009; confidence 0.9 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:dateModified |
projection | dcterms |
projects to / = | dcterms:modified | gmeow:mapDctermsModified; confidence 0.9 |
gmeow:dateModified |
projection | oai_dc |
projects to / <= | dc:date | gmeow:mapOaiDcDateModified; confidence 0.85; lossy: all date refinements collapse to dc:date |
gmeow:dateModified |
projection | schema-org |
projects to / = | schema:dateModified | gmeow:mapSchemaDateModified; confidence 0.95 |
Usage Advice
Use when
- Use for the date a creative work was last modified — the revision timestamp; carried as DL-clean xsd:dateTime.
Avoid when
- Avoid conflating it with
gmeow:dateCreatedorgmeow:datePublished, and avoid xsd:date; a full revision history is a chain ofgmeow:Eventnodes, not a single literal.
How to use
- Carry the last-modified instant on
gmeow:dateModifiedas xsd:dateTime; record a full edit history asgmeow:Eventoccurrences when provenance matters.
Examples
- ex:page
gmeow:dateModified"2025-09-30T00:00:00Z"^^xsd:dateTime.