This document discusses RDFS (Resource Description Framework Schema), which is a standard ontology language for the Semantic Web. RDFS introduces predefined meanings for resources through axioms and allows for basic inferences over RDF data through mechanisms like type propagation between classes and relationships. The document provides examples of how RDFS can be used to classify resources in an RDF graph and automatically infer additional types and relationships through the use of RDFS properties like rdfs:subClassOf and rdfs:domain.