RDFSchemata
RDF Schema, often abbreviated as RDFS or RDFS, is a foundational vocabulary for describing the properties and classes of RDF resources. It provides a way to define a taxonomy of classes and a vocabulary of properties, enabling the creation of more structured and meaningful RDF data. RDFS allows you to specify that a class is a subclass of another class, creating hierarchies. For example, "Person" could be a subclass of "Agent." It also allows you to specify that a property is a subproperty of another property, indicating that they share similar semantics. For instance, "hasSpouse" could be a subproperty of "hasPartner."
Furthermore, RDFS defines constraints on the types of resources that can be used as subjects and objects