closes at
- CURIE:
gmeow:closesAt - IRI: https://blackcatinformatics.ca/gmeow/closesAt
- Category: property
- Defined by:
gmeow:slices/organization - Box roles: RBox role (What is this?)
The closing time of an opening-hours window. Projects to schema:closes.
Structure
Property shape: datatype property; gmeow:OpeningHoursSpecification -> xsd:time; functional
Practical Pattern
Use gmeow:closesAt from gmeow:OpeningHoursSpecification to xsd:time when the relationship itself belongs in the native GMEOW graph.
Common Companion Terms
gmeow:OpeningHoursSpecification
Projects To
| Profile | External Targets |
|---|---|
schema-org |
rdf, schema |
External Equivalences
Equivalent or closely aligned targets: 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:closesAt |
equivalence | - |
skos:closeMatch | schema:closes | gmeow-properties.sssom.tsv; gmeow:eqProperties091; confidence 0.9 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:closesAt |
projection | schema-org |
projects to / <= | rdf:type, schema:OpeningHoursSpecification, schema:closes, schema:openingHoursSpecification, schema:opens | gmeow:mapSchemaOpeningHours; confidence 0.85; lossy: the spec is REUSED as schema:OpeningHoursSpecification; price/validity detail is not modelled |
Usage Advice
Use when
- Use to record the closing time of a
gmeow:OpeningHoursSpecificationwindow as an xsd:time.
Avoid when
- Avoid carrying the opening time here (that is
gmeow:opensAt) and avoid more than one close time per window — it is functional; mint a separate window for a split schedule.
How to use
- Set
gmeow:closesAtonce pergmeow:OpeningHoursSpecification(functional) to an xsd:time, paired withgmeow:opensAtandgmeow:openingDay; projects to schema:closes.
Examples
- ex:weekdayHours
gmeow:closesAt"17:00:00"^^xsd:time.