RDF Constraints
- rdfs:range
- Indicate the classes that the values of a property must be members.
- The value of a range property is a rdf:Class
- rdfs:domain
- Indicate the classes on whose members a property can be used.
- No domain property means that the property may be used with any resource.