rdfs:label is an instance of rdf:Property that may be used to provide a
human-readable version of a resource's name.
The rdfs:domain of rdfs:label
is rdfs:Resource. The rdfs:range of rdfs:label is rdfs:Literal.
NOTE: In keeping with their definition in RDF, rdfs:label can only be used with data literals.
<rdf:Property rdf:about="http://www.w3.org/2000/01/rdf-schema#label">
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/2000/01/rdf-schema#"/>
<rdfs:label>label</rdfs:label>
<rdfs:comment>A human-readable name for the subject.</rdfs:comment>
<rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</rdf:Property>
R rdfs:label L states that L is a human-readable word or phrase describing R.
Multilingual labels are supported using the language tagging facility of RDF literals.