Add singular versions of otherwise plural schema.org properties that are of list form.
authorGregg Kellogg <gregg@kellogg-assoc.com>
Mon, 03 Sep 2012 12:08:44 -0600
changeset 127 eb789a117c19
parent 126 262c3a83cbfb
child 128 dac41fa702c8
Add singular versions of otherwise plural schema.org properties that are of list form.
microdata-namespace/ns.json
microdata-rdf/index.html
--- a/microdata-namespace/ns.json	Mon Sep 03 08:54:21 2012 -0600
+++ b/microdata-namespace/ns.json	Mon Sep 03 12:08:44 2012 -0600
@@ -5,20 +5,30 @@
     "properties": {
       "additionalType": {"subPropertyOf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"},
       "blogPosts": {"multipleValues": "list"},
+      "blogPosts": {"multipleValues": "list"},
       "breadcrumb": {"multipleValues": "list"},
       "byArtist": {"multipleValues": "list"},
       "creator": {"multipleValues": "list"},
+      "episode": {"multipleValues": "list"},
       "episodes": {"multipleValues": "list"},
+      "event": {"multipleValues": "list"},
       "events": {"multipleValues": "list"},
+      "founder": {"multipleValues": "list"},
       "founders": {"multipleValues": "list"},
       "itemListElement": {"multipleValues": "list"},
       "musicGroupMember": {"multipleValues": "list"},
       "performerIn": {"multipleValues": "list"},
+      "actor": {"multipleValues": "list"},
+      "actors": {"multipleValues": "list"},
+      "performer": {"multipleValues": "list"},
       "performers": {"multipleValues": "list"},
       "producer": {"multipleValues": "list"},
       "recipeInstructions": {"multipleValues": "list"},
+      "season": {"multipleValues": "list"},
       "seasons": {"multipleValues": "list"},
+      "subEvent": {"multipleValues": "list"},
       "subEvents": {"multipleValues": "list"},
+      "track": {"multipleValues": "list"},
       "tracks": {"multipleValues": "list"}
     }
   },
--- a/microdata-rdf/index.html	Mon Sep 03 08:54:21 2012 -0600
+++ b/microdata-rdf/index.html	Mon Sep 03 12:08:44 2012 -0600
@@ -1651,22 +1651,32 @@
       "propertyURI":    "vocabulary",
       "multipleValues": "unordered",
       "properties": {
-        "additionalType": {"equivalentProperty": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"},
+        "additionalType": {"subPropertyOf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"},
+        "blogPosts": {"multipleValues": "list"},
         "blogPosts": {"multipleValues": "list"},
         "breadcrumb": {"multipleValues": "list"},
         "byArtist": {"multipleValues": "list"},
         "creator": {"multipleValues": "list"},
+        "episode": {"multipleValues": "list"},
         "episodes": {"multipleValues": "list"},
+        "event": {"multipleValues": "list"},
         "events": {"multipleValues": "list"},
+        "founder": {"multipleValues": "list"},
         "founders": {"multipleValues": "list"},
         "itemListElement": {"multipleValues": "list"},
         "musicGroupMember": {"multipleValues": "list"},
         "performerIn": {"multipleValues": "list"},
+        "actor": {"multipleValues": "list"},
+        "actors": {"multipleValues": "list"},
+        "performer": {"multipleValues": "list"},
         "performers": {"multipleValues": "list"},
         "producer": {"multipleValues": "list"},
         "recipeInstructions": {"multipleValues": "list"},
+        "season": {"multipleValues": "list"},
         "seasons": {"multipleValues": "list"},
+        "subEvent": {"multipleValues": "list"},
         "subEvents": {"multipleValues": "list"},
+        "track": {"multipleValues": "list"},
         "tracks": {"multipleValues": "list"}
       }
     },