sd_kees_metadata
print kees metadata
Module:
Component:
Distribution:
Synopsis
sd_kees_matadata [-D METADATA ] GRAPH NAME
Description
print the metadata about a named graph with name GRAPH NAME serialized in in nTriples. This command is mainly intended for internal use only.
- GRAPH NAME, -D “graph=GRAPH NAME”
- an URI for the graph name
- METADATA
- following metadata are supported:
| Variable Name | Default | Description |
|---|---|---|
| trust | 1 | Trust level as a xds:decimal ranging 0..1 |
| activity_type | Learning | a KEES activity type (without namespace) OR xsd:anyURI |
| graph | uuid | XSD:anyURI Named graph name |
| graph_type | FirstPartyData | a KEES named_graph type (without namespace) OR xsd:anyURI |
| source | XSD:anyURI The data source | |
| activity_id | uuid | XSD:anyURI Identifier for a prov:Activity |
| started_at | activity start date | |
| agent_id | AGENT_ID | agent associated to the activity |
Generates:
<$subject> a <$graph_type> ;
sdname: <$graph> ;
prov:wasGeneratedBy <$activity_id> ;
dcterms:modified "$ended_at"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
dcterms:source <$source> ;
dqv:hasQualityMeasurement [
dqv:value> "$trust"^^<http://www.w3.org/2001/XMLSchema#decimal> ;
dqv:isMeasurementOf <http://linkeddata.center/kees/v1#trustLevel> ;
prov:wasGeneratedBy <$activity_id>
]
<$activity_id> a <$activity_type> ;
prov:startedAtTime "$started_at"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
prov:endedAtTime "$ended_at"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
prov:wasAssociatedWith <$agent_id> .
Context
The default context is loaded from the SD_DEFAULT_CONTEXT configuration variable
Exit status
Exits 0 on success, and >0 if an error occurs.
Availability
Since SDaaS 4
Last modified October 5, 2025: updated (1562e7a)