{
  "@comment": "This registry defines several artificial vocabularies used when running tests in the microdata to RDF test suite",
  "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#": {
    "properties": {
      "entries": {"multipleValues": "list"}
    }
  },
  "http://vocabulary.unordered/": {
    "propertyURI":    "vocabulary",
    "multipleValues": "unordered",
    "properties": {
      "list": {"multipleValues": "list"},
      "typed": {"datatype": "http://typed"}
    }
  },
  "http://vocabulary.list/": {
    "propertyURI":    "vocabulary",
    "multipleValues": "list",
    "properties": {
      "list": {"multipleValues": "list"},
      "typed": {"datatype": "http://typed"}
    }
  },
  "http://contextual.unordered/": {
    "propertyURI":    "contextual",
    "multipleValues": "unordered",
    "properties": {
      "list": {"multipleValues": "list"},
      "typed": {"datatype": "http://typed"}
    }
  },
  "http://contextual.list/": {
    "propertyURI":    "contextual",
    "multipleValues": "list",
    "properties": {
      "list": {"multipleValues": "list"},
      "typed": {"datatype": "http://typed"}
    }
  },
  "http://expansion/": {
    "propertyURI":  "vocabulary",
    "multipleValues": "unordered",
    "properties": {
      "equivalentProperty": {
        "equivalentProperty": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
      },
      "subPropertyOf": {
        "subPropertyOf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
      }
    }
  }
}
