<http://schema.org/employees>	<http://www.w3.org/2000/01/rdf-schema#label>	"employees" .
<http://schema.org/employees>	<http://schema.org/supersededBy>	<http://schema.org/employee> .
<http://schema.org/employees>	<http://www.w3.org/2000/01/rdf-schema#comment>	"People working for this organization." .
<http://schema.org/employees>	<http://schema.org/domainIncludes>	<http://schema.org/Organization> .
<http://schema.org/employees>	<http://schema.org/rangeIncludes>	<http://schema.org/Person> .
<http://schema.org/employees>	<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>	<http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .