(1) The document discusses the Semantic Web and its underlying technologies. It introduces concepts like RDF, which provides a standard model for data interchange on the Web.
(2) RDF uses URIs to identify resources and describes relationships between resources using predicate-object pairs. This allows expressing the semantics of information in a machine-readable way.
(3) The document explains RDF syntax like statements and serialization formats including RDF/XML. It also covers RDF concepts such as unique resource identification, data structuring using XML, and description of resources, properties and values.