@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
rdfs:label	rdf:type	owl:AnnotationProperty ,
		rdf:Property .
@prefix virtrdf:	<http://www.openlinksw.com/schemas/virtrdf#> .
rdfs:label	rdfs:subPropertyOf	virtrdf:label .
@prefix b3s:	<http://b3s.openlinksw.com/> .
rdfs:label	rdfs:subPropertyOf	b3s:label ;
	rdfs:label	"label" ;
	rdfs:domain	rdfs:Resource ;
	rdfs:range	rdfs:Literal ;
	rdfs:isDefinedBy	rdfs: ;
	rdfs:comment	"A human-readable name for the subject." .