Skip to content

Class: SnapshotRef

Reference to a snapshot file.

URI: debrief:class/SnapshotRef

 classDiagram
    class SnapshotRef
    click SnapshotRef href "../../classes/SnapshotRef/"
      SnapshotRef : asset

      SnapshotRef : prov_entry_count


Slots

Name Cardinality and Range Description Inheritance
asset 1
String
Relative path to snapshot GeoJSON file direct
prov_entry_count 1
Integer
Number of provenance entries in the snapshot direct

Usages

used by used in type used
SnapshotLinks prev range SnapshotRef
SnapshotLinks next range SnapshotRef

Identifier and Mapping Information

Schema Source

  • from schema: https://debrief.info/schemas/debrief

Mappings

Mapping Type Mapped Value
self debrief:SnapshotRef
native debrief:SnapshotRef

LinkML Source

Direct

name: SnapshotRef
description: Reference to a snapshot file.
from_schema: https://debrief.info/schemas/debrief
attributes:
  asset:
    name: asset
    description: Relative path to snapshot GeoJSON file.
    from_schema: https://debrief.info/schemas/system-record
    rank: 1000
    domain_of:
    - SnapshotRef
    - FileProvEntry
    range: string
    required: true
  prov_entry_count:
    name: prov_entry_count
    description: Number of provenance entries in the snapshot.
    from_schema: https://debrief.info/schemas/system-record
    rank: 1000
    domain_of:
    - SnapshotRef
    range: integer
    required: true
    minimum_value: 0

Induced

name: SnapshotRef
description: Reference to a snapshot file.
from_schema: https://debrief.info/schemas/debrief
attributes:
  asset:
    name: asset
    description: Relative path to snapshot GeoJSON file.
    from_schema: https://debrief.info/schemas/system-record
    rank: 1000
    alias: asset
    owner: SnapshotRef
    domain_of:
    - SnapshotRef
    - FileProvEntry
    range: string
    required: true
  prov_entry_count:
    name: prov_entry_count
    description: Number of provenance entries in the snapshot.
    from_schema: https://debrief.info/schemas/system-record
    rank: 1000
    alias: prov_entry_count
    owner: SnapshotRef
    domain_of:
    - SnapshotRef
    range: integer
    required: true
    minimum_value: 0