Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| dido:99_annexes:annex-b-terms-and-definitions:r:rdf_graph [2026/07/11 11:14] – removed - external edit (Unknown date) 127.0.0.1 | dido:99_annexes:annex-b-terms-and-definitions:r:rdf_graph [2026/07/18 12:33] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== RDF Graph ====== | ||
| + | [[dido: | ||
| + | |||
| + | ===== Discussion ===== | ||
| + | |||
| + | An RDF graph represents information as a set of [[dido: | ||
| + | |||
| + | An RDF graph provides the graph structure used by [[dido: | ||
| + | |||
| + | An RDF graph supports semantic work when its triples use governed identifiers, | ||
| + | |||
| + | An RDF graph differs from [[dido: | ||
| + | |||
| + | ===== Definition ===== | ||
| + | |||
| + | //set of RDF triples that represents information about resources, properties, values, and relationships// | ||
| + | |||
| + | ===== Source ===== | ||
| + | |||
| + | W3C RDF 1.1 Concepts and Abstract Syntax; specialized for use in the FX Demo Reference Architecture. | ||
| + | |||
| + | ===== Note ===== | ||
| + | |||
| + | An RDF graph contains [[dido: | ||
| + | |||
| + | ===== Example ===== | ||
| + | |||
| + | An RDF graph represents multiple statements about an FX trade by using multiple RDF triples. | ||
| + | |||
| + | ^ Subject ^ Predicate ^ Object ^ | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | |||
| + | The same RDF graph appears in Turtle-like notation as follows: | ||
| + | |||
| + | <code turtle> | ||
| + | :Trade-123 : | ||
| + | :Trade-123 : | ||
| + | :Trade-123 : | ||
| + | :Trade-123 : | ||
| + | :Trade-123 : | ||
| + | :Trade-123 : | ||
| + | :Trade-123 : | ||
| + | </ | ||
| + | |||
| + | Each line is one RDF triple. The set of triples forms an RDF graph about '' | ||
| + | |||
| + | ---- | ||
| + | |||
| + | <WRAP centeralign> | ||
| + | © 2026 Dido Solutions, Inc. and Jackrabbit Consulting, Inc. | ||
| + | </ | ||