Skip to content

Debrief Maritime Analysis Schemas

LinkML schemas for Debrief v4.x maritime tactical analysis platform. Defines GeoJSON profile extensions for tracks and reference locations. This is a tracer bullet implementation covering core entity types.

URI: https://debrief.info/schemas/debrief

Name: debrief

The schemas below see the most use across the Debrief codebase. Start here for a quick tour; the full alphabetical tree is below.

Plot features (GeoJSON)

These classes define what actually gets drawn on the map and persisted in a STAC item's GeoJSON payload.

Analysis tooling

Metadata that describes the analysis tools exposed by debrief-calc and their inputs.

  • Tool — analysis operation with name, version, selection requirements
  • ToolParameter — typed parameter declaration (string / number / bool / enum)
  • SelectionRequirement — feature-kind and cardinality constraints

Provenance and replay

Every transformation records lineage so it can be replayed — these classes capture that chain.

Session state (live plot)

The shape of the in-memory state a VS Code / web-shell session exposes to the rest of the app.

Catalog and platform metadata

How Debrief identifies vessels and discovers their metadata from STAC catalogs.

  • PlatformRecord — resolved metadata for a single platform (ship, aircraft, etc.)
  • BranchRecord — reference to a branched plot in the STAC catalog

Styling


Classes

Class Description
Any Wildcard class used for open-record extension-properties slots (StacItemPrope...
BaseFeatureProperties Abstract base for all GeoJSON feature properties classes
        CircleAnnotationProperties Properties for a CircleAnnotation
        LineAnnotationProperties Properties for a LineAnnotation
        MultiPointFeatureProperties Properties for a MultiPointFeature (multi-point tool results)
        MultiPolygonFeatureProperties Properties for a MultiPolygonFeature (multi-polygon tool results)
        NarrativeEntryProperties Properties for a NarrativeEntry annotation
        PolyAnnotationProperties Properties for a PolyAnnotation
        RectangleAnnotationProperties Properties for a RectangleAnnotation
        ReferenceLocationProperties Properties for a ReferenceLocation
        SceneProperties Properties class for a Scene child Feature
        StoryboardProperties Properties class for a Storyboard parent Feature
        TextAnnotationProperties Properties for a TextAnnotation
        TrackProperties Properties for a TrackFeature
        VectorAnnotationProperties Properties for a VectorAnnotation
BranchOrigin Reverse link on a branch plot's system record, pointing to the source plot
BranchRecord Reference to a branched plot
BrowserFilterSlice Multi-axis filter state for the STAC browser panel
CircleAnnotation GeoJSON Feature for circle annotations
Coordinate A geographic coordinate [longitude, latitude]
DatasetAxisMetadata Axis label and type metadata for a dataset chart
DatasetDataPoint A single structured data record within a series or flat dataset
DatasetEntry Standard envelope for all tool result datasets, matching the runtime DatasetE...
DatasetMetadata Chart metadata for a dataset entry
DatasetSeries A named data series within a multi-series dataset
DocumentSlice Editor lifecycle state including dirty tracking and undo history
FeatureSelection Set of selected feature identifiers with metadata (FR-017)
FeaturesSlice Feature selection and visibility state
FileProvEntry File-level provenance event (snapshot or branch creation)
GeoJSONEmptyPoint GeoJSON Point geometry with empty coordinates (for non-spatial features)
GeoJSONLineString GeoJSON LineString geometry
GeoJSONMultiLineString GeoJSON MultiLineString geometry for compound tracks
GeoJSONMultiPoint GeoJSON MultiPoint geometry for reference point sets
GeoJSONMultiPolygon GeoJSON MultiPolygon geometry for multi-polygon tool results
GeoJSONPoint GeoJSON Point geometry
GeoJSONPolygon GeoJSON Polygon geometry
InputFeatureState Pre-operation state of a feature captured before a coordinate-mutating tool e...
LastToolExecution Record of the last tool execution, enabling single-step undo
LevelDefinition Named nesting level within a feature hierarchy (Feature 053, FR-010)
LineAnnotation GeoJSON Feature for line segment annotations
LineProperties Styling schema for LineString and MultiLineString geometries
LogEntry A PROV-aligned provenance record stored on GeoJSON features
MCPContentItem A single MCP content item (resource, text, or image)
MCPErrorResponse MCP error response envelope
MCPParamSchema JSON-Schema-like parameter fragment used inside MCPToolDefinition
MCPRequest MCP tool invocation envelope
MCPSelectionRequirement Predicate describing what feature selection a tool needs (e
MCPToolDefinition Static catalogue entry advertised by the MCP server
MCPToolResponse Successful MCP tool response
MeasuredArrayPosition Timestamped geographic position of a towed array centre
MultiPointFeature GeoJSON Feature for multi-point tool results
MultiPolygonFeature GeoJSON Feature for multi-polygon tool results
NarrativeEntry GeoJSON Feature for timestamped narrative/log entries
ParameterValue A typed parameter value with replay metadata
PlatformRecord Fully-resolved metadata for a single platform within a STAC item
PlotSummary Projection of a STAC Item for UI consumption (e
PlotTimeExtent Temporal extent of a plot expressed as ISO 8601 strings
PointMetadataEntry Metadata for a single point within a MultiPoint reference set
PointProperties Styling schema for Point and MultiPoint geometries
PolyAnnotation GeoJSON Feature for arbitrary polygon annotations
PolygonProperties Styling schema for Polygon and MultiPolygon geometries
PositionStyle Default styling configuration for track positions
PositionStyleOverride Per-position style override
PropertiesProvenanceEntry Single entry in item
RawGeoJSONFeature Parse-boundary GeoJSON Feature (RFC 7946 §3
RawGeoJSONFeatureCollection Parse-boundary GeoJSON FeatureCollection (RFC 7946 §3
RectangleAnnotation GeoJSON Feature for rectangle annotations
ReferenceLocation GeoJSON Feature for fixed reference points or reference point sets
ResultsSlice Accumulated tool result layers and last-execution record for undo support
ResultTypePath Slash-delimited hierarchical type path
SceneFeature GeoJSON Feature representing a Scene child entity
SceneThumbnailAssetEntry A single STAC Item asset entry produced by Storyboarding (#216) for one
SegmentMetadata Per-segment metadata for compound tracks
SelectionRequirement A constraint specifying which feature kinds a tool accepts, with minimum and ...
SensorContact Single sensor measurement record
SensorData Named sensor with contact measurements
SnapshotLinks Doubly-linked references to adjacent snapshots
SnapshotRef Reference to a snapshot file
SpatialSlice Geographic view state for the map display
StacAsset A single asset entry within assets[<key>]
StacCatalog A flat STAC Catalog (no extent, no summaries)
StacCollection A STAC 1
StacExtensionProperties Extension properties added to STAC item
StacExtent Spatial + temporal extent on a Collection
StacItem A STAC 1
StacItemAssetDefinition Item Asset Definition Object — declares the shape of an asset that child Item...
StacItemProperties STAC Item properties block
StacItemSummary Minimal STAC Item projection for browser tree display and metadata filtering
StacLink A single link entry within links[]
StacProvider STAC provider entry
StacSpatialExtent Spatial extent on a Collection
StacSummaries Pre-aggregated extension summaries on a Collection
StacTemporalExtent Temporal extent on a Collection
StoryboardFeature GeoJSON Feature representing a Storyboard parent entity
SystemRecordProperties Properties for the non-spatial system record feature
SystemState GeoJSON Feature for storing non-spatial system state
SystemStateProperties Properties for SYSTEM features storing application state
TemporalSlice Time-related state including navigation, playback, and filtering
TextAnnotation GeoJSON Feature for text annotations at a position
TimeFilter Constraints on the visible time window (epoch milliseconds; null = unbounded)
TimeInstant A point in time with dual representations (FR-032, FR-033)
TimeRange A temporal interval with inclusive start and end
TimestampedPosition Temporal and kinematic metadata for a single track position
TimeStep Step size for discrete time navigation (FR-008)
Tool An analysis operation with a name, description, version, and selection requir...
ToolDefinition Consumer-facing flattened view of a tool catalogue entry
ToolExecutionResultForReplay Minimal tool-execution result returned by the Replay Engine's execute_tool ...
ToolParameter A configurable parameter for a tool
ToolParameterMeta Tunable parameter metadata recorded alongside a tool result for provenance
ToolResult Logical tool invocation result as seen by the consumer (after the MCP layer h...
ToolResultAnnotations Annotations for MCP tool result content items
ToolResultForLog Persisted tool-result shape written by the live tool-result logger and read b...
ToolsUpdateMessage Push notification from the extension host to the activity-panel webview when ...
TrackFeature GeoJSON Feature representing a vessel track
TrackStyle Composite styling for TrackFeature, supporting both line path and position ma...
TUAData Named TUA solution collection
TUASolution Single Target Uncertainty Area estimate
TuneAnnotation Records a parameter modification (appended, not replacing original)
VectorAnnotation GeoJSON Feature for vector annotations
VertexMetadata Optional, sparse per-vertex annotation attached to a feature
Viewport Camera state sub-record inside a Scene
ViewportPolygon Geographic area as a 4-corner polygon supporting rotated views (FR-012, FR-01...
WasGeneratedBy Identifies the tool and its parameters for a specific invocation

Slots

Slot Description
_polygon_source Provenance of the scene's stored polygon geometry (Spec #258)
active_storyboard_id Storyboard properties
activity_id Unique operation identifier (UUID v4)
activity_type Semantic kind of this provenance record
addressingMode How addresses at this level are interpreted
after_leg Name of following TMA leg (DYNAMIC_INFILL)
agent Human actor (e
ambiguous_bearing Ambiguous bearing (second solution) in degrees
annotations Debrief-specific annotations (debrief:resultType, debrief:label, `debrief...
array_centre_mode How bearing line origin is calculated relative to host platform
artifact_href Path to an exported artifact (for non-GeoJSON tool results)
asset Relative path to snapshot GeoJSON file
assets Asset map keyed by arbitrary string (features, thumbnail, overview, `so...
base_frequency Base frequency in Hz (TMA segments)
bbox Bounding box [minLon, minLat, maxLon, maxLat]
bearing Bearing to contact in degrees (0-360)
before_leg Name of preceding TMA leg (DYNAMIC_INFILL)
branch_id Unique branch identifier
branch_origin Reverse link to source plot (set when this plot is a branch)
branched_at When the branch was created (ISO 8601 with timezone)
branched_from Activity ID of the branch point
branches Branch records
catalog_id Parent catalog identifier
category Visual category for Log Panel icon rendering
center Circle center as [longitude, latitude] for precise reconstruction
centre_lat Absolute latitude (mutual exclusive with bearing/range)
centre_lon Absolute longitude (mutual exclusive with bearing/range)
choices Explicit choice list for enum-typed parameters when the client cannot (or cho...
collection Parent Collection ID, when the Item belongs to a Collection (STAC 1
color Stroke color (CSS color string)
comment Operator note
contacts Array of sensor measurements
content Ordered list of content items returned by the tool
coordinates Four corners in clockwise order [NW, NE, SE, SW]
course Course in degrees (0-360)
created Processing-time creation timestamp (ISO 8601)
creation_order Per-Storyboard monotonic sequence value assigned by the platform at capture t...
current_time Playhead position at save (ISO-8601)
currentTime Current playback/display time (FR-005)
dash_array Dash pattern (SVG format, e
data Base64-encoded payload when type=image
data_points Array of structured data records for this series
datasets Optional dataset results for the Results panel (range-bearing charts, etc)
datetime Creation/capture timestamp (ISO 8601)
debrief_feature_tags Aggregated feature-level tags across all Items in the Collection
debrief_platforms Aggregated per-platform metadata across all Items in the Collection
debrief_tags Aggregated plot-level tags across all Items in the Collection
default Whether this is the default value
default_position_style Default styling applied to all positions
default_value Default value if not provided
deletedFeatures IDs of features removed (REQUIRED for deletions)
depth Depth in meters (negative = below surface)
description Additional description
direction 'source' or 'target' (for branch events)
dirty Unsaved changes exist - ephemeral (FR-020)
disabled Whether this entry is skipped during replay
display_mode Track visualization mode for this plot
display_name Human-readable platform display name override
displayMode Track visualization mode (FR-011)
domain Vessel domain override
duration_ms Wall-clock duration of the tool invocation in milliseconds
end End of interval
end_datetime Range end datetime (ISO 8601)
end_time Segment end timestamp (ISO8601)
epoch Milliseconds since Unix epoch
error Nested error object `{ code, message, data: { debrief:errorCategory, debrief:...
execution_duration Wall-clock execution time in ISO 8601 duration format (e
extent Spatial + temporal extent
feature_id ID of the feature whose pre-operation state is captured
feature_set_hash SHA-256 hex (lowercase, 64 chars) of JSON
feature_tags Union of all feature-level tags from the plot's GeoJSON features
featureCollectionUri Reference to external feature collection (FR-016)
featureIds Selected feature paths
features The collection's features, in document order
fields Non-empty list of field names touched in this commit
fill Whether to fill the shape
fill_color Fill color (CSS color string)
fill_opacity Fill transparency (0-1)
filter_end_time Visible-window filter end (ISO-8601)
filter_start_time Visible-window filter start (ISO-8601)
frequency Measured frequency in Hz
generated Feature IDs or versioned asset paths of outputs
generated_result_id Stable logical identity for artifact-producing tools
geometry Track path as LineString (simple) or MultiLineString (compound)
has_ambiguous Controls ambiguous bearing display
has_bearing Controls bearing line display (true=show, false=hide)
has_frequency Controls frequency data display
hiddenFeatureIds Features hidden from display (FR-018)
host_sensor_name Towed array sensor name (RELATIVE_TMA)
host_track_id ID of track this solution is relative to (RELATIVE_TMA)
host_track_name Name of track this TUA set relates to
href URI (relative or absolute) to the linked resource
id Unique identifier (UUID recommended)
index 0-based ordinal matching coordinates array position
input Free-form per-tool input payload (Article XV
input_schema JSON-Schema fragment describing the tool's input payload
input_state Pre-operation feature states for coordinate-mutating tools
interval List of [start_datetime, end_datetime] pairs
is_error Reserved for streaming partial-error responses (additive over the live wire f...
iso ISO 8601 UTC format string
item_assets Optional Item-asset declarations (STAC 1
item_path Path to item
kind Feature type discriminator
label Free-text short label
label_interval ISO 8601 duration for interval-based label display
label_location Label horizontal alignment
last_tool_execution Last tool execution record for single-step undo
latitude Latitude in degrees (-90 to 90)
legacy_style Legacy symbol name from Debrief symbology (e
license SPDX identifier or "other" (STAC 1
line Styling for the track line path
line_cap Line endpoint style
line_join Line join style
line_number Source line number for debugging
line_style Bearing line visual style
line_thickness Bearing line width in pixels
links Catalog navigation links (self, root, parent, derived_from, etc
location Array centre position [longitude, latitude] (GeoJSON coordinate order)
location_count Number of reference locations in this plot
location_type Type of reference
longitude Longitude in degrees (-180 to 180)
max Maximum number of features of this kind allowed
maxima Semi-major axis in metres
maxTracks Maximum number of tracks (absent = no upper limit)
measured_positions Actual towed array positions for MEASURED array centre mode
message Status / explanation message
metadata Axis definitions and display hints
metadata_expression Serialised CQL2 filter expression from the filter bar, stored as an opaque JS...
metadata_filtered_ids Set of exercise IDs passing the current metadata filter
method Versioned method identifier matching ^properties-panel@
mimeType IANA media type when type=image or type=resource
min Minimum number of features of this kind required
minFeatures Minimum number of features required (any type)
minima Semi-minor axis in metres
minTracks Minimum number of tracks required
name Human-readable segment name
nationality ISO 3166-1 alpha-2 country code override (e
new_value Value after tuning
next Link to next snapshot
note Free-text long note
offset Sensor offset from host platform in metres
offset_bearing Bearing offset in degrees (RELATIVE_TMA)
offset_range Range offset in metres (RELATIVE_TMA)
opacity Stroke transparency (0-1)
orientation Ellipse orientation from north in degrees
origin Explicit sensor location override [longitude, latitude]
overrides Flat list of field names on item
param_type References a schema-defined parameter-type enum by name
parameter Name of the parameter that was changed
parameters Full resolved parameter set
path Structured vertex address following the selectionPath convention
payload Nested payload { tools, hasToolInventory?, hasSelection? }
platform_id Platform/vessel identifier
platform_name Human-readable platform name
platforms Fully-resolved per-platform metadata array
playback_rate Playback speed multiplier for this plot (0
playbackRate Playback speed multiplier 0
playbackState Current playback state - ephemeral (FR-010)
point Styling for position markers
point_metadata Per-point metadata array, parallel to MultiPoint coordinates
position_style_overrides Parallel array of per-position style overrides
positions Per-position metadata (parallel to coordinates)
prev Link to previous snapshot
previous_value Value before tuning
primary Primary selection path for properties display
properties Track metadata
prov_entry_count Number of provenance entries in the snapshot
provenance PROV-aligned provenance records (append-only log of tool operations)
provenance_log Per-commit provenance entries written by the Properties Panel
providers Organisations involved in producing / hosting this plot
put_label_at Label position along bearing line
radius Marker radius in pixels
range Range to contact in metres
rationale Free-text analyst annotation explaining the reasoning for this operation
rel Link relation (self, root, parent, item, child, derived_from, etc
required Whether parameter must be provided
requirements List of selection requirements
resource Nested resource descriptor { uri, mimeType, text } when type=resource
result_id Stable result identifier (used by the activity panel)
result_layer_ids IDs of the result layers produced by the tool
result_layers Accumulated tool result features
result_type Hierarchical result type (e
resultLayer Optional single result layer (e
resultLayers Optional multiple result layers (e
resultType Hierarchical result type (e
roles Roles played by this provider — "licensor", "producer", "processor", or "host...
rotation Map rotation in degrees (0-360)
savePath Last save location
schema_version Schema version
segment_type Segment type discriminator
segments Per-segment metadata for compound tracks
selected_ids Array of selected feature IDs - for selection state
selected_primary Primary selection path for properties display
selection Currently selected features (FR-017)
sensors Embedded sensor data associated with this track
series Named data series for multi-line/multi-series charts
series_key Series discriminator for multi-series datasets (e
shape Marker shape
show_label Whether to display labels at positions
show_symbol Whether to display a symbol at positions
snapshot_links Doubly-linked snapshot chain
snapshot_timestamp ISO-8601 UTC timestamp recorded when a snapshot asset is written
solutions Array of TUA estimates
source Origin of the edit
source_asset Relative path to the source plot file
source_feature_ids IDs of the source features the tool operated on
source_features IDs of input features used to generate this result
source_path Original source file path (for provenance)
source_tool Name of calculation tool that produced this result
sourceFeatures IDs of input features used to generate this result
spatial Spatial extent — one or more bounding boxes
spatial_filter_active Whether the map viewport is used as a spatial filter
speed Speed in knots
stac_extensions Optional STAC extension schema URIs
stac_version STAC version string — "1
start Start of interval
start_datetime Range start datetime (ISO 8601)
start_time Segment start timestamp (ISO8601)
state_type Discriminator for state variant (temporal, spatial, selection, active_storybo...
step_size Playback step granularity for this plot
stepSize Step size for discrete navigation (FR-008)
store_id Parent store identifier (needed for URI construction)
storyboard_id Foreign key to parent Storyboard
stroke Whether to draw outline
structured_content Reserved for top-level free-form payload (e
style Per-segment line styling override
success Whether the tool succeeded
summaries Optional pre-aggregated extension summaries (open-record per Research R-002)
symbol Shape to use for position symbols
symbol_interval ISO 8601 duration for interval-based symbol display
tags Free-text labels assigned to this feature by the analyst
target_asset Relative path to the branched plot file
temporal Temporal extent — one or more start/end intervals
temporal_filter_active Whether the timeline range is used as a temporal filter
text Narrative text content
thumbnail_asset_ref STAC asset key (path + name within the plot's STAC item)
time Position timestamp (ISO8601)
time_extent Temporal extent of the plot (start/end ISO 8601 strings)
time_range For instant Scenes (#215 default): MUST be absent
timeFilter Optional visible time window constraint (FR-007)
timeRange Full temporal extent of loaded data (FR-006)
timestamp When the operation occurred (ISO 8601 with timezone)
title Plot title from STAC metadata
tool Tool identifier (kebab-case, e
tool_id Identifier of the debrief-calc tool that produced this result asset
tool_version Semantic version of the tool (e
track_count Number of tracks in this plot
track_id Associated track identifier (optional)
track_type Type of track
transition_duration_ms Playback transition duration in milliseconds
tuas Embedded Target Uncertainty Area data associated with this track
tunable Whether this parameter can be modified during replay
tune Parameter tuning record
type Geometry type discriminator
unit Unit of the step
units Units for the axis values (e
updated Processing-time last-update timestamp (ISO 8601)
url Provider homepage / contact URL
used Feature IDs of inputs
valid_from Start of validity period
valid_until End of validity period
value Numeric step value
version Tool version string for provenance tracking
vertex_count Number of unique vertices (excluding ring closure point)
vertex_metadata Sparse list of per-vertex metadata, keyed by path
vessel_class Full vessel classification path override using slash-separated notation (e
vessel_role Vessel role override (parent of leaf in classification path, e
vessel_type Vessel type override (leaf of classification path, e
viewport Saved map viewport (ViewportPolygon)
viewport_end Map viewport camera state at the end of a time-range Scene (#263)
visible Whether this feature is shown on the map
visible_feature_ids Stable feature IDs visible at capture
was_generated_by Tool identity and parameters for this invocation
weight Stroke width in pixels
worm_in_hole Display mode flag
x_value Primary independent-axis value serialised as a string
xAxis X-axis metadata
y_value Primary dependent-axis value serialised as a string (decimal or label)
yAxis Y-axis metadata
zoom Map zoom level for restoring the view (optional)

Enumerations

Enumeration Description
ActivityType Semantic discriminator for provenance records
AddressingMode How addresses in a selection path level are interpreted (Feature 053)
ArrayCentreModeEnum Array centre calculation mode for towed array sensors
CardinalDirectionEnum Eight-point compass directions
DisplayModeEnum Track visualization display mode
DurationPresetEnum Common ISO 8601 duration presets for interval parameters
ErrorCategory Categories of tool execution errors
FeatureKindEnum Discriminator for GeoJSON feature types
FileProvDirectionEnum Direction of a branch event
FileProvEventTypeEnum Type of file-level provenance event
LabelLocationEnum Horizontal alignment of contact labels
LineCapEnum How line endpoints are rendered (SVG/CSS standard)
LineJoinEnum How line segment joints are rendered (SVG/CSS standard)
LineLabelPositionEnum Position along the bearing line where the label is placed
LineStyleEnum Visual style for bearing lines
LocationTypeEnum Type of reference location
MarkerSymbolEnum Marker shapes for tool parameter choices (superset of PointShapeEnum)
MCPContentItemTypeEnum Discriminator for MCPContentItem variants
MCPParamTypeEnum JSON-Schema-compatible primitive types for tool parameters
NamedColorEnum Predefined named colours for styling tool parameters
NumericPresetEnum Common numeric presets for count and distance parameters
OutputKindEnum Canonical output kind identifiers for tool result features
ParameterTypeEnum Names of available schema-defined parameter types
PlaybackStateEnum Current state of time playback
PointShapeEnum Valid shapes for point markers
PolygonSourceEnum Provenance of a Scene's stored polygon geometry
ReferencePointPatternEnum Generation patterns for reference point placement
ReplayStatusEnum Outcome of resolving a logged tool invocation at replay time
ResultCategoryEnum Top-level result type categories per TOOL-RESULTS
ResultTopType Top-level result type categories
SegmentTypeEnum Discriminator for track segment types within compound tracks
SessionMCPToolName Authoritative list of session-state MCP tool names
StacTypeEnum Discriminator for STAC top-level objects
SystemStateTypeEnum Discriminator for system state variants
TimeUnitEnum Units for time step navigation
ToolCategoryEnum Visual category for Log Panel icon rendering
TrackTypeEnum Type of track feature
VesselDomainEnum Top-level vessel domain classification

Types

Type Description
Boolean A binary (true or false) value
CSSColor A CSS color string (e
Curie a compact URI
Date a date (year, month and day) in an idealized calendar
DateOrDatetime Either a date or a datetime
Datetime The combination of a date and time
Decimal A real number with arbitrary precision that conforms to the xsd:decimal speci...
Double A real number that conforms to the xsd:double specification
Float A real number that conforms to the xsd:float specification
Integer An integer
Jsonpath A string encoding a JSON Path
Jsonpointer A string encoding a JSON Pointer
Ncname Prefix part of CURIE
Nodeidentifier A URI, CURIE or BNODE that represents a node in a model
Objectidentifier A URI or CURIE that represents an object in the model
Sparqlpath A string encoding a SPARQL Property Path
String A character string
Time A time object represents a (local) time of day, independent of any particular...
Uri a complete URI
Uriorcurie a URI or a CURIE

Subsets

Subset Description