This document provides supplementary information to [[!MICRODATA-RDF]].

This document is an experimental work in progress. The concepts described herein are intended to provide guidance for a possible future Working Group chartered to provide a Recommendation for this transformation. As a consequence, implementers of this specification, either producers or consumers, should note that it may change prior to any possible publication as a Recommendation.

Introduction

This document provides some extended examples and explanatory information associated with the [[!MICRODATA-RDF]] Interest Group Note.

Registry Example

The following is an example registry in JSON format.

  {
    "http://schema.org/": {
      "propertyURI":    "vocabulary",
      "multipleValues": "unordered",
      "properties": {
        "additionalType": {"equivalentProperty": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"},
        "blogPosts": {"multipleValues": "list"},
        "breadcrumb": {"multipleValues": "list"},
        "byArtist": {"multipleValues": "list"},
        "creator": {"multipleValues": "list"},
        "episodes": {"multipleValues": "list"},
        "events": {"multipleValues": "list"},
        "founders": {"multipleValues": "list"},
        "itemListElement": {"multipleValues": "list"},
        "musicGroupMember": {"multipleValues": "list"},
        "performerIn": {"multipleValues": "list"},
        "performers": {"multipleValues": "list"},
        "producer": {"multipleValues": "list"},
        "recipeInstructions": {"multipleValues": "list"},
        "seasons": {"multipleValues": "list"},
        "subEvents": {"multipleValues": "list"},
        "tracks": {"multipleValues": "list"}
      }
    },
    "http://microformats.org/profile/hcard": {
      "propertyURI":    "vocabulary",
      "multipleValues": "unordered"
    },
    "http://microformats.org/profile/hcalendar#": {
      "propertyURI":    "vocabulary",
      "multipleValues": "unordered",
      "properties": {
        "categories": {"multipleValues": "list"}
      }
    },
    "http://n.whatwg.org/work": {
      "propertyURI":    "contextual",
      "multipleValues": "list"
    }
  }