adding hasAudience since 'audience' and 'Audience' are too similar.
--- a/schema.org/ext/audience.html Thu Oct 03 18:05:30 2013 +0200
+++ b/schema.org/ext/audience.html Thu Oct 03 18:12:38 2013 +0200
@@ -21,11 +21,20 @@
</div>
<div typeof="rdf:Property" resource="http://schema.org/audience">
<span class="h" property="rdfs:label">audience</span>
- <span property="rdfs:comment">The intended audience of the item, i.e. the group for whom the item was created.</span>
+ <span property="rdfs:comment">The intended audience of the item, i.e. the group for whom the item was created. Use 'hasAudience' instead.</span>
<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
<span>Range: <a property="http://schema.org/range" href="http://schema.org/Audience">Audience</a></span>
</div>
+
+ <div typeof="rdf:Property" resource="http://schema.org/hasAudience">
+ <span class="h" property="rdfs:label">hasAudience</span>
+ <span property="rdfs:comment">The intended audience of the item, i.e. the group for whom the item was created. This property is preferred over 'audience', to avoid confusion with the type named 'Audience'.</span>
+ <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
+ <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+ <span>Range: <a property="http://schema.org/range" href="http://schema.org/Audience">Audience</a></span>
+ </div>
+
<div typeof="rdfs:Class" resource="http://schema.org/PeopleAudience">
<span class="h" property="rdfs:label">PeopleAudience</span>
<span property="rdfs:comment">A set of characteristics belonging to people, e.g. who compose an item's target audience.</span>