rdfs:member is an instance of rdf:Property that is a super-property of all the
container membership properties i.e. each container membership property has an
rdfs:subPropertyOf relationship to
the property rdfs:member.
The rdfs:domain of
rdfs:member is rdfs:Resource. The rdfs:range of rdfs:member is
rdfs:Resource.
<rdf:Property rdf:about="http://www.w3.org/2000/01/rdf-schema#member">
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/2000/01/rdf-schema#"/>
<rdfs:label>member</rdfs:label>
<rdfs:comment>A member of the subject resource.</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#Resource"/>
</rdf:Property>
No explicit example found.