log entry URL
- CURIE:
gmeow:logEntryUrl - IRI: https://blackcatinformatics.ca/gmeow/logEntryUrl
- Category: property
- Defined by:
gmeow:slices/attestation - Box roles: CBox role, RBox role (What is this?)
A URL at which the transparency log entry can be retrieved. Non-functional: multiple mirrors may exist.
Structure
Property shape: datatype property; gmeow:TransparencyLogEntry -> rdfs:Literal
Practical Pattern
Use gmeow:logEntryUrl from gmeow:TransparencyLogEntry to rdfs:Literal when the relationship itself belongs in the native GMEOW graph.
Common Companion Terms
Projects To
| Profile | External Targets |
|---|---|
sigstore |
https, rdf |
Linkages
Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:logEntryUrl |
projection | sigstore |
projects to / <= | https://sigstore.dev/rekor/v1#logEntry, https://sigstore.dev/rekor/v1#logIndex, https://sigstore.dev/rekor/v1#logIndexURL, rdf:type | gmeow:mapSigstoreLogEntry; lossy: attestation body, inclusion proof, confirmation depth, finality status |
Usage Advice
Use when
- Use to record a retrieval URL for a
gmeow:TransparencyLogEntryso a consumer can fetch and re-check the logged record; assert one per mirror.
Avoid when
- Avoid for the entry's position within the log (that is
gmeow:logEntryIndex) and avoid treating it as a single canonical location — multiple mirrors may exist, so it is non-functional.
How to use
- Attach one URL literal per mirror on the
gmeow:TransparencyLogEntry; pair withgmeow:logEntryIndexfor stable identity independent of any one mirror's availability.
Examples
- ex:rekorEntry
gmeow:logEntryUrl"https://rekor.sigstore.dev/api/v1/log/entries/...".