This document provides an overview of RDF, RDFS, and OWL, which are graph data models used to represent data on the Semantic Web. It describes the core components of RDF, including URIs, triples, and data types. It also explains how RDF graphs can be represented in N-Triples format or XML. Additionally, it covers RDF Schema (RDFS) and how it adds a type system to RDF through classes, subclasses, domains, and ranges of properties. The document concludes by noting some limitations of RDF and RDFS in modeling complex constraints and relationships.