@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .

rdfs:ContainerMembershipProperty
	rdf:type	rdfs:Class ;
	rdfs:subClassOf	rdf:Property ;
	rdfs:label	"ContainerMembershipProperty" ;
	rdfs:isDefinedBy	rdfs: ;
	rdfs:comment	"The class of container membership properties, rdf:_1, rdf:_2, ...,\n                    all of which are sub-properties of 'member'." .