Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
dido:99_annexes:annex-b-terms-and-definitions:r:rdf [2026/07/11 11:14] – removed - external edit (Unknown date) 127.0.0.1dido:99_annexes:annex-b-terms-and-definitions:r:rdf [2026/07/18 12:33] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Resource Description Framework (RDF) ======
  
 +[[dido:99_annexes:annex-b-terms-and-definitions:start|Go up to Terms and Definitions]]
 +
 +===== Discussion =====
 +
 +The Resource Description Framework (RDF) is a W3C framework for representing information on the Web. RDF represents information as graphs composed of statements about resources, properties, and values.
 +
 +W3C defines RDF as a framework for representing information in the Web and defines RDF graphs as sets of subject-predicate-object triples. W3C also defines RDF as an abstract syntax that links RDF-based languages and specifications, including RDF semantics, serialization syntaxes, SPARQL, and RDF Schema. :contentReference[oaicite:0]{index=0}
 +
 +RDF provides a graph-based representation framework. RDF differs from [[dido:99_annexes:annex-b-terms-and-definitions:o:owl|OWL]]. OWL provides an [[dido:99_annexes:annex-b-terms-and-definitions:o:ontology_language]] for the Semantic Web. RDF provides the underlying graph representation framework used by RDF-based languages and specifications.
 +
 +RDF expresses semantic content when RDF statements use governed vocabularies, defined terms, controlled identifiers, and traceable domain meanings. RDF syntax alone does not establish the intended [[dido:99_annexes:annex-b-terms-and-definitions:s:semantic]] of a domain.
 +
 +===== Definition =====
 +
 +//framework for representing information as graph-based statements about resources, properties, and values//
 +
 +===== Source =====
 +
 +W3C Resource Description Framework (RDF) 1.1 Concepts and Abstract Syntax; specialized for use in the FX Demo Reference Architecture.
 +
 +===== Note =====
 +
 +RDF is not equivalent to [[dido:99_annexes:annex-b-terms-and-definitions:o:ontology]], [[dido:99_annexes:annex-b-terms-and-definitions:o:owl]], or [[dido:99_annexes:annex-b-terms-and-definitions:s:semantic]]. RDF provides a representation framework. Ontologies, vocabularies, schemas, rules, and applications provide additional semantic commitments.
 +
 +===== Example =====
 +
 +An RDF graph represents a statement that an FX trade has a counterparty by using a subject identifier for the trade, a property identifier for the counterparty relationship, and an object identifier for the counterparty.
 +
 +----
 +
 +<WRAP centeralign>
 +© 2026 Dido Solutions, Inc. and Jackrabbit Consulting, Inc.
 +</WRAP>