trustgraph/specs/api/components/common/RdfValue.yaml

15 lines
304 B
YAML
Raw Normal View History

type: object
description: RDF value - can be entity/URI or literal
required:
- v
- e
properties:
v:
type: string
description: Value (URI or literal text)
example: https://example.com/entity1
e:
type: boolean
description: True if entity/URI, false if literal
example: true