Subproperties
Subproperties are a way to organize properties into a hierarchy, where a subproperty expresses a more specific relation than its superproperty. In RDF Schema (RDFS) and OWL, relationships between properties are declared using rdfs:subPropertyOf. This enables reasoning and query expansion: data written with a specific property can be treated as though it were also described by the more general property. For example, ex:hasPhoneNumber rdfs:subPropertyOf ex:hasContactInfo.
Semantics: If p rdfs:subPropertyOf q, then every triple with p as the predicate is also a triple
Applications: Subproperties support ontology modeling, data integration, and flexible querying by exploiting property hierarchies. They are