--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/microdata-namespace/ns.jsonld Fri Nov 18 11:22:47 2011 -0800
@@ -0,0 +1,175 @@
+{
+ "@context": {
+ "@base": "http://www.w3.org/ns/md",
+ "hcalendar": "http://microformats.org/profile/hcalendar#",
+ "hcard": "http://microformats.org/profile/hcard",
+ "md": "http://www.w3.org/ns/md#",
+ "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
+ "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
+ "schema": "http://schema.org/",
+ "work": "http://n.whatwg.org/work",
+ "@coerce": {
+ "@iri": [
+ "rdfs:domain",
+ "rdfs:isDefinedBy",
+ "rdfs:range",
+ "rdfs:seeAlso",
+ "md:defaultRange"
+ ]
+ }
+ },
+ "@subject": [
+ {
+ "@subject": "hcalendar:",
+ "@type": {
+ "@subject": "md:RegistryEntry",
+ "@type": "rdfs:Class",
+ "rdfs:comment": {
+ "@literal": "A Registry Entry specifies processor behavior for property URI generation and value range.",
+ "@language": "en"
+ },
+ "rdfs:isDefinedBy": "md:",
+ "rdfs:label": {
+ "@literal": "Registry Entry",
+ "@language": "en"
+ },
+ "rdfs:seeAlso": "https://dvcs.w3.org/hg/htmldata/raw-file/default/microdata-rdf/"
+ },
+ "md:defaultRange": "rdfs:Resource",
+ "md:propertyURI": "vocabulary"
+ },
+ {
+ "@subject": "hcalendar:categories",
+ "@type": "rdfs:Property",
+ "rdfs:range": "rdf:List"
+ },
+ {
+ "@subject": "hcard:",
+ "@type": "md:RegistryEntry",
+ "md:defaultRange": "rdfs:Resource",
+ "md:propertyURI": "vocabulary"
+ },
+ {
+ "@subject": "work:",
+ "@type": "md:RegistryEntry",
+ "md:defaultRange": "rdf:List",
+ "md:propertyURI": "contextual"
+ },
+ {
+ "@subject": "schema:",
+ "@type": "md:RegistryEntry",
+ "md:defaultRange": "rdfs:Resource",
+ "md:propertyURI": "vocabulary"
+ },
+ {
+ "@subject": "schema:blogPosts",
+ "@type": "rdf:Property",
+ "rdfs:range": "rdf:List"
+ },
+ {
+ "@subject": "schema:breadcrumb",
+ "@type": "rdf:Property",
+ "rdfs:range": "rdf:List"
+ },
+ {
+ "@subject": "schema:byArtist",
+ "@type": "rdf:Property",
+ "rdfs:range": "rdf:List"
+ },
+ {
+ "@subject": "schema:creator",
+ "@type": "rdf:Property",
+ "rdfs:range": "rdf:List"
+ },
+ {
+ "@subject": "schema:episodes",
+ "@type": "rdf:Property",
+ "rdfs:range": "rdf:List"
+ },
+ {
+ "@subject": "schema:events",
+ "@type": "rdf:Property",
+ "rdfs:range": "rdf:List"
+ },
+ {
+ "@subject": "schema:founders",
+ "@type": "rdf:Property",
+ "rdfs:range": "rdf:List"
+ },
+ {
+ "@subject": "schema:itemListElement",
+ "@type": "rdf:Property",
+ "rdfs:range": "rdf:List"
+ },
+ {
+ "@subject": "schema:musicGroupMember",
+ "@type": "rdf:Property",
+ "rdfs:range": "rdf:List"
+ },
+ {
+ "@subject": "schema:performerIn",
+ "@type": "rdf:Property",
+ "rdfs:range": "rdf:List"
+ },
+ {
+ "@subject": "schema:performers",
+ "@type": "rdf:Property",
+ "rdfs:range": "rdf:List"
+ },
+ {
+ "@subject": "schema:producer",
+ "@type": "rdf:Property",
+ "rdfs:range": "rdf:List"
+ },
+ {
+ "@subject": "schema:recipeInstructions",
+ "@type": "rdf:Property",
+ "rdfs:range": "rdf:List"
+ },
+ {
+ "@subject": "schema:seasons",
+ "@type": "rdf:Property",
+ "rdfs:range": "rdf:List"
+ },
+ {
+ "@subject": "schema:subEvents",
+ "@type": "rdf:Property",
+ "rdfs:range": "rdf:List"
+ },
+ {
+ "@subject": "schema:tracks",
+ "@type": "rdf:Property",
+ "rdfs:range": "rdf:List"
+ },
+ {
+ "@subject": "md:defaultRange",
+ "@type": "rdfs:Property",
+ "rdfs:comment": {
+ "@literal": "\r\n Specifies a default range for properties within a namespace.\r\n Permissible values are rdfs:Resource and rdf:List.\r\n A value of rdf:List is equivalent to specifying an rdfs:range of rdf:List for all properties not having\r\n a range specification, for the purpose of transforming microdata to RDF.\r\n ",
+ "@language": "en"
+ },
+ "rdfs:domain": "md:RegistryEntry",
+ "rdfs:isDefinedBy": "md:",
+ "rdfs:label": {
+ "@literal": "Default Range",
+ "@language": "en"
+ },
+ "rdfs:range": "rdfs:Class"
+ },
+ {
+ "@subject": "md:propertyURI",
+ "@type": "rdfs:Property",
+ "rdfs:comment": {
+ "@literal": "\r\n Specifies the method to be used for creating a property URI from a non-absolute URI token.\r\n Permissible values are \"vocabulary\" and \"contextual\".\r\n ",
+ "@language": "en"
+ },
+ "rdfs:domain": "md:RegistryEntry",
+ "rdfs:isDefinedBy": "md:",
+ "rdfs:label": {
+ "@literal": "Property URI",
+ "@language": "en"
+ },
+ "rdfs:range": "rdfs:Literal"
+ }
+ ]
+}
\ No newline at end of file