adding hasAudience since 'audience' and 'Audience' are too similar.
authordanbri <danbri@google.com>
Thu, 03 Oct 2013 18:12:38 +0200
changeset 120 3879206aa3f7
parent 119 8e681bba4ea3
child 121 751b65161cd0
child 122 dea0eec990ee
adding hasAudience since 'audience' and 'Audience' are too similar.
schema.org/ext/audience.html
--- 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>