period start
- CURIE:
gmeow:periodStart - IRI: https://blackcatinformatics.ca/gmeow/periodStart
- Category: property
- Defined by:
gmeow:slices/temporal - Box roles: RBox role (What is this?)
The instant at which a named period begins. Functional nature removed because the property chain below makes periodStart non-simple, and OWL 2 DL forbids non-simple properties in functional axioms (Principle 8). Closed-world single-valuedness lives in SHACL (NamedPeriodShape).
Structure
Property shape: object property; gmeow:NamedPeriod -> gmeow:Instant
Practical Pattern
Use gmeow:periodStart from gmeow:NamedPeriod to gmeow:Instant when the relationship itself belongs in the native GMEOW graph.
Common Companion Terms
gmeow:NamedPeriod, gmeow:Instant
External Equivalences
Equivalent or closely aligned targets: time
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:periodStart |
equivalence | - |
skos:closeMatch | time:hasBeginning | gmeow-temporal.sssom.tsv; gmeow:eqTemporal015; confidence 0.85 |
Usage Advice
Use when
- Use to state the start boundary of a
gmeow:NamedPeriodas agmeow:Instant, or let it be inferred from agmeow:hasTemporalMeasurementwhosegmeow:measuredDateis anInstantvia the property chain.
Avoid when
- Avoid asserting it as functional in OWL (the chain makes it non-simple, P8 — single-valuedness is a SHACL concern) and avoid pointing it at an age measurement (
gmeow:measuredAgeneeds solver-layer conversion, P12).
How to use
- Either assert a
gmeow:Instantdirectly, or attach agmeow:TemporalMeasurementwith agmeow:measuredDateand let the propertyChainAxiom derive the start; the NamedPeriodShape enforces a single value at validation time.
Examples
- ex:holocene
gmeow:periodStartex:holoceneStartInstant.