rdf:type | The subject is an instance of a class (for example <JSmith rdf:type Human> ). |
| |
| |
| |
rdfs:range | Used to state that the object denoted by a given predicate must be an instance of a given class. (for example <responsible rdfs:range Human> ). |
rdf:value | Idiomatic property used for structured values to indicate the primary value (for example weight, comparing to unit). |
rdfs:label | A human-readable name for the subject (for example <JSmith rdfs:label “John SMITH”> ). |