rdfsdomainrange
RDFS:domain and RDFS:range are properties used in the Resource Description Framework Schema (RDFS) to define the domain and range of a property in an RDF graph. These properties are essential for specifying the types of resources that can be related by a property and the types of values that a property can have.
The RDFS:domain property is used to specify the class of resources that can be the subject of
Similarly, the RDFS:range property is used to specify the class of resources that can be the object
Together, RDFS:domain and RDFS:range provide a way to define the semantics of properties in an RDF graph,