date published
- CURIE:
gmeow:datePublished - IRI: https://blackcatinformatics.ca/gmeow/datePublished
- Category: property
- Defined by:
gmeow:slices/documents - Box roles: RBox role (What is this?)
The date a creative work was published or issued.
Structure
Property shape: datatype property; gmeow:CreativeWork -> xsd:dateTime
Practical Pattern
Use gmeow:datePublished from gmeow:CreativeWork to xsd:dateTime 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.
Lillith Dataset
- Source:
slices/extensions/graphrag/examples/lillith-dataset.ttl - Examples catalog: open in catalog#example-slices-extensions-graphrag-examples-lillith-dataset
ex:lillith-benchmark a gmeow:Dataset ;
rdfs:label "Lillith GraphRAG benchmark"@en ;
gmeow:title "Lillith GraphRAG benchmark"@en ;
gmeow:description "A worked GraphRAG benchmark dataset: a content-addressed corpus, its chunking, embeddings, vector index, retrieval events, and model-extracted entity/relationship descriptions — every artifact attributed and confidence-weighted, published as a research object."@en ;
gmeow:hasPart ex:corpus-lillith ;
gmeow:hasLicense ex:lillith-license ;
gmeow:wasAttributedTo ex:blackcat ;
gmeow:datePublished "2026-06-12T00:00:00Z"^^xsd:dateTime ;
gmeow:sourceLocation "https://blackcatinformatics.ca/gmeow/examples/graphrag/lillith-benchmark" .
Common Companion Terms
Projects To
| Profile | External Targets |
|---|---|
dcat |
dcterms |
dcterms |
dcterms |
oai_dc |
dc |
External Equivalences
Equivalent or closely aligned targets: dcterms, pav, schema
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:datePublished |
equivalence | - |
skos:closeMatch | dcterms:issued | gmeow-properties.sssom.tsv; gmeow:eqProperties059; confidence 0.9 |
gmeow:datePublished |
equivalence | - |
skos:closeMatch | pav:authoredOn | gmeow-creative-works.sssom.tsv; gmeow:eqCw054; confidence 0.85 |
gmeow:datePublished |
equivalence | - |
owl:equivalentProperty | schema:datePublished | gmeow-properties.sssom.tsv; gmeow:eqProperties013; confidence 1 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:datePublished |
projection | dcat |
projects to / = | dcterms:issued | gmeow:mapDcatIssued; confidence 0.9 |
gmeow:datePublished |
projection | dcterms |
projects to / = | dcterms:issued | gmeow:mapDctermsIssued; confidence 0.9 |
gmeow:datePublished |
projection | oai_dc |
projects to / <= | dc:date | gmeow:mapOaiDcDate; confidence 0.85; lossy: dcterms:created / modified / issued / valid / available / dateAccepted / dateCopyrighted / dateSubmitted all collapse to dc:date |
Usage Advice
Use when
- Use for the publication / issue date of a creative work — when it was released to the public; carried as DL-clean xsd:dateTime.
Avoid when
- Avoid conflating it with
gmeow:dateCreated(when the work was made) or the creation event's full temporal extent, and avoid xsd:date — base triples stay xsd:dateTime (Principle 3).
How to use
- Carry the publication instant on
gmeow:datePublishedas xsd:dateTime; when the date is fuzzy or the act has participants, model it as agmeow:Eventofgmeow:eventTypeManifestationProductioninstead.
Examples
- ex:book
gmeow:datePublished"1851-11-14T00:00:00Z"^^xsd:dateTime.
Published Alignment Graph
Alignments
| Relation | Target |
|---|---|
closeMatch | dcterms:issued |
closeMatch | pav:authoredOn |
equivalentProperty | schema:datePublished |