Updated with new source. Fixed the lowercasing issue for property names.
authorDan Brickley <danbri@danbri.org>
Thu, 02 Feb 2012 16:26:51 +0100
changeset 8 8919a6aff8bf
parent 7 03298a4f607e
child 9 b64737c51919
Updated with new source. Fixed the lowercasing issue for property names.
schema.org/drafts/alpha/_schema.js
schema.org/drafts/alpha/_schema.nt
schema.org/drafts/alpha/_schema.rdf
schema.org/drafts/alpha/_schema.ttl
schema.org/drafts/alpha/rdfa.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/schema.org/drafts/alpha/_schema.js	Thu Feb 02 16:26:51 2012 +0100
@@ -0,0 +1,4462 @@
+{
+    "@context": {
+        "rdfs": "http://www.w3.org/2000/01/rdf-schema#", 
+        "schema": "http://schema.org/", 
+        "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", 
+        "http://schema.org/range": {
+            "@type": "@id"
+        }, 
+        "http://www.w3.org/2000/01/rdf-schema#subClassOf": {
+            "@type": "@id"
+        }, 
+        "http://schema.org/domain": {
+            "@type": "@id"
+        }
+    }, 
+    "@id": [
+        {
+            "@id": "schema:Volcano", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A volcano, like Fuji san", 
+            "rdfs:label": "Volcano", 
+            "rdfs:subClassOf": "schema:Landform"
+        }, 
+        {
+            "@id": "schema:address", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:PostalAddress", 
+            "rdfs:comment": "Physical address of the item.", 
+            "rdfs:label": "address", 
+            "schema:domain": [
+                "schema:Organization", 
+                "schema:Person", 
+                "schema:Place"
+            ]
+        }, 
+        {
+            "@id": "schema:AutoBodyShop", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Auto body shop.", 
+            "rdfs:label": "AutoBodyShop", 
+            "rdfs:subClassOf": "schema:AutomotiveBusiness"
+        }, 
+        {
+            "@id": "schema:DaySpa", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A day spa.", 
+            "rdfs:label": "DaySpa", 
+            "rdfs:subClassOf": "schema:HealthAndBeautyBusiness"
+        }, 
+        {
+            "@id": "schema:reviewCount", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Number", 
+            "rdfs:comment": "The count of total number of reviews.", 
+            "rdfs:label": "reviewCount", 
+            "schema:domain": "schema:AggregateRating"
+        }, 
+        {
+            "@id": "schema:HomeGoodsStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A home goods store.", 
+            "rdfs:label": "HomeGoodsStore", 
+            "rdfs:subClassOf": "schema:Store"
+        }, 
+        {
+            "@id": "schema:LakeBodyOfWater", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A lake (for example, Lake Pontrachain).", 
+            "rdfs:label": "LakeBodyOfWater", 
+            "rdfs:subClassOf": "schema:BodyOfWater"
+        }, 
+        {
+            "@id": "schema:School", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A school.", 
+            "rdfs:label": "School", 
+            "rdfs:subClassOf": "schema:EducationalOrganization"
+        }, 
+        {
+            "@id": "schema:encodingFormat", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "mp3, mpeg4, etc.", 
+            "rdfs:label": "encodingFormat", 
+            "schema:domain": "schema:MediaObject"
+        }, 
+        {
+            "@id": "schema:TelevisionStation", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A television station.", 
+            "rdfs:label": "TelevisionStation", 
+            "rdfs:subClassOf": "schema:LocalBusiness"
+        }, 
+        {
+            "@id": "schema:UserInteraction", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A user interacting with a page", 
+            "rdfs:label": "UserInteraction", 
+            "rdfs:subClassOf": "schema:Event"
+        }, 
+        {
+            "@id": "schema:partOfTVSeries", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:TVSeries", 
+            "rdfs:comment": "The TV series to which this episode or season belongs.", 
+            "rdfs:label": "partOfTVSeries", 
+            "schema:domain": [
+                "schema:TVEpisode", 
+                "schema:TVSeason"
+            ]
+        }, 
+        {
+            "@id": "schema:CafeOrCoffeeShop", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A cafe or coffee shop.", 
+            "rdfs:label": "CafeOrCoffeeShop", 
+            "rdfs:subClassOf": "schema:FoodEstablishment"
+        }, 
+        {
+            "@id": "schema:UserLikes", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "User interaction: Like an item.", 
+            "rdfs:label": "UserLikes", 
+            "rdfs:subClassOf": "schema:UserInteraction"
+        }, 
+        {
+            "@id": "schema:about", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Thing", 
+            "rdfs:comment": "The subject matter of the content.", 
+            "rdfs:label": "about", 
+            "schema:domain": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:alumni", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Person", 
+            "rdfs:comment": "Alumni of educational organization.", 
+            "rdfs:label": "alumni", 
+            "schema:domain": "schema:EducationalOrganization"
+        }, 
+        {
+            "@id": "schema:ProfessionalService", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Provider of professional services.", 
+            "rdfs:label": "ProfessionalService", 
+            "rdfs:subClassOf": "schema:LocalBusiness"
+        }, 
+        {
+            "@id": "schema:Text", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Data type: Text.", 
+            "rdfs:label": "Text", 
+            "rdfs:subClassOf": "schema:DataType"
+        }, 
+        {
+            "@id": "schema:unsaturatedFatContent", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Mass", 
+            "rdfs:comment": "The number of grams of unsaturated fat.", 
+            "rdfs:label": "unsaturatedFatContent", 
+            "schema:domain": "schema:NutritionInformation"
+        }, 
+        {
+            "@id": "schema:responsibilities", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "Responsibilities associated with this role.", 
+            "rdfs:label": "responsibilities", 
+            "schema:domain": "schema:JobPosting"
+        }, 
+        {
+            "@id": "schema:ratingCount", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Number", 
+            "rdfs:comment": "The count of total number of ratings.", 
+            "rdfs:label": "ratingCount", 
+            "schema:domain": "schema:AggregateRating"
+        }, 
+        {
+            "@id": "schema:BusStop", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A bus stop.", 
+            "rdfs:label": "BusStop", 
+            "rdfs:subClassOf": "schema:CivicStructure"
+        }, 
+        {
+            "@id": "schema:BuddhistTemple", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A Buddhist temple.", 
+            "rdfs:label": "BuddhistTemple", 
+            "rdfs:subClassOf": "schema:PlaceOfWorship"
+        }, 
+        {
+            "@id": "schema:Beach", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Beach.", 
+            "rdfs:label": "Beach", 
+            "rdfs:subClassOf": "schema:CivicStructure"
+        }, 
+        {
+            "@id": "schema:UserPlays", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "User interaction: Play count of an item, for example a video or a song.", 
+            "rdfs:label": "UserPlays", 
+            "rdfs:subClassOf": "schema:UserInteraction"
+        }, 
+        {
+            "@id": "schema:contentURL", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:URL", 
+            "rdfs:comment": "Actual bytes of the media object, for example the image file or video file.", 
+            "rdfs:label": "contentURL", 
+            "schema:domain": "schema:MediaObject"
+        }, 
+        {
+            "@id": "schema:offerCount", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Integer", 
+            "rdfs:comment": "The number of offers for the product.", 
+            "rdfs:label": "offerCount", 
+            "schema:domain": "schema:AggregateOffer"
+        }, 
+        {
+            "@id": "schema:circle", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "A circle is the circular region of a specified radius centered at a specified latitude and longitude. A circle is expressed as a pair followed by a radius in meters.", 
+            "rdfs:label": "circle", 
+            "schema:domain": "schema:GeoShape"
+        }, 
+        {
+            "@id": "schema:BodyOfWater", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A body of water, such as a sea, ocean, or lake.", 
+            "rdfs:label": "BodyOfWater", 
+            "rdfs:subClassOf": "schema:Landform"
+        }, 
+        {
+            "@id": "schema:GroceryStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A grocery store.", 
+            "rdfs:label": "GroceryStore", 
+            "rdfs:subClassOf": "schema:Store"
+        }, 
+        {
+            "@id": "schema:softwareApplicationSubCategory", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "Subcategory of the application.", 
+            "rdfs:label": "softwareApplicationSubCategory", 
+            "schema:domain": "schema:SoftwareApplication"
+        }, 
+        {
+            "@id": "schema:thumbnail", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:ImageObject", 
+            "rdfs:comment": "Thumbnail image for an image or video.", 
+            "rdfs:label": "thumbnail", 
+            "schema:domain": [
+                "schema:VideoObject", 
+                "schema:ImageObject"
+            ]
+        }, 
+        {
+            "@id": "schema:softwareApplicationCategory", 
+            "@type": "rdf:Property", 
+            "schema:range": {
+                "@id": "schema:SoftwareApplicationType", 
+                "@type": "rdfs:Class", 
+                "rdfs:comment": "Type of software application.", 
+                "rdfs:label": "SoftwareApplicationType", 
+                "rdfs:subClassOf": "schema:Enumeration"
+            }, 
+            "rdfs:comment": "Type of software application.", 
+            "rdfs:label": "softwareApplicationCategory", 
+            "schema:domain": "schema:SoftwareApplication"
+        }, 
+        {
+            "@id": "schema:performerIn", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Event", 
+            "rdfs:comment": "Event that this person is a performer or participant in.", 
+            "rdfs:label": "performerIn", 
+            "schema:domain": "schema:Person"
+        }, 
+        {
+            "@id": "schema:AboutPage", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Web page type: About page.", 
+            "rdfs:label": "AboutPage", 
+            "rdfs:subClassOf": "schema:WebPage"
+        }, 
+        {
+            "@id": "schema:MusicVideoObject", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A music video file.", 
+            "rdfs:label": "MusicVideoObject", 
+            "rdfs:subClassOf": "schema:MediaObject"
+        }, 
+        {
+            "@id": "schema:LandmarksOrHistoricalBuildings", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An historical landmark or building.", 
+            "rdfs:label": "LandmarksOrHistoricalBuildings", 
+            "rdfs:subClassOf": "schema:Place"
+        }, 
+        {
+            "@id": "schema:InsuranceAgency", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Insurance agency.", 
+            "rdfs:label": "InsuranceAgency", 
+            "rdfs:subClassOf": "schema:FinancialService"
+        }, 
+        {
+            "@id": "schema:GardenStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A garden store.", 
+            "rdfs:label": "GardenStore", 
+            "rdfs:subClassOf": "schema:Store"
+        }, 
+        {
+            "@id": "schema:numDownloads", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Integer", 
+            "rdfs:comment": "Number of Downloads.", 
+            "rdfs:label": "numDownloads", 
+            "schema:domain": "schema:SoftwareApplication"
+        }, 
+        {
+            "@id": "schema:exifData", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "exif data for this object.", 
+            "rdfs:label": "exifData", 
+            "schema:domain": "schema:ImageObject"
+        }, 
+        {
+            "@id": "schema:description", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "A short description of the item.", 
+            "rdfs:label": "description", 
+            "schema:domain": "schema:Thing"
+        }, 
+        {
+            "@id": "schema:postalCode", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The postal code. For example, 94043.", 
+            "rdfs:label": "postalCode", 
+            "schema:domain": "schema:PostalAddress"
+        }, 
+        {
+            "@id": "schema:AudioObject", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An audio file.", 
+            "rdfs:label": "AudioObject", 
+            "rdfs:subClassOf": "schema:MediaObject"
+        }, 
+        {
+            "@id": "schema:dateCreated", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Date", 
+            "rdfs:comment": "The date on which the CreativeWork was created.", 
+            "rdfs:label": "dateCreated", 
+            "schema:domain": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:Plumber", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A plumbing service.", 
+            "rdfs:label": "Plumber", 
+            "rdfs:subClassOf": [
+                "schema:HomeAndConstructionBusiness", 
+                "schema:ProfessionalService"
+            ]
+        }, 
+        {
+            "@id": "schema:SportsTeam", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Organization: Sports team.", 
+            "rdfs:label": "SportsTeam", 
+            "rdfs:subClassOf": "schema:Organization"
+        }, 
+        {
+            "@id": "schema:SeaBodyOfWater", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A sea (for example, the Caspian sea).", 
+            "rdfs:label": "SeaBodyOfWater", 
+            "rdfs:subClassOf": "schema:BodyOfWater"
+        }, 
+        {
+            "@id": "schema:ConvenienceStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A convenience store.", 
+            "rdfs:label": "ConvenienceStore", 
+            "rdfs:subClassOf": "schema:Store"
+        }, 
+        {
+            "@id": "schema:illustrator", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Person", 
+            "rdfs:comment": "The illustrator of the book.", 
+            "rdfs:label": "illustrator", 
+            "schema:domain": "schema:Book"
+        }, 
+        {
+            "@id": "schema:ArtGallery", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An art gallery.", 
+            "rdfs:label": "ArtGallery", 
+            "rdfs:subClassOf": "schema:EntertainmentBusiness"
+        }, 
+        {
+            "@id": "schema:box", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more spacedelimited points where the first and final points are identical.", 
+            "rdfs:label": "box", 
+            "schema:domain": "schema:GeoShape"
+        }, 
+        {
+            "@id": "schema:gender", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "Gender of the person.", 
+            "rdfs:label": "gender", 
+            "schema:domain": "schema:Person"
+        }, 
+        {
+            "@id": "schema:WPHeader", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "The header section of the page.", 
+            "rdfs:label": "WPHeader", 
+            "rdfs:subClassOf": "schema:WebPageElement"
+        }, 
+        {
+            "@id": "schema:memberOf", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Organization", 
+            "rdfs:comment": "An organization to which the person belongs.", 
+            "rdfs:label": "memberOf", 
+            "schema:domain": "schema:Person"
+        }, 
+        {
+            "@id": "schema:encodings", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:MediaObject", 
+            "rdfs:comment": "The media objects that encode this creative work", 
+            "rdfs:label": "encodings", 
+            "schema:domain": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:Movie", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A movie.", 
+            "rdfs:label": "Movie", 
+            "rdfs:subClassOf": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:reviewBody", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The actual body of the review", 
+            "rdfs:label": "reviewBody", 
+            "schema:domain": "schema:Review"
+        }, 
+        {
+            "@id": "schema:addressCountry", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Country", 
+            "rdfs:comment": "The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code.", 
+            "rdfs:label": "addressCountry", 
+            "schema:domain": "schema:PostalAddress"
+        }, 
+        {
+            "@id": "schema:IceCreamShop", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An ice cream shop", 
+            "rdfs:label": "IceCreamShop", 
+            "rdfs:subClassOf": "schema:FoodEstablishment"
+        }, 
+        {
+            "@id": "schema:downloadURL", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:URL", 
+            "rdfs:comment": "If the file can be downloaded, URL to download the binary.", 
+            "rdfs:label": "downloadURL", 
+            "schema:domain": "schema:SoftwareApplication"
+        }, 
+        {
+            "@id": "schema:Notary", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A notary.", 
+            "rdfs:label": "Notary", 
+            "rdfs:subClassOf": "schema:ProfessionalService"
+        }, 
+        {
+            "@id": "schema:byArtist", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:MusicGroup", 
+            "rdfs:comment": "The artist that performed this album or recording.", 
+            "rdfs:label": "byArtist", 
+            "schema:domain": [
+                "schema:MusicAlbum", 
+                "schema:MusicRecording"
+            ]
+        }, 
+        {
+            "@id": "schema:honorificPrefix", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "An honorific prefix preceding a Person's name such as Dr/Mrs/Mr.", 
+            "rdfs:label": "honorificPrefix", 
+            "schema:domain": "schema:Person"
+        }, 
+        {
+            "@id": "schema:type", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "Auto added type field.", 
+            "rdfs:label": "type", 
+            "schema:domain": "schema:Thing"
+        }, 
+        {
+            "@id": "schema:Park", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A park.", 
+            "rdfs:label": "Park", 
+            "rdfs:subClassOf": "schema:CivicStructure"
+        }, 
+        {
+            "@id": "schema:additionalName", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "An additional name for a Person, can be used for a middle name.", 
+            "rdfs:label": "additionalName", 
+            "schema:domain": "schema:Person"
+        }, 
+        {
+            "@id": "schema:associatedMedia", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:MediaObject", 
+            "rdfs:comment": "The media objects that encode this creative work. This property is a synonym for encodings.", 
+            "rdfs:label": "associatedMedia", 
+            "schema:domain": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:cookingMethod", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The method of cooking, such as Frying, Steaming, ...", 
+            "rdfs:label": "cookingMethod", 
+            "schema:domain": "schema:Recipe"
+        }, 
+        {
+            "@id": "schema:uploadDate", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Date", 
+            "rdfs:comment": "Date when this media object was uploaded to this site.", 
+            "rdfs:label": "uploadDate", 
+            "schema:domain": "schema:MediaObject"
+        }, 
+        {
+            "@id": "schema:spouse", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Person", 
+            "rdfs:comment": "The person's spouse.", 
+            "rdfs:label": "spouse", 
+            "schema:domain": "schema:Person"
+        }, 
+        {
+            "@id": "schema:transcript", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "If this MediaObject is an AudioObject or VideoObject, the transcript of that object.", 
+            "rdfs:label": "transcript", 
+            "schema:domain": [
+                "schema:VideoObject", 
+                "schema:AudioObject"
+            ]
+        }, 
+        {
+            "@id": "schema:members", 
+            "@type": "rdf:Property", 
+            "schema:range": [
+                "schema:Organization", 
+                "schema:Person"
+            ], 
+            "rdfs:comment": "A member of this organization.", 
+            "rdfs:label": "members", 
+            "schema:domain": "schema:Organization"
+        }, 
+        {
+            "@id": "schema:printColumn", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The number of the column in which the NewsArticle appears in the print edition.", 
+            "rdfs:label": "printColumn", 
+            "schema:domain": "schema:NewsArticle"
+        }, 
+        {
+            "@id": "schema:FastFoodRestaurant", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A fast-food restaurant.", 
+            "rdfs:label": "FastFoodRestaurant", 
+            "rdfs:subClassOf": "schema:FoodEstablishment"
+        }, 
+        {
+            "@id": "schema:AutoPartsStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An auto parts store.", 
+            "rdfs:label": "AutoPartsStore", 
+            "rdfs:subClassOf": [
+                "schema:Store", 
+                "schema:AutomotiveBusiness"
+            ]
+        }, 
+        {
+            "@id": "schema:manufacturer", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Organization", 
+            "rdfs:comment": "The manufacturer of the product.", 
+            "rdfs:label": "manufacturer", 
+            "schema:domain": "schema:Product"
+        }, 
+        {
+            "@id": "schema:WPAdBlock", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An advertising section of the page.", 
+            "rdfs:label": "WPAdBlock", 
+            "rdfs:subClassOf": "schema:WebPageElement"
+        }, 
+        {
+            "@id": "schema:Restaurant", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A restaurant.", 
+            "rdfs:label": "Restaurant", 
+            "rdfs:subClassOf": "schema:FoodEstablishment"
+        }, 
+        {
+            "@id": "schema:MotorcycleRepair", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A motorcycle repair shop.", 
+            "rdfs:label": "MotorcycleRepair", 
+            "rdfs:subClassOf": "schema:AutomotiveBusiness"
+        }, 
+        {
+            "@id": "schema:caption", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The caption for this object.", 
+            "rdfs:label": "caption", 
+            "schema:domain": [
+                "schema:VideoObject", 
+                "schema:ImageObject"
+            ]
+        }, 
+        {
+            "@id": "schema:ratingValue", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The rating for the content.", 
+            "rdfs:label": "ratingValue", 
+            "schema:domain": "schema:Rating"
+        }, 
+        {
+            "@id": "schema:model", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The model of the product.", 
+            "rdfs:label": "model", 
+            "schema:domain": "schema:Product"
+        }, 
+        {
+            "@id": "schema:itemCondition", 
+            "@type": "rdf:Property", 
+            "schema:range": {
+                "@id": "schema:OfferItemCondition", 
+                "@type": "rdfs:Class", 
+                "rdfs:comment": "A list of possible conditions for the item for sale.", 
+                "rdfs:label": "OfferItemCondition", 
+                "rdfs:subClassOf": "schema:Enumeration"
+            }, 
+            "rdfs:comment": "The condition of the item for sale—for example New, Refurbished, Used, etc.", 
+            "rdfs:label": "itemCondition", 
+            "schema:domain": "schema:Offer"
+        }, 
+        {
+            "@id": "schema:Recipe", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A recipe.", 
+            "rdfs:label": "Recipe", 
+            "rdfs:subClassOf": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:DryCleaningOrLaundry", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A dry-cleaning business.", 
+            "rdfs:label": "DryCleaningOrLaundry", 
+            "rdfs:subClassOf": "schema:LocalBusiness"
+        }, 
+        {
+            "@id": "schema:FurnitureStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A furniture store.", 
+            "rdfs:label": "FurnitureStore", 
+            "rdfs:subClassOf": "schema:Store"
+        }, 
+        {
+            "@id": "schema:SoftwareApplication", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A software application.", 
+            "rdfs:label": "SoftwareApplication", 
+            "rdfs:subClassOf": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:primaryImageOfPage", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:ImageObject", 
+            "rdfs:comment": "Indicates the main image on the page", 
+            "rdfs:label": "primaryImageOfPage", 
+            "schema:domain": "schema:WebPage"
+        }, 
+        {
+            "@id": "schema:availability", 
+            "@type": "rdf:Property", 
+            "schema:range": {
+                "@id": "schema:ItemAvailability", 
+                "@type": "rdfs:Class", 
+                "rdfs:comment": "A list of possible product availablity options.", 
+                "rdfs:label": "ItemAvailability", 
+                "rdfs:subClassOf": "schema:Enumeration"
+            }, 
+            "rdfs:comment": "The availability of this item—for example In stock, Out of stock, Pre-order, etc.", 
+            "rdfs:label": "availability", 
+            "schema:domain": "schema:Offer"
+        }, 
+        {
+            "@id": "schema:Zoo", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A zoo.", 
+            "rdfs:label": "Zoo", 
+            "rdfs:subClassOf": "schema:CivicStructure"
+        }, 
+        {
+            "@id": "schema:WholesaleStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A wholesale store.", 
+            "rdfs:label": "WholesaleStore", 
+            "rdfs:subClassOf": "schema:Store"
+        }, 
+        {
+            "@id": "schema:EmergencyService", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An emergency service, such as a fire station or ER.", 
+            "rdfs:label": "EmergencyService", 
+            "rdfs:subClassOf": "schema:LocalBusiness"
+        }, 
+        {
+            "@id": "schema:Integer", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Data type: Integer.", 
+            "rdfs:label": "Integer", 
+            "rdfs:subClassOf": "schema:Number"
+        }, 
+        {
+            "@id": "schema:siblings", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Person", 
+            "rdfs:comment": "A sibling of the person.", 
+            "rdfs:label": "siblings", 
+            "schema:domain": "schema:Person"
+        }, 
+        {
+            "@id": "schema:PublicSwimmingPool", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A public swimming pool.", 
+            "rdfs:label": "PublicSwimmingPool", 
+            "rdfs:subClassOf": "schema:SportsActivityLocation"
+        }, 
+        {
+            "@id": "schema:CreativeWork", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "The most generic kind of creative work, including books, movies, photographs, software programs, etc.", 
+            "rdfs:label": "CreativeWork", 
+            "rdfs:subClassOf": "schema:Thing"
+        }, 
+        {
+            "@id": "schema:JewelryStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A jewelry store.", 
+            "rdfs:label": "JewelryStore", 
+            "rdfs:subClassOf": "schema:Store"
+        }, 
+        {
+            "@id": "schema:WPFooter", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "The footer section of the page.", 
+            "rdfs:label": "WPFooter", 
+            "rdfs:subClassOf": "schema:WebPageElement"
+        }, 
+        {
+            "@id": "schema:contentRating", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "Official rating of a piece of content—for example,'MPAA PG-13'.", 
+            "rdfs:label": "contentRating", 
+            "schema:domain": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:BikeStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A bike store.", 
+            "rdfs:label": "BikeStore", 
+            "rdfs:subClassOf": "schema:Store"
+        }, 
+        {
+            "@id": "schema:elevation", 
+            "@type": "rdf:Property", 
+            "schema:range": [
+                "schema:Number", 
+                "schema:Text"
+            ], 
+            "rdfs:comment": "The elevation of a location.", 
+            "rdfs:label": "elevation", 
+            "schema:domain": [
+                "schema:GeoShape", 
+                "schema:GeoCoordinates"
+            ]
+        }, 
+        {
+            "@id": "schema:price", 
+            "@type": "rdf:Property", 
+            "schema:range": [
+                "schema:Number", 
+                "schema:Text"
+            ], 
+            "rdfs:comment": "The offer price of the product.", 
+            "rdfs:label": "price", 
+            "schema:domain": "schema:Offer"
+        }, 
+        {
+            "@id": "schema:PetStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A pet store.", 
+            "rdfs:label": "PetStore", 
+            "rdfs:subClassOf": "schema:Store"
+        }, 
+        {
+            "@id": "schema:URL", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Data type: URL.", 
+            "rdfs:label": "URL", 
+            "rdfs:subClassOf": "schema:Text"
+        }, 
+        {
+            "@id": "schema:SportingGoodsStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A sporting goods store.", 
+            "rdfs:label": "SportingGoodsStore", 
+            "rdfs:subClassOf": "schema:Store"
+        }, 
+        {
+            "@id": "schema:Table", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A table on the page.", 
+            "rdfs:label": "Table", 
+            "rdfs:subClassOf": "schema:WebPageElement"
+        }, 
+        {
+            "@id": "schema:Boolean", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Boolean: True or False.", 
+            "rdfs:label": "Boolean", 
+            "rdfs:subClassOf": "schema:DataType"
+        }, 
+        {
+            "@id": "schema:ComedyClub", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A comedy club.", 
+            "rdfs:label": "ComedyClub", 
+            "rdfs:subClassOf": "schema:EntertainmentBusiness"
+        }, 
+        {
+            "@id": "schema:playerType", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "Player type required—for example, Flash or Silverlight.", 
+            "rdfs:label": "playerType", 
+            "schema:domain": "schema:MediaObject"
+        }, 
+        {
+            "@id": "schema:colleagues", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Person", 
+            "rdfs:comment": "A colleague of the person.", 
+            "rdfs:label": "colleagues", 
+            "schema:domain": "schema:Person"
+        }, 
+        {
+            "@id": "schema:MedicalClinic", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A medical clinic.", 
+            "rdfs:label": "MedicalClinic", 
+            "rdfs:subClassOf": "schema:MedicalOrganization"
+        }, 
+        {
+            "@id": "schema:GovernmentOrganization", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A governmental organization or agency.", 
+            "rdfs:label": "GovernmentOrganization", 
+            "rdfs:subClassOf": "schema:Organization"
+        }, 
+        {
+            "@id": "schema:commentTime", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Date", 
+            "rdfs:comment": "The time at which the UserComment was made.", 
+            "rdfs:label": "commentTime", 
+            "schema:domain": "schema:UserComments"
+        }, 
+        {
+            "@id": "schema:employmentType", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "Type of employment (e.g. full-time, part-time, contract, temporary, seasonal, internship).", 
+            "rdfs:label": "employmentType", 
+            "schema:domain": "schema:JobPosting"
+        }, 
+        {
+            "@id": "schema:affiliation", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Organization", 
+            "rdfs:comment": "An organization that this person is affiliated with. For example, a school/university, a club, or a team.", 
+            "rdfs:label": "affiliation", 
+            "schema:domain": "schema:Person"
+        }, 
+        {
+            "@id": "schema:salaryCurrency", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The currency (coded using ISO 4217, http://en.wikipedia.org/wiki/ISO_4217 used for the main salary information in this job posting.", 
+            "rdfs:label": "salaryCurrency", 
+            "schema:domain": "schema:JobPosting"
+        }, 
+        {
+            "@id": "schema:Synagogue", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A synagogue.", 
+            "rdfs:label": "Synagogue", 
+            "rdfs:subClassOf": "schema:PlaceOfWorship"
+        }, 
+        {
+            "@id": "schema:TireShop", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A tire shop.", 
+            "rdfs:label": "TireShop", 
+            "rdfs:subClassOf": "schema:Store"
+        }, 
+        {
+            "@id": "schema:worstRating", 
+            "@type": "rdf:Property", 
+            "schema:range": [
+                "schema:Number", 
+                "schema:Text"
+            ], 
+            "rdfs:comment": "The lowest value allowed in this rating system. If worstRating is omitted, 1 is assumed.", 
+            "rdfs:label": "worstRating", 
+            "schema:domain": "schema:Rating"
+        }, 
+        {
+            "@id": "schema:creator", 
+            "@type": "rdf:Property", 
+            "schema:range": [
+                "schema:Organization", 
+                "schema:Person"
+            ], 
+            "rdfs:comment": "The creator/author of this CreativeWork or UserComments. This is the same as the Author property for CreativeWork.", 
+            "rdfs:label": "creator", 
+            "schema:domain": [
+                "schema:CreativeWork", 
+                "schema:UserComments"
+            ]
+        }, 
+        {
+            "@id": "schema:PoliceStation", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A police station.", 
+            "rdfs:label": "PoliceStation", 
+            "rdfs:subClassOf": [
+                "schema:CivicStructure", 
+                "schema:EmergencyService"
+            ]
+        }, 
+        {
+            "@id": "schema:EmploymentAgency", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An employment agency.", 
+            "rdfs:label": "EmploymentAgency", 
+            "rdfs:subClassOf": "schema:LocalBusiness"
+        }, 
+        {
+            "@id": "schema:hiringOrganization", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Organization", 
+            "rdfs:comment": "Organization offering the job position.", 
+            "rdfs:label": "hiringOrganization", 
+            "schema:domain": "schema:JobPosting"
+        }, 
+        {
+            "@id": "schema:itemReviewed", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Thing", 
+            "rdfs:comment": "The item that is being reviewed/rated.", 
+            "rdfs:label": "itemReviewed", 
+            "schema:domain": [
+                "schema:AggregateRating", 
+                "schema:Review"
+            ]
+        }, 
+        {
+            "@id": "schema:isDownloadable", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Boolean", 
+            "rdfs:comment": "Indicates whether the software is available for download.", 
+            "rdfs:label": "isDownloadable", 
+            "schema:domain": "schema:SoftwareApplication"
+        }, 
+        {
+            "@id": "schema:AutoWash", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A car wash business.", 
+            "rdfs:label": "AutoWash", 
+            "rdfs:subClassOf": "schema:AutomotiveBusiness"
+        }, 
+        {
+            "@id": "schema:OfficeEquipmentStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An office equipment store.", 
+            "rdfs:label": "OfficeEquipmentStore", 
+            "rdfs:subClassOf": "schema:Store"
+        }, 
+        {
+            "@id": "schema:attendees", 
+            "@type": "rdf:Property", 
+            "schema:range": [
+                "schema:Organization", 
+                "schema:Person"
+            ], 
+            "rdfs:comment": "A person attending the event.", 
+            "rdfs:label": "attendees", 
+            "schema:domain": "schema:Event"
+        }, 
+        {
+            "@id": "schema:Hotel", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A hotel.", 
+            "rdfs:label": "Hotel", 
+            "rdfs:subClassOf": "schema:LodgingBusiness"
+        }, 
+        {
+            "@id": "schema:HealthClub", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A health club.", 
+            "rdfs:label": "HealthClub", 
+            "rdfs:subClassOf": [
+                "schema:SportsActivityLocation", 
+                "schema:HealthAndBeautyBusiness"
+            ]
+        }, 
+        {
+            "@id": "schema:MovieRentalStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A movie rental store.", 
+            "rdfs:label": "MovieRentalStore", 
+            "rdfs:subClassOf": "schema:Store"
+        }, 
+        {
+            "@id": "schema:MusicAlbum", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A collection of music tracks.", 
+            "rdfs:label": "MusicAlbum", 
+            "rdfs:subClassOf": "schema:MusicPlaylist"
+        }, 
+        {
+            "@id": "schema:isbn", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The ISBN of the book.", 
+            "rdfs:label": "isbn", 
+            "schema:domain": "schema:Book"
+        }, 
+        {
+            "@id": "schema:seasons", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:TVSeason", 
+            "rdfs:comment": "The seasons of the TV series.", 
+            "rdfs:label": "seasons", 
+            "schema:domain": "schema:TVSeries"
+        }, 
+        {
+            "@id": "schema:GatedResidenceCommunity", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Residence type: Gated community.", 
+            "rdfs:label": "GatedResidenceCommunity", 
+            "rdfs:subClassOf": "schema:Residence"
+        }, 
+        {
+            "@id": "schema:Bakery", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A bakery.", 
+            "rdfs:label": "Bakery", 
+            "rdfs:subClassOf": "schema:FoodEstablishment"
+        }, 
+        {
+            "@id": "schema:Person", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A person (alive, dead, undead, or fictional).", 
+            "rdfs:label": "Person", 
+            "rdfs:subClassOf": "schema:Thing"
+        }, 
+        {
+            "@id": "schema:Physician", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A doctor's office.", 
+            "rdfs:label": "Physician", 
+            "rdfs:subClassOf": "schema:MedicalOrganization"
+        }, 
+        {
+            "@id": "schema:ItemPage", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A page devoted to a single item, such as a particular product or hotel.", 
+            "rdfs:label": "ItemPage", 
+            "rdfs:subClassOf": "schema:WebPage"
+        }, 
+        {
+            "@id": "schema:Country", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A country.", 
+            "rdfs:label": "Country", 
+            "rdfs:subClassOf": "schema:AdministrativeArea"
+        }, 
+        {
+            "@id": "schema:PlaceOfWorship", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Place of worship, such as a church, synagogue, or mosque.", 
+            "rdfs:label": "PlaceOfWorship", 
+            "rdfs:subClassOf": "schema:CivicStructure"
+        }, 
+        {
+            "@id": "schema:AnimalShelter", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Animal shelter.", 
+            "rdfs:label": "AnimalShelter", 
+            "rdfs:subClassOf": "schema:LocalBusiness"
+        }, 
+        {
+            "@id": "schema:itemOffered", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Product", 
+            "rdfs:comment": "The item being sold.", 
+            "rdfs:label": "itemOffered", 
+            "schema:domain": "schema:Offer"
+        }, 
+        {
+            "@id": "schema:Intangible", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc.", 
+            "rdfs:label": "Intangible", 
+            "rdfs:subClassOf": "schema:Thing"
+        }, 
+        {
+            "@id": "schema:ElectronicsStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An electronics store.", 
+            "rdfs:label": "ElectronicsStore", 
+            "rdfs:subClassOf": "schema:Store"
+        }, 
+        {
+            "@id": "schema:fiberContent", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Mass", 
+            "rdfs:comment": "The number of grams of fiber.", 
+            "rdfs:label": "fiberContent", 
+            "schema:domain": "schema:NutritionInformation"
+        }, 
+        {
+            "@id": "schema:audio", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:AudioObject", 
+            "rdfs:comment": "An embedded audio object.", 
+            "rdfs:label": "audio", 
+            "schema:domain": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:alumniOf", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:EducationalOrganization", 
+            "rdfs:comment": "An educational organizations that the person is an alumni of.", 
+            "rdfs:label": "alumniOf", 
+            "schema:domain": "schema:Person"
+        }, 
+        {
+            "@id": "schema:contentLocation", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Place", 
+            "rdfs:comment": "The location of the content.", 
+            "rdfs:label": "contentLocation", 
+            "schema:domain": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:Dentist", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A dentist.", 
+            "rdfs:label": "Dentist", 
+            "rdfs:subClassOf": [
+                "schema:MedicalOrganization", 
+                "schema:ProfessionalService"
+            ]
+        }, 
+        {
+            "@id": "schema:commentText", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The text of the UserComment.", 
+            "rdfs:label": "commentText", 
+            "schema:domain": "schema:UserComments"
+        }, 
+        {
+            "@id": "schema:employees", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Person", 
+            "rdfs:comment": "People working for this organization.", 
+            "rdfs:label": "employees", 
+            "schema:domain": "schema:Organization"
+        }, 
+        {
+            "@id": "schema:lowPrice", 
+            "@type": "rdf:Property", 
+            "schema:range": [
+                "schema:Number", 
+                "schema:Text"
+            ], 
+            "rdfs:comment": "The lowest price of all offers available.", 
+            "rdfs:label": "lowPrice", 
+            "schema:domain": "schema:AggregateOffer"
+        }, 
+        {
+            "@id": "schema:calories", 
+            "@type": "rdf:Property", 
+            "schema:range": {
+                "@id": "schema:Energy", 
+                "@type": "rdfs:Class", 
+                "rdfs:comment": "Properties that take Enerygy as values are of the form '<Number> <Energy unit of measure>'", 
+                "rdfs:label": "Energy", 
+                "rdfs:subClassOf": "schema:Quantity"
+            }, 
+            "rdfs:comment": "The number of calories", 
+            "rdfs:label": "calories", 
+            "schema:domain": "schema:NutritionInformation"
+        }, 
+        {
+            "@id": "schema:softwareApplicationCategoryDeprecated", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Thing", 
+            "rdfs:comment": "Type of software application.", 
+            "rdfs:label": "softwareApplicationCategoryDeprecated", 
+            "schema:domain": "schema:SoftwareApplication"
+        }, 
+        {
+            "@id": "schema:FoodEstablishment", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A food-related business.", 
+            "rdfs:label": "FoodEstablishment", 
+            "rdfs:subClassOf": "schema:LocalBusiness"
+        }, 
+        {
+            "@id": "schema:NailSalon", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A nail salon.", 
+            "rdfs:label": "NailSalon", 
+            "rdfs:subClassOf": "schema:HealthAndBeautyBusiness"
+        }, 
+        {
+            "@id": "schema:Mountain", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A mountain, like Mount Whitney or Mount Everest", 
+            "rdfs:label": "Mountain", 
+            "rdfs:subClassOf": "schema:Landform"
+        }, 
+        {
+            "@id": "schema:telephone", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The telephone number.", 
+            "rdfs:label": "telephone", 
+            "schema:domain": [
+                "schema:Organization", 
+                "schema:ContactPoint", 
+                "schema:Place", 
+                "schema:Person"
+            ]
+        }, 
+        {
+            "@id": "schema:provider", 
+            "@type": "rdf:Property", 
+            "schema:range": [
+                "schema:Organization", 
+                "schema:Person"
+            ], 
+            "rdfs:comment": "Specifies the Person or Organization that distributed the CreativeWork.", 
+            "rdfs:label": "provider", 
+            "schema:domain": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:StructuredValue", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Structured values are strings—for example, addresses—that have certain constraints on their structure.", 
+            "rdfs:label": "StructuredValue", 
+            "rdfs:subClassOf": "schema:Intangible"
+        }, 
+        {
+            "@id": "schema:videoFrameSize", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The frame size of the video.", 
+            "rdfs:label": "videoFrameSize", 
+            "schema:domain": "schema:VideoObject"
+        }, 
+        {
+            "@id": "schema:saturatedFatContent", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Mass", 
+            "rdfs:comment": "The number of grams of saturated fat.", 
+            "rdfs:label": "saturatedFatContent", 
+            "schema:domain": "schema:NutritionInformation"
+        }, 
+        {
+            "@id": "schema:polygon", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more spacedelimited points where the first and final points are identical.", 
+            "rdfs:label": "polygon", 
+            "schema:domain": "schema:GeoShape"
+        }, 
+        {
+            "@id": "schema:aggregateRating", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:AggregateRating", 
+            "rdfs:comment": "The overall rating, based on a collection of reviews or ratings, of the item.", 
+            "rdfs:label": "aggregateRating", 
+            "schema:domain": [
+                "schema:CreativeWork", 
+                "schema:Offer", 
+                "schema:Product", 
+                "schema:Organization", 
+                "schema:Place"
+            ]
+        }, 
+        {
+            "@id": "schema:TennisComplex", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A tennis complex.", 
+            "rdfs:label": "TennisComplex", 
+            "rdfs:subClassOf": "schema:SportsActivityLocation"
+        }, 
+        {
+            "@id": "schema:director", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Person", 
+            "rdfs:comment": "The director of the movie, TV episode, or series.", 
+            "rdfs:label": "director", 
+            "schema:domain": [
+                "schema:TVEpisode", 
+                "schema:Movie", 
+                "schema:TVSeries"
+            ]
+        }, 
+        {
+            "@id": "schema:Thing", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "The most generic type of item.", 
+            "rdfs:label": "Thing"
+        }, 
+        {
+            "@id": "schema:albums", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:MusicAlbum", 
+            "rdfs:comment": "A collection of music albums.", 
+            "rdfs:label": "albums", 
+            "schema:domain": "schema:MusicGroup"
+        }, 
+        {
+            "@id": "schema:Book", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A book.", 
+            "rdfs:label": "Book", 
+            "rdfs:subClassOf": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:prepTime", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Duration", 
+            "rdfs:comment": "The length of time it takes to prepare the recipe, in ISO 8601 duration format.", 
+            "rdfs:label": "prepTime", 
+            "schema:domain": "schema:Recipe"
+        }, 
+        {
+            "@id": "schema:inAlbum", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:MusicAlbum", 
+            "rdfs:comment": "The album to which this recording belongs.", 
+            "rdfs:label": "inAlbum", 
+            "schema:domain": "schema:MusicRecording"
+        }, 
+        {
+            "@id": "schema:MusicStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A music store.", 
+            "rdfs:label": "MusicStore", 
+            "rdfs:subClassOf": "schema:Store"
+        }, 
+        {
+            "@id": "schema:Crematorium", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A crematorium.", 
+            "rdfs:label": "Crematorium", 
+            "rdfs:subClassOf": "schema:CivicStructure"
+        }, 
+        {
+            "@id": "schema:SubwayStation", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A subway station.", 
+            "rdfs:label": "SubwayStation", 
+            "rdfs:subClassOf": "schema:CivicStructure"
+        }, 
+        {
+            "@id": "schema:availabilityDeprecated", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Thing", 
+            "rdfs:comment": "The availability of this item—for example In stock, Out of stock, Pre-order, etc.", 
+            "rdfs:label": "availabilityDeprecated", 
+            "schema:domain": "schema:Offer"
+        }, 
+        {
+            "@id": "schema:superEvent", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Event", 
+            "rdfs:comment": "An event that this event is a part of. For example, a collection of individual music performances might each have a music festival as their superEvent.", 
+            "rdfs:label": "superEvent", 
+            "schema:domain": "schema:Event"
+        }, 
+        {
+            "@id": "schema:recipeInstructions", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The steps to make the dish.", 
+            "rdfs:label": "recipeInstructions", 
+            "schema:domain": "schema:Recipe"
+        }, 
+        {
+            "@id": "schema:ContactPoint", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A contact point—for example, a Customer Complaints department.", 
+            "rdfs:label": "ContactPoint", 
+            "rdfs:subClassOf": "schema:StructuredValue"
+        }, 
+        {
+            "@id": "schema:operatingSystems", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "Operating systems supported (Windows 7, OSX 10.6, Android 1.6).", 
+            "rdfs:label": "operatingSystems", 
+            "schema:domain": "schema:SoftwareApplication"
+        }, 
+        {
+            "@id": "schema:Campground", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A campground.", 
+            "rdfs:label": "Campground", 
+            "rdfs:subClassOf": "schema:CivicStructure"
+        }, 
+        {
+            "@id": "schema:SiteNavigationElement", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A navigation element of the page.", 
+            "rdfs:label": "SiteNavigationElement", 
+            "rdfs:subClassOf": "schema:WebPageElement"
+        }, 
+        {
+            "@id": "schema:mainContentOfPage", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:WebPageElement", 
+            "rdfs:comment": "Indicates if this web page element is the main subject of the page.", 
+            "rdfs:label": "mainContentOfPage", 
+            "schema:domain": "schema:WebPage"
+        }, 
+        {
+            "@id": "schema:NutritionInformation", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Nutritional information about the recipe.", 
+            "rdfs:label": "NutritionInformation", 
+            "rdfs:subClassOf": "schema:StructuredValue"
+        }, 
+        {
+            "@id": "schema:CivicStructure", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A public structure, such as a town hall or concert hall.", 
+            "rdfs:label": "CivicStructure", 
+            "rdfs:subClassOf": "schema:Place"
+        }, 
+        {
+            "@id": "schema:benefits", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "Description of benefits associated with the job.", 
+            "rdfs:label": "benefits", 
+            "schema:domain": "schema:JobPosting"
+        }, 
+        {
+            "@id": "schema:publishingPrinciples", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:URL", 
+            "rdfs:comment": "Link to page describing the editorial principles of the organization primarily responsible for the creation of the CreativeWork.", 
+            "rdfs:label": "publishingPrinciples", 
+            "schema:domain": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:FinancialService", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Financial services business.", 
+            "rdfs:label": "FinancialService", 
+            "rdfs:subClassOf": "schema:LocalBusiness"
+        }, 
+        {
+            "@id": "schema:Courthouse", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A courthouse.", 
+            "rdfs:label": "Courthouse", 
+            "rdfs:subClassOf": "schema:GovernmentBuilding"
+        }, 
+        {
+            "@id": "schema:producer", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Person", 
+            "rdfs:comment": "The producer of the movie, TV series, season, or episode, or video.", 
+            "rdfs:label": "producer", 
+            "schema:domain": [
+                "schema:TVEpisode", 
+                "schema:Movie", 
+                "schema:TVSeries"
+            ]
+        }, 
+        {
+            "@id": "schema:VideoObject", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A video file.", 
+            "rdfs:label": "VideoObject", 
+            "rdfs:subClassOf": "schema:MediaObject"
+        }, 
+        {
+            "@id": "schema:isFamilyFriendly", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Boolean", 
+            "rdfs:comment": "Indicates whether this content is family friendly.", 
+            "rdfs:label": "isFamilyFriendly", 
+            "schema:domain": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:GovernmentBuilding", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A government building.", 
+            "rdfs:label": "GovernmentBuilding", 
+            "rdfs:subClassOf": "schema:CivicStructure"
+        }, 
+        {
+            "@id": "schema:bookEdition", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The edition of the book.", 
+            "rdfs:label": "bookEdition", 
+            "schema:domain": "schema:Book"
+        }, 
+        {
+            "@id": "schema:contentSize", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "File size in (mega/kilo) bytes.", 
+            "rdfs:label": "contentSize", 
+            "schema:domain": "schema:MediaObject"
+        }, 
+        {
+            "@id": "schema:email", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "Email address.", 
+            "rdfs:label": "email", 
+            "schema:domain": [
+                "schema:Organization", 
+                "schema:ContactPoint", 
+                "schema:Person"
+            ]
+        }, 
+        {
+            "@id": "schema:copyrightNoticeDeprecated", 
+            "@type": "rdf:Property", 
+            "schema:range": [
+                "schema:URL", 
+                "schema:Text"
+            ], 
+            "rdfs:comment": "Any necessary copyright notice for claiming the intellectual property for the CreativeWork.", 
+            "rdfs:label": "copyrightNoticeDeprecated", 
+            "schema:domain": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:highPrice", 
+            "@type": "rdf:Property", 
+            "schema:range": [
+                "schema:Number", 
+                "schema:Text"
+            ], 
+            "rdfs:comment": "The highest price of all offers available.", 
+            "rdfs:label": "highPrice", 
+            "schema:domain": "schema:AggregateOffer"
+        }, 
+        {
+            "@id": "schema:itemListOrder", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "Type of ordering (e.g. Ascending, Descending, Unordered).", 
+            "rdfs:label": "itemListOrder", 
+            "schema:domain": "schema:ItemList"
+        }, 
+        {
+            "@id": "schema:HardwareStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A hardware store.", 
+            "rdfs:label": "HardwareStore", 
+            "rdfs:subClassOf": "schema:Store"
+        }, 
+        {
+            "@id": "schema:CollectionPage", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Web page type: Collection page.", 
+            "rdfs:label": "CollectionPage", 
+            "rdfs:subClassOf": "schema:WebPage"
+        }, 
+        {
+            "@id": "schema:ApartmentComplex", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Residence type: Apartment complex.", 
+            "rdfs:label": "ApartmentComplex", 
+            "rdfs:subClassOf": "schema:Residence"
+        }, 
+        {
+            "@id": "schema:HealthAndBeautyBusiness", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Health and beauty.", 
+            "rdfs:label": "HealthAndBeautyBusiness", 
+            "rdfs:subClassOf": "schema:LocalBusiness"
+        }, 
+        {
+            "@id": "schema:HousePainter", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A house painting service.", 
+            "rdfs:label": "HousePainter", 
+            "rdfs:subClassOf": [
+                "schema:HomeAndConstructionBusiness", 
+                "schema:ProfessionalService"
+            ]
+        }, 
+        {
+            "@id": "schema:ContactPage", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Web page type: Contact page.", 
+            "rdfs:label": "ContactPage", 
+            "rdfs:subClassOf": "schema:WebPage"
+        }, 
+        {
+            "@id": "schema:jobLocation", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Place", 
+            "rdfs:comment": "A (typically single) geographic location associated with the job position.", 
+            "rdfs:label": "jobLocation", 
+            "schema:domain": "schema:JobPosting"
+        }, 
+        {
+            "@id": "schema:qualifications", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "Specific qualifications required for this role.", 
+            "rdfs:label": "qualifications", 
+            "schema:domain": "schema:JobPosting"
+        }, 
+        {
+            "@id": "schema:recipeYield", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The quantity produced by the recipe (for example, number of people served, number of servings, etc).", 
+            "rdfs:label": "recipeYield", 
+            "schema:domain": "schema:Recipe"
+        }, 
+        {
+            "@id": "schema:embedURL", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:URL", 
+            "rdfs:comment": "A URL pointing to a player for a specific video. In general, this is the information in the src element of an embed tag and should not be the same as the content of the loc tag.", 
+            "rdfs:label": "embedURL", 
+            "schema:domain": "schema:MediaObject"
+        }, 
+        {
+            "@id": "schema:mentions", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Thing", 
+            "rdfs:comment": "Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.", 
+            "rdfs:label": "mentions", 
+            "schema:domain": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:Attorney", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Professional service: Attorney.", 
+            "rdfs:label": "Attorney", 
+            "rdfs:subClassOf": "schema:ProfessionalService"
+        }, 
+        {
+            "@id": "schema:Electrician", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An electrician.", 
+            "rdfs:label": "Electrician", 
+            "rdfs:subClassOf": [
+                "schema:HomeAndConstructionBusiness", 
+                "schema:ProfessionalService"
+            ]
+        }, 
+        {
+            "@id": "schema:printSection", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "If this NewsArticle appears in print, this field indicates the print section in which the article appeared.", 
+            "rdfs:label": "printSection", 
+            "schema:domain": "schema:NewsArticle"
+        }, 
+        {
+            "@id": "schema:bookFormat", 
+            "@type": "rdf:Property", 
+            "schema:range": {
+                "@id": "schema:BookFormatType", 
+                "@type": "rdfs:Class", 
+                "rdfs:comment": "The publication format of the book.", 
+                "rdfs:label": "BookFormatType", 
+                "rdfs:subClassOf": "schema:Enumeration"
+            }, 
+            "rdfs:comment": "The format of the book.", 
+            "rdfs:label": "bookFormat", 
+            "schema:domain": "schema:Book"
+        }, 
+        {
+            "@id": "schema:GeneralContractor", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A general contractor.", 
+            "rdfs:label": "GeneralContractor", 
+            "rdfs:subClassOf": [
+                "schema:HomeAndConstructionBusiness", 
+                "schema:ProfessionalService"
+            ]
+        }, 
+        {
+            "@id": "schema:Rating", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "The rating of the video.", 
+            "rdfs:label": "Rating", 
+            "rdfs:subClassOf": "schema:Intangible"
+        }, 
+        {
+            "@id": "schema:ToyStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A toystore.", 
+            "rdfs:label": "ToyStore", 
+            "rdfs:subClassOf": "schema:Store"
+        }, 
+        {
+            "@id": "schema:BedAndBreakfast", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Bed and breakfast.", 
+            "rdfs:label": "BedAndBreakfast", 
+            "rdfs:subClassOf": "schema:LodgingBusiness"
+        }, 
+        {
+            "@id": "schema:associatedArticle", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:NewsArticle", 
+            "rdfs:comment": "A NewsArticle associated with the Media Object.", 
+            "rdfs:label": "associatedArticle", 
+            "schema:domain": "schema:MediaObject"
+        }, 
+        {
+            "@id": "schema:VisualArtsEvent", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Event type: Visual arts event.", 
+            "rdfs:label": "VisualArtsEvent", 
+            "rdfs:subClassOf": "schema:Event"
+        }, 
+        {
+            "@id": "schema:MobileSoftwareApplication", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A mobile software application.", 
+            "rdfs:label": "MobileSoftwareApplication", 
+            "rdfs:subClassOf": "schema:SoftwareApplication"
+        }, 
+        {
+            "@id": "schema:follows", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Person", 
+            "rdfs:comment": "The most generic uni-directional social relation.", 
+            "rdfs:label": "follows", 
+            "schema:domain": "schema:Person"
+        }, 
+        {
+            "@id": "schema:baseSalary", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Number", 
+            "rdfs:comment": "The base salary of the job.", 
+            "rdfs:label": "baseSalary", 
+            "schema:domain": "schema:JobPosting"
+        }, 
+        {
+            "@id": "schema:productionCompany", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Organization", 
+            "rdfs:comment": "The production company or studio that made the movie, TV series, season, or episode, or video.", 
+            "rdfs:label": "productionCompany", 
+            "schema:domain": [
+                "schema:VideoObject", 
+                "schema:TVEpisode", 
+                "schema:Movie", 
+                "schema:TVSeries"
+            ]
+        }, 
+        {
+            "@id": "schema:postOfficeBoxNumber", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The post offce box number for PO box addresses.", 
+            "rdfs:label": "postOfficeBoxNumber", 
+            "schema:domain": "schema:PostalAddress"
+        }, 
+        {
+            "@id": "schema:inPlaylist", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:MusicPlaylist", 
+            "rdfs:comment": "The playlist to which this recording belongs.", 
+            "rdfs:label": "inPlaylist", 
+            "schema:domain": "schema:MusicRecording"
+        }, 
+        {
+            "@id": "schema:accountablePerson", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Person", 
+            "rdfs:comment": "Specifies the Person that is legally accountable for the CreativeWork.", 
+            "rdfs:label": "accountablePerson", 
+            "schema:domain": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:UserCheckins", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "User interaction: Check-in at a place.", 
+            "rdfs:label": "UserCheckins", 
+            "rdfs:subClassOf": "schema:UserInteraction"
+        }, 
+        {
+            "@id": "schema:LegislativeBuilding", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A legislative building—for example, the state capitol.", 
+            "rdfs:label": "LegislativeBuilding", 
+            "rdfs:subClassOf": "schema:GovernmentBuilding"
+        }, 
+        {
+            "@id": "schema:version", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Number", 
+            "rdfs:comment": "The version of the CreativeWork embodied by a specified resource.", 
+            "rdfs:label": "version", 
+            "schema:domain": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:homeLocation", 
+            "@type": "rdf:Property", 
+            "schema:range": [
+                "schema:ContactPoint", 
+                "schema:Place"
+            ], 
+            "rdfs:comment": "A contact location for a person's residence.", 
+            "rdfs:label": "homeLocation", 
+            "schema:domain": "schema:Person"
+        }, 
+        {
+            "@id": "schema:dateModified", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Date", 
+            "rdfs:comment": "The date on which the CreativeWork was most recently modified.", 
+            "rdfs:label": "dateModified", 
+            "schema:domain": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:recipeCategory", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The category of the recipe—for example, appetizer, entree, etc.", 
+            "rdfs:label": "recipeCategory", 
+            "schema:domain": "schema:Recipe"
+        }, 
+        {
+            "@id": "schema:url", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:URL", 
+            "rdfs:comment": "URL of the item.", 
+            "rdfs:label": "url", 
+            "schema:domain": "schema:Thing"
+        }, 
+        {
+            "@id": "schema:EducationEvent", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Event type: Education event.", 
+            "rdfs:label": "EducationEvent", 
+            "rdfs:subClassOf": "schema:Event"
+        }, 
+        {
+            "@id": "schema:partOfSeason", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:TVSeason", 
+            "rdfs:comment": "The season to which this episode belongs.", 
+            "rdfs:label": "partOfSeason", 
+            "schema:domain": "schema:TVEpisode"
+        }, 
+        {
+            "@id": "schema:fatContent", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Mass", 
+            "rdfs:comment": "The number of grams of fat.", 
+            "rdfs:label": "fatContent", 
+            "schema:domain": "schema:NutritionInformation"
+        }, 
+        {
+            "@id": "schema:latitude", 
+            "@type": "rdf:Property", 
+            "schema:range": [
+                "schema:Number", 
+                "schema:Text"
+            ], 
+            "rdfs:comment": "The latitude of a location. For example 37.42242.", 
+            "rdfs:label": "latitude", 
+            "schema:domain": "schema:GeoCoordinates"
+        }, 
+        {
+            "@id": "schema:BankOrCreditUnion", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Bank or credit union.", 
+            "rdfs:label": "BankOrCreditUnion", 
+            "rdfs:subClassOf": "schema:FinancialService"
+        }, 
+        {
+            "@id": "schema:SaleEvent", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Event type: Sales event.", 
+            "rdfs:label": "SaleEvent", 
+            "rdfs:subClassOf": "schema:Event"
+        }, 
+        {
+            "@id": "schema:geo", 
+            "@type": "rdf:Property", 
+            "schema:range": [
+                "schema:GeoShape", 
+                "schema:GeoCoordinates"
+            ], 
+            "rdfs:comment": "The geo coordinates of the place.", 
+            "rdfs:label": "geo", 
+            "schema:domain": "schema:Place"
+        }, 
+        {
+            "@id": "schema:acceptsReservations", 
+            "@type": "rdf:Property", 
+            "schema:range": [
+                "schema:URL", 
+                "schema:Text"
+            ], 
+            "rdfs:comment": "Either Yes/No, or a URL at which reservations can be made.", 
+            "rdfs:label": "acceptsReservations", 
+            "schema:domain": "schema:FoodEstablishment"
+        }, 
+        {
+            "@id": "schema:tickerSymbol", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The exchange traded instrument associated with a Corporation object. The tickerSymbol is expressed as an exchange and an instrument name separated by a space character. For the exchange component of the tickerSymbol attribute, we reccommend using the controlled vocaulary of Market Identifier Codes (MIC) specified in ISO15022.", 
+            "rdfs:label": "tickerSymbol", 
+            "schema:domain": {
+                "@id": "schema:Corporation", 
+                "@type": "rdfs:Class", 
+                "rdfs:comment": "Organization: A business corporation.", 
+                "rdfs:label": "Corporation", 
+                "rdfs:subClassOf": "schema:Organization"
+            }
+        }, 
+        {
+            "@id": "schema:Quantity", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are entities like '3 Kg' or '4 milligrams'.", 
+            "rdfs:label": "Quantity", 
+            "rdfs:subClassOf": "schema:Intangible"
+        }, 
+        {
+            "@id": "schema:Sculpture", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A piece of sculpture.", 
+            "rdfs:label": "Sculpture", 
+            "rdfs:subClassOf": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:ComputerStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A computer store.", 
+            "rdfs:label": "ComputerStore", 
+            "rdfs:subClassOf": "schema:Store"
+        }, 
+        {
+            "@id": "schema:RadioStation", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A radio station.", 
+            "rdfs:label": "RadioStation", 
+            "rdfs:subClassOf": "schema:LocalBusiness"
+        }, 
+        {
+            "@id": "schema:Hostel", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A hostel.", 
+            "rdfs:label": "Hostel", 
+            "rdfs:subClassOf": "schema:LodgingBusiness"
+        }, 
+        {
+            "@id": "schema:addressRegion", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The region. For example, CA.", 
+            "rdfs:label": "addressRegion", 
+            "schema:domain": "schema:PostalAddress"
+        }, 
+        {
+            "@id": "schema:subEvents", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Event", 
+            "rdfs:comment": "Events that are a part of this event. For example, a conference event includes many presentations, each are subEvents of the conference.", 
+            "rdfs:label": "subEvents", 
+            "schema:domain": "schema:Event"
+        }, 
+        {
+            "@id": "schema:Duration", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Quantity: Duration (use  ISO 8601 duration format).", 
+            "rdfs:label": "Duration", 
+            "rdfs:subClassOf": "schema:Quantity"
+        }, 
+        {
+            "@id": "schema:openingHours", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Duration", 
+            "rdfs:comment": "The opening hours for a business. Opening hours can be specified as a weekly time range, starting with days, then times per day. Multiple days can be listed with commas ',' separating each day. Day or time ranges are specified using a hyphen '-'.- Days are specified using the following two-letter combinations: Mo, Tu, We, Th, Fr, Sa, Su.- Times are specified using 24:00 time. For example, 3pm is specified as 15:00. - Here is an example: <time itemprop=\"openingHours\" datetime=\"Tu,Th 16:00-20:00\">Tuesdays and Thursdays 4-8pm</time>. - If a business is open 7 days a week, then it can be specified as <time itemprop=\"openingHours\" datetime=\"Mo-Su\">Monday through Sunday, all day</time>.", 
+            "rdfs:label": "openingHours", 
+            "schema:domain": [
+                "schema:CivicStructure", 
+                "schema:LocalBusiness"
+            ]
+        }, 
+        {
+            "@id": "schema:Reservoir", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A reservoir, like the Lake Kariba reservoir.", 
+            "rdfs:label": "Reservoir", 
+            "rdfs:subClassOf": "schema:BodyOfWater"
+        }, 
+        {
+            "@id": "schema:RoofingContractor", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A roofing contractor.", 
+            "rdfs:label": "RoofingContractor", 
+            "rdfs:subClassOf": [
+                "schema:HomeAndConstructionBusiness", 
+                "schema:ProfessionalService"
+            ]
+        }, 
+        {
+            "@id": "schema:keywords", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The keywords/tags used to describe this content.", 
+            "rdfs:label": "keywords", 
+            "schema:domain": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:numTracks", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Integer", 
+            "rdfs:comment": "The number of tracks in this album or playlist.", 
+            "rdfs:label": "numTracks", 
+            "schema:domain": "schema:MusicPlaylist"
+        }, 
+        {
+            "@id": "schema:GolfCourse", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A golf course.", 
+            "rdfs:label": "GolfCourse", 
+            "rdfs:subClassOf": "schema:SportsActivityLocation"
+        }, 
+        {
+            "@id": "schema:AggregateOffer", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "When a single product that has different offers (for example, the same pair of shoes is offered by different merchants), then AggregateOffer can be used.", 
+            "rdfs:label": "AggregateOffer", 
+            "rdfs:subClassOf": "schema:Offer"
+        }, 
+        {
+            "@id": "schema:RVPark", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An RV park.", 
+            "rdfs:label": "RVPark", 
+            "rdfs:subClassOf": "schema:CivicStructure"
+        }, 
+        {
+            "@id": "schema:height", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Distance", 
+            "rdfs:comment": "The height of the media object.", 
+            "rdfs:label": "height", 
+            "schema:domain": "schema:MediaObject"
+        }, 
+        {
+            "@id": "schema:musicBy", 
+            "@type": "rdf:Property", 
+            "schema:range": [
+                "schema:Person", 
+                "schema:MusicGroup"
+            ], 
+            "rdfs:comment": "The composer of the movie or TV soundtrack.", 
+            "rdfs:label": "musicBy", 
+            "schema:domain": [
+                "schema:TVEpisode", 
+                "schema:Movie", 
+                "schema:TVSeries"
+            ]
+        }, 
+        {
+            "@id": "schema:Museum", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A museum.", 
+            "rdfs:label": "Museum", 
+            "rdfs:subClassOf": "schema:CivicStructure"
+        }, 
+        {
+            "@id": "schema:bestRating", 
+            "@type": "rdf:Property", 
+            "schema:range": [
+                "schema:Number", 
+                "schema:Text"
+            ], 
+            "rdfs:comment": "The highest value allowed in this rating system. If bestRating is omitted, 5 is assumed.", 
+            "rdfs:label": "bestRating", 
+            "schema:domain": "schema:Rating"
+        }, 
+        {
+            "@id": "schema:Enumeration", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Lists or enumerations—for example, a list of cuisines or music genres, etc.", 
+            "rdfs:label": "Enumeration", 
+            "rdfs:subClassOf": "schema:Intangible"
+        }, 
+        {
+            "@id": "schema:SingleFamilyResidence", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Residence type: Single-family home.", 
+            "rdfs:label": "SingleFamilyResidence", 
+            "rdfs:subClassOf": "schema:Residence"
+        }, 
+        {
+            "@id": "schema:PostOffice", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A post office.", 
+            "rdfs:label": "PostOffice", 
+            "rdfs:subClassOf": {
+                "@id": "schema:GovernmentOffice", 
+                "@type": "rdfs:Class", 
+                "rdfs:comment": "A government office—for example, an IRS or DMV office.", 
+                "rdfs:label": "GovernmentOffice", 
+                "rdfs:subClassOf": "schema:LocalBusiness"
+            }
+        }, 
+        {
+            "@id": "schema:HobbyShop", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A hobby store.", 
+            "rdfs:label": "HobbyShop", 
+            "rdfs:subClassOf": "schema:Store"
+        }, 
+        {
+            "@id": "schema:CityHall", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A city hall.", 
+            "rdfs:label": "CityHall", 
+            "rdfs:subClassOf": "schema:GovernmentBuilding"
+        }, 
+        {
+            "@id": "schema:location", 
+            "@type": "rdf:Property", 
+            "schema:range": [
+                "schema:PostalAddress", 
+                "schema:Place"
+            ], 
+            "rdfs:comment": "The location of the event or organization.", 
+            "rdfs:label": "location", 
+            "schema:domain": [
+                "schema:Event", 
+                "schema:Organization"
+            ]
+        }, 
+        {
+            "@id": "schema:isPartOf", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:CollectionPage", 
+            "rdfs:comment": "Indicates the collection or gallery to which the item belongs.", 
+            "rdfs:label": "isPartOf", 
+            "schema:domain": "schema:WebPage"
+        }, 
+        {
+            "@id": "schema:StadiumOrArena", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A stadium.", 
+            "rdfs:label": "StadiumOrArena", 
+            "rdfs:subClassOf": [
+                "schema:CivicStructure", 
+                "schema:SportsActivityLocation"
+            ]
+        }, 
+        {
+            "@id": "schema:currenciesAccepted", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The currency accepted (in ISO 4217 currency format).", 
+            "rdfs:label": "currenciesAccepted", 
+            "schema:domain": "schema:LocalBusiness"
+        }, 
+        {
+            "@id": "schema:transFatContent", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Mass", 
+            "rdfs:comment": "The number of grams of trans fat.", 
+            "rdfs:label": "transFatContent", 
+            "schema:domain": "schema:NutritionInformation"
+        }, 
+        {
+            "@id": "schema:VeterinaryCare", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A vet's office.", 
+            "rdfs:label": "VeterinaryCare", 
+            "rdfs:subClassOf": "schema:MedicalOrganization"
+        }, 
+        {
+            "@id": "schema:Map", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A map.", 
+            "rdfs:label": "Map", 
+            "rdfs:subClassOf": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:AutoRepair", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Car repair business.", 
+            "rdfs:label": "AutoRepair", 
+            "rdfs:subClassOf": "schema:AutomotiveBusiness"
+        }, 
+        {
+            "@id": "schema:genre", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "Genre of the creative work", 
+            "rdfs:label": "genre", 
+            "schema:domain": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:sugarContent", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Mass", 
+            "rdfs:comment": "The number of grams of sugar.", 
+            "rdfs:label": "sugarContent", 
+            "schema:domain": "schema:NutritionInformation"
+        }, 
+        {
+            "@id": "schema:WPSideBar", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A sidebar section of the page.", 
+            "rdfs:label": "WPSideBar", 
+            "rdfs:subClassOf": "schema:WebPageElement"
+        }, 
+        {
+            "@id": "schema:ExerciseGym", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A gym.", 
+            "rdfs:label": "ExerciseGym", 
+            "rdfs:subClassOf": "schema:SportsActivityLocation"
+        }, 
+        {
+            "@id": "schema:brand", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Organization", 
+            "rdfs:comment": "The brand of the product.", 
+            "rdfs:label": "brand", 
+            "schema:domain": "schema:Product"
+        }, 
+        {
+            "@id": "schema:UserComments", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "User interaction: A comment about an item.", 
+            "rdfs:label": "UserComments", 
+            "rdfs:subClassOf": "schema:UserInteraction"
+        }, 
+        {
+            "@id": "schema:DepartmentStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A department store.", 
+            "rdfs:label": "DepartmentStore", 
+            "rdfs:subClassOf": "schema:Store"
+        }, 
+        {
+            "@id": "schema:ProfilePage", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Web page type: Profile page.", 
+            "rdfs:label": "ProfilePage", 
+            "rdfs:subClassOf": "schema:WebPage"
+        }, 
+        {
+            "@id": "schema:reviews", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Review", 
+            "rdfs:comment": "Review of the item.", 
+            "rdfs:label": "reviews", 
+            "schema:domain": [
+                "schema:CreativeWork", 
+                "schema:Offer", 
+                "schema:Product", 
+                "schema:Organization", 
+                "schema:Place"
+            ]
+        }, 
+        {
+            "@id": "schema:MiddleSchool", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A middle school.", 
+            "rdfs:label": "MiddleSchool", 
+            "rdfs:subClassOf": "schema:EducationalOrganization"
+        }, 
+        {
+            "@id": "schema:performers", 
+            "@type": "rdf:Property", 
+            "schema:range": [
+                "schema:Organization", 
+                "schema:Person"
+            ], 
+            "rdfs:comment": "The main performer or performers of the event—for example, a presenter, musician, or actor.", 
+            "rdfs:label": "performers", 
+            "schema:domain": "schema:Event"
+        }, 
+        {
+            "@id": "schema:Number", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Data type: Number.", 
+            "rdfs:label": "Number", 
+            "rdfs:subClassOf": "schema:DataType"
+        }, 
+        {
+            "@id": "schema:priceCurrency", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The currency (in 3-letter ISO 4217 format) of the offer price.", 
+            "rdfs:label": "priceCurrency", 
+            "schema:domain": "schema:Offer"
+        }, 
+        {
+            "@id": "schema:permissions", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "Permissions required on OS to run the application (e.g. app requires Internet access).", 
+            "rdfs:label": "permissions", 
+            "schema:domain": "schema:MobileSoftwareApplication"
+        }, 
+        {
+            "@id": "schema:significantLinks", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:URL", 
+            "rdfs:comment": "The most significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most", 
+            "rdfs:label": "significantLinks", 
+            "schema:domain": "schema:WebPage"
+        }, 
+        {
+            "@id": "schema:TravelAgency", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A travel agency.", 
+            "rdfs:label": "TravelAgency", 
+            "rdfs:subClassOf": "schema:LocalBusiness"
+        }, 
+        {
+            "@id": "schema:ShoeStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A shoe store.", 
+            "rdfs:label": "ShoeStore", 
+            "rdfs:subClassOf": "schema:Store"
+        }, 
+        {
+            "@id": "schema:workLocation", 
+            "@type": "rdf:Property", 
+            "schema:range": [
+                "schema:ContactPoint", 
+                "schema:Place"
+            ], 
+            "rdfs:comment": "A contact location for a person's place of work.", 
+            "rdfs:label": "workLocation", 
+            "schema:domain": "schema:Person"
+        }, 
+        {
+            "@id": "schema:SkiResort", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A ski resort.", 
+            "rdfs:label": "SkiResort", 
+            "rdfs:subClassOf": "schema:SportsActivityLocation"
+        }, 
+        {
+            "@id": "schema:duration", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Duration", 
+            "rdfs:comment": "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.", 
+            "rdfs:label": "duration", 
+            "schema:domain": [
+                "schema:Movie", 
+                "schema:MusicRecording", 
+                "schema:Event", 
+                "schema:MediaObject"
+            ]
+        }, 
+        {
+            "@id": "schema:AutomatedTeller", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "ATM/cash machine.", 
+            "rdfs:label": "AutomatedTeller", 
+            "rdfs:subClassOf": "schema:FinancialService"
+        }, 
+        {
+            "@id": "schema:HomeAndConstructionBusiness", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A construction business.", 
+            "rdfs:label": "HomeAndConstructionBusiness", 
+            "rdfs:subClassOf": "schema:LocalBusiness"
+        }, 
+        {
+            "@id": "schema:Canal", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A canal, like the Panama Canal", 
+            "rdfs:label": "Canal", 
+            "rdfs:subClassOf": "schema:BodyOfWater"
+        }, 
+        {
+            "@id": "schema:SportsActivityLocation", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A sports location, such as a playing field.", 
+            "rdfs:label": "SportsActivityLocation", 
+            "rdfs:subClassOf": "schema:LocalBusiness"
+        }, 
+        {
+            "@id": "schema:NGO", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Organization: Non-governmental Organization.", 
+            "rdfs:label": "NGO", 
+            "rdfs:subClassOf": "schema:Organization"
+        }, 
+        {
+            "@id": "schema:events", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Event", 
+            "rdfs:comment": "Upcoming or past events associated with this place or organization.", 
+            "rdfs:label": "events", 
+            "schema:domain": [
+                "schema:Organization", 
+                "schema:Place"
+            ]
+        }, 
+        {
+            "@id": "schema:editor", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Person", 
+            "rdfs:comment": "Specifies the Person who edited the CreativeWork.", 
+            "rdfs:label": "editor", 
+            "schema:domain": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:offers", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Offer", 
+            "rdfs:comment": "An offer to sell this item—for example, an offer to sell a product, the DVD of a movie, or tickets to an event.", 
+            "rdfs:label": "offers", 
+            "schema:domain": [
+                "schema:CreativeWork", 
+                "schema:Product", 
+                "schema:Event", 
+                "schema:MediaObject"
+            ]
+        }, 
+        {
+            "@id": "schema:musicGroupMember", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Person", 
+            "rdfs:comment": "A member of the music group—for example, John, Paul, George, or Ringo.", 
+            "rdfs:label": "musicGroupMember", 
+            "schema:domain": "schema:MusicGroup"
+        }, 
+        {
+            "@id": "schema:honorificSuffix", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "An honorific suffix preceding a Person's name such as M.D. /PhD/MSCSW.", 
+            "rdfs:label": "honorificSuffix", 
+            "schema:domain": "schema:Person"
+        }, 
+        {
+            "@id": "schema:discussionUrl", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:URL", 
+            "rdfs:comment": "A link to the page containing the comments of the CreativeWork.", 
+            "rdfs:label": "discussionUrl", 
+            "schema:domain": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:ImageObject", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An image file.", 
+            "rdfs:label": "ImageObject", 
+            "rdfs:subClassOf": "schema:MediaObject"
+        }, 
+        {
+            "@id": "schema:bitrate", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The bitrate of the media object.", 
+            "rdfs:label": "bitrate", 
+            "schema:domain": "schema:MediaObject"
+        }, 
+        {
+            "@id": "schema:Place", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Entities that have a somewhat fixed, physical extension.", 
+            "rdfs:label": "Place", 
+            "rdfs:subClassOf": "schema:Thing"
+        }, 
+        {
+            "@id": "schema:ScholarlyArticle", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A scholarly article.", 
+            "rdfs:label": "ScholarlyArticle", 
+            "rdfs:subClassOf": "schema:Article"
+        }, 
+        {
+            "@id": "schema:nationality", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Country", 
+            "rdfs:comment": "Nationality of the person.", 
+            "rdfs:label": "nationality", 
+            "schema:domain": "schema:Person"
+        }, 
+        {
+            "@id": "schema:Distance", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Properties that take Distances as values are of the form '<Number> <Length unit of measure>'. E.g., '7 ft'", 
+            "rdfs:label": "Distance", 
+            "rdfs:subClassOf": "schema:Quantity"
+        }, 
+        {
+            "@id": "schema:TouristAttraction", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A tourist attraction.", 
+            "rdfs:label": "TouristAttraction", 
+            "rdfs:subClassOf": "schema:Place"
+        }, 
+        {
+            "@id": "schema:MusicPlaylist", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A collection of music tracks in playlist form.", 
+            "rdfs:label": "MusicPlaylist", 
+            "rdfs:subClassOf": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:TattooParlor", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A tattoo parlor.", 
+            "rdfs:label": "TattooParlor", 
+            "rdfs:subClassOf": "schema:HealthAndBeautyBusiness"
+        }, 
+        {
+            "@id": "schema:jobTitle", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The job title of the person (for example, Financial Manager).", 
+            "rdfs:label": "jobTitle", 
+            "schema:domain": "schema:Person"
+        }, 
+        {
+            "@id": "schema:TVSeries", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A television series.", 
+            "rdfs:label": "TVSeries", 
+            "rdfs:subClassOf": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:AutoDealer", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An car dealership.", 
+            "rdfs:label": "AutoDealer", 
+            "rdfs:subClassOf": "schema:AutomotiveBusiness"
+        }, 
+        {
+            "@id": "schema:Event", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An event happening at a certain time at a certain location.", 
+            "rdfs:label": "Event", 
+            "rdfs:subClassOf": "schema:Thing"
+        }, 
+        {
+            "@id": "schema:BarOrPub", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A bar or pub.", 
+            "rdfs:label": "BarOrPub", 
+            "rdfs:subClassOf": "schema:FoodEstablishment"
+        }, 
+        {
+            "@id": "schema:DanceGroup", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A dance group—for example, the Alvin Ailey Dance Theater or Riverdance.", 
+            "rdfs:label": "DanceGroup", 
+            "rdfs:subClassOf": "schema:PerformingGroup"
+        }, 
+        {
+            "@id": "schema:Float", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Data type: Floating number.", 
+            "rdfs:label": "Float", 
+            "rdfs:subClassOf": "schema:Number"
+        }, 
+        {
+            "@id": "schema:DataType", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "The basic data types such as Integers, Strings, etc.", 
+            "rdfs:label": "DataType"
+        }, 
+        {
+            "@id": "schema:PerformingArtsTheater", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A theatre or other performing art center.", 
+            "rdfs:label": "PerformingArtsTheater", 
+            "rdfs:subClassOf": "schema:CivicStructure"
+        }, 
+        {
+            "@id": "schema:LocalBusiness", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc.", 
+            "rdfs:label": "LocalBusiness", 
+            "rdfs:subClassOf": [
+                "schema:Organization", 
+                "schema:Place"
+            ]
+        }, 
+        {
+            "@id": "schema:requiresSubscription", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Boolean", 
+            "rdfs:comment": "Indicates if use of the media require a subscription  (either paid or free). Allowed values are yes or no.", 
+            "rdfs:label": "requiresSubscription", 
+            "schema:domain": "schema:MediaObject"
+        }, 
+        {
+            "@id": "schema:numberOfEpisodes", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Number", 
+            "rdfs:comment": "The number of episodes in this season or series.", 
+            "rdfs:label": "numberOfEpisodes", 
+            "schema:domain": [
+                "schema:TVSeries", 
+                "schema:TVSeason"
+            ]
+        }, 
+        {
+            "@id": "schema:Mosque", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A mosque.", 
+            "rdfs:label": "Mosque", 
+            "rdfs:subClassOf": "schema:PlaceOfWorship"
+        }, 
+        {
+            "@id": "schema:City", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A city or town.", 
+            "rdfs:label": "City", 
+            "rdfs:subClassOf": "schema:AdministrativeArea"
+        }, 
+        {
+            "@id": "schema:GasStation", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A gas station.", 
+            "rdfs:label": "GasStation", 
+            "rdfs:subClassOf": "schema:AutomotiveBusiness"
+        }, 
+        {
+            "@id": "schema:birthDate", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Date", 
+            "rdfs:comment": "Date of birth.", 
+            "rdfs:label": "birthDate", 
+            "schema:domain": "schema:Person"
+        }, 
+        {
+            "@id": "schema:faxNumber", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The fax number.", 
+            "rdfs:label": "faxNumber", 
+            "schema:domain": [
+                "schema:Organization", 
+                "schema:ContactPoint", 
+                "schema:Place", 
+                "schema:Person"
+            ]
+        }, 
+        {
+            "@id": "schema:recipeCuisine", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The cuisine of the recipe (for example, French or Ethopian).", 
+            "rdfs:label": "recipeCuisine", 
+            "schema:domain": "schema:Recipe"
+        }, 
+        {
+            "@id": "schema:streetAddress", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The street address. For example, 1600 Amphitheatre Pkwy.", 
+            "rdfs:label": "streetAddress", 
+            "schema:domain": "schema:PostalAddress"
+        }, 
+        {
+            "@id": "schema:AdministrativeArea", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A geographical region under the jurisdiction of a particular government.", 
+            "rdfs:label": "AdministrativeArea", 
+            "rdfs:subClassOf": "schema:Place"
+        }, 
+        {
+            "@id": "schema:actors", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Person", 
+            "rdfs:comment": "A cast member of the movie, TV series, season, or episode, or video.", 
+            "rdfs:label": "actors", 
+            "schema:domain": [
+                "schema:TVEpisode", 
+                "schema:Movie", 
+                "schema:TVSeries"
+            ]
+        }, 
+        {
+            "@id": "schema:encodesCreativeWork", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:CreativeWork", 
+            "rdfs:comment": "The creative work encoded by this media object", 
+            "rdfs:label": "encodesCreativeWork", 
+            "schema:domain": "schema:MediaObject"
+        }, 
+        {
+            "@id": "schema:servesCuisine", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The cuisine of the restaurant.", 
+            "rdfs:label": "servesCuisine", 
+            "schema:domain": "schema:FoodEstablishment"
+        }, 
+        {
+            "@id": "schema:title", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The title of the job.", 
+            "rdfs:label": "title", 
+            "schema:domain": "schema:JobPosting"
+        }, 
+        {
+            "@id": "schema:MovieTheater", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A movie theater.", 
+            "rdfs:label": "MovieTheater", 
+            "rdfs:subClassOf": [
+                "schema:EntertainmentBusiness", 
+                "schema:CivicStructure"
+            ]
+        }, 
+        {
+            "@id": "schema:author", 
+            "@type": "rdf:Property", 
+            "schema:range": [
+                "schema:Organization", 
+                "schema:Person"
+            ], 
+            "rdfs:comment": "The author of this content. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangabely.", 
+            "rdfs:label": "author", 
+            "schema:domain": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:AdultEntertainment", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An adult entertainment establishment.", 
+            "rdfs:label": "AdultEntertainment", 
+            "rdfs:subClassOf": "schema:EntertainmentBusiness"
+        }, 
+        {
+            "@id": "schema:interactionCount", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "A count of a specific user interactions with this item—for example, 20 UserLikes, 5 UserComments, or 300 UserDownloads. The user interaction type should be one of the sub types of UserInteraction.", 
+            "rdfs:label": "interactionCount", 
+            "schema:domain": [
+                "schema:CreativeWork", 
+                "schema:MediaObject", 
+                "schema:Organization", 
+                "schema:Person", 
+                "schema:Place"
+            ]
+        }, 
+        {
+            "@id": "schema:line", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "A line is a point-to-point path consisting of two or more points. A line is expressed as a series of two or more point objects separated by space.", 
+            "rdfs:label": "line", 
+            "schema:domain": "schema:GeoShape"
+        }, 
+        {
+            "@id": "schema:MensClothingStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A men's clothing store.", 
+            "rdfs:label": "MensClothingStore", 
+            "rdfs:subClassOf": "schema:Store"
+        }, 
+        {
+            "@id": "schema:photos", 
+            "@type": "rdf:Property", 
+            "schema:range": [
+                {
+                    "@id": "schema:Photograph", 
+                    "@type": "rdfs:Class", 
+                    "rdfs:comment": "A photograph.", 
+                    "rdfs:label": "Photograph", 
+                    "rdfs:subClassOf": "schema:CreativeWork"
+                }, 
+                "schema:ImageObject"
+            ], 
+            "rdfs:comment": "Photographs of this place.", 
+            "rdfs:label": "photos", 
+            "schema:domain": "schema:Place"
+        }, 
+        {
+            "@id": "schema:regionsAllowed", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Place", 
+            "rdfs:comment": "The regions where the media is allowed. If not specified, then it's assumed to be allowed everywhere. Specify the countries in ISO 3166 format.", 
+            "rdfs:label": "regionsAllowed", 
+            "schema:domain": "schema:MediaObject"
+        }, 
+        {
+            "@id": "schema:Language", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Natural languages such as Spanish, Tamil, Hindi, English, etc. and programming languages such as Scheme and Lisp.", 
+            "rdfs:label": "Language", 
+            "rdfs:subClassOf": "schema:Intangible"
+        }, 
+        {
+            "@id": "schema:MotorcycleDealer", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A motorcycle dealer.", 
+            "rdfs:label": "MotorcycleDealer", 
+            "rdfs:subClassOf": "schema:AutomotiveBusiness"
+        }, 
+        {
+            "@id": "schema:Optician", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An optician's store.", 
+            "rdfs:label": "Optician", 
+            "rdfs:subClassOf": "schema:MedicalOrganization"
+        }, 
+        {
+            "@id": "schema:Continent", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "One of the continents (for example, Europe or Africa).", 
+            "rdfs:label": "Continent", 
+            "rdfs:subClassOf": "schema:Landform"
+        }, 
+        {
+            "@id": "schema:trailer", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:VideoObject", 
+            "rdfs:comment": "The trailer of the movie or TV series, season, or episode.", 
+            "rdfs:label": "trailer", 
+            "schema:domain": [
+                "schema:TVEpisode", 
+                "schema:Movie", 
+                "schema:TVSeries", 
+                "schema:TVSeason"
+            ]
+        }, 
+        {
+            "@id": "schema:MusicRecording", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A music recording (track), usually a single song.", 
+            "rdfs:label": "MusicRecording", 
+            "rdfs:subClassOf": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:bookFormatDeprecated", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Thing", 
+            "rdfs:comment": "The format of the book.", 
+            "rdfs:label": "bookFormatDeprecated", 
+            "schema:domain": "schema:Book"
+        }, 
+        {
+            "@id": "schema:Library", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A library.", 
+            "rdfs:label": "Library", 
+            "rdfs:subClassOf": "schema:LocalBusiness"
+        }, 
+        {
+            "@id": "schema:TouristInformationCenter", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A tourist information center.", 
+            "rdfs:label": "TouristInformationCenter", 
+            "rdfs:subClassOf": "schema:LocalBusiness"
+        }, 
+        {
+            "@id": "schema:specialCommitments", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "Any special commitments associated with this job posting. Valid entries include VeteranCommit, MilitarySpouseCommit, etc.", 
+            "rdfs:label": "specialCommitments", 
+            "schema:domain": "schema:JobPosting"
+        }, 
+        {
+            "@id": "schema:occupationalCategory", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "Category or categories describing the job. Use BLS O*NET-SOC taxonomy: http://www.onetcenter.org/taxonomy.html. Ideally includes textual label and formal code, with the property repeated for each applicable value.", 
+            "rdfs:label": "occupationalCategory", 
+            "schema:domain": "schema:JobPosting"
+        }, 
+        {
+            "@id": "schema:Review", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A review of an item - for example, a restaurant, movie, or store.", 
+            "rdfs:label": "Review", 
+            "rdfs:subClassOf": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:cookTime", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Duration", 
+            "rdfs:comment": "The time it takes to actually cook the dish, in ISO 8601 duration format.", 
+            "rdfs:label": "cookTime", 
+            "schema:domain": "schema:Recipe"
+        }, 
+        {
+            "@id": "schema:VideoGallery", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Web page type: Video gallery page.", 
+            "rdfs:label": "VideoGallery", 
+            "rdfs:subClassOf": "schema:CollectionPage"
+        }, 
+        {
+            "@id": "schema:RealEstateAgent", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A real-estate agent.", 
+            "rdfs:label": "RealEstateAgent", 
+            "rdfs:subClassOf": "schema:LocalBusiness"
+        }, 
+        {
+            "@id": "schema:MusicEvent", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Event type: Music event.", 
+            "rdfs:label": "MusicEvent", 
+            "rdfs:subClassOf": "schema:Event"
+        }, 
+        {
+            "@id": "schema:tracks", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:MusicRecording", 
+            "rdfs:comment": "A music recording (track)—usually a single song.", 
+            "rdfs:label": "tracks", 
+            "schema:domain": [
+                "schema:MusicPlaylist", 
+                "schema:MusicGroup"
+            ]
+        }, 
+        {
+            "@id": "schema:screenshots", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:URL", 
+            "rdfs:comment": "Link(s) to app screenshots.", 
+            "rdfs:label": "screenshots", 
+            "schema:domain": "schema:MobileSoftwareApplication"
+        }, 
+        {
+            "@id": "schema:Store", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A retail good store.", 
+            "rdfs:label": "Store", 
+            "rdfs:subClassOf": "schema:LocalBusiness"
+        }, 
+        {
+            "@id": "schema:cholesterolContent", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Mass", 
+            "rdfs:comment": "The number of milligrams of cholesterol.", 
+            "rdfs:label": "cholesterolContent", 
+            "schema:domain": "schema:NutritionInformation"
+        }, 
+        {
+            "@id": "schema:GeoShape", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "The geographic shape of a place.", 
+            "rdfs:label": "GeoShape", 
+            "rdfs:subClassOf": "schema:StructuredValue"
+        }, 
+        {
+            "@id": "schema:EntertainmentBusiness", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A business providing entertainment.", 
+            "rdfs:label": "EntertainmentBusiness", 
+            "rdfs:subClassOf": "schema:LocalBusiness"
+        }, 
+        {
+            "@id": "schema:countriesNotSupported", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "Countries that dlsallow the application.", 
+            "rdfs:label": "countriesNotSupported", 
+            "schema:domain": "schema:MobileSoftwareApplication"
+        }, 
+        {
+            "@id": "schema:image", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:URL", 
+            "rdfs:comment": "URL of an image of the item.", 
+            "rdfs:label": "image", 
+            "schema:domain": "schema:Thing"
+        }, 
+        {
+            "@id": "schema:datePosted", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Date", 
+            "rdfs:comment": "Publication date for the job posting.", 
+            "rdfs:label": "datePosted", 
+            "schema:domain": "schema:JobPosting"
+        }, 
+        {
+            "@id": "schema:endDate", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Date", 
+            "rdfs:comment": "The end date and time of the event (in ISO 8601 date format).", 
+            "rdfs:label": "endDate", 
+            "schema:domain": [
+                "schema:TVSeries", 
+                "schema:Event", 
+                "schema:TVSeason"
+            ]
+        }, 
+        {
+            "@id": "schema:EducationalOrganization", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An educational organization.", 
+            "rdfs:label": "EducationalOrganization", 
+            "rdfs:subClassOf": "schema:Organization"
+        }, 
+        {
+            "@id": "schema:NewsArticle", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A news article", 
+            "rdfs:label": "NewsArticle", 
+            "rdfs:subClassOf": "schema:Article"
+        }, 
+        {
+            "@id": "schema:priceRange", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The price range of the business, for example $$$.", 
+            "rdfs:label": "priceRange", 
+            "schema:domain": "schema:LocalBusiness"
+        }, 
+        {
+            "@id": "schema:width", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Distance", 
+            "rdfs:comment": "The width of the media object.", 
+            "rdfs:label": "width", 
+            "schema:domain": "schema:MediaObject"
+        }, 
+        {
+            "@id": "schema:Aquarium", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Aquarium.", 
+            "rdfs:label": "Aquarium", 
+            "rdfs:subClassOf": "schema:CivicStructure"
+        }, 
+        {
+            "@id": "schema:priceValidUntil", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Date", 
+            "rdfs:comment": "The date after which the price is no longer available.", 
+            "rdfs:label": "priceValidUntil", 
+            "schema:domain": "schema:Offer"
+        }, 
+        {
+            "@id": "schema:AutoRental", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A car rental business.", 
+            "rdfs:label": "AutoRental", 
+            "rdfs:subClassOf": "schema:AutomotiveBusiness"
+        }, 
+        {
+            "@id": "schema:TheaterGroup", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A theater group or company—for example, the Royal Shakespeare Company or Druid Theatre.", 
+            "rdfs:label": "TheaterGroup", 
+            "rdfs:subClassOf": "schema:PerformingGroup"
+        }, 
+        {
+            "@id": "schema:wordCount", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Integer", 
+            "rdfs:comment": "The number of words in the text of the Article.", 
+            "rdfs:label": "wordCount", 
+            "schema:domain": "schema:Article"
+        }, 
+        {
+            "@id": "schema:SelfStorage", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Self-storage facility.", 
+            "rdfs:label": "SelfStorage", 
+            "rdfs:subClassOf": "schema:LocalBusiness"
+        }, 
+        {
+            "@id": "schema:addressLocality", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The locality. For example, Mountain View.", 
+            "rdfs:label": "addressLocality", 
+            "schema:domain": "schema:PostalAddress"
+        }, 
+        {
+            "@id": "schema:ingredients", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "An ingredient used in the recipe.", 
+            "rdfs:label": "ingredients", 
+            "schema:domain": "schema:Recipe"
+        }, 
+        {
+            "@id": "schema:ElementarySchool", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An elementary school.", 
+            "rdfs:label": "ElementarySchool", 
+            "rdfs:subClassOf": "schema:EducationalOrganization"
+        }, 
+        {
+            "@id": "schema:Mass", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Properties that take Mass as values are of the form '<Number> <Mass unit of measure>'. E.g., '7 kg'", 
+            "rdfs:label": "Mass", 
+            "rdfs:subClassOf": "schema:Quantity"
+        }, 
+        {
+            "@id": "schema:breadcrumb", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "A set of links that can help a user understand and navigate a website hierarchy.", 
+            "rdfs:label": "breadcrumb", 
+            "schema:domain": "schema:WebPage"
+        }, 
+        {
+            "@id": "schema:UserPlusOnes", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "User interaction: +1.", 
+            "rdfs:label": "UserPlusOnes", 
+            "rdfs:subClassOf": "schema:UserInteraction"
+        }, 
+        {
+            "@id": "schema:deathDate", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Date", 
+            "rdfs:comment": "Date of death.", 
+            "rdfs:label": "deathDate", 
+            "schema:domain": "schema:Person"
+        }, 
+        {
+            "@id": "schema:sourceOrganization", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Organization", 
+            "rdfs:comment": "The Organization on whose behalf the creator was working.", 
+            "rdfs:label": "sourceOrganization", 
+            "schema:domain": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:itemListElement", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "A single list item.", 
+            "rdfs:label": "itemListElement", 
+            "schema:domain": "schema:ItemList"
+        }, 
+        {
+            "@id": "schema:WebPage", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page", 
+            "rdfs:label": "WebPage", 
+            "rdfs:subClassOf": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:Residence", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "The place where a person lives.", 
+            "rdfs:label": "Residence", 
+            "rdfs:subClassOf": "schema:Place"
+        }, 
+        {
+            "@id": "schema:HinduTemple", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A Hindu temple.", 
+            "rdfs:label": "HinduTemple", 
+            "rdfs:subClassOf": "schema:PlaceOfWorship"
+        }, 
+        {
+            "@id": "schema:TVSeason", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A TV season.", 
+            "rdfs:label": "TVSeason", 
+            "rdfs:subClassOf": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:Florist", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A florist.", 
+            "rdfs:label": "Florist", 
+            "rdfs:subClassOf": "schema:Store"
+        }, 
+        {
+            "@id": "schema:seller", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Organization", 
+            "rdfs:comment": "The seller of the product.", 
+            "rdfs:label": "seller", 
+            "schema:domain": "schema:Offer"
+        }, 
+        {
+            "@id": "schema:discusses", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:CreativeWork", 
+            "rdfs:comment": "Specifies the CreativeWork associated with the UserComment.", 
+            "rdfs:label": "discusses", 
+            "schema:domain": "schema:UserComments"
+        }, 
+        {
+            "@id": "schema:contactPoints", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:ContactPoint", 
+            "rdfs:comment": "A contact point for a person or organization.", 
+            "rdfs:label": "contactPoints", 
+            "schema:domain": [
+                "schema:Organization", 
+                "schema:Person"
+            ]
+        }, 
+        {
+            "@id": "schema:printPage", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "If this NewsArticle appears in print, this field indicates the name of the page on which the article is found. Please note that this field is intended for the exact page name (e.g. A5, B18).", 
+            "rdfs:label": "printPage", 
+            "schema:domain": "schema:NewsArticle"
+        }, 
+        {
+            "@id": "schema:SearchResultsPage", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Web page type: Search results page.", 
+            "rdfs:label": "SearchResultsPage", 
+            "rdfs:subClassOf": "schema:WebPage"
+        }, 
+        {
+            "@id": "schema:founders", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Person", 
+            "rdfs:comment": "A person who founded this organization.", 
+            "rdfs:label": "founders", 
+            "schema:domain": "schema:Organization"
+        }, 
+        {
+            "@id": "schema:numberOfPages", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Integer", 
+            "rdfs:comment": "The number of pages in the book.", 
+            "rdfs:label": "numberOfPages", 
+            "schema:domain": "schema:Book"
+        }, 
+        {
+            "@id": "schema:skills", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "Skills required to fulfill this role.", 
+            "rdfs:label": "skills", 
+            "schema:domain": "schema:JobPosting"
+        }, 
+        {
+            "@id": "schema:DanceEvent", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Event type: A social dance.", 
+            "rdfs:label": "DanceEvent", 
+            "rdfs:subClassOf": "schema:Event"
+        }, 
+        {
+            "@id": "schema:copyrightHolder", 
+            "@type": "rdf:Property", 
+            "schema:range": [
+                "schema:Organization", 
+                "schema:Person"
+            ], 
+            "rdfs:comment": "The party holding the legal copyright to the CreativeWork.", 
+            "rdfs:label": "copyrightHolder", 
+            "schema:domain": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:BookStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A bookstore.", 
+            "rdfs:label": "BookStore", 
+            "rdfs:subClassOf": "schema:Store"
+        }, 
+        {
+            "@id": "schema:PerformingGroup", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A performance group, such as a band, an orchestra, or a circus.", 
+            "rdfs:label": "PerformingGroup", 
+            "rdfs:subClassOf": "schema:Organization"
+        }, 
+        {
+            "@id": "schema:FireStation", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A fire station. With firemen.", 
+            "rdfs:label": "FireStation", 
+            "rdfs:subClassOf": [
+                "schema:CivicStructure", 
+                "schema:EmergencyService"
+            ]
+        }, 
+        {
+            "@id": "schema:servingSize", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The serving size, in terms of the number of volume or mass", 
+            "rdfs:label": "servingSize", 
+            "schema:domain": "schema:NutritionInformation"
+        }, 
+        {
+            "@id": "schema:copyrightYear", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Number", 
+            "rdfs:comment": "The year during which the claimed copyright for the CreativeWork was first asserted.", 
+            "rdfs:label": "copyrightYear", 
+            "schema:domain": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:AccountingService", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Accountancy business.", 
+            "rdfs:label": "AccountingService", 
+            "rdfs:subClassOf": [
+                "schema:FinancialService", 
+                "schema:ProfessionalService"
+            ]
+        }, 
+        {
+            "@id": "schema:MediaObject", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An image, video, or audio object embedded in a web page. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's).", 
+            "rdfs:label": "MediaObject", 
+            "rdfs:subClassOf": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:datePublished", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Date", 
+            "rdfs:comment": "Date of first broadcast/publication.", 
+            "rdfs:label": "datePublished", 
+            "schema:domain": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:Cemetery", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A graveyard.", 
+            "rdfs:label": "Cemetery", 
+            "rdfs:subClassOf": "schema:CivicStructure"
+        }, 
+        {
+            "@id": "schema:UserPageVisits", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "User interaction: Visit to a web page.", 
+            "rdfs:label": "UserPageVisits", 
+            "rdfs:subClassOf": "schema:UserInteraction"
+        }, 
+        {
+            "@id": "schema:JobPosting", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A listing that describes a job opening in a certain organization.", 
+            "rdfs:label": "JobPosting", 
+            "rdfs:subClassOf": "schema:Intangible"
+        }, 
+        {
+            "@id": "schema:Date", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A date value in ISO 8601 date format.", 
+            "rdfs:label": "Date", 
+            "rdfs:subClassOf": "schema:DataType"
+        }, 
+        {
+            "@id": "schema:blogPosts", 
+            "@type": "rdf:Property", 
+            "schema:range": {
+                "@id": "schema:BlogPosting", 
+                "@type": "rdfs:Class", 
+                "rdfs:comment": "A blog post.", 
+                "rdfs:label": "BlogPosting", 
+                "rdfs:subClassOf": "schema:Article"
+            }, 
+            "rdfs:comment": "The postings that are part of this blog", 
+            "rdfs:label": "blogPosts", 
+            "schema:domain": {
+                "@id": "schema:Blog", 
+                "@type": "rdfs:Class", 
+                "rdfs:comment": "A blog", 
+                "rdfs:label": "Blog", 
+                "rdfs:subClassOf": "schema:CreativeWork"
+            }
+        }, 
+        {
+            "@id": "schema:startDate", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Date", 
+            "rdfs:comment": "The start date and time of the event (in ISO 8601 date format).", 
+            "rdfs:label": "startDate", 
+            "schema:domain": [
+                "schema:TVSeries", 
+                "schema:Event", 
+                "schema:TVSeason"
+            ]
+        }, 
+        {
+            "@id": "schema:givenName", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "Given name. In the U.S., the first name of a Person. This can be used along with familyName instead of the Name property.", 
+            "rdfs:label": "givenName", 
+            "schema:domain": "schema:Person"
+        }, 
+        {
+            "@id": "schema:reviewRating", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Rating", 
+            "rdfs:comment": "The rating given in this review. Note that reviews can themselves be rated. The reviewRating applies to rating given by the review. The aggregateRating property applies to the review itself, as a creative work.", 
+            "rdfs:label": "reviewRating", 
+            "schema:domain": "schema:Review"
+        }, 
+        {
+            "@id": "schema:ItemList", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A list of items of any sort—for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting.", 
+            "rdfs:label": "ItemList", 
+            "rdfs:subClassOf": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:Winery", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A winery.", 
+            "rdfs:label": "Winery", 
+            "rdfs:subClassOf": "schema:FoodEstablishment"
+        }, 
+        {
+            "@id": "schema:awards", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "Awards won by this person or for this creative work.", 
+            "rdfs:label": "awards", 
+            "schema:domain": [
+                "schema:CreativeWork", 
+                "schema:Person"
+            ]
+        }, 
+        {
+            "@id": "schema:Airport", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An airport.", 
+            "rdfs:label": "Airport", 
+            "rdfs:subClassOf": "schema:CivicStructure"
+        }, 
+        {
+            "@id": "schema:RiverBodyOfWater", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A river (for example, the broad majestic Shannon).", 
+            "rdfs:label": "RiverBodyOfWater", 
+            "rdfs:subClassOf": "schema:BodyOfWater"
+        }, 
+        {
+            "@id": "schema:paymentAccepted", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "Cash, credit card, etc.", 
+            "rdfs:label": "paymentAccepted", 
+            "schema:domain": "schema:LocalBusiness"
+        }, 
+        {
+            "@id": "schema:seasonNumber", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Integer", 
+            "rdfs:comment": "The season number.", 
+            "rdfs:label": "seasonNumber", 
+            "schema:domain": "schema:TVSeason"
+        }, 
+        {
+            "@id": "schema:incentives", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "Description of bonus and commission compensation aspects of the job.", 
+            "rdfs:label": "incentives", 
+            "schema:domain": "schema:JobPosting"
+        }, 
+        {
+            "@id": "schema:printEdition", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The edition of the print product in which the NewsArticle appears.", 
+            "rdfs:label": "printEdition", 
+            "schema:domain": "schema:NewsArticle"
+        }, 
+        {
+            "@id": "schema:Embassy", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An embassy.", 
+            "rdfs:label": "Embassy", 
+            "rdfs:subClassOf": "schema:GovernmentBuilding"
+        }, 
+        {
+            "@id": "schema:FoodEvent", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Event type: Food event.", 
+            "rdfs:label": "FoodEvent", 
+            "rdfs:subClassOf": "schema:Event"
+        }, 
+        {
+            "@id": "schema:proteinContent", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Mass", 
+            "rdfs:comment": "The number of grams of protein.", 
+            "rdfs:label": "proteinContent", 
+            "schema:domain": "schema:NutritionInformation"
+        }, 
+        {
+            "@id": "schema:Preschool", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A preschool.", 
+            "rdfs:label": "Preschool", 
+            "rdfs:subClassOf": "schema:EducationalOrganization"
+        }, 
+        {
+            "@id": "schema:OutletStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An outlet store.", 
+            "rdfs:label": "OutletStore", 
+            "rdfs:subClassOf": "schema:Store"
+        }, 
+        {
+            "@id": "schema:longitude", 
+            "@type": "rdf:Property", 
+            "schema:range": [
+                "schema:Number", 
+                "schema:Text"
+            ], 
+            "rdfs:comment": "The longitude of a location. For example -122.08585.", 
+            "rdfs:label": "longitude", 
+            "schema:domain": "schema:GeoCoordinates"
+        }, 
+        {
+            "@id": "schema:LodgingBusiness", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A lodging business, such as a motel, hotel, or inn.", 
+            "rdfs:label": "LodgingBusiness", 
+            "rdfs:subClassOf": "schema:LocalBusiness"
+        }, 
+        {
+            "@id": "schema:episodes", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:TVEpisode", 
+            "rdfs:comment": "The episode of a TV series or season.", 
+            "rdfs:label": "episodes", 
+            "schema:domain": [
+                "schema:TVSeries", 
+                "schema:TVSeason"
+            ]
+        }, 
+        {
+            "@id": "schema:video", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:VideoObject", 
+            "rdfs:comment": "An embedded video object.", 
+            "rdfs:label": "video", 
+            "schema:domain": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:RecyclingCenter", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A recycling center.", 
+            "rdfs:label": "RecyclingCenter", 
+            "rdfs:subClassOf": "schema:LocalBusiness"
+        }, 
+        {
+            "@id": "schema:TVEpisode", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An episode of a TV series or season.", 
+            "rdfs:label": "TVEpisode", 
+            "rdfs:subClassOf": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:Painting", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A painting.", 
+            "rdfs:label": "Painting", 
+            "rdfs:subClassOf": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:videoQuality", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The quality of the video.", 
+            "rdfs:label": "videoQuality", 
+            "schema:domain": "schema:VideoObject"
+        }, 
+        {
+            "@id": "schema:Hospital", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A hospital.", 
+            "rdfs:label": "Hospital", 
+            "rdfs:subClassOf": [
+                "schema:CivicStructure", 
+                "schema:EmergencyService", 
+                "schema:MedicalOrganization"
+            ]
+        }, 
+        {
+            "@id": "schema:Festival", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Event type: Festival.", 
+            "rdfs:label": "Festival", 
+            "rdfs:subClassOf": "schema:Event"
+        }, 
+        {
+            "@id": "schema:foundingDate", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Date", 
+            "rdfs:comment": "The date that this organization was founded.", 
+            "rdfs:label": "foundingDate", 
+            "schema:domain": "schema:Organization"
+        }, 
+        {
+            "@id": "schema:sodiumContent", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Mass", 
+            "rdfs:comment": "The number of milligrams of sodium.", 
+            "rdfs:label": "sodiumContent", 
+            "schema:domain": "schema:NutritionInformation"
+        }, 
+        {
+            "@id": "schema:alternativeHeadline", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "A secondary title of the CreativeWork.", 
+            "rdfs:label": "alternativeHeadline", 
+            "schema:domain": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:UserBlocks", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "User interaction: Block this content.", 
+            "rdfs:label": "UserBlocks", 
+            "rdfs:subClassOf": "schema:UserInteraction"
+        }, 
+        {
+            "@id": "schema:EventVenue", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An event venue.", 
+            "rdfs:label": "EventVenue", 
+            "rdfs:subClassOf": "schema:CivicStructure"
+        }, 
+        {
+            "@id": "schema:Waterfall", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A waterfall, like Niagara", 
+            "rdfs:label": "Waterfall", 
+            "rdfs:subClassOf": "schema:BodyOfWater"
+        }, 
+        {
+            "@id": "schema:menu", 
+            "@type": "rdf:Property", 
+            "schema:range": [
+                "schema:URL", 
+                "schema:Text"
+            ], 
+            "rdfs:comment": "Either the actual menu or a URL of the menu.", 
+            "rdfs:label": "menu", 
+            "schema:domain": "schema:FoodEstablishment"
+        }, 
+        {
+            "@id": "schema:educationRequirements", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "Educational background needed for the position.", 
+            "rdfs:label": "educationRequirements", 
+            "schema:domain": "schema:JobPosting"
+        }, 
+        {
+            "@id": "schema:ShoppingCenter", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A shopping center or mall.", 
+            "rdfs:label": "ShoppingCenter", 
+            "rdfs:subClassOf": "schema:LocalBusiness"
+        }, 
+        {
+            "@id": "schema:CatholicChurch", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A Catholic church.", 
+            "rdfs:label": "CatholicChurch", 
+            "rdfs:subClassOf": "schema:PlaceOfWorship"
+        }, 
+        {
+            "@id": "schema:fileSize", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Integer", 
+            "rdfs:comment": "Size of the application / package in bytes.", 
+            "rdfs:label": "fileSize", 
+            "schema:domain": "schema:SoftwareApplication"
+        }, 
+        {
+            "@id": "schema:MobilePhoneStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A mobile-phone store.", 
+            "rdfs:label": "MobilePhoneStore", 
+            "rdfs:subClassOf": "schema:Store"
+        }, 
+        {
+            "@id": "schema:workHours", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The typical working hours for this job (e.g. 1st shift, night shift, 8am-5pm).", 
+            "rdfs:label": "workHours", 
+            "schema:domain": "schema:JobPosting"
+        }, 
+        {
+            "@id": "schema:Casino", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A casino.", 
+            "rdfs:label": "Casino", 
+            "rdfs:subClassOf": "schema:EntertainmentBusiness"
+        }, 
+        {
+            "@id": "schema:containedIn", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Place", 
+            "rdfs:comment": "The basic containment relation between places.", 
+            "rdfs:label": "containedIn", 
+            "schema:domain": "schema:Place"
+        }, 
+        {
+            "@id": "schema:experienceRequirements", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "Description of skills and experience needed for the position.", 
+            "rdfs:label": "experienceRequirements", 
+            "schema:domain": "schema:JobPosting"
+        }, 
+        {
+            "@id": "schema:ClothingStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A clothing store.", 
+            "rdfs:label": "ClothingStore", 
+            "rdfs:subClassOf": "schema:Store"
+        }, 
+        {
+            "@id": "schema:MusicGroup", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A musical group, such as a band, an orchestra, or a choir. Can also be a solo musician.", 
+            "rdfs:label": "MusicGroup", 
+            "rdfs:subClassOf": "schema:PerformingGroup"
+        }, 
+        {
+            "@id": "schema:AmusementPark", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An amusement park.", 
+            "rdfs:label": "AmusementPark", 
+            "rdfs:subClassOf": "schema:EntertainmentBusiness"
+        }, 
+        {
+            "@id": "schema:HVACBusiness", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An HVAC service.", 
+            "rdfs:label": "HVACBusiness", 
+            "rdfs:subClassOf": "schema:HomeAndConstructionBusiness"
+        }, 
+        {
+            "@id": "schema:publisher", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Organization", 
+            "rdfs:comment": "The publisher of the creative work.", 
+            "rdfs:label": "publisher", 
+            "schema:domain": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:TaxiStand", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A taxi stand.", 
+            "rdfs:label": "TaxiStand", 
+            "rdfs:subClassOf": "schema:CivicStructure"
+        }, 
+        {
+            "@id": "schema:State", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A state or province.", 
+            "rdfs:label": "State", 
+            "rdfs:subClassOf": "schema:AdministrativeArea"
+        }, 
+        {
+            "@id": "schema:Playground", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A playground.", 
+            "rdfs:label": "Playground", 
+            "rdfs:subClassOf": "schema:CivicStructure"
+        }, 
+        {
+            "@id": "schema:thumbnailUrl", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:URL", 
+            "rdfs:comment": "A thumbnail image relevant to the Thing.", 
+            "rdfs:label": "thumbnailUrl", 
+            "schema:domain": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:Motel", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A motel.", 
+            "rdfs:label": "Motel", 
+            "rdfs:subClassOf": "schema:LodgingBusiness"
+        }, 
+        {
+            "@id": "schema:relatedTo", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Person", 
+            "rdfs:comment": "The most generic familial relation.", 
+            "rdfs:label": "relatedTo", 
+            "schema:domain": "schema:Person"
+        }, 
+        {
+            "@id": "schema:AggregateRating", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "The average rating based on multiple ratings or reviews.", 
+            "rdfs:label": "AggregateRating", 
+            "rdfs:subClassOf": "schema:Rating"
+        }, 
+        {
+            "@id": "schema:MovingCompany", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A moving company.", 
+            "rdfs:label": "MovingCompany", 
+            "rdfs:subClassOf": "schema:HomeAndConstructionBusiness"
+        }, 
+        {
+            "@id": "schema:countriesSupported", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "Countries that allow the application.", 
+            "rdfs:label": "countriesSupported", 
+            "schema:domain": "schema:MobileSoftwareApplication"
+        }, 
+        {
+            "@id": "schema:parents", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Person", 
+            "rdfs:comment": "A parents of the person.", 
+            "rdfs:label": "parents", 
+            "schema:domain": "schema:Person"
+        }, 
+        {
+            "@id": "schema:itemConditionDeprecated", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Thing", 
+            "rdfs:comment": "The condition of the item for sale—for example New, Refurbished, Used, etc.", 
+            "rdfs:label": "itemConditionDeprecated", 
+            "schema:domain": "schema:Offer"
+        }, 
+        {
+            "@id": "schema:dateline", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The location where the NewsArticle was produced.", 
+            "rdfs:label": "dateline", 
+            "schema:domain": "schema:NewsArticle"
+        }, 
+        {
+            "@id": "schema:ChildrensEvent", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Event type: Children's event.", 
+            "rdfs:label": "ChildrensEvent", 
+            "rdfs:subClassOf": "schema:Event"
+        }, 
+        {
+            "@id": "schema:headline", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "Headline of the article", 
+            "rdfs:label": "headline", 
+            "schema:domain": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:BusinessEvent", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Event type: Business event.", 
+            "rdfs:label": "BusinessEvent", 
+            "rdfs:subClassOf": "schema:Event"
+        }, 
+        {
+            "@id": "schema:WebPageElement", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A web page element, like a table or an image", 
+            "rdfs:label": "WebPageElement", 
+            "rdfs:subClassOf": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:ChildCare", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A Childcare center.", 
+            "rdfs:label": "ChildCare", 
+            "rdfs:subClassOf": "schema:LocalBusiness"
+        }, 
+        {
+            "@id": "schema:Landform", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A landform or physical feature.  Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain ranges, volcanoes, and the great ocean basins.", 
+            "rdfs:label": "Landform", 
+            "rdfs:subClassOf": "schema:Place"
+        }, 
+        {
+            "@id": "schema:inLanguage", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The language of the content. please use one of the language codes from the IETF BCP 47 standard.", 
+            "rdfs:label": "inLanguage", 
+            "schema:domain": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:nutrition", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:NutritionInformation", 
+            "rdfs:comment": "Nutrition information about the recipe.", 
+            "rdfs:label": "nutrition", 
+            "schema:domain": "schema:Recipe"
+        }, 
+        {
+            "@id": "schema:expires", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Date", 
+            "rdfs:comment": "Date the content expires and is no longer useful or available. Useful for videos.", 
+            "rdfs:label": "expires", 
+            "schema:domain": "schema:MediaObject"
+        }, 
+        {
+            "@id": "schema:BeautySalon", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Beauty salon.", 
+            "rdfs:label": "BeautySalon", 
+            "rdfs:subClassOf": "schema:HealthAndBeautyBusiness"
+        }, 
+        {
+            "@id": "schema:softwareVersion", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "Version of the software instance.", 
+            "rdfs:label": "softwareVersion", 
+            "schema:domain": "schema:SoftwareApplication"
+        }, 
+        {
+            "@id": "schema:name", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The name of the item.", 
+            "rdfs:label": "name", 
+            "schema:domain": "schema:Thing"
+        }, 
+        {
+            "@id": "schema:industry", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The industry associated with the job position.", 
+            "rdfs:label": "industry", 
+            "schema:domain": "schema:JobPosting"
+        }, 
+        {
+            "@id": "schema:BusStation", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A bus station.", 
+            "rdfs:label": "BusStation", 
+            "rdfs:subClassOf": "schema:CivicStructure"
+        }, 
+        {
+            "@id": "schema:Locksmith", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A locksmith.", 
+            "rdfs:label": "Locksmith", 
+            "rdfs:subClassOf": [
+                "schema:HomeAndConstructionBusiness", 
+                "schema:ProfessionalService"
+            ]
+        }, 
+        {
+            "@id": "schema:ParkingFacility", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A parking lot or other parking facility.", 
+            "rdfs:label": "ParkingFacility", 
+            "rdfs:subClassOf": "schema:CivicStructure"
+        }, 
+        {
+            "@id": "schema:maps", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:URL", 
+            "rdfs:comment": "A URL to a map of the place.", 
+            "rdfs:label": "maps", 
+            "schema:domain": "schema:Place"
+        }, 
+        {
+            "@id": "schema:contactType", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point.", 
+            "rdfs:label": "contactType", 
+            "schema:domain": "schema:ContactPoint"
+        }, 
+        {
+            "@id": "schema:Organization", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An organization such as a school, NGO, corporation, club, etc.", 
+            "rdfs:label": "Organization", 
+            "rdfs:subClassOf": "schema:Thing"
+        }, 
+        {
+            "@id": "schema:fileFormat", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "MIME format of the binary (e.g. application/zip).", 
+            "rdfs:label": "fileFormat", 
+            "schema:domain": "schema:SoftwareApplication"
+        }, 
+        {
+            "@id": "schema:HighSchool", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A high school.", 
+            "rdfs:label": "HighSchool", 
+            "rdfs:subClassOf": "schema:EducationalOrganization"
+        }, 
+        {
+            "@id": "schema:productID", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The product identifier, such as ISBN. For example: <meta itemprop='productID' content='isbn:123-456-789'/>.", 
+            "rdfs:label": "productID", 
+            "schema:domain": "schema:Product"
+        }, 
+        {
+            "@id": "schema:contributor", 
+            "@type": "rdf:Property", 
+            "schema:range": [
+                "schema:Organization", 
+                "schema:Person"
+            ], 
+            "rdfs:comment": "A secondary contributor to the CreativeWork.", 
+            "rdfs:label": "contributor", 
+            "schema:domain": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:GeoCoordinates", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "The geographic coordinates of a place or event.", 
+            "rdfs:label": "GeoCoordinates", 
+            "rdfs:subClassOf": "schema:StructuredValue"
+        }, 
+        {
+            "@id": "schema:CheckoutPage", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Web page type: Checkout page.", 
+            "rdfs:label": "CheckoutPage", 
+            "rdfs:subClassOf": "schema:WebPage"
+        }, 
+        {
+            "@id": "schema:MusicVenue", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A music venue.", 
+            "rdfs:label": "MusicVenue", 
+            "rdfs:subClassOf": "schema:CivicStructure"
+        }, 
+        {
+            "@id": "schema:AutomotiveBusiness", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Car repair, sales, or parts.", 
+            "rdfs:label": "AutomotiveBusiness", 
+            "rdfs:subClassOf": "schema:LocalBusiness"
+        }, 
+        {
+            "@id": "schema:Pharmacy", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A pharmacy or drugstore.", 
+            "rdfs:label": "Pharmacy", 
+            "rdfs:subClassOf": "schema:MedicalOrganization"
+        }, 
+        {
+            "@id": "schema:comment", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:UserComments", 
+            "rdfs:comment": "Comments, typically from users, on this CreativeWork.", 
+            "rdfs:label": "comment", 
+            "schema:domain": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:OceanBodyOfWater", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An ocean (for example, the Pacific).", 
+            "rdfs:label": "OceanBodyOfWater", 
+            "rdfs:subClassOf": "schema:BodyOfWater"
+        }, 
+        {
+            "@id": "schema:BowlingAlley", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A bowling alley.", 
+            "rdfs:label": "BowlingAlley", 
+            "rdfs:subClassOf": "schema:SportsActivityLocation"
+        }, 
+        {
+            "@id": "schema:ImageGallery", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Web page type: Image gallery page.", 
+            "rdfs:label": "ImageGallery", 
+            "rdfs:subClassOf": "schema:CollectionPage"
+        }, 
+        {
+            "@id": "schema:UserDownloads", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "User interaction: Download of an item.", 
+            "rdfs:label": "UserDownloads", 
+            "rdfs:subClassOf": "schema:UserInteraction"
+        }, 
+        {
+            "@id": "schema:MedicalOrganization", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A medical organization, such as a doctor's office or clinic.", 
+            "rdfs:label": "MedicalOrganization", 
+            "rdfs:subClassOf": "schema:LocalBusiness"
+        }, 
+        {
+            "@id": "schema:NightClub", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A nightclub or discotheque.", 
+            "rdfs:label": "NightClub", 
+            "rdfs:subClassOf": "schema:EntertainmentBusiness"
+        }, 
+        {
+            "@id": "schema:PawnShop", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A pawnstore.", 
+            "rdfs:label": "PawnShop", 
+            "rdfs:subClassOf": "schema:Store"
+        }, 
+        {
+            "@id": "schema:Offer", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An offer to sell an item—for example, an offer to sell a product, the DVD of a movie, or tickets to an event.", 
+            "rdfs:label": "Offer", 
+            "rdfs:subClassOf": "schema:Intangible"
+        }, 
+        {
+            "@id": "schema:articleSection", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "Articles may belong to one or more 'sections' in a magazine or newspaper, such as Sports, Lifestyle, etc.", 
+            "rdfs:label": "articleSection", 
+            "schema:domain": "schema:Article"
+        }, 
+        {
+            "@id": "schema:usageTermsDeprecated", 
+            "@type": "rdf:Property", 
+            "schema:range": [
+                "schema:URL", 
+                "schema:Text"
+            ], 
+            "rdfs:comment": "A statement about the usage terms pertaining to the CreativeWork.", 
+            "rdfs:label": "usageTermsDeprecated", 
+            "schema:domain": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:Product", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A product is anything that is made available for sale—for example, a pair of shoes, a concert ticket, or a car.", 
+            "rdfs:label": "Product", 
+            "rdfs:subClassOf": "schema:Thing"
+        }, 
+        {
+            "@id": "schema:ComedyEvent", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Event type: Comedy event.", 
+            "rdfs:label": "ComedyEvent", 
+            "rdfs:subClassOf": "schema:Event"
+        }, 
+        {
+            "@id": "schema:InternetCafe", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An internet cafe.", 
+            "rdfs:label": "InternetCafe", 
+            "rdfs:subClassOf": "schema:LocalBusiness"
+        }, 
+        {
+            "@id": "schema:TrainStation", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A train station.", 
+            "rdfs:label": "TrainStation", 
+            "rdfs:subClassOf": "schema:CivicStructure"
+        }, 
+        {
+            "@id": "schema:SocialEvent", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Event type: Social event.", 
+            "rdfs:label": "SocialEvent", 
+            "rdfs:subClassOf": "schema:Event"
+        }, 
+        {
+            "@id": "schema:PostalAddress", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "The mailing address.", 
+            "rdfs:label": "PostalAddress", 
+            "rdfs:subClassOf": "schema:ContactPoint"
+        }, 
+        {
+            "@id": "schema:totalTime", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Duration", 
+            "rdfs:comment": "The total time it takes to prepare and cook the recipe, in ISO 8601 duration format.", 
+            "rdfs:label": "totalTime", 
+            "schema:domain": "schema:Recipe"
+        }, 
+        {
+            "@id": "schema:Brewery", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Brewery.", 
+            "rdfs:label": "Brewery", 
+            "rdfs:subClassOf": "schema:FoodEstablishment"
+        }, 
+        {
+            "@id": "schema:carbohydrateContent", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Mass", 
+            "rdfs:comment": "The number of grams of carbohydrates.", 
+            "rdfs:label": "carbohydrateContent", 
+            "schema:domain": "schema:NutritionInformation"
+        }, 
+        {
+            "@id": "schema:knows", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Person", 
+            "rdfs:comment": "The most generic bi-directional social/work relation.", 
+            "rdfs:label": "knows", 
+            "schema:domain": "schema:Person"
+        }, 
+        {
+            "@id": "schema:familyName", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "Family name. In the U.S., the last name of an Person. This can be used along with givenName instead of the Name property.", 
+            "rdfs:label": "familyName", 
+            "schema:domain": "schema:Person"
+        }, 
+        {
+            "@id": "schema:DefenceEstablishment", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A defence establishment, such as an army or navy base.", 
+            "rdfs:label": "DefenceEstablishment", 
+            "rdfs:subClassOf": "schema:GovernmentBuilding"
+        }, 
+        {
+            "@id": "schema:Church", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A church.", 
+            "rdfs:label": "Church", 
+            "rdfs:subClassOf": "schema:PlaceOfWorship"
+        }, 
+        {
+            "@id": "schema:LiquorStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A liquor store.", 
+            "rdfs:label": "LiquorStore", 
+            "rdfs:subClassOf": "schema:Store"
+        }, 
+        {
+            "@id": "schema:Pond", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A pond", 
+            "rdfs:label": "Pond", 
+            "rdfs:subClassOf": "schema:BodyOfWater"
+        }, 
+        {
+            "@id": "schema:LiteraryEvent", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Event type: Literary event.", 
+            "rdfs:label": "LiteraryEvent", 
+            "rdfs:subClassOf": "schema:Event"
+        }, 
+        {
+            "@id": "schema:SportsClub", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A sports club.", 
+            "rdfs:label": "SportsClub", 
+            "rdfs:subClassOf": "schema:SportsActivityLocation"
+        }, 
+        {
+            "@id": "schema:representativeOfPage", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Boolean", 
+            "rdfs:comment": "Indicates whether this image is representative of the content of the page.", 
+            "rdfs:label": "representativeOfPage", 
+            "schema:domain": "schema:ImageObject"
+        }, 
+        {
+            "@id": "schema:browsers", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "One or more browsers required to run the app.", 
+            "rdfs:label": "browsers", 
+            "schema:domain": {
+                "@id": "schema:WebApplication", 
+                "@type": "rdfs:Class", 
+                "rdfs:comment": "Web applications.", 
+                "rdfs:label": "WebApplication", 
+                "rdfs:subClassOf": "schema:SoftwareApplication"
+            }
+        }, 
+        {
+            "@id": "schema:SportsEvent", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Event type: Sports event.", 
+            "rdfs:label": "SportsEvent", 
+            "rdfs:subClassOf": "schema:Event"
+        }, 
+        {
+            "@id": "schema:CollegeOrUniversity", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A college, university, or other third-level educational institution.", 
+            "rdfs:label": "CollegeOrUniversity", 
+            "rdfs:subClassOf": "schema:EducationalOrganization"
+        }, 
+        {
+            "@id": "schema:articleBody", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Text", 
+            "rdfs:comment": "The actual body of the article.", 
+            "rdfs:label": "articleBody", 
+            "schema:domain": "schema:Article"
+        }, 
+        {
+            "@id": "schema:children", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Person", 
+            "rdfs:comment": "A child of the person.", 
+            "rdfs:label": "children", 
+            "schema:domain": "schema:Person"
+        }, 
+        {
+            "@id": "schema:HairSalon", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A hair salon.", 
+            "rdfs:label": "HairSalon", 
+            "rdfs:subClassOf": "schema:HealthAndBeautyBusiness"
+        }, 
+        {
+            "@id": "schema:Article", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.", 
+            "rdfs:label": "Article", 
+            "rdfs:subClassOf": "schema:CreativeWork"
+        }, 
+        {
+            "@id": "schema:branchOf", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Organization", 
+            "rdfs:comment": "The larger organization that this local business is a branch of, if any.", 
+            "rdfs:label": "branchOf", 
+            "schema:domain": "schema:LocalBusiness"
+        }, 
+        {
+            "@id": "schema:TheaterEvent", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Event type: Theater performance.", 
+            "rdfs:label": "TheaterEvent", 
+            "rdfs:subClassOf": "schema:Event"
+        }, 
+        {
+            "@id": "schema:episodeNumber", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Number", 
+            "rdfs:comment": "The episode number.", 
+            "rdfs:label": "episodeNumber", 
+            "schema:domain": "schema:TVEpisode"
+        }, 
+        {
+            "@id": "schema:worksFor", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:Organization", 
+            "rdfs:comment": "Organizations that the person works for.", 
+            "rdfs:label": "worksFor", 
+            "schema:domain": "schema:Person"
+        }, 
+        {
+            "@id": "schema:replyToUrl", 
+            "@type": "rdf:Property", 
+            "schema:range": "schema:URL", 
+            "rdfs:comment": "The URL at which a reply may be posted to the specified UserComment.", 
+            "rdfs:label": "replyToUrl", 
+            "schema:domain": "schema:UserComments"
+        }, 
+        {
+            "@id": "schema:UserTweets", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "User interaction: Tweets.", 
+            "rdfs:label": "UserTweets", 
+            "rdfs:subClassOf": "schema:UserInteraction"
+        }
+    ]
+}
--- a/schema.org/drafts/alpha/_schema.nt	Fri Jan 27 20:52:10 2012 +0100
+++ b/schema.org/drafts/alpha/_schema.nt	Thu Feb 02 16:26:51 2012 +0100
@@ -1,2618 +1,2618 @@
-<http://schema.org/browsers> <http://schema.org/domain> <http://schema.org/WebApplication> .
-<http://schema.org/browsers> <http://www.w3.org/2000/01/rdf-schema#comment> "One or more browsers required to run the app." .
-<http://schema.org/browsers> <http://www.w3.org/2000/01/rdf-schema#label> "browsers" .
-<http://schema.org/browsers> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/browsers> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/GovernmentOffice> <http://www.w3.org/2000/01/rdf-schema#comment> "A government office\u2014for example, an IRS or DMV office." .
-<http://schema.org/GovernmentOffice> <http://www.w3.org/2000/01/rdf-schema#label> "GovernmentOffice" .
-<http://schema.org/GovernmentOffice> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/GovernmentOffice> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/Casino> <http://www.w3.org/2000/01/rdf-schema#comment> "A casino." .
-<http://schema.org/Casino> <http://www.w3.org/2000/01/rdf-schema#label> "Casino" .
-<http://schema.org/Casino> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Casino> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EntertainmentBusiness> .
-<http://schema.org/PostalAddress> <http://www.w3.org/2000/01/rdf-schema#comment> "The mailing address." .
-<http://schema.org/PostalAddress> <http://www.w3.org/2000/01/rdf-schema#label> "PostalAddress" .
-<http://schema.org/PostalAddress> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/PostalAddress> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/ContactPoint> .
-<http://schema.org/AudioObject> <http://www.w3.org/2000/01/rdf-schema#comment> "An audio file." .
-<http://schema.org/AudioObject> <http://www.w3.org/2000/01/rdf-schema#label> "AudioObject" .
-<http://schema.org/AudioObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/AudioObject> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/MediaObject> .
-<http://schema.org/Hostel> <http://www.w3.org/2000/01/rdf-schema#comment> "A hostel." .
-<http://schema.org/Hostel> <http://www.w3.org/2000/01/rdf-schema#label> "Hostel" .
-<http://schema.org/Hostel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Hostel> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LodgingBusiness> .
-<http://schema.org/sourceorganization> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/sourceorganization> <http://www.w3.org/2000/01/rdf-schema#comment> "The Organization on whose behalf the creator was working." .
-<http://schema.org/sourceorganization> <http://www.w3.org/2000/01/rdf-schema#label> "sourceorganization" .
-<http://schema.org/sourceorganization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/sourceorganization> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/alternativeheadline> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/alternativeheadline> <http://www.w3.org/2000/01/rdf-schema#comment> "A secondary title of the CreativeWork." .
-<http://schema.org/alternativeheadline> <http://www.w3.org/2000/01/rdf-schema#label> "alternativeheadline" .
-<http://schema.org/alternativeheadline> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/alternativeheadline> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/Country> <http://www.w3.org/2000/01/rdf-schema#comment> "A country." .
-<http://schema.org/Country> <http://www.w3.org/2000/01/rdf-schema#label> "Country" .
-<http://schema.org/Country> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Country> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/AdministrativeArea> .
-<http://schema.org/FastFoodRestaurant> <http://www.w3.org/2000/01/rdf-schema#comment> "A fast-food restaurant." .
-<http://schema.org/FastFoodRestaurant> <http://www.w3.org/2000/01/rdf-schema#label> "FastFoodRestaurant" .
-<http://schema.org/FastFoodRestaurant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/FastFoodRestaurant> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FoodEstablishment> .
-<http://schema.org/bookformat> <http://schema.org/domain> <http://schema.org/Book> .
-<http://schema.org/bookformat> <http://www.w3.org/2000/01/rdf-schema#comment> "The format of the book." .
-<http://schema.org/bookformat> <http://www.w3.org/2000/01/rdf-schema#label> "bookformat" .
-<http://schema.org/bookformat> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/bookformat> <http://schema.org/range> <http://schema.org/BookFormatType> .
-<http://schema.org/GeoCoordinates> <http://www.w3.org/2000/01/rdf-schema#comment> "The geographic coordinates of a place or event." .
-<http://schema.org/GeoCoordinates> <http://www.w3.org/2000/01/rdf-schema#label> "GeoCoordinates" .
-<http://schema.org/GeoCoordinates> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/GeoCoordinates> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/StructuredValue> .
-<http://schema.org/offercount> <http://schema.org/domain> <http://schema.org/AggregateOffer> .
-<http://schema.org/offercount> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of offers for the product." .
-<http://schema.org/offercount> <http://www.w3.org/2000/01/rdf-schema#label> "offercount" .
-<http://schema.org/offercount> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/offercount> <http://schema.org/range> <http://schema.org/Integer> .
-<http://schema.org/startdate> <http://schema.org/domain> <http://schema.org/TVSeason> .
-<http://schema.org/startdate> <http://schema.org/domain> <http://schema.org/TVSeries> .
-<http://schema.org/startdate> <http://schema.org/domain> <http://schema.org/Event> .
-<http://schema.org/startdate> <http://www.w3.org/2000/01/rdf-schema#comment> "The start date and time of the event (in ISO 8601 date format)." .
-<http://schema.org/startdate> <http://www.w3.org/2000/01/rdf-schema#label> "startdate" .
-<http://schema.org/startdate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/startdate> <http://schema.org/range> <http://schema.org/Date> .
-<http://schema.org/AmusementPark> <http://www.w3.org/2000/01/rdf-schema#comment> "An amusement park." .
-<http://schema.org/AmusementPark> <http://www.w3.org/2000/01/rdf-schema#label> "AmusementPark" .
-<http://schema.org/AmusementPark> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/AmusementPark> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EntertainmentBusiness> .
+<http://schema.org/email> <http://www.w3.org/2000/01/rdf-schema#label> "email" .
+<http://schema.org/email> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/email> <http://www.w3.org/2000/01/rdf-schema#comment> "Email address." .
+<http://schema.org/email> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/email> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/email> <http://schema.org/domain> <http://schema.org/Organization> .
+<http://schema.org/email> <http://schema.org/domain> <http://schema.org/ContactPoint> .
+<http://schema.org/Float> <http://www.w3.org/2000/01/rdf-schema#label> "Float" .
+<http://schema.org/Float> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Number> .
+<http://schema.org/Float> <http://www.w3.org/2000/01/rdf-schema#comment> "Data type: Floating number." .
+<http://schema.org/Float> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/SaleEvent> <http://www.w3.org/2000/01/rdf-schema#label> "SaleEvent" .
+<http://schema.org/SaleEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
+<http://schema.org/SaleEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Sales event." .
+<http://schema.org/SaleEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/honorificPrefix> <http://www.w3.org/2000/01/rdf-schema#label> "honorificPrefix" .
+<http://schema.org/honorificPrefix> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/honorificPrefix> <http://www.w3.org/2000/01/rdf-schema#comment> "An honorific prefix preceding a Person's name such as Dr/Mrs/Mr." .
+<http://schema.org/honorificPrefix> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/honorificPrefix> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/members> <http://www.w3.org/2000/01/rdf-schema#label> "members" .
+<http://schema.org/members> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/members> <http://schema.org/range> <http://schema.org/Organization> .
+<http://schema.org/members> <http://www.w3.org/2000/01/rdf-schema#comment> "A member of this organization." .
+<http://schema.org/members> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/members> <http://schema.org/domain> <http://schema.org/Organization> .
+<http://schema.org/albums> <http://www.w3.org/2000/01/rdf-schema#label> "albums" .
+<http://schema.org/albums> <http://schema.org/range> <http://schema.org/MusicAlbum> .
+<http://schema.org/albums> <http://www.w3.org/2000/01/rdf-schema#comment> "A collection of music albums." .
+<http://schema.org/albums> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/albums> <http://schema.org/domain> <http://schema.org/MusicGroup> .
+<http://schema.org/Sculpture> <http://www.w3.org/2000/01/rdf-schema#label> "Sculpture" .
+<http://schema.org/Sculpture> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
+<http://schema.org/Sculpture> <http://www.w3.org/2000/01/rdf-schema#comment> "A piece of sculpture." .
+<http://schema.org/Sculpture> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/embedURL> <http://www.w3.org/2000/01/rdf-schema#label> "embedURL" .
+<http://schema.org/embedURL> <http://schema.org/range> <http://schema.org/URL> .
+<http://schema.org/embedURL> <http://www.w3.org/2000/01/rdf-schema#comment> "A URL pointing to a player for a specific video. In general, this is the information in the src element of an embed tag and should not be the same as the content of the loc tag." .
+<http://schema.org/embedURL> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/embedURL> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<http://schema.org/contentURL> <http://www.w3.org/2000/01/rdf-schema#label> "contentURL" .
+<http://schema.org/contentURL> <http://schema.org/range> <http://schema.org/URL> .
+<http://schema.org/contentURL> <http://www.w3.org/2000/01/rdf-schema#comment> "Actual bytes of the media object, for example the image file or video file." .
+<http://schema.org/contentURL> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/contentURL> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<http://schema.org/AboutPage> <http://www.w3.org/2000/01/rdf-schema#label> "AboutPage" .
+<http://schema.org/AboutPage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPage> .
+<http://schema.org/AboutPage> <http://www.w3.org/2000/01/rdf-schema#comment> "Web page type: About page." .
+<http://schema.org/AboutPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/TattooParlor> <http://www.w3.org/2000/01/rdf-schema#label> "TattooParlor" .
+<http://schema.org/TattooParlor> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HealthAndBeautyBusiness> .
+<http://schema.org/TattooParlor> <http://www.w3.org/2000/01/rdf-schema#comment> "A tattoo parlor." .
+<http://schema.org/TattooParlor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/inAlbum> <http://www.w3.org/2000/01/rdf-schema#label> "inAlbum" .
+<http://schema.org/inAlbum> <http://schema.org/range> <http://schema.org/MusicAlbum> .
+<http://schema.org/inAlbum> <http://www.w3.org/2000/01/rdf-schema#comment> "The album to which this recording belongs." .
+<http://schema.org/inAlbum> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/inAlbum> <http://schema.org/domain> <http://schema.org/MusicRecording> .
+<http://schema.org/Hospital> <http://www.w3.org/2000/01/rdf-schema#label> "Hospital" .
+<http://schema.org/Hospital> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EmergencyService> .
+<http://schema.org/Hospital> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
+<http://schema.org/Hospital> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/MedicalOrganization> .
+<http://schema.org/Hospital> <http://www.w3.org/2000/01/rdf-schema#comment> "A hospital." .
+<http://schema.org/Hospital> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/HealthAndBeautyBusiness> <http://www.w3.org/2000/01/rdf-schema#label> "HealthAndBeautyBusiness" .
+<http://schema.org/HealthAndBeautyBusiness> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
+<http://schema.org/HealthAndBeautyBusiness> <http://www.w3.org/2000/01/rdf-schema#comment> "Health and beauty." .
+<http://schema.org/HealthAndBeautyBusiness> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/UserDownloads> <http://www.w3.org/2000/01/rdf-schema#label> "UserDownloads" .
+<http://schema.org/UserDownloads> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/UserInteraction> .
+<http://schema.org/UserDownloads> <http://www.w3.org/2000/01/rdf-schema#comment> "User interaction: Download of an item." .
+<http://schema.org/UserDownloads> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/siblings> <http://www.w3.org/2000/01/rdf-schema#label> "siblings" .
+<http://schema.org/siblings> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/siblings> <http://www.w3.org/2000/01/rdf-schema#comment> "A sibling of the person." .
+<http://schema.org/siblings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/siblings> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/postOfficeBoxNumber> <http://www.w3.org/2000/01/rdf-schema#label> "postOfficeBoxNumber" .
+<http://schema.org/postOfficeBoxNumber> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/postOfficeBoxNumber> <http://www.w3.org/2000/01/rdf-schema#comment> "The post offce box number for PO box addresses." .
+<http://schema.org/postOfficeBoxNumber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/postOfficeBoxNumber> <http://schema.org/domain> <http://schema.org/PostalAddress> .
+<http://schema.org/foundingDate> <http://www.w3.org/2000/01/rdf-schema#label> "foundingDate" .
+<http://schema.org/foundingDate> <http://schema.org/range> <http://schema.org/Date> .
+<http://schema.org/foundingDate> <http://www.w3.org/2000/01/rdf-schema#comment> "The date that this organization was founded." .
+<http://schema.org/foundingDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/foundingDate> <http://schema.org/domain> <http://schema.org/Organization> .
+<http://schema.org/employmentType> <http://www.w3.org/2000/01/rdf-schema#label> "employmentType" .
+<http://schema.org/employmentType> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/employmentType> <http://www.w3.org/2000/01/rdf-schema#comment> "Type of employment (e.g. full-time, part-time, contract, temporary, seasonal, internship)." .
+<http://schema.org/employmentType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/employmentType> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<http://schema.org/ShoppingCenter> <http://www.w3.org/2000/01/rdf-schema#label> "ShoppingCenter" .
+<http://schema.org/ShoppingCenter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
+<http://schema.org/ShoppingCenter> <http://www.w3.org/2000/01/rdf-schema#comment> "A shopping center or mall." .
+<http://schema.org/ShoppingCenter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/SocialEvent> <http://www.w3.org/2000/01/rdf-schema#label> "SocialEvent" .
+<http://schema.org/SocialEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
+<http://schema.org/SocialEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Social event." .
+<http://schema.org/SocialEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/WebPage> <http://www.w3.org/2000/01/rdf-schema#label> "WebPage" .
+<http://schema.org/WebPage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
+<http://schema.org/WebPage> <http://www.w3.org/2000/01/rdf-schema#comment> "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page" .
+<http://schema.org/WebPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/TrainStation> <http://www.w3.org/2000/01/rdf-schema#label> "TrainStation" .
+<http://schema.org/TrainStation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
+<http://schema.org/TrainStation> <http://www.w3.org/2000/01/rdf-schema#comment> "A train station." .
+<http://schema.org/TrainStation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/ElementarySchool> <http://www.w3.org/2000/01/rdf-schema#label> "ElementarySchool" .
+<http://schema.org/ElementarySchool> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EducationalOrganization> .
+<http://schema.org/ElementarySchool> <http://www.w3.org/2000/01/rdf-schema#comment> "An elementary school." .
+<http://schema.org/ElementarySchool> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/permissions> <http://www.w3.org/2000/01/rdf-schema#label> "permissions" .
+<http://schema.org/permissions> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/permissions> <http://www.w3.org/2000/01/rdf-schema#comment> "Permissions required on OS to run the application (e.g. app requires Internet access)." .
+<http://schema.org/permissions> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/permissions> <http://schema.org/domain> <http://schema.org/MobileSoftwareApplication> .
+<http://schema.org/containedIn> <http://www.w3.org/2000/01/rdf-schema#label> "containedIn" .
+<http://schema.org/containedIn> <http://schema.org/range> <http://schema.org/Place> .
+<http://schema.org/containedIn> <http://www.w3.org/2000/01/rdf-schema#comment> "The basic containment relation between places." .
+<http://schema.org/containedIn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/containedIn> <http://schema.org/domain> <http://schema.org/Place> .
+<http://schema.org/NutritionInformation> <http://www.w3.org/2000/01/rdf-schema#label> "NutritionInformation" .
+<http://schema.org/NutritionInformation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/StructuredValue> .
+<http://schema.org/NutritionInformation> <http://www.w3.org/2000/01/rdf-schema#comment> "Nutritional information about the recipe." .
+<http://schema.org/NutritionInformation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/additionalName> <http://www.w3.org/2000/01/rdf-schema#label> "additionalName" .
+<http://schema.org/additionalName> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/additionalName> <http://www.w3.org/2000/01/rdf-schema#comment> "An additional name for a Person, can be used for a middle name." .
+<http://schema.org/additionalName> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/additionalName> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/MobileSoftwareApplication> <http://www.w3.org/2000/01/rdf-schema#label> "MobileSoftwareApplication" .
+<http://schema.org/MobileSoftwareApplication> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/SoftwareApplication> .
+<http://schema.org/MobileSoftwareApplication> <http://www.w3.org/2000/01/rdf-schema#comment> "A mobile software application." .
+<http://schema.org/MobileSoftwareApplication> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Waterfall> <http://www.w3.org/2000/01/rdf-schema#label> "Waterfall" .
+<http://schema.org/Waterfall> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/BodyOfWater> .
+<http://schema.org/Waterfall> <http://www.w3.org/2000/01/rdf-schema#comment> "A waterfall, like Niagara" .
+<http://schema.org/Waterfall> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/awards> <http://www.w3.org/2000/01/rdf-schema#label> "awards" .
+<http://schema.org/awards> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/awards> <http://www.w3.org/2000/01/rdf-schema#comment> "Awards won by this person or for this creative work." .
+<http://schema.org/awards> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/awards> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/awards> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/MusicStore> <http://www.w3.org/2000/01/rdf-schema#label> "MusicStore" .
+<http://schema.org/MusicStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
+<http://schema.org/MusicStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A music store." .
+<http://schema.org/MusicStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/PetStore> <http://www.w3.org/2000/01/rdf-schema#label> "PetStore" .
+<http://schema.org/PetStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
+<http://schema.org/PetStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A pet store." .
+<http://schema.org/PetStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/recipeCategory> <http://www.w3.org/2000/01/rdf-schema#label> "recipeCategory" .
+<http://schema.org/recipeCategory> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/recipeCategory> <http://www.w3.org/2000/01/rdf-schema#comment> "The category of the recipe\u2014for example, appetizer, entree, etc." .
+<http://schema.org/recipeCategory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/recipeCategory> <http://schema.org/domain> <http://schema.org/Recipe> .
+<http://schema.org/openingHours> <http://www.w3.org/2000/01/rdf-schema#label> "openingHours" .
+<http://schema.org/openingHours> <http://schema.org/range> <http://schema.org/Duration> .
+<http://schema.org/openingHours> <http://www.w3.org/2000/01/rdf-schema#comment> "The opening hours for a business. Opening hours can be specified as a weekly time range, starting with days, then times per day. Multiple days can be listed with commas ',' separating each day. Day or time ranges are specified using a hyphen '-'.- Days are specified using the following two-letter combinations: Mo, Tu, We, Th, Fr, Sa, Su.- Times are specified using 24:00 time. For example, 3pm is specified as 15:00. - Here is an example: <time itemprop=\"openingHours\" datetime=\"Tu,Th 16:00-20:00\">Tuesdays and Thursdays 4-8pm</time>. - If a business is open 7 days a week, then it can be specified as <time itemprop=\"openingHours\" datetime=\"Mo-Su\">Monday through Sunday, all day</time>." .
+<http://schema.org/openingHours> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/openingHours> <http://schema.org/domain> <http://schema.org/LocalBusiness> .
+<http://schema.org/openingHours> <http://schema.org/domain> <http://schema.org/CivicStructure> .
+<http://schema.org/isFamilyFriendly> <http://www.w3.org/2000/01/rdf-schema#label> "isFamilyFriendly" .
+<http://schema.org/isFamilyFriendly> <http://schema.org/range> <http://schema.org/Boolean> .
+<http://schema.org/isFamilyFriendly> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates whether this content is family friendly." .
+<http://schema.org/isFamilyFriendly> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/isFamilyFriendly> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/ExerciseGym> <http://www.w3.org/2000/01/rdf-schema#label> "ExerciseGym" .
+<http://schema.org/ExerciseGym> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/SportsActivityLocation> .
+<http://schema.org/ExerciseGym> <http://www.w3.org/2000/01/rdf-schema#comment> "A gym." .
+<http://schema.org/ExerciseGym> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/EntertainmentBusiness> <http://www.w3.org/2000/01/rdf-schema#label> "EntertainmentBusiness" .
+<http://schema.org/EntertainmentBusiness> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
+<http://schema.org/EntertainmentBusiness> <http://www.w3.org/2000/01/rdf-schema#comment> "A business providing entertainment." .
+<http://schema.org/EntertainmentBusiness> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/AdministrativeArea> <http://www.w3.org/2000/01/rdf-schema#label> "AdministrativeArea" .
+<http://schema.org/AdministrativeArea> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Place> .
+<http://schema.org/AdministrativeArea> <http://www.w3.org/2000/01/rdf-schema#comment> "A geographical region under the jurisdiction of a particular government." .
+<http://schema.org/AdministrativeArea> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/WPSideBar> <http://www.w3.org/2000/01/rdf-schema#label> "WPSideBar" .
+<http://schema.org/WPSideBar> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPageElement> .
+<http://schema.org/WPSideBar> <http://www.w3.org/2000/01/rdf-schema#comment> "A sidebar section of the page." .
+<http://schema.org/WPSideBar> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/HinduTemple> <http://www.w3.org/2000/01/rdf-schema#label> "HinduTemple" .
+<http://schema.org/HinduTemple> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/PlaceOfWorship> .
+<http://schema.org/HinduTemple> <http://www.w3.org/2000/01/rdf-schema#comment> "A Hindu temple." .
+<http://schema.org/HinduTemple> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/episodeNumber> <http://www.w3.org/2000/01/rdf-schema#label> "episodeNumber" .
+<http://schema.org/episodeNumber> <http://schema.org/range> <http://schema.org/Number> .
+<http://schema.org/episodeNumber> <http://www.w3.org/2000/01/rdf-schema#comment> "The episode number." .
+<http://schema.org/episodeNumber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/episodeNumber> <http://schema.org/domain> <http://schema.org/TVEpisode> .
+<http://schema.org/ChildrensEvent> <http://www.w3.org/2000/01/rdf-schema#label> "ChildrensEvent" .
+<http://schema.org/ChildrensEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
+<http://schema.org/ChildrensEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Children's event." .
+<http://schema.org/ChildrensEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/HousePainter> <http://www.w3.org/2000/01/rdf-schema#label> "HousePainter" .
+<http://schema.org/HousePainter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HomeAndConstructionBusiness> .
+<http://schema.org/HousePainter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/ProfessionalService> .
+<http://schema.org/HousePainter> <http://www.w3.org/2000/01/rdf-schema#comment> "A house painting service." .
+<http://schema.org/HousePainter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/productID> <http://www.w3.org/2000/01/rdf-schema#label> "productID" .
+<http://schema.org/productID> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/productID> <http://www.w3.org/2000/01/rdf-schema#comment> "The product identifier, such as ISBN. For example: <meta itemprop='productID' content='isbn:123-456-789'/>." .
+<http://schema.org/productID> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/productID> <http://schema.org/domain> <http://schema.org/Product> .
+<http://schema.org/location> <http://www.w3.org/2000/01/rdf-schema#label> "location" .
+<http://schema.org/location> <http://schema.org/range> <http://schema.org/PostalAddress> .
+<http://schema.org/location> <http://schema.org/range> <http://schema.org/Place> .
+<http://schema.org/location> <http://www.w3.org/2000/01/rdf-schema#comment> "The location of the event or organization." .
+<http://schema.org/location> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
 <http://schema.org/location> <http://schema.org/domain> <http://schema.org/Organization> .
 <http://schema.org/location> <http://schema.org/domain> <http://schema.org/Event> .
-<http://schema.org/location> <http://www.w3.org/2000/01/rdf-schema#comment> "The location of the event or organization." .
-<http://schema.org/location> <http://www.w3.org/2000/01/rdf-schema#label> "location" .
-<http://schema.org/location> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/location> <http://schema.org/range> <http://schema.org/Place> .
-<http://schema.org/location> <http://schema.org/range> <http://schema.org/PostalAddress> .
-<http://schema.org/WholesaleStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A wholesale store." .
-<http://schema.org/WholesaleStore> <http://www.w3.org/2000/01/rdf-schema#label> "WholesaleStore" .
-<http://schema.org/WholesaleStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/WholesaleStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/videoframesize> <http://schema.org/domain> <http://schema.org/VideoObject> .
-<http://schema.org/videoframesize> <http://www.w3.org/2000/01/rdf-schema#comment> "The frame size of the video." .
-<http://schema.org/videoframesize> <http://www.w3.org/2000/01/rdf-schema#label> "videoframesize" .
-<http://schema.org/videoframesize> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/videoframesize> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/numdownloads> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/numdownloads> <http://www.w3.org/2000/01/rdf-schema#comment> "Number of Downloads." .
-<http://schema.org/numdownloads> <http://www.w3.org/2000/01/rdf-schema#label> "numdownloads" .
-<http://schema.org/numdownloads> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/numdownloads> <http://schema.org/range> <http://schema.org/Integer> .
-<http://schema.org/MovieTheater> <http://www.w3.org/2000/01/rdf-schema#comment> "A movie theater." .
-<http://schema.org/MovieTheater> <http://www.w3.org/2000/01/rdf-schema#label> "MovieTheater" .
-<http://schema.org/MovieTheater> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/MovieTheater> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EntertainmentBusiness> .
-<http://schema.org/MovieTheater> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/BlogPosting> <http://www.w3.org/2000/01/rdf-schema#comment> "A blog post." .
-<http://schema.org/BlogPosting> <http://www.w3.org/2000/01/rdf-schema#label> "BlogPosting" .
-<http://schema.org/BlogPosting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/BlogPosting> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Article> .
-<http://schema.org/colleagues> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/colleagues> <http://www.w3.org/2000/01/rdf-schema#comment> "A colleague of the person." .
-<http://schema.org/colleagues> <http://www.w3.org/2000/01/rdf-schema#label> "colleagues" .
-<http://schema.org/colleagues> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/colleagues> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/UserBlocks> <http://www.w3.org/2000/01/rdf-schema#comment> "User interaction: Block this content." .
-<http://schema.org/UserBlocks> <http://www.w3.org/2000/01/rdf-schema#label> "UserBlocks" .
-<http://schema.org/UserBlocks> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/UserBlocks> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/UserInteraction> .
-<http://schema.org/longitude> <http://schema.org/domain> <http://schema.org/GeoCoordinates> .
-<http://schema.org/longitude> <http://www.w3.org/2000/01/rdf-schema#comment> "The longitude of a location. For example -122.08585." .
-<http://schema.org/longitude> <http://www.w3.org/2000/01/rdf-schema#label> "longitude" .
-<http://schema.org/longitude> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/longitude> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/longitude> <http://schema.org/range> <http://schema.org/Number> .
-<http://schema.org/articlebody> <http://schema.org/domain> <http://schema.org/Article> .
-<http://schema.org/articlebody> <http://www.w3.org/2000/01/rdf-schema#comment> "The actual body of the article." .
-<http://schema.org/articlebody> <http://www.w3.org/2000/01/rdf-schema#label> "articlebody" .
-<http://schema.org/articlebody> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/articlebody> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/Mosque> <http://www.w3.org/2000/01/rdf-schema#comment> "A mosque." .
-<http://schema.org/Mosque> <http://www.w3.org/2000/01/rdf-schema#label> "Mosque" .
-<http://schema.org/Mosque> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Mosque> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/PlaceOfWorship> .
-<http://schema.org/PawnShop> <http://www.w3.org/2000/01/rdf-schema#comment> "A pawnstore." .
-<http://schema.org/PawnShop> <http://www.w3.org/2000/01/rdf-schema#label> "PawnShop" .
-<http://schema.org/PawnShop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/PawnShop> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/Boolean> <http://www.w3.org/2000/01/rdf-schema#comment> "Boolean: True or False." .
-<http://schema.org/Boolean> <http://www.w3.org/2000/01/rdf-schema#label> "Boolean" .
-<http://schema.org/Boolean> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Boolean> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/DataType> .
-<http://schema.org/Pharmacy> <http://www.w3.org/2000/01/rdf-schema#comment> "A pharmacy or drugstore." .
-<http://schema.org/Pharmacy> <http://www.w3.org/2000/01/rdf-schema#label> "Pharmacy" .
-<http://schema.org/Pharmacy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Pharmacy> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/MedicalOrganization> .
-<http://schema.org/Mass> <http://www.w3.org/2000/01/rdf-schema#comment> "Properties that take Mass as values are of the form '<Number> <Mass unit of measure>'. E.g., '7 kg'" .
-<http://schema.org/Mass> <http://www.w3.org/2000/01/rdf-schema#label> "Mass" .
-<http://schema.org/Mass> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Mass> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Quantity> .
-<http://schema.org/printpage> <http://schema.org/domain> <http://schema.org/NewsArticle> .
-<http://schema.org/printpage> <http://www.w3.org/2000/01/rdf-schema#comment> "If this NewsArticle appears in print, this field indicates the name of the page on which the article is found. Please note that this field is intended for the exact page name (e.g. A5, B18)." .
-<http://schema.org/printpage> <http://www.w3.org/2000/01/rdf-schema#label> "printpage" .
-<http://schema.org/printpage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/printpage> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/productid> <http://schema.org/domain> <http://schema.org/Product> .
-<http://schema.org/productid> <http://www.w3.org/2000/01/rdf-schema#comment> "The product identifier, such as ISBN. For example: <meta itemprop='productID' content='isbn:123-456-789'/>." .
-<http://schema.org/productid> <http://www.w3.org/2000/01/rdf-schema#label> "productid" .
-<http://schema.org/productid> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/productid> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/TheaterGroup> <http://www.w3.org/2000/01/rdf-schema#comment> "A theater group or company\u2014for example, the Royal Shakespeare Company or Druid Theatre." .
-<http://schema.org/TheaterGroup> <http://www.w3.org/2000/01/rdf-schema#label> "TheaterGroup" .
-<http://schema.org/TheaterGroup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/TheaterGroup> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/PerformingGroup> .
-<http://schema.org/SportingGoodsStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A sporting goods store." .
-<http://schema.org/SportingGoodsStore> <http://www.w3.org/2000/01/rdf-schema#label> "SportingGoodsStore" .
-<http://schema.org/SportingGoodsStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/SportingGoodsStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/HealthAndBeautyBusiness> <http://www.w3.org/2000/01/rdf-schema#comment> "Health and beauty." .
-<http://schema.org/HealthAndBeautyBusiness> <http://www.w3.org/2000/01/rdf-schema#label> "HealthAndBeautyBusiness" .
-<http://schema.org/HealthAndBeautyBusiness> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/HealthAndBeautyBusiness> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/lowprice> <http://schema.org/domain> <http://schema.org/AggregateOffer> .
-<http://schema.org/lowprice> <http://www.w3.org/2000/01/rdf-schema#comment> "The lowest price of all offers available." .
-<http://schema.org/lowprice> <http://www.w3.org/2000/01/rdf-schema#label> "lowprice" .
-<http://schema.org/lowprice> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/lowprice> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/lowprice> <http://schema.org/range> <http://schema.org/Number> .
-<http://schema.org/BookStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A bookstore." .
-<http://schema.org/BookStore> <http://www.w3.org/2000/01/rdf-schema#label> "BookStore" .
-<http://schema.org/BookStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/BookStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/MensClothingStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A men's clothing store." .
+<http://schema.org/type> <http://www.w3.org/2000/01/rdf-schema#label> "type" .
+<http://schema.org/type> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/type> <http://www.w3.org/2000/01/rdf-schema#comment> "Auto added type field." .
+<http://schema.org/type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/type> <http://schema.org/domain> <http://schema.org/Thing> .
+<http://schema.org/DepartmentStore> <http://www.w3.org/2000/01/rdf-schema#label> "DepartmentStore" .
+<http://schema.org/DepartmentStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
+<http://schema.org/DepartmentStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A department store." .
+<http://schema.org/DepartmentStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/educationRequirements> <http://www.w3.org/2000/01/rdf-schema#label> "educationRequirements" .
+<http://schema.org/educationRequirements> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/educationRequirements> <http://www.w3.org/2000/01/rdf-schema#comment> "Educational background needed for the position." .
+<http://schema.org/educationRequirements> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/educationRequirements> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<http://schema.org/BarOrPub> <http://www.w3.org/2000/01/rdf-schema#label> "BarOrPub" .
+<http://schema.org/BarOrPub> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FoodEstablishment> .
+<http://schema.org/BarOrPub> <http://www.w3.org/2000/01/rdf-schema#comment> "A bar or pub." .
+<http://schema.org/BarOrPub> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Quantity> <http://www.w3.org/2000/01/rdf-schema#label> "Quantity" .
+<http://schema.org/Quantity> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Intangible> .
+<http://schema.org/Quantity> <http://www.w3.org/2000/01/rdf-schema#comment> "Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are entities like '3 Kg' or '4 milligrams'." .
+<http://schema.org/Quantity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/bitrate> <http://www.w3.org/2000/01/rdf-schema#label> "bitrate" .
+<http://schema.org/bitrate> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/bitrate> <http://www.w3.org/2000/01/rdf-schema#comment> "The bitrate of the media object." .
+<http://schema.org/bitrate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/bitrate> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<http://schema.org/printSection> <http://www.w3.org/2000/01/rdf-schema#label> "printSection" .
+<http://schema.org/printSection> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/printSection> <http://www.w3.org/2000/01/rdf-schema#comment> "If this NewsArticle appears in print, this field indicates the print section in which the article appeared." .
+<http://schema.org/printSection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/printSection> <http://schema.org/domain> <http://schema.org/NewsArticle> .
+<http://schema.org/Park> <http://www.w3.org/2000/01/rdf-schema#label> "Park" .
+<http://schema.org/Park> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
+<http://schema.org/Park> <http://www.w3.org/2000/01/rdf-schema#comment> "A park." .
+<http://schema.org/Park> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Product> <http://www.w3.org/2000/01/rdf-schema#label> "Product" .
+<http://schema.org/Product> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Thing> .
+<http://schema.org/Product> <http://www.w3.org/2000/01/rdf-schema#comment> "A product is anything that is made available for sale\u2014for example, a pair of shoes, a concert ticket, or a car." .
+<http://schema.org/Product> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/bookFormatDeprecated> <http://www.w3.org/2000/01/rdf-schema#label> "bookFormatDeprecated" .
+<http://schema.org/bookFormatDeprecated> <http://schema.org/range> <http://schema.org/Thing> .
+<http://schema.org/bookFormatDeprecated> <http://www.w3.org/2000/01/rdf-schema#comment> "The format of the book." .
+<http://schema.org/bookFormatDeprecated> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/bookFormatDeprecated> <http://schema.org/domain> <http://schema.org/Book> .
 <http://schema.org/MensClothingStore> <http://www.w3.org/2000/01/rdf-schema#label> "MensClothingStore" .
-<http://schema.org/MensClothingStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
 <http://schema.org/MensClothingStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/dateline> <http://schema.org/domain> <http://schema.org/NewsArticle> .
-<http://schema.org/dateline> <http://www.w3.org/2000/01/rdf-schema#comment> "The location where the NewsArticle was produced." .
-<http://schema.org/dateline> <http://www.w3.org/2000/01/rdf-schema#label> "dateline" .
-<http://schema.org/dateline> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/dateline> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/responsibilities> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/responsibilities> <http://www.w3.org/2000/01/rdf-schema#comment> "Responsibilities associated with this role." .
-<http://schema.org/responsibilities> <http://www.w3.org/2000/01/rdf-schema#label> "responsibilities" .
-<http://schema.org/responsibilities> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/responsibilities> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/MusicVideoObject> <http://www.w3.org/2000/01/rdf-schema#comment> "A music video file." .
-<http://schema.org/MusicVideoObject> <http://www.w3.org/2000/01/rdf-schema#label> "MusicVideoObject" .
-<http://schema.org/MusicVideoObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/MusicVideoObject> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/MediaObject> .
-<http://schema.org/relatedto> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/relatedto> <http://www.w3.org/2000/01/rdf-schema#comment> "The most generic familial relation." .
-<http://schema.org/relatedto> <http://www.w3.org/2000/01/rdf-schema#label> "relatedto" .
-<http://schema.org/relatedto> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/relatedto> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/BuddhistTemple> <http://www.w3.org/2000/01/rdf-schema#comment> "A Buddhist temple." .
-<http://schema.org/BuddhistTemple> <http://www.w3.org/2000/01/rdf-schema#label> "BuddhistTemple" .
-<http://schema.org/BuddhistTemple> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/BuddhistTemple> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/PlaceOfWorship> .
-<http://schema.org/Event> <http://www.w3.org/2000/01/rdf-schema#comment> "An event happening at a certain time at a certain location." .
-<http://schema.org/Event> <http://www.w3.org/2000/01/rdf-schema#label> "Event" .
-<http://schema.org/Event> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Event> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Thing> .
-<http://schema.org/LiquorStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A liquor store." .
-<http://schema.org/LiquorStore> <http://www.w3.org/2000/01/rdf-schema#label> "LiquorStore" .
-<http://schema.org/LiquorStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/LiquorStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/TelevisionStation> <http://www.w3.org/2000/01/rdf-schema#comment> "A television station." .
-<http://schema.org/TelevisionStation> <http://www.w3.org/2000/01/rdf-schema#label> "TelevisionStation" .
-<http://schema.org/TelevisionStation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/TelevisionStation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/comment> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/comment> <http://www.w3.org/2000/01/rdf-schema#comment> "Comments, typically from users, on this CreativeWork." .
-<http://schema.org/comment> <http://www.w3.org/2000/01/rdf-schema#label> "comment" .
-<http://schema.org/comment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/comment> <http://schema.org/range> <http://schema.org/UserComments> .
-<http://schema.org/TrainStation> <http://www.w3.org/2000/01/rdf-schema#comment> "A train station." .
-<http://schema.org/TrainStation> <http://www.w3.org/2000/01/rdf-schema#label> "TrainStation" .
-<http://schema.org/TrainStation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/TrainStation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/screenshots> <http://schema.org/domain> <http://schema.org/MobileSoftwareApplication> .
-<http://schema.org/screenshots> <http://www.w3.org/2000/01/rdf-schema#comment> "Link(s) to app screenshots." .
-<http://schema.org/screenshots> <http://www.w3.org/2000/01/rdf-schema#label> "screenshots" .
-<http://schema.org/screenshots> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/screenshots> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/recipecuisine> <http://schema.org/domain> <http://schema.org/Recipe> .
-<http://schema.org/recipecuisine> <http://www.w3.org/2000/01/rdf-schema#comment> "The cuisine of the recipe (for example, French or Ethopian)." .
-<http://schema.org/recipecuisine> <http://www.w3.org/2000/01/rdf-schema#label> "recipecuisine" .
-<http://schema.org/recipecuisine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/recipecuisine> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/WPAdBlock> <http://www.w3.org/2000/01/rdf-schema#comment> "An advertising section of the page." .
-<http://schema.org/WPAdBlock> <http://www.w3.org/2000/01/rdf-schema#label> "WPAdBlock" .
-<http://schema.org/WPAdBlock> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/WPAdBlock> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPageElement> .
-<http://schema.org/contentsize> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/contentsize> <http://www.w3.org/2000/01/rdf-schema#comment> "File size in (mega/kilo) bytes." .
-<http://schema.org/contentsize> <http://www.w3.org/2000/01/rdf-schema#label> "contentsize" .
-<http://schema.org/contentsize> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/contentsize> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/addressregion> <http://schema.org/domain> <http://schema.org/PostalAddress> .
-<http://schema.org/addressregion> <http://www.w3.org/2000/01/rdf-schema#comment> "The region. For example, CA." .
-<http://schema.org/addressregion> <http://www.w3.org/2000/01/rdf-schema#label> "addressregion" .
-<http://schema.org/addressregion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/addressregion> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/MovingCompany> <http://www.w3.org/2000/01/rdf-schema#comment> "A moving company." .
-<http://schema.org/MovingCompany> <http://www.w3.org/2000/01/rdf-schema#label> "MovingCompany" .
-<http://schema.org/MovingCompany> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/MovingCompany> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HomeAndConstructionBusiness> .
-<http://schema.org/VideoGallery> <http://www.w3.org/2000/01/rdf-schema#comment> "Web page type: Video gallery page." .
-<http://schema.org/VideoGallery> <http://www.w3.org/2000/01/rdf-schema#label> "VideoGallery" .
-<http://schema.org/VideoGallery> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/VideoGallery> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CollectionPage> .
-<http://schema.org/Attorney> <http://www.w3.org/2000/01/rdf-schema#comment> "Professional service: Attorney." .
-<http://schema.org/Attorney> <http://www.w3.org/2000/01/rdf-schema#label> "Attorney" .
-<http://schema.org/Attorney> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Attorney> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/ProfessionalService> .
-<http://schema.org/LandmarksOrHistoricalBuildings> <http://www.w3.org/2000/01/rdf-schema#comment> "An historical landmark or building." .
-<http://schema.org/LandmarksOrHistoricalBuildings> <http://www.w3.org/2000/01/rdf-schema#label> "LandmarksOrHistoricalBuildings" .
-<http://schema.org/LandmarksOrHistoricalBuildings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/LandmarksOrHistoricalBuildings> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Place> .
-<http://schema.org/Corporation> <http://www.w3.org/2000/01/rdf-schema#comment> "Organization: A business corporation." .
-<http://schema.org/Corporation> <http://www.w3.org/2000/01/rdf-schema#label> "Corporation" .
-<http://schema.org/Corporation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Corporation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Organization> .
-<http://schema.org/countriessupported> <http://schema.org/domain> <http://schema.org/MobileSoftwareApplication> .
-<http://schema.org/countriessupported> <http://www.w3.org/2000/01/rdf-schema#comment> "Countries that allow the application." .
-<http://schema.org/countriessupported> <http://www.w3.org/2000/01/rdf-schema#label> "countriessupported" .
-<http://schema.org/countriessupported> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/countriessupported> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/softwareapplicationsubcategory> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/softwareapplicationsubcategory> <http://www.w3.org/2000/01/rdf-schema#comment> "Subcategory of the application." .
-<http://schema.org/softwareapplicationsubcategory> <http://www.w3.org/2000/01/rdf-schema#label> "softwareapplicationsubcategory" .
-<http://schema.org/softwareapplicationsubcategory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/softwareapplicationsubcategory> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/Article> <http://www.w3.org/2000/01/rdf-schema#comment> "An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all." .
-<http://schema.org/Article> <http://www.w3.org/2000/01/rdf-schema#label> "Article" .
-<http://schema.org/Article> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Article> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/Number> <http://www.w3.org/2000/01/rdf-schema#comment> "Data type: Number." .
-<http://schema.org/Number> <http://www.w3.org/2000/01/rdf-schema#label> "Number" .
-<http://schema.org/Number> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Number> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/DataType> .
-<http://schema.org/UserTweets> <http://www.w3.org/2000/01/rdf-schema#comment> "User interaction: Tweets." .
-<http://schema.org/UserTweets> <http://www.w3.org/2000/01/rdf-schema#label> "UserTweets" .
-<http://schema.org/UserTweets> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/UserTweets> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/UserInteraction> .
-<http://schema.org/TennisComplex> <http://www.w3.org/2000/01/rdf-schema#comment> "A tennis complex." .
-<http://schema.org/TennisComplex> <http://www.w3.org/2000/01/rdf-schema#label> "TennisComplex" .
-<http://schema.org/TennisComplex> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/TennisComplex> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/SportsActivityLocation> .
-<http://schema.org/ArtGallery> <http://www.w3.org/2000/01/rdf-schema#comment> "An art gallery." .
-<http://schema.org/ArtGallery> <http://www.w3.org/2000/01/rdf-schema#label> "ArtGallery" .
-<http://schema.org/ArtGallery> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ArtGallery> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EntertainmentBusiness> .
-<http://schema.org/openinghours> <http://schema.org/domain> <http://schema.org/LocalBusiness> .
-<http://schema.org/openinghours> <http://schema.org/domain> <http://schema.org/CivicStructure> .
-<http://schema.org/openinghours> <http://www.w3.org/2000/01/rdf-schema#comment> "The opening hours for a business. Opening hours can be specified as a weekly time http://schema.org/range, starting with days, then times per day. Multiple days can be listed with commas ',' separating each day. Day or time http://schema.org/ranges are specified using a hyphen '-'.- Days are specified using the following two-letter combinations: Mo, Tu, We, Th, Fr, Sa, Su.- Times are specified using 24:00 time. For example, 3pm is specified as 15:00. - Here is an example: <time itemprop=\"openingHours\" datetime=\"Tu,Th 16:00-20:00\">Tuesdays and Thursdays 4-8pm</time>. - If a business is open 7 days a week, then it can be specified as <time itemprop=\"openingHours\" datetime=\"Mo-Su\">Monday through Sunday, all day</time>." .
-<http://schema.org/openinghours> <http://www.w3.org/2000/01/rdf-schema#label> "openinghours" .
-<http://schema.org/openinghours> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/openinghours> <http://schema.org/range> <http://schema.org/Duration> .
-<http://schema.org/ChildrensEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Children's event." .
-<http://schema.org/ChildrensEvent> <http://www.w3.org/2000/01/rdf-schema#label> "ChildrensEvent" .
-<http://schema.org/ChildrensEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ChildrensEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
-<http://schema.org/Church> <http://www.w3.org/2000/01/rdf-schema#comment> "A church." .
-<http://schema.org/Church> <http://www.w3.org/2000/01/rdf-schema#label> "Church" .
-<http://schema.org/Church> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Church> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/PlaceOfWorship> .
-<http://schema.org/requiressubscription> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/requiressubscription> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates if use of the media require a subscription  (either paid or free). Allowed values are yes or no." .
-<http://schema.org/requiressubscription> <http://www.w3.org/2000/01/rdf-schema#label> "requiressubscription" .
-<http://schema.org/requiressubscription> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/requiressubscription> <http://schema.org/range> <http://schema.org/Boolean> .
-<http://schema.org/maps> <http://schema.org/domain> <http://schema.org/Place> .
-<http://schema.org/maps> <http://www.w3.org/2000/01/rdf-schema#comment> "A URL to a map of the place." .
-<http://schema.org/maps> <http://www.w3.org/2000/01/rdf-schema#label> "maps" .
-<http://schema.org/maps> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/maps> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/UserDownloads> <http://www.w3.org/2000/01/rdf-schema#comment> "User interaction: Download of an item." .
-<http://schema.org/UserDownloads> <http://www.w3.org/2000/01/rdf-schema#label> "UserDownloads" .
-<http://schema.org/UserDownloads> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/UserDownloads> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/UserInteraction> .
-<http://schema.org/ItemAvailability> <http://www.w3.org/2000/01/rdf-schema#comment> "A list of possible product availablity options." .
-<http://schema.org/ItemAvailability> <http://www.w3.org/2000/01/rdf-schema#label> "ItemAvailability" .
-<http://schema.org/ItemAvailability> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ItemAvailability> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Enumeration> .
-<http://schema.org/bookedition> <http://schema.org/domain> <http://schema.org/Book> .
-<http://schema.org/bookedition> <http://www.w3.org/2000/01/rdf-schema#comment> "The edition of the book." .
-<http://schema.org/bookedition> <http://www.w3.org/2000/01/rdf-schema#label> "bookedition" .
-<http://schema.org/bookedition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/bookedition> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/calories> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/calories> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of calories" .
-<http://schema.org/calories> <http://www.w3.org/2000/01/rdf-schema#label> "calories" .
-<http://schema.org/calories> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/calories> <http://schema.org/range> <http://schema.org/Energy> .
-<http://schema.org/ItemPage> <http://www.w3.org/2000/01/rdf-schema#comment> "A page devoted to a single item, such as a particular product or hotel." .
-<http://schema.org/ItemPage> <http://www.w3.org/2000/01/rdf-schema#label> "ItemPage" .
-<http://schema.org/ItemPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ItemPage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPage> .
-<http://schema.org/wordcount> <http://schema.org/domain> <http://schema.org/Article> .
-<http://schema.org/wordcount> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of words in the text of the Article." .
-<http://schema.org/wordcount> <http://www.w3.org/2000/01/rdf-schema#label> "wordcount" .
-<http://schema.org/wordcount> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/wordcount> <http://schema.org/range> <http://schema.org/Integer> .
-<http://schema.org/VideoObject> <http://www.w3.org/2000/01/rdf-schema#comment> "A video file." .
-<http://schema.org/VideoObject> <http://www.w3.org/2000/01/rdf-schema#label> "VideoObject" .
-<http://schema.org/VideoObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/VideoObject> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/MediaObject> .
-<http://schema.org/DaySpa> <http://www.w3.org/2000/01/rdf-schema#comment> "A day spa." .
-<http://schema.org/DaySpa> <http://www.w3.org/2000/01/rdf-schema#label> "DaySpa" .
-<http://schema.org/DaySpa> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/DaySpa> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HealthAndBeautyBusiness> .
-<http://schema.org/ProfilePage> <http://www.w3.org/2000/01/rdf-schema#comment> "Web page type: Profile page." .
-<http://schema.org/ProfilePage> <http://www.w3.org/2000/01/rdf-schema#label> "ProfilePage" .
-<http://schema.org/ProfilePage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ProfilePage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPage> .
-<http://schema.org/URL> <http://www.w3.org/2000/01/rdf-schema#comment> "Data type: URL." .
-<http://schema.org/URL> <http://www.w3.org/2000/01/rdf-schema#label> "URL" .
-<http://schema.org/URL> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/URL> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Text> .
-<http://schema.org/faxnumber> <http://schema.org/domain> <http://schema.org/Place> .
-<http://schema.org/faxnumber> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/faxnumber> <http://schema.org/domain> <http://schema.org/ContactPoint> .
-<http://schema.org/faxnumber> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/faxnumber> <http://www.w3.org/2000/01/rdf-schema#comment> "The fax number." .
-<http://schema.org/faxnumber> <http://www.w3.org/2000/01/rdf-schema#label> "faxnumber" .
-<http://schema.org/faxnumber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/faxnumber> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/significantlinks> <http://schema.org/domain> <http://schema.org/WebPage> .
-<http://schema.org/significantlinks> <http://www.w3.org/2000/01/rdf-schema#comment> "The most significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most" .
-<http://schema.org/significantlinks> <http://www.w3.org/2000/01/rdf-schema#label> "significantlinks" .
-<http://schema.org/significantlinks> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/significantlinks> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/MovieRentalStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A movie rental store." .
-<http://schema.org/MovieRentalStore> <http://www.w3.org/2000/01/rdf-schema#label> "MovieRentalStore" .
-<http://schema.org/MovieRentalStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/MovieRentalStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/partofseason> <http://schema.org/domain> <http://schema.org/TVEpisode> .
-<http://schema.org/partofseason> <http://www.w3.org/2000/01/rdf-schema#comment> "The season to which this episode belongs." .
-<http://schema.org/partofseason> <http://www.w3.org/2000/01/rdf-schema#label> "partofseason" .
-<http://schema.org/partofseason> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/partofseason> <http://schema.org/range> <http://schema.org/TVSeason> .
-<http://schema.org/image> <http://schema.org/domain> <http://schema.org/Thing> .
-<http://schema.org/image> <http://www.w3.org/2000/01/rdf-schema#comment> "URL of an image of the item." .
-<http://schema.org/image> <http://www.w3.org/2000/01/rdf-schema#label> "image" .
-<http://schema.org/image> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/image> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/Crematorium> <http://www.w3.org/2000/01/rdf-schema#comment> "A crematorium." .
-<http://schema.org/Crematorium> <http://www.w3.org/2000/01/rdf-schema#label> "Crematorium" .
-<http://schema.org/Crematorium> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Crematorium> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/recipecategory> <http://schema.org/domain> <http://schema.org/Recipe> .
-<http://schema.org/recipecategory> <http://www.w3.org/2000/01/rdf-schema#comment> "The category of the recipe\u2014for example, appetizer, entree, etc." .
-<http://schema.org/recipecategory> <http://www.w3.org/2000/01/rdf-schema#label> "recipecategory" .
-<http://schema.org/recipecategory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/recipecategory> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/AggregateRating> <http://www.w3.org/2000/01/rdf-schema#comment> "The average rating based on multiple ratings or reviews." .
-<http://schema.org/AggregateRating> <http://www.w3.org/2000/01/rdf-schema#label> "AggregateRating" .
-<http://schema.org/AggregateRating> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/AggregateRating> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Rating> .
-<http://schema.org/MusicAlbum> <http://www.w3.org/2000/01/rdf-schema#comment> "A collection of music tracks." .
+<http://schema.org/MensClothingStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A men's clothing store." .
+<http://schema.org/MensClothingStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/HVACBusiness> <http://www.w3.org/2000/01/rdf-schema#label> "HVACBusiness" .
+<http://schema.org/HVACBusiness> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HomeAndConstructionBusiness> .
+<http://schema.org/HVACBusiness> <http://www.w3.org/2000/01/rdf-schema#comment> "An HVAC service." .
+<http://schema.org/HVACBusiness> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/softwareApplicationSubCategory> <http://www.w3.org/2000/01/rdf-schema#label> "softwareApplicationSubCategory" .
+<http://schema.org/softwareApplicationSubCategory> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/softwareApplicationSubCategory> <http://www.w3.org/2000/01/rdf-schema#comment> "Subcategory of the application." .
+<http://schema.org/softwareApplicationSubCategory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/softwareApplicationSubCategory> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<http://schema.org/PoliceStation> <http://www.w3.org/2000/01/rdf-schema#label> "PoliceStation" .
+<http://schema.org/PoliceStation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EmergencyService> .
+<http://schema.org/PoliceStation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
+<http://schema.org/PoliceStation> <http://www.w3.org/2000/01/rdf-schema#comment> "A police station." .
+<http://schema.org/PoliceStation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/founders> <http://www.w3.org/2000/01/rdf-schema#label> "founders" .
+<http://schema.org/founders> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/founders> <http://www.w3.org/2000/01/rdf-schema#comment> "A person who founded this organization." .
+<http://schema.org/founders> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/founders> <http://schema.org/domain> <http://schema.org/Organization> .
+<http://schema.org/TVSeries> <http://www.w3.org/2000/01/rdf-schema#label> "TVSeries" .
+<http://schema.org/TVSeries> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
+<http://schema.org/TVSeries> <http://www.w3.org/2000/01/rdf-schema#comment> "A television series." .
+<http://schema.org/TVSeries> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/benefits> <http://www.w3.org/2000/01/rdf-schema#label> "benefits" .
+<http://schema.org/benefits> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/benefits> <http://www.w3.org/2000/01/rdf-schema#comment> "Description of benefits associated with the job." .
+<http://schema.org/benefits> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/benefits> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<http://schema.org/RealEstateAgent> <http://www.w3.org/2000/01/rdf-schema#label> "RealEstateAgent" .
+<http://schema.org/RealEstateAgent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
+<http://schema.org/RealEstateAgent> <http://www.w3.org/2000/01/rdf-schema#comment> "A real-estate agent." .
+<http://schema.org/RealEstateAgent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Review> <http://www.w3.org/2000/01/rdf-schema#label> "Review" .
+<http://schema.org/Review> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
+<http://schema.org/Review> <http://www.w3.org/2000/01/rdf-schema#comment> "A review of an item - for example, a restaurant, movie, or store." .
+<http://schema.org/Review> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Beach> <http://www.w3.org/2000/01/rdf-schema#label> "Beach" .
+<http://schema.org/Beach> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
+<http://schema.org/Beach> <http://www.w3.org/2000/01/rdf-schema#comment> "Beach." .
+<http://schema.org/Beach> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/url> <http://www.w3.org/2000/01/rdf-schema#label> "url" .
+<http://schema.org/url> <http://schema.org/range> <http://schema.org/URL> .
+<http://schema.org/url> <http://www.w3.org/2000/01/rdf-schema#comment> "URL of the item." .
+<http://schema.org/url> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/url> <http://schema.org/domain> <http://schema.org/Thing> .
+<http://schema.org/postalCode> <http://www.w3.org/2000/01/rdf-schema#label> "postalCode" .
+<http://schema.org/postalCode> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/postalCode> <http://www.w3.org/2000/01/rdf-schema#comment> "The postal code. For example, 94043." .
+<http://schema.org/postalCode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/postalCode> <http://schema.org/domain> <http://schema.org/PostalAddress> .
+<http://schema.org/geo> <http://www.w3.org/2000/01/rdf-schema#label> "geo" .
+<http://schema.org/geo> <http://schema.org/range> <http://schema.org/GeoShape> .
+<http://schema.org/geo> <http://schema.org/range> <http://schema.org/GeoCoordinates> .
+<http://schema.org/geo> <http://www.w3.org/2000/01/rdf-schema#comment> "The geo coordinates of the place." .
+<http://schema.org/geo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/geo> <http://schema.org/domain> <http://schema.org/Place> .
+<http://schema.org/Dentist> <http://www.w3.org/2000/01/rdf-schema#label> "Dentist" .
+<http://schema.org/Dentist> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/ProfessionalService> .
+<http://schema.org/Dentist> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/MedicalOrganization> .
+<http://schema.org/Dentist> <http://www.w3.org/2000/01/rdf-schema#comment> "A dentist." .
+<http://schema.org/Dentist> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Painting> <http://www.w3.org/2000/01/rdf-schema#label> "Painting" .
+<http://schema.org/Painting> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
+<http://schema.org/Painting> <http://www.w3.org/2000/01/rdf-schema#comment> "A painting." .
+<http://schema.org/Painting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/dateCreated> <http://www.w3.org/2000/01/rdf-schema#label> "dateCreated" .
+<http://schema.org/dateCreated> <http://schema.org/range> <http://schema.org/Date> .
+<http://schema.org/dateCreated> <http://www.w3.org/2000/01/rdf-schema#comment> "The date on which the CreativeWork was created." .
+<http://schema.org/dateCreated> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/dateCreated> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/gender> <http://www.w3.org/2000/01/rdf-schema#label> "gender" .
+<http://schema.org/gender> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/gender> <http://www.w3.org/2000/01/rdf-schema#comment> "Gender of the person." .
+<http://schema.org/gender> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/gender> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/NailSalon> <http://www.w3.org/2000/01/rdf-schema#label> "NailSalon" .
+<http://schema.org/NailSalon> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HealthAndBeautyBusiness> .
+<http://schema.org/NailSalon> <http://www.w3.org/2000/01/rdf-schema#comment> "A nail salon." .
+<http://schema.org/NailSalon> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/VeterinaryCare> <http://www.w3.org/2000/01/rdf-schema#label> "VeterinaryCare" .
+<http://schema.org/VeterinaryCare> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/MedicalOrganization> .
+<http://schema.org/VeterinaryCare> <http://www.w3.org/2000/01/rdf-schema#comment> "A vet's office." .
+<http://schema.org/VeterinaryCare> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/producer> <http://www.w3.org/2000/01/rdf-schema#label> "producer" .
+<http://schema.org/producer> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/producer> <http://www.w3.org/2000/01/rdf-schema#comment> "The producer of the movie, TV series, season, or episode, or video." .
+<http://schema.org/producer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/producer> <http://schema.org/domain> <http://schema.org/Movie> .
+<http://schema.org/producer> <http://schema.org/domain> <http://schema.org/TVSeries> .
+<http://schema.org/producer> <http://schema.org/domain> <http://schema.org/TVEpisode> .
+<http://schema.org/DanceEvent> <http://www.w3.org/2000/01/rdf-schema#label> "DanceEvent" .
+<http://schema.org/DanceEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
+<http://schema.org/DanceEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: A social dance." .
+<http://schema.org/DanceEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/GeneralContractor> <http://www.w3.org/2000/01/rdf-schema#label> "GeneralContractor" .
+<http://schema.org/GeneralContractor> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HomeAndConstructionBusiness> .
+<http://schema.org/GeneralContractor> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/ProfessionalService> .
+<http://schema.org/GeneralContractor> <http://www.w3.org/2000/01/rdf-schema#comment> "A general contractor." .
+<http://schema.org/GeneralContractor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/industry> <http://www.w3.org/2000/01/rdf-schema#label> "industry" .
+<http://schema.org/industry> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/industry> <http://www.w3.org/2000/01/rdf-schema#comment> "The industry associated with the job position." .
+<http://schema.org/industry> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/industry> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<http://schema.org/commentText> <http://www.w3.org/2000/01/rdf-schema#label> "commentText" .
+<http://schema.org/commentText> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/commentText> <http://www.w3.org/2000/01/rdf-schema#comment> "The text of the UserComment." .
+<http://schema.org/commentText> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/commentText> <http://schema.org/domain> <http://schema.org/UserComments> .
+<http://schema.org/currenciesAccepted> <http://www.w3.org/2000/01/rdf-schema#label> "currenciesAccepted" .
+<http://schema.org/currenciesAccepted> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/currenciesAccepted> <http://www.w3.org/2000/01/rdf-schema#comment> "The currency accepted (in ISO 4217 currency format)." .
+<http://schema.org/currenciesAccepted> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/currenciesAccepted> <http://schema.org/domain> <http://schema.org/LocalBusiness> .
+<http://schema.org/MotorcycleDealer> <http://www.w3.org/2000/01/rdf-schema#label> "MotorcycleDealer" .
+<http://schema.org/MotorcycleDealer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/AutomotiveBusiness> .
+<http://schema.org/MotorcycleDealer> <http://www.w3.org/2000/01/rdf-schema#comment> "A motorcycle dealer." .
+<http://schema.org/MotorcycleDealer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/ChildCare> <http://www.w3.org/2000/01/rdf-schema#label> "ChildCare" .
+<http://schema.org/ChildCare> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
+<http://schema.org/ChildCare> <http://www.w3.org/2000/01/rdf-schema#comment> "A Childcare center." .
+<http://schema.org/ChildCare> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/operatingSystems> <http://www.w3.org/2000/01/rdf-schema#label> "operatingSystems" .
+<http://schema.org/operatingSystems> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/operatingSystems> <http://www.w3.org/2000/01/rdf-schema#comment> "Operating systems supported (Windows 7, OSX 10.6, Android 1.6)." .
+<http://schema.org/operatingSystems> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/operatingSystems> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<http://schema.org/menu> <http://www.w3.org/2000/01/rdf-schema#label> "menu" .
+<http://schema.org/menu> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/menu> <http://schema.org/range> <http://schema.org/URL> .
+<http://schema.org/menu> <http://www.w3.org/2000/01/rdf-schema#comment> "Either the actual menu or a URL of the menu." .
+<http://schema.org/menu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/menu> <http://schema.org/domain> <http://schema.org/FoodEstablishment> .
+<http://schema.org/productionCompany> <http://www.w3.org/2000/01/rdf-schema#label> "productionCompany" .
+<http://schema.org/productionCompany> <http://schema.org/range> <http://schema.org/Organization> .
+<http://schema.org/productionCompany> <http://www.w3.org/2000/01/rdf-schema#comment> "The production company or studio that made the movie, TV series, season, or episode, or video." .
+<http://schema.org/productionCompany> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/productionCompany> <http://schema.org/domain> <http://schema.org/Movie> .
+<http://schema.org/productionCompany> <http://schema.org/domain> <http://schema.org/TVSeries> .
+<http://schema.org/productionCompany> <http://schema.org/domain> <http://schema.org/TVEpisode> .
+<http://schema.org/productionCompany> <http://schema.org/domain> <http://schema.org/VideoObject> .
+<http://schema.org/sodiumContent> <http://www.w3.org/2000/01/rdf-schema#label> "sodiumContent" .
+<http://schema.org/sodiumContent> <http://schema.org/range> <http://schema.org/Mass> .
+<http://schema.org/sodiumContent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of milligrams of sodium." .
+<http://schema.org/sodiumContent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/sodiumContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
+<http://schema.org/SportsEvent> <http://www.w3.org/2000/01/rdf-schema#label> "SportsEvent" .
+<http://schema.org/SportsEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
+<http://schema.org/SportsEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Sports event." .
+<http://schema.org/SportsEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/AutoRental> <http://www.w3.org/2000/01/rdf-schema#label> "AutoRental" .
+<http://schema.org/AutoRental> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/AutomotiveBusiness> .
+<http://schema.org/AutoRental> <http://www.w3.org/2000/01/rdf-schema#comment> "A car rental business." .
+<http://schema.org/AutoRental> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/BodyOfWater> <http://www.w3.org/2000/01/rdf-schema#label> "BodyOfWater" .
+<http://schema.org/BodyOfWater> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Landform> .
+<http://schema.org/BodyOfWater> <http://www.w3.org/2000/01/rdf-schema#comment> "A body of water, such as a sea, ocean, or lake." .
+<http://schema.org/BodyOfWater> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Hotel> <http://www.w3.org/2000/01/rdf-schema#label> "Hotel" .
+<http://schema.org/Hotel> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LodgingBusiness> .
+<http://schema.org/Hotel> <http://www.w3.org/2000/01/rdf-schema#comment> "A hotel." .
+<http://schema.org/Hotel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/headline> <http://www.w3.org/2000/01/rdf-schema#label> "headline" .
+<http://schema.org/headline> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/headline> <http://www.w3.org/2000/01/rdf-schema#comment> "Headline of the article" .
+<http://schema.org/headline> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/headline> <http://schema.org/domain> <http://schema.org/CreativeWork> .
 <http://schema.org/MusicAlbum> <http://www.w3.org/2000/01/rdf-schema#label> "MusicAlbum" .
-<http://schema.org/MusicAlbum> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
 <http://schema.org/MusicAlbum> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/MusicPlaylist> .
-<http://schema.org/HardwareStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A hardware store." .
-<http://schema.org/HardwareStore> <http://www.w3.org/2000/01/rdf-schema#label> "HardwareStore" .
-<http://schema.org/HardwareStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/HardwareStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/superevent> <http://schema.org/domain> <http://schema.org/Event> .
-<http://schema.org/superevent> <http://www.w3.org/2000/01/rdf-schema#comment> "An event that this event is a part of. For example, a collection of individual music performances might each have a music festival as their superEvent." .
-<http://schema.org/superevent> <http://www.w3.org/2000/01/rdf-schema#label> "superevent" .
-<http://schema.org/superevent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/superevent> <http://schema.org/range> <http://schema.org/Event> .
-<http://schema.org/UserPlusOnes> <http://www.w3.org/2000/01/rdf-schema#comment> "User interaction: +1." .
-<http://schema.org/UserPlusOnes> <http://www.w3.org/2000/01/rdf-schema#label> "UserPlusOnes" .
-<http://schema.org/UserPlusOnes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/UserPlusOnes> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/UserInteraction> .
-<http://schema.org/Brewery> <http://www.w3.org/2000/01/rdf-schema#comment> "Brewery." .
-<http://schema.org/Brewery> <http://www.w3.org/2000/01/rdf-schema#label> "Brewery" .
-<http://schema.org/Brewery> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Brewery> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FoodEstablishment> .
-<http://schema.org/EmploymentAgency> <http://www.w3.org/2000/01/rdf-schema#comment> "An employment agency." .
-<http://schema.org/EmploymentAgency> <http://www.w3.org/2000/01/rdf-schema#label> "EmploymentAgency" .
-<http://schema.org/EmploymentAgency> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/EmploymentAgency> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/HVACBusiness> <http://www.w3.org/2000/01/rdf-schema#comment> "An HVAC service." .
-<http://schema.org/HVACBusiness> <http://www.w3.org/2000/01/rdf-schema#label> "HVACBusiness" .
-<http://schema.org/HVACBusiness> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/HVACBusiness> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HomeAndConstructionBusiness> .
-<http://schema.org/episodenumber> <http://schema.org/domain> <http://schema.org/TVEpisode> .
-<http://schema.org/episodenumber> <http://www.w3.org/2000/01/rdf-schema#comment> "The episode number." .
-<http://schema.org/episodenumber> <http://www.w3.org/2000/01/rdf-schema#label> "episodenumber" .
-<http://schema.org/episodenumber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/episodenumber> <http://schema.org/range> <http://schema.org/Number> .
-<http://schema.org/City> <http://www.w3.org/2000/01/rdf-schema#comment> "A city or town." .
-<http://schema.org/City> <http://www.w3.org/2000/01/rdf-schema#label> "City" .
-<http://schema.org/City> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/City> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/AdministrativeArea> .
-<http://schema.org/addresscountry> <http://schema.org/domain> <http://schema.org/PostalAddress> .
-<http://schema.org/addresscountry> <http://www.w3.org/2000/01/rdf-schema#comment> "The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code." .
-<http://schema.org/addresscountry> <http://www.w3.org/2000/01/rdf-schema#label> "addresscountry" .
-<http://schema.org/addresscountry> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/addresscountry> <http://schema.org/range> <http://schema.org/Country> .
-<http://schema.org/uploaddate> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/uploaddate> <http://www.w3.org/2000/01/rdf-schema#comment> "Date when this media object was uploaded to this site." .
-<http://schema.org/uploaddate> <http://www.w3.org/2000/01/rdf-schema#label> "uploaddate" .
-<http://schema.org/uploaddate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/uploaddate> <http://schema.org/range> <http://schema.org/Date> .
-<http://schema.org/encodingformat> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/encodingformat> <http://www.w3.org/2000/01/rdf-schema#comment> "mp3, mpeg4, etc." .
-<http://schema.org/encodingformat> <http://www.w3.org/2000/01/rdf-schema#label> "encodingformat" .
-<http://schema.org/encodingformat> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/encodingformat> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/GeoShape> <http://www.w3.org/2000/01/rdf-schema#comment> "The geographic shape of a place." .
-<http://schema.org/GeoShape> <http://www.w3.org/2000/01/rdf-schema#label> "GeoShape" .
-<http://schema.org/GeoShape> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/GeoShape> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/StructuredValue> .
-<http://schema.org/bitrate> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/bitrate> <http://www.w3.org/2000/01/rdf-schema#comment> "The bitrate of the media object." .
-<http://schema.org/bitrate> <http://www.w3.org/2000/01/rdf-schema#label> "bitrate" .
-<http://schema.org/bitrate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/bitrate> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/EducationEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Education event." .
-<http://schema.org/EducationEvent> <http://www.w3.org/2000/01/rdf-schema#label> "EducationEvent" .
-<http://schema.org/EducationEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/EducationEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
-<http://schema.org/caption> <http://schema.org/domain> <http://schema.org/ImageObject> .
-<http://schema.org/caption> <http://schema.org/domain> <http://schema.org/VideoObject> .
-<http://schema.org/caption> <http://www.w3.org/2000/01/rdf-schema#comment> "The caption for this object." .
-<http://schema.org/caption> <http://www.w3.org/2000/01/rdf-schema#label> "caption" .
-<http://schema.org/caption> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/caption> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/BedAndBreakfast> <http://www.w3.org/2000/01/rdf-schema#comment> "Bed and breakfast." .
-<http://schema.org/BedAndBreakfast> <http://www.w3.org/2000/01/rdf-schema#label> "BedAndBreakfast" .
-<http://schema.org/BedAndBreakfast> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/BedAndBreakfast> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LodgingBusiness> .
-<http://schema.org/SoftwareApplicationType> <http://www.w3.org/2000/01/rdf-schema#comment> "Type of software application." .
-<http://schema.org/SoftwareApplicationType> <http://www.w3.org/2000/01/rdf-schema#label> "SoftwareApplicationType" .
-<http://schema.org/SoftwareApplicationType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/SoftwareApplicationType> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Enumeration> .
-<http://schema.org/seasonnumber> <http://schema.org/domain> <http://schema.org/TVSeason> .
-<http://schema.org/seasonnumber> <http://www.w3.org/2000/01/rdf-schema#comment> "The season number." .
-<http://schema.org/seasonnumber> <http://www.w3.org/2000/01/rdf-schema#label> "seasonnumber" .
-<http://schema.org/seasonnumber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/seasonnumber> <http://schema.org/range> <http://schema.org/Integer> .
-<http://schema.org/HighSchool> <http://www.w3.org/2000/01/rdf-schema#comment> "A high school." .
-<http://schema.org/HighSchool> <http://www.w3.org/2000/01/rdf-schema#label> "HighSchool" .
-<http://schema.org/HighSchool> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/HighSchool> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EducationalOrganization> .
-<http://schema.org/AutoWash> <http://www.w3.org/2000/01/rdf-schema#comment> "A car wash business." .
-<http://schema.org/AutoWash> <http://www.w3.org/2000/01/rdf-schema#label> "AutoWash" .
-<http://schema.org/AutoWash> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/AutoWash> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/AutomotiveBusiness> .
-<http://schema.org/SoftwareApplication> <http://www.w3.org/2000/01/rdf-schema#comment> "A software application." .
-<http://schema.org/SoftwareApplication> <http://www.w3.org/2000/01/rdf-schema#label> "SoftwareApplication" .
-<http://schema.org/SoftwareApplication> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/SoftwareApplication> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/softwareapplicationcategory> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/softwareapplicationcategory> <http://www.w3.org/2000/01/rdf-schema#comment> "Type of software application." .
-<http://schema.org/softwareapplicationcategory> <http://www.w3.org/2000/01/rdf-schema#label> "softwareapplicationcategory" .
-<http://schema.org/softwareapplicationcategory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/softwareapplicationcategory> <http://schema.org/range> <http://schema.org/SoftwareApplicationType> .
-<http://schema.org/operatingsystems> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/operatingsystems> <http://www.w3.org/2000/01/rdf-schema#comment> "Operating systems supported (Windows 7, OSX 10.6, Android 1.6)." .
-<http://schema.org/operatingsystems> <http://www.w3.org/2000/01/rdf-schema#label> "operatingsystems" .
-<http://schema.org/operatingsystems> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/operatingsystems> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/TVSeason> <http://www.w3.org/2000/01/rdf-schema#comment> "A TV season." .
-<http://schema.org/TVSeason> <http://www.w3.org/2000/01/rdf-schema#label> "TVSeason" .
-<http://schema.org/TVSeason> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/TVSeason> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/SkiResort> <http://www.w3.org/2000/01/rdf-schema#comment> "A ski resort." .
-<http://schema.org/SkiResort> <http://www.w3.org/2000/01/rdf-schema#label> "SkiResort" .
-<http://schema.org/SkiResort> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/SkiResort> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/SportsActivityLocation> .
-<http://schema.org/Courthouse> <http://www.w3.org/2000/01/rdf-schema#comment> "A courthouse." .
-<http://schema.org/Courthouse> <http://www.w3.org/2000/01/rdf-schema#label> "Courthouse" .
-<http://schema.org/Courthouse> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Courthouse> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/GovernmentBuilding> .
-<http://schema.org/RoofingContractor> <http://www.w3.org/2000/01/rdf-schema#comment> "A roofing contractor." .
-<http://schema.org/RoofingContractor> <http://www.w3.org/2000/01/rdf-schema#label> "RoofingContractor" .
-<http://schema.org/RoofingContractor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/RoofingContractor> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HomeAndConstructionBusiness> .
-<http://schema.org/RoofingContractor> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/ProfessionalService> .
-<http://schema.org/photos> <http://schema.org/domain> <http://schema.org/Place> .
-<http://schema.org/photos> <http://www.w3.org/2000/01/rdf-schema#comment> "Photographs of this place." .
-<http://schema.org/photos> <http://www.w3.org/2000/01/rdf-schema#label> "photos" .
-<http://schema.org/photos> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/photos> <http://schema.org/range> <http://schema.org/ImageObject> .
-<http://schema.org/photos> <http://schema.org/range> <http://schema.org/Photograph> .
-<http://schema.org/paymentaccepted> <http://schema.org/domain> <http://schema.org/LocalBusiness> .
-<http://schema.org/paymentaccepted> <http://www.w3.org/2000/01/rdf-schema#comment> "Cash, credit card, etc." .
-<http://schema.org/paymentaccepted> <http://www.w3.org/2000/01/rdf-schema#label> "paymentaccepted" .
-<http://schema.org/paymentaccepted> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/paymentaccepted> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/episodes> <http://schema.org/domain> <http://schema.org/TVSeason> .
-<http://schema.org/episodes> <http://schema.org/domain> <http://schema.org/TVSeries> .
-<http://schema.org/episodes> <http://www.w3.org/2000/01/rdf-schema#comment> "The episode of a TV series or season." .
-<http://schema.org/episodes> <http://www.w3.org/2000/01/rdf-schema#label> "episodes" .
-<http://schema.org/episodes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/episodes> <http://schema.org/range> <http://schema.org/TVEpisode> .
-<http://schema.org/Organization> <http://www.w3.org/2000/01/rdf-schema#comment> "An organization such as a school, NGO, corporation, club, etc." .
-<http://schema.org/Organization> <http://www.w3.org/2000/01/rdf-schema#label> "Organization" .
-<http://schema.org/Organization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Organization> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Thing> .
-<http://schema.org/DanceEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: A social dance." .
-<http://schema.org/DanceEvent> <http://www.w3.org/2000/01/rdf-schema#label> "DanceEvent" .
-<http://schema.org/DanceEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/DanceEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
-<http://schema.org/containedin> <http://schema.org/domain> <http://schema.org/Place> .
-<http://schema.org/containedin> <http://www.w3.org/2000/01/rdf-schema#comment> "The basic containment relation between places." .
-<http://schema.org/containedin> <http://www.w3.org/2000/01/rdf-schema#label> "containedin" .
-<http://schema.org/containedin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/containedin> <http://schema.org/range> <http://schema.org/Place> .
-<http://schema.org/Date> <http://www.w3.org/2000/01/rdf-schema#comment> "A date value in ISO 8601 date format." .
-<http://schema.org/Date> <http://www.w3.org/2000/01/rdf-schema#label> "Date" .
-<http://schema.org/Date> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Date> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/DataType> .
-<http://schema.org/birthdate> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/birthdate> <http://www.w3.org/2000/01/rdf-schema#comment> "Date of birth." .
-<http://schema.org/birthdate> <http://www.w3.org/2000/01/rdf-schema#label> "birthdate" .
-<http://schema.org/birthdate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/birthdate> <http://schema.org/range> <http://schema.org/Date> .
-<http://schema.org/worksfor> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/worksfor> <http://www.w3.org/2000/01/rdf-schema#comment> "Organizations that the person works for." .
-<http://schema.org/worksfor> <http://www.w3.org/2000/01/rdf-schema#label> "worksfor" .
-<http://schema.org/worksfor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/worksfor> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/SocialEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Social event." .
-<http://schema.org/SocialEvent> <http://www.w3.org/2000/01/rdf-schema#label> "SocialEvent" .
-<http://schema.org/SocialEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/SocialEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
-<http://schema.org/events> <http://schema.org/domain> <http://schema.org/Place> .
-<http://schema.org/events> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/events> <http://www.w3.org/2000/01/rdf-schema#comment> "Upcoming or past events associated with this place or organization." .
-<http://schema.org/events> <http://www.w3.org/2000/01/rdf-schema#label> "events" .
-<http://schema.org/events> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/events> <http://schema.org/range> <http://schema.org/Event> .
-<http://schema.org/AutoRental> <http://www.w3.org/2000/01/rdf-schema#comment> "A car rental business." .
-<http://schema.org/AutoRental> <http://www.w3.org/2000/01/rdf-schema#label> "AutoRental" .
-<http://schema.org/AutoRental> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/AutoRental> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/AutomotiveBusiness> .
-<http://schema.org/Embassy> <http://www.w3.org/2000/01/rdf-schema#comment> "An embassy." .
-<http://schema.org/Embassy> <http://www.w3.org/2000/01/rdf-schema#label> "Embassy" .
-<http://schema.org/Embassy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Embassy> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/GovernmentBuilding> .
-<http://schema.org/width> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/width> <http://www.w3.org/2000/01/rdf-schema#comment> "The width of the media object." .
-<http://schema.org/width> <http://www.w3.org/2000/01/rdf-schema#label> "width" .
-<http://schema.org/width> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/width> <http://schema.org/range> <http://schema.org/Distance> .
-<http://schema.org/copyrightholder> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/copyrightholder> <http://www.w3.org/2000/01/rdf-schema#comment> "The party holding the legal copyright to the CreativeWork." .
-<http://schema.org/copyrightholder> <http://www.w3.org/2000/01/rdf-schema#label> "copyrightholder" .
-<http://schema.org/copyrightholder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/copyrightholder> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/copyrightholder> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/preptime> <http://schema.org/domain> <http://schema.org/Recipe> .
-<http://schema.org/preptime> <http://www.w3.org/2000/01/rdf-schema#comment> "The length of time it takes to prepare the recipe, in ISO 8601 duration format." .
-<http://schema.org/preptime> <http://www.w3.org/2000/01/rdf-schema#label> "preptime" .
-<http://schema.org/preptime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/preptime> <http://schema.org/range> <http://schema.org/Duration> .
-<http://schema.org/homelocation> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/homelocation> <http://www.w3.org/2000/01/rdf-schema#comment> "A contact location for a person's residence." .
-<http://schema.org/homelocation> <http://www.w3.org/2000/01/rdf-schema#label> "homelocation" .
-<http://schema.org/homelocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/homelocation> <http://schema.org/range> <http://schema.org/Place> .
-<http://schema.org/homelocation> <http://schema.org/range> <http://schema.org/ContactPoint> .
-<http://schema.org/FireStation> <http://www.w3.org/2000/01/rdf-schema#comment> "A fire station. With firemen." .
-<http://schema.org/FireStation> <http://www.w3.org/2000/01/rdf-schema#label> "FireStation" .
-<http://schema.org/FireStation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/FireStation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/FireStation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EmergencyService> .
-<http://schema.org/RadioStation> <http://www.w3.org/2000/01/rdf-schema#comment> "A radio station." .
-<http://schema.org/RadioStation> <http://www.w3.org/2000/01/rdf-schema#label> "RadioStation" .
-<http://schema.org/RadioStation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/RadioStation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/elevation> <http://schema.org/domain> <http://schema.org/GeoCoordinates> .
-<http://schema.org/elevation> <http://schema.org/domain> <http://schema.org/GeoShape> .
-<http://schema.org/elevation> <http://www.w3.org/2000/01/rdf-schema#comment> "The elevation of a location." .
-<http://schema.org/elevation> <http://www.w3.org/2000/01/rdf-schema#label> "elevation" .
-<http://schema.org/elevation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/elevation> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/elevation> <http://schema.org/range> <http://schema.org/Number> .
-<http://schema.org/CivicStructure> <http://www.w3.org/2000/01/rdf-schema#comment> "A public structure, such as a town hall or concert hall." .
-<http://schema.org/CivicStructure> <http://www.w3.org/2000/01/rdf-schema#label> "CivicStructure" .
-<http://schema.org/CivicStructure> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/CivicStructure> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Place> .
-<http://schema.org/totaltime> <http://schema.org/domain> <http://schema.org/Recipe> .
-<http://schema.org/totaltime> <http://www.w3.org/2000/01/rdf-schema#comment> "The total time it takes to prepare and cook the recipe, in ISO 8601 duration format." .
-<http://schema.org/totaltime> <http://www.w3.org/2000/01/rdf-schema#label> "totaltime" .
-<http://schema.org/totaltime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/totaltime> <http://schema.org/range> <http://schema.org/Duration> .
-<http://schema.org/Electrician> <http://www.w3.org/2000/01/rdf-schema#comment> "An electrician." .
+<http://schema.org/MusicAlbum> <http://www.w3.org/2000/01/rdf-schema#comment> "A collection of music tracks." .
+<http://schema.org/MusicAlbum> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Campground> <http://www.w3.org/2000/01/rdf-schema#label> "Campground" .
+<http://schema.org/Campground> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
+<http://schema.org/Campground> <http://www.w3.org/2000/01/rdf-schema#comment> "A campground." .
+<http://schema.org/Campground> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/bookEdition> <http://www.w3.org/2000/01/rdf-schema#label> "bookEdition" .
+<http://schema.org/bookEdition> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/bookEdition> <http://www.w3.org/2000/01/rdf-schema#comment> "The edition of the book." .
+<http://schema.org/bookEdition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/bookEdition> <http://schema.org/domain> <http://schema.org/Book> .
+<http://schema.org/TouristAttraction> <http://www.w3.org/2000/01/rdf-schema#label> "TouristAttraction" .
+<http://schema.org/TouristAttraction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Place> .
+<http://schema.org/TouristAttraction> <http://www.w3.org/2000/01/rdf-schema#comment> "A tourist attraction." .
+<http://schema.org/TouristAttraction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/ContactPage> <http://www.w3.org/2000/01/rdf-schema#label> "ContactPage" .
+<http://schema.org/ContactPage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPage> .
+<http://schema.org/ContactPage> <http://www.w3.org/2000/01/rdf-schema#comment> "Web page type: Contact page." .
+<http://schema.org/ContactPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/trailer> <http://www.w3.org/2000/01/rdf-schema#label> "trailer" .
+<http://schema.org/trailer> <http://schema.org/range> <http://schema.org/VideoObject> .
+<http://schema.org/trailer> <http://www.w3.org/2000/01/rdf-schema#comment> "The trailer of the movie or TV series, season, or episode." .
+<http://schema.org/trailer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/trailer> <http://schema.org/domain> <http://schema.org/Movie> .
+<http://schema.org/trailer> <http://schema.org/domain> <http://schema.org/TVSeries> .
+<http://schema.org/trailer> <http://schema.org/domain> <http://schema.org/TVEpisode> .
+<http://schema.org/trailer> <http://schema.org/domain> <http://schema.org/TVSeason> .
+<http://schema.org/Plumber> <http://www.w3.org/2000/01/rdf-schema#label> "Plumber" .
+<http://schema.org/Plumber> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HomeAndConstructionBusiness> .
+<http://schema.org/Plumber> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/ProfessionalService> .
+<http://schema.org/Plumber> <http://www.w3.org/2000/01/rdf-schema#comment> "A plumbing service." .
+<http://schema.org/Plumber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/homeLocation> <http://www.w3.org/2000/01/rdf-schema#label> "homeLocation" .
+<http://schema.org/homeLocation> <http://schema.org/range> <http://schema.org/Place> .
+<http://schema.org/homeLocation> <http://schema.org/range> <http://schema.org/ContactPoint> .
+<http://schema.org/homeLocation> <http://www.w3.org/2000/01/rdf-schema#comment> "A contact location for a person's residence." .
+<http://schema.org/homeLocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/homeLocation> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/blogPosts> <http://www.w3.org/2000/01/rdf-schema#label> "blogPosts" .
+<http://schema.org/blogPosts> <http://schema.org/range> <http://schema.org/BlogPosting> .
+<http://schema.org/blogPosts> <http://www.w3.org/2000/01/rdf-schema#comment> "The postings that are part of this blog" .
+<http://schema.org/blogPosts> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/blogPosts> <http://schema.org/domain> <http://schema.org/Blog> .
+<http://schema.org/GasStation> <http://www.w3.org/2000/01/rdf-schema#label> "GasStation" .
+<http://schema.org/GasStation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/AutomotiveBusiness> .
+<http://schema.org/GasStation> <http://www.w3.org/2000/01/rdf-schema#comment> "A gas station." .
+<http://schema.org/GasStation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/isDownloadable> <http://www.w3.org/2000/01/rdf-schema#label> "isDownloadable" .
+<http://schema.org/isDownloadable> <http://schema.org/range> <http://schema.org/Boolean> .
+<http://schema.org/isDownloadable> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates whether the software is available for download." .
+<http://schema.org/isDownloadable> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/isDownloadable> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<http://schema.org/description> <http://www.w3.org/2000/01/rdf-schema#label> "description" .
+<http://schema.org/description> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/description> <http://www.w3.org/2000/01/rdf-schema#comment> "A short description of the item." .
+<http://schema.org/description> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/description> <http://schema.org/domain> <http://schema.org/Thing> .
+<http://schema.org/downloadURL> <http://www.w3.org/2000/01/rdf-schema#label> "downloadURL" .
+<http://schema.org/downloadURL> <http://schema.org/range> <http://schema.org/URL> .
+<http://schema.org/downloadURL> <http://www.w3.org/2000/01/rdf-schema#comment> "If the file can be downloaded, URL to download the binary." .
+<http://schema.org/downloadURL> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/downloadURL> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<http://schema.org/Continent> <http://www.w3.org/2000/01/rdf-schema#label> "Continent" .
+<http://schema.org/Continent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Landform> .
+<http://schema.org/Continent> <http://www.w3.org/2000/01/rdf-schema#comment> "One of the continents (for example, Europe or Africa)." .
+<http://schema.org/Continent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/countriesSupported> <http://www.w3.org/2000/01/rdf-schema#label> "countriesSupported" .
+<http://schema.org/countriesSupported> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/countriesSupported> <http://www.w3.org/2000/01/rdf-schema#comment> "Countries that allow the application." .
+<http://schema.org/countriesSupported> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/countriesSupported> <http://schema.org/domain> <http://schema.org/MobileSoftwareApplication> .
 <http://schema.org/Electrician> <http://www.w3.org/2000/01/rdf-schema#label> "Electrician" .
-<http://schema.org/Electrician> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
 <http://schema.org/Electrician> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HomeAndConstructionBusiness> .
 <http://schema.org/Electrician> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/ProfessionalService> .
-<http://schema.org/benefits> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/benefits> <http://www.w3.org/2000/01/rdf-schema#comment> "Description of benefits associated with the job." .
-<http://schema.org/benefits> <http://www.w3.org/2000/01/rdf-schema#label> "benefits" .
-<http://schema.org/benefits> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/benefits> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/Cemetery> <http://www.w3.org/2000/01/rdf-schema#comment> "A graveyard." .
-<http://schema.org/Cemetery> <http://www.w3.org/2000/01/rdf-schema#label> "Cemetery" .
-<http://schema.org/Cemetery> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Cemetery> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/actors> <http://schema.org/domain> <http://schema.org/TVSeries> .
-<http://schema.org/actors> <http://schema.org/domain> <http://schema.org/Movie> .
-<http://schema.org/actors> <http://schema.org/domain> <http://schema.org/TVEpisode> .
-<http://schema.org/actors> <http://www.w3.org/2000/01/rdf-schema#comment> "A cast member of the movie, TV series, season, or episode, or video." .
-<http://schema.org/actors> <http://www.w3.org/2000/01/rdf-schema#label> "actors" .
-<http://schema.org/actors> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/actors> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/replytourl> <http://schema.org/domain> <http://schema.org/UserComments> .
-<http://schema.org/replytourl> <http://www.w3.org/2000/01/rdf-schema#comment> "The URL at which a reply may be posted to the specified UserComment." .
-<http://schema.org/replytourl> <http://www.w3.org/2000/01/rdf-schema#label> "replytourl" .
-<http://schema.org/replytourl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/replytourl> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/associatedarticle> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/associatedarticle> <http://www.w3.org/2000/01/rdf-schema#comment> "A NewsArticle associated with the Media Object." .
-<http://schema.org/associatedarticle> <http://www.w3.org/2000/01/rdf-schema#label> "associatedarticle" .
-<http://schema.org/associatedarticle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/associatedarticle> <http://schema.org/range> <http://schema.org/NewsArticle> .
-<http://schema.org/audio> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/audio> <http://www.w3.org/2000/01/rdf-schema#comment> "An embedded audio object." .
-<http://schema.org/audio> <http://www.w3.org/2000/01/rdf-schema#label> "audio" .
-<http://schema.org/audio> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/audio> <http://schema.org/range> <http://schema.org/AudioObject> .
-<http://schema.org/contacttype> <http://schema.org/domain> <http://schema.org/ContactPoint> .
-<http://schema.org/contacttype> <http://www.w3.org/2000/01/rdf-schema#comment> "A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point." .
-<http://schema.org/contacttype> <http://www.w3.org/2000/01/rdf-schema#label> "contacttype" .
-<http://schema.org/contacttype> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/contacttype> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/ElectronicsStore> <http://www.w3.org/2000/01/rdf-schema#comment> "An electronics store." .
-<http://schema.org/ElectronicsStore> <http://www.w3.org/2000/01/rdf-schema#label> "ElectronicsStore" .
-<http://schema.org/ElectronicsStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ElectronicsStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/reviewrating> <http://schema.org/domain> <http://schema.org/Review> .
-<http://schema.org/reviewrating> <http://www.w3.org/2000/01/rdf-schema#comment> "The rating given in this review. Note that reviews can themselves be rated. The reviewRating applies to rating given by the review. The aggregateRating property applies to the review itself, as a creative work." .
-<http://schema.org/reviewrating> <http://www.w3.org/2000/01/rdf-schema#label> "reviewrating" .
-<http://schema.org/reviewrating> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/reviewrating> <http://schema.org/range> <http://schema.org/Rating> .
-<http://schema.org/BeautySalon> <http://www.w3.org/2000/01/rdf-schema#comment> "Beauty salon." .
-<http://schema.org/BeautySalon> <http://www.w3.org/2000/01/rdf-schema#label> "BeautySalon" .
-<http://schema.org/BeautySalon> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/BeautySalon> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HealthAndBeautyBusiness> .
-<http://schema.org/Optician> <http://www.w3.org/2000/01/rdf-schema#comment> "An optician's store." .
-<http://schema.org/Optician> <http://www.w3.org/2000/01/rdf-schema#label> "Optician" .
-<http://schema.org/Optician> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Optician> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/MedicalOrganization> .
-<http://schema.org/AutoDealer> <http://www.w3.org/2000/01/rdf-schema#comment> "An car dealership." .
-<http://schema.org/AutoDealer> <http://www.w3.org/2000/01/rdf-schema#label> "AutoDealer" .
-<http://schema.org/AutoDealer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/AutoDealer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/AutomotiveBusiness> .
-<http://schema.org/CatholicChurch> <http://www.w3.org/2000/01/rdf-schema#comment> "A Catholic church." .
-<http://schema.org/CatholicChurch> <http://www.w3.org/2000/01/rdf-schema#label> "CatholicChurch" .
-<http://schema.org/CatholicChurch> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/CatholicChurch> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/PlaceOfWorship> .
-<http://schema.org/thumbnailurl> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/thumbnailurl> <http://www.w3.org/2000/01/rdf-schema#comment> "A thumbnail image relevant to the Thing." .
-<http://schema.org/thumbnailurl> <http://www.w3.org/2000/01/rdf-schema#label> "thumbnailurl" .
-<http://schema.org/thumbnailurl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/thumbnailurl> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/Map> <http://www.w3.org/2000/01/rdf-schema#comment> "A map." .
-<http://schema.org/Map> <http://www.w3.org/2000/01/rdf-schema#label> "Map" .
-<http://schema.org/Map> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Map> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/ComedyEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Comedy event." .
-<http://schema.org/ComedyEvent> <http://www.w3.org/2000/01/rdf-schema#label> "ComedyEvent" .
-<http://schema.org/ComedyEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ComedyEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
-<http://schema.org/Residence> <http://www.w3.org/2000/01/rdf-schema#comment> "The place where a person lives." .
-<http://schema.org/Residence> <http://www.w3.org/2000/01/rdf-schema#label> "Residence" .
-<http://schema.org/Residence> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Residence> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Place> .
-<http://schema.org/State> <http://www.w3.org/2000/01/rdf-schema#comment> "A state or province." .
-<http://schema.org/State> <http://www.w3.org/2000/01/rdf-schema#label> "State" .
-<http://schema.org/State> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/State> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/AdministrativeArea> .
-<http://schema.org/GovernmentBuilding> <http://www.w3.org/2000/01/rdf-schema#comment> "A government building." .
-<http://schema.org/GovernmentBuilding> <http://www.w3.org/2000/01/rdf-schema#label> "GovernmentBuilding" .
-<http://schema.org/GovernmentBuilding> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/GovernmentBuilding> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/email> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/email> <http://schema.org/domain> <http://schema.org/ContactPoint> .
-<http://schema.org/email> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/email> <http://www.w3.org/2000/01/rdf-schema#comment> "Email address." .
-<http://schema.org/email> <http://www.w3.org/2000/01/rdf-schema#label> "email" .
-<http://schema.org/email> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/email> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/worstrating> <http://schema.org/domain> <http://schema.org/Rating> .
-<http://schema.org/worstrating> <http://www.w3.org/2000/01/rdf-schema#comment> "The lowest value allowed in this rating system. If worstRating is omitted, 1 is assumed." .
-<http://schema.org/worstrating> <http://www.w3.org/2000/01/rdf-schema#label> "worstrating" .
-<http://schema.org/worstrating> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/worstrating> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/worstrating> <http://schema.org/range> <http://schema.org/Number> .
-<http://schema.org/director> <http://schema.org/domain> <http://schema.org/TVSeries> .
-<http://schema.org/director> <http://schema.org/domain> <http://schema.org/Movie> .
-<http://schema.org/director> <http://schema.org/domain> <http://schema.org/TVEpisode> .
-<http://schema.org/director> <http://www.w3.org/2000/01/rdf-schema#comment> "The director of the movie, TV episode, or series." .
-<http://schema.org/director> <http://www.w3.org/2000/01/rdf-schema#label> "director" .
-<http://schema.org/director> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/director> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/polygon> <http://schema.org/domain> <http://schema.org/GeoShape> .
-<http://schema.org/polygon> <http://www.w3.org/2000/01/rdf-schema#comment> "A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more spacedelimited points where the first and final points are identical." .
-<http://schema.org/polygon> <http://www.w3.org/2000/01/rdf-schema#label> "polygon" .
-<http://schema.org/polygon> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/polygon> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/SportsClub> <http://www.w3.org/2000/01/rdf-schema#comment> "A sports club." .
-<http://schema.org/SportsClub> <http://www.w3.org/2000/01/rdf-schema#label> "SportsClub" .
-<http://schema.org/SportsClub> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/SportsClub> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/SportsActivityLocation> .
-<http://schema.org/box> <http://schema.org/domain> <http://schema.org/GeoShape> .
-<http://schema.org/box> <http://www.w3.org/2000/01/rdf-schema#comment> "A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more spacedelimited points where the first and final points are identical." .
-<http://schema.org/box> <http://www.w3.org/2000/01/rdf-schema#label> "box" .
-<http://schema.org/box> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/box> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/Integer> <http://www.w3.org/2000/01/rdf-schema#comment> "Data type: Integer." .
-<http://schema.org/Integer> <http://www.w3.org/2000/01/rdf-schema#label> "Integer" .
-<http://schema.org/Integer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Integer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Number> .
-<http://schema.org/PerformingGroup> <http://www.w3.org/2000/01/rdf-schema#comment> "A performance group, such as a band, an orchestra, or a circus." .
-<http://schema.org/PerformingGroup> <http://www.w3.org/2000/01/rdf-schema#label> "PerformingGroup" .
-<http://schema.org/PerformingGroup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/PerformingGroup> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Organization> .
-<http://schema.org/AutoRepair> <http://www.w3.org/2000/01/rdf-schema#comment> "Car repair business." .
-<http://schema.org/AutoRepair> <http://www.w3.org/2000/01/rdf-schema#label> "AutoRepair" .
-<http://schema.org/AutoRepair> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/AutoRepair> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/AutomotiveBusiness> .
-<http://schema.org/ProfessionalService> <http://www.w3.org/2000/01/rdf-schema#comment> "Provider of professional services." .
-<http://schema.org/ProfessionalService> <http://www.w3.org/2000/01/rdf-schema#label> "ProfessionalService" .
-<http://schema.org/ProfessionalService> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ProfessionalService> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/servingsize> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/servingsize> <http://www.w3.org/2000/01/rdf-schema#comment> "The serving size, in terms of the number of volume or mass" .
-<http://schema.org/servingsize> <http://www.w3.org/2000/01/rdf-schema#label> "servingsize" .
-<http://schema.org/servingsize> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/servingsize> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/Intangible> <http://www.w3.org/2000/01/rdf-schema#comment> "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." .
-<http://schema.org/Intangible> <http://www.w3.org/2000/01/rdf-schema#label> "Intangible" .
-<http://schema.org/Intangible> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Intangible> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Thing> .
-<http://schema.org/editor> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/editor> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies the Person who edited the CreativeWork." .
-<http://schema.org/editor> <http://www.w3.org/2000/01/rdf-schema#label> "editor" .
-<http://schema.org/editor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/editor> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/streetaddress> <http://schema.org/domain> <http://schema.org/PostalAddress> .
-<http://schema.org/streetaddress> <http://www.w3.org/2000/01/rdf-schema#comment> "The street address. For example, 1600 Amphitheatre Pkwy." .
-<http://schema.org/streetaddress> <http://www.w3.org/2000/01/rdf-schema#label> "streetaddress" .
-<http://schema.org/streetaddress> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/streetaddress> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/contentrating> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/contentrating> <http://www.w3.org/2000/01/rdf-schema#comment> "Official rating of a piece of content\u2014for example,'MPAA PG-13'." .
-<http://schema.org/contentrating> <http://www.w3.org/2000/01/rdf-schema#label> "contentrating" .
-<http://schema.org/contentrating> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/contentrating> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/availabilitydeprecated> <http://schema.org/domain> <http://schema.org/Offer> .
-<http://schema.org/availabilitydeprecated> <http://www.w3.org/2000/01/rdf-schema#comment> "The availability of this item\u2014for example In stock, Out of stock, Pre-order, etc." .
-<http://schema.org/availabilitydeprecated> <http://www.w3.org/2000/01/rdf-schema#label> "availabilitydeprecated" .
-<http://schema.org/availabilitydeprecated> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/availabilitydeprecated> <http://schema.org/range> <http://schema.org/Thing> .
-<http://schema.org/RealEstateAgent> <http://www.w3.org/2000/01/rdf-schema#comment> "A real-estate agent." .
-<http://schema.org/RealEstateAgent> <http://www.w3.org/2000/01/rdf-schema#label> "RealEstateAgent" .
-<http://schema.org/RealEstateAgent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/RealEstateAgent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/SubwayStation> <http://www.w3.org/2000/01/rdf-schema#comment> "A subway station." .
-<http://schema.org/SubwayStation> <http://www.w3.org/2000/01/rdf-schema#label> "SubwayStation" .
-<http://schema.org/SubwayStation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/SubwayStation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/usagetermsdeprecated> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/usagetermsdeprecated> <http://www.w3.org/2000/01/rdf-schema#comment> "A statement about the usage terms pertaining to the CreativeWork." .
-<http://schema.org/usagetermsdeprecated> <http://www.w3.org/2000/01/rdf-schema#label> "usagetermsdeprecated" .
-<http://schema.org/usagetermsdeprecated> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/usagetermsdeprecated> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/usagetermsdeprecated> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/DefenceEstablishment> <http://www.w3.org/2000/01/rdf-schema#comment> "A defence establishment, such as an army or navy base." .
-<http://schema.org/DefenceEstablishment> <http://www.w3.org/2000/01/rdf-schema#label> "DefenceEstablishment" .
-<http://schema.org/DefenceEstablishment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/DefenceEstablishment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/GovernmentBuilding> .
-<http://schema.org/ApartmentComplex> <http://www.w3.org/2000/01/rdf-schema#comment> "Residence type: Apartment complex." .
-<http://schema.org/ApartmentComplex> <http://www.w3.org/2000/01/rdf-schema#label> "ApartmentComplex" .
-<http://schema.org/ApartmentComplex> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ApartmentComplex> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Residence> .
-<http://schema.org/exifdata> <http://schema.org/domain> <http://schema.org/ImageObject> .
-<http://schema.org/exifdata> <http://www.w3.org/2000/01/rdf-schema#comment> "exif data for this object." .
-<http://schema.org/exifdata> <http://www.w3.org/2000/01/rdf-schema#label> "exifdata" .
-<http://schema.org/exifdata> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/exifdata> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/name> <http://schema.org/domain> <http://schema.org/Thing> .
-<http://schema.org/name> <http://www.w3.org/2000/01/rdf-schema#comment> "The name of the item." .
-<http://schema.org/name> <http://www.w3.org/2000/01/rdf-schema#label> "name" .
-<http://schema.org/name> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/name> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/NightClub> <http://www.w3.org/2000/01/rdf-schema#comment> "A nightclub or discotheque." .
-<http://schema.org/NightClub> <http://www.w3.org/2000/01/rdf-schema#label> "NightClub" .
-<http://schema.org/NightClub> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/NightClub> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EntertainmentBusiness> .
-<http://schema.org/Float> <http://www.w3.org/2000/01/rdf-schema#comment> "Data type: Floating number." .
-<http://schema.org/Float> <http://www.w3.org/2000/01/rdf-schema#label> "Float" .
-<http://schema.org/Float> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Float> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Number> .
-<http://schema.org/EventVenue> <http://www.w3.org/2000/01/rdf-schema#comment> "An event venue." .
-<http://schema.org/EventVenue> <http://www.w3.org/2000/01/rdf-schema#label> "EventVenue" .
-<http://schema.org/EventVenue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/EventVenue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/isfamilyfriendly> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/isfamilyfriendly> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates whether this content is family friendly." .
-<http://schema.org/isfamilyfriendly> <http://www.w3.org/2000/01/rdf-schema#label> "isfamilyfriendly" .
-<http://schema.org/isfamilyfriendly> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/isfamilyfriendly> <http://schema.org/range> <http://schema.org/Boolean> .
-<http://schema.org/ImageGallery> <http://www.w3.org/2000/01/rdf-schema#comment> "Web page type: Image gallery page." .
-<http://schema.org/ImageGallery> <http://www.w3.org/2000/01/rdf-schema#label> "ImageGallery" .
-<http://schema.org/ImageGallery> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ImageGallery> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CollectionPage> .
-<http://schema.org/deathdate> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/deathdate> <http://www.w3.org/2000/01/rdf-schema#comment> "Date of death." .
-<http://schema.org/deathdate> <http://www.w3.org/2000/01/rdf-schema#label> "deathdate" .
-<http://schema.org/deathdate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/deathdate> <http://schema.org/range> <http://schema.org/Date> .
-<http://schema.org/seller> <http://schema.org/domain> <http://schema.org/Offer> .
-<http://schema.org/seller> <http://www.w3.org/2000/01/rdf-schema#comment> "The seller of the product." .
-<http://schema.org/seller> <http://www.w3.org/2000/01/rdf-schema#label> "seller" .
-<http://schema.org/seller> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/seller> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/Volcano> <http://www.w3.org/2000/01/rdf-schema#comment> "A volcano, like Fuji san" .
-<http://schema.org/Volcano> <http://www.w3.org/2000/01/rdf-schema#label> "Volcano" .
-<http://schema.org/Volcano> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Volcano> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Landform> .
-<http://schema.org/JobPosting> <http://www.w3.org/2000/01/rdf-schema#comment> "A listing that describes a job opening in a certain organization." .
-<http://schema.org/JobPosting> <http://www.w3.org/2000/01/rdf-schema#label> "JobPosting" .
-<http://schema.org/JobPosting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/JobPosting> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Intangible> .
-<http://schema.org/copyrightyear> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/copyrightyear> <http://www.w3.org/2000/01/rdf-schema#comment> "The year during which the claimed copyright for the CreativeWork was first asserted." .
-<http://schema.org/copyrightyear> <http://www.w3.org/2000/01/rdf-schema#label> "copyrightyear" .
-<http://schema.org/copyrightyear> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/copyrightyear> <http://schema.org/range> <http://schema.org/Number> .
-<http://schema.org/latitude> <http://schema.org/domain> <http://schema.org/GeoCoordinates> .
-<http://schema.org/latitude> <http://www.w3.org/2000/01/rdf-schema#comment> "The latitude of a location. For example 37.42242." .
+<http://schema.org/Electrician> <http://www.w3.org/2000/01/rdf-schema#comment> "An electrician." .
+<http://schema.org/Electrician> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/OceanBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#label> "OceanBodyOfWater" .
+<http://schema.org/OceanBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/BodyOfWater> .
+<http://schema.org/OceanBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#comment> "An ocean (for example, the Pacific)." .
+<http://schema.org/OceanBodyOfWater> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/AmusementPark> <http://www.w3.org/2000/01/rdf-schema#label> "AmusementPark" .
+<http://schema.org/AmusementPark> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EntertainmentBusiness> .
+<http://schema.org/AmusementPark> <http://www.w3.org/2000/01/rdf-schema#comment> "An amusement park." .
+<http://schema.org/AmusementPark> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/UserTweets> <http://www.w3.org/2000/01/rdf-schema#label> "UserTweets" .
+<http://schema.org/UserTweets> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/UserInteraction> .
+<http://schema.org/UserTweets> <http://www.w3.org/2000/01/rdf-schema#comment> "User interaction: Tweets." .
+<http://schema.org/UserTweets> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Attorney> <http://www.w3.org/2000/01/rdf-schema#label> "Attorney" .
+<http://schema.org/Attorney> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/ProfessionalService> .
+<http://schema.org/Attorney> <http://www.w3.org/2000/01/rdf-schema#comment> "Professional service: Attorney." .
+<http://schema.org/Attorney> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/PublicSwimmingPool> <http://www.w3.org/2000/01/rdf-schema#label> "PublicSwimmingPool" .
+<http://schema.org/PublicSwimmingPool> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/SportsActivityLocation> .
+<http://schema.org/PublicSwimmingPool> <http://www.w3.org/2000/01/rdf-schema#comment> "A public swimming pool." .
+<http://schema.org/PublicSwimmingPool> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/addressCountry> <http://www.w3.org/2000/01/rdf-schema#label> "addressCountry" .
+<http://schema.org/addressCountry> <http://schema.org/range> <http://schema.org/Country> .
+<http://schema.org/addressCountry> <http://www.w3.org/2000/01/rdf-schema#comment> "The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code." .
+<http://schema.org/addressCountry> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/addressCountry> <http://schema.org/domain> <http://schema.org/PostalAddress> .
+<http://schema.org/thumbnailUrl> <http://www.w3.org/2000/01/rdf-schema#label> "thumbnailUrl" .
+<http://schema.org/thumbnailUrl> <http://schema.org/range> <http://schema.org/URL> .
+<http://schema.org/thumbnailUrl> <http://www.w3.org/2000/01/rdf-schema#comment> "A thumbnail image relevant to the Thing." .
+<http://schema.org/thumbnailUrl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/thumbnailUrl> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/spouse> <http://www.w3.org/2000/01/rdf-schema#label> "spouse" .
+<http://schema.org/spouse> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/spouse> <http://www.w3.org/2000/01/rdf-schema#comment> "The person's spouse." .
+<http://schema.org/spouse> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/spouse> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/aggregateRating> <http://www.w3.org/2000/01/rdf-schema#label> "aggregateRating" .
+<http://schema.org/aggregateRating> <http://schema.org/range> <http://schema.org/AggregateRating> .
+<http://schema.org/aggregateRating> <http://www.w3.org/2000/01/rdf-schema#comment> "The overall rating, based on a collection of reviews or ratings, of the item." .
+<http://schema.org/aggregateRating> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/aggregateRating> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/aggregateRating> <http://schema.org/domain> <http://schema.org/Place> .
+<http://schema.org/aggregateRating> <http://schema.org/domain> <http://schema.org/Organization> .
+<http://schema.org/aggregateRating> <http://schema.org/domain> <http://schema.org/Product> .
+<http://schema.org/aggregateRating> <http://schema.org/domain> <http://schema.org/Offer> .
+<http://schema.org/Airport> <http://www.w3.org/2000/01/rdf-schema#label> "Airport" .
+<http://schema.org/Airport> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
+<http://schema.org/Airport> <http://www.w3.org/2000/01/rdf-schema#comment> "An airport." .
+<http://schema.org/Airport> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/AggregateOffer> <http://www.w3.org/2000/01/rdf-schema#label> "AggregateOffer" .
+<http://schema.org/AggregateOffer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Offer> .
+<http://schema.org/AggregateOffer> <http://www.w3.org/2000/01/rdf-schema#comment> "When a single product that has different offers (for example, the same pair of shoes is offered by different merchants), then AggregateOffer can be used." .
+<http://schema.org/AggregateOffer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/telephone> <http://www.w3.org/2000/01/rdf-schema#label> "telephone" .
+<http://schema.org/telephone> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/telephone> <http://www.w3.org/2000/01/rdf-schema#comment> "The telephone number." .
+<http://schema.org/telephone> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/telephone> <http://schema.org/domain> <http://schema.org/Place> .
+<http://schema.org/telephone> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/telephone> <http://schema.org/domain> <http://schema.org/Organization> .
+<http://schema.org/telephone> <http://schema.org/domain> <http://schema.org/ContactPoint> .
+<http://schema.org/numberOfEpisodes> <http://www.w3.org/2000/01/rdf-schema#label> "numberOfEpisodes" .
+<http://schema.org/numberOfEpisodes> <http://schema.org/range> <http://schema.org/Number> .
+<http://schema.org/numberOfEpisodes> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of episodes in this season or series." .
+<http://schema.org/numberOfEpisodes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/numberOfEpisodes> <http://schema.org/domain> <http://schema.org/TVSeries> .
+<http://schema.org/numberOfEpisodes> <http://schema.org/domain> <http://schema.org/TVSeason> .
+<http://schema.org/line> <http://www.w3.org/2000/01/rdf-schema#label> "line" .
+<http://schema.org/line> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/line> <http://www.w3.org/2000/01/rdf-schema#comment> "A line is a point-to-point path consisting of two or more points. A line is expressed as a series of two or more point objects separated by space." .
+<http://schema.org/line> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/line> <http://schema.org/domain> <http://schema.org/GeoShape> .
+<http://schema.org/priceRange> <http://www.w3.org/2000/01/rdf-schema#label> "priceRange" .
+<http://schema.org/priceRange> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/priceRange> <http://www.w3.org/2000/01/rdf-schema#comment> "The price range of the business, for example $$$." .
+<http://schema.org/priceRange> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/priceRange> <http://schema.org/domain> <http://schema.org/LocalBusiness> .
+<http://schema.org/GroceryStore> <http://www.w3.org/2000/01/rdf-schema#label> "GroceryStore" .
+<http://schema.org/GroceryStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
+<http://schema.org/GroceryStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A grocery store." .
+<http://schema.org/GroceryStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/GeoCoordinates> <http://www.w3.org/2000/01/rdf-schema#label> "GeoCoordinates" .
+<http://schema.org/GeoCoordinates> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/StructuredValue> .
+<http://schema.org/GeoCoordinates> <http://www.w3.org/2000/01/rdf-schema#comment> "The geographic coordinates of a place or event." .
+<http://schema.org/GeoCoordinates> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/subEvents> <http://www.w3.org/2000/01/rdf-schema#label> "subEvents" .
+<http://schema.org/subEvents> <http://schema.org/range> <http://schema.org/Event> .
+<http://schema.org/subEvents> <http://www.w3.org/2000/01/rdf-schema#comment> "Events that are a part of this event. For example, a conference event includes many presentations, each are subEvents of the conference." .
+<http://schema.org/subEvents> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/subEvents> <http://schema.org/domain> <http://schema.org/Event> .
+<http://schema.org/HomeGoodsStore> <http://www.w3.org/2000/01/rdf-schema#label> "HomeGoodsStore" .
+<http://schema.org/HomeGoodsStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
+<http://schema.org/HomeGoodsStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A home goods store." .
+<http://schema.org/HomeGoodsStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/SkiResort> <http://www.w3.org/2000/01/rdf-schema#label> "SkiResort" .
+<http://schema.org/SkiResort> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/SportsActivityLocation> .
+<http://schema.org/SkiResort> <http://www.w3.org/2000/01/rdf-schema#comment> "A ski resort." .
+<http://schema.org/SkiResort> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/fatContent> <http://www.w3.org/2000/01/rdf-schema#label> "fatContent" .
+<http://schema.org/fatContent> <http://schema.org/range> <http://schema.org/Mass> .
+<http://schema.org/fatContent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of grams of fat." .
+<http://schema.org/fatContent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/fatContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
+<http://schema.org/significantLinks> <http://www.w3.org/2000/01/rdf-schema#label> "significantLinks" .
+<http://schema.org/significantLinks> <http://schema.org/range> <http://schema.org/URL> .
+<http://schema.org/significantLinks> <http://www.w3.org/2000/01/rdf-schema#comment> "The most significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most" .
+<http://schema.org/significantLinks> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/significantLinks> <http://schema.org/domain> <http://schema.org/WebPage> .
+<http://schema.org/contentLocation> <http://www.w3.org/2000/01/rdf-schema#label> "contentLocation" .
+<http://schema.org/contentLocation> <http://schema.org/range> <http://schema.org/Place> .
+<http://schema.org/contentLocation> <http://www.w3.org/2000/01/rdf-schema#comment> "The location of the content." .
+<http://schema.org/contentLocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/contentLocation> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/MotorcycleRepair> <http://www.w3.org/2000/01/rdf-schema#label> "MotorcycleRepair" .
+<http://schema.org/MotorcycleRepair> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/AutomotiveBusiness> .
+<http://schema.org/MotorcycleRepair> <http://www.w3.org/2000/01/rdf-schema#comment> "A motorcycle repair shop." .
+<http://schema.org/MotorcycleRepair> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/discusses> <http://www.w3.org/2000/01/rdf-schema#label> "discusses" .
+<http://schema.org/discusses> <http://schema.org/range> <http://schema.org/CreativeWork> .
+<http://schema.org/discusses> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies the CreativeWork associated with the UserComment." .
+<http://schema.org/discusses> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/discusses> <http://schema.org/domain> <http://schema.org/UserComments> .
+<http://schema.org/bookFormat> <http://www.w3.org/2000/01/rdf-schema#label> "bookFormat" .
+<http://schema.org/bookFormat> <http://schema.org/range> <http://schema.org/BookFormatType> .
+<http://schema.org/bookFormat> <http://www.w3.org/2000/01/rdf-schema#comment> "The format of the book." .
+<http://schema.org/bookFormat> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/bookFormat> <http://schema.org/domain> <http://schema.org/Book> .
+<http://schema.org/MediaObject> <http://www.w3.org/2000/01/rdf-schema#label> "MediaObject" .
+<http://schema.org/MediaObject> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
+<http://schema.org/MediaObject> <http://www.w3.org/2000/01/rdf-schema#comment> "An image, video, or audio object embedded in a web page. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's)." .
+<http://schema.org/MediaObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/FurnitureStore> <http://www.w3.org/2000/01/rdf-schema#label> "FurnitureStore" .
+<http://schema.org/FurnitureStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
+<http://schema.org/FurnitureStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A furniture store." .
+<http://schema.org/FurnitureStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
 <http://schema.org/latitude> <http://www.w3.org/2000/01/rdf-schema#label> "latitude" .
-<http://schema.org/latitude> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
 <http://schema.org/latitude> <http://schema.org/range> <http://schema.org/Text> .
 <http://schema.org/latitude> <http://schema.org/range> <http://schema.org/Number> .
-<http://schema.org/Photograph> <http://www.w3.org/2000/01/rdf-schema#comment> "A photograph." .
-<http://schema.org/Photograph> <http://www.w3.org/2000/01/rdf-schema#label> "Photograph" .
-<http://schema.org/Photograph> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Photograph> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/Zoo> <http://www.w3.org/2000/01/rdf-schema#comment> "A zoo." .
-<http://schema.org/Zoo> <http://www.w3.org/2000/01/rdf-schema#label> "Zoo" .
-<http://schema.org/Zoo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Zoo> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/UserLikes> <http://www.w3.org/2000/01/rdf-schema#comment> "User interaction: Like an item." .
-<http://schema.org/UserLikes> <http://www.w3.org/2000/01/rdf-schema#label> "UserLikes" .
-<http://schema.org/UserLikes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/UserLikes> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/UserInteraction> .
-<http://schema.org/honorificsuffix> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/honorificsuffix> <http://www.w3.org/2000/01/rdf-schema#comment> "An honorific suffix preceding a Person's name such as M.D. /PhD/MSCSW." .
-<http://schema.org/honorificsuffix> <http://www.w3.org/2000/01/rdf-schema#label> "honorificsuffix" .
-<http://schema.org/honorificsuffix> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/honorificsuffix> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/AdultEntertainment> <http://www.w3.org/2000/01/rdf-schema#comment> "An adult entertainment establishment." .
-<http://schema.org/AdultEntertainment> <http://www.w3.org/2000/01/rdf-schema#label> "AdultEntertainment" .
-<http://schema.org/AdultEntertainment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/AdultEntertainment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EntertainmentBusiness> .
-<http://schema.org/ispartof> <http://schema.org/domain> <http://schema.org/WebPage> .
-<http://schema.org/ispartof> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates the collection or gallery to which the item belongs." .
-<http://schema.org/ispartof> <http://www.w3.org/2000/01/rdf-schema#label> "ispartof" .
-<http://schema.org/ispartof> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/ispartof> <http://schema.org/range> <http://schema.org/CollectionPage> .
-<http://schema.org/CityHall> <http://www.w3.org/2000/01/rdf-schema#comment> "A city hall." .
+<http://schema.org/latitude> <http://www.w3.org/2000/01/rdf-schema#comment> "The latitude of a location. For example 37.42242." .
+<http://schema.org/latitude> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/latitude> <http://schema.org/domain> <http://schema.org/GeoCoordinates> .
+<http://schema.org/WPFooter> <http://www.w3.org/2000/01/rdf-schema#label> "WPFooter" .
+<http://schema.org/WPFooter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPageElement> .
+<http://schema.org/WPFooter> <http://www.w3.org/2000/01/rdf-schema#comment> "The footer section of the page." .
+<http://schema.org/WPFooter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/MobilePhoneStore> <http://www.w3.org/2000/01/rdf-schema#label> "MobilePhoneStore" .
+<http://schema.org/MobilePhoneStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
+<http://schema.org/MobilePhoneStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A mobile-phone store." .
+<http://schema.org/MobilePhoneStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/OutletStore> <http://www.w3.org/2000/01/rdf-schema#label> "OutletStore" .
+<http://schema.org/OutletStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
+<http://schema.org/OutletStore> <http://www.w3.org/2000/01/rdf-schema#comment> "An outlet store." .
+<http://schema.org/OutletStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Aquarium> <http://www.w3.org/2000/01/rdf-schema#label> "Aquarium" .
+<http://schema.org/Aquarium> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
+<http://schema.org/Aquarium> <http://www.w3.org/2000/01/rdf-schema#comment> "Aquarium." .
+<http://schema.org/Aquarium> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/worstRating> <http://www.w3.org/2000/01/rdf-schema#label> "worstRating" .
+<http://schema.org/worstRating> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/worstRating> <http://schema.org/range> <http://schema.org/Number> .
+<http://schema.org/worstRating> <http://www.w3.org/2000/01/rdf-schema#comment> "The lowest value allowed in this rating system. If worstRating is omitted, 1 is assumed." .
+<http://schema.org/worstRating> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/worstRating> <http://schema.org/domain> <http://schema.org/Rating> .
+<http://schema.org/MusicGroup> <http://www.w3.org/2000/01/rdf-schema#label> "MusicGroup" .
+<http://schema.org/MusicGroup> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/PerformingGroup> .
+<http://schema.org/MusicGroup> <http://www.w3.org/2000/01/rdf-schema#comment> "A musical group, such as a band, an orchestra, or a choir. Can also be a solo musician." .
+<http://schema.org/MusicGroup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/mainContentOfPage> <http://www.w3.org/2000/01/rdf-schema#label> "mainContentOfPage" .
+<http://schema.org/mainContentOfPage> <http://schema.org/range> <http://schema.org/WebPageElement> .
+<http://schema.org/mainContentOfPage> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates if this web page element is the main subject of the page." .
+<http://schema.org/mainContentOfPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/mainContentOfPage> <http://schema.org/domain> <http://schema.org/WebPage> .
+<http://schema.org/datePosted> <http://www.w3.org/2000/01/rdf-schema#label> "datePosted" .
+<http://schema.org/datePosted> <http://schema.org/range> <http://schema.org/Date> .
+<http://schema.org/datePosted> <http://www.w3.org/2000/01/rdf-schema#comment> "Publication date for the job posting." .
+<http://schema.org/datePosted> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/datePosted> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<http://schema.org/familyName> <http://www.w3.org/2000/01/rdf-schema#label> "familyName" .
+<http://schema.org/familyName> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/familyName> <http://www.w3.org/2000/01/rdf-schema#comment> "Family name. In the U.S., the last name of an Person. This can be used along with givenName instead of the Name property." .
+<http://schema.org/familyName> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/familyName> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/dateline> <http://www.w3.org/2000/01/rdf-schema#label> "dateline" .
+<http://schema.org/dateline> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/dateline> <http://www.w3.org/2000/01/rdf-schema#comment> "The location where the NewsArticle was produced." .
+<http://schema.org/dateline> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/dateline> <http://schema.org/domain> <http://schema.org/NewsArticle> .
+<http://schema.org/PostalAddress> <http://www.w3.org/2000/01/rdf-schema#label> "PostalAddress" .
+<http://schema.org/PostalAddress> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/ContactPoint> .
+<http://schema.org/PostalAddress> <http://www.w3.org/2000/01/rdf-schema#comment> "The mailing address." .
+<http://schema.org/PostalAddress> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/CafeOrCoffeeShop> <http://www.w3.org/2000/01/rdf-schema#label> "CafeOrCoffeeShop" .
+<http://schema.org/CafeOrCoffeeShop> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FoodEstablishment> .
+<http://schema.org/CafeOrCoffeeShop> <http://www.w3.org/2000/01/rdf-schema#comment> "A cafe or coffee shop." .
+<http://schema.org/CafeOrCoffeeShop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/associatedMedia> <http://www.w3.org/2000/01/rdf-schema#label> "associatedMedia" .
+<http://schema.org/associatedMedia> <http://schema.org/range> <http://schema.org/MediaObject> .
+<http://schema.org/associatedMedia> <http://www.w3.org/2000/01/rdf-schema#comment> "The media objects that encode this creative work. This property is a synonym for encodings." .
+<http://schema.org/associatedMedia> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/associatedMedia> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/TennisComplex> <http://www.w3.org/2000/01/rdf-schema#label> "TennisComplex" .
+<http://schema.org/TennisComplex> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/SportsActivityLocation> .
+<http://schema.org/TennisComplex> <http://www.w3.org/2000/01/rdf-schema#comment> "A tennis complex." .
+<http://schema.org/TennisComplex> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/events> <http://www.w3.org/2000/01/rdf-schema#label> "events" .
+<http://schema.org/events> <http://schema.org/range> <http://schema.org/Event> .
+<http://schema.org/events> <http://www.w3.org/2000/01/rdf-schema#comment> "Upcoming or past events associated with this place or organization." .
+<http://schema.org/events> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/events> <http://schema.org/domain> <http://schema.org/Place> .
+<http://schema.org/events> <http://schema.org/domain> <http://schema.org/Organization> .
+<http://schema.org/URL> <http://www.w3.org/2000/01/rdf-schema#label> "URL" .
+<http://schema.org/URL> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Text> .
+<http://schema.org/URL> <http://www.w3.org/2000/01/rdf-schema#comment> "Data type: URL." .
+<http://schema.org/URL> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/TelevisionStation> <http://www.w3.org/2000/01/rdf-schema#label> "TelevisionStation" .
+<http://schema.org/TelevisionStation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
+<http://schema.org/TelevisionStation> <http://www.w3.org/2000/01/rdf-schema#comment> "A television station." .
+<http://schema.org/TelevisionStation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/screenshots> <http://www.w3.org/2000/01/rdf-schema#label> "screenshots" .
+<http://schema.org/screenshots> <http://schema.org/range> <http://schema.org/URL> .
+<http://schema.org/screenshots> <http://www.w3.org/2000/01/rdf-schema#comment> "Link(s) to app screenshots." .
+<http://schema.org/screenshots> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/screenshots> <http://schema.org/domain> <http://schema.org/MobileSoftwareApplication> .
+<http://schema.org/workHours> <http://www.w3.org/2000/01/rdf-schema#label> "workHours" .
+<http://schema.org/workHours> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/workHours> <http://www.w3.org/2000/01/rdf-schema#comment> "The typical working hours for this job (e.g. 1st shift, night shift, 8am-5pm)." .
+<http://schema.org/workHours> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/workHours> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<http://schema.org/qualifications> <http://www.w3.org/2000/01/rdf-schema#label> "qualifications" .
+<http://schema.org/qualifications> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/qualifications> <http://www.w3.org/2000/01/rdf-schema#comment> "Specific qualifications required for this role." .
+<http://schema.org/qualifications> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/qualifications> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<http://schema.org/ratingValue> <http://www.w3.org/2000/01/rdf-schema#label> "ratingValue" .
+<http://schema.org/ratingValue> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/ratingValue> <http://www.w3.org/2000/01/rdf-schema#comment> "The rating for the content." .
+<http://schema.org/ratingValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/ratingValue> <http://schema.org/domain> <http://schema.org/Rating> .
+<http://schema.org/EducationalOrganization> <http://www.w3.org/2000/01/rdf-schema#label> "EducationalOrganization" .
+<http://schema.org/EducationalOrganization> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Organization> .
+<http://schema.org/EducationalOrganization> <http://www.w3.org/2000/01/rdf-schema#comment> "An educational organization." .
+<http://schema.org/EducationalOrganization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/availability> <http://www.w3.org/2000/01/rdf-schema#label> "availability" .
+<http://schema.org/availability> <http://schema.org/range> <http://schema.org/ItemAvailability> .
+<http://schema.org/availability> <http://www.w3.org/2000/01/rdf-schema#comment> "The availability of this item\u2014for example In stock, Out of stock, Pre-order, etc." .
+<http://schema.org/availability> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/availability> <http://schema.org/domain> <http://schema.org/Offer> .
+<http://schema.org/episodes> <http://www.w3.org/2000/01/rdf-schema#label> "episodes" .
+<http://schema.org/episodes> <http://schema.org/range> <http://schema.org/TVEpisode> .
+<http://schema.org/episodes> <http://www.w3.org/2000/01/rdf-schema#comment> "The episode of a TV series or season." .
+<http://schema.org/episodes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/episodes> <http://schema.org/domain> <http://schema.org/TVSeries> .
+<http://schema.org/episodes> <http://schema.org/domain> <http://schema.org/TVSeason> .
+<http://schema.org/ItemList> <http://www.w3.org/2000/01/rdf-schema#label> "ItemList" .
+<http://schema.org/ItemList> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
+<http://schema.org/ItemList> <http://www.w3.org/2000/01/rdf-schema#comment> "A list of items of any sort\u2014for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting." .
+<http://schema.org/ItemList> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/ArtGallery> <http://www.w3.org/2000/01/rdf-schema#label> "ArtGallery" .
+<http://schema.org/ArtGallery> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EntertainmentBusiness> .
+<http://schema.org/ArtGallery> <http://www.w3.org/2000/01/rdf-schema#comment> "An art gallery." .
+<http://schema.org/ArtGallery> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/videoQuality> <http://www.w3.org/2000/01/rdf-schema#label> "videoQuality" .
+<http://schema.org/videoQuality> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/videoQuality> <http://www.w3.org/2000/01/rdf-schema#comment> "The quality of the video." .
+<http://schema.org/videoQuality> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/videoQuality> <http://schema.org/domain> <http://schema.org/VideoObject> .
+<http://schema.org/BuddhistTemple> <http://www.w3.org/2000/01/rdf-schema#label> "BuddhistTemple" .
+<http://schema.org/BuddhistTemple> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/PlaceOfWorship> .
+<http://schema.org/BuddhistTemple> <http://www.w3.org/2000/01/rdf-schema#comment> "A Buddhist temple." .
+<http://schema.org/BuddhistTemple> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/streetAddress> <http://www.w3.org/2000/01/rdf-schema#label> "streetAddress" .
+<http://schema.org/streetAddress> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/streetAddress> <http://www.w3.org/2000/01/rdf-schema#comment> "The street address. For example, 1600 Amphitheatre Pkwy." .
+<http://schema.org/streetAddress> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/streetAddress> <http://schema.org/domain> <http://schema.org/PostalAddress> .
+<http://schema.org/copyrightYear> <http://www.w3.org/2000/01/rdf-schema#label> "copyrightYear" .
+<http://schema.org/copyrightYear> <http://schema.org/range> <http://schema.org/Number> .
+<http://schema.org/copyrightYear> <http://www.w3.org/2000/01/rdf-schema#comment> "The year during which the claimed copyright for the CreativeWork was first asserted." .
+<http://schema.org/copyrightYear> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/copyrightYear> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/jobTitle> <http://www.w3.org/2000/01/rdf-schema#label> "jobTitle" .
+<http://schema.org/jobTitle> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/jobTitle> <http://www.w3.org/2000/01/rdf-schema#comment> "The job title of the person (for example, Financial Manager)." .
+<http://schema.org/jobTitle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/jobTitle> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/ContactPoint> <http://www.w3.org/2000/01/rdf-schema#label> "ContactPoint" .
+<http://schema.org/ContactPoint> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/StructuredValue> .
+<http://schema.org/ContactPoint> <http://www.w3.org/2000/01/rdf-schema#comment> "A contact point\u2014for example, a Customer Complaints department." .
+<http://schema.org/ContactPoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/lowPrice> <http://www.w3.org/2000/01/rdf-schema#label> "lowPrice" .
+<http://schema.org/lowPrice> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/lowPrice> <http://schema.org/range> <http://schema.org/Number> .
+<http://schema.org/lowPrice> <http://www.w3.org/2000/01/rdf-schema#comment> "The lowest price of all offers available." .
+<http://schema.org/lowPrice> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/lowPrice> <http://schema.org/domain> <http://schema.org/AggregateOffer> .
+<http://schema.org/TaxiStand> <http://www.w3.org/2000/01/rdf-schema#label> "TaxiStand" .
+<http://schema.org/TaxiStand> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
+<http://schema.org/TaxiStand> <http://www.w3.org/2000/01/rdf-schema#comment> "A taxi stand." .
+<http://schema.org/TaxiStand> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/ShoeStore> <http://www.w3.org/2000/01/rdf-schema#label> "ShoeStore" .
+<http://schema.org/ShoeStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
+<http://schema.org/ShoeStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A shoe store." .
+<http://schema.org/ShoeStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/NightClub> <http://www.w3.org/2000/01/rdf-schema#label> "NightClub" .
+<http://schema.org/NightClub> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EntertainmentBusiness> .
+<http://schema.org/NightClub> <http://www.w3.org/2000/01/rdf-schema#comment> "A nightclub or discotheque." .
+<http://schema.org/NightClub> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Residence> <http://www.w3.org/2000/01/rdf-schema#label> "Residence" .
+<http://schema.org/Residence> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Place> .
+<http://schema.org/Residence> <http://www.w3.org/2000/01/rdf-schema#comment> "The place where a person lives." .
+<http://schema.org/Residence> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/AutoRepair> <http://www.w3.org/2000/01/rdf-schema#label> "AutoRepair" .
+<http://schema.org/AutoRepair> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/AutomotiveBusiness> .
+<http://schema.org/AutoRepair> <http://www.w3.org/2000/01/rdf-schema#comment> "Car repair business." .
+<http://schema.org/AutoRepair> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/width> <http://www.w3.org/2000/01/rdf-schema#label> "width" .
+<http://schema.org/width> <http://schema.org/range> <http://schema.org/Distance> .
+<http://schema.org/width> <http://www.w3.org/2000/01/rdf-schema#comment> "The width of the media object." .
+<http://schema.org/width> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/width> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<http://schema.org/ProfilePage> <http://www.w3.org/2000/01/rdf-schema#label> "ProfilePage" .
+<http://schema.org/ProfilePage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPage> .
+<http://schema.org/ProfilePage> <http://www.w3.org/2000/01/rdf-schema#comment> "Web page type: Profile page." .
+<http://schema.org/ProfilePage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/contactType> <http://www.w3.org/2000/01/rdf-schema#label> "contactType" .
+<http://schema.org/contactType> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/contactType> <http://www.w3.org/2000/01/rdf-schema#comment> "A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point." .
+<http://schema.org/contactType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/contactType> <http://schema.org/domain> <http://schema.org/ContactPoint> .
+<http://schema.org/performers> <http://www.w3.org/2000/01/rdf-schema#label> "performers" .
+<http://schema.org/performers> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/performers> <http://schema.org/range> <http://schema.org/Organization> .
+<http://schema.org/performers> <http://www.w3.org/2000/01/rdf-schema#comment> "The main performer or performers of the event\u2014for example, a presenter, musician, or actor." .
+<http://schema.org/performers> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/performers> <http://schema.org/domain> <http://schema.org/Event> .
+<http://schema.org/LakeBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#label> "LakeBodyOfWater" .
+<http://schema.org/LakeBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/BodyOfWater> .
+<http://schema.org/LakeBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#comment> "A lake (for example, Lake Pontrachain)." .
+<http://schema.org/LakeBodyOfWater> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/recipeCuisine> <http://www.w3.org/2000/01/rdf-schema#label> "recipeCuisine" .
+<http://schema.org/recipeCuisine> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/recipeCuisine> <http://www.w3.org/2000/01/rdf-schema#comment> "The cuisine of the recipe (for example, French or Ethopian)." .
+<http://schema.org/recipeCuisine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/recipeCuisine> <http://schema.org/domain> <http://schema.org/Recipe> .
+<http://schema.org/uploadDate> <http://www.w3.org/2000/01/rdf-schema#label> "uploadDate" .
+<http://schema.org/uploadDate> <http://schema.org/range> <http://schema.org/Date> .
+<http://schema.org/uploadDate> <http://www.w3.org/2000/01/rdf-schema#comment> "Date when this media object was uploaded to this site." .
+<http://schema.org/uploadDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/uploadDate> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<http://schema.org/BookFormatType> <http://www.w3.org/2000/01/rdf-schema#label> "BookFormatType" .
+<http://schema.org/BookFormatType> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Enumeration> .
+<http://schema.org/BookFormatType> <http://www.w3.org/2000/01/rdf-schema#comment> "The publication format of the book." .
+<http://schema.org/BookFormatType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/ComputerStore> <http://www.w3.org/2000/01/rdf-schema#label> "ComputerStore" .
+<http://schema.org/ComputerStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
+<http://schema.org/ComputerStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A computer store." .
+<http://schema.org/ComputerStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Enumeration> <http://www.w3.org/2000/01/rdf-schema#label> "Enumeration" .
+<http://schema.org/Enumeration> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Intangible> .
+<http://schema.org/Enumeration> <http://www.w3.org/2000/01/rdf-schema#comment> "Lists or enumerations\u2014for example, a list of cuisines or music genres, etc." .
+<http://schema.org/Enumeration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/MusicVideoObject> <http://www.w3.org/2000/01/rdf-schema#label> "MusicVideoObject" .
+<http://schema.org/MusicVideoObject> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/MediaObject> .
+<http://schema.org/MusicVideoObject> <http://www.w3.org/2000/01/rdf-schema#comment> "A music video file." .
+<http://schema.org/MusicVideoObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/replyToUrl> <http://www.w3.org/2000/01/rdf-schema#label> "replyToUrl" .
+<http://schema.org/replyToUrl> <http://schema.org/range> <http://schema.org/URL> .
+<http://schema.org/replyToUrl> <http://www.w3.org/2000/01/rdf-schema#comment> "The URL at which a reply may be posted to the specified UserComment." .
+<http://schema.org/replyToUrl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/replyToUrl> <http://schema.org/domain> <http://schema.org/UserComments> .
+<http://schema.org/HobbyShop> <http://www.w3.org/2000/01/rdf-schema#label> "HobbyShop" .
+<http://schema.org/HobbyShop> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
+<http://schema.org/HobbyShop> <http://www.w3.org/2000/01/rdf-schema#comment> "A hobby store." .
+<http://schema.org/HobbyShop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Optician> <http://www.w3.org/2000/01/rdf-schema#label> "Optician" .
+<http://schema.org/Optician> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/MedicalOrganization> .
+<http://schema.org/Optician> <http://www.w3.org/2000/01/rdf-schema#comment> "An optician's store." .
+<http://schema.org/Optician> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/DataType> <http://www.w3.org/2000/01/rdf-schema#label> "DataType" .
+<http://schema.org/DataType> <http://www.w3.org/2000/01/rdf-schema#comment> "The basic data types such as Integers, Strings, etc." .
+<http://schema.org/DataType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/recipeInstructions> <http://www.w3.org/2000/01/rdf-schema#label> "recipeInstructions" .
+<http://schema.org/recipeInstructions> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/recipeInstructions> <http://www.w3.org/2000/01/rdf-schema#comment> "The steps to make the dish." .
+<http://schema.org/recipeInstructions> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/recipeInstructions> <http://schema.org/domain> <http://schema.org/Recipe> .
+<http://schema.org/alumniOf> <http://www.w3.org/2000/01/rdf-schema#label> "alumniOf" .
+<http://schema.org/alumniOf> <http://schema.org/range> <http://schema.org/EducationalOrganization> .
+<http://schema.org/alumniOf> <http://www.w3.org/2000/01/rdf-schema#comment> "An educational organizations that the person is an alumni of." .
+<http://schema.org/alumniOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/alumniOf> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/Museum> <http://www.w3.org/2000/01/rdf-schema#label> "Museum" .
+<http://schema.org/Museum> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
+<http://schema.org/Museum> <http://www.w3.org/2000/01/rdf-schema#comment> "A museum." .
+<http://schema.org/Museum> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/occupationalCategory> <http://www.w3.org/2000/01/rdf-schema#label> "occupationalCategory" .
+<http://schema.org/occupationalCategory> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/occupationalCategory> <http://www.w3.org/2000/01/rdf-schema#comment> "Category or categories describing the job. Use BLS O*NET-SOC taxonomy: http://www.onetcenter.org/taxonomy.html. Ideally includes textual label and formal code, with the property repeated for each applicable value." .
+<http://schema.org/occupationalCategory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/occupationalCategory> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<http://schema.org/printColumn> <http://www.w3.org/2000/01/rdf-schema#label> "printColumn" .
+<http://schema.org/printColumn> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/printColumn> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of the column in which the NewsArticle appears in the print edition." .
+<http://schema.org/printColumn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/printColumn> <http://schema.org/domain> <http://schema.org/NewsArticle> .
+<http://schema.org/JobPosting> <http://www.w3.org/2000/01/rdf-schema#label> "JobPosting" .
+<http://schema.org/JobPosting> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Intangible> .
+<http://schema.org/JobPosting> <http://www.w3.org/2000/01/rdf-schema#comment> "A listing that describes a job opening in a certain organization." .
+<http://schema.org/JobPosting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/illustrator> <http://www.w3.org/2000/01/rdf-schema#label> "illustrator" .
+<http://schema.org/illustrator> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/illustrator> <http://www.w3.org/2000/01/rdf-schema#comment> "The illustrator of the book." .
+<http://schema.org/illustrator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/illustrator> <http://schema.org/domain> <http://schema.org/Book> .
+<http://schema.org/SingleFamilyResidence> <http://www.w3.org/2000/01/rdf-schema#label> "SingleFamilyResidence" .
+<http://schema.org/SingleFamilyResidence> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Residence> .
+<http://schema.org/SingleFamilyResidence> <http://www.w3.org/2000/01/rdf-schema#comment> "Residence type: Single-family home." .
+<http://schema.org/SingleFamilyResidence> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/exifData> <http://www.w3.org/2000/01/rdf-schema#label> "exifData" .
+<http://schema.org/exifData> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/exifData> <http://www.w3.org/2000/01/rdf-schema#comment> "exif data for this object." .
+<http://schema.org/exifData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/exifData> <http://schema.org/domain> <http://schema.org/ImageObject> .
+<http://schema.org/InternetCafe> <http://www.w3.org/2000/01/rdf-schema#label> "InternetCafe" .
+<http://schema.org/InternetCafe> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
+<http://schema.org/InternetCafe> <http://www.w3.org/2000/01/rdf-schema#comment> "An internet cafe." .
+<http://schema.org/InternetCafe> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/SubwayStation> <http://www.w3.org/2000/01/rdf-schema#label> "SubwayStation" .
+<http://schema.org/SubwayStation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
+<http://schema.org/SubwayStation> <http://www.w3.org/2000/01/rdf-schema#comment> "A subway station." .
+<http://schema.org/SubwayStation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/FastFoodRestaurant> <http://www.w3.org/2000/01/rdf-schema#label> "FastFoodRestaurant" .
+<http://schema.org/FastFoodRestaurant> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FoodEstablishment> .
+<http://schema.org/FastFoodRestaurant> <http://www.w3.org/2000/01/rdf-schema#comment> "A fast-food restaurant." .
+<http://schema.org/FastFoodRestaurant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Thing> <http://www.w3.org/2000/01/rdf-schema#label> "Thing" .
+<http://schema.org/Thing> <http://www.w3.org/2000/01/rdf-schema#comment> "The most generic type of item." .
+<http://schema.org/Thing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/fileSize> <http://www.w3.org/2000/01/rdf-schema#label> "fileSize" .
+<http://schema.org/fileSize> <http://schema.org/range> <http://schema.org/Integer> .
+<http://schema.org/fileSize> <http://www.w3.org/2000/01/rdf-schema#comment> "Size of the application / package in bytes." .
+<http://schema.org/fileSize> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/fileSize> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<http://schema.org/SoftwareApplicationType> <http://www.w3.org/2000/01/rdf-schema#label> "SoftwareApplicationType" .
+<http://schema.org/SoftwareApplicationType> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Enumeration> .
+<http://schema.org/SoftwareApplicationType> <http://www.w3.org/2000/01/rdf-schema#comment> "Type of software application." .
+<http://schema.org/SoftwareApplicationType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/LegislativeBuilding> <http://www.w3.org/2000/01/rdf-schema#label> "LegislativeBuilding" .
+<http://schema.org/LegislativeBuilding> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/GovernmentBuilding> .
+<http://schema.org/LegislativeBuilding> <http://www.w3.org/2000/01/rdf-schema#comment> "A legislative building\u2014for example, the state capitol." .
+<http://schema.org/LegislativeBuilding> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/BusStop> <http://www.w3.org/2000/01/rdf-schema#label> "BusStop" .
+<http://schema.org/BusStop> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
+<http://schema.org/BusStop> <http://www.w3.org/2000/01/rdf-schema#comment> "A bus stop." .
+<http://schema.org/BusStop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/MovingCompany> <http://www.w3.org/2000/01/rdf-schema#label> "MovingCompany" .
+<http://schema.org/MovingCompany> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HomeAndConstructionBusiness> .
+<http://schema.org/MovingCompany> <http://www.w3.org/2000/01/rdf-schema#comment> "A moving company." .
+<http://schema.org/MovingCompany> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/VisualArtsEvent> <http://www.w3.org/2000/01/rdf-schema#label> "VisualArtsEvent" .
+<http://schema.org/VisualArtsEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
+<http://schema.org/VisualArtsEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Visual arts event." .
+<http://schema.org/VisualArtsEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/breadcrumb> <http://www.w3.org/2000/01/rdf-schema#label> "breadcrumb" .
+<http://schema.org/breadcrumb> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/breadcrumb> <http://www.w3.org/2000/01/rdf-schema#comment> "A set of links that can help a user understand and navigate a website hierarchy." .
+<http://schema.org/breadcrumb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/breadcrumb> <http://schema.org/domain> <http://schema.org/WebPage> .
+<http://schema.org/tickerSymbol> <http://www.w3.org/2000/01/rdf-schema#label> "tickerSymbol" .
+<http://schema.org/tickerSymbol> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/tickerSymbol> <http://www.w3.org/2000/01/rdf-schema#comment> "The exchange traded instrument associated with a Corporation object. The tickerSymbol is expressed as an exchange and an instrument name separated by a space character. For the exchange component of the tickerSymbol attribute, we reccommend using the controlled vocaulary of Market Identifier Codes (MIC) specified in ISO15022." .
+<http://schema.org/tickerSymbol> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/tickerSymbol> <http://schema.org/domain> <http://schema.org/Corporation> .
+<http://schema.org/TravelAgency> <http://www.w3.org/2000/01/rdf-schema#label> "TravelAgency" .
+<http://schema.org/TravelAgency> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
+<http://schema.org/TravelAgency> <http://www.w3.org/2000/01/rdf-schema#comment> "A travel agency." .
+<http://schema.org/TravelAgency> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/nutrition> <http://www.w3.org/2000/01/rdf-schema#label> "nutrition" .
+<http://schema.org/nutrition> <http://schema.org/range> <http://schema.org/NutritionInformation> .
+<http://schema.org/nutrition> <http://www.w3.org/2000/01/rdf-schema#comment> "Nutrition information about the recipe." .
+<http://schema.org/nutrition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/nutrition> <http://schema.org/domain> <http://schema.org/Recipe> .
+<http://schema.org/TheaterGroup> <http://www.w3.org/2000/01/rdf-schema#label> "TheaterGroup" .
+<http://schema.org/TheaterGroup> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/PerformingGroup> .
+<http://schema.org/TheaterGroup> <http://www.w3.org/2000/01/rdf-schema#comment> "A theater group or company\u2014for example, the Royal Shakespeare Company or Druid Theatre." .
+<http://schema.org/TheaterGroup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/offerCount> <http://www.w3.org/2000/01/rdf-schema#label> "offerCount" .
+<http://schema.org/offerCount> <http://schema.org/range> <http://schema.org/Integer> .
+<http://schema.org/offerCount> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of offers for the product." .
+<http://schema.org/offerCount> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/offerCount> <http://schema.org/domain> <http://schema.org/AggregateOffer> .
+<http://schema.org/softwareApplicationCategory> <http://www.w3.org/2000/01/rdf-schema#label> "softwareApplicationCategory" .
+<http://schema.org/softwareApplicationCategory> <http://schema.org/range> <http://schema.org/SoftwareApplicationType> .
+<http://schema.org/softwareApplicationCategory> <http://www.w3.org/2000/01/rdf-schema#comment> "Type of software application." .
+<http://schema.org/softwareApplicationCategory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/softwareApplicationCategory> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<http://schema.org/AnimalShelter> <http://www.w3.org/2000/01/rdf-schema#label> "AnimalShelter" .
+<http://schema.org/AnimalShelter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
+<http://schema.org/AnimalShelter> <http://www.w3.org/2000/01/rdf-schema#comment> "Animal shelter." .
+<http://schema.org/AnimalShelter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/video> <http://www.w3.org/2000/01/rdf-schema#label> "video" .
+<http://schema.org/video> <http://schema.org/range> <http://schema.org/VideoObject> .
+<http://schema.org/video> <http://www.w3.org/2000/01/rdf-schema#comment> "An embedded video object." .
+<http://schema.org/video> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/video> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/actors> <http://www.w3.org/2000/01/rdf-schema#label> "actors" .
+<http://schema.org/actors> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/actors> <http://www.w3.org/2000/01/rdf-schema#comment> "A cast member of the movie, TV series, season, or episode, or video." .
+<http://schema.org/actors> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/actors> <http://schema.org/domain> <http://schema.org/Movie> .
+<http://schema.org/actors> <http://schema.org/domain> <http://schema.org/TVSeries> .
+<http://schema.org/actors> <http://schema.org/domain> <http://schema.org/TVEpisode> .
+<http://schema.org/AutoWash> <http://www.w3.org/2000/01/rdf-schema#label> "AutoWash" .
+<http://schema.org/AutoWash> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/AutomotiveBusiness> .
+<http://schema.org/AutoWash> <http://www.w3.org/2000/01/rdf-schema#comment> "A car wash business." .
+<http://schema.org/AutoWash> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Cemetery> <http://www.w3.org/2000/01/rdf-schema#label> "Cemetery" .
+<http://schema.org/Cemetery> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
+<http://schema.org/Cemetery> <http://www.w3.org/2000/01/rdf-schema#comment> "A graveyard." .
+<http://schema.org/Cemetery> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/ApartmentComplex> <http://www.w3.org/2000/01/rdf-schema#label> "ApartmentComplex" .
+<http://schema.org/ApartmentComplex> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Residence> .
+<http://schema.org/ApartmentComplex> <http://www.w3.org/2000/01/rdf-schema#comment> "Residence type: Apartment complex." .
+<http://schema.org/ApartmentComplex> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/CreativeWork> <http://www.w3.org/2000/01/rdf-schema#label> "CreativeWork" .
+<http://schema.org/CreativeWork> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Thing> .
+<http://schema.org/CreativeWork> <http://www.w3.org/2000/01/rdf-schema#comment> "The most generic kind of creative work, including books, movies, photographs, software programs, etc." .
+<http://schema.org/CreativeWork> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/AutoDealer> <http://www.w3.org/2000/01/rdf-schema#label> "AutoDealer" .
+<http://schema.org/AutoDealer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/AutomotiveBusiness> .
+<http://schema.org/AutoDealer> <http://www.w3.org/2000/01/rdf-schema#comment> "An car dealership." .
+<http://schema.org/AutoDealer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/BankOrCreditUnion> <http://www.w3.org/2000/01/rdf-schema#label> "BankOrCreditUnion" .
+<http://schema.org/BankOrCreditUnion> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FinancialService> .
+<http://schema.org/BankOrCreditUnion> <http://www.w3.org/2000/01/rdf-schema#comment> "Bank or credit union." .
+<http://schema.org/BankOrCreditUnion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
 <http://schema.org/CityHall> <http://www.w3.org/2000/01/rdf-schema#label> "CityHall" .
-<http://schema.org/CityHall> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
 <http://schema.org/CityHall> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/GovernmentBuilding> .
-<http://schema.org/tickersymbol> <http://schema.org/domain> <http://schema.org/Corporation> .
-<http://schema.org/tickersymbol> <http://www.w3.org/2000/01/rdf-schema#comment> "The exchange traded instrument associated with a Corporation object. The tickerSymbol is expressed as an exchange and an instrument name separated by a space character. For the exchange component of the tickerSymbol attribute, we reccommend using the controlled vocaulary of Market Identifier Codes (MIC) specified in ISO15022." .
-<http://schema.org/tickersymbol> <http://www.w3.org/2000/01/rdf-schema#label> "tickersymbol" .
-<http://schema.org/tickersymbol> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/tickersymbol> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/worklocation> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/worklocation> <http://www.w3.org/2000/01/rdf-schema#comment> "A contact location for a person's place of work." .
-<http://schema.org/worklocation> <http://www.w3.org/2000/01/rdf-schema#label> "worklocation" .
-<http://schema.org/worklocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/worklocation> <http://schema.org/range> <http://schema.org/Place> .
-<http://schema.org/worklocation> <http://schema.org/range> <http://schema.org/ContactPoint> .
-<http://schema.org/sodiumcontent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/sodiumcontent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of milligrams of sodium." .
-<http://schema.org/sodiumcontent> <http://www.w3.org/2000/01/rdf-schema#label> "sodiumcontent" .
-<http://schema.org/sodiumcontent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/sodiumcontent> <http://schema.org/range> <http://schema.org/Mass> .
-<http://schema.org/sugarcontent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/sugarcontent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of grams of sugar." .
-<http://schema.org/sugarcontent> <http://www.w3.org/2000/01/rdf-schema#label> "sugarcontent" .
-<http://schema.org/sugarcontent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/sugarcontent> <http://schema.org/range> <http://schema.org/Mass> .
-<http://schema.org/isdownloadable> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/isdownloadable> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates whether the software is available for download." .
-<http://schema.org/isdownloadable> <http://www.w3.org/2000/01/rdf-schema#label> "isdownloadable" .
-<http://schema.org/isdownloadable> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/isdownloadable> <http://schema.org/range> <http://schema.org/Boolean> .
-<http://schema.org/FinancialService> <http://www.w3.org/2000/01/rdf-schema#comment> "Financial services business." .
-<http://schema.org/FinancialService> <http://www.w3.org/2000/01/rdf-schema#label> "FinancialService" .
-<http://schema.org/FinancialService> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/FinancialService> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/AboutPage> <http://www.w3.org/2000/01/rdf-schema#comment> "Web page type: About page." .
-<http://schema.org/AboutPage> <http://www.w3.org/2000/01/rdf-schema#label> "AboutPage" .
-<http://schema.org/AboutPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/AboutPage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPage> .
-<http://schema.org/Preschool> <http://www.w3.org/2000/01/rdf-schema#comment> "A preschool." .
-<http://schema.org/Preschool> <http://www.w3.org/2000/01/rdf-schema#label> "Preschool" .
-<http://schema.org/Preschool> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Preschool> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EducationalOrganization> .
-<http://schema.org/AdministrativeArea> <http://www.w3.org/2000/01/rdf-schema#comment> "A geographical region under the jurisdiction of a particular government." .
-<http://schema.org/AdministrativeArea> <http://www.w3.org/2000/01/rdf-schema#label> "AdministrativeArea" .
-<http://schema.org/AdministrativeArea> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/AdministrativeArea> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Place> .
-<http://schema.org/hiringorganization> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/hiringorganization> <http://www.w3.org/2000/01/rdf-schema#comment> "Organization offering the job position." .
-<http://schema.org/hiringorganization> <http://www.w3.org/2000/01/rdf-schema#label> "hiringorganization" .
-<http://schema.org/hiringorganization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/hiringorganization> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/BarOrPub> <http://www.w3.org/2000/01/rdf-schema#comment> "A bar or pub." .
-<http://schema.org/BarOrPub> <http://www.w3.org/2000/01/rdf-schema#label> "BarOrPub" .
-<http://schema.org/BarOrPub> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/BarOrPub> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FoodEstablishment> .
-<http://schema.org/SportsActivityLocation> <http://www.w3.org/2000/01/rdf-schema#comment> "A sports location, such as a playing field." .
-<http://schema.org/SportsActivityLocation> <http://www.w3.org/2000/01/rdf-schema#label> "SportsActivityLocation" .
-<http://schema.org/SportsActivityLocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/SportsActivityLocation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/BowlingAlley> <http://www.w3.org/2000/01/rdf-schema#comment> "A bowling alley." .
-<http://schema.org/BowlingAlley> <http://www.w3.org/2000/01/rdf-schema#label> "BowlingAlley" .
-<http://schema.org/BowlingAlley> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/BowlingAlley> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/SportsActivityLocation> .
-<http://schema.org/videoquality> <http://schema.org/domain> <http://schema.org/VideoObject> .
-<http://schema.org/videoquality> <http://www.w3.org/2000/01/rdf-schema#comment> "The quality of the video." .
-<http://schema.org/videoquality> <http://www.w3.org/2000/01/rdf-schema#label> "videoquality" .
-<http://schema.org/videoquality> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/videoquality> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/reviewbody> <http://schema.org/domain> <http://schema.org/Review> .
-<http://schema.org/reviewbody> <http://www.w3.org/2000/01/rdf-schema#comment> "The actual body of the review" .
-<http://schema.org/reviewbody> <http://www.w3.org/2000/01/rdf-schema#label> "reviewbody" .
-<http://schema.org/reviewbody> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/reviewbody> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/Library> <http://www.w3.org/2000/01/rdf-schema#comment> "A library." .
-<http://schema.org/Library> <http://www.w3.org/2000/01/rdf-schema#label> "Library" .
-<http://schema.org/Library> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Library> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/enddate> <http://schema.org/domain> <http://schema.org/TVSeason> .
-<http://schema.org/enddate> <http://schema.org/domain> <http://schema.org/TVSeries> .
-<http://schema.org/enddate> <http://schema.org/domain> <http://schema.org/Event> .
-<http://schema.org/enddate> <http://www.w3.org/2000/01/rdf-schema#comment> "The end date and time of the event (in ISO 8601 date format)." .
-<http://schema.org/enddate> <http://www.w3.org/2000/01/rdf-schema#label> "enddate" .
-<http://schema.org/enddate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/enddate> <http://schema.org/range> <http://schema.org/Date> .
-<http://schema.org/BusinessEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Business event." .
+<http://schema.org/CityHall> <http://www.w3.org/2000/01/rdf-schema#comment> "A city hall." .
+<http://schema.org/CityHall> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/copyrightHolder> <http://www.w3.org/2000/01/rdf-schema#label> "copyrightHolder" .
+<http://schema.org/copyrightHolder> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/copyrightHolder> <http://schema.org/range> <http://schema.org/Organization> .
+<http://schema.org/copyrightHolder> <http://www.w3.org/2000/01/rdf-schema#comment> "The party holding the legal copyright to the CreativeWork." .
+<http://schema.org/copyrightHolder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/copyrightHolder> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/itemOffered> <http://www.w3.org/2000/01/rdf-schema#label> "itemOffered" .
+<http://schema.org/itemOffered> <http://schema.org/range> <http://schema.org/Product> .
+<http://schema.org/itemOffered> <http://www.w3.org/2000/01/rdf-schema#comment> "The item being sold." .
+<http://schema.org/itemOffered> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/itemOffered> <http://schema.org/domain> <http://schema.org/Offer> .
+<http://schema.org/reviewBody> <http://www.w3.org/2000/01/rdf-schema#label> "reviewBody" .
+<http://schema.org/reviewBody> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/reviewBody> <http://www.w3.org/2000/01/rdf-schema#comment> "The actual body of the review" .
+<http://schema.org/reviewBody> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/reviewBody> <http://schema.org/domain> <http://schema.org/Review> .
+<http://schema.org/Movie> <http://www.w3.org/2000/01/rdf-schema#label> "Movie" .
+<http://schema.org/Movie> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
+<http://schema.org/Movie> <http://www.w3.org/2000/01/rdf-schema#comment> "A movie." .
+<http://schema.org/Movie> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/GolfCourse> <http://www.w3.org/2000/01/rdf-schema#label> "GolfCourse" .
+<http://schema.org/GolfCourse> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/SportsActivityLocation> .
+<http://schema.org/GolfCourse> <http://www.w3.org/2000/01/rdf-schema#comment> "A golf course." .
+<http://schema.org/GolfCourse> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/School> <http://www.w3.org/2000/01/rdf-schema#label> "School" .
+<http://schema.org/School> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EducationalOrganization> .
+<http://schema.org/School> <http://www.w3.org/2000/01/rdf-schema#comment> "A school." .
+<http://schema.org/School> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/BikeStore> <http://www.w3.org/2000/01/rdf-schema#label> "BikeStore" .
+<http://schema.org/BikeStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
+<http://schema.org/BikeStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A bike store." .
+<http://schema.org/BikeStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
 <http://schema.org/BusinessEvent> <http://www.w3.org/2000/01/rdf-schema#label> "BusinessEvent" .
-<http://schema.org/BusinessEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
 <http://schema.org/BusinessEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
-<http://schema.org/DryCleaningOrLaundry> <http://www.w3.org/2000/01/rdf-schema#comment> "A dry-cleaning business." .
-<http://schema.org/DryCleaningOrLaundry> <http://www.w3.org/2000/01/rdf-schema#label> "DryCleaningOrLaundry" .
-<http://schema.org/DryCleaningOrLaundry> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/DryCleaningOrLaundry> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/employees> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/employees> <http://www.w3.org/2000/01/rdf-schema#comment> "People working for this organization." .
-<http://schema.org/employees> <http://www.w3.org/2000/01/rdf-schema#label> "employees" .
-<http://schema.org/employees> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/employees> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/encodescreativework> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/encodescreativework> <http://www.w3.org/2000/01/rdf-schema#comment> "The creative work encoded by this media object" .
-<http://schema.org/encodescreativework> <http://www.w3.org/2000/01/rdf-schema#label> "encodescreativework" .
-<http://schema.org/encodescreativework> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/encodescreativework> <http://schema.org/range> <http://schema.org/CreativeWork> .
-<http://schema.org/Locksmith> <http://www.w3.org/2000/01/rdf-schema#comment> "A locksmith." .
-<http://schema.org/Locksmith> <http://www.w3.org/2000/01/rdf-schema#label> "Locksmith" .
-<http://schema.org/Locksmith> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Locksmith> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HomeAndConstructionBusiness> .
-<http://schema.org/Locksmith> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/ProfessionalService> .
-<http://schema.org/NGO> <http://www.w3.org/2000/01/rdf-schema#comment> "Organization: Non-governmental Organization." .
-<http://schema.org/NGO> <http://www.w3.org/2000/01/rdf-schema#label> "NGO" .
-<http://schema.org/NGO> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/NGO> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Organization> .
-<http://schema.org/Distance> <http://www.w3.org/2000/01/rdf-schema#comment> "Properties that take Distances as values are of the form '<Number> <Length unit of measure>'. E.g., '7 ft'" .
-<http://schema.org/Distance> <http://www.w3.org/2000/01/rdf-schema#label> "Distance" .
-<http://schema.org/Distance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Distance> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Quantity> .
-<http://schema.org/Blog> <http://www.w3.org/2000/01/rdf-schema#comment> "A blog" .
-<http://schema.org/Blog> <http://www.w3.org/2000/01/rdf-schema#label> "Blog" .
-<http://schema.org/Blog> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Blog> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/ScholarlyArticle> <http://www.w3.org/2000/01/rdf-schema#comment> "A scholarly article." .
-<http://schema.org/ScholarlyArticle> <http://www.w3.org/2000/01/rdf-schema#label> "ScholarlyArticle" .
-<http://schema.org/ScholarlyArticle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ScholarlyArticle> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Article> .
-<http://schema.org/employmenttype> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/employmenttype> <http://www.w3.org/2000/01/rdf-schema#comment> "Type of employment (e.g. full-time, part-time, contract, temporary, seasonal, internship)." .
-<http://schema.org/employmenttype> <http://www.w3.org/2000/01/rdf-schema#label> "employmenttype" .
-<http://schema.org/employmenttype> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/employmenttype> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/OceanBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#comment> "An ocean (for example, the Pacific)." .
-<http://schema.org/OceanBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#label> "OceanBodyOfWater" .
-<http://schema.org/OceanBodyOfWater> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/OceanBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/BodyOfWater> .
-<http://schema.org/specialcommitments> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/specialcommitments> <http://www.w3.org/2000/01/rdf-schema#comment> "Any special commitments associated with this job posting. Valid entries include VeteranCommit, MilitarySpouseCommit, etc." .
-<http://schema.org/specialcommitments> <http://www.w3.org/2000/01/rdf-schema#label> "specialcommitments" .
-<http://schema.org/specialcommitments> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/specialcommitments> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/attendees> <http://schema.org/domain> <http://schema.org/Event> .
-<http://schema.org/attendees> <http://www.w3.org/2000/01/rdf-schema#comment> "A person attending the event." .
-<http://schema.org/attendees> <http://www.w3.org/2000/01/rdf-schema#label> "attendees" .
-<http://schema.org/attendees> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/attendees> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/attendees> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/pricevaliduntil> <http://schema.org/domain> <http://schema.org/Offer> .
-<http://schema.org/pricevaliduntil> <http://www.w3.org/2000/01/rdf-schema#comment> "The date after which the price is no longer available." .
-<http://schema.org/pricevaliduntil> <http://www.w3.org/2000/01/rdf-schema#label> "pricevaliduntil" .
-<http://schema.org/pricevaliduntil> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/pricevaliduntil> <http://schema.org/range> <http://schema.org/Date> .
-<http://schema.org/GatedResidenceCommunity> <http://www.w3.org/2000/01/rdf-schema#comment> "Residence type: Gated community." .
-<http://schema.org/GatedResidenceCommunity> <http://www.w3.org/2000/01/rdf-schema#label> "GatedResidenceCommunity" .
-<http://schema.org/GatedResidenceCommunity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/GatedResidenceCommunity> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Residence> .
-<http://schema.org/IceCreamShop> <http://www.w3.org/2000/01/rdf-schema#comment> "An ice cream shop" .
-<http://schema.org/IceCreamShop> <http://www.w3.org/2000/01/rdf-schema#label> "IceCreamShop" .
-<http://schema.org/IceCreamShop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/IceCreamShop> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FoodEstablishment> .
-<http://schema.org/Winery> <http://www.w3.org/2000/01/rdf-schema#comment> "A winery." .
-<http://schema.org/Winery> <http://www.w3.org/2000/01/rdf-schema#label> "Winery" .
-<http://schema.org/Winery> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Winery> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FoodEstablishment> .
+<http://schema.org/BusinessEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Business event." .
+<http://schema.org/BusinessEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/longitude> <http://www.w3.org/2000/01/rdf-schema#label> "longitude" .
+<http://schema.org/longitude> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/longitude> <http://schema.org/range> <http://schema.org/Number> .
+<http://schema.org/longitude> <http://www.w3.org/2000/01/rdf-schema#comment> "The longitude of a location. For example -122.08585." .
+<http://schema.org/longitude> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/longitude> <http://schema.org/domain> <http://schema.org/GeoCoordinates> .
+<http://schema.org/skills> <http://www.w3.org/2000/01/rdf-schema#label> "skills" .
+<http://schema.org/skills> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/skills> <http://www.w3.org/2000/01/rdf-schema#comment> "Skills required to fulfill this role." .
+<http://schema.org/skills> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/skills> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<http://schema.org/usageTermsDeprecated> <http://www.w3.org/2000/01/rdf-schema#label> "usageTermsDeprecated" .
+<http://schema.org/usageTermsDeprecated> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/usageTermsDeprecated> <http://schema.org/range> <http://schema.org/URL> .
+<http://schema.org/usageTermsDeprecated> <http://www.w3.org/2000/01/rdf-schema#comment> "A statement about the usage terms pertaining to the CreativeWork." .
+<http://schema.org/usageTermsDeprecated> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/usageTermsDeprecated> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/birthDate> <http://www.w3.org/2000/01/rdf-schema#label> "birthDate" .
+<http://schema.org/birthDate> <http://schema.org/range> <http://schema.org/Date> .
+<http://schema.org/birthDate> <http://www.w3.org/2000/01/rdf-schema#comment> "Date of birth." .
+<http://schema.org/birthDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/birthDate> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/Number> <http://www.w3.org/2000/01/rdf-schema#label> "Number" .
+<http://schema.org/Number> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/DataType> .
+<http://schema.org/Number> <http://www.w3.org/2000/01/rdf-schema#comment> "Data type: Number." .
+<http://schema.org/Number> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/incentives> <http://www.w3.org/2000/01/rdf-schema#label> "incentives" .
+<http://schema.org/incentives> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/incentives> <http://www.w3.org/2000/01/rdf-schema#comment> "Description of bonus and commission compensation aspects of the job." .
+<http://schema.org/incentives> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/incentives> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<http://schema.org/BeautySalon> <http://www.w3.org/2000/01/rdf-schema#label> "BeautySalon" .
+<http://schema.org/BeautySalon> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HealthAndBeautyBusiness> .
+<http://schema.org/BeautySalon> <http://www.w3.org/2000/01/rdf-schema#comment> "Beauty salon." .
+<http://schema.org/BeautySalon> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/deathDate> <http://www.w3.org/2000/01/rdf-schema#label> "deathDate" .
+<http://schema.org/deathDate> <http://schema.org/range> <http://schema.org/Date> .
+<http://schema.org/deathDate> <http://www.w3.org/2000/01/rdf-schema#comment> "Date of death." .
+<http://schema.org/deathDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/deathDate> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/DanceGroup> <http://www.w3.org/2000/01/rdf-schema#label> "DanceGroup" .
+<http://schema.org/DanceGroup> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/PerformingGroup> .
+<http://schema.org/DanceGroup> <http://www.w3.org/2000/01/rdf-schema#comment> "A dance group\u2014for example, the Alvin Ailey Dance Theater or Riverdance." .
+<http://schema.org/DanceGroup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/RVPark> <http://www.w3.org/2000/01/rdf-schema#label> "RVPark" .
+<http://schema.org/RVPark> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
 <http://schema.org/RVPark> <http://www.w3.org/2000/01/rdf-schema#comment> "An RV park." .
-<http://schema.org/RVPark> <http://www.w3.org/2000/01/rdf-schema#label> "RVPark" .
 <http://schema.org/RVPark> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/RVPark> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/children> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/children> <http://www.w3.org/2000/01/rdf-schema#comment> "A child of the person." .
-<http://schema.org/children> <http://www.w3.org/2000/01/rdf-schema#label> "children" .
-<http://schema.org/children> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/children> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/follows> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/follows> <http://www.w3.org/2000/01/rdf-schema#comment> "The most generic uni-directional social relation." .
-<http://schema.org/follows> <http://www.w3.org/2000/01/rdf-schema#label> "follows" .
-<http://schema.org/follows> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/follows> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/author> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/author> <http://www.w3.org/2000/01/rdf-schema#comment> "The author of this content. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangabely." .
+<http://schema.org/DaySpa> <http://www.w3.org/2000/01/rdf-schema#label> "DaySpa" .
+<http://schema.org/DaySpa> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HealthAndBeautyBusiness> .
+<http://schema.org/DaySpa> <http://www.w3.org/2000/01/rdf-schema#comment> "A day spa." .
+<http://schema.org/DaySpa> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/numTracks> <http://www.w3.org/2000/01/rdf-schema#label> "numTracks" .
+<http://schema.org/numTracks> <http://schema.org/range> <http://schema.org/Integer> .
+<http://schema.org/numTracks> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of tracks in this album or playlist." .
+<http://schema.org/numTracks> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/numTracks> <http://schema.org/domain> <http://schema.org/MusicPlaylist> .
+<http://schema.org/GardenStore> <http://www.w3.org/2000/01/rdf-schema#label> "GardenStore" .
+<http://schema.org/GardenStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
+<http://schema.org/GardenStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A garden store." .
+<http://schema.org/GardenStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/encodesCreativeWork> <http://www.w3.org/2000/01/rdf-schema#label> "encodesCreativeWork" .
+<http://schema.org/encodesCreativeWork> <http://schema.org/range> <http://schema.org/CreativeWork> .
+<http://schema.org/encodesCreativeWork> <http://www.w3.org/2000/01/rdf-schema#comment> "The creative work encoded by this media object" .
+<http://schema.org/encodesCreativeWork> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/encodesCreativeWork> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<http://schema.org/ToyStore> <http://www.w3.org/2000/01/rdf-schema#label> "ToyStore" .
+<http://schema.org/ToyStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
+<http://schema.org/ToyStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A toystore." .
+<http://schema.org/ToyStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/genre> <http://www.w3.org/2000/01/rdf-schema#label> "genre" .
+<http://schema.org/genre> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/genre> <http://www.w3.org/2000/01/rdf-schema#comment> "Genre of the creative work" .
+<http://schema.org/genre> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/genre> <http://schema.org/domain> <http://schema.org/CreativeWork> .
 <http://schema.org/author> <http://www.w3.org/2000/01/rdf-schema#label> "author" .
-<http://schema.org/author> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
 <http://schema.org/author> <http://schema.org/range> <http://schema.org/Person> .
 <http://schema.org/author> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/MusicEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Music event." .
-<http://schema.org/MusicEvent> <http://www.w3.org/2000/01/rdf-schema#label> "MusicEvent" .
-<http://schema.org/MusicEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/MusicEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
-<http://schema.org/nationality> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/nationality> <http://www.w3.org/2000/01/rdf-schema#comment> "Nationality of the person." .
-<http://schema.org/nationality> <http://www.w3.org/2000/01/rdf-schema#label> "nationality" .
-<http://schema.org/nationality> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/nationality> <http://schema.org/range> <http://schema.org/Country> .
-<http://schema.org/representativeofpage> <http://schema.org/domain> <http://schema.org/ImageObject> .
-<http://schema.org/representativeofpage> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates whether this image is representative of the content of the page." .
-<http://schema.org/representativeofpage> <http://www.w3.org/2000/01/rdf-schema#label> "representativeofpage" .
-<http://schema.org/representativeofpage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/representativeofpage> <http://schema.org/range> <http://schema.org/Boolean> .
-<http://schema.org/MotorcycleRepair> <http://www.w3.org/2000/01/rdf-schema#comment> "A motorcycle repair shop." .
-<http://schema.org/MotorcycleRepair> <http://www.w3.org/2000/01/rdf-schema#label> "MotorcycleRepair" .
-<http://schema.org/MotorcycleRepair> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/MotorcycleRepair> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/AutomotiveBusiness> .
-<http://schema.org/ClothingStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A clothing store." .
-<http://schema.org/ClothingStore> <http://www.w3.org/2000/01/rdf-schema#label> "ClothingStore" .
-<http://schema.org/ClothingStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ClothingStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/encodings> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/encodings> <http://www.w3.org/2000/01/rdf-schema#comment> "The media objects that encode this creative work" .
-<http://schema.org/encodings> <http://www.w3.org/2000/01/rdf-schema#label> "encodings" .
-<http://schema.org/encodings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/encodings> <http://schema.org/range> <http://schema.org/MediaObject> .
-<http://schema.org/additionalname> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/additionalname> <http://www.w3.org/2000/01/rdf-schema#comment> "An additional name for a Person, can be used for a middle name." .
-<http://schema.org/additionalname> <http://www.w3.org/2000/01/rdf-schema#label> "additionalname" .
-<http://schema.org/additionalname> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/additionalname> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/nutrition> <http://schema.org/domain> <http://schema.org/Recipe> .
-<http://schema.org/nutrition> <http://www.w3.org/2000/01/rdf-schema#comment> "Nutrition information about the recipe." .
-<http://schema.org/nutrition> <http://www.w3.org/2000/01/rdf-schema#label> "nutrition" .
-<http://schema.org/nutrition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/nutrition> <http://schema.org/range> <http://schema.org/NutritionInformation> .
-<http://schema.org/ShoppingCenter> <http://www.w3.org/2000/01/rdf-schema#comment> "A shopping center or mall." .
-<http://schema.org/ShoppingCenter> <http://www.w3.org/2000/01/rdf-schema#label> "ShoppingCenter" .
-<http://schema.org/ShoppingCenter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ShoppingCenter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/Thing> <http://www.w3.org/2000/01/rdf-schema#comment> "The most generic type of item." .
-<http://schema.org/Thing> <http://www.w3.org/2000/01/rdf-schema#label> "Thing" .
-<http://schema.org/Thing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/EntertainmentBusiness> <http://www.w3.org/2000/01/rdf-schema#comment> "A business providing entertainment." .
-<http://schema.org/EntertainmentBusiness> <http://www.w3.org/2000/01/rdf-schema#label> "EntertainmentBusiness" .
-<http://schema.org/EntertainmentBusiness> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/EntertainmentBusiness> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/pricehttp://schema.org/range> <http://schema.org/domain> <http://schema.org/LocalBusiness> .
-<http://schema.org/pricehttp://schema.org/range> <http://www.w3.org/2000/01/rdf-schema#comment> "The price http://schema.org/range of the business, for example $$$." .
-<http://schema.org/pricehttp://schema.org/range> <http://www.w3.org/2000/01/rdf-schema#label> "pricehttp://schema.org/range" .
-<http://schema.org/pricehttp://schema.org/range> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/pricehttp://schema.org/range> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/numberofpages> <http://schema.org/domain> <http://schema.org/Book> .
-<http://schema.org/numberofpages> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of pages in the book." .
-<http://schema.org/numberofpages> <http://www.w3.org/2000/01/rdf-schema#label> "numberofpages" .
-<http://schema.org/numberofpages> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/numberofpages> <http://schema.org/range> <http://schema.org/Integer> .
-<http://schema.org/Restaurant> <http://www.w3.org/2000/01/rdf-schema#comment> "A restaurant." .
-<http://schema.org/Restaurant> <http://www.w3.org/2000/01/rdf-schema#label> "Restaurant" .
-<http://schema.org/Restaurant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Restaurant> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FoodEstablishment> .
-<http://schema.org/UserPlays> <http://www.w3.org/2000/01/rdf-schema#comment> "User interaction: Play count of an item, for example a video or a song." .
-<http://schema.org/UserPlays> <http://www.w3.org/2000/01/rdf-schema#label> "UserPlays" .
-<http://schema.org/UserPlays> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/UserPlays> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/UserInteraction> .
-<http://schema.org/Hospital> <http://www.w3.org/2000/01/rdf-schema#comment> "A hospital." .
-<http://schema.org/Hospital> <http://www.w3.org/2000/01/rdf-schema#label> "Hospital" .
-<http://schema.org/Hospital> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Hospital> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/Hospital> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/MedicalOrganization> .
-<http://schema.org/Hospital> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EmergencyService> .
-<http://schema.org/commenttext> <http://schema.org/domain> <http://schema.org/UserComments> .
-<http://schema.org/commenttext> <http://www.w3.org/2000/01/rdf-schema#comment> "The text of the UserComment." .
-<http://schema.org/commenttext> <http://www.w3.org/2000/01/rdf-schema#label> "commenttext" .
-<http://schema.org/commenttext> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/commenttext> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/foundingdate> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/foundingdate> <http://www.w3.org/2000/01/rdf-schema#comment> "The date that this organization was founded." .
-<http://schema.org/foundingdate> <http://www.w3.org/2000/01/rdf-schema#label> "foundingdate" .
-<http://schema.org/foundingdate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/foundingdate> <http://schema.org/range> <http://schema.org/Date> .
-<http://schema.org/HomeGoodsStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A home goods store." .
-<http://schema.org/HomeGoodsStore> <http://www.w3.org/2000/01/rdf-schema#label> "HomeGoodsStore" .
-<http://schema.org/HomeGoodsStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/HomeGoodsStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/cookingmethod> <http://schema.org/domain> <http://schema.org/Recipe> .
-<http://schema.org/cookingmethod> <http://www.w3.org/2000/01/rdf-schema#comment> "The method of cooking, such as Frying, Steaming, ..." .
-<http://schema.org/cookingmethod> <http://www.w3.org/2000/01/rdf-schema#label> "cookingmethod" .
-<http://schema.org/cookingmethod> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/cookingmethod> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/Playground> <http://www.w3.org/2000/01/rdf-schema#comment> "A playground." .
-<http://schema.org/Playground> <http://www.w3.org/2000/01/rdf-schema#label> "Playground" .
-<http://schema.org/Playground> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Playground> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/contributor> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/contributor> <http://www.w3.org/2000/01/rdf-schema#comment> "A secondary contributor to the CreativeWork." .
-<http://schema.org/contributor> <http://www.w3.org/2000/01/rdf-schema#label> "contributor" .
-<http://schema.org/contributor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/contributor> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/contributor> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/BankOrCreditUnion> <http://www.w3.org/2000/01/rdf-schema#comment> "Bank or credit union." .
-<http://schema.org/BankOrCreditUnion> <http://www.w3.org/2000/01/rdf-schema#label> "BankOrCreditUnion" .
-<http://schema.org/BankOrCreditUnion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/BankOrCreditUnion> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FinancialService> .
-<http://schema.org/HairSalon> <http://www.w3.org/2000/01/rdf-schema#comment> "A hair salon." .
-<http://schema.org/HairSalon> <http://www.w3.org/2000/01/rdf-schema#label> "HairSalon" .
-<http://schema.org/HairSalon> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/HairSalon> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HealthAndBeautyBusiness> .
+<http://schema.org/author> <http://www.w3.org/2000/01/rdf-schema#comment> "The author of this content. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangabely." .
+<http://schema.org/author> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/author> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/IceCreamShop> <http://www.w3.org/2000/01/rdf-schema#label> "IceCreamShop" .
+<http://schema.org/IceCreamShop> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FoodEstablishment> .
+<http://schema.org/IceCreamShop> <http://www.w3.org/2000/01/rdf-schema#comment> "An ice cream shop" .
+<http://schema.org/IceCreamShop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Hostel> <http://www.w3.org/2000/01/rdf-schema#label> "Hostel" .
+<http://schema.org/Hostel> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LodgingBusiness> .
+<http://schema.org/Hostel> <http://www.w3.org/2000/01/rdf-schema#comment> "A hostel." .
+<http://schema.org/Hostel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/photos> <http://www.w3.org/2000/01/rdf-schema#label> "photos" .
+<http://schema.org/photos> <http://schema.org/range> <http://schema.org/Photograph> .
+<http://schema.org/photos> <http://schema.org/range> <http://schema.org/ImageObject> .
+<http://schema.org/photos> <http://www.w3.org/2000/01/rdf-schema#comment> "Photographs of this place." .
+<http://schema.org/photos> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/photos> <http://schema.org/domain> <http://schema.org/Place> .
+<http://schema.org/image> <http://www.w3.org/2000/01/rdf-schema#label> "image" .
+<http://schema.org/image> <http://schema.org/range> <http://schema.org/URL> .
+<http://schema.org/image> <http://www.w3.org/2000/01/rdf-schema#comment> "URL of an image of the item." .
+<http://schema.org/image> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/image> <http://schema.org/domain> <http://schema.org/Thing> .
+<http://schema.org/itemReviewed> <http://www.w3.org/2000/01/rdf-schema#label> "itemReviewed" .
+<http://schema.org/itemReviewed> <http://schema.org/range> <http://schema.org/Thing> .
+<http://schema.org/itemReviewed> <http://www.w3.org/2000/01/rdf-schema#comment> "The item that is being reviewed/rated." .
+<http://schema.org/itemReviewed> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/itemReviewed> <http://schema.org/domain> <http://schema.org/AggregateRating> .
+<http://schema.org/itemReviewed> <http://schema.org/domain> <http://schema.org/Review> .
+<http://schema.org/specialCommitments> <http://www.w3.org/2000/01/rdf-schema#label> "specialCommitments" .
+<http://schema.org/specialCommitments> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/specialCommitments> <http://www.w3.org/2000/01/rdf-schema#comment> "Any special commitments associated with this job posting. Valid entries include VeteranCommit, MilitarySpouseCommit, etc." .
+<http://schema.org/specialCommitments> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/specialCommitments> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<http://schema.org/EmploymentAgency> <http://www.w3.org/2000/01/rdf-schema#label> "EmploymentAgency" .
+<http://schema.org/EmploymentAgency> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
+<http://schema.org/EmploymentAgency> <http://www.w3.org/2000/01/rdf-schema#comment> "An employment agency." .
+<http://schema.org/EmploymentAgency> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/representativeOfPage> <http://www.w3.org/2000/01/rdf-schema#label> "representativeOfPage" .
+<http://schema.org/representativeOfPage> <http://schema.org/range> <http://schema.org/Boolean> .
+<http://schema.org/representativeOfPage> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates whether this image is representative of the content of the page." .
+<http://schema.org/representativeOfPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/representativeOfPage> <http://schema.org/domain> <http://schema.org/ImageObject> .
+<http://schema.org/director> <http://www.w3.org/2000/01/rdf-schema#label> "director" .
+<http://schema.org/director> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/director> <http://www.w3.org/2000/01/rdf-schema#comment> "The director of the movie, TV episode, or series." .
+<http://schema.org/director> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/director> <http://schema.org/domain> <http://schema.org/Movie> .
+<http://schema.org/director> <http://schema.org/domain> <http://schema.org/TVSeries> .
+<http://schema.org/director> <http://schema.org/domain> <http://schema.org/TVEpisode> .
+<http://schema.org/addressRegion> <http://www.w3.org/2000/01/rdf-schema#label> "addressRegion" .
+<http://schema.org/addressRegion> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/addressRegion> <http://www.w3.org/2000/01/rdf-schema#comment> "The region. For example, CA." .
+<http://schema.org/addressRegion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/addressRegion> <http://schema.org/domain> <http://schema.org/PostalAddress> .
+<http://schema.org/GeoShape> <http://www.w3.org/2000/01/rdf-schema#label> "GeoShape" .
+<http://schema.org/GeoShape> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/StructuredValue> .
+<http://schema.org/GeoShape> <http://www.w3.org/2000/01/rdf-schema#comment> "The geographic shape of a place." .
+<http://schema.org/GeoShape> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/SeaBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#label> "SeaBodyOfWater" .
+<http://schema.org/SeaBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/BodyOfWater> .
 <http://schema.org/SeaBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#comment> "A sea (for example, the Caspian sea)." .
-<http://schema.org/SeaBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#label> "SeaBodyOfWater" .
 <http://schema.org/SeaBodyOfWater> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/SeaBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/BodyOfWater> .
-<http://schema.org/Florist> <http://www.w3.org/2000/01/rdf-schema#comment> "A florist." .
-<http://schema.org/Florist> <http://www.w3.org/2000/01/rdf-schema#label> "Florist" .
-<http://schema.org/Florist> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Florist> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/illustrator> <http://schema.org/domain> <http://schema.org/Book> .
-<http://schema.org/illustrator> <http://www.w3.org/2000/01/rdf-schema#comment> "The illustrator of the book." .
-<http://schema.org/illustrator> <http://www.w3.org/2000/01/rdf-schema#label> "illustrator" .
-<http://schema.org/illustrator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/illustrator> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/UserPageVisits> <http://www.w3.org/2000/01/rdf-schema#comment> "User interaction: Visit to a web page." .
+<http://schema.org/affiliation> <http://www.w3.org/2000/01/rdf-schema#label> "affiliation" .
+<http://schema.org/affiliation> <http://schema.org/range> <http://schema.org/Organization> .
+<http://schema.org/affiliation> <http://www.w3.org/2000/01/rdf-schema#comment> "An organization that this person is affiliated with. For example, a school/university, a club, or a team." .
+<http://schema.org/affiliation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/affiliation> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/children> <http://www.w3.org/2000/01/rdf-schema#label> "children" .
+<http://schema.org/children> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/children> <http://www.w3.org/2000/01/rdf-schema#comment> "A child of the person." .
+<http://schema.org/children> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/children> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/Winery> <http://www.w3.org/2000/01/rdf-schema#label> "Winery" .
+<http://schema.org/Winery> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FoodEstablishment> .
+<http://schema.org/Winery> <http://www.w3.org/2000/01/rdf-schema#comment> "A winery." .
+<http://schema.org/Winery> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
 <http://schema.org/UserPageVisits> <http://www.w3.org/2000/01/rdf-schema#label> "UserPageVisits" .
-<http://schema.org/UserPageVisits> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
 <http://schema.org/UserPageVisits> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/UserInteraction> .
-<http://schema.org/ingredients> <http://schema.org/domain> <http://schema.org/Recipe> .
-<http://schema.org/ingredients> <http://www.w3.org/2000/01/rdf-schema#comment> "An ingredient used in the recipe." .
-<http://schema.org/ingredients> <http://www.w3.org/2000/01/rdf-schema#label> "ingredients" .
-<http://schema.org/ingredients> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/ingredients> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/copyrightnoticedeprecated> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/copyrightnoticedeprecated> <http://www.w3.org/2000/01/rdf-schema#comment> "Any necessary copyright notice for claiming the intellectual property for the CreativeWork." .
-<http://schema.org/copyrightnoticedeprecated> <http://www.w3.org/2000/01/rdf-schema#label> "copyrightnoticedeprecated" .
-<http://schema.org/copyrightnoticedeprecated> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/copyrightnoticedeprecated> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/copyrightnoticedeprecated> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/video> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/video> <http://www.w3.org/2000/01/rdf-schema#comment> "An embedded video object." .
-<http://schema.org/video> <http://www.w3.org/2000/01/rdf-schema#label> "video" .
-<http://schema.org/video> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/video> <http://schema.org/range> <http://schema.org/VideoObject> .
-<http://schema.org/TVSeries> <http://www.w3.org/2000/01/rdf-schema#comment> "A television series." .
-<http://schema.org/TVSeries> <http://www.w3.org/2000/01/rdf-schema#label> "TVSeries" .
-<http://schema.org/TVSeries> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/TVSeries> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/qualifications> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/qualifications> <http://www.w3.org/2000/01/rdf-schema#comment> "Specific qualifications required for this role." .
-<http://schema.org/qualifications> <http://www.w3.org/2000/01/rdf-schema#label> "qualifications" .
-<http://schema.org/qualifications> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/qualifications> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/ParkingFacility> <http://www.w3.org/2000/01/rdf-schema#comment> "A parking lot or other parking facility." .
-<http://schema.org/ParkingFacility> <http://www.w3.org/2000/01/rdf-schema#label> "ParkingFacility" .
-<http://schema.org/ParkingFacility> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ParkingFacility> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/salarycurrency> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/salarycurrency> <http://www.w3.org/2000/01/rdf-schema#comment> "The currency (coded using ISO 4217, http://en.wikipedia.org/wiki/ISO_4217 used for the main salary information in this job posting." .
-<http://schema.org/salarycurrency> <http://www.w3.org/2000/01/rdf-schema#label> "salarycurrency" .
-<http://schema.org/salarycurrency> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/salarycurrency> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/Landform> <http://www.w3.org/2000/01/rdf-schema#comment> "A landform or physical feature.  Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain http://schema.org/ranges, volcanoes, and the great ocean basins." .
-<http://schema.org/Landform> <http://www.w3.org/2000/01/rdf-schema#label> "Landform" .
-<http://schema.org/Landform> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Landform> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Place> .
-<http://schema.org/Rating> <http://www.w3.org/2000/01/rdf-schema#comment> "The rating of the video." .
-<http://schema.org/Rating> <http://www.w3.org/2000/01/rdf-schema#label> "Rating" .
-<http://schema.org/Rating> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Rating> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Intangible> .
-<http://schema.org/HealthClub> <http://www.w3.org/2000/01/rdf-schema#comment> "A health club." .
-<http://schema.org/HealthClub> <http://www.w3.org/2000/01/rdf-schema#label> "HealthClub" .
-<http://schema.org/HealthClub> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/HealthClub> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HealthAndBeautyBusiness> .
-<http://schema.org/HealthClub> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/SportsActivityLocation> .
-<http://schema.org/itemreviewed> <http://schema.org/domain> <http://schema.org/AggregateRating> .
-<http://schema.org/itemreviewed> <http://schema.org/domain> <http://schema.org/Review> .
-<http://schema.org/itemreviewed> <http://www.w3.org/2000/01/rdf-schema#comment> "The item that is being reviewed/rated." .
-<http://schema.org/itemreviewed> <http://www.w3.org/2000/01/rdf-schema#label> "itemreviewed" .
-<http://schema.org/itemreviewed> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/itemreviewed> <http://schema.org/range> <http://schema.org/Thing> .
-<http://schema.org/founders> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/founders> <http://www.w3.org/2000/01/rdf-schema#comment> "A person who founded this organization." .
-<http://schema.org/founders> <http://www.w3.org/2000/01/rdf-schema#label> "founders" .
-<http://schema.org/founders> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/founders> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/Bakery> <http://www.w3.org/2000/01/rdf-schema#comment> "A bakery." .
-<http://schema.org/Bakery> <http://www.w3.org/2000/01/rdf-schema#label> "Bakery" .
-<http://schema.org/Bakery> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Bakery> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FoodEstablishment> .
-<http://schema.org/HobbyShop> <http://www.w3.org/2000/01/rdf-schema#comment> "A hobby store." .
-<http://schema.org/HobbyShop> <http://www.w3.org/2000/01/rdf-schema#label> "HobbyShop" .
-<http://schema.org/HobbyShop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/HobbyShop> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/postofficeboxnumber> <http://schema.org/domain> <http://schema.org/PostalAddress> .
-<http://schema.org/postofficeboxnumber> <http://www.w3.org/2000/01/rdf-schema#comment> "The post offce box number for PO box addresses." .
-<http://schema.org/postofficeboxnumber> <http://www.w3.org/2000/01/rdf-schema#label> "postofficeboxnumber" .
-<http://schema.org/postofficeboxnumber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/postofficeboxnumber> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/honorificprefix> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/honorificprefix> <http://www.w3.org/2000/01/rdf-schema#comment> "An honorific prefix preceding a Person's name such as Dr/Mrs/Mr." .
-<http://schema.org/honorificprefix> <http://www.w3.org/2000/01/rdf-schema#label> "honorificprefix" .
-<http://schema.org/honorificprefix> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/honorificprefix> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/OfferItemCondition> <http://www.w3.org/2000/01/rdf-schema#comment> "A list of possible conditions for the item for sale." .
+<http://schema.org/UserPageVisits> <http://www.w3.org/2000/01/rdf-schema#comment> "User interaction: Visit to a web page." .
+<http://schema.org/UserPageVisits> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Synagogue> <http://www.w3.org/2000/01/rdf-schema#label> "Synagogue" .
+<http://schema.org/Synagogue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/PlaceOfWorship> .
+<http://schema.org/Synagogue> <http://www.w3.org/2000/01/rdf-schema#comment> "A synagogue." .
+<http://schema.org/Synagogue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Crematorium> <http://www.w3.org/2000/01/rdf-schema#label> "Crematorium" .
+<http://schema.org/Crematorium> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
+<http://schema.org/Crematorium> <http://www.w3.org/2000/01/rdf-schema#comment> "A crematorium." .
+<http://schema.org/Crematorium> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/TheaterEvent> <http://www.w3.org/2000/01/rdf-schema#label> "TheaterEvent" .
+<http://schema.org/TheaterEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
+<http://schema.org/TheaterEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Theater performance." .
+<http://schema.org/TheaterEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/cookingMethod> <http://www.w3.org/2000/01/rdf-schema#label> "cookingMethod" .
+<http://schema.org/cookingMethod> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/cookingMethod> <http://www.w3.org/2000/01/rdf-schema#comment> "The method of cooking, such as Frying, Steaming, ..." .
+<http://schema.org/cookingMethod> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/cookingMethod> <http://schema.org/domain> <http://schema.org/Recipe> .
+<http://schema.org/Festival> <http://www.w3.org/2000/01/rdf-schema#label> "Festival" .
+<http://schema.org/Festival> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
+<http://schema.org/Festival> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Festival." .
+<http://schema.org/Festival> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/version> <http://www.w3.org/2000/01/rdf-schema#label> "version" .
+<http://schema.org/version> <http://schema.org/range> <http://schema.org/Number> .
+<http://schema.org/version> <http://www.w3.org/2000/01/rdf-schema#comment> "The version of the CreativeWork embodied by a specified resource." .
+<http://schema.org/version> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/version> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/GovernmentOffice> <http://www.w3.org/2000/01/rdf-schema#label> "GovernmentOffice" .
+<http://schema.org/GovernmentOffice> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
+<http://schema.org/GovernmentOffice> <http://www.w3.org/2000/01/rdf-schema#comment> "A government office\u2014for example, an IRS or DMV office." .
+<http://schema.org/GovernmentOffice> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/addressLocality> <http://www.w3.org/2000/01/rdf-schema#label> "addressLocality" .
+<http://schema.org/addressLocality> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/addressLocality> <http://www.w3.org/2000/01/rdf-schema#comment> "The locality. For example, Mountain View." .
+<http://schema.org/addressLocality> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/addressLocality> <http://schema.org/domain> <http://schema.org/PostalAddress> .
+<http://schema.org/EducationEvent> <http://www.w3.org/2000/01/rdf-schema#label> "EducationEvent" .
+<http://schema.org/EducationEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
+<http://schema.org/EducationEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Education event." .
+<http://schema.org/EducationEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/reviewRating> <http://www.w3.org/2000/01/rdf-schema#label> "reviewRating" .
+<http://schema.org/reviewRating> <http://schema.org/range> <http://schema.org/Rating> .
+<http://schema.org/reviewRating> <http://www.w3.org/2000/01/rdf-schema#comment> "The rating given in this review. Note that reviews can themselves be rated. The reviewRating applies to rating given by the review. The aggregateRating property applies to the review itself, as a creative work." .
+<http://schema.org/reviewRating> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/reviewRating> <http://schema.org/domain> <http://schema.org/Review> .
+<http://schema.org/salaryCurrency> <http://www.w3.org/2000/01/rdf-schema#label> "salaryCurrency" .
+<http://schema.org/salaryCurrency> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/salaryCurrency> <http://www.w3.org/2000/01/rdf-schema#comment> "The currency (coded using ISO 4217, http://en.wikipedia.org/wiki/ISO_4217 used for the main salary information in this job posting." .
+<http://schema.org/salaryCurrency> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/salaryCurrency> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<http://schema.org/MusicRecording> <http://www.w3.org/2000/01/rdf-schema#label> "MusicRecording" .
+<http://schema.org/MusicRecording> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
+<http://schema.org/MusicRecording> <http://www.w3.org/2000/01/rdf-schema#comment> "A music recording (track), usually a single song." .
+<http://schema.org/MusicRecording> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/about> <http://www.w3.org/2000/01/rdf-schema#label> "about" .
+<http://schema.org/about> <http://schema.org/range> <http://schema.org/Thing> .
+<http://schema.org/about> <http://www.w3.org/2000/01/rdf-schema#comment> "The subject matter of the content." .
+<http://schema.org/about> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/about> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/itemConditionDeprecated> <http://www.w3.org/2000/01/rdf-schema#label> "itemConditionDeprecated" .
+<http://schema.org/itemConditionDeprecated> <http://schema.org/range> <http://schema.org/Thing> .
+<http://schema.org/itemConditionDeprecated> <http://www.w3.org/2000/01/rdf-schema#comment> "The condition of the item for sale\u2014for example New, Refurbished, Used, etc." .
+<http://schema.org/itemConditionDeprecated> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/itemConditionDeprecated> <http://schema.org/domain> <http://schema.org/Offer> .
+<http://schema.org/PerformingGroup> <http://www.w3.org/2000/01/rdf-schema#label> "PerformingGroup" .
+<http://schema.org/PerformingGroup> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Organization> .
+<http://schema.org/PerformingGroup> <http://www.w3.org/2000/01/rdf-schema#comment> "A performance group, such as a band, an orchestra, or a circus." .
+<http://schema.org/PerformingGroup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/TireShop> <http://www.w3.org/2000/01/rdf-schema#label> "TireShop" .
+<http://schema.org/TireShop> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
+<http://schema.org/TireShop> <http://www.w3.org/2000/01/rdf-schema#comment> "A tire shop." .
+<http://schema.org/TireShop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/UserPlays> <http://www.w3.org/2000/01/rdf-schema#label> "UserPlays" .
+<http://schema.org/UserPlays> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/UserInteraction> .
+<http://schema.org/UserPlays> <http://www.w3.org/2000/01/rdf-schema#comment> "User interaction: Play count of an item, for example a video or a song." .
+<http://schema.org/UserPlays> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/EmergencyService> <http://www.w3.org/2000/01/rdf-schema#label> "EmergencyService" .
+<http://schema.org/EmergencyService> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
+<http://schema.org/EmergencyService> <http://www.w3.org/2000/01/rdf-schema#comment> "An emergency service, such as a fire station or ER." .
+<http://schema.org/EmergencyService> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/UserBlocks> <http://www.w3.org/2000/01/rdf-schema#label> "UserBlocks" .
+<http://schema.org/UserBlocks> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/UserInteraction> .
+<http://schema.org/UserBlocks> <http://www.w3.org/2000/01/rdf-schema#comment> "User interaction: Block this content." .
+<http://schema.org/UserBlocks> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Table> <http://www.w3.org/2000/01/rdf-schema#label> "Table" .
+<http://schema.org/Table> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPageElement> .
+<http://schema.org/Table> <http://www.w3.org/2000/01/rdf-schema#comment> "A table on the page." .
+<http://schema.org/Table> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/TVEpisode> <http://www.w3.org/2000/01/rdf-schema#label> "TVEpisode" .
+<http://schema.org/TVEpisode> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
+<http://schema.org/TVEpisode> <http://www.w3.org/2000/01/rdf-schema#comment> "An episode of a TV series or season." .
+<http://schema.org/TVEpisode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/reviewCount> <http://www.w3.org/2000/01/rdf-schema#label> "reviewCount" .
+<http://schema.org/reviewCount> <http://schema.org/range> <http://schema.org/Number> .
+<http://schema.org/reviewCount> <http://www.w3.org/2000/01/rdf-schema#comment> "The count of total number of reviews." .
+<http://schema.org/reviewCount> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/reviewCount> <http://schema.org/domain> <http://schema.org/AggregateRating> .
+<http://schema.org/transFatContent> <http://www.w3.org/2000/01/rdf-schema#label> "transFatContent" .
+<http://schema.org/transFatContent> <http://schema.org/range> <http://schema.org/Mass> .
+<http://schema.org/transFatContent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of grams of trans fat." .
+<http://schema.org/transFatContent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/transFatContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
+<http://schema.org/Language> <http://www.w3.org/2000/01/rdf-schema#label> "Language" .
+<http://schema.org/Language> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Intangible> .
+<http://schema.org/Language> <http://www.w3.org/2000/01/rdf-schema#comment> "Natural languages such as Spanish, Tamil, Hindi, English, etc. and programming languages such as Scheme and Lisp." .
+<http://schema.org/Language> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/wordCount> <http://www.w3.org/2000/01/rdf-schema#label> "wordCount" .
+<http://schema.org/wordCount> <http://schema.org/range> <http://schema.org/Integer> .
+<http://schema.org/wordCount> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of words in the text of the Article." .
+<http://schema.org/wordCount> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/wordCount> <http://schema.org/domain> <http://schema.org/Article> .
 <http://schema.org/OfferItemCondition> <http://www.w3.org/2000/01/rdf-schema#label> "OfferItemCondition" .
-<http://schema.org/OfferItemCondition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
 <http://schema.org/OfferItemCondition> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Enumeration> .
-<http://schema.org/description> <http://schema.org/domain> <http://schema.org/Thing> .
-<http://schema.org/description> <http://www.w3.org/2000/01/rdf-schema#comment> "A short description of the item." .
-<http://schema.org/description> <http://www.w3.org/2000/01/rdf-schema#label> "description" .
-<http://schema.org/description> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/description> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/menu> <http://schema.org/domain> <http://schema.org/FoodEstablishment> .
-<http://schema.org/menu> <http://www.w3.org/2000/01/rdf-schema#comment> "Either the actual menu or a URL of the menu." .
-<http://schema.org/menu> <http://www.w3.org/2000/01/rdf-schema#label> "menu" .
-<http://schema.org/menu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/menu> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/menu> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/filesize> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/filesize> <http://www.w3.org/2000/01/rdf-schema#comment> "Size of the application / package in bytes." .
-<http://schema.org/filesize> <http://www.w3.org/2000/01/rdf-schema#label> "filesize" .
-<http://schema.org/filesize> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/filesize> <http://schema.org/range> <http://schema.org/Integer> .
-<http://schema.org/ConvenienceStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A convenience store." .
-<http://schema.org/ConvenienceStore> <http://www.w3.org/2000/01/rdf-schema#label> "ConvenienceStore" .
-<http://schema.org/ConvenienceStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ConvenienceStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/AutoPartsStore> <http://www.w3.org/2000/01/rdf-schema#comment> "An auto parts store." .
-<http://schema.org/AutoPartsStore> <http://www.w3.org/2000/01/rdf-schema#label> "AutoPartsStore" .
-<http://schema.org/AutoPartsStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/AutoPartsStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/AutomotiveBusiness> .
-<http://schema.org/AutoPartsStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/Painting> <http://www.w3.org/2000/01/rdf-schema#comment> "A painting." .
-<http://schema.org/Painting> <http://www.w3.org/2000/01/rdf-schema#label> "Painting" .
-<http://schema.org/Painting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Painting> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/ElementarySchool> <http://www.w3.org/2000/01/rdf-schema#comment> "An elementary school." .
-<http://schema.org/ElementarySchool> <http://www.w3.org/2000/01/rdf-schema#label> "ElementarySchool" .
-<http://schema.org/ElementarySchool> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ElementarySchool> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EducationalOrganization> .
-<http://schema.org/SportsTeam> <http://www.w3.org/2000/01/rdf-schema#comment> "Organization: Sports team." .
-<http://schema.org/SportsTeam> <http://www.w3.org/2000/01/rdf-schema#label> "SportsTeam" .
-<http://schema.org/SportsTeam> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/SportsTeam> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Organization> .
-<http://schema.org/experiencerequirements> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/experiencerequirements> <http://www.w3.org/2000/01/rdf-schema#comment> "Description of skills and experience needed for the position." .
-<http://schema.org/experiencerequirements> <http://www.w3.org/2000/01/rdf-schema#label> "experiencerequirements" .
-<http://schema.org/experiencerequirements> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/experiencerequirements> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/ExerciseGym> <http://www.w3.org/2000/01/rdf-schema#comment> "A gym." .
-<http://schema.org/ExerciseGym> <http://www.w3.org/2000/01/rdf-schema#label> "ExerciseGym" .
-<http://schema.org/ExerciseGym> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ExerciseGym> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/SportsActivityLocation> .
-<http://schema.org/knows> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/knows> <http://www.w3.org/2000/01/rdf-schema#comment> "The most generic bi-directional social/work relation." .
-<http://schema.org/knows> <http://www.w3.org/2000/01/rdf-schema#label> "knows" .
-<http://schema.org/knows> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/knows> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/ContactPage> <http://www.w3.org/2000/01/rdf-schema#comment> "Web page type: Contact page." .
-<http://schema.org/ContactPage> <http://www.w3.org/2000/01/rdf-schema#label> "ContactPage" .
-<http://schema.org/ContactPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ContactPage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPage> .
-<http://schema.org/keywords> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/keywords> <http://www.w3.org/2000/01/rdf-schema#comment> "The keywords/tags used to describe this content." .
-<http://schema.org/keywords> <http://www.w3.org/2000/01/rdf-schema#label> "keywords" .
-<http://schema.org/keywords> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/keywords> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/headline> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/headline> <http://www.w3.org/2000/01/rdf-schema#comment> "Headline of the article" .
-<http://schema.org/headline> <http://www.w3.org/2000/01/rdf-schema#label> "headline" .
-<http://schema.org/headline> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/headline> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/UserInteraction> <http://www.w3.org/2000/01/rdf-schema#comment> "A user interacting with a page" .
-<http://schema.org/UserInteraction> <http://www.w3.org/2000/01/rdf-schema#label> "UserInteraction" .
-<http://schema.org/UserInteraction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/UserInteraction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
-<http://schema.org/inalbum> <http://schema.org/domain> <http://schema.org/MusicRecording> .
-<http://schema.org/inalbum> <http://www.w3.org/2000/01/rdf-schema#comment> "The album to which this recording belongs." .
-<http://schema.org/inalbum> <http://www.w3.org/2000/01/rdf-schema#label> "inalbum" .
-<http://schema.org/inalbum> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/inalbum> <http://schema.org/range> <http://schema.org/MusicAlbum> .
-<http://schema.org/performerin> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/performerin> <http://www.w3.org/2000/01/rdf-schema#comment> "Event that this person is a performer or participant in." .
-<http://schema.org/performerin> <http://www.w3.org/2000/01/rdf-schema#label> "performerin" .
-<http://schema.org/performerin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/performerin> <http://schema.org/range> <http://schema.org/Event> .
-<http://schema.org/skills> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/skills> <http://www.w3.org/2000/01/rdf-schema#comment> "Skills required to fulfill this role." .
-<http://schema.org/skills> <http://www.w3.org/2000/01/rdf-schema#label> "skills" .
-<http://schema.org/skills> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/skills> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/TattooParlor> <http://www.w3.org/2000/01/rdf-schema#comment> "A tattoo parlor." .
-<http://schema.org/TattooParlor> <http://www.w3.org/2000/01/rdf-schema#label> "TattooParlor" .
-<http://schema.org/TattooParlor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/TattooParlor> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HealthAndBeautyBusiness> .
-<http://schema.org/MusicVenue> <http://www.w3.org/2000/01/rdf-schema#comment> "A music venue." .
-<http://schema.org/MusicVenue> <http://www.w3.org/2000/01/rdf-schema#label> "MusicVenue" .
-<http://schema.org/MusicVenue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/MusicVenue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/provider> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/provider> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies the Person or Organization that distributed the CreativeWork." .
+<http://schema.org/OfferItemCondition> <http://www.w3.org/2000/01/rdf-schema#comment> "A list of possible conditions for the item for sale." .
+<http://schema.org/OfferItemCondition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/AudioObject> <http://www.w3.org/2000/01/rdf-schema#label> "AudioObject" .
+<http://schema.org/AudioObject> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/MediaObject> .
+<http://schema.org/AudioObject> <http://www.w3.org/2000/01/rdf-schema#comment> "An audio file." .
+<http://schema.org/AudioObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/commentTime> <http://www.w3.org/2000/01/rdf-schema#label> "commentTime" .
+<http://schema.org/commentTime> <http://schema.org/range> <http://schema.org/Date> .
+<http://schema.org/commentTime> <http://www.w3.org/2000/01/rdf-schema#comment> "The time at which the UserComment was made." .
+<http://schema.org/commentTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/commentTime> <http://schema.org/domain> <http://schema.org/UserComments> .
+<http://schema.org/WPAdBlock> <http://www.w3.org/2000/01/rdf-schema#label> "WPAdBlock" .
+<http://schema.org/WPAdBlock> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPageElement> .
+<http://schema.org/WPAdBlock> <http://www.w3.org/2000/01/rdf-schema#comment> "An advertising section of the page." .
+<http://schema.org/WPAdBlock> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Rating> <http://www.w3.org/2000/01/rdf-schema#label> "Rating" .
+<http://schema.org/Rating> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Intangible> .
+<http://schema.org/Rating> <http://www.w3.org/2000/01/rdf-schema#comment> "The rating of the video." .
+<http://schema.org/Rating> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/SiteNavigationElement> <http://www.w3.org/2000/01/rdf-schema#label> "SiteNavigationElement" .
+<http://schema.org/SiteNavigationElement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPageElement> .
+<http://schema.org/SiteNavigationElement> <http://www.w3.org/2000/01/rdf-schema#comment> "A navigation element of the page." .
+<http://schema.org/SiteNavigationElement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/ComedyClub> <http://www.w3.org/2000/01/rdf-schema#label> "ComedyClub" .
+<http://schema.org/ComedyClub> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EntertainmentBusiness> .
+<http://schema.org/ComedyClub> <http://www.w3.org/2000/01/rdf-schema#comment> "A comedy club." .
+<http://schema.org/ComedyClub> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/cholesterolContent> <http://www.w3.org/2000/01/rdf-schema#label> "cholesterolContent" .
+<http://schema.org/cholesterolContent> <http://schema.org/range> <http://schema.org/Mass> .
+<http://schema.org/cholesterolContent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of milligrams of cholesterol." .
+<http://schema.org/cholesterolContent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/cholesterolContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
+<http://schema.org/SelfStorage> <http://www.w3.org/2000/01/rdf-schema#label> "SelfStorage" .
+<http://schema.org/SelfStorage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
+<http://schema.org/SelfStorage> <http://www.w3.org/2000/01/rdf-schema#comment> "Self-storage facility." .
+<http://schema.org/SelfStorage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/UserPlusOnes> <http://www.w3.org/2000/01/rdf-schema#label> "UserPlusOnes" .
+<http://schema.org/UserPlusOnes> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/UserInteraction> .
+<http://schema.org/UserPlusOnes> <http://www.w3.org/2000/01/rdf-schema#comment> "User interaction: +1." .
+<http://schema.org/UserPlusOnes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/BusStation> <http://www.w3.org/2000/01/rdf-schema#label> "BusStation" .
+<http://schema.org/BusStation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
+<http://schema.org/BusStation> <http://www.w3.org/2000/01/rdf-schema#comment> "A bus station." .
+<http://schema.org/BusStation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/CheckoutPage> <http://www.w3.org/2000/01/rdf-schema#label> "CheckoutPage" .
+<http://schema.org/CheckoutPage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPage> .
+<http://schema.org/CheckoutPage> <http://www.w3.org/2000/01/rdf-schema#comment> "Web page type: Checkout page." .
+<http://schema.org/CheckoutPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/duration> <http://www.w3.org/2000/01/rdf-schema#label> "duration" .
+<http://schema.org/duration> <http://schema.org/range> <http://schema.org/Duration> .
+<http://schema.org/duration> <http://www.w3.org/2000/01/rdf-schema#comment> "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format." .
+<http://schema.org/duration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/duration> <http://schema.org/domain> <http://schema.org/Movie> .
+<http://schema.org/duration> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<http://schema.org/duration> <http://schema.org/domain> <http://schema.org/MusicRecording> .
+<http://schema.org/duration> <http://schema.org/domain> <http://schema.org/Event> .
+<http://schema.org/Mass> <http://www.w3.org/2000/01/rdf-schema#label> "Mass" .
+<http://schema.org/Mass> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Quantity> .
+<http://schema.org/Mass> <http://www.w3.org/2000/01/rdf-schema#comment> "Properties that take Mass as values are of the form '<Number> <Mass unit of measure>'. E.g., '7 kg'" .
+<http://schema.org/Mass> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Corporation> <http://www.w3.org/2000/01/rdf-schema#label> "Corporation" .
+<http://schema.org/Corporation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Organization> .
+<http://schema.org/Corporation> <http://www.w3.org/2000/01/rdf-schema#comment> "Organization: A business corporation." .
+<http://schema.org/Corporation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/LiteraryEvent> <http://www.w3.org/2000/01/rdf-schema#label> "LiteraryEvent" .
+<http://schema.org/LiteraryEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
+<http://schema.org/LiteraryEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Literary event." .
+<http://schema.org/LiteraryEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Energy> <http://www.w3.org/2000/01/rdf-schema#label> "Energy" .
+<http://schema.org/Energy> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Quantity> .
+<http://schema.org/Energy> <http://www.w3.org/2000/01/rdf-schema#comment> "Properties that take Enerygy as values are of the form '<Number> <Energy unit of measure>'" .
+<http://schema.org/Energy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/honorificSuffix> <http://www.w3.org/2000/01/rdf-schema#label> "honorificSuffix" .
+<http://schema.org/honorificSuffix> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/honorificSuffix> <http://www.w3.org/2000/01/rdf-schema#comment> "An honorific suffix preceding a Person's name such as M.D. /PhD/MSCSW." .
+<http://schema.org/honorificSuffix> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/honorificSuffix> <http://schema.org/domain> <http://schema.org/Person> .
 <http://schema.org/provider> <http://www.w3.org/2000/01/rdf-schema#label> "provider" .
-<http://schema.org/provider> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
 <http://schema.org/provider> <http://schema.org/range> <http://schema.org/Person> .
 <http://schema.org/provider> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/branchof> <http://schema.org/domain> <http://schema.org/LocalBusiness> .
-<http://schema.org/branchof> <http://www.w3.org/2000/01/rdf-schema#comment> "The larger organization that this local business is a branch of, if any." .
-<http://schema.org/branchof> <http://www.w3.org/2000/01/rdf-schema#label> "branchof" .
-<http://schema.org/branchof> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/branchof> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/regionsallowed> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/regionsallowed> <http://www.w3.org/2000/01/rdf-schema#comment> "The regions where the media is allowed. If not specified, then it's assumed to be allowed everywhere. Specify the countries in ISO 3166 format." .
-<http://schema.org/regionsallowed> <http://www.w3.org/2000/01/rdf-schema#label> "regionsallowed" .
-<http://schema.org/regionsallowed> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/regionsallowed> <http://schema.org/range> <http://schema.org/Place> .
-<http://schema.org/TouristAttraction> <http://www.w3.org/2000/01/rdf-schema#comment> "A tourist attraction." .
-<http://schema.org/TouristAttraction> <http://www.w3.org/2000/01/rdf-schema#label> "TouristAttraction" .
-<http://schema.org/TouristAttraction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/TouristAttraction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Place> .
-<http://schema.org/ShoeStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A shoe store." .
-<http://schema.org/ShoeStore> <http://www.w3.org/2000/01/rdf-schema#label> "ShoeStore" .
-<http://schema.org/ShoeStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ShoeStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/acceptsreservations> <http://schema.org/domain> <http://schema.org/FoodEstablishment> .
-<http://schema.org/acceptsreservations> <http://www.w3.org/2000/01/rdf-schema#comment> "Either Yes/No, or a URL at which reservations can be made." .
-<http://schema.org/acceptsreservations> <http://www.w3.org/2000/01/rdf-schema#label> "acceptsreservations" .
-<http://schema.org/acceptsreservations> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/acceptsreservations> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/acceptsreservations> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/contactpoints> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/contactpoints> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/contactpoints> <http://www.w3.org/2000/01/rdf-schema#comment> "A contact point for a person or organization." .
-<http://schema.org/contactpoints> <http://www.w3.org/2000/01/rdf-schema#label> "contactpoints" .
-<http://schema.org/contactpoints> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/contactpoints> <http://schema.org/range> <http://schema.org/ContactPoint> .
-<http://schema.org/BodyOfWater> <http://www.w3.org/2000/01/rdf-schema#comment> "A body of water, such as a sea, ocean, or lake." .
-<http://schema.org/BodyOfWater> <http://www.w3.org/2000/01/rdf-schema#label> "BodyOfWater" .
-<http://schema.org/BodyOfWater> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/BodyOfWater> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Landform> .
-<http://schema.org/ContactPoint> <http://www.w3.org/2000/01/rdf-schema#comment> "A contact point\u2014for example, a Customer Complaints department." .
-<http://schema.org/ContactPoint> <http://www.w3.org/2000/01/rdf-schema#label> "ContactPoint" .
-<http://schema.org/ContactPoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ContactPoint> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/StructuredValue> .
-<http://schema.org/SearchResultsPage> <http://www.w3.org/2000/01/rdf-schema#comment> "Web page type: Search results page." .
+<http://schema.org/provider> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies the Person or Organization that distributed the CreativeWork." .
+<http://schema.org/provider> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/provider> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/MusicVenue> <http://www.w3.org/2000/01/rdf-schema#label> "MusicVenue" .
+<http://schema.org/MusicVenue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
+<http://schema.org/MusicVenue> <http://www.w3.org/2000/01/rdf-schema#comment> "A music venue." .
+<http://schema.org/MusicVenue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/inPlaylist> <http://www.w3.org/2000/01/rdf-schema#label> "inPlaylist" .
+<http://schema.org/inPlaylist> <http://schema.org/range> <http://schema.org/MusicPlaylist> .
+<http://schema.org/inPlaylist> <http://www.w3.org/2000/01/rdf-schema#comment> "The playlist to which this recording belongs." .
+<http://schema.org/inPlaylist> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/inPlaylist> <http://schema.org/domain> <http://schema.org/MusicRecording> .
+<http://schema.org/availabilityDeprecated> <http://www.w3.org/2000/01/rdf-schema#label> "availabilityDeprecated" .
+<http://schema.org/availabilityDeprecated> <http://schema.org/range> <http://schema.org/Thing> .
+<http://schema.org/availabilityDeprecated> <http://www.w3.org/2000/01/rdf-schema#comment> "The availability of this item\u2014for example In stock, Out of stock, Pre-order, etc." .
+<http://schema.org/availabilityDeprecated> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/availabilityDeprecated> <http://schema.org/domain> <http://schema.org/Offer> .
+<http://schema.org/endDate> <http://www.w3.org/2000/01/rdf-schema#label> "endDate" .
+<http://schema.org/endDate> <http://schema.org/range> <http://schema.org/Date> .
+<http://schema.org/endDate> <http://www.w3.org/2000/01/rdf-schema#comment> "The end date and time of the event (in ISO 8601 date format)." .
+<http://schema.org/endDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/endDate> <http://schema.org/domain> <http://schema.org/TVSeries> .
+<http://schema.org/endDate> <http://schema.org/domain> <http://schema.org/TVSeason> .
+<http://schema.org/endDate> <http://schema.org/domain> <http://schema.org/Event> .
+<http://schema.org/Integer> <http://www.w3.org/2000/01/rdf-schema#label> "Integer" .
+<http://schema.org/Integer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Number> .
+<http://schema.org/Integer> <http://www.w3.org/2000/01/rdf-schema#comment> "Data type: Integer." .
+<http://schema.org/Integer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Notary> <http://www.w3.org/2000/01/rdf-schema#label> "Notary" .
+<http://schema.org/Notary> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/ProfessionalService> .
+<http://schema.org/Notary> <http://www.w3.org/2000/01/rdf-schema#comment> "A notary." .
+<http://schema.org/Notary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Mosque> <http://www.w3.org/2000/01/rdf-schema#label> "Mosque" .
+<http://schema.org/Mosque> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/PlaceOfWorship> .
+<http://schema.org/Mosque> <http://www.w3.org/2000/01/rdf-schema#comment> "A mosque." .
+<http://schema.org/Mosque> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/EventVenue> <http://www.w3.org/2000/01/rdf-schema#label> "EventVenue" .
+<http://schema.org/EventVenue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
+<http://schema.org/EventVenue> <http://www.w3.org/2000/01/rdf-schema#comment> "An event venue." .
+<http://schema.org/EventVenue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/CivicStructure> <http://www.w3.org/2000/01/rdf-schema#label> "CivicStructure" .
+<http://schema.org/CivicStructure> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Place> .
+<http://schema.org/CivicStructure> <http://www.w3.org/2000/01/rdf-schema#comment> "A public structure, such as a town hall or concert hall." .
+<http://schema.org/CivicStructure> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/employees> <http://www.w3.org/2000/01/rdf-schema#label> "employees" .
+<http://schema.org/employees> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/employees> <http://www.w3.org/2000/01/rdf-schema#comment> "People working for this organization." .
+<http://schema.org/employees> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/employees> <http://schema.org/domain> <http://schema.org/Organization> .
+<http://schema.org/datePublished> <http://www.w3.org/2000/01/rdf-schema#label> "datePublished" .
+<http://schema.org/datePublished> <http://schema.org/range> <http://schema.org/Date> .
+<http://schema.org/datePublished> <http://www.w3.org/2000/01/rdf-schema#comment> "Date of first broadcast/publication." .
+<http://schema.org/datePublished> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/datePublished> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/MusicPlaylist> <http://www.w3.org/2000/01/rdf-schema#label> "MusicPlaylist" .
+<http://schema.org/MusicPlaylist> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
+<http://schema.org/MusicPlaylist> <http://www.w3.org/2000/01/rdf-schema#comment> "A collection of music tracks in playlist form." .
+<http://schema.org/MusicPlaylist> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/PawnShop> <http://www.w3.org/2000/01/rdf-schema#label> "PawnShop" .
+<http://schema.org/PawnShop> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
+<http://schema.org/PawnShop> <http://www.w3.org/2000/01/rdf-schema#comment> "A pawnstore." .
+<http://schema.org/PawnShop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Distance> <http://www.w3.org/2000/01/rdf-schema#label> "Distance" .
+<http://schema.org/Distance> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Quantity> .
+<http://schema.org/Distance> <http://www.w3.org/2000/01/rdf-schema#comment> "Properties that take Distances as values are of the form '<Number> <Length unit of measure>'. E.g., '7 ft'" .
+<http://schema.org/Distance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/CollectionPage> <http://www.w3.org/2000/01/rdf-schema#label> "CollectionPage" .
+<http://schema.org/CollectionPage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPage> .
+<http://schema.org/CollectionPage> <http://www.w3.org/2000/01/rdf-schema#comment> "Web page type: Collection page." .
+<http://schema.org/CollectionPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/superEvent> <http://www.w3.org/2000/01/rdf-schema#label> "superEvent" .
+<http://schema.org/superEvent> <http://schema.org/range> <http://schema.org/Event> .
+<http://schema.org/superEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "An event that this event is a part of. For example, a collection of individual music performances might each have a music festival as their superEvent." .
+<http://schema.org/superEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/superEvent> <http://schema.org/domain> <http://schema.org/Event> .
+<http://schema.org/title> <http://www.w3.org/2000/01/rdf-schema#label> "title" .
+<http://schema.org/title> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/title> <http://www.w3.org/2000/01/rdf-schema#comment> "The title of the job." .
+<http://schema.org/title> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/title> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<http://schema.org/ClothingStore> <http://www.w3.org/2000/01/rdf-schema#label> "ClothingStore" .
+<http://schema.org/ClothingStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
+<http://schema.org/ClothingStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A clothing store." .
+<http://schema.org/ClothingStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Brewery> <http://www.w3.org/2000/01/rdf-schema#label> "Brewery" .
+<http://schema.org/Brewery> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FoodEstablishment> .
+<http://schema.org/Brewery> <http://www.w3.org/2000/01/rdf-schema#comment> "Brewery." .
+<http://schema.org/Brewery> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/CollegeOrUniversity> <http://www.w3.org/2000/01/rdf-schema#label> "CollegeOrUniversity" .
+<http://schema.org/CollegeOrUniversity> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EducationalOrganization> .
+<http://schema.org/CollegeOrUniversity> <http://www.w3.org/2000/01/rdf-schema#comment> "A college, university, or other third-level educational institution." .
+<http://schema.org/CollegeOrUniversity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/caption> <http://www.w3.org/2000/01/rdf-schema#label> "caption" .
+<http://schema.org/caption> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/caption> <http://www.w3.org/2000/01/rdf-schema#comment> "The caption for this object." .
+<http://schema.org/caption> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/caption> <http://schema.org/domain> <http://schema.org/ImageObject> .
+<http://schema.org/caption> <http://schema.org/domain> <http://schema.org/VideoObject> .
+<http://schema.org/sugarContent> <http://www.w3.org/2000/01/rdf-schema#label> "sugarContent" .
+<http://schema.org/sugarContent> <http://schema.org/range> <http://schema.org/Mass> .
+<http://schema.org/sugarContent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of grams of sugar." .
+<http://schema.org/sugarContent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/sugarContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
+<http://schema.org/Article> <http://www.w3.org/2000/01/rdf-schema#label> "Article" .
+<http://schema.org/Article> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
+<http://schema.org/Article> <http://www.w3.org/2000/01/rdf-schema#comment> "An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all." .
+<http://schema.org/Article> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Church> <http://www.w3.org/2000/01/rdf-schema#label> "Church" .
+<http://schema.org/Church> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/PlaceOfWorship> .
+<http://schema.org/Church> <http://www.w3.org/2000/01/rdf-schema#comment> "A church." .
+<http://schema.org/Church> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/byArtist> <http://www.w3.org/2000/01/rdf-schema#label> "byArtist" .
+<http://schema.org/byArtist> <http://schema.org/range> <http://schema.org/MusicGroup> .
+<http://schema.org/byArtist> <http://www.w3.org/2000/01/rdf-schema#comment> "The artist that performed this album or recording." .
+<http://schema.org/byArtist> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/byArtist> <http://schema.org/domain> <http://schema.org/MusicRecording> .
+<http://schema.org/byArtist> <http://schema.org/domain> <http://schema.org/MusicAlbum> .
+<http://schema.org/PlaceOfWorship> <http://www.w3.org/2000/01/rdf-schema#label> "PlaceOfWorship" .
+<http://schema.org/PlaceOfWorship> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
+<http://schema.org/PlaceOfWorship> <http://www.w3.org/2000/01/rdf-schema#comment> "Place of worship, such as a church, synagogue, or mosque." .
+<http://schema.org/PlaceOfWorship> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/parents> <http://www.w3.org/2000/01/rdf-schema#label> "parents" .
+<http://schema.org/parents> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/parents> <http://www.w3.org/2000/01/rdf-schema#comment> "A parents of the person." .
+<http://schema.org/parents> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/parents> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/discussionUrl> <http://www.w3.org/2000/01/rdf-schema#label> "discussionUrl" .
+<http://schema.org/discussionUrl> <http://schema.org/range> <http://schema.org/URL> .
+<http://schema.org/discussionUrl> <http://www.w3.org/2000/01/rdf-schema#comment> "A link to the page containing the comments of the CreativeWork." .
+<http://schema.org/discussionUrl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/discussionUrl> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/WholesaleStore> <http://www.w3.org/2000/01/rdf-schema#label> "WholesaleStore" .
+<http://schema.org/WholesaleStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
+<http://schema.org/WholesaleStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A wholesale store." .
+<http://schema.org/WholesaleStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/maps> <http://www.w3.org/2000/01/rdf-schema#label> "maps" .
+<http://schema.org/maps> <http://schema.org/range> <http://schema.org/URL> .
+<http://schema.org/maps> <http://www.w3.org/2000/01/rdf-schema#comment> "A URL to a map of the place." .
+<http://schema.org/maps> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/maps> <http://schema.org/domain> <http://schema.org/Place> .
+<http://schema.org/articleSection> <http://www.w3.org/2000/01/rdf-schema#label> "articleSection" .
+<http://schema.org/articleSection> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/articleSection> <http://www.w3.org/2000/01/rdf-schema#comment> "Articles may belong to one or more 'sections' in a magazine or newspaper, such as Sports, Lifestyle, etc." .
+<http://schema.org/articleSection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/articleSection> <http://schema.org/domain> <http://schema.org/Article> .
+<http://schema.org/Boolean> <http://www.w3.org/2000/01/rdf-schema#label> "Boolean" .
+<http://schema.org/Boolean> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/DataType> .
+<http://schema.org/Boolean> <http://www.w3.org/2000/01/rdf-schema#comment> "Boolean: True or False." .
+<http://schema.org/Boolean> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/nationality> <http://www.w3.org/2000/01/rdf-schema#label> "nationality" .
+<http://schema.org/nationality> <http://schema.org/range> <http://schema.org/Country> .
+<http://schema.org/nationality> <http://www.w3.org/2000/01/rdf-schema#comment> "Nationality of the person." .
+<http://schema.org/nationality> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/nationality> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/State> <http://www.w3.org/2000/01/rdf-schema#label> "State" .
+<http://schema.org/State> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/AdministrativeArea> .
+<http://schema.org/State> <http://www.w3.org/2000/01/rdf-schema#comment> "A state or province." .
+<http://schema.org/State> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/itemListOrder> <http://www.w3.org/2000/01/rdf-schema#label> "itemListOrder" .
+<http://schema.org/itemListOrder> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/itemListOrder> <http://www.w3.org/2000/01/rdf-schema#comment> "Type of ordering (e.g. Ascending, Descending, Unordered)." .
+<http://schema.org/itemListOrder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/itemListOrder> <http://schema.org/domain> <http://schema.org/ItemList> .
+<http://schema.org/dateModified> <http://www.w3.org/2000/01/rdf-schema#label> "dateModified" .
+<http://schema.org/dateModified> <http://schema.org/range> <http://schema.org/Date> .
+<http://schema.org/dateModified> <http://www.w3.org/2000/01/rdf-schema#comment> "The date on which the CreativeWork was most recently modified." .
+<http://schema.org/dateModified> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/dateModified> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/printEdition> <http://www.w3.org/2000/01/rdf-schema#label> "printEdition" .
+<http://schema.org/printEdition> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/printEdition> <http://www.w3.org/2000/01/rdf-schema#comment> "The edition of the print product in which the NewsArticle appears." .
+<http://schema.org/printEdition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/printEdition> <http://schema.org/domain> <http://schema.org/NewsArticle> .
+<http://schema.org/experienceRequirements> <http://www.w3.org/2000/01/rdf-schema#label> "experienceRequirements" .
+<http://schema.org/experienceRequirements> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/experienceRequirements> <http://www.w3.org/2000/01/rdf-schema#comment> "Description of skills and experience needed for the position." .
+<http://schema.org/experienceRequirements> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/experienceRequirements> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<http://schema.org/videoFrameSize> <http://www.w3.org/2000/01/rdf-schema#label> "videoFrameSize" .
+<http://schema.org/videoFrameSize> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/videoFrameSize> <http://www.w3.org/2000/01/rdf-schema#comment> "The frame size of the video." .
+<http://schema.org/videoFrameSize> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/videoFrameSize> <http://schema.org/domain> <http://schema.org/VideoObject> .
+<http://schema.org/Zoo> <http://www.w3.org/2000/01/rdf-schema#label> "Zoo" .
+<http://schema.org/Zoo> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
+<http://schema.org/Zoo> <http://www.w3.org/2000/01/rdf-schema#comment> "A zoo." .
+<http://schema.org/Zoo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/ElectronicsStore> <http://www.w3.org/2000/01/rdf-schema#label> "ElectronicsStore" .
+<http://schema.org/ElectronicsStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
+<http://schema.org/ElectronicsStore> <http://www.w3.org/2000/01/rdf-schema#comment> "An electronics store." .
+<http://schema.org/ElectronicsStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/hiringOrganization> <http://www.w3.org/2000/01/rdf-schema#label> "hiringOrganization" .
+<http://schema.org/hiringOrganization> <http://schema.org/range> <http://schema.org/Organization> .
+<http://schema.org/hiringOrganization> <http://www.w3.org/2000/01/rdf-schema#comment> "Organization offering the job position." .
+<http://schema.org/hiringOrganization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/hiringOrganization> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<http://schema.org/isbn> <http://www.w3.org/2000/01/rdf-schema#label> "isbn" .
+<http://schema.org/isbn> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/isbn> <http://www.w3.org/2000/01/rdf-schema#comment> "The ISBN of the book." .
+<http://schema.org/isbn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/isbn> <http://schema.org/domain> <http://schema.org/Book> .
+<http://schema.org/WebApplication> <http://www.w3.org/2000/01/rdf-schema#label> "WebApplication" .
+<http://schema.org/WebApplication> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/SoftwareApplication> .
+<http://schema.org/WebApplication> <http://www.w3.org/2000/01/rdf-schema#comment> "Web applications." .
+<http://schema.org/WebApplication> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/regionsAllowed> <http://www.w3.org/2000/01/rdf-schema#label> "regionsAllowed" .
+<http://schema.org/regionsAllowed> <http://schema.org/range> <http://schema.org/Place> .
+<http://schema.org/regionsAllowed> <http://www.w3.org/2000/01/rdf-schema#comment> "The regions where the media is allowed. If not specified, then it's assumed to be allowed everywhere. Specify the countries in ISO 3166 format." .
+<http://schema.org/regionsAllowed> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/regionsAllowed> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<http://schema.org/height> <http://www.w3.org/2000/01/rdf-schema#label> "height" .
+<http://schema.org/height> <http://schema.org/range> <http://schema.org/Distance> .
+<http://schema.org/height> <http://www.w3.org/2000/01/rdf-schema#comment> "The height of the media object." .
+<http://schema.org/height> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/height> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<http://schema.org/Motel> <http://www.w3.org/2000/01/rdf-schema#label> "Motel" .
+<http://schema.org/Motel> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LodgingBusiness> .
+<http://schema.org/Motel> <http://www.w3.org/2000/01/rdf-schema#comment> "A motel." .
+<http://schema.org/Motel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/itemListElement> <http://www.w3.org/2000/01/rdf-schema#label> "itemListElement" .
+<http://schema.org/itemListElement> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/itemListElement> <http://www.w3.org/2000/01/rdf-schema#comment> "A single list item." .
+<http://schema.org/itemListElement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/itemListElement> <http://schema.org/domain> <http://schema.org/ItemList> .
+<http://schema.org/RoofingContractor> <http://www.w3.org/2000/01/rdf-schema#label> "RoofingContractor" .
+<http://schema.org/RoofingContractor> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HomeAndConstructionBusiness> .
+<http://schema.org/RoofingContractor> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/ProfessionalService> .
+<http://schema.org/RoofingContractor> <http://www.w3.org/2000/01/rdf-schema#comment> "A roofing contractor." .
+<http://schema.org/RoofingContractor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/PostOffice> <http://www.w3.org/2000/01/rdf-schema#label> "PostOffice" .
+<http://schema.org/PostOffice> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/GovernmentOffice> .
+<http://schema.org/PostOffice> <http://www.w3.org/2000/01/rdf-schema#comment> "A post office." .
+<http://schema.org/PostOffice> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/calories> <http://www.w3.org/2000/01/rdf-schema#label> "calories" .
+<http://schema.org/calories> <http://schema.org/range> <http://schema.org/Energy> .
+<http://schema.org/calories> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of calories" .
+<http://schema.org/calories> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/calories> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
+<http://schema.org/JewelryStore> <http://www.w3.org/2000/01/rdf-schema#label> "JewelryStore" .
+<http://schema.org/JewelryStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
+<http://schema.org/JewelryStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A jewelry store." .
+<http://schema.org/JewelryStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Volcano> <http://www.w3.org/2000/01/rdf-schema#label> "Volcano" .
+<http://schema.org/Volcano> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Landform> .
+<http://schema.org/Volcano> <http://www.w3.org/2000/01/rdf-schema#comment> "A volcano, like Fuji san" .
+<http://schema.org/Volcano> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/interactionCount> <http://www.w3.org/2000/01/rdf-schema#label> "interactionCount" .
+<http://schema.org/interactionCount> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/interactionCount> <http://www.w3.org/2000/01/rdf-schema#comment> "A count of a specific user interactions with this item\u2014for example, 20 UserLikes, 5 UserComments, or 300 UserDownloads. The user interaction type should be one of the sub types of UserInteraction." .
+<http://schema.org/interactionCount> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/interactionCount> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/interactionCount> <http://schema.org/domain> <http://schema.org/Place> .
+<http://schema.org/interactionCount> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/interactionCount> <http://schema.org/domain> <http://schema.org/Organization> .
+<http://schema.org/interactionCount> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<http://schema.org/ScholarlyArticle> <http://www.w3.org/2000/01/rdf-schema#label> "ScholarlyArticle" .
+<http://schema.org/ScholarlyArticle> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Article> .
+<http://schema.org/ScholarlyArticle> <http://www.w3.org/2000/01/rdf-schema#comment> "A scholarly article." .
+<http://schema.org/ScholarlyArticle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/ProfessionalService> <http://www.w3.org/2000/01/rdf-schema#label> "ProfessionalService" .
+<http://schema.org/ProfessionalService> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
+<http://schema.org/ProfessionalService> <http://www.w3.org/2000/01/rdf-schema#comment> "Provider of professional services." .
+<http://schema.org/ProfessionalService> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/NewsArticle> <http://www.w3.org/2000/01/rdf-schema#label> "NewsArticle" .
+<http://schema.org/NewsArticle> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Article> .
+<http://schema.org/NewsArticle> <http://www.w3.org/2000/01/rdf-schema#comment> "A news article" .
+<http://schema.org/NewsArticle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Duration> <http://www.w3.org/2000/01/rdf-schema#label> "Duration" .
+<http://schema.org/Duration> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Quantity> .
+<http://schema.org/Duration> <http://www.w3.org/2000/01/rdf-schema#comment> "Quantity: Duration (use  ISO 8601 duration format)." .
+<http://schema.org/Duration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/SportsTeam> <http://www.w3.org/2000/01/rdf-schema#label> "SportsTeam" .
+<http://schema.org/SportsTeam> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Organization> .
+<http://schema.org/SportsTeam> <http://www.w3.org/2000/01/rdf-schema#comment> "Organization: Sports team." .
+<http://schema.org/SportsTeam> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/seasons> <http://www.w3.org/2000/01/rdf-schema#label> "seasons" .
+<http://schema.org/seasons> <http://schema.org/range> <http://schema.org/TVSeason> .
+<http://schema.org/seasons> <http://www.w3.org/2000/01/rdf-schema#comment> "The seasons of the TV series." .
+<http://schema.org/seasons> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/seasons> <http://schema.org/domain> <http://schema.org/TVSeries> .
+<http://schema.org/startDate> <http://www.w3.org/2000/01/rdf-schema#label> "startDate" .
+<http://schema.org/startDate> <http://schema.org/range> <http://schema.org/Date> .
+<http://schema.org/startDate> <http://www.w3.org/2000/01/rdf-schema#comment> "The start date and time of the event (in ISO 8601 date format)." .
+<http://schema.org/startDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/startDate> <http://schema.org/domain> <http://schema.org/TVSeries> .
+<http://schema.org/startDate> <http://schema.org/domain> <http://schema.org/TVSeason> .
+<http://schema.org/startDate> <http://schema.org/domain> <http://schema.org/Event> .
+<http://schema.org/box> <http://www.w3.org/2000/01/rdf-schema#label> "box" .
+<http://schema.org/box> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/box> <http://www.w3.org/2000/01/rdf-schema#comment> "A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more spacedelimited points where the first and final points are identical." .
+<http://schema.org/box> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/box> <http://schema.org/domain> <http://schema.org/GeoShape> .
+<http://schema.org/ComedyEvent> <http://www.w3.org/2000/01/rdf-schema#label> "ComedyEvent" .
+<http://schema.org/ComedyEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
+<http://schema.org/ComedyEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Comedy event." .
+<http://schema.org/ComedyEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/encodingFormat> <http://www.w3.org/2000/01/rdf-schema#label> "encodingFormat" .
+<http://schema.org/encodingFormat> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/encodingFormat> <http://www.w3.org/2000/01/rdf-schema#comment> "mp3, mpeg4, etc." .
+<http://schema.org/encodingFormat> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/encodingFormat> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<http://schema.org/workLocation> <http://www.w3.org/2000/01/rdf-schema#label> "workLocation" .
+<http://schema.org/workLocation> <http://schema.org/range> <http://schema.org/Place> .
+<http://schema.org/workLocation> <http://schema.org/range> <http://schema.org/ContactPoint> .
+<http://schema.org/workLocation> <http://www.w3.org/2000/01/rdf-schema#comment> "A contact location for a person's place of work." .
+<http://schema.org/workLocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/workLocation> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/priceCurrency> <http://www.w3.org/2000/01/rdf-schema#label> "priceCurrency" .
+<http://schema.org/priceCurrency> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/priceCurrency> <http://www.w3.org/2000/01/rdf-schema#comment> "The currency (in 3-letter ISO 4217 format) of the offer price." .
+<http://schema.org/priceCurrency> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/priceCurrency> <http://schema.org/domain> <http://schema.org/Offer> .
+<http://schema.org/ItemAvailability> <http://www.w3.org/2000/01/rdf-schema#label> "ItemAvailability" .
+<http://schema.org/ItemAvailability> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Enumeration> .
+<http://schema.org/ItemAvailability> <http://www.w3.org/2000/01/rdf-schema#comment> "A list of possible product availablity options." .
+<http://schema.org/ItemAvailability> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/givenName> <http://www.w3.org/2000/01/rdf-schema#label> "givenName" .
+<http://schema.org/givenName> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/givenName> <http://www.w3.org/2000/01/rdf-schema#comment> "Given name. In the U.S., the first name of a Person. This can be used along with familyName instead of the Name property." .
+<http://schema.org/givenName> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/givenName> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/HomeAndConstructionBusiness> <http://www.w3.org/2000/01/rdf-schema#label> "HomeAndConstructionBusiness" .
+<http://schema.org/HomeAndConstructionBusiness> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
+<http://schema.org/HomeAndConstructionBusiness> <http://www.w3.org/2000/01/rdf-schema#comment> "A construction business." .
+<http://schema.org/HomeAndConstructionBusiness> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/HairSalon> <http://www.w3.org/2000/01/rdf-schema#label> "HairSalon" .
+<http://schema.org/HairSalon> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HealthAndBeautyBusiness> .
+<http://schema.org/HairSalon> <http://www.w3.org/2000/01/rdf-schema#comment> "A hair salon." .
+<http://schema.org/HairSalon> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Canal> <http://www.w3.org/2000/01/rdf-schema#label> "Canal" .
+<http://schema.org/Canal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/BodyOfWater> .
+<http://schema.org/Canal> <http://www.w3.org/2000/01/rdf-schema#comment> "A canal, like the Panama Canal" .
+<http://schema.org/Canal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/WebPageElement> <http://www.w3.org/2000/01/rdf-schema#label> "WebPageElement" .
+<http://schema.org/WebPageElement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
+<http://schema.org/WebPageElement> <http://www.w3.org/2000/01/rdf-schema#comment> "A web page element, like a table or an image" .
+<http://schema.org/WebPageElement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/cookTime> <http://www.w3.org/2000/01/rdf-schema#label> "cookTime" .
+<http://schema.org/cookTime> <http://schema.org/range> <http://schema.org/Duration> .
+<http://schema.org/cookTime> <http://www.w3.org/2000/01/rdf-schema#comment> "The time it takes to actually cook the dish, in ISO 8601 duration format." .
+<http://schema.org/cookTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/cookTime> <http://schema.org/domain> <http://schema.org/Recipe> .
+<http://schema.org/WPHeader> <http://www.w3.org/2000/01/rdf-schema#label> "WPHeader" .
+<http://schema.org/WPHeader> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPageElement> .
+<http://schema.org/WPHeader> <http://www.w3.org/2000/01/rdf-schema#comment> "The header section of the page." .
+<http://schema.org/WPHeader> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/ParkingFacility> <http://www.w3.org/2000/01/rdf-schema#label> "ParkingFacility" .
+<http://schema.org/ParkingFacility> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
+<http://schema.org/ParkingFacility> <http://www.w3.org/2000/01/rdf-schema#comment> "A parking lot or other parking facility." .
+<http://schema.org/ParkingFacility> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Florist> <http://www.w3.org/2000/01/rdf-schema#label> "Florist" .
+<http://schema.org/Florist> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
+<http://schema.org/Florist> <http://www.w3.org/2000/01/rdf-schema#comment> "A florist." .
+<http://schema.org/Florist> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Mountain> <http://www.w3.org/2000/01/rdf-schema#label> "Mountain" .
+<http://schema.org/Mountain> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Landform> .
+<http://schema.org/Mountain> <http://www.w3.org/2000/01/rdf-schema#comment> "A mountain, like Mount Whitney or Mount Everest" .
+<http://schema.org/Mountain> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/AutoPartsStore> <http://www.w3.org/2000/01/rdf-schema#label> "AutoPartsStore" .
+<http://schema.org/AutoPartsStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/AutomotiveBusiness> .
+<http://schema.org/AutoPartsStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
+<http://schema.org/AutoPartsStore> <http://www.w3.org/2000/01/rdf-schema#comment> "An auto parts store." .
+<http://schema.org/AutoPartsStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Store> <http://www.w3.org/2000/01/rdf-schema#label> "Store" .
+<http://schema.org/Store> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
+<http://schema.org/Store> <http://www.w3.org/2000/01/rdf-schema#comment> "A retail good store." .
+<http://schema.org/Store> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/creator> <http://www.w3.org/2000/01/rdf-schema#label> "creator" .
+<http://schema.org/creator> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/creator> <http://schema.org/range> <http://schema.org/Organization> .
+<http://schema.org/creator> <http://www.w3.org/2000/01/rdf-schema#comment> "The creator/author of this CreativeWork or UserComments. This is the same as the Author property for CreativeWork." .
+<http://schema.org/creator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/creator> <http://schema.org/domain> <http://schema.org/UserComments> .
+<http://schema.org/creator> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/Courthouse> <http://www.w3.org/2000/01/rdf-schema#label> "Courthouse" .
+<http://schema.org/Courthouse> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/GovernmentBuilding> .
+<http://schema.org/Courthouse> <http://www.w3.org/2000/01/rdf-schema#comment> "A courthouse." .
+<http://schema.org/Courthouse> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/AggregateRating> <http://www.w3.org/2000/01/rdf-schema#label> "AggregateRating" .
+<http://schema.org/AggregateRating> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Rating> .
+<http://schema.org/AggregateRating> <http://www.w3.org/2000/01/rdf-schema#comment> "The average rating based on multiple ratings or reviews." .
+<http://schema.org/AggregateRating> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/BookStore> <http://www.w3.org/2000/01/rdf-schema#label> "BookStore" .
+<http://schema.org/BookStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
+<http://schema.org/BookStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A bookstore." .
+<http://schema.org/BookStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/copyrightNoticeDeprecated> <http://www.w3.org/2000/01/rdf-schema#label> "copyrightNoticeDeprecated" .
+<http://schema.org/copyrightNoticeDeprecated> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/copyrightNoticeDeprecated> <http://schema.org/range> <http://schema.org/URL> .
+<http://schema.org/copyrightNoticeDeprecated> <http://www.w3.org/2000/01/rdf-schema#comment> "Any necessary copyright notice for claiming the intellectual property for the CreativeWork." .
+<http://schema.org/copyrightNoticeDeprecated> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/copyrightNoticeDeprecated> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/RadioStation> <http://www.w3.org/2000/01/rdf-schema#label> "RadioStation" .
+<http://schema.org/RadioStation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
+<http://schema.org/RadioStation> <http://www.w3.org/2000/01/rdf-schema#comment> "A radio station." .
+<http://schema.org/RadioStation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Intangible> <http://www.w3.org/2000/01/rdf-schema#label> "Intangible" .
+<http://schema.org/Intangible> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Thing> .
+<http://schema.org/Intangible> <http://www.w3.org/2000/01/rdf-schema#comment> "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." .
+<http://schema.org/Intangible> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/LandmarksOrHistoricalBuildings> <http://www.w3.org/2000/01/rdf-schema#label> "LandmarksOrHistoricalBuildings" .
+<http://schema.org/LandmarksOrHistoricalBuildings> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Place> .
+<http://schema.org/LandmarksOrHistoricalBuildings> <http://www.w3.org/2000/01/rdf-schema#comment> "An historical landmark or building." .
+<http://schema.org/LandmarksOrHistoricalBuildings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/AutomotiveBusiness> <http://www.w3.org/2000/01/rdf-schema#label> "AutomotiveBusiness" .
+<http://schema.org/AutomotiveBusiness> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
+<http://schema.org/AutomotiveBusiness> <http://www.w3.org/2000/01/rdf-schema#comment> "Car repair, sales, or parts." .
+<http://schema.org/AutomotiveBusiness> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Bakery> <http://www.w3.org/2000/01/rdf-schema#label> "Bakery" .
+<http://schema.org/Bakery> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FoodEstablishment> .
+<http://schema.org/Bakery> <http://www.w3.org/2000/01/rdf-schema#comment> "A bakery." .
+<http://schema.org/Bakery> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/FireStation> <http://www.w3.org/2000/01/rdf-schema#label> "FireStation" .
+<http://schema.org/FireStation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EmergencyService> .
+<http://schema.org/FireStation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
+<http://schema.org/FireStation> <http://www.w3.org/2000/01/rdf-schema#comment> "A fire station. With firemen." .
+<http://schema.org/FireStation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Photograph> <http://www.w3.org/2000/01/rdf-schema#label> "Photograph" .
+<http://schema.org/Photograph> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
+<http://schema.org/Photograph> <http://www.w3.org/2000/01/rdf-schema#comment> "A photograph." .
+<http://schema.org/Photograph> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/ItemPage> <http://www.w3.org/2000/01/rdf-schema#label> "ItemPage" .
+<http://schema.org/ItemPage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPage> .
+<http://schema.org/ItemPage> <http://www.w3.org/2000/01/rdf-schema#comment> "A page devoted to a single item, such as a particular product or hotel." .
+<http://schema.org/ItemPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/seller> <http://www.w3.org/2000/01/rdf-schema#label> "seller" .
+<http://schema.org/seller> <http://schema.org/range> <http://schema.org/Organization> .
+<http://schema.org/seller> <http://www.w3.org/2000/01/rdf-schema#comment> "The seller of the product." .
+<http://schema.org/seller> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/seller> <http://schema.org/domain> <http://schema.org/Offer> .
+<http://schema.org/DefenceEstablishment> <http://www.w3.org/2000/01/rdf-schema#label> "DefenceEstablishment" .
+<http://schema.org/DefenceEstablishment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/GovernmentBuilding> .
+<http://schema.org/DefenceEstablishment> <http://www.w3.org/2000/01/rdf-schema#comment> "A defence establishment, such as an army or navy base." .
+<http://schema.org/DefenceEstablishment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/servingSize> <http://www.w3.org/2000/01/rdf-schema#label> "servingSize" .
+<http://schema.org/servingSize> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/servingSize> <http://www.w3.org/2000/01/rdf-schema#comment> "The serving size, in terms of the number of volume or mass" .
+<http://schema.org/servingSize> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/servingSize> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
+<http://schema.org/GatedResidenceCommunity> <http://www.w3.org/2000/01/rdf-schema#label> "GatedResidenceCommunity" .
+<http://schema.org/GatedResidenceCommunity> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Residence> .
+<http://schema.org/GatedResidenceCommunity> <http://www.w3.org/2000/01/rdf-schema#comment> "Residence type: Gated community." .
+<http://schema.org/GatedResidenceCommunity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/FoodEstablishment> <http://www.w3.org/2000/01/rdf-schema#label> "FoodEstablishment" .
+<http://schema.org/FoodEstablishment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
+<http://schema.org/FoodEstablishment> <http://www.w3.org/2000/01/rdf-schema#comment> "A food-related business." .
+<http://schema.org/FoodEstablishment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/partOfSeason> <http://www.w3.org/2000/01/rdf-schema#label> "partOfSeason" .
+<http://schema.org/partOfSeason> <http://schema.org/range> <http://schema.org/TVSeason> .
+<http://schema.org/partOfSeason> <http://www.w3.org/2000/01/rdf-schema#comment> "The season to which this episode belongs." .
+<http://schema.org/partOfSeason> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/partOfSeason> <http://schema.org/domain> <http://schema.org/TVEpisode> .
+<http://schema.org/Book> <http://www.w3.org/2000/01/rdf-schema#label> "Book" .
+<http://schema.org/Book> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
+<http://schema.org/Book> <http://www.w3.org/2000/01/rdf-schema#comment> "A book." .
+<http://schema.org/Book> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Text> <http://www.w3.org/2000/01/rdf-schema#label> "Text" .
+<http://schema.org/Text> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/DataType> .
+<http://schema.org/Text> <http://www.w3.org/2000/01/rdf-schema#comment> "Data type: Text." .
+<http://schema.org/Text> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/StadiumOrArena> <http://www.w3.org/2000/01/rdf-schema#label> "StadiumOrArena" .
+<http://schema.org/StadiumOrArena> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/SportsActivityLocation> .
+<http://schema.org/StadiumOrArena> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
+<http://schema.org/StadiumOrArena> <http://www.w3.org/2000/01/rdf-schema#comment> "A stadium." .
+<http://schema.org/StadiumOrArena> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/comment> <http://www.w3.org/2000/01/rdf-schema#label> "comment" .
+<http://schema.org/comment> <http://schema.org/range> <http://schema.org/UserComments> .
+<http://schema.org/comment> <http://www.w3.org/2000/01/rdf-schema#comment> "Comments, typically from users, on this CreativeWork." .
+<http://schema.org/comment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/comment> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/Country> <http://www.w3.org/2000/01/rdf-schema#label> "Country" .
+<http://schema.org/Country> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/AdministrativeArea> .
+<http://schema.org/Country> <http://www.w3.org/2000/01/rdf-schema#comment> "A country." .
+<http://schema.org/Country> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/publishingPrinciples> <http://www.w3.org/2000/01/rdf-schema#label> "publishingPrinciples" .
+<http://schema.org/publishingPrinciples> <http://schema.org/range> <http://schema.org/URL> .
+<http://schema.org/publishingPrinciples> <http://www.w3.org/2000/01/rdf-schema#comment> "Link to page describing the editorial principles of the organization primarily responsible for the creation of the CreativeWork." .
+<http://schema.org/publishingPrinciples> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/publishingPrinciples> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/Preschool> <http://www.w3.org/2000/01/rdf-schema#label> "Preschool" .
+<http://schema.org/Preschool> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EducationalOrganization> .
+<http://schema.org/Preschool> <http://www.w3.org/2000/01/rdf-schema#comment> "A preschool." .
+<http://schema.org/Preschool> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Pond> <http://www.w3.org/2000/01/rdf-schema#label> "Pond" .
+<http://schema.org/Pond> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/BodyOfWater> .
+<http://schema.org/Pond> <http://www.w3.org/2000/01/rdf-schema#comment> "A pond" .
+<http://schema.org/Pond> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/manufacturer> <http://www.w3.org/2000/01/rdf-schema#label> "manufacturer" .
+<http://schema.org/manufacturer> <http://schema.org/range> <http://schema.org/Organization> .
+<http://schema.org/manufacturer> <http://www.w3.org/2000/01/rdf-schema#comment> "The manufacturer of the product." .
+<http://schema.org/manufacturer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/manufacturer> <http://schema.org/domain> <http://schema.org/Product> .
+<http://schema.org/MiddleSchool> <http://www.w3.org/2000/01/rdf-schema#label> "MiddleSchool" .
+<http://schema.org/MiddleSchool> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EducationalOrganization> .
+<http://schema.org/MiddleSchool> <http://www.w3.org/2000/01/rdf-schema#comment> "A middle school." .
+<http://schema.org/MiddleSchool> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/City> <http://www.w3.org/2000/01/rdf-schema#label> "City" .
+<http://schema.org/City> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/AdministrativeArea> .
+<http://schema.org/City> <http://www.w3.org/2000/01/rdf-schema#comment> "A city or town." .
+<http://schema.org/City> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Date> <http://www.w3.org/2000/01/rdf-schema#label> "Date" .
+<http://schema.org/Date> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/DataType> .
+<http://schema.org/Date> <http://www.w3.org/2000/01/rdf-schema#comment> "A date value in ISO 8601 date format." .
+<http://schema.org/Date> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/audio> <http://www.w3.org/2000/01/rdf-schema#label> "audio" .
+<http://schema.org/audio> <http://schema.org/range> <http://schema.org/AudioObject> .
+<http://schema.org/audio> <http://www.w3.org/2000/01/rdf-schema#comment> "An embedded audio object." .
+<http://schema.org/audio> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/audio> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/isPartOf> <http://www.w3.org/2000/01/rdf-schema#label> "isPartOf" .
+<http://schema.org/isPartOf> <http://schema.org/range> <http://schema.org/CollectionPage> .
+<http://schema.org/isPartOf> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates the collection or gallery to which the item belongs." .
+<http://schema.org/isPartOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/isPartOf> <http://schema.org/domain> <http://schema.org/WebPage> .
+<http://schema.org/InsuranceAgency> <http://www.w3.org/2000/01/rdf-schema#label> "InsuranceAgency" .
+<http://schema.org/InsuranceAgency> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FinancialService> .
+<http://schema.org/InsuranceAgency> <http://www.w3.org/2000/01/rdf-schema#comment> "Insurance agency." .
+<http://schema.org/InsuranceAgency> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/MedicalClinic> <http://www.w3.org/2000/01/rdf-schema#label> "MedicalClinic" .
+<http://schema.org/MedicalClinic> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/MedicalOrganization> .
+<http://schema.org/MedicalClinic> <http://www.w3.org/2000/01/rdf-schema#comment> "A medical clinic." .
+<http://schema.org/MedicalClinic> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/contentSize> <http://www.w3.org/2000/01/rdf-schema#label> "contentSize" .
+<http://schema.org/contentSize> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/contentSize> <http://www.w3.org/2000/01/rdf-schema#comment> "File size in (mega/kilo) bytes." .
+<http://schema.org/contentSize> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/contentSize> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<http://schema.org/RiverBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#label> "RiverBodyOfWater" .
+<http://schema.org/RiverBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/BodyOfWater> .
+<http://schema.org/RiverBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#comment> "A river (for example, the broad majestic Shannon)." .
+<http://schema.org/RiverBodyOfWater> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Landform> <http://www.w3.org/2000/01/rdf-schema#label> "Landform" .
+<http://schema.org/Landform> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Place> .
+<http://schema.org/Landform> <http://www.w3.org/2000/01/rdf-schema#comment> "A landform or physical feature.  Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain ranges, volcanoes, and the great ocean basins." .
+<http://schema.org/Landform> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/circle> <http://www.w3.org/2000/01/rdf-schema#label> "circle" .
+<http://schema.org/circle> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/circle> <http://www.w3.org/2000/01/rdf-schema#comment> "A circle is the circular region of a specified radius centered at a specified latitude and longitude. A circle is expressed as a pair followed by a radius in meters." .
+<http://schema.org/circle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/circle> <http://schema.org/domain> <http://schema.org/GeoShape> .
+<http://schema.org/ConvenienceStore> <http://www.w3.org/2000/01/rdf-schema#label> "ConvenienceStore" .
+<http://schema.org/ConvenienceStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
+<http://schema.org/ConvenienceStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A convenience store." .
+<http://schema.org/ConvenienceStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Offer> <http://www.w3.org/2000/01/rdf-schema#label> "Offer" .
+<http://schema.org/Offer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Intangible> .
+<http://schema.org/Offer> <http://www.w3.org/2000/01/rdf-schema#comment> "An offer to sell an item\u2014for example, an offer to sell a product, the DVD of a movie, or tickets to an event." .
+<http://schema.org/Offer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/paymentAccepted> <http://www.w3.org/2000/01/rdf-schema#label> "paymentAccepted" .
+<http://schema.org/paymentAccepted> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/paymentAccepted> <http://www.w3.org/2000/01/rdf-schema#comment> "Cash, credit card, etc." .
+<http://schema.org/paymentAccepted> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/paymentAccepted> <http://schema.org/domain> <http://schema.org/LocalBusiness> .
+<http://schema.org/LiquorStore> <http://www.w3.org/2000/01/rdf-schema#label> "LiquorStore" .
+<http://schema.org/LiquorStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
+<http://schema.org/LiquorStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A liquor store." .
+<http://schema.org/LiquorStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Person> <http://www.w3.org/2000/01/rdf-schema#label> "Person" .
+<http://schema.org/Person> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Thing> .
+<http://schema.org/Person> <http://www.w3.org/2000/01/rdf-schema#comment> "A person (alive, dead, undead, or fictional)." .
+<http://schema.org/Person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/name> <http://www.w3.org/2000/01/rdf-schema#label> "name" .
+<http://schema.org/name> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/name> <http://www.w3.org/2000/01/rdf-schema#comment> "The name of the item." .
+<http://schema.org/name> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/name> <http://schema.org/domain> <http://schema.org/Thing> .
+<http://schema.org/priceValidUntil> <http://www.w3.org/2000/01/rdf-schema#label> "priceValidUntil" .
+<http://schema.org/priceValidUntil> <http://schema.org/range> <http://schema.org/Date> .
+<http://schema.org/priceValidUntil> <http://www.w3.org/2000/01/rdf-schema#comment> "The date after which the price is no longer available." .
+<http://schema.org/priceValidUntil> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/priceValidUntil> <http://schema.org/domain> <http://schema.org/Offer> .
+<http://schema.org/elevation> <http://www.w3.org/2000/01/rdf-schema#label> "elevation" .
+<http://schema.org/elevation> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/elevation> <http://schema.org/range> <http://schema.org/Number> .
+<http://schema.org/elevation> <http://www.w3.org/2000/01/rdf-schema#comment> "The elevation of a location." .
+<http://schema.org/elevation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/elevation> <http://schema.org/domain> <http://schema.org/GeoShape> .
+<http://schema.org/elevation> <http://schema.org/domain> <http://schema.org/GeoCoordinates> .
+<http://schema.org/Place> <http://www.w3.org/2000/01/rdf-schema#label> "Place" .
+<http://schema.org/Place> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Thing> .
+<http://schema.org/Place> <http://www.w3.org/2000/01/rdf-schema#comment> "Entities that have a somewhat fixed, physical extension." .
+<http://schema.org/Place> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/saturatedFatContent> <http://www.w3.org/2000/01/rdf-schema#label> "saturatedFatContent" .
+<http://schema.org/saturatedFatContent> <http://schema.org/range> <http://schema.org/Mass> .
+<http://schema.org/saturatedFatContent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of grams of saturated fat." .
+<http://schema.org/saturatedFatContent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/saturatedFatContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
+<http://schema.org/relatedTo> <http://www.w3.org/2000/01/rdf-schema#label> "relatedTo" .
+<http://schema.org/relatedTo> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/relatedTo> <http://www.w3.org/2000/01/rdf-schema#comment> "The most generic familial relation." .
+<http://schema.org/relatedTo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/relatedTo> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/memberOf> <http://www.w3.org/2000/01/rdf-schema#label> "memberOf" .
+<http://schema.org/memberOf> <http://schema.org/range> <http://schema.org/Organization> .
+<http://schema.org/memberOf> <http://www.w3.org/2000/01/rdf-schema#comment> "An organization to which the person belongs." .
+<http://schema.org/memberOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/memberOf> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/SoftwareApplication> <http://www.w3.org/2000/01/rdf-schema#label> "SoftwareApplication" .
+<http://schema.org/SoftwareApplication> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
+<http://schema.org/SoftwareApplication> <http://www.w3.org/2000/01/rdf-schema#comment> "A software application." .
+<http://schema.org/SoftwareApplication> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/polygon> <http://www.w3.org/2000/01/rdf-schema#label> "polygon" .
+<http://schema.org/polygon> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/polygon> <http://www.w3.org/2000/01/rdf-schema#comment> "A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more spacedelimited points where the first and final points are identical." .
+<http://schema.org/polygon> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/polygon> <http://schema.org/domain> <http://schema.org/GeoShape> .
+<http://schema.org/alternativeHeadline> <http://www.w3.org/2000/01/rdf-schema#label> "alternativeHeadline" .
+<http://schema.org/alternativeHeadline> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/alternativeHeadline> <http://www.w3.org/2000/01/rdf-schema#comment> "A secondary title of the CreativeWork." .
+<http://schema.org/alternativeHeadline> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/alternativeHeadline> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/Casino> <http://www.w3.org/2000/01/rdf-schema#label> "Casino" .
+<http://schema.org/Casino> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EntertainmentBusiness> .
+<http://schema.org/Casino> <http://www.w3.org/2000/01/rdf-schema#comment> "A casino." .
+<http://schema.org/Casino> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/FinancialService> <http://www.w3.org/2000/01/rdf-schema#label> "FinancialService" .
+<http://schema.org/FinancialService> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
+<http://schema.org/FinancialService> <http://www.w3.org/2000/01/rdf-schema#comment> "Financial services business." .
+<http://schema.org/FinancialService> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/baseSalary> <http://www.w3.org/2000/01/rdf-schema#label> "baseSalary" .
+<http://schema.org/baseSalary> <http://schema.org/range> <http://schema.org/Number> .
+<http://schema.org/baseSalary> <http://www.w3.org/2000/01/rdf-schema#comment> "The base salary of the job." .
+<http://schema.org/baseSalary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/baseSalary> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<http://schema.org/RecyclingCenter> <http://www.w3.org/2000/01/rdf-schema#label> "RecyclingCenter" .
+<http://schema.org/RecyclingCenter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
+<http://schema.org/RecyclingCenter> <http://www.w3.org/2000/01/rdf-schema#comment> "A recycling center." .
+<http://schema.org/RecyclingCenter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
 <http://schema.org/SearchResultsPage> <http://www.w3.org/2000/01/rdf-schema#label> "SearchResultsPage" .
-<http://schema.org/SearchResultsPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
 <http://schema.org/SearchResultsPage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPage> .
-<http://schema.org/proteincontent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/proteincontent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of grams of protein." .
-<http://schema.org/proteincontent> <http://www.w3.org/2000/01/rdf-schema#label> "proteincontent" .
-<http://schema.org/proteincontent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/proteincontent> <http://schema.org/range> <http://schema.org/Mass> .
-<http://schema.org/servescuisine> <http://schema.org/domain> <http://schema.org/FoodEstablishment> .
-<http://schema.org/servescuisine> <http://www.w3.org/2000/01/rdf-schema#comment> "The cuisine of the restaurant." .
-<http://schema.org/servescuisine> <http://www.w3.org/2000/01/rdf-schema#label> "servescuisine" .
-<http://schema.org/servescuisine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/servescuisine> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/MusicGroup> <http://www.w3.org/2000/01/rdf-schema#comment> "A musical group, such as a band, an orchestra, or a choir. Can also be a solo musician." .
-<http://schema.org/MusicGroup> <http://www.w3.org/2000/01/rdf-schema#label> "MusicGroup" .
-<http://schema.org/MusicGroup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/MusicGroup> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/PerformingGroup> .
-<http://schema.org/bestrating> <http://schema.org/domain> <http://schema.org/Rating> .
-<http://schema.org/bestrating> <http://www.w3.org/2000/01/rdf-schema#comment> "The highest value allowed in this rating system. If bestRating is omitted, 5 is assumed." .
-<http://schema.org/bestrating> <http://www.w3.org/2000/01/rdf-schema#label> "bestrating" .
-<http://schema.org/bestrating> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/bestrating> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/bestrating> <http://schema.org/range> <http://schema.org/Number> .
-<http://schema.org/GolfCourse> <http://www.w3.org/2000/01/rdf-schema#comment> "A golf course." .
-<http://schema.org/GolfCourse> <http://www.w3.org/2000/01/rdf-schema#label> "GolfCourse" .
-<http://schema.org/GolfCourse> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/GolfCourse> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/SportsActivityLocation> .
-<http://schema.org/itemoffered> <http://schema.org/domain> <http://schema.org/Offer> .
-<http://schema.org/itemoffered> <http://www.w3.org/2000/01/rdf-schema#comment> "The item being sold." .
-<http://schema.org/itemoffered> <http://www.w3.org/2000/01/rdf-schema#label> "itemoffered" .
-<http://schema.org/itemoffered> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/itemoffered> <http://schema.org/range> <http://schema.org/Product> .
-<http://schema.org/price> <http://schema.org/domain> <http://schema.org/Offer> .
-<http://schema.org/price> <http://www.w3.org/2000/01/rdf-schema#comment> "The offer price of the product." .
-<http://schema.org/price> <http://www.w3.org/2000/01/rdf-schema#label> "price" .
-<http://schema.org/price> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/price> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/price> <http://schema.org/range> <http://schema.org/Number> .
-<http://schema.org/Canal> <http://www.w3.org/2000/01/rdf-schema#comment> "A canal, like the Panama Canal" .
-<http://schema.org/Canal> <http://www.w3.org/2000/01/rdf-schema#label> "Canal" .
-<http://schema.org/Canal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Canal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/BodyOfWater> .
-<http://schema.org/tracks> <http://schema.org/domain> <http://schema.org/MusicGroup> .
-<http://schema.org/tracks> <http://schema.org/domain> <http://schema.org/MusicPlaylist> .
-<http://schema.org/tracks> <http://www.w3.org/2000/01/rdf-schema#comment> "A music recording (track)\u2014usually a single song." .
-<http://schema.org/tracks> <http://www.w3.org/2000/01/rdf-schema#label> "tracks" .
-<http://schema.org/tracks> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/tracks> <http://schema.org/range> <http://schema.org/MusicRecording> .
-<http://schema.org/Offer> <http://www.w3.org/2000/01/rdf-schema#comment> "An offer to sell an item\u2014for example, an offer to sell a product, the DVD of a movie, or tickets to an event." .
-<http://schema.org/Offer> <http://www.w3.org/2000/01/rdf-schema#label> "Offer" .
-<http://schema.org/Offer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Offer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Intangible> .
-<http://schema.org/spouse> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/spouse> <http://www.w3.org/2000/01/rdf-schema#comment> "The person's spouse." .
-<http://schema.org/spouse> <http://www.w3.org/2000/01/rdf-schema#label> "spouse" .
-<http://schema.org/spouse> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/spouse> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/Table> <http://www.w3.org/2000/01/rdf-schema#comment> "A table on the page." .
-<http://schema.org/Table> <http://www.w3.org/2000/01/rdf-schema#label> "Table" .
-<http://schema.org/Table> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Table> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPageElement> .
-<http://schema.org/OutletStore> <http://www.w3.org/2000/01/rdf-schema#comment> "An outlet store." .
-<http://schema.org/OutletStore> <http://www.w3.org/2000/01/rdf-schema#label> "OutletStore" .
-<http://schema.org/OutletStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/OutletStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/SiteNavigationElement> <http://www.w3.org/2000/01/rdf-schema#comment> "A navigation element of the page." .
-<http://schema.org/SiteNavigationElement> <http://www.w3.org/2000/01/rdf-schema#label> "SiteNavigationElement" .
-<http://schema.org/SiteNavigationElement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/SiteNavigationElement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPageElement> .
-<http://schema.org/WebApplication> <http://www.w3.org/2000/01/rdf-schema#comment> "Web applications." .
-<http://schema.org/WebApplication> <http://www.w3.org/2000/01/rdf-schema#label> "WebApplication" .
-<http://schema.org/WebApplication> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/WebApplication> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/SoftwareApplication> .
-<http://schema.org/model> <http://schema.org/domain> <http://schema.org/Product> .
-<http://schema.org/model> <http://www.w3.org/2000/01/rdf-schema#comment> "The model of the product." .
-<http://schema.org/model> <http://www.w3.org/2000/01/rdf-schema#label> "model" .
-<http://schema.org/model> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/model> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/printcolumn> <http://schema.org/domain> <http://schema.org/NewsArticle> .
-<http://schema.org/printcolumn> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of the column in which the NewsArticle appears in the print edition." .
-<http://schema.org/printcolumn> <http://www.w3.org/2000/01/rdf-schema#label> "printcolumn" .
-<http://schema.org/printcolumn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/printcolumn> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/fibercontent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/fibercontent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of grams of fiber." .
-<http://schema.org/fibercontent> <http://www.w3.org/2000/01/rdf-schema#label> "fibercontent" .
-<http://schema.org/fibercontent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/fibercontent> <http://schema.org/range> <http://schema.org/Mass> .
-<http://schema.org/MiddleSchool> <http://www.w3.org/2000/01/rdf-schema#comment> "A middle school." .
-<http://schema.org/MiddleSchool> <http://www.w3.org/2000/01/rdf-schema#label> "MiddleSchool" .
-<http://schema.org/MiddleSchool> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/MiddleSchool> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EducationalOrganization> .
-<http://schema.org/affiliation> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/affiliation> <http://www.w3.org/2000/01/rdf-schema#comment> "An organization that this person is affiliated with. For example, a school/university, a club, or a team." .
-<http://schema.org/affiliation> <http://www.w3.org/2000/01/rdf-schema#label> "affiliation" .
-<http://schema.org/affiliation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/affiliation> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/GovernmentOrganization> <http://www.w3.org/2000/01/rdf-schema#comment> "A governmental organization or agency." .
+<http://schema.org/SearchResultsPage> <http://www.w3.org/2000/01/rdf-schema#comment> "Web page type: Search results page." .
+<http://schema.org/SearchResultsPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/attendees> <http://www.w3.org/2000/01/rdf-schema#label> "attendees" .
+<http://schema.org/attendees> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/attendees> <http://schema.org/range> <http://schema.org/Organization> .
+<http://schema.org/attendees> <http://www.w3.org/2000/01/rdf-schema#comment> "A person attending the event." .
+<http://schema.org/attendees> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/attendees> <http://schema.org/domain> <http://schema.org/Event> .
+<http://schema.org/fileFormat> <http://www.w3.org/2000/01/rdf-schema#label> "fileFormat" .
+<http://schema.org/fileFormat> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/fileFormat> <http://www.w3.org/2000/01/rdf-schema#comment> "MIME format of the binary (e.g. application/zip)." .
+<http://schema.org/fileFormat> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/fileFormat> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<http://schema.org/UserInteraction> <http://www.w3.org/2000/01/rdf-schema#label> "UserInteraction" .
+<http://schema.org/UserInteraction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
+<http://schema.org/UserInteraction> <http://www.w3.org/2000/01/rdf-schema#comment> "A user interacting with a page" .
+<http://schema.org/UserInteraction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/TVSeason> <http://www.w3.org/2000/01/rdf-schema#label> "TVSeason" .
+<http://schema.org/TVSeason> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
+<http://schema.org/TVSeason> <http://www.w3.org/2000/01/rdf-schema#comment> "A TV season." .
+<http://schema.org/TVSeason> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/ImageObject> <http://www.w3.org/2000/01/rdf-schema#label> "ImageObject" .
+<http://schema.org/ImageObject> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/MediaObject> .
+<http://schema.org/ImageObject> <http://www.w3.org/2000/01/rdf-schema#comment> "An image file." .
+<http://schema.org/ImageObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/TouristInformationCenter> <http://www.w3.org/2000/01/rdf-schema#label> "TouristInformationCenter" .
+<http://schema.org/TouristInformationCenter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
+<http://schema.org/TouristInformationCenter> <http://www.w3.org/2000/01/rdf-schema#comment> "A tourist information center." .
+<http://schema.org/TouristInformationCenter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/servesCuisine> <http://www.w3.org/2000/01/rdf-schema#label> "servesCuisine" .
+<http://schema.org/servesCuisine> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/servesCuisine> <http://www.w3.org/2000/01/rdf-schema#comment> "The cuisine of the restaurant." .
+<http://schema.org/servesCuisine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/servesCuisine> <http://schema.org/domain> <http://schema.org/FoodEstablishment> .
+<http://schema.org/countriesNotSupported> <http://www.w3.org/2000/01/rdf-schema#label> "countriesNotSupported" .
+<http://schema.org/countriesNotSupported> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/countriesNotSupported> <http://www.w3.org/2000/01/rdf-schema#comment> "Countries that dlsallow the application." .
+<http://schema.org/countriesNotSupported> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/countriesNotSupported> <http://schema.org/domain> <http://schema.org/MobileSoftwareApplication> .
+<http://schema.org/publisher> <http://www.w3.org/2000/01/rdf-schema#label> "publisher" .
+<http://schema.org/publisher> <http://schema.org/range> <http://schema.org/Organization> .
+<http://schema.org/publisher> <http://www.w3.org/2000/01/rdf-schema#comment> "The publisher of the creative work." .
+<http://schema.org/publisher> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/publisher> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/MusicEvent> <http://www.w3.org/2000/01/rdf-schema#label> "MusicEvent" .
+<http://schema.org/MusicEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
+<http://schema.org/MusicEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Music event." .
+<http://schema.org/MusicEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
 <http://schema.org/GovernmentOrganization> <http://www.w3.org/2000/01/rdf-schema#label> "GovernmentOrganization" .
-<http://schema.org/GovernmentOrganization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
 <http://schema.org/GovernmentOrganization> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Organization> .
-<http://schema.org/Quantity> <http://www.w3.org/2000/01/rdf-schema#comment> "Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are entities like '3 Kg' or '4 milligrams'." .
-<http://schema.org/Quantity> <http://www.w3.org/2000/01/rdf-schema#label> "Quantity" .
-<http://schema.org/Quantity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Quantity> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Intangible> .
-<http://schema.org/SaleEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Sales event." .
-<http://schema.org/SaleEvent> <http://www.w3.org/2000/01/rdf-schema#label> "SaleEvent" .
-<http://schema.org/SaleEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/SaleEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
-<http://schema.org/NailSalon> <http://www.w3.org/2000/01/rdf-schema#comment> "A nail salon." .
-<http://schema.org/NailSalon> <http://www.w3.org/2000/01/rdf-schema#label> "NailSalon" .
-<http://schema.org/NailSalon> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/NailSalon> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HealthAndBeautyBusiness> .
-<http://schema.org/version> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/version> <http://www.w3.org/2000/01/rdf-schema#comment> "The version of the CreativeWork embodied by a specified resource." .
-<http://schema.org/version> <http://www.w3.org/2000/01/rdf-schema#label> "version" .
-<http://schema.org/version> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/version> <http://schema.org/range> <http://schema.org/Number> .
-<http://schema.org/SingleFamilyResidence> <http://www.w3.org/2000/01/rdf-schema#comment> "Residence type: Single-family home." .
-<http://schema.org/SingleFamilyResidence> <http://www.w3.org/2000/01/rdf-schema#label> "SingleFamilyResidence" .
-<http://schema.org/SingleFamilyResidence> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/SingleFamilyResidence> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Residence> .
-<http://schema.org/alumni> <http://schema.org/domain> <http://schema.org/EducationalOrganization> .
-<http://schema.org/alumni> <http://www.w3.org/2000/01/rdf-schema#comment> "Alumni of educational organization." .
-<http://schema.org/alumni> <http://www.w3.org/2000/01/rdf-schema#label> "alumni" .
-<http://schema.org/alumni> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/alumni> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/transfatcontent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/transfatcontent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of grams of trans fat." .
-<http://schema.org/transfatcontent> <http://www.w3.org/2000/01/rdf-schema#label> "transfatcontent" .
-<http://schema.org/transfatcontent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/transfatcontent> <http://schema.org/range> <http://schema.org/Mass> .
-<http://schema.org/embedurl> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/embedurl> <http://www.w3.org/2000/01/rdf-schema#comment> "A URL pointing to a player for a specific video. In general, this is the information in the src element of an embed tag and should not be the same as the content of the loc tag." .
-<http://schema.org/embedurl> <http://www.w3.org/2000/01/rdf-schema#label> "embedurl" .
-<http://schema.org/embedurl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/embedurl> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/musicby> <http://schema.org/domain> <http://schema.org/TVSeries> .
-<http://schema.org/musicby> <http://schema.org/domain> <http://schema.org/Movie> .
-<http://schema.org/musicby> <http://schema.org/domain> <http://schema.org/TVEpisode> .
-<http://schema.org/musicby> <http://www.w3.org/2000/01/rdf-schema#comment> "The composer of the movie or TV soundtrack." .
-<http://schema.org/musicby> <http://www.w3.org/2000/01/rdf-schema#label> "musicby" .
-<http://schema.org/musicby> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/musicby> <http://schema.org/range> <http://schema.org/MusicGroup> .
-<http://schema.org/musicby> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/recipeinstructions> <http://schema.org/domain> <http://schema.org/Recipe> .
-<http://schema.org/recipeinstructions> <http://www.w3.org/2000/01/rdf-schema#comment> "The steps to make the dish." .
-<http://schema.org/recipeinstructions> <http://www.w3.org/2000/01/rdf-schema#label> "recipeinstructions" .
-<http://schema.org/recipeinstructions> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/recipeinstructions> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/publishingprinciples> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/publishingprinciples> <http://www.w3.org/2000/01/rdf-schema#comment> "Link to page describing the editorial principles of the organization primarily responsible for the creation of the CreativeWork." .
-<http://schema.org/publishingprinciples> <http://www.w3.org/2000/01/rdf-schema#label> "publishingprinciples" .
-<http://schema.org/publishingprinciples> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/publishingprinciples> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/CheckoutPage> <http://www.w3.org/2000/01/rdf-schema#comment> "Web page type: Checkout page." .
-<http://schema.org/CheckoutPage> <http://www.w3.org/2000/01/rdf-schema#label> "CheckoutPage" .
-<http://schema.org/CheckoutPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/CheckoutPage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPage> .
-<http://schema.org/brand> <http://schema.org/domain> <http://schema.org/Product> .
-<http://schema.org/brand> <http://www.w3.org/2000/01/rdf-schema#comment> "The brand of the product." .
-<http://schema.org/brand> <http://www.w3.org/2000/01/rdf-schema#label> "brand" .
-<http://schema.org/brand> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/brand> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/WPSideBar> <http://www.w3.org/2000/01/rdf-schema#comment> "A sidebar section of the page." .
-<http://schema.org/WPSideBar> <http://www.w3.org/2000/01/rdf-schema#label> "WPSideBar" .
-<http://schema.org/WPSideBar> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/WPSideBar> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPageElement> .
-<http://schema.org/WPFooter> <http://www.w3.org/2000/01/rdf-schema#comment> "The footer section of the page." .
-<http://schema.org/WPFooter> <http://www.w3.org/2000/01/rdf-schema#label> "WPFooter" .
-<http://schema.org/WPFooter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/WPFooter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPageElement> .
-<http://schema.org/inplaylist> <http://schema.org/domain> <http://schema.org/MusicRecording> .
-<http://schema.org/inplaylist> <http://www.w3.org/2000/01/rdf-schema#comment> "The playlist to which this recording belongs." .
-<http://schema.org/inplaylist> <http://www.w3.org/2000/01/rdf-schema#label> "inplaylist" .
-<http://schema.org/inplaylist> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/inplaylist> <http://schema.org/range> <http://schema.org/MusicPlaylist> .
-<http://schema.org/bookformatdeprecated> <http://schema.org/domain> <http://schema.org/Book> .
-<http://schema.org/bookformatdeprecated> <http://www.w3.org/2000/01/rdf-schema#comment> "The format of the book." .
-<http://schema.org/bookformatdeprecated> <http://www.w3.org/2000/01/rdf-schema#label> "bookformatdeprecated" .
-<http://schema.org/bookformatdeprecated> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/bookformatdeprecated> <http://schema.org/range> <http://schema.org/Thing> .
-<http://schema.org/accountableperson> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/accountableperson> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies the Person that is legally accountable for the CreativeWork." .
-<http://schema.org/accountableperson> <http://www.w3.org/2000/01/rdf-schema#label> "accountableperson" .
-<http://schema.org/accountableperson> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/accountableperson> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/ImageObject> <http://www.w3.org/2000/01/rdf-schema#comment> "An image file." .
-<http://schema.org/ImageObject> <http://www.w3.org/2000/01/rdf-schema#label> "ImageObject" .
-<http://schema.org/ImageObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ImageObject> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/MediaObject> .
-<http://schema.org/MusicStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A music store." .
-<http://schema.org/MusicStore> <http://www.w3.org/2000/01/rdf-schema#label> "MusicStore" .
-<http://schema.org/MusicStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/MusicStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/articlesection> <http://schema.org/domain> <http://schema.org/Article> .
-<http://schema.org/articlesection> <http://www.w3.org/2000/01/rdf-schema#comment> "Articles may belong to one or more 'sections' in a magazine or newspaper, such as Sports, Lifestyle, etc." .
-<http://schema.org/articlesection> <http://www.w3.org/2000/01/rdf-schema#label> "articlesection" .
-<http://schema.org/articlesection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/articlesection> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/PostOffice> <http://www.w3.org/2000/01/rdf-schema#comment> "A post office." .
-<http://schema.org/PostOffice> <http://www.w3.org/2000/01/rdf-schema#label> "PostOffice" .
-<http://schema.org/PostOffice> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/PostOffice> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/GovernmentOffice> .
-<http://schema.org/telephone> <http://schema.org/domain> <http://schema.org/Place> .
-<http://schema.org/telephone> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/telephone> <http://schema.org/domain> <http://schema.org/ContactPoint> .
-<http://schema.org/telephone> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/telephone> <http://www.w3.org/2000/01/rdf-schema#comment> "The telephone number." .
-<http://schema.org/telephone> <http://www.w3.org/2000/01/rdf-schema#label> "telephone" .
-<http://schema.org/telephone> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/telephone> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/subevents> <http://schema.org/domain> <http://schema.org/Event> .
-<http://schema.org/subevents> <http://www.w3.org/2000/01/rdf-schema#comment> "Events that are a part of this event. For example, a conference event includes many presentations, each are subEvents of the conference." .
-<http://schema.org/subevents> <http://www.w3.org/2000/01/rdf-schema#label> "subevents" .
-<http://schema.org/subevents> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/subevents> <http://schema.org/range> <http://schema.org/Event> .
-<http://schema.org/RiverBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#comment> "A river (for example, the broad majestic Shannon)." .
-<http://schema.org/RiverBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#label> "RiverBodyOfWater" .
-<http://schema.org/RiverBodyOfWater> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/RiverBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/BodyOfWater> .
-<http://schema.org/PetStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A pet store." .
-<http://schema.org/PetStore> <http://www.w3.org/2000/01/rdf-schema#label> "PetStore" .
-<http://schema.org/PetStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/PetStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/MusicRecording> <http://www.w3.org/2000/01/rdf-schema#comment> "A music recording (track), usually a single song." .
-<http://schema.org/MusicRecording> <http://www.w3.org/2000/01/rdf-schema#label> "MusicRecording" .
-<http://schema.org/MusicRecording> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/MusicRecording> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/permissions> <http://schema.org/domain> <http://schema.org/MobileSoftwareApplication> .
-<http://schema.org/permissions> <http://www.w3.org/2000/01/rdf-schema#comment> "Permissions required on OS to run the application (e.g. app requires Internet access)." .
-<http://schema.org/permissions> <http://www.w3.org/2000/01/rdf-schema#label> "permissions" .
-<http://schema.org/permissions> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/permissions> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/FoodEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Food event." .
-<http://schema.org/FoodEvent> <http://www.w3.org/2000/01/rdf-schema#label> "FoodEvent" .
-<http://schema.org/FoodEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/FoodEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
-<http://schema.org/LiteraryEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Literary event." .
-<http://schema.org/LiteraryEvent> <http://www.w3.org/2000/01/rdf-schema#label> "LiteraryEvent" .
-<http://schema.org/LiteraryEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/LiteraryEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
-<http://schema.org/availability> <http://schema.org/domain> <http://schema.org/Offer> .
-<http://schema.org/availability> <http://www.w3.org/2000/01/rdf-schema#comment> "The availability of this item\u2014for example In stock, Out of stock, Pre-order, etc." .
-<http://schema.org/availability> <http://www.w3.org/2000/01/rdf-schema#label> "availability" .
-<http://schema.org/availability> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/availability> <http://schema.org/range> <http://schema.org/ItemAvailability> .
-<http://schema.org/fatcontent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/fatcontent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of grams of fat." .
-<http://schema.org/fatcontent> <http://www.w3.org/2000/01/rdf-schema#label> "fatcontent" .
-<http://schema.org/fatcontent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/fatcontent> <http://schema.org/range> <http://schema.org/Mass> .
-<http://schema.org/Energy> <http://www.w3.org/2000/01/rdf-schema#comment> "Properties that take Enerygy as values are of the form '<Number> <Energy unit of measure>'" .
-<http://schema.org/Energy> <http://www.w3.org/2000/01/rdf-schema#label> "Energy" .
-<http://schema.org/Energy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Energy> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Quantity> .
-<http://schema.org/EducationalOrganization> <http://www.w3.org/2000/01/rdf-schema#comment> "An educational organization." .
-<http://schema.org/EducationalOrganization> <http://www.w3.org/2000/01/rdf-schema#label> "EducationalOrganization" .
-<http://schema.org/EducationalOrganization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/EducationalOrganization> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Organization> .
-<http://schema.org/GardenStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A garden store." .
-<http://schema.org/GardenStore> <http://www.w3.org/2000/01/rdf-schema#label> "GardenStore" .
-<http://schema.org/GardenStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/GardenStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/givenname> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/givenname> <http://www.w3.org/2000/01/rdf-schema#comment> "Given name. In the U.S., the first name of a Person. This can be used along with familyName instead of the Name property." .
-<http://schema.org/givenname> <http://www.w3.org/2000/01/rdf-schema#label> "givenname" .
-<http://schema.org/givenname> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/givenname> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/pricecurrency> <http://schema.org/domain> <http://schema.org/Offer> .
-<http://schema.org/pricecurrency> <http://www.w3.org/2000/01/rdf-schema#comment> "The currency (in 3-letter ISO 4217 format) of the offer price." .
-<http://schema.org/pricecurrency> <http://www.w3.org/2000/01/rdf-schema#label> "pricecurrency" .
-<http://schema.org/pricecurrency> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/pricecurrency> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/Person> <http://www.w3.org/2000/01/rdf-schema#comment> "A person (alive, dead, undead, or fictional)." .
-<http://schema.org/Person> <http://www.w3.org/2000/01/rdf-schema#label> "Person" .
-<http://schema.org/Person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Person> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Thing> .
-<http://schema.org/WebPageElement> <http://www.w3.org/2000/01/rdf-schema#comment> "A web page element, like a table or an image" .
-<http://schema.org/WebPageElement> <http://www.w3.org/2000/01/rdf-schema#label> "WebPageElement" .
-<http://schema.org/WebPageElement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/WebPageElement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/educationrequirements> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/educationrequirements> <http://www.w3.org/2000/01/rdf-schema#comment> "Educational background needed for the position." .
-<http://schema.org/educationrequirements> <http://www.w3.org/2000/01/rdf-schema#label> "educationrequirements" .
-<http://schema.org/educationrequirements> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/educationrequirements> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/RecyclingCenter> <http://www.w3.org/2000/01/rdf-schema#comment> "A recycling center." .
-<http://schema.org/RecyclingCenter> <http://www.w3.org/2000/01/rdf-schema#label> "RecyclingCenter" .
-<http://schema.org/RecyclingCenter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/RecyclingCenter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/BikeStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A bike store." .
-<http://schema.org/BikeStore> <http://www.w3.org/2000/01/rdf-schema#label> "BikeStore" .
-<http://schema.org/BikeStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/BikeStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/DepartmentStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A department store." .
-<http://schema.org/DepartmentStore> <http://www.w3.org/2000/01/rdf-schema#label> "DepartmentStore" .
-<http://schema.org/DepartmentStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/DepartmentStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/EmergencyService> <http://www.w3.org/2000/01/rdf-schema#comment> "An emergency service, such as a fire station or ER." .
-<http://schema.org/EmergencyService> <http://www.w3.org/2000/01/rdf-schema#label> "EmergencyService" .
-<http://schema.org/EmergencyService> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/EmergencyService> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
+<http://schema.org/GovernmentOrganization> <http://www.w3.org/2000/01/rdf-schema#comment> "A governmental organization or agency." .
+<http://schema.org/GovernmentOrganization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/SportingGoodsStore> <http://www.w3.org/2000/01/rdf-schema#label> "SportingGoodsStore" .
+<http://schema.org/SportingGoodsStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
+<http://schema.org/SportingGoodsStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A sporting goods store." .
+<http://schema.org/SportingGoodsStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/reviews> <http://www.w3.org/2000/01/rdf-schema#label> "reviews" .
+<http://schema.org/reviews> <http://schema.org/range> <http://schema.org/Review> .
+<http://schema.org/reviews> <http://www.w3.org/2000/01/rdf-schema#comment> "Review of the item." .
+<http://schema.org/reviews> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/reviews> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/reviews> <http://schema.org/domain> <http://schema.org/Place> .
+<http://schema.org/reviews> <http://schema.org/domain> <http://schema.org/Organization> .
+<http://schema.org/reviews> <http://schema.org/domain> <http://schema.org/Product> .
+<http://schema.org/reviews> <http://schema.org/domain> <http://schema.org/Offer> .
+<http://schema.org/proteinContent> <http://www.w3.org/2000/01/rdf-schema#label> "proteinContent" .
+<http://schema.org/proteinContent> <http://schema.org/range> <http://schema.org/Mass> .
+<http://schema.org/proteinContent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of grams of protein." .
+<http://schema.org/proteinContent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/proteinContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
+<http://schema.org/primaryImageOfPage> <http://www.w3.org/2000/01/rdf-schema#label> "primaryImageOfPage" .
+<http://schema.org/primaryImageOfPage> <http://schema.org/range> <http://schema.org/ImageObject> .
+<http://schema.org/primaryImageOfPage> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates the main image on the page" .
+<http://schema.org/primaryImageOfPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/primaryImageOfPage> <http://schema.org/domain> <http://schema.org/WebPage> .
+<http://schema.org/Physician> <http://www.w3.org/2000/01/rdf-schema#label> "Physician" .
+<http://schema.org/Physician> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/MedicalOrganization> .
+<http://schema.org/Physician> <http://www.w3.org/2000/01/rdf-schema#comment> "A doctor's office." .
+<http://schema.org/Physician> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/contributor> <http://www.w3.org/2000/01/rdf-schema#label> "contributor" .
+<http://schema.org/contributor> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/contributor> <http://schema.org/range> <http://schema.org/Organization> .
+<http://schema.org/contributor> <http://www.w3.org/2000/01/rdf-schema#comment> "A secondary contributor to the CreativeWork." .
+<http://schema.org/contributor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/contributor> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/Pharmacy> <http://www.w3.org/2000/01/rdf-schema#label> "Pharmacy" .
+<http://schema.org/Pharmacy> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/MedicalOrganization> .
+<http://schema.org/Pharmacy> <http://www.w3.org/2000/01/rdf-schema#comment> "A pharmacy or drugstore." .
+<http://schema.org/Pharmacy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/UserCheckins> <http://www.w3.org/2000/01/rdf-schema#label> "UserCheckins" .
+<http://schema.org/UserCheckins> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/UserInteraction> .
+<http://schema.org/UserCheckins> <http://www.w3.org/2000/01/rdf-schema#comment> "User interaction: Check-in at a place." .
+<http://schema.org/UserCheckins> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/AutoBodyShop> <http://www.w3.org/2000/01/rdf-schema#label> "AutoBodyShop" .
+<http://schema.org/AutoBodyShop> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/AutomotiveBusiness> .
+<http://schema.org/AutoBodyShop> <http://www.w3.org/2000/01/rdf-schema#comment> "Auto body shop." .
+<http://schema.org/AutoBodyShop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/BlogPosting> <http://www.w3.org/2000/01/rdf-schema#label> "BlogPosting" .
+<http://schema.org/BlogPosting> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Article> .
+<http://schema.org/BlogPosting> <http://www.w3.org/2000/01/rdf-schema#comment> "A blog post." .
+<http://schema.org/BlogPosting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/address> <http://www.w3.org/2000/01/rdf-schema#label> "address" .
+<http://schema.org/address> <http://schema.org/range> <http://schema.org/PostalAddress> .
+<http://schema.org/address> <http://www.w3.org/2000/01/rdf-schema#comment> "Physical address of the item." .
+<http://schema.org/address> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
 <http://schema.org/address> <http://schema.org/domain> <http://schema.org/Place> .
 <http://schema.org/address> <http://schema.org/domain> <http://schema.org/Person> .
 <http://schema.org/address> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/address> <http://www.w3.org/2000/01/rdf-schema#comment> "Physical address of the item." .
-<http://schema.org/address> <http://www.w3.org/2000/01/rdf-schema#label> "address" .
-<http://schema.org/address> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/address> <http://schema.org/range> <http://schema.org/PostalAddress> .
-<http://schema.org/TaxiStand> <http://www.w3.org/2000/01/rdf-schema#comment> "A taxi stand." .
-<http://schema.org/TaxiStand> <http://www.w3.org/2000/01/rdf-schema#label> "TaxiStand" .
-<http://schema.org/TaxiStand> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/TaxiStand> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/expires> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/expires> <http://www.w3.org/2000/01/rdf-schema#comment> "Date the content expires and is no longer useful or available. Useful for videos." .
+<http://schema.org/carbohydrateContent> <http://www.w3.org/2000/01/rdf-schema#label> "carbohydrateContent" .
+<http://schema.org/carbohydrateContent> <http://schema.org/range> <http://schema.org/Mass> .
+<http://schema.org/carbohydrateContent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of grams of carbohydrates." .
+<http://schema.org/carbohydrateContent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/carbohydrateContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
+<http://schema.org/brand> <http://www.w3.org/2000/01/rdf-schema#label> "brand" .
+<http://schema.org/brand> <http://schema.org/range> <http://schema.org/Organization> .
+<http://schema.org/brand> <http://www.w3.org/2000/01/rdf-schema#comment> "The brand of the product." .
+<http://schema.org/brand> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/brand> <http://schema.org/domain> <http://schema.org/Product> .
+<http://schema.org/Locksmith> <http://www.w3.org/2000/01/rdf-schema#label> "Locksmith" .
+<http://schema.org/Locksmith> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HomeAndConstructionBusiness> .
+<http://schema.org/Locksmith> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/ProfessionalService> .
+<http://schema.org/Locksmith> <http://www.w3.org/2000/01/rdf-schema#comment> "A locksmith." .
+<http://schema.org/Locksmith> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/worksFor> <http://www.w3.org/2000/01/rdf-schema#label> "worksFor" .
+<http://schema.org/worksFor> <http://schema.org/range> <http://schema.org/Organization> .
+<http://schema.org/worksFor> <http://www.w3.org/2000/01/rdf-schema#comment> "Organizations that the person works for." .
+<http://schema.org/worksFor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/worksFor> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/musicGroupMember> <http://www.w3.org/2000/01/rdf-schema#label> "musicGroupMember" .
+<http://schema.org/musicGroupMember> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/musicGroupMember> <http://www.w3.org/2000/01/rdf-schema#comment> "A member of the music group\u2014for example, John, Paul, George, or Ringo." .
+<http://schema.org/musicGroupMember> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/musicGroupMember> <http://schema.org/domain> <http://schema.org/MusicGroup> .
+<http://schema.org/Blog> <http://www.w3.org/2000/01/rdf-schema#label> "Blog" .
+<http://schema.org/Blog> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
+<http://schema.org/Blog> <http://www.w3.org/2000/01/rdf-schema#comment> "A blog" .
+<http://schema.org/Blog> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Recipe> <http://www.w3.org/2000/01/rdf-schema#label> "Recipe" .
+<http://schema.org/Recipe> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
+<http://schema.org/Recipe> <http://www.w3.org/2000/01/rdf-schema#comment> "A recipe." .
+<http://schema.org/Recipe> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/MovieRentalStore> <http://www.w3.org/2000/01/rdf-schema#label> "MovieRentalStore" .
+<http://schema.org/MovieRentalStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
+<http://schema.org/MovieRentalStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A movie rental store." .
+<http://schema.org/MovieRentalStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/contentRating> <http://www.w3.org/2000/01/rdf-schema#label> "contentRating" .
+<http://schema.org/contentRating> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/contentRating> <http://www.w3.org/2000/01/rdf-schema#comment> "Official rating of a piece of content\u2014for example,'MPAA PG-13'." .
+<http://schema.org/contentRating> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/contentRating> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/PerformingArtsTheater> <http://www.w3.org/2000/01/rdf-schema#label> "PerformingArtsTheater" .
+<http://schema.org/PerformingArtsTheater> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
+<http://schema.org/PerformingArtsTheater> <http://www.w3.org/2000/01/rdf-schema#comment> "A theatre or other performing art center." .
+<http://schema.org/PerformingArtsTheater> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/AutomatedTeller> <http://www.w3.org/2000/01/rdf-schema#label> "AutomatedTeller" .
+<http://schema.org/AutomatedTeller> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FinancialService> .
+<http://schema.org/AutomatedTeller> <http://www.w3.org/2000/01/rdf-schema#comment> "ATM/cash machine." .
+<http://schema.org/AutomatedTeller> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/editor> <http://www.w3.org/2000/01/rdf-schema#label> "editor" .
+<http://schema.org/editor> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/editor> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies the Person who edited the CreativeWork." .
+<http://schema.org/editor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/editor> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/recipeYield> <http://www.w3.org/2000/01/rdf-schema#label> "recipeYield" .
+<http://schema.org/recipeYield> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/recipeYield> <http://www.w3.org/2000/01/rdf-schema#comment> "The quantity produced by the recipe (for example, number of people served, number of servings, etc)." .
+<http://schema.org/recipeYield> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/recipeYield> <http://schema.org/domain> <http://schema.org/Recipe> .
+<http://schema.org/LodgingBusiness> <http://www.w3.org/2000/01/rdf-schema#label> "LodgingBusiness" .
+<http://schema.org/LodgingBusiness> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
+<http://schema.org/LodgingBusiness> <http://www.w3.org/2000/01/rdf-schema#comment> "A lodging business, such as a motel, hotel, or inn." .
+<http://schema.org/LodgingBusiness> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/partOfTVSeries> <http://www.w3.org/2000/01/rdf-schema#label> "partOfTVSeries" .
+<http://schema.org/partOfTVSeries> <http://schema.org/range> <http://schema.org/TVSeries> .
+<http://schema.org/partOfTVSeries> <http://www.w3.org/2000/01/rdf-schema#comment> "The TV series to which this episode or season belongs." .
+<http://schema.org/partOfTVSeries> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/partOfTVSeries> <http://schema.org/domain> <http://schema.org/TVEpisode> .
+<http://schema.org/partOfTVSeries> <http://schema.org/domain> <http://schema.org/TVSeason> .
+<http://schema.org/StructuredValue> <http://www.w3.org/2000/01/rdf-schema#label> "StructuredValue" .
+<http://schema.org/StructuredValue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Intangible> .
+<http://schema.org/StructuredValue> <http://www.w3.org/2000/01/rdf-schema#comment> "Structured values are strings\u2014for example, addresses\u2014that have certain constraints on their structure." .
+<http://schema.org/StructuredValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/responsibilities> <http://www.w3.org/2000/01/rdf-schema#label> "responsibilities" .
+<http://schema.org/responsibilities> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/responsibilities> <http://www.w3.org/2000/01/rdf-schema#comment> "Responsibilities associated with this role." .
+<http://schema.org/responsibilities> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/responsibilities> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<http://schema.org/prepTime> <http://www.w3.org/2000/01/rdf-schema#label> "prepTime" .
+<http://schema.org/prepTime> <http://schema.org/range> <http://schema.org/Duration> .
+<http://schema.org/prepTime> <http://www.w3.org/2000/01/rdf-schema#comment> "The length of time it takes to prepare the recipe, in ISO 8601 duration format." .
+<http://schema.org/prepTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/prepTime> <http://schema.org/domain> <http://schema.org/Recipe> .
 <http://schema.org/expires> <http://www.w3.org/2000/01/rdf-schema#label> "expires" .
-<http://schema.org/expires> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
 <http://schema.org/expires> <http://schema.org/range> <http://schema.org/Date> .
-<http://schema.org/AnimalShelter> <http://www.w3.org/2000/01/rdf-schema#comment> "Animal shelter." .
-<http://schema.org/AnimalShelter> <http://www.w3.org/2000/01/rdf-schema#label> "AnimalShelter" .
-<http://schema.org/AnimalShelter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/AnimalShelter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/url> <http://schema.org/domain> <http://schema.org/Thing> .
-<http://schema.org/url> <http://www.w3.org/2000/01/rdf-schema#comment> "URL of the item." .
-<http://schema.org/url> <http://www.w3.org/2000/01/rdf-schema#label> "url" .
-<http://schema.org/url> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/url> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/Physician> <http://www.w3.org/2000/01/rdf-schema#comment> "A doctor's office." .
-<http://schema.org/Physician> <http://www.w3.org/2000/01/rdf-schema#label> "Physician" .
-<http://schema.org/Physician> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Physician> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/MedicalOrganization> .
-<http://schema.org/duration> <http://schema.org/domain> <http://schema.org/MusicRecording> .
-<http://schema.org/duration> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/duration> <http://schema.org/domain> <http://schema.org/Event> .
-<http://schema.org/duration> <http://schema.org/domain> <http://schema.org/Movie> .
-<http://schema.org/duration> <http://www.w3.org/2000/01/rdf-schema#comment> "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format." .
-<http://schema.org/duration> <http://www.w3.org/2000/01/rdf-schema#label> "duration" .
-<http://schema.org/duration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/duration> <http://schema.org/range> <http://schema.org/Duration> .
-<http://schema.org/DanceGroup> <http://www.w3.org/2000/01/rdf-schema#comment> "A dance group\u2014for example, the Alvin Ailey Dance Theater or Riverdance." .
-<http://schema.org/DanceGroup> <http://www.w3.org/2000/01/rdf-schema#label> "DanceGroup" .
-<http://schema.org/DanceGroup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/DanceGroup> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/PerformingGroup> .
-<http://schema.org/datecreated> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/datecreated> <http://www.w3.org/2000/01/rdf-schema#comment> "The date on which the CreativeWork was created." .
-<http://schema.org/datecreated> <http://www.w3.org/2000/01/rdf-schema#label> "datecreated" .
-<http://schema.org/datecreated> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/datecreated> <http://schema.org/range> <http://schema.org/Date> .
-<http://schema.org/Campground> <http://www.w3.org/2000/01/rdf-schema#comment> "A campground." .
-<http://schema.org/Campground> <http://www.w3.org/2000/01/rdf-schema#label> "Campground" .
-<http://schema.org/Campground> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Campground> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/recipeyield> <http://schema.org/domain> <http://schema.org/Recipe> .
-<http://schema.org/recipeyield> <http://www.w3.org/2000/01/rdf-schema#comment> "The quantity produced by the recipe (for example, number of people served, number of servings, etc)." .
-<http://schema.org/recipeyield> <http://www.w3.org/2000/01/rdf-schema#label> "recipeyield" .
-<http://schema.org/recipeyield> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/recipeyield> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/creator> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/creator> <http://schema.org/domain> <http://schema.org/UserComments> .
-<http://schema.org/creator> <http://www.w3.org/2000/01/rdf-schema#comment> "The creator/author of this CreativeWork or UserComments. This is the same as the Author property for CreativeWork." .
-<http://schema.org/creator> <http://www.w3.org/2000/01/rdf-schema#label> "creator" .
-<http://schema.org/creator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/creator> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/creator> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/LodgingBusiness> <http://www.w3.org/2000/01/rdf-schema#comment> "A lodging business, such as a motel, hotel, or inn." .
-<http://schema.org/LodgingBusiness> <http://www.w3.org/2000/01/rdf-schema#label> "LodgingBusiness" .
-<http://schema.org/LodgingBusiness> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/LodgingBusiness> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/TheaterEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Theater performance." .
-<http://schema.org/TheaterEvent> <http://www.w3.org/2000/01/rdf-schema#label> "TheaterEvent" .
-<http://schema.org/TheaterEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/TheaterEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
-<http://schema.org/industry> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/industry> <http://www.w3.org/2000/01/rdf-schema#comment> "The industry associated with the job position." .
-<http://schema.org/industry> <http://www.w3.org/2000/01/rdf-schema#label> "industry" .
-<http://schema.org/industry> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/industry> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/expires> <http://www.w3.org/2000/01/rdf-schema#comment> "Date the content expires and is no longer useful or available. Useful for videos." .
+<http://schema.org/expires> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/expires> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<http://schema.org/colleagues> <http://www.w3.org/2000/01/rdf-schema#label> "colleagues" .
+<http://schema.org/colleagues> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/colleagues> <http://www.w3.org/2000/01/rdf-schema#comment> "A colleague of the person." .
+<http://schema.org/colleagues> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/colleagues> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/itemCondition> <http://www.w3.org/2000/01/rdf-schema#label> "itemCondition" .
+<http://schema.org/itemCondition> <http://schema.org/range> <http://schema.org/OfferItemCondition> .
+<http://schema.org/itemCondition> <http://www.w3.org/2000/01/rdf-schema#comment> "The condition of the item for sale\u2014for example New, Refurbished, Used, etc." .
+<http://schema.org/itemCondition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/itemCondition> <http://schema.org/domain> <http://schema.org/Offer> .
+<http://schema.org/OfficeEquipmentStore> <http://www.w3.org/2000/01/rdf-schema#label> "OfficeEquipmentStore" .
+<http://schema.org/OfficeEquipmentStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
+<http://schema.org/OfficeEquipmentStore> <http://www.w3.org/2000/01/rdf-schema#comment> "An office equipment store." .
+<http://schema.org/OfficeEquipmentStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/SportsClub> <http://www.w3.org/2000/01/rdf-schema#label> "SportsClub" .
+<http://schema.org/SportsClub> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/SportsActivityLocation> .
+<http://schema.org/SportsClub> <http://www.w3.org/2000/01/rdf-schema#comment> "A sports club." .
+<http://schema.org/SportsClub> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/performerIn> <http://www.w3.org/2000/01/rdf-schema#label> "performerIn" .
+<http://schema.org/performerIn> <http://schema.org/range> <http://schema.org/Event> .
+<http://schema.org/performerIn> <http://www.w3.org/2000/01/rdf-schema#comment> "Event that this person is a performer or participant in." .
+<http://schema.org/performerIn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/performerIn> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/thumbnail> <http://www.w3.org/2000/01/rdf-schema#label> "thumbnail" .
+<http://schema.org/thumbnail> <http://schema.org/range> <http://schema.org/ImageObject> .
+<http://schema.org/thumbnail> <http://www.w3.org/2000/01/rdf-schema#comment> "Thumbnail image for an image or video." .
+<http://schema.org/thumbnail> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
 <http://schema.org/thumbnail> <http://schema.org/domain> <http://schema.org/ImageObject> .
 <http://schema.org/thumbnail> <http://schema.org/domain> <http://schema.org/VideoObject> .
-<http://schema.org/thumbnail> <http://www.w3.org/2000/01/rdf-schema#comment> "Thumbnail image for an image or video." .
-<http://schema.org/thumbnail> <http://www.w3.org/2000/01/rdf-schema#label> "thumbnail" .
-<http://schema.org/thumbnail> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/thumbnail> <http://schema.org/range> <http://schema.org/ImageObject> .
-<http://schema.org/cholesterolcontent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/cholesterolcontent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of milligrams of cholesterol." .
-<http://schema.org/cholesterolcontent> <http://www.w3.org/2000/01/rdf-schema#label> "cholesterolcontent" .
-<http://schema.org/cholesterolcontent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/cholesterolcontent> <http://schema.org/range> <http://schema.org/Mass> .
-<http://schema.org/contentlocation> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/contentlocation> <http://www.w3.org/2000/01/rdf-schema#comment> "The location of the content." .
-<http://schema.org/contentlocation> <http://www.w3.org/2000/01/rdf-schema#label> "contentlocation" .
-<http://schema.org/contentlocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/contentlocation> <http://schema.org/range> <http://schema.org/Place> .
-<http://schema.org/InsuranceAgency> <http://www.w3.org/2000/01/rdf-schema#comment> "Insurance agency." .
-<http://schema.org/InsuranceAgency> <http://www.w3.org/2000/01/rdf-schema#label> "InsuranceAgency" .
-<http://schema.org/InsuranceAgency> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/InsuranceAgency> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FinancialService> .
-<http://schema.org/siblings> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/siblings> <http://www.w3.org/2000/01/rdf-schema#comment> "A sibling of the person." .
-<http://schema.org/siblings> <http://www.w3.org/2000/01/rdf-schema#label> "siblings" .
-<http://schema.org/siblings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/siblings> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/Hotel> <http://www.w3.org/2000/01/rdf-schema#comment> "A hotel." .
-<http://schema.org/Hotel> <http://www.w3.org/2000/01/rdf-schema#label> "Hotel" .
-<http://schema.org/Hotel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Hotel> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LodgingBusiness> .
-<http://schema.org/unsaturatedfatcontent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/unsaturatedfatcontent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of grams of unsaturated fat." .
-<http://schema.org/unsaturatedfatcontent> <http://www.w3.org/2000/01/rdf-schema#label> "unsaturatedfatcontent" .
-<http://schema.org/unsaturatedfatcontent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/unsaturatedfatcontent> <http://schema.org/range> <http://schema.org/Mass> .
-<http://schema.org/geo> <http://schema.org/domain> <http://schema.org/Place> .
-<http://schema.org/geo> <http://www.w3.org/2000/01/rdf-schema#comment> "The geo coordinates of the place." .
-<http://schema.org/geo> <http://www.w3.org/2000/01/rdf-schema#label> "geo" .
-<http://schema.org/geo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/geo> <http://schema.org/range> <http://schema.org/GeoCoordinates> .
-<http://schema.org/geo> <http://schema.org/range> <http://schema.org/GeoShape> .
-<http://schema.org/currenciesaccepted> <http://schema.org/domain> <http://schema.org/LocalBusiness> .
-<http://schema.org/currenciesaccepted> <http://www.w3.org/2000/01/rdf-schema#comment> "The currency accepted (in ISO 4217 currency format)." .
-<http://schema.org/currenciesaccepted> <http://www.w3.org/2000/01/rdf-schema#label> "currenciesaccepted" .
-<http://schema.org/currenciesaccepted> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/currenciesaccepted> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/softwareversion> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/softwareversion> <http://www.w3.org/2000/01/rdf-schema#comment> "Version of the software instance." .
-<http://schema.org/softwareversion> <http://www.w3.org/2000/01/rdf-schema#label> "softwareversion" .
-<http://schema.org/softwareversion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/softwareversion> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/PoliceStation> <http://www.w3.org/2000/01/rdf-schema#comment> "A police station." .
-<http://schema.org/PoliceStation> <http://www.w3.org/2000/01/rdf-schema#label> "PoliceStation" .
-<http://schema.org/PoliceStation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/PoliceStation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/PoliceStation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EmergencyService> .
-<http://schema.org/UserComments> <http://www.w3.org/2000/01/rdf-schema#comment> "User interaction: A comment about an item." .
+<http://schema.org/Map> <http://www.w3.org/2000/01/rdf-schema#label> "Map" .
+<http://schema.org/Map> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
+<http://schema.org/Map> <http://www.w3.org/2000/01/rdf-schema#comment> "A map." .
+<http://schema.org/Map> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/offers> <http://www.w3.org/2000/01/rdf-schema#label> "offers" .
+<http://schema.org/offers> <http://schema.org/range> <http://schema.org/Offer> .
+<http://schema.org/offers> <http://www.w3.org/2000/01/rdf-schema#comment> "An offer to sell this item\u2014for example, an offer to sell a product, the DVD of a movie, or tickets to an event." .
+<http://schema.org/offers> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/offers> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/offers> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<http://schema.org/offers> <http://schema.org/domain> <http://schema.org/Product> .
+<http://schema.org/offers> <http://schema.org/domain> <http://schema.org/Event> .
+<http://schema.org/GovernmentBuilding> <http://www.w3.org/2000/01/rdf-schema#label> "GovernmentBuilding" .
+<http://schema.org/GovernmentBuilding> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
+<http://schema.org/GovernmentBuilding> <http://www.w3.org/2000/01/rdf-schema#comment> "A government building." .
+<http://schema.org/GovernmentBuilding> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/mentions> <http://www.w3.org/2000/01/rdf-schema#label> "mentions" .
+<http://schema.org/mentions> <http://schema.org/range> <http://schema.org/Thing> .
+<http://schema.org/mentions> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept." .
+<http://schema.org/mentions> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/mentions> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/Embassy> <http://www.w3.org/2000/01/rdf-schema#label> "Embassy" .
+<http://schema.org/Embassy> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/GovernmentBuilding> .
+<http://schema.org/Embassy> <http://www.w3.org/2000/01/rdf-schema#comment> "An embassy." .
+<http://schema.org/Embassy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/ratingCount> <http://www.w3.org/2000/01/rdf-schema#label> "ratingCount" .
+<http://schema.org/ratingCount> <http://schema.org/range> <http://schema.org/Number> .
+<http://schema.org/ratingCount> <http://www.w3.org/2000/01/rdf-schema#comment> "The count of total number of ratings." .
+<http://schema.org/ratingCount> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/ratingCount> <http://schema.org/domain> <http://schema.org/AggregateRating> .
+<http://schema.org/UserLikes> <http://www.w3.org/2000/01/rdf-schema#label> "UserLikes" .
+<http://schema.org/UserLikes> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/UserInteraction> .
+<http://schema.org/UserLikes> <http://www.w3.org/2000/01/rdf-schema#comment> "User interaction: Like an item." .
+<http://schema.org/UserLikes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/MovieTheater> <http://www.w3.org/2000/01/rdf-schema#label> "MovieTheater" .
+<http://schema.org/MovieTheater> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
+<http://schema.org/MovieTheater> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EntertainmentBusiness> .
+<http://schema.org/MovieTheater> <http://www.w3.org/2000/01/rdf-schema#comment> "A movie theater." .
+<http://schema.org/MovieTheater> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/contactPoints> <http://www.w3.org/2000/01/rdf-schema#label> "contactPoints" .
+<http://schema.org/contactPoints> <http://schema.org/range> <http://schema.org/ContactPoint> .
+<http://schema.org/contactPoints> <http://www.w3.org/2000/01/rdf-schema#comment> "A contact point for a person or organization." .
+<http://schema.org/contactPoints> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/contactPoints> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/contactPoints> <http://schema.org/domain> <http://schema.org/Organization> .
+<http://schema.org/inLanguage> <http://www.w3.org/2000/01/rdf-schema#label> "inLanguage" .
+<http://schema.org/inLanguage> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/inLanguage> <http://www.w3.org/2000/01/rdf-schema#comment> "The language of the content. please use one of the language codes from the IETF BCP 47 standard." .
+<http://schema.org/inLanguage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/inLanguage> <http://schema.org/domain> <http://schema.org/CreativeWork> .
 <http://schema.org/UserComments> <http://www.w3.org/2000/01/rdf-schema#label> "UserComments" .
-<http://schema.org/UserComments> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
 <http://schema.org/UserComments> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/UserInteraction> .
-<http://schema.org/isbn> <http://schema.org/domain> <http://schema.org/Book> .
-<http://schema.org/isbn> <http://www.w3.org/2000/01/rdf-schema#comment> "The ISBN of the book." .
-<http://schema.org/isbn> <http://www.w3.org/2000/01/rdf-schema#label> "isbn" .
-<http://schema.org/isbn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/isbn> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/inlanguage> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/inlanguage> <http://www.w3.org/2000/01/rdf-schema#comment> "The language of the content. please use one of the language codes from the IETF BCP 47 standard." .
-<http://schema.org/inlanguage> <http://www.w3.org/2000/01/rdf-schema#label> "inlanguage" .
-<http://schema.org/inlanguage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/inlanguage> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/UserCheckins> <http://www.w3.org/2000/01/rdf-schema#comment> "User interaction: Check-in at a place." .
-<http://schema.org/UserCheckins> <http://www.w3.org/2000/01/rdf-schema#label> "UserCheckins" .
-<http://schema.org/UserCheckins> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/UserCheckins> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/UserInteraction> .
-<http://schema.org/HinduTemple> <http://www.w3.org/2000/01/rdf-schema#comment> "A Hindu temple." .
-<http://schema.org/HinduTemple> <http://www.w3.org/2000/01/rdf-schema#label> "HinduTemple" .
-<http://schema.org/HinduTemple> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/HinduTemple> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/PlaceOfWorship> .
-<http://schema.org/ratingcount> <http://schema.org/domain> <http://schema.org/AggregateRating> .
-<http://schema.org/ratingcount> <http://www.w3.org/2000/01/rdf-schema#comment> "The count of total number of ratings." .
-<http://schema.org/ratingcount> <http://www.w3.org/2000/01/rdf-schema#label> "ratingcount" .
-<http://schema.org/ratingcount> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/ratingcount> <http://schema.org/range> <http://schema.org/Number> .
-<http://schema.org/numberofepisodes> <http://schema.org/domain> <http://schema.org/TVSeason> .
-<http://schema.org/numberofepisodes> <http://schema.org/domain> <http://schema.org/TVSeries> .
-<http://schema.org/numberofepisodes> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of episodes in this season or series." .
-<http://schema.org/numberofepisodes> <http://www.w3.org/2000/01/rdf-schema#label> "numberofepisodes" .
-<http://schema.org/numberofepisodes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/numberofepisodes> <http://schema.org/range> <http://schema.org/Number> .
-<http://schema.org/circle> <http://schema.org/domain> <http://schema.org/GeoShape> .
-<http://schema.org/circle> <http://www.w3.org/2000/01/rdf-schema#comment> "A circle is the circular region of a specified radius centered at a specified latitude and longitude. A circle is expressed as a pair followed by a radius in meters." .
-<http://schema.org/circle> <http://www.w3.org/2000/01/rdf-schema#label> "circle" .
-<http://schema.org/circle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/circle> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/memberof> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/memberof> <http://www.w3.org/2000/01/rdf-schema#comment> "An organization to which the person belongs." .
-<http://schema.org/memberof> <http://www.w3.org/2000/01/rdf-schema#label> "memberof" .
-<http://schema.org/memberof> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/memberof> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/DataType> <http://www.w3.org/2000/01/rdf-schema#comment> "The basic data types such as Integers, Strings, etc." .
-<http://schema.org/DataType> <http://www.w3.org/2000/01/rdf-schema#label> "DataType" .
-<http://schema.org/DataType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Product> <http://www.w3.org/2000/01/rdf-schema#comment> "A product is anything that is made available for sale\u2014for example, a pair of shoes, a concert ticket, or a car." .
-<http://schema.org/Product> <http://www.w3.org/2000/01/rdf-schema#label> "Product" .
-<http://schema.org/Product> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Product> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Thing> .
-<http://schema.org/Plumber> <http://www.w3.org/2000/01/rdf-schema#comment> "A plumbing service." .
-<http://schema.org/Plumber> <http://www.w3.org/2000/01/rdf-schema#label> "Plumber" .
-<http://schema.org/Plumber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Plumber> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HomeAndConstructionBusiness> .
-<http://schema.org/Plumber> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/ProfessionalService> .
-<http://schema.org/associatedmedia> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/associatedmedia> <http://www.w3.org/2000/01/rdf-schema#comment> "The media objects that encode this creative work. This property is a synonym for encodings." .
-<http://schema.org/associatedmedia> <http://www.w3.org/2000/01/rdf-schema#label> "associatedmedia" .
-<http://schema.org/associatedmedia> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/associatedmedia> <http://schema.org/range> <http://schema.org/MediaObject> .
-<http://schema.org/Duration> <http://www.w3.org/2000/01/rdf-schema#comment> "Quantity: Duration (use  ISO 8601 duration format)." .
-<http://schema.org/Duration> <http://www.w3.org/2000/01/rdf-schema#label> "Duration" .
-<http://schema.org/Duration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Duration> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Quantity> .
-<http://schema.org/Synagogue> <http://www.w3.org/2000/01/rdf-schema#comment> "A synagogue." .
-<http://schema.org/Synagogue> <http://www.w3.org/2000/01/rdf-schema#label> "Synagogue" .
-<http://schema.org/Synagogue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Synagogue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/PlaceOfWorship> .
-<http://schema.org/trailer> <http://schema.org/domain> <http://schema.org/TVSeason> .
-<http://schema.org/trailer> <http://schema.org/domain> <http://schema.org/TVSeries> .
-<http://schema.org/trailer> <http://schema.org/domain> <http://schema.org/Movie> .
-<http://schema.org/trailer> <http://schema.org/domain> <http://schema.org/TVEpisode> .
-<http://schema.org/trailer> <http://www.w3.org/2000/01/rdf-schema#comment> "The trailer of the movie or TV series, season, or episode." .
-<http://schema.org/trailer> <http://www.w3.org/2000/01/rdf-schema#label> "trailer" .
-<http://schema.org/trailer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/trailer> <http://schema.org/range> <http://schema.org/VideoObject> .
-<http://schema.org/musicgroupmember> <http://schema.org/domain> <http://schema.org/MusicGroup> .
-<http://schema.org/musicgroupmember> <http://www.w3.org/2000/01/rdf-schema#comment> "A member of the music group\u2014for example, John, Paul, George, or Ringo." .
-<http://schema.org/musicgroupmember> <http://www.w3.org/2000/01/rdf-schema#label> "musicgroupmember" .
-<http://schema.org/musicgroupmember> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/musicgroupmember> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/occupationalcategory> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/occupationalcategory> <http://www.w3.org/2000/01/rdf-schema#comment> "Category or categories describing the job. Use BLS O*NET-SOC taxonomy: http://www.onetcenter.org/taxonomy.html. Ideally includes textual label and formal code, with the property repeated for each applicable value." .
-<http://schema.org/occupationalcategory> <http://www.w3.org/2000/01/rdf-schema#label> "occupationalcategory" .
-<http://schema.org/occupationalcategory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/occupationalcategory> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/awards> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/awards> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/awards> <http://www.w3.org/2000/01/rdf-schema#comment> "Awards won by this person or for this creative work." .
-<http://schema.org/awards> <http://www.w3.org/2000/01/rdf-schema#label> "awards" .
-<http://schema.org/awards> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/awards> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/albums> <http://schema.org/domain> <http://schema.org/MusicGroup> .
-<http://schema.org/albums> <http://www.w3.org/2000/01/rdf-schema#comment> "A collection of music albums." .
-<http://schema.org/albums> <http://www.w3.org/2000/01/rdf-schema#label> "albums" .
-<http://schema.org/albums> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/albums> <http://schema.org/range> <http://schema.org/MusicAlbum> .
-<http://schema.org/WebPage> <http://www.w3.org/2000/01/rdf-schema#comment> "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page" .
-<http://schema.org/WebPage> <http://www.w3.org/2000/01/rdf-schema#label> "WebPage" .
-<http://schema.org/WebPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/WebPage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/TVEpisode> <http://www.w3.org/2000/01/rdf-schema#comment> "An episode of a TV series or season." .
-<http://schema.org/TVEpisode> <http://www.w3.org/2000/01/rdf-schema#label> "TVEpisode" .
-<http://schema.org/TVEpisode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/TVEpisode> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/PlaceOfWorship> <http://www.w3.org/2000/01/rdf-schema#comment> "Place of worship, such as a church, synagogue, or mosque." .
-<http://schema.org/PlaceOfWorship> <http://www.w3.org/2000/01/rdf-schema#label> "PlaceOfWorship" .
-<http://schema.org/PlaceOfWorship> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/PlaceOfWorship> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/Dentist> <http://www.w3.org/2000/01/rdf-schema#comment> "A dentist." .
-<http://schema.org/Dentist> <http://www.w3.org/2000/01/rdf-schema#label> "Dentist" .
-<http://schema.org/Dentist> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Dentist> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/ProfessionalService> .
-<http://schema.org/Dentist> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/MedicalOrganization> .
-<http://schema.org/GeneralContractor> <http://www.w3.org/2000/01/rdf-schema#comment> "A general contractor." .
-<http://schema.org/GeneralContractor> <http://www.w3.org/2000/01/rdf-schema#label> "GeneralContractor" .
-<http://schema.org/GeneralContractor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/GeneralContractor> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HomeAndConstructionBusiness> .
-<http://schema.org/GeneralContractor> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/ProfessionalService> .
-<http://schema.org/discusses> <http://schema.org/domain> <http://schema.org/UserComments> .
-<http://schema.org/discusses> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies the CreativeWork associated with the UserComment." .
-<http://schema.org/discusses> <http://www.w3.org/2000/01/rdf-schema#label> "discusses" .
-<http://schema.org/discusses> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/discusses> <http://schema.org/range> <http://schema.org/CreativeWork> .
-<http://schema.org/carbohydratecontent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/carbohydratecontent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of grams of carbohydrates." .
-<http://schema.org/carbohydratecontent> <http://www.w3.org/2000/01/rdf-schema#label> "carbohydratecontent" .
-<http://schema.org/carbohydratecontent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/carbohydratecontent> <http://schema.org/range> <http://schema.org/Mass> .
-<http://schema.org/GasStation> <http://www.w3.org/2000/01/rdf-schema#comment> "A gas station." .
-<http://schema.org/GasStation> <http://www.w3.org/2000/01/rdf-schema#label> "GasStation" .
-<http://schema.org/GasStation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/GasStation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/AutomotiveBusiness> .
-<http://schema.org/BusStop> <http://www.w3.org/2000/01/rdf-schema#comment> "A bus stop." .
-<http://schema.org/BusStop> <http://www.w3.org/2000/01/rdf-schema#label> "BusStop" .
-<http://schema.org/BusStop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/BusStop> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/Notary> <http://www.w3.org/2000/01/rdf-schema#comment> "A notary." .
-<http://schema.org/Notary> <http://www.w3.org/2000/01/rdf-schema#label> "Notary" .
-<http://schema.org/Notary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Notary> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/ProfessionalService> .
-<http://schema.org/partoftvseries> <http://schema.org/domain> <http://schema.org/TVSeason> .
-<http://schema.org/partoftvseries> <http://schema.org/domain> <http://schema.org/TVEpisode> .
-<http://schema.org/partoftvseries> <http://www.w3.org/2000/01/rdf-schema#comment> "The TV series to which this episode or season belongs." .
-<http://schema.org/partoftvseries> <http://www.w3.org/2000/01/rdf-schema#label> "partoftvseries" .
-<http://schema.org/partoftvseries> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/partoftvseries> <http://schema.org/range> <http://schema.org/TVSeries> .
-<http://schema.org/producer> <http://schema.org/domain> <http://schema.org/TVSeries> .
-<http://schema.org/producer> <http://schema.org/domain> <http://schema.org/Movie> .
-<http://schema.org/producer> <http://schema.org/domain> <http://schema.org/TVEpisode> .
-<http://schema.org/producer> <http://www.w3.org/2000/01/rdf-schema#comment> "The producer of the movie, TV series, season, or episode, or video." .
-<http://schema.org/producer> <http://www.w3.org/2000/01/rdf-schema#label> "producer" .
-<http://schema.org/producer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/producer> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/FurnitureStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A furniture store." .
-<http://schema.org/FurnitureStore> <http://www.w3.org/2000/01/rdf-schema#label> "FurnitureStore" .
-<http://schema.org/FurnitureStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/FurnitureStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/CollegeOrUniversity> <http://www.w3.org/2000/01/rdf-schema#comment> "A college, university, or other third-level educational institution." .
-<http://schema.org/CollegeOrUniversity> <http://www.w3.org/2000/01/rdf-schema#label> "CollegeOrUniversity" .
-<http://schema.org/CollegeOrUniversity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/CollegeOrUniversity> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EducationalOrganization> .
-<http://schema.org/basesalary> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/basesalary> <http://www.w3.org/2000/01/rdf-schema#comment> "The base salary of the job." .
-<http://schema.org/basesalary> <http://www.w3.org/2000/01/rdf-schema#label> "basesalary" .
-<http://schema.org/basesalary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/basesalary> <http://schema.org/range> <http://schema.org/Number> .
-<http://schema.org/height> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/height> <http://www.w3.org/2000/01/rdf-schema#comment> "The height of the media object." .
-<http://schema.org/height> <http://www.w3.org/2000/01/rdf-schema#label> "height" .
-<http://schema.org/height> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/height> <http://schema.org/range> <http://schema.org/Distance> .
-<http://schema.org/AccountingService> <http://www.w3.org/2000/01/rdf-schema#comment> "Accountancy business." .
+<http://schema.org/UserComments> <http://www.w3.org/2000/01/rdf-schema#comment> "User interaction: A comment about an item." .
+<http://schema.org/UserComments> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/unsaturatedFatContent> <http://www.w3.org/2000/01/rdf-schema#label> "unsaturatedFatContent" .
+<http://schema.org/unsaturatedFatContent> <http://schema.org/range> <http://schema.org/Mass> .
+<http://schema.org/unsaturatedFatContent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of grams of unsaturated fat." .
+<http://schema.org/unsaturatedFatContent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/unsaturatedFatContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
+<http://schema.org/highPrice> <http://www.w3.org/2000/01/rdf-schema#label> "highPrice" .
+<http://schema.org/highPrice> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/highPrice> <http://schema.org/range> <http://schema.org/Number> .
+<http://schema.org/highPrice> <http://www.w3.org/2000/01/rdf-schema#comment> "The highest price of all offers available." .
+<http://schema.org/highPrice> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/highPrice> <http://schema.org/domain> <http://schema.org/AggregateOffer> .
+<http://schema.org/browsers> <http://www.w3.org/2000/01/rdf-schema#label> "browsers" .
+<http://schema.org/browsers> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/browsers> <http://www.w3.org/2000/01/rdf-schema#comment> "One or more browsers required to run the app." .
+<http://schema.org/browsers> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/browsers> <http://schema.org/domain> <http://schema.org/WebApplication> .
+<http://schema.org/bestRating> <http://www.w3.org/2000/01/rdf-schema#label> "bestRating" .
+<http://schema.org/bestRating> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/bestRating> <http://schema.org/range> <http://schema.org/Number> .
+<http://schema.org/bestRating> <http://www.w3.org/2000/01/rdf-schema#comment> "The highest value allowed in this rating system. If bestRating is omitted, 5 is assumed." .
+<http://schema.org/bestRating> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/bestRating> <http://schema.org/domain> <http://schema.org/Rating> .
+<http://schema.org/totalTime> <http://www.w3.org/2000/01/rdf-schema#label> "totalTime" .
+<http://schema.org/totalTime> <http://schema.org/range> <http://schema.org/Duration> .
+<http://schema.org/totalTime> <http://www.w3.org/2000/01/rdf-schema#comment> "The total time it takes to prepare and cook the recipe, in ISO 8601 duration format." .
+<http://schema.org/totalTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/totalTime> <http://schema.org/domain> <http://schema.org/Recipe> .
+<http://schema.org/printPage> <http://www.w3.org/2000/01/rdf-schema#label> "printPage" .
+<http://schema.org/printPage> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/printPage> <http://www.w3.org/2000/01/rdf-schema#comment> "If this NewsArticle appears in print, this field indicates the name of the page on which the article is found. Please note that this field is intended for the exact page name (e.g. A5, B18)." .
+<http://schema.org/printPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/printPage> <http://schema.org/domain> <http://schema.org/NewsArticle> .
+<http://schema.org/SportsActivityLocation> <http://www.w3.org/2000/01/rdf-schema#label> "SportsActivityLocation" .
+<http://schema.org/SportsActivityLocation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
+<http://schema.org/SportsActivityLocation> <http://www.w3.org/2000/01/rdf-schema#comment> "A sports location, such as a playing field." .
+<http://schema.org/SportsActivityLocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/branchOf> <http://www.w3.org/2000/01/rdf-schema#label> "branchOf" .
+<http://schema.org/branchOf> <http://schema.org/range> <http://schema.org/Organization> .
+<http://schema.org/branchOf> <http://www.w3.org/2000/01/rdf-schema#comment> "The larger organization that this local business is a branch of, if any." .
+<http://schema.org/branchOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/branchOf> <http://schema.org/domain> <http://schema.org/LocalBusiness> .
+<http://schema.org/requiresSubscription> <http://www.w3.org/2000/01/rdf-schema#label> "requiresSubscription" .
+<http://schema.org/requiresSubscription> <http://schema.org/range> <http://schema.org/Boolean> .
+<http://schema.org/requiresSubscription> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates if use of the media require a subscription  (either paid or free). Allowed values are yes or no." .
+<http://schema.org/requiresSubscription> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/requiresSubscription> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<http://schema.org/HighSchool> <http://www.w3.org/2000/01/rdf-schema#label> "HighSchool" .
+<http://schema.org/HighSchool> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EducationalOrganization> .
+<http://schema.org/HighSchool> <http://www.w3.org/2000/01/rdf-schema#comment> "A high school." .
+<http://schema.org/HighSchool> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/VideoObject> <http://www.w3.org/2000/01/rdf-schema#label> "VideoObject" .
+<http://schema.org/VideoObject> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/MediaObject> .
+<http://schema.org/VideoObject> <http://www.w3.org/2000/01/rdf-schema#comment> "A video file." .
+<http://schema.org/VideoObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/CatholicChurch> <http://www.w3.org/2000/01/rdf-schema#label> "CatholicChurch" .
+<http://schema.org/CatholicChurch> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/PlaceOfWorship> .
+<http://schema.org/CatholicChurch> <http://www.w3.org/2000/01/rdf-schema#comment> "A Catholic church." .
+<http://schema.org/CatholicChurch> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/DryCleaningOrLaundry> <http://www.w3.org/2000/01/rdf-schema#label> "DryCleaningOrLaundry" .
+<http://schema.org/DryCleaningOrLaundry> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
+<http://schema.org/DryCleaningOrLaundry> <http://www.w3.org/2000/01/rdf-schema#comment> "A dry-cleaning business." .
+<http://schema.org/DryCleaningOrLaundry> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/fiberContent> <http://www.w3.org/2000/01/rdf-schema#label> "fiberContent" .
+<http://schema.org/fiberContent> <http://schema.org/range> <http://schema.org/Mass> .
+<http://schema.org/fiberContent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of grams of fiber." .
+<http://schema.org/fiberContent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/fiberContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
+<http://schema.org/keywords> <http://www.w3.org/2000/01/rdf-schema#label> "keywords" .
+<http://schema.org/keywords> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/keywords> <http://www.w3.org/2000/01/rdf-schema#comment> "The keywords/tags used to describe this content." .
+<http://schema.org/keywords> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/keywords> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/NGO> <http://www.w3.org/2000/01/rdf-schema#label> "NGO" .
+<http://schema.org/NGO> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Organization> .
+<http://schema.org/NGO> <http://www.w3.org/2000/01/rdf-schema#comment> "Organization: Non-governmental Organization." .
+<http://schema.org/NGO> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/model> <http://www.w3.org/2000/01/rdf-schema#label> "model" .
+<http://schema.org/model> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/model> <http://www.w3.org/2000/01/rdf-schema#comment> "The model of the product." .
+<http://schema.org/model> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/model> <http://schema.org/domain> <http://schema.org/Product> .
+<http://schema.org/follows> <http://www.w3.org/2000/01/rdf-schema#label> "follows" .
+<http://schema.org/follows> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/follows> <http://www.w3.org/2000/01/rdf-schema#comment> "The most generic uni-directional social relation." .
+<http://schema.org/follows> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/follows> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/LocalBusiness> <http://www.w3.org/2000/01/rdf-schema#label> "LocalBusiness" .
+<http://schema.org/LocalBusiness> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Place> .
+<http://schema.org/LocalBusiness> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Organization> .
+<http://schema.org/LocalBusiness> <http://www.w3.org/2000/01/rdf-schema#comment> "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc." .
+<http://schema.org/LocalBusiness> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/BedAndBreakfast> <http://www.w3.org/2000/01/rdf-schema#label> "BedAndBreakfast" .
+<http://schema.org/BedAndBreakfast> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LodgingBusiness> .
+<http://schema.org/BedAndBreakfast> <http://www.w3.org/2000/01/rdf-schema#comment> "Bed and breakfast." .
+<http://schema.org/BedAndBreakfast> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/musicBy> <http://www.w3.org/2000/01/rdf-schema#label> "musicBy" .
+<http://schema.org/musicBy> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/musicBy> <http://schema.org/range> <http://schema.org/MusicGroup> .
+<http://schema.org/musicBy> <http://www.w3.org/2000/01/rdf-schema#comment> "The composer of the movie or TV soundtrack." .
+<http://schema.org/musicBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/musicBy> <http://schema.org/domain> <http://schema.org/Movie> .
+<http://schema.org/musicBy> <http://schema.org/domain> <http://schema.org/TVSeries> .
+<http://schema.org/musicBy> <http://schema.org/domain> <http://schema.org/TVEpisode> .
+<http://schema.org/accountablePerson> <http://www.w3.org/2000/01/rdf-schema#label> "accountablePerson" .
+<http://schema.org/accountablePerson> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/accountablePerson> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies the Person that is legally accountable for the CreativeWork." .
+<http://schema.org/accountablePerson> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/accountablePerson> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/alumni> <http://www.w3.org/2000/01/rdf-schema#label> "alumni" .
+<http://schema.org/alumni> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/alumni> <http://www.w3.org/2000/01/rdf-schema#comment> "Alumni of educational organization." .
+<http://schema.org/alumni> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/alumni> <http://schema.org/domain> <http://schema.org/EducationalOrganization> .
+<http://schema.org/HealthClub> <http://www.w3.org/2000/01/rdf-schema#label> "HealthClub" .
+<http://schema.org/HealthClub> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HealthAndBeautyBusiness> .
+<http://schema.org/HealthClub> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/SportsActivityLocation> .
+<http://schema.org/HealthClub> <http://www.w3.org/2000/01/rdf-schema#comment> "A health club." .
+<http://schema.org/HealthClub> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/knows> <http://www.w3.org/2000/01/rdf-schema#label> "knows" .
+<http://schema.org/knows> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/knows> <http://www.w3.org/2000/01/rdf-schema#comment> "The most generic bi-directional social/work relation." .
+<http://schema.org/knows> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/knows> <http://schema.org/domain> <http://schema.org/Person> .
 <http://schema.org/AccountingService> <http://www.w3.org/2000/01/rdf-schema#label> "AccountingService" .
-<http://schema.org/AccountingService> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
 <http://schema.org/AccountingService> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FinancialService> .
 <http://schema.org/AccountingService> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/ProfessionalService> .
-<http://schema.org/MotorcycleDealer> <http://www.w3.org/2000/01/rdf-schema#comment> "A motorcycle dealer." .
-<http://schema.org/MotorcycleDealer> <http://www.w3.org/2000/01/rdf-schema#label> "MotorcycleDealer" .
-<http://schema.org/MotorcycleDealer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/MotorcycleDealer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/AutomotiveBusiness> .
-<http://schema.org/Sculpture> <http://www.w3.org/2000/01/rdf-schema#comment> "A piece of sculpture." .
-<http://schema.org/Sculpture> <http://www.w3.org/2000/01/rdf-schema#label> "Sculpture" .
-<http://schema.org/Sculpture> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Sculpture> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/Recipe> <http://www.w3.org/2000/01/rdf-schema#comment> "A recipe." .
-<http://schema.org/Recipe> <http://www.w3.org/2000/01/rdf-schema#label> "Recipe" .
-<http://schema.org/Recipe> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Recipe> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/MobilePhoneStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A mobile-phone store." .
-<http://schema.org/MobilePhoneStore> <http://www.w3.org/2000/01/rdf-schema#label> "MobilePhoneStore" .
-<http://schema.org/MobilePhoneStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/MobilePhoneStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/title> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/title> <http://www.w3.org/2000/01/rdf-schema#comment> "The title of the job." .
-<http://schema.org/title> <http://www.w3.org/2000/01/rdf-schema#label> "title" .
-<http://schema.org/title> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/title> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/Book> <http://www.w3.org/2000/01/rdf-schema#comment> "A book." .
-<http://schema.org/Book> <http://www.w3.org/2000/01/rdf-schema#label> "Book" .
-<http://schema.org/Book> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Book> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/manufacturer> <http://schema.org/domain> <http://schema.org/Product> .
-<http://schema.org/manufacturer> <http://www.w3.org/2000/01/rdf-schema#comment> "The manufacturer of the product." .
-<http://schema.org/manufacturer> <http://www.w3.org/2000/01/rdf-schema#label> "manufacturer" .
-<http://schema.org/manufacturer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/manufacturer> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/ComedyClub> <http://www.w3.org/2000/01/rdf-schema#comment> "A comedy club." .
-<http://schema.org/ComedyClub> <http://www.w3.org/2000/01/rdf-schema#label> "ComedyClub" .
-<http://schema.org/ComedyClub> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ComedyClub> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EntertainmentBusiness> .
-<http://schema.org/commenttime> <http://schema.org/domain> <http://schema.org/UserComments> .
-<http://schema.org/commenttime> <http://www.w3.org/2000/01/rdf-schema#comment> "The time at which the UserComment was made." .
-<http://schema.org/commenttime> <http://www.w3.org/2000/01/rdf-schema#label> "commenttime" .
-<http://schema.org/commenttime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/commenttime> <http://schema.org/range> <http://schema.org/Date> .
-<http://schema.org/genre> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/genre> <http://www.w3.org/2000/01/rdf-schema#comment> "Genre of the creative work" .
-<http://schema.org/genre> <http://www.w3.org/2000/01/rdf-schema#label> "genre" .
-<http://schema.org/genre> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/genre> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/numtracks> <http://schema.org/domain> <http://schema.org/MusicPlaylist> .
-<http://schema.org/numtracks> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of tracks in this album or playlist." .
-<http://schema.org/numtracks> <http://www.w3.org/2000/01/rdf-schema#label> "numtracks" .
-<http://schema.org/numtracks> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/numtracks> <http://schema.org/range> <http://schema.org/Integer> .
-<http://schema.org/publisher> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/publisher> <http://www.w3.org/2000/01/rdf-schema#comment> "The publisher of the creative work." .
-<http://schema.org/publisher> <http://www.w3.org/2000/01/rdf-schema#label> "publisher" .
-<http://schema.org/publisher> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/publisher> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/NutritionInformation> <http://www.w3.org/2000/01/rdf-schema#comment> "Nutritional information about the recipe." .
-<http://schema.org/NutritionInformation> <http://www.w3.org/2000/01/rdf-schema#label> "NutritionInformation" .
-<http://schema.org/NutritionInformation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/NutritionInformation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/StructuredValue> .
-<http://schema.org/line> <http://schema.org/domain> <http://schema.org/GeoShape> .
-<http://schema.org/line> <http://www.w3.org/2000/01/rdf-schema#comment> "A line is a point-to-point path consisting of two or more points. A line is expressed as a series of two or more point objects separated by space." .
-<http://schema.org/line> <http://www.w3.org/2000/01/rdf-schema#label> "line" .
-<http://schema.org/line> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/line> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/alumniof> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/alumniof> <http://www.w3.org/2000/01/rdf-schema#comment> "An educational organizations that the person is an alumni of." .
-<http://schema.org/alumniof> <http://www.w3.org/2000/01/rdf-schema#label> "alumniof" .
-<http://schema.org/alumniof> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/alumniof> <http://schema.org/range> <http://schema.org/EducationalOrganization> .
-<http://schema.org/LegislativeBuilding> <http://www.w3.org/2000/01/rdf-schema#comment> "A legislative building\u2014for example, the state capitol." .
-<http://schema.org/LegislativeBuilding> <http://www.w3.org/2000/01/rdf-schema#label> "LegislativeBuilding" .
-<http://schema.org/LegislativeBuilding> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/LegislativeBuilding> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/GovernmentBuilding> .
-<http://schema.org/Pond> <http://www.w3.org/2000/01/rdf-schema#comment> "A pond" .
-<http://schema.org/Pond> <http://www.w3.org/2000/01/rdf-schema#label> "Pond" .
-<http://schema.org/Pond> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Pond> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/BodyOfWater> .
-<http://schema.org/Festival> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Festival." .
-<http://schema.org/Festival> <http://www.w3.org/2000/01/rdf-schema#label> "Festival" .
-<http://schema.org/Festival> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Festival> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
-<http://schema.org/Review> <http://www.w3.org/2000/01/rdf-schema#comment> "A review of an item - for example, a restaurant, movie, or store." .
-<http://schema.org/Review> <http://www.w3.org/2000/01/rdf-schema#label> "Review" .
-<http://schema.org/Review> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Review> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/FoodEstablishment> <http://www.w3.org/2000/01/rdf-schema#comment> "A food-related business." .
-<http://schema.org/FoodEstablishment> <http://www.w3.org/2000/01/rdf-schema#label> "FoodEstablishment" .
-<http://schema.org/FoodEstablishment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/FoodEstablishment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/LakeBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#comment> "A lake (for example, Lake Pontrachain)." .
-<http://schema.org/LakeBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#label> "LakeBodyOfWater" .
-<http://schema.org/LakeBodyOfWater> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/LakeBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/BodyOfWater> .
-<http://schema.org/PerformingArtsTheater> <http://www.w3.org/2000/01/rdf-schema#comment> "A theatre or other performing art center." .
-<http://schema.org/PerformingArtsTheater> <http://www.w3.org/2000/01/rdf-schema#label> "PerformingArtsTheater" .
-<http://schema.org/PerformingArtsTheater> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/PerformingArtsTheater> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/VeterinaryCare> <http://www.w3.org/2000/01/rdf-schema#comment> "A vet's office." .
-<http://schema.org/VeterinaryCare> <http://www.w3.org/2000/01/rdf-schema#label> "VeterinaryCare" .
-<http://schema.org/VeterinaryCare> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/VeterinaryCare> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/MedicalOrganization> .
-<http://schema.org/reviewcount> <http://schema.org/domain> <http://schema.org/AggregateRating> .
-<http://schema.org/reviewcount> <http://www.w3.org/2000/01/rdf-schema#comment> "The count of total number of reviews." .
-<http://schema.org/reviewcount> <http://www.w3.org/2000/01/rdf-schema#label> "reviewcount" .
-<http://schema.org/reviewcount> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/reviewcount> <http://schema.org/range> <http://schema.org/Number> .
-<http://schema.org/School> <http://www.w3.org/2000/01/rdf-schema#comment> "A school." .
-<http://schema.org/School> <http://www.w3.org/2000/01/rdf-schema#label> "School" .
-<http://schema.org/School> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/School> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EducationalOrganization> .
-<http://schema.org/mentions> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/mentions> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept." .
-<http://schema.org/mentions> <http://www.w3.org/2000/01/rdf-schema#label> "mentions" .
-<http://schema.org/mentions> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/mentions> <http://schema.org/range> <http://schema.org/Thing> .
-<http://schema.org/MusicPlaylist> <http://www.w3.org/2000/01/rdf-schema#comment> "A collection of music tracks in playlist form." .
-<http://schema.org/MusicPlaylist> <http://www.w3.org/2000/01/rdf-schema#label> "MusicPlaylist" .
-<http://schema.org/MusicPlaylist> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/MusicPlaylist> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/members> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/members> <http://www.w3.org/2000/01/rdf-schema#comment> "A member of this organization." .
-<http://schema.org/members> <http://www.w3.org/2000/01/rdf-schema#label> "members" .
-<http://schema.org/members> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/members> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/members> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/itemlistorder> <http://schema.org/domain> <http://schema.org/ItemList> .
-<http://schema.org/itemlistorder> <http://www.w3.org/2000/01/rdf-schema#comment> "Type of ordering (e.g. Ascending, Descending, Unordered)." .
-<http://schema.org/itemlistorder> <http://www.w3.org/2000/01/rdf-schema#label> "itemlistorder" .
-<http://schema.org/itemlistorder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/itemlistorder> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/Beach> <http://www.w3.org/2000/01/rdf-schema#comment> "Beach." .
-<http://schema.org/Beach> <http://www.w3.org/2000/01/rdf-schema#label> "Beach" .
-<http://schema.org/Beach> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Beach> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/reviews> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/reviews> <http://schema.org/domain> <http://schema.org/Place> .
-<http://schema.org/reviews> <http://schema.org/domain> <http://schema.org/Product> .
-<http://schema.org/reviews> <http://schema.org/domain> <http://schema.org/Offer> .
-<http://schema.org/reviews> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/reviews> <http://www.w3.org/2000/01/rdf-schema#comment> "Review of the item." .
-<http://schema.org/reviews> <http://www.w3.org/2000/01/rdf-schema#label> "reviews" .
-<http://schema.org/reviews> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/reviews> <http://schema.org/range> <http://schema.org/Review> .
-<http://schema.org/Movie> <http://www.w3.org/2000/01/rdf-schema#comment> "A movie." .
-<http://schema.org/Movie> <http://www.w3.org/2000/01/rdf-schema#label> "Movie" .
-<http://schema.org/Movie> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Movie> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/MedicalClinic> <http://www.w3.org/2000/01/rdf-schema#comment> "A medical clinic." .
-<http://schema.org/MedicalClinic> <http://www.w3.org/2000/01/rdf-schema#label> "MedicalClinic" .
-<http://schema.org/MedicalClinic> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/MedicalClinic> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/MedicalOrganization> .
-<http://schema.org/Text> <http://www.w3.org/2000/01/rdf-schema#comment> "Data type: Text." .
-<http://schema.org/Text> <http://www.w3.org/2000/01/rdf-schema#label> "Text" .
-<http://schema.org/Text> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Text> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/DataType> .
-<http://schema.org/itemlistelement> <http://schema.org/domain> <http://schema.org/ItemList> .
-<http://schema.org/itemlistelement> <http://www.w3.org/2000/01/rdf-schema#comment> "A single list item." .
-<http://schema.org/itemlistelement> <http://www.w3.org/2000/01/rdf-schema#label> "itemlistelement" .
-<http://schema.org/itemlistelement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/itemlistelement> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/itemcondition> <http://schema.org/domain> <http://schema.org/Offer> .
-<http://schema.org/itemcondition> <http://www.w3.org/2000/01/rdf-schema#comment> "The condition of the item for sale\u2014for example New, Refurbished, Used, etc." .
-<http://schema.org/itemcondition> <http://www.w3.org/2000/01/rdf-schema#label> "itemcondition" .
-<http://schema.org/itemcondition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/itemcondition> <http://schema.org/range> <http://schema.org/OfferItemCondition> .
-<http://schema.org/Place> <http://www.w3.org/2000/01/rdf-schema#comment> "Entities that have a somewhat fixed, physical extension." .
-<http://schema.org/Place> <http://www.w3.org/2000/01/rdf-schema#label> "Place" .
-<http://schema.org/Place> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Place> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Thing> .
-<http://schema.org/AutomotiveBusiness> <http://www.w3.org/2000/01/rdf-schema#comment> "Car repair, sales, or parts." .
-<http://schema.org/AutomotiveBusiness> <http://www.w3.org/2000/01/rdf-schema#label> "AutomotiveBusiness" .
-<http://schema.org/AutomotiveBusiness> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/AutomotiveBusiness> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/productioncompany> <http://schema.org/domain> <http://schema.org/TVSeries> .
-<http://schema.org/productioncompany> <http://schema.org/domain> <http://schema.org/Movie> .
-<http://schema.org/productioncompany> <http://schema.org/domain> <http://schema.org/VideoObject> .
-<http://schema.org/productioncompany> <http://schema.org/domain> <http://schema.org/TVEpisode> .
-<http://schema.org/productioncompany> <http://www.w3.org/2000/01/rdf-schema#comment> "The production company or studio that made the movie, TV series, season, or episode, or video." .
-<http://schema.org/productioncompany> <http://www.w3.org/2000/01/rdf-schema#label> "productioncompany" .
-<http://schema.org/productioncompany> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/productioncompany> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/AggregateOffer> <http://www.w3.org/2000/01/rdf-schema#comment> "When a single product that has different offers (for example, the same pair of shoes is offered by different merchants), then AggregateOffer can be used." .
-<http://schema.org/AggregateOffer> <http://www.w3.org/2000/01/rdf-schema#label> "AggregateOffer" .
-<http://schema.org/AggregateOffer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/AggregateOffer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Offer> .
-<http://schema.org/postalcode> <http://schema.org/domain> <http://schema.org/PostalAddress> .
-<http://schema.org/postalcode> <http://www.w3.org/2000/01/rdf-schema#comment> "The postal code. For example, 94043." .
-<http://schema.org/postalcode> <http://www.w3.org/2000/01/rdf-schema#label> "postalcode" .
-<http://schema.org/postalcode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/postalcode> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/Store> <http://www.w3.org/2000/01/rdf-schema#comment> "A retail good store." .
-<http://schema.org/Store> <http://www.w3.org/2000/01/rdf-schema#label> "Store" .
-<http://schema.org/Store> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Store> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/MedicalOrganization> <http://www.w3.org/2000/01/rdf-schema#comment> "A medical organization, such as a doctor's office or clinic." .
+<http://schema.org/AccountingService> <http://www.w3.org/2000/01/rdf-schema#comment> "Accountancy business." .
+<http://schema.org/AccountingService> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/price> <http://www.w3.org/2000/01/rdf-schema#label> "price" .
+<http://schema.org/price> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/price> <http://schema.org/range> <http://schema.org/Number> .
+<http://schema.org/price> <http://www.w3.org/2000/01/rdf-schema#comment> "The offer price of the product." .
+<http://schema.org/price> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/price> <http://schema.org/domain> <http://schema.org/Offer> .
+<http://schema.org/Playground> <http://www.w3.org/2000/01/rdf-schema#label> "Playground" .
+<http://schema.org/Playground> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
+<http://schema.org/Playground> <http://www.w3.org/2000/01/rdf-schema#comment> "A playground." .
+<http://schema.org/Playground> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/numberOfPages> <http://www.w3.org/2000/01/rdf-schema#label> "numberOfPages" .
+<http://schema.org/numberOfPages> <http://schema.org/range> <http://schema.org/Integer> .
+<http://schema.org/numberOfPages> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of pages in the book." .
+<http://schema.org/numberOfPages> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/numberOfPages> <http://schema.org/domain> <http://schema.org/Book> .
+<http://schema.org/playerType> <http://www.w3.org/2000/01/rdf-schema#label> "playerType" .
+<http://schema.org/playerType> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/playerType> <http://www.w3.org/2000/01/rdf-schema#comment> "Player type required\u2014for example, Flash or Silverlight." .
+<http://schema.org/playerType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/playerType> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<http://schema.org/articleBody> <http://www.w3.org/2000/01/rdf-schema#label> "articleBody" .
+<http://schema.org/articleBody> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/articleBody> <http://www.w3.org/2000/01/rdf-schema#comment> "The actual body of the article." .
+<http://schema.org/articleBody> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/articleBody> <http://schema.org/domain> <http://schema.org/Article> .
+<http://schema.org/Event> <http://www.w3.org/2000/01/rdf-schema#label> "Event" .
+<http://schema.org/Event> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Thing> .
+<http://schema.org/Event> <http://www.w3.org/2000/01/rdf-schema#comment> "An event happening at a certain time at a certain location." .
+<http://schema.org/Event> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/VideoGallery> <http://www.w3.org/2000/01/rdf-schema#label> "VideoGallery" .
+<http://schema.org/VideoGallery> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CollectionPage> .
+<http://schema.org/VideoGallery> <http://www.w3.org/2000/01/rdf-schema#comment> "Web page type: Video gallery page." .
+<http://schema.org/VideoGallery> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/ImageGallery> <http://www.w3.org/2000/01/rdf-schema#label> "ImageGallery" .
+<http://schema.org/ImageGallery> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CollectionPage> .
+<http://schema.org/ImageGallery> <http://www.w3.org/2000/01/rdf-schema#comment> "Web page type: Image gallery page." .
+<http://schema.org/ImageGallery> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Reservoir> <http://www.w3.org/2000/01/rdf-schema#label> "Reservoir" .
+<http://schema.org/Reservoir> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/BodyOfWater> .
+<http://schema.org/Reservoir> <http://www.w3.org/2000/01/rdf-schema#comment> "A reservoir, like the Lake Kariba reservoir." .
+<http://schema.org/Reservoir> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/HardwareStore> <http://www.w3.org/2000/01/rdf-schema#label> "HardwareStore" .
+<http://schema.org/HardwareStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
+<http://schema.org/HardwareStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A hardware store." .
+<http://schema.org/HardwareStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Restaurant> <http://www.w3.org/2000/01/rdf-schema#label> "Restaurant" .
+<http://schema.org/Restaurant> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FoodEstablishment> .
+<http://schema.org/Restaurant> <http://www.w3.org/2000/01/rdf-schema#comment> "A restaurant." .
+<http://schema.org/Restaurant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
 <http://schema.org/MedicalOrganization> <http://www.w3.org/2000/01/rdf-schema#label> "MedicalOrganization" .
-<http://schema.org/MedicalOrganization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
 <http://schema.org/MedicalOrganization> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/Mountain> <http://www.w3.org/2000/01/rdf-schema#comment> "A mountain, like Mount Whitney or Mount Everest" .
-<http://schema.org/Mountain> <http://www.w3.org/2000/01/rdf-schema#label> "Mountain" .
-<http://schema.org/Mountain> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Mountain> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Landform> .
-<http://schema.org/StructuredValue> <http://www.w3.org/2000/01/rdf-schema#comment> "Structured values are strings\u2014for example, addresses\u2014that have certain constraints on their structure." .
-<http://schema.org/StructuredValue> <http://www.w3.org/2000/01/rdf-schema#label> "StructuredValue" .
-<http://schema.org/StructuredValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/StructuredValue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Intangible> .
-<http://schema.org/joblocation> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/joblocation> <http://www.w3.org/2000/01/rdf-schema#comment> "A (typically single) geographic location associated with the job position." .
-<http://schema.org/joblocation> <http://www.w3.org/2000/01/rdf-schema#label> "joblocation" .
-<http://schema.org/joblocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/joblocation> <http://schema.org/range> <http://schema.org/Place> .
-<http://schema.org/itemconditiondeprecated> <http://schema.org/domain> <http://schema.org/Offer> .
-<http://schema.org/itemconditiondeprecated> <http://www.w3.org/2000/01/rdf-schema#comment> "The condition of the item for sale\u2014for example New, Refurbished, Used, etc." .
-<http://schema.org/itemconditiondeprecated> <http://www.w3.org/2000/01/rdf-schema#label> "itemconditiondeprecated" .
-<http://schema.org/itemconditiondeprecated> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/itemconditiondeprecated> <http://schema.org/range> <http://schema.org/Thing> .
-<http://schema.org/familyname> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/familyname> <http://www.w3.org/2000/01/rdf-schema#comment> "Family name. In the U.S., the last name of an Person. This can be used along with givenName instead of the Name property." .
-<http://schema.org/familyname> <http://www.w3.org/2000/01/rdf-schema#label> "familyname" .
-<http://schema.org/familyname> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/familyname> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/datemodified> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/datemodified> <http://www.w3.org/2000/01/rdf-schema#comment> "The date on which the CreativeWork was most recently modified." .
-<http://schema.org/datemodified> <http://www.w3.org/2000/01/rdf-schema#label> "datemodified" .
-<http://schema.org/datemodified> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/datemodified> <http://schema.org/range> <http://schema.org/Date> .
-<http://schema.org/highprice> <http://schema.org/domain> <http://schema.org/AggregateOffer> .
-<http://schema.org/highprice> <http://www.w3.org/2000/01/rdf-schema#comment> "The highest price of all offers available." .
-<http://schema.org/highprice> <http://www.w3.org/2000/01/rdf-schema#label> "highprice" .
-<http://schema.org/highprice> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/highprice> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/highprice> <http://schema.org/range> <http://schema.org/Number> .
-<http://schema.org/Park> <http://www.w3.org/2000/01/rdf-schema#comment> "A park." .
-<http://schema.org/Park> <http://www.w3.org/2000/01/rdf-schema#label> "Park" .
-<http://schema.org/Park> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Park> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/Continent> <http://www.w3.org/2000/01/rdf-schema#comment> "One of the continents (for example, Europe or Africa)." .
-<http://schema.org/Continent> <http://www.w3.org/2000/01/rdf-schema#label> "Continent" .
-<http://schema.org/Continent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Continent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Landform> .
-<http://schema.org/CollectionPage> <http://www.w3.org/2000/01/rdf-schema#comment> "Web page type: Collection page." .
-<http://schema.org/CollectionPage> <http://www.w3.org/2000/01/rdf-schema#label> "CollectionPage" .
-<http://schema.org/CollectionPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/CollectionPage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPage> .
-<http://schema.org/interactioncount> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/interactioncount> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/interactioncount> <http://schema.org/domain> <http://schema.org/Place> .
-<http://schema.org/interactioncount> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/interactioncount> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/interactioncount> <http://www.w3.org/2000/01/rdf-schema#comment> "A count of a specific user interactions with this item\u2014for example, 20 UserLikes, 5 UserComments, or 300 UserDownloads. The user interaction type should be one of the sub types of UserInteraction." .
-<http://schema.org/interactioncount> <http://www.w3.org/2000/01/rdf-schema#label> "interactioncount" .
-<http://schema.org/interactioncount> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/interactioncount> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/SportsEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Sports event." .
-<http://schema.org/SportsEvent> <http://www.w3.org/2000/01/rdf-schema#label> "SportsEvent" .
-<http://schema.org/SportsEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/SportsEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
-<http://schema.org/TravelAgency> <http://www.w3.org/2000/01/rdf-schema#comment> "A travel agency." .
-<http://schema.org/TravelAgency> <http://www.w3.org/2000/01/rdf-schema#label> "TravelAgency" .
-<http://schema.org/TravelAgency> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/TravelAgency> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/printedition> <http://schema.org/domain> <http://schema.org/NewsArticle> .
-<http://schema.org/printedition> <http://www.w3.org/2000/01/rdf-schema#comment> "The edition of the print product in which the NewsArticle appears." .
-<http://schema.org/printedition> <http://www.w3.org/2000/01/rdf-schema#label> "printedition" .
-<http://schema.org/printedition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/printedition> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/saturatedfatcontent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/saturatedfatcontent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of grams of saturated fat." .
-<http://schema.org/saturatedfatcontent> <http://www.w3.org/2000/01/rdf-schema#label> "saturatedfatcontent" .
-<http://schema.org/saturatedfatcontent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/saturatedfatcontent> <http://schema.org/range> <http://schema.org/Mass> .
-<http://schema.org/gender> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/gender> <http://www.w3.org/2000/01/rdf-schema#comment> "Gender of the person." .
-<http://schema.org/gender> <http://www.w3.org/2000/01/rdf-schema#label> "gender" .
-<http://schema.org/gender> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/gender> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/performers> <http://schema.org/domain> <http://schema.org/Event> .
-<http://schema.org/performers> <http://www.w3.org/2000/01/rdf-schema#comment> "The main performer or performers of the event\u2014for example, a presenter, musician, or actor." .
-<http://schema.org/performers> <http://www.w3.org/2000/01/rdf-schema#label> "performers" .
-<http://schema.org/performers> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/performers> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/performers> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/NewsArticle> <http://www.w3.org/2000/01/rdf-schema#comment> "A news article" .
-<http://schema.org/NewsArticle> <http://www.w3.org/2000/01/rdf-schema#label> "NewsArticle" .
-<http://schema.org/NewsArticle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/NewsArticle> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Article> .
-<http://schema.org/GroceryStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A grocery store." .
-<http://schema.org/GroceryStore> <http://www.w3.org/2000/01/rdf-schema#label> "GroceryStore" .
-<http://schema.org/GroceryStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/GroceryStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/StadiumOrArena> <http://www.w3.org/2000/01/rdf-schema#comment> "A stadium." .
-<http://schema.org/StadiumOrArena> <http://www.w3.org/2000/01/rdf-schema#label> "StadiumOrArena" .
-<http://schema.org/StadiumOrArena> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/StadiumOrArena> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/StadiumOrArena> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/SportsActivityLocation> .
-<http://schema.org/datepublished> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/datepublished> <http://www.w3.org/2000/01/rdf-schema#comment> "Date of first broadcast/publication." .
-<http://schema.org/datepublished> <http://www.w3.org/2000/01/rdf-schema#label> "datepublished" .
-<http://schema.org/datepublished> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/datepublished> <http://schema.org/range> <http://schema.org/Date> .
-<http://schema.org/AutoBodyShop> <http://www.w3.org/2000/01/rdf-schema#comment> "Auto body shop." .
-<http://schema.org/AutoBodyShop> <http://www.w3.org/2000/01/rdf-schema#label> "AutoBodyShop" .
-<http://schema.org/AutoBodyShop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/AutoBodyShop> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/AutomotiveBusiness> .
-<http://schema.org/CreativeWork> <http://www.w3.org/2000/01/rdf-schema#comment> "The most generic kind of creative work, including books, movies, photographs, software programs, etc." .
-<http://schema.org/CreativeWork> <http://www.w3.org/2000/01/rdf-schema#label> "CreativeWork" .
-<http://schema.org/CreativeWork> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/CreativeWork> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Thing> .
-<http://schema.org/blogposts> <http://schema.org/domain> <http://schema.org/Blog> .
-<http://schema.org/blogposts> <http://www.w3.org/2000/01/rdf-schema#comment> "The postings that are part of this blog" .
-<http://schema.org/blogposts> <http://www.w3.org/2000/01/rdf-schema#label> "blogposts" .
-<http://schema.org/blogposts> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/blogposts> <http://schema.org/range> <http://schema.org/BlogPosting> .
-<http://schema.org/BusStation> <http://www.w3.org/2000/01/rdf-schema#comment> "A bus station." .
-<http://schema.org/BusStation> <http://www.w3.org/2000/01/rdf-schema#label> "BusStation" .
-<http://schema.org/BusStation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/BusStation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/SelfStorage> <http://www.w3.org/2000/01/rdf-schema#comment> "Self-storage facility." .
-<http://schema.org/SelfStorage> <http://www.w3.org/2000/01/rdf-schema#label> "SelfStorage" .
-<http://schema.org/SelfStorage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/SelfStorage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/LocalBusiness> <http://www.w3.org/2000/01/rdf-schema#comment> "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc." .
-<http://schema.org/LocalBusiness> <http://www.w3.org/2000/01/rdf-schema#label> "LocalBusiness" .
-<http://schema.org/LocalBusiness> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/LocalBusiness> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Place> .
-<http://schema.org/LocalBusiness> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Organization> .
-<http://schema.org/InternetCafe> <http://www.w3.org/2000/01/rdf-schema#comment> "An internet cafe." .
-<http://schema.org/InternetCafe> <http://www.w3.org/2000/01/rdf-schema#label> "InternetCafe" .
-<http://schema.org/InternetCafe> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/InternetCafe> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/Airport> <http://www.w3.org/2000/01/rdf-schema#comment> "An airport." .
-<http://schema.org/Airport> <http://www.w3.org/2000/01/rdf-schema#label> "Airport" .
-<http://schema.org/Airport> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Airport> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/HousePainter> <http://www.w3.org/2000/01/rdf-schema#comment> "A house painting service." .
-<http://schema.org/HousePainter> <http://www.w3.org/2000/01/rdf-schema#label> "HousePainter" .
-<http://schema.org/HousePainter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/HousePainter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HomeAndConstructionBusiness> .
-<http://schema.org/HousePainter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/ProfessionalService> .
-<http://schema.org/TireShop> <http://www.w3.org/2000/01/rdf-schema#comment> "A tire shop." .
-<http://schema.org/TireShop> <http://www.w3.org/2000/01/rdf-schema#label> "TireShop" .
-<http://schema.org/TireShop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/TireShop> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/about> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/about> <http://www.w3.org/2000/01/rdf-schema#comment> "The subject matter of the content." .
-<http://schema.org/about> <http://www.w3.org/2000/01/rdf-schema#label> "about" .
-<http://schema.org/about> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/about> <http://schema.org/range> <http://schema.org/Thing> .
-<http://schema.org/Waterfall> <http://www.w3.org/2000/01/rdf-schema#comment> "A waterfall, like Niagara" .
-<http://schema.org/Waterfall> <http://www.w3.org/2000/01/rdf-schema#label> "Waterfall" .
-<http://schema.org/Waterfall> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Waterfall> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/BodyOfWater> .
-<http://schema.org/softwareapplicationcategorydeprecated> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/softwareapplicationcategorydeprecated> <http://www.w3.org/2000/01/rdf-schema#comment> "Type of software application." .
-<http://schema.org/softwareapplicationcategorydeprecated> <http://www.w3.org/2000/01/rdf-schema#label> "softwareapplicationcategorydeprecated" .
-<http://schema.org/softwareapplicationcategorydeprecated> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/softwareapplicationcategorydeprecated> <http://schema.org/range> <http://schema.org/Thing> .
-<http://schema.org/Reservoir> <http://www.w3.org/2000/01/rdf-schema#comment> "A reservoir, like the Lake Kariba reservoir." .
-<http://schema.org/Reservoir> <http://www.w3.org/2000/01/rdf-schema#label> "Reservoir" .
-<http://schema.org/Reservoir> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Reservoir> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/BodyOfWater> .
-<http://schema.org/AutomatedTeller> <http://www.w3.org/2000/01/rdf-schema#comment> "ATM/cash machine." .
-<http://schema.org/AutomatedTeller> <http://www.w3.org/2000/01/rdf-schema#label> "AutomatedTeller" .
-<http://schema.org/AutomatedTeller> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/AutomatedTeller> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FinancialService> .
-<http://schema.org/playertype> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/playertype> <http://www.w3.org/2000/01/rdf-schema#comment> "Player type required\u2014for example, Flash or Silverlight." .
-<http://schema.org/playertype> <http://www.w3.org/2000/01/rdf-schema#label> "playertype" .
-<http://schema.org/playertype> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/playertype> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/ComputerStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A computer store." .
-<http://schema.org/ComputerStore> <http://www.w3.org/2000/01/rdf-schema#label> "ComputerStore" .
-<http://schema.org/ComputerStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ComputerStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/OfficeEquipmentStore> <http://www.w3.org/2000/01/rdf-schema#comment> "An office equipment store." .
-<http://schema.org/OfficeEquipmentStore> <http://www.w3.org/2000/01/rdf-schema#label> "OfficeEquipmentStore" .
-<http://schema.org/OfficeEquipmentStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/OfficeEquipmentStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/ItemList> <http://www.w3.org/2000/01/rdf-schema#comment> "A list of items of any sort\u2014for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting." .
-<http://schema.org/ItemList> <http://www.w3.org/2000/01/rdf-schema#label> "ItemList" .
-<http://schema.org/ItemList> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ItemList> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/addresslocality> <http://schema.org/domain> <http://schema.org/PostalAddress> .
-<http://schema.org/addresslocality> <http://www.w3.org/2000/01/rdf-schema#comment> "The locality. For example, Mountain View." .
-<http://schema.org/addresslocality> <http://www.w3.org/2000/01/rdf-schema#label> "addresslocality" .
-<http://schema.org/addresslocality> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/addresslocality> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/aggregaterating> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/aggregaterating> <http://schema.org/domain> <http://schema.org/Place> .
-<http://schema.org/aggregaterating> <http://schema.org/domain> <http://schema.org/Product> .
-<http://schema.org/aggregaterating> <http://schema.org/domain> <http://schema.org/Offer> .
-<http://schema.org/aggregaterating> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/aggregaterating> <http://www.w3.org/2000/01/rdf-schema#comment> "The overall rating, based on a collection of reviews or ratings, of the item." .
-<http://schema.org/aggregaterating> <http://www.w3.org/2000/01/rdf-schema#label> "aggregaterating" .
-<http://schema.org/aggregaterating> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/aggregaterating> <http://schema.org/range> <http://schema.org/AggregateRating> .
-<http://schema.org/offers> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/offers> <http://schema.org/domain> <http://schema.org/Product> .
-<http://schema.org/offers> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/offers> <http://schema.org/domain> <http://schema.org/Event> .
-<http://schema.org/offers> <http://www.w3.org/2000/01/rdf-schema#comment> "An offer to sell this item\u2014for example, an offer to sell a product, the DVD of a movie, or tickets to an event." .
-<http://schema.org/offers> <http://www.w3.org/2000/01/rdf-schema#label> "offers" .
-<http://schema.org/offers> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/offers> <http://schema.org/range> <http://schema.org/Offer> .
-<http://schema.org/breadcrumb> <http://schema.org/domain> <http://schema.org/WebPage> .
-<http://schema.org/breadcrumb> <http://www.w3.org/2000/01/rdf-schema#comment> "A set of links that can help a user understand and navigate a website hierarchy." .
-<http://schema.org/breadcrumb> <http://www.w3.org/2000/01/rdf-schema#label> "breadcrumb" .
-<http://schema.org/breadcrumb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/breadcrumb> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/discussionurl> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/discussionurl> <http://www.w3.org/2000/01/rdf-schema#comment> "A link to the page containing the comments of the CreativeWork." .
-<http://schema.org/discussionurl> <http://www.w3.org/2000/01/rdf-schema#label> "discussionurl" .
-<http://schema.org/discussionurl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/discussionurl> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/PublicSwimmingPool> <http://www.w3.org/2000/01/rdf-schema#comment> "A public swimming pool." .
-<http://schema.org/PublicSwimmingPool> <http://www.w3.org/2000/01/rdf-schema#label> "PublicSwimmingPool" .
-<http://schema.org/PublicSwimmingPool> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/PublicSwimmingPool> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/SportsActivityLocation> .
-<http://schema.org/MediaObject> <http://www.w3.org/2000/01/rdf-schema#comment> "An image, video, or audio object embedded in a web page. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's)." .
-<http://schema.org/MediaObject> <http://www.w3.org/2000/01/rdf-schema#label> "MediaObject" .
-<http://schema.org/MediaObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/MediaObject> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/countriesnotsupported> <http://schema.org/domain> <http://schema.org/MobileSoftwareApplication> .
-<http://schema.org/countriesnotsupported> <http://www.w3.org/2000/01/rdf-schema#comment> "Countries that dlsallow the application." .
-<http://schema.org/countriesnotsupported> <http://www.w3.org/2000/01/rdf-schema#label> "countriesnotsupported" .
-<http://schema.org/countriesnotsupported> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/countriesnotsupported> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/Enumeration> <http://www.w3.org/2000/01/rdf-schema#comment> "Lists or enumerations\u2014for example, a list of cuisines or music genres, etc." .
-<http://schema.org/Enumeration> <http://www.w3.org/2000/01/rdf-schema#label> "Enumeration" .
-<http://schema.org/Enumeration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Enumeration> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Intangible> .
-<http://schema.org/downloadurl> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/downloadurl> <http://www.w3.org/2000/01/rdf-schema#comment> "If the file can be downloaded, URL to download the binary." .
-<http://schema.org/downloadurl> <http://www.w3.org/2000/01/rdf-schema#label> "downloadurl" .
-<http://schema.org/downloadurl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/downloadurl> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/seasons> <http://schema.org/domain> <http://schema.org/TVSeries> .
-<http://schema.org/seasons> <http://www.w3.org/2000/01/rdf-schema#comment> "The seasons of the TV series." .
-<http://schema.org/seasons> <http://www.w3.org/2000/01/rdf-schema#label> "seasons" .
-<http://schema.org/seasons> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/seasons> <http://schema.org/range> <http://schema.org/TVSeason> .
-<http://schema.org/dateposted> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/dateposted> <http://www.w3.org/2000/01/rdf-schema#comment> "Publication date for the job posting." .
-<http://schema.org/dateposted> <http://www.w3.org/2000/01/rdf-schema#label> "dateposted" .
-<http://schema.org/dateposted> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/dateposted> <http://schema.org/range> <http://schema.org/Date> .
-<http://schema.org/TouristInformationCenter> <http://www.w3.org/2000/01/rdf-schema#comment> "A tourist information center." .
-<http://schema.org/TouristInformationCenter> <http://www.w3.org/2000/01/rdf-schema#label> "TouristInformationCenter" .
-<http://schema.org/TouristInformationCenter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/TouristInformationCenter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/cooktime> <http://schema.org/domain> <http://schema.org/Recipe> .
-<http://schema.org/cooktime> <http://www.w3.org/2000/01/rdf-schema#comment> "The time it takes to actually cook the dish, in ISO 8601 duration format." .
-<http://schema.org/cooktime> <http://www.w3.org/2000/01/rdf-schema#label> "cooktime" .
-<http://schema.org/cooktime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/cooktime> <http://schema.org/range> <http://schema.org/Duration> .
-<http://schema.org/CafeOrCoffeeShop> <http://www.w3.org/2000/01/rdf-schema#comment> "A cafe or coffee shop." .
-<http://schema.org/CafeOrCoffeeShop> <http://www.w3.org/2000/01/rdf-schema#label> "CafeOrCoffeeShop" .
-<http://schema.org/CafeOrCoffeeShop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/CafeOrCoffeeShop> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FoodEstablishment> .
-<http://schema.org/byartist> <http://schema.org/domain> <http://schema.org/MusicRecording> .
-<http://schema.org/byartist> <http://schema.org/domain> <http://schema.org/MusicAlbum> .
-<http://schema.org/byartist> <http://www.w3.org/2000/01/rdf-schema#comment> "The artist that performed this album or recording." .
-<http://schema.org/byartist> <http://www.w3.org/2000/01/rdf-schema#label> "byartist" .
-<http://schema.org/byartist> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/byartist> <http://schema.org/range> <http://schema.org/MusicGroup> .
-<http://schema.org/Motel> <http://www.w3.org/2000/01/rdf-schema#comment> "A motel." .
-<http://schema.org/Motel> <http://www.w3.org/2000/01/rdf-schema#label> "Motel" .
-<http://schema.org/Motel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Motel> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LodgingBusiness> .
-<http://schema.org/type> <http://schema.org/domain> <http://schema.org/Thing> .
-<http://schema.org/type> <http://www.w3.org/2000/01/rdf-schema#comment> "Auto added type field." .
-<http://schema.org/type> <http://www.w3.org/2000/01/rdf-schema#label> "type" .
-<http://schema.org/type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/type> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/Museum> <http://www.w3.org/2000/01/rdf-schema#comment> "A museum." .
-<http://schema.org/Museum> <http://www.w3.org/2000/01/rdf-schema#label> "Museum" .
-<http://schema.org/Museum> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Museum> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/fileformat> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/fileformat> <http://www.w3.org/2000/01/rdf-schema#comment> "MIME format of the binary (e.g. application/zip)." .
-<http://schema.org/fileformat> <http://www.w3.org/2000/01/rdf-schema#label> "fileformat" .
-<http://schema.org/fileformat> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/fileformat> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/VisualArtsEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Visual arts event." .
-<http://schema.org/VisualArtsEvent> <http://www.w3.org/2000/01/rdf-schema#label> "VisualArtsEvent" .
-<http://schema.org/VisualArtsEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/VisualArtsEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
+<http://schema.org/MedicalOrganization> <http://www.w3.org/2000/01/rdf-schema#comment> "A medical organization, such as a doctor's office or clinic." .
+<http://schema.org/MedicalOrganization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/encodings> <http://www.w3.org/2000/01/rdf-schema#label> "encodings" .
+<http://schema.org/encodings> <http://schema.org/range> <http://schema.org/MediaObject> .
+<http://schema.org/encodings> <http://www.w3.org/2000/01/rdf-schema#comment> "The media objects that encode this creative work" .
+<http://schema.org/encodings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/encodings> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/seasonNumber> <http://www.w3.org/2000/01/rdf-schema#label> "seasonNumber" .
+<http://schema.org/seasonNumber> <http://schema.org/range> <http://schema.org/Integer> .
+<http://schema.org/seasonNumber> <http://www.w3.org/2000/01/rdf-schema#comment> "The season number." .
+<http://schema.org/seasonNumber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/seasonNumber> <http://schema.org/domain> <http://schema.org/TVSeason> .
+<http://schema.org/sourceOrganization> <http://www.w3.org/2000/01/rdf-schema#label> "sourceOrganization" .
+<http://schema.org/sourceOrganization> <http://schema.org/range> <http://schema.org/Organization> .
+<http://schema.org/sourceOrganization> <http://www.w3.org/2000/01/rdf-schema#comment> "The Organization on whose behalf the creator was working." .
+<http://schema.org/sourceOrganization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/sourceOrganization> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/acceptsReservations> <http://www.w3.org/2000/01/rdf-schema#label> "acceptsReservations" .
+<http://schema.org/acceptsReservations> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/acceptsReservations> <http://schema.org/range> <http://schema.org/URL> .
+<http://schema.org/acceptsReservations> <http://www.w3.org/2000/01/rdf-schema#comment> "Either Yes/No, or a URL at which reservations can be made." .
+<http://schema.org/acceptsReservations> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/acceptsReservations> <http://schema.org/domain> <http://schema.org/FoodEstablishment> .
+<http://schema.org/ingredients> <http://www.w3.org/2000/01/rdf-schema#label> "ingredients" .
+<http://schema.org/ingredients> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/ingredients> <http://www.w3.org/2000/01/rdf-schema#comment> "An ingredient used in the recipe." .
+<http://schema.org/ingredients> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/ingredients> <http://schema.org/domain> <http://schema.org/Recipe> .
+<http://schema.org/numDownloads> <http://www.w3.org/2000/01/rdf-schema#label> "numDownloads" .
+<http://schema.org/numDownloads> <http://schema.org/range> <http://schema.org/Integer> .
+<http://schema.org/numDownloads> <http://www.w3.org/2000/01/rdf-schema#comment> "Number of Downloads." .
+<http://schema.org/numDownloads> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/numDownloads> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<http://schema.org/softwareApplicationCategoryDeprecated> <http://www.w3.org/2000/01/rdf-schema#label> "softwareApplicationCategoryDeprecated" .
+<http://schema.org/softwareApplicationCategoryDeprecated> <http://schema.org/range> <http://schema.org/Thing> .
+<http://schema.org/softwareApplicationCategoryDeprecated> <http://www.w3.org/2000/01/rdf-schema#comment> "Type of software application." .
+<http://schema.org/softwareApplicationCategoryDeprecated> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/softwareApplicationCategoryDeprecated> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<http://schema.org/faxNumber> <http://www.w3.org/2000/01/rdf-schema#label> "faxNumber" .
+<http://schema.org/faxNumber> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/faxNumber> <http://www.w3.org/2000/01/rdf-schema#comment> "The fax number." .
+<http://schema.org/faxNumber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/faxNumber> <http://schema.org/domain> <http://schema.org/Place> .
+<http://schema.org/faxNumber> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/faxNumber> <http://schema.org/domain> <http://schema.org/Organization> .
+<http://schema.org/faxNumber> <http://schema.org/domain> <http://schema.org/ContactPoint> .
+<http://schema.org/tracks> <http://www.w3.org/2000/01/rdf-schema#label> "tracks" .
+<http://schema.org/tracks> <http://schema.org/range> <http://schema.org/MusicRecording> .
+<http://schema.org/tracks> <http://www.w3.org/2000/01/rdf-schema#comment> "A music recording (track)\u2014usually a single song." .
+<http://schema.org/tracks> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/tracks> <http://schema.org/domain> <http://schema.org/MusicPlaylist> .
+<http://schema.org/tracks> <http://schema.org/domain> <http://schema.org/MusicGroup> .
+<http://schema.org/associatedArticle> <http://www.w3.org/2000/01/rdf-schema#label> "associatedArticle" .
+<http://schema.org/associatedArticle> <http://schema.org/range> <http://schema.org/NewsArticle> .
+<http://schema.org/associatedArticle> <http://www.w3.org/2000/01/rdf-schema#comment> "A NewsArticle associated with the Media Object." .
+<http://schema.org/associatedArticle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/associatedArticle> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<http://schema.org/jobLocation> <http://www.w3.org/2000/01/rdf-schema#label> "jobLocation" .
+<http://schema.org/jobLocation> <http://schema.org/range> <http://schema.org/Place> .
+<http://schema.org/jobLocation> <http://www.w3.org/2000/01/rdf-schema#comment> "A (typically single) geographic location associated with the job position." .
+<http://schema.org/jobLocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/jobLocation> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<http://schema.org/Library> <http://www.w3.org/2000/01/rdf-schema#label> "Library" .
+<http://schema.org/Library> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
+<http://schema.org/Library> <http://www.w3.org/2000/01/rdf-schema#comment> "A library." .
+<http://schema.org/Library> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/transcript> <http://www.w3.org/2000/01/rdf-schema#label> "transcript" .
+<http://schema.org/transcript> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/transcript> <http://www.w3.org/2000/01/rdf-schema#comment> "If this MediaObject is an AudioObject or VideoObject, the transcript of that object." .
+<http://schema.org/transcript> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
 <http://schema.org/transcript> <http://schema.org/domain> <http://schema.org/AudioObject> .
 <http://schema.org/transcript> <http://schema.org/domain> <http://schema.org/VideoObject> .
-<http://schema.org/transcript> <http://www.w3.org/2000/01/rdf-schema#comment> "If this MediaObject is an AudioObject or VideoObject, the transcript of that object." .
-<http://schema.org/transcript> <http://www.w3.org/2000/01/rdf-schema#label> "transcript" .
-<http://schema.org/transcript> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/transcript> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/incentives> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/incentives> <http://www.w3.org/2000/01/rdf-schema#comment> "Description of bonus and commission compensation aspects of the job." .
-<http://schema.org/incentives> <http://www.w3.org/2000/01/rdf-schema#label> "incentives" .
-<http://schema.org/incentives> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/incentives> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/contenturl> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/contenturl> <http://www.w3.org/2000/01/rdf-schema#comment> "Actual bytes of the media object, for example the image file or video file." .
-<http://schema.org/contenturl> <http://www.w3.org/2000/01/rdf-schema#label> "contenturl" .
-<http://schema.org/contenturl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/contenturl> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/ToyStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A toystore." .
-<http://schema.org/ToyStore> <http://www.w3.org/2000/01/rdf-schema#label> "ToyStore" .
-<http://schema.org/ToyStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ToyStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/ChildCare> <http://www.w3.org/2000/01/rdf-schema#comment> "A Childcare center." .
-<http://schema.org/ChildCare> <http://www.w3.org/2000/01/rdf-schema#label> "ChildCare" .
-<http://schema.org/ChildCare> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ChildCare> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/MobileSoftwareApplication> <http://www.w3.org/2000/01/rdf-schema#comment> "A mobile software application." .
-<http://schema.org/MobileSoftwareApplication> <http://www.w3.org/2000/01/rdf-schema#label> "MobileSoftwareApplication" .
-<http://schema.org/MobileSoftwareApplication> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/MobileSoftwareApplication> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/SoftwareApplication> .
-<http://schema.org/maincontentofpage> <http://schema.org/domain> <http://schema.org/WebPage> .
-<http://schema.org/maincontentofpage> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates if this web page element is the main subject of the page." .
-<http://schema.org/maincontentofpage> <http://www.w3.org/2000/01/rdf-schema#label> "maincontentofpage" .
-<http://schema.org/maincontentofpage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/maincontentofpage> <http://schema.org/range> <http://schema.org/WebPageElement> .
-<http://schema.org/parents> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/parents> <http://www.w3.org/2000/01/rdf-schema#comment> "A parents of the person." .
-<http://schema.org/parents> <http://www.w3.org/2000/01/rdf-schema#label> "parents" .
-<http://schema.org/parents> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/parents> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/Aquarium> <http://www.w3.org/2000/01/rdf-schema#comment> "Aquarium." .
-<http://schema.org/Aquarium> <http://www.w3.org/2000/01/rdf-schema#label> "Aquarium" .
-<http://schema.org/Aquarium> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Aquarium> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/jobtitle> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/jobtitle> <http://www.w3.org/2000/01/rdf-schema#comment> "The job title of the person (for example, Financial Manager)." .
-<http://schema.org/jobtitle> <http://www.w3.org/2000/01/rdf-schema#label> "jobtitle" .
-<http://schema.org/jobtitle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/jobtitle> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/JewelryStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A jewelry store." .
-<http://schema.org/JewelryStore> <http://www.w3.org/2000/01/rdf-schema#label> "JewelryStore" .
-<http://schema.org/JewelryStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/JewelryStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/ratingvalue> <http://schema.org/domain> <http://schema.org/Rating> .
-<http://schema.org/ratingvalue> <http://www.w3.org/2000/01/rdf-schema#comment> "The rating for the content." .
-<http://schema.org/ratingvalue> <http://www.w3.org/2000/01/rdf-schema#label> "ratingvalue" .
-<http://schema.org/ratingvalue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/ratingvalue> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/printsection> <http://schema.org/domain> <http://schema.org/NewsArticle> .
-<http://schema.org/printsection> <http://www.w3.org/2000/01/rdf-schema#comment> "If this NewsArticle appears in print, this field indicates the print section in which the article appeared." .
-<http://schema.org/printsection> <http://www.w3.org/2000/01/rdf-schema#label> "printsection" .
-<http://schema.org/printsection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/printsection> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/workhours> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/workhours> <http://www.w3.org/2000/01/rdf-schema#comment> "The typical working hours for this job (e.g. 1st shift, night shift, 8am-5pm)." .
-<http://schema.org/workhours> <http://www.w3.org/2000/01/rdf-schema#label> "workhours" .
-<http://schema.org/workhours> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/workhours> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/WPHeader> <http://www.w3.org/2000/01/rdf-schema#comment> "The header section of the page." .
-<http://schema.org/WPHeader> <http://www.w3.org/2000/01/rdf-schema#label> "WPHeader" .
-<http://schema.org/WPHeader> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/WPHeader> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPageElement> .
-<http://schema.org/Language> <http://www.w3.org/2000/01/rdf-schema#comment> "Natural languages such as Spanish, Tamil, Hindi, English, etc. and programming languages such as Scheme and Lisp." .
-<http://schema.org/Language> <http://www.w3.org/2000/01/rdf-schema#label> "Language" .
-<http://schema.org/Language> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Language> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Intangible> .
-<http://schema.org/BookFormatType> <http://www.w3.org/2000/01/rdf-schema#comment> "The publication format of the book." .
-<http://schema.org/BookFormatType> <http://www.w3.org/2000/01/rdf-schema#label> "BookFormatType" .
-<http://schema.org/BookFormatType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/BookFormatType> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Enumeration> .
-<http://schema.org/HomeAndConstructionBusiness> <http://www.w3.org/2000/01/rdf-schema#comment> "A construction business." .
-<http://schema.org/HomeAndConstructionBusiness> <http://www.w3.org/2000/01/rdf-schema#label> "HomeAndConstructionBusiness" .
-<http://schema.org/HomeAndConstructionBusiness> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/HomeAndConstructionBusiness> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/primaryimageofpage> <http://schema.org/domain> <http://schema.org/WebPage> .
-<http://schema.org/primaryimageofpage> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates the main image on the page" .
-<http://schema.org/primaryimageofpage> <http://www.w3.org/2000/01/rdf-schema#label> "primaryimageofpage" .
-<http://schema.org/primaryimageofpage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/primaryimageofpage> <http://schema.org/range> <http://schema.org/ImageObject> .
+<http://schema.org/softwareVersion> <http://www.w3.org/2000/01/rdf-schema#label> "softwareVersion" .
+<http://schema.org/softwareVersion> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/softwareVersion> <http://www.w3.org/2000/01/rdf-schema#comment> "Version of the software instance." .
+<http://schema.org/softwareVersion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/softwareVersion> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<http://schema.org/AdultEntertainment> <http://www.w3.org/2000/01/rdf-schema#label> "AdultEntertainment" .
+<http://schema.org/AdultEntertainment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EntertainmentBusiness> .
+<http://schema.org/AdultEntertainment> <http://www.w3.org/2000/01/rdf-schema#comment> "An adult entertainment establishment." .
+<http://schema.org/AdultEntertainment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/FoodEvent> <http://www.w3.org/2000/01/rdf-schema#label> "FoodEvent" .
+<http://schema.org/FoodEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
+<http://schema.org/FoodEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Food event." .
+<http://schema.org/FoodEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/BowlingAlley> <http://www.w3.org/2000/01/rdf-schema#label> "BowlingAlley" .
+<http://schema.org/BowlingAlley> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/SportsActivityLocation> .
+<http://schema.org/BowlingAlley> <http://www.w3.org/2000/01/rdf-schema#comment> "A bowling alley." .
+<http://schema.org/BowlingAlley> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Organization> <http://www.w3.org/2000/01/rdf-schema#label> "Organization" .
+<http://schema.org/Organization> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Thing> .
+<http://schema.org/Organization> <http://www.w3.org/2000/01/rdf-schema#comment> "An organization such as a school, NGO, corporation, club, etc." .
+<http://schema.org/Organization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
 
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/schema.org/drafts/alpha/_schema.rdf	Thu Feb 02 16:26:51 2012 +0100
@@ -0,0 +1,3187 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF
+  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+  xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+  xmlns:schema="http://schema.org/"
+>
+  <rdfs:Class rdf:about="http://schema.org/RiverBodyOfWater">
+    <rdfs:label>RiverBodyOfWater</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/BodyOfWater"/>
+    <rdfs:comment>A river (for example, the broad majestic Shannon).</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/HVACBusiness">
+    <rdfs:label>HVACBusiness</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/HomeAndConstructionBusiness"/>
+    <rdfs:comment>An HVAC service.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/homeLocation">
+    <schema:range rdf:resource="http://schema.org/ContactPoint"/>
+    <schema:range rdf:resource="http://schema.org/Place"/>
+    <rdfs:label>homeLocation</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <rdfs:comment>A contact location for a person's residence.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/associatedMedia">
+    <schema:range rdf:resource="http://schema.org/MediaObject"/>
+    <rdfs:label>associatedMedia</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>The media objects that encode this creative work. This property is a synonym for encodings.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/ImageGallery">
+    <rdfs:label>ImageGallery</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CollectionPage"/>
+    <rdfs:comment>Web page type: Image gallery page.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/PerformingArtsTheater">
+    <rdfs:label>PerformingArtsTheater</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:comment>A theatre or other performing art center.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/significantLinks">
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>significantLinks</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/WebPage"/>
+    <rdfs:comment>The most significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/PublicSwimmingPool">
+    <rdfs:label>PublicSwimmingPool</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/SportsActivityLocation"/>
+    <rdfs:comment>A public swimming pool.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Campground">
+    <rdfs:label>Campground</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:comment>A campground.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/maps">
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>maps</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Place"/>
+    <rdfs:comment>A URL to a map of the place.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/type">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>type</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Thing"/>
+    <rdfs:comment>Auto added type field.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/dateline">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>dateline</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/NewsArticle"/>
+    <rdfs:comment>The location where the NewsArticle was produced.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/ApartmentComplex">
+    <rdfs:label>ApartmentComplex</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Residence"/>
+    <rdfs:comment>Residence type: Apartment complex.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Canal">
+    <rdfs:label>Canal</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/BodyOfWater"/>
+    <rdfs:comment>A canal, like the Panama Canal</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/browsers">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>browsers</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/WebApplication"/>
+    <rdfs:comment>One or more browsers required to run the app.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/longitude">
+    <schema:range rdf:resource="http://schema.org/Number"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>longitude</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/GeoCoordinates"/>
+    <rdfs:comment>The longitude of a location. For example -122.08585.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/endDate">
+    <schema:range rdf:resource="http://schema.org/Date"/>
+    <rdfs:label>endDate</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Event"/>
+    <schema:domain rdf:resource="http://schema.org/TVSeries"/>
+    <schema:domain rdf:resource="http://schema.org/TVSeason"/>
+    <rdfs:comment>The end date and time of the event (in ISO 8601 date format).</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/OfficeEquipmentStore">
+    <rdfs:label>OfficeEquipmentStore</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:comment>An office equipment store.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/recipeCuisine">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>recipeCuisine</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Recipe"/>
+    <rdfs:comment>The cuisine of the recipe (for example, French or Ethopian).</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/PoliceStation">
+    <rdfs:label>PoliceStation</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:subClassOf rdf:resource="http://schema.org/EmergencyService"/>
+    <rdfs:comment>A police station.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/isDownloadable">
+    <schema:range rdf:resource="http://schema.org/Boolean"/>
+    <rdfs:label>isDownloadable</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/SoftwareApplication"/>
+    <rdfs:comment>Indicates whether the software is available for download.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/recipeCategory">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>recipeCategory</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Recipe"/>
+    <rdfs:comment>The category of the recipe—for example, appetizer, entree, etc.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/bookFormat">
+    <schema:range rdf:resource="http://schema.org/BookFormatType"/>
+    <rdfs:label>bookFormat</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Book"/>
+    <rdfs:comment>The format of the book.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/model">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>model</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Product"/>
+    <rdfs:comment>The model of the product.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/inLanguage">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>inLanguage</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>The language of the content. please use one of the language codes from the IETF BCP 47 standard.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Locksmith">
+    <rdfs:label>Locksmith</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/HomeAndConstructionBusiness"/>
+    <rdfs:subClassOf rdf:resource="http://schema.org/ProfessionalService"/>
+    <rdfs:comment>A locksmith.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/fiberContent">
+    <schema:range rdf:resource="http://schema.org/Mass"/>
+    <rdfs:label>fiberContent</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/NutritionInformation"/>
+    <rdfs:comment>The number of grams of fiber.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/AutomatedTeller">
+    <rdfs:label>AutomatedTeller</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/FinancialService"/>
+    <rdfs:comment>ATM/cash machine.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/offers">
+    <schema:range rdf:resource="http://schema.org/Offer"/>
+    <rdfs:label>offers</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Event"/>
+    <schema:domain rdf:resource="http://schema.org/Product"/>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:domain rdf:resource="http://schema.org/MediaObject"/>
+    <rdfs:comment>An offer to sell this item—for example, an offer to sell a product, the DVD of a movie, or tickets to an event.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/DepartmentStore">
+    <rdfs:label>DepartmentStore</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:comment>A department store.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/SportsTeam">
+    <rdfs:label>SportsTeam</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Organization"/>
+    <rdfs:comment>Organization: Sports team.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/isFamilyFriendly">
+    <schema:range rdf:resource="http://schema.org/Boolean"/>
+    <rdfs:label>isFamilyFriendly</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>Indicates whether this content is family friendly.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/GovernmentOrganization">
+    <rdfs:label>GovernmentOrganization</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Organization"/>
+    <rdfs:comment>A governmental organization or agency.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/BedAndBreakfast">
+    <rdfs:label>BedAndBreakfast</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LodgingBusiness"/>
+    <rdfs:comment>Bed and breakfast.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/paymentAccepted">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>paymentAccepted</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:comment>Cash, credit card, etc.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/containedIn">
+    <schema:range rdf:resource="http://schema.org/Place"/>
+    <rdfs:label>containedIn</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Place"/>
+    <rdfs:comment>The basic containment relation between places.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/ItemPage">
+    <rdfs:label>ItemPage</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/WebPage"/>
+    <rdfs:comment>A page devoted to a single item, such as a particular product or hotel.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/dateCreated">
+    <schema:range rdf:resource="http://schema.org/Date"/>
+    <rdfs:label>dateCreated</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>The date on which the CreativeWork was created.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Cemetery">
+    <rdfs:label>Cemetery</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:comment>A graveyard.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/embedURL">
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>embedURL</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/MediaObject"/>
+    <rdfs:comment>A URL pointing to a player for a specific video. In general, this is the information in the src element of an embed tag and should not be the same as the content of the loc tag.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/countriesNotSupported">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>countriesNotSupported</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/MobileSoftwareApplication"/>
+    <rdfs:comment>Countries that dlsallow the application.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/PetStore">
+    <rdfs:label>PetStore</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:comment>A pet store.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/UserLikes">
+    <rdfs:label>UserLikes</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/UserInteraction"/>
+    <rdfs:comment>User interaction: Like an item.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/itemReviewed">
+    <schema:range rdf:resource="http://schema.org/Thing"/>
+    <rdfs:label>itemReviewed</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Review"/>
+    <schema:domain rdf:resource="http://schema.org/AggregateRating"/>
+    <rdfs:comment>The item that is being reviewed/rated.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/faxNumber">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>faxNumber</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Organization"/>
+    <schema:domain rdf:resource="http://schema.org/ContactPoint"/>
+    <schema:domain rdf:resource="http://schema.org/Place"/>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <rdfs:comment>The fax number.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Bakery">
+    <rdfs:label>Bakery</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/FoodEstablishment"/>
+    <rdfs:comment>A bakery.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Brewery">
+    <rdfs:label>Brewery</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/FoodEstablishment"/>
+    <rdfs:comment>Brewery.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/discusses">
+    <schema:range rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:label>discusses</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/UserComments"/>
+    <rdfs:comment>Specifies the CreativeWork associated with the UserComment.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/HealthClub">
+    <rdfs:label>HealthClub</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/SportsActivityLocation"/>
+    <rdfs:subClassOf rdf:resource="http://schema.org/HealthAndBeautyBusiness"/>
+    <rdfs:comment>A health club.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/industry">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>industry</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <rdfs:comment>The industry associated with the job position.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/servesCuisine">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>servesCuisine</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/FoodEstablishment"/>
+    <rdfs:comment>The cuisine of the restaurant.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/copyrightYear">
+    <schema:range rdf:resource="http://schema.org/Number"/>
+    <rdfs:label>copyrightYear</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>The year during which the claimed copyright for the CreativeWork was first asserted.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/ScholarlyArticle">
+    <rdfs:label>ScholarlyArticle</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Article"/>
+    <rdfs:comment>A scholarly article.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/memberOf">
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <rdfs:label>memberOf</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <rdfs:comment>An organization to which the person belongs.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/siblings">
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>siblings</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <rdfs:comment>A sibling of the person.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Motel">
+    <rdfs:label>Motel</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LodgingBusiness"/>
+    <rdfs:comment>A motel.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/RealEstateAgent">
+    <rdfs:label>RealEstateAgent</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:comment>A real-estate agent.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/ingredients">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>ingredients</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Recipe"/>
+    <rdfs:comment>An ingredient used in the recipe.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/BusinessEvent">
+    <rdfs:label>BusinessEvent</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
+    <rdfs:comment>Event type: Business event.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/ProfilePage">
+    <rdfs:label>ProfilePage</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/WebPage"/>
+    <rdfs:comment>Web page type: Profile page.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/reviewCount">
+    <schema:range rdf:resource="http://schema.org/Number"/>
+    <rdfs:label>reviewCount</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/AggregateRating"/>
+    <rdfs:comment>The count of total number of reviews.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/CollegeOrUniversity">
+    <rdfs:label>CollegeOrUniversity</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/EducationalOrganization"/>
+    <rdfs:comment>A college, university, or other third-level educational institution.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/bookEdition">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>bookEdition</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Book"/>
+    <rdfs:comment>The edition of the book.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Volcano">
+    <rdfs:label>Volcano</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Landform"/>
+    <rdfs:comment>A volcano, like Fuji san</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/SiteNavigationElement">
+    <rdfs:label>SiteNavigationElement</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/WebPageElement"/>
+    <rdfs:comment>A navigation element of the page.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/ComputerStore">
+    <rdfs:label>ComputerStore</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:comment>A computer store.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/performerIn">
+    <schema:range rdf:resource="http://schema.org/Event"/>
+    <rdfs:label>performerIn</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <rdfs:comment>Event that this person is a performer or participant in.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Synagogue">
+    <rdfs:label>Synagogue</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/PlaceOfWorship"/>
+    <rdfs:comment>A synagogue.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/MensClothingStore">
+    <rdfs:label>MensClothingStore</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:comment>A men's clothing store.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/url">
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>url</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Thing"/>
+    <rdfs:comment>URL of the item.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/cookingMethod">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>cookingMethod</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Recipe"/>
+    <rdfs:comment>The method of cooking, such as Frying, Steaming, ...</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/comment">
+    <schema:range rdf:resource="http://schema.org/UserComments"/>
+    <rdfs:label>comment</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>Comments, typically from users, on this CreativeWork.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/TheaterEvent">
+    <rdfs:label>TheaterEvent</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
+    <rdfs:comment>Event type: Theater performance.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/priceCurrency">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>priceCurrency</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Offer"/>
+    <rdfs:comment>The currency (in 3-letter ISO 4217 format) of the offer price.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/FurnitureStore">
+    <rdfs:label>FurnitureStore</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:comment>A furniture store.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/softwareApplicationSubCategory">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>softwareApplicationSubCategory</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/SoftwareApplication"/>
+    <rdfs:comment>Subcategory of the application.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/publisher">
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <rdfs:label>publisher</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>The publisher of the creative work.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/events">
+    <schema:range rdf:resource="http://schema.org/Event"/>
+    <rdfs:label>events</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Organization"/>
+    <schema:domain rdf:resource="http://schema.org/Place"/>
+    <rdfs:comment>Upcoming or past events associated with this place or organization.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/HinduTemple">
+    <rdfs:label>HinduTemple</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/PlaceOfWorship"/>
+    <rdfs:comment>A Hindu temple.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/SocialEvent">
+    <rdfs:label>SocialEvent</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
+    <rdfs:comment>Event type: Social event.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/reviewBody">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>reviewBody</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Review"/>
+    <rdfs:comment>The actual body of the review</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/deathDate">
+    <schema:range rdf:resource="http://schema.org/Date"/>
+    <rdfs:label>deathDate</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <rdfs:comment>Date of death.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/partOfSeason">
+    <schema:range rdf:resource="http://schema.org/TVSeason"/>
+    <rdfs:label>partOfSeason</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/TVEpisode"/>
+    <rdfs:comment>The season to which this episode belongs.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/priceRange">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>priceRange</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:comment>The price range of the business, for example $$$.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/SportingGoodsStore">
+    <rdfs:label>SportingGoodsStore</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:comment>A sporting goods store.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/CafeOrCoffeeShop">
+    <rdfs:label>CafeOrCoffeeShop</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/FoodEstablishment"/>
+    <rdfs:comment>A cafe or coffee shop.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/genre">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>genre</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>Genre of the creative work</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/encodingFormat">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>encodingFormat</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/MediaObject"/>
+    <rdfs:comment>mp3, mpeg4, etc.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/TireShop">
+    <rdfs:label>TireShop</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:comment>A tire shop.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/actors">
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>actors</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/TVEpisode"/>
+    <schema:domain rdf:resource="http://schema.org/Movie"/>
+    <schema:domain rdf:resource="http://schema.org/TVSeries"/>
+    <rdfs:comment>A cast member of the movie, TV series, season, or episode, or video.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Museum">
+    <rdfs:label>Museum</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:comment>A museum.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/latitude">
+    <schema:range rdf:resource="http://schema.org/Number"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>latitude</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/GeoCoordinates"/>
+    <rdfs:comment>The latitude of a location. For example 37.42242.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/givenName">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>givenName</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <rdfs:comment>Given name. In the U.S., the first name of a Person. This can be used along with familyName instead of the Name property.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/SkiResort">
+    <rdfs:label>SkiResort</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/SportsActivityLocation"/>
+    <rdfs:comment>A ski resort.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/circle">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>circle</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/GeoShape"/>
+    <rdfs:comment>A circle is the circular region of a specified radius centered at a specified latitude and longitude. A circle is expressed as a pair followed by a radius in meters.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/ToyStore">
+    <rdfs:label>ToyStore</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:comment>A toystore.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/productionCompany">
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <rdfs:label>productionCompany</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/TVEpisode"/>
+    <schema:domain rdf:resource="http://schema.org/VideoObject"/>
+    <schema:domain rdf:resource="http://schema.org/Movie"/>
+    <schema:domain rdf:resource="http://schema.org/TVSeries"/>
+    <rdfs:comment>The production company or studio that made the movie, TV series, season, or episode, or video.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/copyrightHolder">
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>copyrightHolder</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>The party holding the legal copyright to the CreativeWork.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/primaryImageOfPage">
+    <schema:range rdf:resource="http://schema.org/ImageObject"/>
+    <rdfs:label>primaryImageOfPage</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/WebPage"/>
+    <rdfs:comment>Indicates the main image on the page</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/AmusementPark">
+    <rdfs:label>AmusementPark</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/EntertainmentBusiness"/>
+    <rdfs:comment>An amusement park.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/WPHeader">
+    <rdfs:label>WPHeader</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/WebPageElement"/>
+    <rdfs:comment>The header section of the page.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/EventVenue">
+    <rdfs:label>EventVenue</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:comment>An event venue.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/TouristInformationCenter">
+    <rdfs:label>TouristInformationCenter</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:comment>A tourist information center.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/foundingDate">
+    <schema:range rdf:resource="http://schema.org/Date"/>
+    <rdfs:label>foundingDate</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Organization"/>
+    <rdfs:comment>The date that this organization was founded.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/OceanBodyOfWater">
+    <rdfs:label>OceanBodyOfWater</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/BodyOfWater"/>
+    <rdfs:comment>An ocean (for example, the Pacific).</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/printEdition">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>printEdition</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/NewsArticle"/>
+    <rdfs:comment>The edition of the print product in which the NewsArticle appears.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/ShoeStore">
+    <rdfs:label>ShoeStore</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:comment>A shoe store.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/contactType">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>contactType</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/ContactPoint"/>
+    <rdfs:comment>A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Mosque">
+    <rdfs:label>Mosque</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/PlaceOfWorship"/>
+    <rdfs:comment>A mosque.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/City">
+    <rdfs:label>City</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/AdministrativeArea"/>
+    <rdfs:comment>A city or town.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/fileFormat">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>fileFormat</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/SoftwareApplication"/>
+    <rdfs:comment>MIME format of the binary (e.g. application/zip).</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/members">
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>members</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Organization"/>
+    <rdfs:comment>A member of this organization.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/seller">
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <rdfs:label>seller</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Offer"/>
+    <rdfs:comment>The seller of the product.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/DanceEvent">
+    <rdfs:label>DanceEvent</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
+    <rdfs:comment>Event type: A social dance.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/HighSchool">
+    <rdfs:label>HighSchool</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/EducationalOrganization"/>
+    <rdfs:comment>A high school.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/contentLocation">
+    <schema:range rdf:resource="http://schema.org/Place"/>
+    <rdfs:label>contentLocation</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>The location of the content.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/AutoWash">
+    <rdfs:label>AutoWash</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/AutomotiveBusiness"/>
+    <rdfs:comment>A car wash business.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Beach">
+    <rdfs:label>Beach</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:comment>Beach.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Waterfall">
+    <rdfs:label>Waterfall</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/BodyOfWater"/>
+    <rdfs:comment>A waterfall, like Niagara</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/parents">
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>parents</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <rdfs:comment>A parents of the person.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/StadiumOrArena">
+    <rdfs:label>StadiumOrArena</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/SportsActivityLocation"/>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:comment>A stadium.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/calories">
+    <schema:range rdf:resource="http://schema.org/Energy"/>
+    <rdfs:label>calories</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/NutritionInformation"/>
+    <rdfs:comment>The number of calories</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/JewelryStore">
+    <rdfs:label>JewelryStore</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:comment>A jewelry store.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/line">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>line</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/GeoShape"/>
+    <rdfs:comment>A line is a point-to-point path consisting of two or more points. A line is expressed as a series of two or more point objects separated by space.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/SportsEvent">
+    <rdfs:label>SportsEvent</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
+    <rdfs:comment>Event type: Sports event.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/birthDate">
+    <schema:range rdf:resource="http://schema.org/Date"/>
+    <rdfs:label>birthDate</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <rdfs:comment>Date of birth.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Embassy">
+    <rdfs:label>Embassy</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/GovernmentBuilding"/>
+    <rdfs:comment>An embassy.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/worstRating">
+    <schema:range rdf:resource="http://schema.org/Number"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>worstRating</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Rating"/>
+    <rdfs:comment>The lowest value allowed in this rating system. If worstRating is omitted, 1 is assumed.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/softwareApplicationCategory">
+    <schema:range rdf:resource="http://schema.org/SoftwareApplicationType"/>
+    <rdfs:label>softwareApplicationCategory</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/SoftwareApplication"/>
+    <rdfs:comment>Type of software application.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/MiddleSchool">
+    <rdfs:label>MiddleSchool</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/EducationalOrganization"/>
+    <rdfs:comment>A middle school.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Notary">
+    <rdfs:label>Notary</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/ProfessionalService"/>
+    <rdfs:comment>A notary.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/AdultEntertainment">
+    <rdfs:label>AdultEntertainment</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/EntertainmentBusiness"/>
+    <rdfs:comment>An adult entertainment establishment.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/CityHall">
+    <rdfs:label>CityHall</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/GovernmentBuilding"/>
+    <rdfs:comment>A city hall.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/BusStop">
+    <rdfs:label>BusStop</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:comment>A bus stop.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/geo">
+    <schema:range rdf:resource="http://schema.org/GeoCoordinates"/>
+    <schema:range rdf:resource="http://schema.org/GeoShape"/>
+    <rdfs:label>geo</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Place"/>
+    <rdfs:comment>The geo coordinates of the place.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/superEvent">
+    <schema:range rdf:resource="http://schema.org/Event"/>
+    <rdfs:label>superEvent</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Event"/>
+    <rdfs:comment>An event that this event is a part of. For example, a collection of individual music performances might each have a music festival as their superEvent.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/audio">
+    <schema:range rdf:resource="http://schema.org/AudioObject"/>
+    <rdfs:label>audio</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>An embedded audio object.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/BowlingAlley">
+    <rdfs:label>BowlingAlley</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/SportsActivityLocation"/>
+    <rdfs:comment>A bowling alley.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/version">
+    <schema:range rdf:resource="http://schema.org/Number"/>
+    <rdfs:label>version</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>The version of the CreativeWork embodied by a specified resource.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/reviewRating">
+    <schema:range rdf:resource="http://schema.org/Rating"/>
+    <rdfs:label>reviewRating</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Review"/>
+    <rdfs:comment>The rating given in this review. Note that reviews can themselves be rated. The reviewRating applies to rating given by the review. The aggregateRating property applies to the review itself, as a creative work.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/numberOfPages">
+    <schema:range rdf:resource="http://schema.org/Integer"/>
+    <rdfs:label>numberOfPages</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Book"/>
+    <rdfs:comment>The number of pages in the book.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/AutoRepair">
+    <rdfs:label>AutoRepair</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/AutomotiveBusiness"/>
+    <rdfs:comment>Car repair business.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/bookFormatDeprecated">
+    <schema:range rdf:resource="http://schema.org/Thing"/>
+    <rdfs:label>bookFormatDeprecated</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Book"/>
+    <rdfs:comment>The format of the book.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/jobTitle">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>jobTitle</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <rdfs:comment>The job title of the person (for example, Financial Manager).</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/ComedyEvent">
+    <rdfs:label>ComedyEvent</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
+    <rdfs:comment>Event type: Comedy event.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/LakeBodyOfWater">
+    <rdfs:label>LakeBodyOfWater</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/BodyOfWater"/>
+    <rdfs:comment>A lake (for example, Lake Pontrachain).</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Airport">
+    <rdfs:label>Airport</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:comment>An airport.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/incentives">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>incentives</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <rdfs:comment>Description of bonus and commission compensation aspects of the job.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/encodings">
+    <schema:range rdf:resource="http://schema.org/MediaObject"/>
+    <rdfs:label>encodings</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>The media objects that encode this creative work</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/contactPoints">
+    <schema:range rdf:resource="http://schema.org/ContactPoint"/>
+    <rdfs:label>contactPoints</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Organization"/>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <rdfs:comment>A contact point for a person or organization.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/inAlbum">
+    <schema:range rdf:resource="http://schema.org/MusicAlbum"/>
+    <rdfs:label>inAlbum</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/MusicRecording"/>
+    <rdfs:comment>The album to which this recording belongs.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/GasStation">
+    <rdfs:label>GasStation</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/AutomotiveBusiness"/>
+    <rdfs:comment>A gas station.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/postOfficeBoxNumber">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>postOfficeBoxNumber</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/PostalAddress"/>
+    <rdfs:comment>The post offce box number for PO box addresses.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/softwareApplicationCategoryDeprecated">
+    <schema:range rdf:resource="http://schema.org/Thing"/>
+    <rdfs:label>softwareApplicationCategoryDeprecated</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/SoftwareApplication"/>
+    <rdfs:comment>Type of software application.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/SaleEvent">
+    <rdfs:label>SaleEvent</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
+    <rdfs:comment>Event type: Sales event.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/encodesCreativeWork">
+    <schema:range rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:label>encodesCreativeWork</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/MediaObject"/>
+    <rdfs:comment>The creative work encoded by this media object</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/ratingCount">
+    <schema:range rdf:resource="http://schema.org/Number"/>
+    <rdfs:label>ratingCount</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/AggregateRating"/>
+    <rdfs:comment>The count of total number of ratings.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/currenciesAccepted">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>currenciesAccepted</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:comment>The currency accepted (in ISO 4217 currency format).</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/postalCode">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>postalCode</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/PostalAddress"/>
+    <rdfs:comment>The postal code. For example, 94043.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/aggregateRating">
+    <schema:range rdf:resource="http://schema.org/AggregateRating"/>
+    <rdfs:label>aggregateRating</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Product"/>
+    <schema:domain rdf:resource="http://schema.org/Organization"/>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:domain rdf:resource="http://schema.org/Place"/>
+    <schema:domain rdf:resource="http://schema.org/Offer"/>
+    <rdfs:comment>The overall rating, based on a collection of reviews or ratings, of the item.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/ParkingFacility">
+    <rdfs:label>ParkingFacility</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:comment>A parking lot or other parking facility.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/location">
+    <schema:range rdf:resource="http://schema.org/PostalAddress"/>
+    <schema:range rdf:resource="http://schema.org/Place"/>
+    <rdfs:label>location</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Event"/>
+    <schema:domain rdf:resource="http://schema.org/Organization"/>
+    <rdfs:comment>The location of the event or organization.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/HardwareStore">
+    <rdfs:label>HardwareStore</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:comment>A hardware store.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/PawnShop">
+    <rdfs:label>PawnShop</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:comment>A pawnstore.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/LiteraryEvent">
+    <rdfs:label>LiteraryEvent</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
+    <rdfs:comment>Event type: Literary event.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/wordCount">
+    <schema:range rdf:resource="http://schema.org/Integer"/>
+    <rdfs:label>wordCount</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Article"/>
+    <rdfs:comment>The number of words in the text of the Article.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Zoo">
+    <rdfs:label>Zoo</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:comment>A zoo.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/contentRating">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>contentRating</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>Official rating of a piece of content—for example,'MPAA PG-13'.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/copyrightNoticeDeprecated">
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>copyrightNoticeDeprecated</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>Any necessary copyright notice for claiming the intellectual property for the CreativeWork.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/PostOffice">
+    <rdfs:label>PostOffice</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/GovernmentOffice"/>
+    <rdfs:comment>A post office.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Crematorium">
+    <rdfs:label>Crematorium</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:comment>A crematorium.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/MedicalClinic">
+    <rdfs:label>MedicalClinic</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/MedicalOrganization"/>
+    <rdfs:comment>A medical clinic.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/hiringOrganization">
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <rdfs:label>hiringOrganization</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <rdfs:comment>Organization offering the job position.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/spouse">
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>spouse</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <rdfs:comment>The person's spouse.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/benefits">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>benefits</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <rdfs:comment>Description of benefits associated with the job.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/articleSection">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>articleSection</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Article"/>
+    <rdfs:comment>Articles may belong to one or more 'sections' in a magazine or newspaper, such as Sports, Lifestyle, etc.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/totalTime">
+    <schema:range rdf:resource="http://schema.org/Duration"/>
+    <rdfs:label>totalTime</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Recipe"/>
+    <rdfs:comment>The total time it takes to prepare and cook the recipe, in ISO 8601 duration format.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/contributor">
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>contributor</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>A secondary contributor to the CreativeWork.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/bestRating">
+    <schema:range rdf:resource="http://schema.org/Number"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>bestRating</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Rating"/>
+    <rdfs:comment>The highest value allowed in this rating system. If bestRating is omitted, 5 is assumed.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/RadioStation">
+    <rdfs:label>RadioStation</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:comment>A radio station.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/servingSize">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>servingSize</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/NutritionInformation"/>
+    <rdfs:comment>The serving size, in terms of the number of volume or mass</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/CatholicChurch">
+    <rdfs:label>CatholicChurch</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/PlaceOfWorship"/>
+    <rdfs:comment>A Catholic church.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/image">
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>image</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Thing"/>
+    <rdfs:comment>URL of an image of the item.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/alumniOf">
+    <schema:range rdf:resource="http://schema.org/EducationalOrganization"/>
+    <rdfs:label>alumniOf</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <rdfs:comment>An educational organizations that the person is an alumni of.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Park">
+    <rdfs:label>Park</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:comment>A park.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/DaySpa">
+    <rdfs:label>DaySpa</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/HealthAndBeautyBusiness"/>
+    <rdfs:comment>A day spa.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/awards">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>awards</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <rdfs:comment>Awards won by this person or for this creative work.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/addressLocality">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>addressLocality</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/PostalAddress"/>
+    <rdfs:comment>The locality. For example, Mountain View.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/height">
+    <schema:range rdf:resource="http://schema.org/Distance"/>
+    <rdfs:label>height</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/MediaObject"/>
+    <rdfs:comment>The height of the media object.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Pond">
+    <rdfs:label>Pond</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/BodyOfWater"/>
+    <rdfs:comment>A pond</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/MovingCompany">
+    <rdfs:label>MovingCompany</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/HomeAndConstructionBusiness"/>
+    <rdfs:comment>A moving company.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/MusicEvent">
+    <rdfs:label>MusicEvent</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
+    <rdfs:comment>Event type: Music event.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/MovieTheater">
+    <rdfs:label>MovieTheater</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:subClassOf rdf:resource="http://schema.org/EntertainmentBusiness"/>
+    <rdfs:comment>A movie theater.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/telephone">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>telephone</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Organization"/>
+    <schema:domain rdf:resource="http://schema.org/ContactPoint"/>
+    <schema:domain rdf:resource="http://schema.org/Place"/>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <rdfs:comment>The telephone number.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/employees">
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>employees</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Organization"/>
+    <rdfs:comment>People working for this organization.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/jobLocation">
+    <schema:range rdf:resource="http://schema.org/Place"/>
+    <rdfs:label>jobLocation</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <rdfs:comment>A (typically single) geographic location associated with the job position.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/ExerciseGym">
+    <rdfs:label>ExerciseGym</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/SportsActivityLocation"/>
+    <rdfs:comment>A gym.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/mentions">
+    <schema:range rdf:resource="http://schema.org/Thing"/>
+    <rdfs:label>mentions</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/OutletStore">
+    <rdfs:label>OutletStore</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:comment>An outlet store.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/alternativeHeadline">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>alternativeHeadline</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>A secondary title of the CreativeWork.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/producer">
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>producer</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/TVEpisode"/>
+    <schema:domain rdf:resource="http://schema.org/Movie"/>
+    <schema:domain rdf:resource="http://schema.org/TVSeries"/>
+    <rdfs:comment>The producer of the movie, TV series, season, or episode, or video.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/ChildCare">
+    <rdfs:label>ChildCare</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:comment>A Childcare center.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/itemOffered">
+    <schema:range rdf:resource="http://schema.org/Product"/>
+    <rdfs:label>itemOffered</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Offer"/>
+    <rdfs:comment>The item being sold.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/width">
+    <schema:range rdf:resource="http://schema.org/Distance"/>
+    <rdfs:label>width</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/MediaObject"/>
+    <rdfs:comment>The width of the media object.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/gender">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>gender</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <rdfs:comment>Gender of the person.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/MotorcycleRepair">
+    <rdfs:label>MotorcycleRepair</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/AutomotiveBusiness"/>
+    <rdfs:comment>A motorcycle repair shop.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/datePosted">
+    <schema:range rdf:resource="http://schema.org/Date"/>
+    <rdfs:label>datePosted</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <rdfs:comment>Publication date for the job posting.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/alumni">
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>alumni</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/EducationalOrganization"/>
+    <rdfs:comment>Alumni of educational organization.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/honorificPrefix">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>honorificPrefix</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <rdfs:comment>An honorific prefix preceding a Person's name such as Dr/Mrs/Mr.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/price">
+    <schema:range rdf:resource="http://schema.org/Number"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>price</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Offer"/>
+    <rdfs:comment>The offer price of the product.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/recipeYield">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>recipeYield</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Recipe"/>
+    <rdfs:comment>The quantity produced by the recipe (for example, number of people served, number of servings, etc).</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/tracks">
+    <schema:range rdf:resource="http://schema.org/MusicRecording"/>
+    <rdfs:label>tracks</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/MusicGroup"/>
+    <schema:domain rdf:resource="http://schema.org/MusicPlaylist"/>
+    <rdfs:comment>A music recording (track)—usually a single song.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/AccountingService">
+    <rdfs:label>AccountingService</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/FinancialService"/>
+    <rdfs:subClassOf rdf:resource="http://schema.org/ProfessionalService"/>
+    <rdfs:comment>Accountancy business.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/title">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>title</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <rdfs:comment>The title of the job.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/datePublished">
+    <schema:range rdf:resource="http://schema.org/Date"/>
+    <rdfs:label>datePublished</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>Date of first broadcast/publication.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/ComedyClub">
+    <rdfs:label>ComedyClub</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/EntertainmentBusiness"/>
+    <rdfs:comment>A comedy club.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Reservoir">
+    <rdfs:label>Reservoir</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/BodyOfWater"/>
+    <rdfs:comment>A reservoir, like the Lake Kariba reservoir.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/name">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>name</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Thing"/>
+    <rdfs:comment>The name of the item.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/box">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>box</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/GeoShape"/>
+    <rdfs:comment>A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more spacedelimited points where the first and final points are identical.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/MusicStore">
+    <rdfs:label>MusicStore</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:comment>A music store.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/cookTime">
+    <schema:range rdf:resource="http://schema.org/Duration"/>
+    <rdfs:label>cookTime</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Recipe"/>
+    <rdfs:comment>The time it takes to actually cook the dish, in ISO 8601 duration format.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/availability">
+    <schema:range rdf:resource="http://schema.org/ItemAvailability"/>
+    <rdfs:label>availability</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Offer"/>
+    <rdfs:comment>The availability of this item—for example In stock, Out of stock, Pre-order, etc.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/productID">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>productID</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Product"/>
+    <rdfs:comment><![CDATA[The product identifier, such as ISBN. For example: <meta itemprop='productID' content='isbn:123-456-789'/>.]]></rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/TouristAttraction">
+    <rdfs:label>TouristAttraction</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Place"/>
+    <rdfs:comment>A tourist attraction.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/LiquorStore">
+    <rdfs:label>LiquorStore</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:comment>A liquor store.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/replyToUrl">
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>replyToUrl</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/UserComments"/>
+    <rdfs:comment>The URL at which a reply may be posted to the specified UserComment.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/MotorcycleDealer">
+    <rdfs:label>MotorcycleDealer</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/AutomotiveBusiness"/>
+    <rdfs:comment>A motorcycle dealer.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/tickerSymbol">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>tickerSymbol</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Corporation"/>
+    <rdfs:comment>The exchange traded instrument associated with a Corporation object. The tickerSymbol is expressed as an exchange and an instrument name separated by a space character. For the exchange component of the tickerSymbol attribute, we reccommend using the controlled vocaulary of Market Identifier Codes (MIC) specified in ISO15022.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/ratingValue">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>ratingValue</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Rating"/>
+    <rdfs:comment>The rating for the content.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/ElementarySchool">
+    <rdfs:label>ElementarySchool</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/EducationalOrganization"/>
+    <rdfs:comment>An elementary school.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Hotel">
+    <rdfs:label>Hotel</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LodgingBusiness"/>
+    <rdfs:comment>A hotel.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/byArtist">
+    <schema:range rdf:resource="http://schema.org/MusicGroup"/>
+    <rdfs:label>byArtist</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/MusicRecording"/>
+    <schema:domain rdf:resource="http://schema.org/MusicAlbum"/>
+    <rdfs:comment>The artist that performed this album or recording.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/breadcrumb">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>breadcrumb</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/WebPage"/>
+    <rdfs:comment>A set of links that can help a user understand and navigate a website hierarchy.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/editor">
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>editor</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>Specifies the Person who edited the CreativeWork.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/educationRequirements">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>educationRequirements</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <rdfs:comment>Educational background needed for the position.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/proteinContent">
+    <schema:range rdf:resource="http://schema.org/Mass"/>
+    <rdfs:label>proteinContent</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/NutritionInformation"/>
+    <rdfs:comment>The number of grams of protein.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Optician">
+    <rdfs:label>Optician</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/MedicalOrganization"/>
+    <rdfs:comment>An optician's store.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/responsibilities">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>responsibilities</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <rdfs:comment>Responsibilities associated with this role.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/LegislativeBuilding">
+    <rdfs:label>LegislativeBuilding</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/GovernmentBuilding"/>
+    <rdfs:comment>A legislative building—for example, the state capitol.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/albums">
+    <schema:range rdf:resource="http://schema.org/MusicAlbum"/>
+    <rdfs:label>albums</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/MusicGroup"/>
+    <rdfs:comment>A collection of music albums.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Mountain">
+    <rdfs:label>Mountain</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Landform"/>
+    <rdfs:comment>A mountain, like Mount Whitney or Mount Everest</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/thumbnailUrl">
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>thumbnailUrl</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>A thumbnail image relevant to the Thing.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/discussionUrl">
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>discussionUrl</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>A link to the page containing the comments of the CreativeWork.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/softwareVersion">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>softwareVersion</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/SoftwareApplication"/>
+    <rdfs:comment>Version of the software instance.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/DanceGroup">
+    <rdfs:label>DanceGroup</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/PerformingGroup"/>
+    <rdfs:comment>A dance group—for example, the Alvin Ailey Dance Theater or Riverdance.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/UserTweets">
+    <rdfs:label>UserTweets</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/UserInteraction"/>
+    <rdfs:comment>User interaction: Tweets.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/FireStation">
+    <rdfs:label>FireStation</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:subClassOf rdf:resource="http://schema.org/EmergencyService"/>
+    <rdfs:comment>A fire station. With firemen.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/trailer">
+    <schema:range rdf:resource="http://schema.org/VideoObject"/>
+    <rdfs:label>trailer</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/TVEpisode"/>
+    <schema:domain rdf:resource="http://schema.org/TVSeries"/>
+    <schema:domain rdf:resource="http://schema.org/Movie"/>
+    <schema:domain rdf:resource="http://schema.org/TVSeason"/>
+    <rdfs:comment>The trailer of the movie or TV series, season, or episode.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/transcript">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>transcript</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/AudioObject"/>
+    <schema:domain rdf:resource="http://schema.org/VideoObject"/>
+    <rdfs:comment>If this MediaObject is an AudioObject or VideoObject, the transcript of that object.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/provider">
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>provider</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>Specifies the Person or Organization that distributed the CreativeWork.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/ArtGallery">
+    <rdfs:label>ArtGallery</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/EntertainmentBusiness"/>
+    <rdfs:comment>An art gallery.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/familyName">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>familyName</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <rdfs:comment>Family name. In the U.S., the last name of an Person. This can be used along with givenName instead of the Name property.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Language">
+    <rdfs:label>Language</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
+    <rdfs:comment>Natural languages such as Spanish, Tamil, Hindi, English, etc. and programming languages such as Scheme and Lisp.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/director">
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>director</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/TVEpisode"/>
+    <schema:domain rdf:resource="http://schema.org/Movie"/>
+    <schema:domain rdf:resource="http://schema.org/TVSeries"/>
+    <rdfs:comment>The director of the movie, TV episode, or series.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/TelevisionStation">
+    <rdfs:label>TelevisionStation</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:comment>A television station.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/associatedArticle">
+    <schema:range rdf:resource="http://schema.org/NewsArticle"/>
+    <rdfs:label>associatedArticle</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/MediaObject"/>
+    <rdfs:comment>A NewsArticle associated with the Media Object.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Church">
+    <rdfs:label>Church</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/PlaceOfWorship"/>
+    <rdfs:comment>A church.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/articleBody">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>articleBody</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Article"/>
+    <rdfs:comment>The actual body of the article.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/addressRegion">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>addressRegion</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/PostalAddress"/>
+    <rdfs:comment>The region. For example, CA.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/ConvenienceStore">
+    <rdfs:label>ConvenienceStore</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:comment>A convenience store.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/relatedTo">
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>relatedTo</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <rdfs:comment>The most generic familial relation.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/address">
+    <schema:range rdf:resource="http://schema.org/PostalAddress"/>
+    <rdfs:label>address</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Organization"/>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:domain rdf:resource="http://schema.org/Place"/>
+    <rdfs:comment>Physical address of the item.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/contentURL">
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>contentURL</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/MediaObject"/>
+    <rdfs:comment>Actual bytes of the media object, for example the image file or video file.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/WPSideBar">
+    <rdfs:label>WPSideBar</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/WebPageElement"/>
+    <rdfs:comment>A sidebar section of the page.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/prepTime">
+    <schema:range rdf:resource="http://schema.org/Duration"/>
+    <rdfs:label>prepTime</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Recipe"/>
+    <rdfs:comment>The length of time it takes to prepare the recipe, in ISO 8601 duration format.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/workLocation">
+    <schema:range rdf:resource="http://schema.org/ContactPoint"/>
+    <schema:range rdf:resource="http://schema.org/Place"/>
+    <rdfs:label>workLocation</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <rdfs:comment>A contact location for a person's place of work.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/UserBlocks">
+    <rdfs:label>UserBlocks</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/UserInteraction"/>
+    <rdfs:comment>User interaction: Block this content.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/availabilityDeprecated">
+    <schema:range rdf:resource="http://schema.org/Thing"/>
+    <rdfs:label>availabilityDeprecated</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Offer"/>
+    <rdfs:comment>The availability of this item—for example In stock, Out of stock, Pre-order, etc.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/recipeInstructions">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>recipeInstructions</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Recipe"/>
+    <rdfs:comment>The steps to make the dish.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/commentTime">
+    <schema:range rdf:resource="http://schema.org/Date"/>
+    <rdfs:label>commentTime</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/UserComments"/>
+    <rdfs:comment>The time at which the UserComment was made.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/performers">
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>performers</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Event"/>
+    <rdfs:comment>The main performer or performers of the event—for example, a presenter, musician, or actor.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/TrainStation">
+    <rdfs:label>TrainStation</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:comment>A train station.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Courthouse">
+    <rdfs:label>Courthouse</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/GovernmentBuilding"/>
+    <rdfs:comment>A courthouse.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/additionalName">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>additionalName</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <rdfs:comment>An additional name for a Person, can be used for a middle name.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/HousePainter">
+    <rdfs:label>HousePainter</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/HomeAndConstructionBusiness"/>
+    <rdfs:subClassOf rdf:resource="http://schema.org/ProfessionalService"/>
+    <rdfs:comment>A house painting service.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/ShoppingCenter">
+    <rdfs:label>ShoppingCenter</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:comment>A shopping center or mall.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/videoFrameSize">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>videoFrameSize</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/VideoObject"/>
+    <rdfs:comment>The frame size of the video.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/representativeOfPage">
+    <schema:range rdf:resource="http://schema.org/Boolean"/>
+    <rdfs:label>representativeOfPage</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/ImageObject"/>
+    <rdfs:comment>Indicates whether this image is representative of the content of the page.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/VisualArtsEvent">
+    <rdfs:label>VisualArtsEvent</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
+    <rdfs:comment>Event type: Visual arts event.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/permissions">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>permissions</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/MobileSoftwareApplication"/>
+    <rdfs:comment>Permissions required on OS to run the application (e.g. app requires Internet access).</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/affiliation">
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <rdfs:label>affiliation</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <rdfs:comment>An organization that this person is affiliated with. For example, a school/university, a club, or a team.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/itemCondition">
+    <schema:range rdf:resource="http://schema.org/OfferItemCondition"/>
+    <rdfs:label>itemCondition</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Offer"/>
+    <rdfs:comment>The condition of the item for sale—for example New, Refurbished, Used, etc.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/MovieRentalStore">
+    <rdfs:label>MovieRentalStore</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:comment>A movie rental store.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/GeneralContractor">
+    <rdfs:label>GeneralContractor</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/HomeAndConstructionBusiness"/>
+    <rdfs:subClassOf rdf:resource="http://schema.org/ProfessionalService"/>
+    <rdfs:comment>A general contractor.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/RVPark">
+    <rdfs:label>RVPark</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:comment>An RV park.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/GroceryStore">
+    <rdfs:label>GroceryStore</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:comment>A grocery store.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Continent">
+    <rdfs:label>Continent</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Landform"/>
+    <rdfs:comment>One of the continents (for example, Europe or Africa).</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Library">
+    <rdfs:label>Library</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:comment>A library.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/saturatedFatContent">
+    <schema:range rdf:resource="http://schema.org/Mass"/>
+    <rdfs:label>saturatedFatContent</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/NutritionInformation"/>
+    <rdfs:comment>The number of grams of saturated fat.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/downloadURL">
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>downloadURL</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/SoftwareApplication"/>
+    <rdfs:comment>If the file can be downloaded, URL to download the binary.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/photos">
+    <schema:range rdf:resource="http://schema.org/Photograph"/>
+    <schema:range rdf:resource="http://schema.org/ImageObject"/>
+    <rdfs:label>photos</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Place"/>
+    <rdfs:comment>Photographs of this place.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Florist">
+    <rdfs:label>Florist</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:comment>A florist.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/BuddhistTemple">
+    <rdfs:label>BuddhistTemple</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/PlaceOfWorship"/>
+    <rdfs:comment>A Buddhist temple.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/nationality">
+    <schema:range rdf:resource="http://schema.org/Country"/>
+    <rdfs:label>nationality</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <rdfs:comment>Nationality of the person.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/BeautySalon">
+    <rdfs:label>BeautySalon</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/HealthAndBeautyBusiness"/>
+    <rdfs:comment>Beauty salon.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/fatContent">
+    <schema:range rdf:resource="http://schema.org/Mass"/>
+    <rdfs:label>fatContent</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/NutritionInformation"/>
+    <rdfs:comment>The number of grams of fat.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/HairSalon">
+    <rdfs:label>HairSalon</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/HealthAndBeautyBusiness"/>
+    <rdfs:comment>A hair salon.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/AutoRental">
+    <rdfs:label>AutoRental</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/AutomotiveBusiness"/>
+    <rdfs:comment>A car rental business.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/keywords">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>keywords</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>The keywords/tags used to describe this content.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/sodiumContent">
+    <schema:range rdf:resource="http://schema.org/Mass"/>
+    <rdfs:label>sodiumContent</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/NutritionInformation"/>
+    <rdfs:comment>The number of milligrams of sodium.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/isbn">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>isbn</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Book"/>
+    <rdfs:comment>The ISBN of the book.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/videoQuality">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>videoQuality</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/VideoObject"/>
+    <rdfs:comment>The quality of the video.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/TravelAgency">
+    <rdfs:label>TravelAgency</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:comment>A travel agency.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/skills">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>skills</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <rdfs:comment>Skills required to fulfill this role.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Electrician">
+    <rdfs:label>Electrician</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/HomeAndConstructionBusiness"/>
+    <rdfs:subClassOf rdf:resource="http://schema.org/ProfessionalService"/>
+    <rdfs:comment>An electrician.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/seasonNumber">
+    <schema:range rdf:resource="http://schema.org/Integer"/>
+    <rdfs:label>seasonNumber</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/TVSeason"/>
+    <rdfs:comment>The season number.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/VideoGallery">
+    <rdfs:label>VideoGallery</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CollectionPage"/>
+    <rdfs:comment>Web page type: Video gallery page.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/email">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>email</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Organization"/>
+    <schema:domain rdf:resource="http://schema.org/ContactPoint"/>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <rdfs:comment>Email address.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/colleagues">
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>colleagues</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <rdfs:comment>A colleague of the person.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/unsaturatedFatContent">
+    <schema:range rdf:resource="http://schema.org/Mass"/>
+    <rdfs:label>unsaturatedFatContent</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/NutritionInformation"/>
+    <rdfs:comment>The number of grams of unsaturated fat.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/description">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>description</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Thing"/>
+    <rdfs:comment>A short description of the item.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/LandmarksOrHistoricalBuildings">
+    <rdfs:label>LandmarksOrHistoricalBuildings</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Place"/>
+    <rdfs:comment>An historical landmark or building.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/expires">
+    <schema:range rdf:resource="http://schema.org/Date"/>
+    <rdfs:label>expires</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/MediaObject"/>
+    <rdfs:comment>Date the content expires and is no longer useful or available. Useful for videos.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/TennisComplex">
+    <rdfs:label>TennisComplex</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/SportsActivityLocation"/>
+    <rdfs:comment>A tennis complex.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/isPartOf">
+    <schema:range rdf:resource="http://schema.org/CollectionPage"/>
+    <rdfs:label>isPartOf</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/WebPage"/>
+    <rdfs:comment>Indicates the collection or gallery to which the item belongs.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/workHours">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>workHours</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <rdfs:comment>The typical working hours for this job (e.g. 1st shift, night shift, 8am-5pm).</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Dentist">
+    <rdfs:label>Dentist</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/MedicalOrganization"/>
+    <rdfs:subClassOf rdf:resource="http://schema.org/ProfessionalService"/>
+    <rdfs:comment>A dentist.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/follows">
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>follows</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <rdfs:comment>The most generic uni-directional social relation.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/SearchResultsPage">
+    <rdfs:label>SearchResultsPage</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/WebPage"/>
+    <rdfs:comment>Web page type: Search results page.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/UserCheckins">
+    <rdfs:label>UserCheckins</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/UserInteraction"/>
+    <rdfs:comment>User interaction: Check-in at a place.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/WPAdBlock">
+    <rdfs:label>WPAdBlock</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/WebPageElement"/>
+    <rdfs:comment>An advertising section of the page.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/contentSize">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>contentSize</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/MediaObject"/>
+    <rdfs:comment>File size in (mega/kilo) bytes.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/BankOrCreditUnion">
+    <rdfs:label>BankOrCreditUnion</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/FinancialService"/>
+    <rdfs:comment>Bank or credit union.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/reviews">
+    <schema:range rdf:resource="http://schema.org/Review"/>
+    <rdfs:label>reviews</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Product"/>
+    <schema:domain rdf:resource="http://schema.org/Organization"/>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:domain rdf:resource="http://schema.org/Place"/>
+    <schema:domain rdf:resource="http://schema.org/Offer"/>
+    <rdfs:comment>Review of the item.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/numTracks">
+    <schema:range rdf:resource="http://schema.org/Integer"/>
+    <rdfs:label>numTracks</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/MusicPlaylist"/>
+    <rdfs:comment>The number of tracks in this album or playlist.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/State">
+    <rdfs:label>State</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/AdministrativeArea"/>
+    <rdfs:comment>A state or province.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/CheckoutPage">
+    <rdfs:label>CheckoutPage</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/WebPage"/>
+    <rdfs:comment>Web page type: Checkout page.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/caption">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>caption</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/VideoObject"/>
+    <schema:domain rdf:resource="http://schema.org/ImageObject"/>
+    <rdfs:comment>The caption for this object.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/cholesterolContent">
+    <schema:range rdf:resource="http://schema.org/Mass"/>
+    <rdfs:label>cholesterolContent</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/NutritionInformation"/>
+    <rdfs:comment>The number of milligrams of cholesterol.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/honorificSuffix">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>honorificSuffix</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <rdfs:comment>An honorific suffix preceding a Person's name such as M.D. /PhD/MSCSW.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/streetAddress">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>streetAddress</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/PostalAddress"/>
+    <rdfs:comment>The street address. For example, 1600 Amphitheatre Pkwy.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/TheaterGroup">
+    <rdfs:label>TheaterGroup</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/PerformingGroup"/>
+    <rdfs:comment>A theater group or company—for example, the Royal Shakespeare Company or Druid Theatre.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/seasons">
+    <schema:range rdf:resource="http://schema.org/TVSeason"/>
+    <rdfs:label>seasons</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/TVSeries"/>
+    <rdfs:comment>The seasons of the TV series.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/inPlaylist">
+    <schema:range rdf:resource="http://schema.org/MusicPlaylist"/>
+    <rdfs:label>inPlaylist</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/MusicRecording"/>
+    <rdfs:comment>The playlist to which this recording belongs.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/ContactPage">
+    <rdfs:label>ContactPage</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/WebPage"/>
+    <rdfs:comment>Web page type: Contact page.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/UserDownloads">
+    <rdfs:label>UserDownloads</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/UserInteraction"/>
+    <rdfs:comment>User interaction: Download of an item.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Hospital">
+    <rdfs:label>Hospital</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/EmergencyService"/>
+    <rdfs:subClassOf rdf:resource="http://schema.org/MedicalOrganization"/>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:comment>A hospital.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Physician">
+    <rdfs:label>Physician</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/MedicalOrganization"/>
+    <rdfs:comment>A doctor's office.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/exifData">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>exifData</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/ImageObject"/>
+    <rdfs:comment>exif data for this object.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/qualifications">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>qualifications</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <rdfs:comment>Specific qualifications required for this role.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/priceValidUntil">
+    <schema:range rdf:resource="http://schema.org/Date"/>
+    <rdfs:label>priceValidUntil</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Offer"/>
+    <rdfs:comment>The date after which the price is no longer available.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/InsuranceAgency">
+    <rdfs:label>InsuranceAgency</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/FinancialService"/>
+    <rdfs:comment>Insurance agency.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/itemListElement">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>itemListElement</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/ItemList"/>
+    <rdfs:comment>A single list item.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/screenshots">
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>screenshots</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/MobileSoftwareApplication"/>
+    <rdfs:comment>Link(s) to app screenshots.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Table">
+    <rdfs:label>Table</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/WebPageElement"/>
+    <rdfs:comment>A table on the page.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/musicBy">
+    <schema:range rdf:resource="http://schema.org/MusicGroup"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>musicBy</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/TVEpisode"/>
+    <schema:domain rdf:resource="http://schema.org/Movie"/>
+    <schema:domain rdf:resource="http://schema.org/TVSeries"/>
+    <rdfs:comment>The composer of the movie or TV soundtrack.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/ElectronicsStore">
+    <rdfs:label>ElectronicsStore</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:comment>An electronics store.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/knows">
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>knows</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <rdfs:comment>The most generic bi-directional social/work relation.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/manufacturer">
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <rdfs:label>manufacturer</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Product"/>
+    <rdfs:comment>The manufacturer of the product.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/headline">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>headline</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>Headline of the article</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/AboutPage">
+    <rdfs:label>AboutPage</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/WebPage"/>
+    <rdfs:comment>Web page type: About page.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/lowPrice">
+    <schema:range rdf:resource="http://schema.org/Number"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>lowPrice</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/AggregateOffer"/>
+    <rdfs:comment>The lowest price of all offers available.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/thumbnail">
+    <schema:range rdf:resource="http://schema.org/ImageObject"/>
+    <rdfs:label>thumbnail</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/VideoObject"/>
+    <schema:domain rdf:resource="http://schema.org/ImageObject"/>
+    <rdfs:comment>Thumbnail image for an image or video.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/branchOf">
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <rdfs:label>branchOf</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:comment>The larger organization that this local business is a branch of, if any.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/BikeStore">
+    <rdfs:label>BikeStore</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:comment>A bike store.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/bitrate">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>bitrate</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/MediaObject"/>
+    <rdfs:comment>The bitrate of the media object.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/BarOrPub">
+    <rdfs:label>BarOrPub</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/FoodEstablishment"/>
+    <rdfs:comment>A bar or pub.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/operatingSystems">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>operatingSystems</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/SoftwareApplication"/>
+    <rdfs:comment>Operating systems supported (Windows 7, OSX 10.6, Android 1.6).</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/HomeGoodsStore">
+    <rdfs:label>HomeGoodsStore</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:comment>A home goods store.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/NightClub">
+    <rdfs:label>NightClub</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/EntertainmentBusiness"/>
+    <rdfs:comment>A nightclub or discotheque.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/sourceOrganization">
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <rdfs:label>sourceOrganization</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>The Organization on whose behalf the creator was working.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/employmentType">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>employmentType</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <rdfs:comment>Type of employment (e.g. full-time, part-time, contract, temporary, seasonal, internship).</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/attendees">
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>attendees</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Event"/>
+    <rdfs:comment>A person attending the event.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Attorney">
+    <rdfs:label>Attorney</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/ProfessionalService"/>
+    <rdfs:comment>Professional service: Attorney.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Winery">
+    <rdfs:label>Winery</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/FoodEstablishment"/>
+    <rdfs:comment>A winery.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/UserPageVisits">
+    <rdfs:label>UserPageVisits</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/UserInteraction"/>
+    <rdfs:comment>User interaction: Visit to a web page.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/BusStation">
+    <rdfs:label>BusStation</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:comment>A bus station.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/partOfTVSeries">
+    <schema:range rdf:resource="http://schema.org/TVSeries"/>
+    <rdfs:label>partOfTVSeries</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/TVEpisode"/>
+    <schema:domain rdf:resource="http://schema.org/TVSeason"/>
+    <rdfs:comment>The TV series to which this episode or season belongs.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/TattooParlor">
+    <rdfs:label>TattooParlor</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/HealthAndBeautyBusiness"/>
+    <rdfs:comment>A tattoo parlor.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/MusicVideoObject">
+    <rdfs:label>MusicVideoObject</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/MediaObject"/>
+    <rdfs:comment>A music video file.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Restaurant">
+    <rdfs:label>Restaurant</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/FoodEstablishment"/>
+    <rdfs:comment>A restaurant.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Map">
+    <rdfs:label>Map</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>A map.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/about">
+    <schema:range rdf:resource="http://schema.org/Thing"/>
+    <rdfs:label>about</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>The subject matter of the content.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/AutoDealer">
+    <rdfs:label>AutoDealer</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/AutomotiveBusiness"/>
+    <rdfs:comment>An car dealership.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/printSection">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>printSection</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/NewsArticle"/>
+    <rdfs:comment>If this NewsArticle appears in print, this field indicates the print section in which the article appeared.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/WPFooter">
+    <rdfs:label>WPFooter</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/WebPageElement"/>
+    <rdfs:comment>The footer section of the page.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/commentText">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>commentText</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/UserComments"/>
+    <rdfs:comment>The text of the UserComment.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/publishingPrinciples">
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>publishingPrinciples</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>Link to page describing the editorial principles of the organization primarily responsible for the creation of the CreativeWork.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Sculpture">
+    <rdfs:label>Sculpture</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>A piece of sculpture.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/creator">
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>creator</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/UserComments"/>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>The creator/author of this CreativeWork or UserComments. This is the same as the Author property for CreativeWork.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/HobbyShop">
+    <rdfs:label>HobbyShop</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:comment>A hobby store.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/nutrition">
+    <schema:range rdf:resource="http://schema.org/NutritionInformation"/>
+    <rdfs:label>nutrition</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Recipe"/>
+    <rdfs:comment>Nutrition information about the recipe.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/printPage">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>printPage</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/NewsArticle"/>
+    <rdfs:comment>If this NewsArticle appears in print, this field indicates the name of the page on which the article is found. Please note that this field is intended for the exact page name (e.g. A5, B18).</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Hostel">
+    <rdfs:label>Hostel</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LodgingBusiness"/>
+    <rdfs:comment>A hostel.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/mainContentOfPage">
+    <schema:range rdf:resource="http://schema.org/WebPageElement"/>
+    <rdfs:label>mainContentOfPage</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/WebPage"/>
+    <rdfs:comment>Indicates if this web page element is the main subject of the page.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/salaryCurrency">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>salaryCurrency</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <rdfs:comment>The currency (coded using ISO 4217, http://en.wikipedia.org/wiki/ISO_4217 used for the main salary information in this job posting.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/RoofingContractor">
+    <rdfs:label>RoofingContractor</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/HomeAndConstructionBusiness"/>
+    <rdfs:subClassOf rdf:resource="http://schema.org/ProfessionalService"/>
+    <rdfs:comment>A roofing contractor.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/acceptsReservations">
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>acceptsReservations</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/FoodEstablishment"/>
+    <rdfs:comment>Either Yes/No, or a URL at which reservations can be made.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/GolfCourse">
+    <rdfs:label>GolfCourse</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/SportsActivityLocation"/>
+    <rdfs:comment>A golf course.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Plumber">
+    <rdfs:label>Plumber</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/HomeAndConstructionBusiness"/>
+    <rdfs:subClassOf rdf:resource="http://schema.org/ProfessionalService"/>
+    <rdfs:comment>A plumbing service.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/School">
+    <rdfs:label>School</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/EducationalOrganization"/>
+    <rdfs:comment>A school.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/duration">
+    <schema:range rdf:resource="http://schema.org/Duration"/>
+    <rdfs:label>duration</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Event"/>
+    <schema:domain rdf:resource="http://schema.org/MusicRecording"/>
+    <schema:domain rdf:resource="http://schema.org/Movie"/>
+    <schema:domain rdf:resource="http://schema.org/MediaObject"/>
+    <rdfs:comment>The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/interactionCount">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>interactionCount</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/MediaObject"/>
+    <schema:domain rdf:resource="http://schema.org/Organization"/>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:domain rdf:resource="http://schema.org/Place"/>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <rdfs:comment>A count of a specific user interactions with this item—for example, 20 UserLikes, 5 UserComments, or 300 UserDownloads. The user interaction type should be one of the sub types of UserInteraction.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/SelfStorage">
+    <rdfs:label>SelfStorage</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:comment>Self-storage facility.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/regionsAllowed">
+    <schema:range rdf:resource="http://schema.org/Place"/>
+    <rdfs:label>regionsAllowed</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/MediaObject"/>
+    <rdfs:comment>The regions where the media is allowed. If not specified, then it's assumed to be allowed everywhere. Specify the countries in ISO 3166 format.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/AnimalShelter">
+    <rdfs:label>AnimalShelter</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:comment>Animal shelter.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/experienceRequirements">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>experienceRequirements</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <rdfs:comment>Description of skills and experience needed for the position.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/baseSalary">
+    <schema:range rdf:resource="http://schema.org/Number"/>
+    <rdfs:label>baseSalary</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <rdfs:comment>The base salary of the job.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/children">
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>children</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <rdfs:comment>A child of the person.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Float">
+    <rdfs:label>Float</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Number"/>
+    <rdfs:comment>Data type: Floating number.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/dateModified">
+    <schema:range rdf:resource="http://schema.org/Date"/>
+    <rdfs:label>dateModified</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>The date on which the CreativeWork was most recently modified.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/MobilePhoneStore">
+    <rdfs:label>MobilePhoneStore</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:comment>A mobile-phone store.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/NGO">
+    <rdfs:label>NGO</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Organization"/>
+    <rdfs:comment>Organization: Non-governmental Organization.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/sugarContent">
+    <schema:range rdf:resource="http://schema.org/Mass"/>
+    <rdfs:label>sugarContent</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/NutritionInformation"/>
+    <rdfs:comment>The number of grams of sugar.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/GatedResidenceCommunity">
+    <rdfs:label>GatedResidenceCommunity</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Residence"/>
+    <rdfs:comment>Residence type: Gated community.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/UserPlusOnes">
+    <rdfs:label>UserPlusOnes</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/UserInteraction"/>
+    <rdfs:comment>User interaction: +1.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/VeterinaryCare">
+    <rdfs:label>VeterinaryCare</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/MedicalOrganization"/>
+    <rdfs:comment>A vet's office.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/addressCountry">
+    <schema:range rdf:resource="http://schema.org/Country"/>
+    <rdfs:label>addressCountry</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/PostalAddress"/>
+    <rdfs:comment>The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/offerCount">
+    <schema:range rdf:resource="http://schema.org/Integer"/>
+    <rdfs:label>offerCount</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/AggregateOffer"/>
+    <rdfs:comment>The number of offers for the product.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/numDownloads">
+    <schema:range rdf:resource="http://schema.org/Integer"/>
+    <rdfs:label>numDownloads</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/SoftwareApplication"/>
+    <rdfs:comment>Number of Downloads.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/polygon">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>polygon</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/GeoShape"/>
+    <rdfs:comment>A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more spacedelimited points where the first and final points are identical.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Preschool">
+    <rdfs:label>Preschool</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/EducationalOrganization"/>
+    <rdfs:comment>A preschool.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/SingleFamilyResidence">
+    <rdfs:label>SingleFamilyResidence</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Residence"/>
+    <rdfs:comment>Residence type: Single-family home.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/RecyclingCenter">
+    <rdfs:label>RecyclingCenter</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:comment>A recycling center.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/SubwayStation">
+    <rdfs:label>SubwayStation</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:comment>A subway station.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/DefenceEstablishment">
+    <rdfs:label>DefenceEstablishment</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/GovernmentBuilding"/>
+    <rdfs:comment>A defence establishment, such as an army or navy base.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/author">
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>author</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>The author of this content. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangabely.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/SportsClub">
+    <rdfs:label>SportsClub</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/SportsActivityLocation"/>
+    <rdfs:comment>A sports club.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/numberOfEpisodes">
+    <schema:range rdf:resource="http://schema.org/Number"/>
+    <rdfs:label>numberOfEpisodes</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/TVSeries"/>
+    <schema:domain rdf:resource="http://schema.org/TVSeason"/>
+    <rdfs:comment>The number of episodes in this season or series.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/printColumn">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>printColumn</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/NewsArticle"/>
+    <rdfs:comment>The number of the column in which the NewsArticle appears in the print edition.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Painting">
+    <rdfs:label>Painting</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>A painting.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Playground">
+    <rdfs:label>Playground</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:comment>A playground.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/GardenStore">
+    <rdfs:label>GardenStore</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:comment>A garden store.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Festival">
+    <rdfs:label>Festival</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
+    <rdfs:comment>Event type: Festival.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/subEvents">
+    <schema:range rdf:resource="http://schema.org/Event"/>
+    <rdfs:label>subEvents</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Event"/>
+    <rdfs:comment>Events that are a part of this event. For example, a conference event includes many presentations, each are subEvents of the conference.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/itemConditionDeprecated">
+    <schema:range rdf:resource="http://schema.org/Thing"/>
+    <rdfs:label>itemConditionDeprecated</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Offer"/>
+    <rdfs:comment>The condition of the item for sale—for example New, Refurbished, Used, etc.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/occupationalCategory">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>occupationalCategory</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <rdfs:comment>Category or categories describing the job. Use BLS O*NET-SOC taxonomy: http://www.onetcenter.org/taxonomy.html. Ideally includes textual label and formal code, with the property repeated for each applicable value.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/AutoBodyShop">
+    <rdfs:label>AutoBodyShop</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/AutomotiveBusiness"/>
+    <rdfs:comment>Auto body shop.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/menu">
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>menu</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/FoodEstablishment"/>
+    <rdfs:comment>Either the actual menu or a URL of the menu.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/TaxiStand">
+    <rdfs:label>TaxiStand</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:comment>A taxi stand.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/elevation">
+    <schema:range rdf:resource="http://schema.org/Number"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>elevation</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/GeoCoordinates"/>
+    <schema:domain rdf:resource="http://schema.org/GeoShape"/>
+    <rdfs:comment>The elevation of a location.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/countriesSupported">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>countriesSupported</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/MobileSoftwareApplication"/>
+    <rdfs:comment>Countries that allow the application.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/MusicVenue">
+    <rdfs:label>MusicVenue</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:comment>A music venue.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/fileSize">
+    <schema:range rdf:resource="http://schema.org/Integer"/>
+    <rdfs:label>fileSize</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/SoftwareApplication"/>
+    <rdfs:comment>Size of the application / package in bytes.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/UserPlays">
+    <rdfs:label>UserPlays</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/UserInteraction"/>
+    <rdfs:comment>User interaction: Play count of an item, for example a video or a song.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/worksFor">
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <rdfs:label>worksFor</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <rdfs:comment>Organizations that the person works for.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/openingHours">
+    <schema:range rdf:resource="http://schema.org/Duration"/>
+    <rdfs:label>openingHours</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/LocalBusiness"/>
+    <schema:domain rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:comment><![CDATA[The opening hours for a business. Opening hours can be specified as a weekly time range, starting with days, then times per day. Multiple days can be listed with commas ',' separating each day. Day or time ranges are specified using a hyphen '-'.- Days are specified using the following two-letter combinations: Mo, Tu, We, Th, Fr, Sa, Su.- Times are specified using 24:00 time. For example, 3pm is specified as 15:00. - Here is an example: <time itemprop="openingHours" datetime="Tu,Th 16:00-20:00">Tuesdays and Thursdays 4-8pm</time>. - If a business is open 7 days a week, then it can be specified as <time itemprop="openingHours" datetime="Mo-Su">Monday through Sunday, all day</time>.]]></rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/video">
+    <schema:range rdf:resource="http://schema.org/VideoObject"/>
+    <rdfs:label>video</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>An embedded video object.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/EmploymentAgency">
+    <rdfs:label>EmploymentAgency</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:comment>An employment agency.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Pharmacy">
+    <rdfs:label>Pharmacy</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/MedicalOrganization"/>
+    <rdfs:comment>A pharmacy or drugstore.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/startDate">
+    <schema:range rdf:resource="http://schema.org/Date"/>
+    <rdfs:label>startDate</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Event"/>
+    <schema:domain rdf:resource="http://schema.org/TVSeries"/>
+    <schema:domain rdf:resource="http://schema.org/TVSeason"/>
+    <rdfs:comment>The start date and time of the event (in ISO 8601 date format).</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/FoodEvent">
+    <rdfs:label>FoodEvent</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
+    <rdfs:comment>Event type: Food event.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/brand">
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <rdfs:label>brand</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Product"/>
+    <rdfs:comment>The brand of the product.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/NailSalon">
+    <rdfs:label>NailSalon</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/HealthAndBeautyBusiness"/>
+    <rdfs:comment>A nail salon.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/accountablePerson">
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>accountablePerson</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>Specifies the Person that is legally accountable for the CreativeWork.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/AutoPartsStore">
+    <rdfs:label>AutoPartsStore</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:subClassOf rdf:resource="http://schema.org/AutomotiveBusiness"/>
+    <rdfs:comment>An auto parts store.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Casino">
+    <rdfs:label>Casino</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/EntertainmentBusiness"/>
+    <rdfs:comment>A casino.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/IceCreamShop">
+    <rdfs:label>IceCreamShop</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/FoodEstablishment"/>
+    <rdfs:comment>An ice cream shop</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/DryCleaningOrLaundry">
+    <rdfs:label>DryCleaningOrLaundry</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:comment>A dry-cleaning business.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/transFatContent">
+    <schema:range rdf:resource="http://schema.org/Mass"/>
+    <rdfs:label>transFatContent</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/NutritionInformation"/>
+    <rdfs:comment>The number of grams of trans fat.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/blogPosts">
+    <schema:range rdf:resource="http://schema.org/BlogPosting"/>
+    <rdfs:label>blogPosts</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Blog"/>
+    <rdfs:comment>The postings that are part of this blog</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/ChildrensEvent">
+    <rdfs:label>ChildrensEvent</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
+    <rdfs:comment>Event type: Children's event.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/itemListOrder">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>itemListOrder</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/ItemList"/>
+    <rdfs:comment>Type of ordering (e.g. Ascending, Descending, Unordered).</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/episodeNumber">
+    <schema:range rdf:resource="http://schema.org/Number"/>
+    <rdfs:label>episodeNumber</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/TVEpisode"/>
+    <rdfs:comment>The episode number.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/requiresSubscription">
+    <schema:range rdf:resource="http://schema.org/Boolean"/>
+    <rdfs:label>requiresSubscription</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/MediaObject"/>
+    <rdfs:comment>Indicates if use of the media require a subscription  (either paid or free). Allowed values are yes or no.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/usageTermsDeprecated">
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>usageTermsDeprecated</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>A statement about the usage terms pertaining to the CreativeWork.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/BookStore">
+    <rdfs:label>BookStore</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:comment>A bookstore.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/EducationEvent">
+    <rdfs:label>EducationEvent</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
+    <rdfs:comment>Event type: Education event.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/InternetCafe">
+    <rdfs:label>InternetCafe</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:comment>An internet cafe.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/highPrice">
+    <schema:range rdf:resource="http://schema.org/Number"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>highPrice</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/AggregateOffer"/>
+    <rdfs:comment>The highest price of all offers available.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/founders">
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>founders</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Organization"/>
+    <rdfs:comment>A person who founded this organization.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/playerType">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>playerType</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/MediaObject"/>
+    <rdfs:comment>Player type required—for example, Flash or Silverlight.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/uploadDate">
+    <schema:range rdf:resource="http://schema.org/Date"/>
+    <rdfs:label>uploadDate</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/MediaObject"/>
+    <rdfs:comment>Date when this media object was uploaded to this site.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/ClothingStore">
+    <rdfs:label>ClothingStore</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:comment>A clothing store.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/SeaBodyOfWater">
+    <rdfs:label>SeaBodyOfWater</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/BodyOfWater"/>
+    <rdfs:comment>A sea (for example, the Caspian sea).</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Aquarium">
+    <rdfs:label>Aquarium</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:comment>Aquarium.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/carbohydrateContent">
+    <schema:range rdf:resource="http://schema.org/Mass"/>
+    <rdfs:label>carbohydrateContent</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/NutritionInformation"/>
+    <rdfs:comment>The number of grams of carbohydrates.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/episodes">
+    <schema:range rdf:resource="http://schema.org/TVEpisode"/>
+    <rdfs:label>episodes</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/TVSeries"/>
+    <schema:domain rdf:resource="http://schema.org/TVSeason"/>
+    <rdfs:comment>The episode of a TV series or season.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/WholesaleStore">
+    <rdfs:label>WholesaleStore</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:comment>A wholesale store.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/musicGroupMember">
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>musicGroupMember</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/MusicGroup"/>
+    <rdfs:comment>A member of the music group—for example, John, Paul, George, or Ringo.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/FastFoodRestaurant">
+    <rdfs:label>FastFoodRestaurant</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/FoodEstablishment"/>
+    <rdfs:comment>A fast-food restaurant.</rdfs:comment>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/specialCommitments">
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>specialCommitments</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <rdfs:comment>Any special commitments associated with this job posting. Valid entries include VeteranCommit, MilitarySpouseCommit, etc.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/illustrator">
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>illustrator</rdfs:label>
+    <schema:domain rdf:resource="http://schema.org/Book"/>
+    <rdfs:comment>The illustrator of the book.</rdfs:comment>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/EntertainmentBusiness">
+    <rdfs:label>EntertainmentBusiness</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:comment>A business providing entertainment.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/ImageObject">
+    <rdfs:label>ImageObject</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/MediaObject"/>
+    <rdfs:comment>An image file.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Thing">
+    <rdfs:label>Thing</rdfs:label>
+    <rdfs:comment>The most generic type of item.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/EducationalOrganization">
+    <rdfs:label>EducationalOrganization</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Organization"/>
+    <rdfs:comment>An educational organization.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/FoodEstablishment">
+    <rdfs:label>FoodEstablishment</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:comment>A food-related business.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Event">
+    <rdfs:label>Event</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Thing"/>
+    <rdfs:comment>An event happening at a certain time at a certain location.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/UserInteraction">
+    <rdfs:label>UserInteraction</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
+    <rdfs:comment>A user interacting with a page</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Review">
+    <rdfs:label>Review</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>A review of an item - for example, a restaurant, movie, or store.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/WebPageElement">
+    <rdfs:label>WebPageElement</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>A web page element, like a table or an image</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Quantity">
+    <rdfs:label>Quantity</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
+    <rdfs:comment>Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are entities like '3 Kg' or '4 milligrams'.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Mass">
+    <rdfs:label>Mass</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Quantity"/>
+    <rdfs:comment><![CDATA[Properties that take Mass as values are of the form '<Number> <Mass unit of measure>'. E.g., '7 kg']]></rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Intangible">
+    <rdfs:label>Intangible</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Thing"/>
+    <rdfs:comment>A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/SportsActivityLocation">
+    <rdfs:label>SportsActivityLocation</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:comment>A sports location, such as a playing field.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Place">
+    <rdfs:label>Place</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Thing"/>
+    <rdfs:comment>Entities that have a somewhat fixed, physical extension.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Number">
+    <rdfs:label>Number</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/DataType"/>
+    <rdfs:comment>Data type: Number.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Recipe">
+    <rdfs:label>Recipe</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>A recipe.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/ProfessionalService">
+    <rdfs:label>ProfessionalService</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:comment>Provider of professional services.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/EmergencyService">
+    <rdfs:label>EmergencyService</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:comment>An emergency service, such as a fire station or ER.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/AdministrativeArea">
+    <rdfs:label>AdministrativeArea</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Place"/>
+    <rdfs:comment>A geographical region under the jurisdiction of a particular government.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/GeoShape">
+    <rdfs:label>GeoShape</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/StructuredValue"/>
+    <rdfs:comment>The geographic shape of a place.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/BodyOfWater">
+    <rdfs:label>BodyOfWater</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Landform"/>
+    <rdfs:comment>A body of water, such as a sea, ocean, or lake.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/PerformingGroup">
+    <rdfs:label>PerformingGroup</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Organization"/>
+    <rdfs:comment>A performance group, such as a band, an orchestra, or a circus.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/SoftwareApplication">
+    <rdfs:label>SoftwareApplication</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>A software application.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/CivicStructure">
+    <rdfs:label>CivicStructure</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Place"/>
+    <rdfs:comment>A public structure, such as a town hall or concert hall.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/NutritionInformation">
+    <rdfs:label>NutritionInformation</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/StructuredValue"/>
+    <rdfs:comment>Nutritional information about the recipe.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Photograph">
+    <rdfs:label>Photograph</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>A photograph.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/ContactPoint">
+    <rdfs:label>ContactPoint</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/StructuredValue"/>
+    <rdfs:comment>A contact point—for example, a Customer Complaints department.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/URL">
+    <rdfs:label>URL</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Text"/>
+    <rdfs:comment>Data type: URL.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Book">
+    <rdfs:label>Book</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>A book.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Enumeration">
+    <rdfs:label>Enumeration</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
+    <rdfs:comment>Lists or enumerations—for example, a list of cuisines or music genres, etc.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/GovernmentBuilding">
+    <rdfs:label>GovernmentBuilding</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:comment>A government building.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/MusicRecording">
+    <rdfs:label>MusicRecording</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>A music recording (track), usually a single song.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/LocalBusiness">
+    <rdfs:label>LocalBusiness</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Organization"/>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Place"/>
+    <rdfs:comment>A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Text">
+    <rdfs:label>Text</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/DataType"/>
+    <rdfs:comment>Data type: Text.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/HomeAndConstructionBusiness">
+    <rdfs:label>HomeAndConstructionBusiness</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:comment>A construction business.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Rating">
+    <rdfs:label>Rating</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
+    <rdfs:comment>The rating of the video.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/ItemAvailability">
+    <rdfs:label>ItemAvailability</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
+    <rdfs:comment>A list of possible product availablity options.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/MusicPlaylist">
+    <rdfs:label>MusicPlaylist</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>A collection of music tracks in playlist form.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Person">
+    <rdfs:label>Person</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Thing"/>
+    <rdfs:comment>A person (alive, dead, undead, or fictional).</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/UserComments">
+    <rdfs:label>UserComments</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/UserInteraction"/>
+    <rdfs:comment>User interaction: A comment about an item.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/MedicalOrganization">
+    <rdfs:label>MedicalOrganization</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:comment>A medical organization, such as a doctor's office or clinic.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/TVEpisode">
+    <rdfs:label>TVEpisode</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>An episode of a TV series or season.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/FinancialService">
+    <rdfs:label>FinancialService</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:comment>Financial services business.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/MusicAlbum">
+    <rdfs:label>MusicAlbum</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/MusicPlaylist"/>
+    <rdfs:comment>A collection of music tracks.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/NewsArticle">
+    <rdfs:label>NewsArticle</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Article"/>
+    <rdfs:comment>A news article</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/WebPage">
+    <rdfs:label>WebPage</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Landform">
+    <rdfs:label>Landform</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Place"/>
+    <rdfs:comment>A landform or physical feature.  Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain ranges, volcanoes, and the great ocean basins.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/AggregateRating">
+    <rdfs:label>AggregateRating</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Rating"/>
+    <rdfs:comment>The average rating based on multiple ratings or reviews.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/CollectionPage">
+    <rdfs:label>CollectionPage</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/WebPage"/>
+    <rdfs:comment>Web page type: Collection page.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/TVSeason">
+    <rdfs:label>TVSeason</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>A TV season.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/ItemList">
+    <rdfs:label>ItemList</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>A list of items of any sort—for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Movie">
+    <rdfs:label>Movie</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>A movie.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Article">
+    <rdfs:label>Article</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/PlaceOfWorship">
+    <rdfs:label>PlaceOfWorship</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:comment>Place of worship, such as a church, synagogue, or mosque.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/AggregateOffer">
+    <rdfs:label>AggregateOffer</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Offer"/>
+    <rdfs:comment>When a single product that has different offers (for example, the same pair of shoes is offered by different merchants), then AggregateOffer can be used.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/OfferItemCondition">
+    <rdfs:label>OfferItemCondition</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
+    <rdfs:comment>A list of possible conditions for the item for sale.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/GovernmentOffice">
+    <rdfs:label>GovernmentOffice</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:comment>A government office—for example, an IRS or DMV office.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/DataType">
+    <rdfs:label>DataType</rdfs:label>
+    <rdfs:comment>The basic data types such as Integers, Strings, etc.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Blog">
+    <rdfs:label>Blog</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>A blog</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Country">
+    <rdfs:label>Country</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/AdministrativeArea"/>
+    <rdfs:comment>A country.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/BookFormatType">
+    <rdfs:label>BookFormatType</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
+    <rdfs:comment>The publication format of the book.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Corporation">
+    <rdfs:label>Corporation</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Organization"/>
+    <rdfs:comment>Organization: A business corporation.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Energy">
+    <rdfs:label>Energy</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Quantity"/>
+    <rdfs:comment><![CDATA[Properties that take Enerygy as values are of the form '<Number> <Energy unit of measure>']]></rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/BlogPosting">
+    <rdfs:label>BlogPosting</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Article"/>
+    <rdfs:comment>A blog post.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Organization">
+    <rdfs:label>Organization</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Thing"/>
+    <rdfs:comment>An organization such as a school, NGO, corporation, club, etc.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/HealthAndBeautyBusiness">
+    <rdfs:label>HealthAndBeautyBusiness</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:comment>Health and beauty.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Date">
+    <rdfs:label>Date</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/DataType"/>
+    <rdfs:comment>A date value in ISO 8601 date format.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/SoftwareApplicationType">
+    <rdfs:label>SoftwareApplicationType</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
+    <rdfs:comment>Type of software application.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/StructuredValue">
+    <rdfs:label>StructuredValue</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
+    <rdfs:comment>Structured values are strings—for example, addresses—that have certain constraints on their structure.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/MusicGroup">
+    <rdfs:label>MusicGroup</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/PerformingGroup"/>
+    <rdfs:comment>A musical group, such as a band, an orchestra, or a choir. Can also be a solo musician.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Offer">
+    <rdfs:label>Offer</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
+    <rdfs:comment>An offer to sell an item—for example, an offer to sell a product, the DVD of a movie, or tickets to an event.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/AutomotiveBusiness">
+    <rdfs:label>AutomotiveBusiness</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:comment>Car repair, sales, or parts.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/MediaObject">
+    <rdfs:label>MediaObject</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>An image, video, or audio object embedded in a web page. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's).</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Boolean">
+    <rdfs:label>Boolean</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/DataType"/>
+    <rdfs:comment>Boolean: True or False.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/MobileSoftwareApplication">
+    <rdfs:label>MobileSoftwareApplication</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/SoftwareApplication"/>
+    <rdfs:comment>A mobile software application.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Duration">
+    <rdfs:label>Duration</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Quantity"/>
+    <rdfs:comment>Quantity: Duration (use  ISO 8601 duration format).</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/LodgingBusiness">
+    <rdfs:label>LodgingBusiness</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:comment>A lodging business, such as a motel, hotel, or inn.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Distance">
+    <rdfs:label>Distance</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Quantity"/>
+    <rdfs:comment><![CDATA[Properties that take Distances as values are of the form '<Number> <Length unit of measure>'. E.g., '7 ft']]></rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Residence">
+    <rdfs:label>Residence</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Place"/>
+    <rdfs:comment>The place where a person lives.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/VideoObject">
+    <rdfs:label>VideoObject</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/MediaObject"/>
+    <rdfs:comment>A video file.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/AudioObject">
+    <rdfs:label>AudioObject</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/MediaObject"/>
+    <rdfs:comment>An audio file.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Product">
+    <rdfs:label>Product</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Thing"/>
+    <rdfs:comment>A product is anything that is made available for sale—for example, a pair of shoes, a concert ticket, or a car.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Integer">
+    <rdfs:label>Integer</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Number"/>
+    <rdfs:comment>Data type: Integer.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Store">
+    <rdfs:label>Store</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:comment>A retail good store.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/CreativeWork">
+    <rdfs:label>CreativeWork</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Thing"/>
+    <rdfs:comment>The most generic kind of creative work, including books, movies, photographs, software programs, etc.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/TVSeries">
+    <rdfs:label>TVSeries</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:comment>A television series.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/GeoCoordinates">
+    <rdfs:label>GeoCoordinates</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/StructuredValue"/>
+    <rdfs:comment>The geographic coordinates of a place or event.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/JobPosting">
+    <rdfs:label>JobPosting</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
+    <rdfs:comment>A listing that describes a job opening in a certain organization.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/WebApplication">
+    <rdfs:label>WebApplication</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/SoftwareApplication"/>
+    <rdfs:comment>Web applications.</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/PostalAddress">
+    <rdfs:label>PostalAddress</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://schema.org/ContactPoint"/>
+    <rdfs:comment>The mailing address.</rdfs:comment>
+  </rdfs:Class>
+</rdf:RDF>
+
--- a/schema.org/drafts/alpha/_schema.ttl	Fri Jan 27 20:52:10 2012 +0100
+++ b/schema.org/drafts/alpha/_schema.ttl	Thu Feb 02 16:26:51 2012 +0100
@@ -728,7 +728,7 @@
 
 schema:Landform a rdfs:Class;
     rdfs:label "Landform";
-    rdfs:comment "A landform or physical feature.  Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain http://schema.org/ranges, volcanoes, and the great ocean basins.";
+    rdfs:comment "A landform or physical feature.  Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain ranges, volcanoes, and the great ocean basins.";
     rdfs:subClassOf schema:Place .
 
 schema:LandmarksOrHistoricalBuildings a rdfs:Class;
@@ -1533,15 +1533,15 @@
     schema:range schema:Thing;
     rdfs:comment "The subject matter of the content." .
 
-schema:acceptsreservations a rdf:Property;
-    rdfs:label "acceptsreservations";
+schema:acceptsReservations a rdf:Property;
+    rdfs:label "acceptsReservations";
     schema:domain schema:FoodEstablishment;
     schema:range schema:Text,
         schema:URL;
     rdfs:comment "Either Yes/No, or a URL at which reservations can be made." .
 
-schema:accountableperson a rdf:Property;
-    rdfs:label "accountableperson";
+schema:accountablePerson a rdf:Property;
+    rdfs:label "accountablePerson";
     schema:domain schema:CreativeWork;
     schema:range schema:Person;
     rdfs:comment "Specifies the Person that is legally accountable for the CreativeWork." .
@@ -1554,8 +1554,8 @@
     schema:range schema:Person;
     rdfs:comment "A cast member of the movie, TV series, season, or episode, or video." .
 
-schema:additionalname a rdf:Property;
-    rdfs:label "additionalname";
+schema:additionalName a rdf:Property;
+    rdfs:label "additionalName";
     schema:domain schema:Person;
     schema:range schema:Text;
     rdfs:comment "An additional name for a Person, can be used for a middle name." .
@@ -1568,20 +1568,20 @@
     schema:range schema:PostalAddress;
     rdfs:comment "Physical address of the item." .
 
-schema:addresscountry a rdf:Property;
-    rdfs:label "addresscountry";
+schema:addressCountry a rdf:Property;
+    rdfs:label "addressCountry";
     schema:domain schema:PostalAddress;
     schema:range schema:Country;
     rdfs:comment "The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code." .
 
-schema:addresslocality a rdf:Property;
-    rdfs:label "addresslocality";
+schema:addressLocality a rdf:Property;
+    rdfs:label "addressLocality";
     schema:domain schema:PostalAddress;
     schema:range schema:Text;
     rdfs:comment "The locality. For example, Mountain View." .
 
-schema:addressregion a rdf:Property;
-    rdfs:label "addressregion";
+schema:addressRegion a rdf:Property;
+    rdfs:label "addressRegion";
     schema:domain schema:PostalAddress;
     schema:range schema:Text;
     rdfs:comment "The region. For example, CA." .
@@ -1592,8 +1592,8 @@
     schema:range schema:Organization;
     rdfs:comment "An organization that this person is affiliated with. For example, a school/university, a club, or a team." .
 
-schema:aggregaterating a rdf:Property;
-    rdfs:label "aggregaterating";
+schema:aggregateRating a rdf:Property;
+    rdfs:label "aggregateRating";
     schema:domain schema:CreativeWork,
         schema:Offer,
         schema:Organization,
@@ -1608,8 +1608,8 @@
     schema:range schema:MusicAlbum;
     rdfs:comment "A collection of music albums." .
 
-schema:alternativeheadline a rdf:Property;
-    rdfs:label "alternativeheadline";
+schema:alternativeHeadline a rdf:Property;
+    rdfs:label "alternativeHeadline";
     schema:domain schema:CreativeWork;
     schema:range schema:Text;
     rdfs:comment "A secondary title of the CreativeWork." .
@@ -1620,32 +1620,32 @@
     schema:range schema:Person;
     rdfs:comment "Alumni of educational organization." .
 
-schema:alumniof a rdf:Property;
-    rdfs:label "alumniof";
+schema:alumniOf a rdf:Property;
+    rdfs:label "alumniOf";
     schema:domain schema:Person;
     schema:range schema:EducationalOrganization;
     rdfs:comment "An educational organizations that the person is an alumni of." .
 
-schema:articlebody a rdf:Property;
-    rdfs:label "articlebody";
+schema:articleBody a rdf:Property;
+    rdfs:label "articleBody";
     schema:domain schema:Article;
     schema:range schema:Text;
     rdfs:comment "The actual body of the article." .
 
-schema:articlesection a rdf:Property;
-    rdfs:label "articlesection";
+schema:articleSection a rdf:Property;
+    rdfs:label "articleSection";
     schema:domain schema:Article;
     schema:range schema:Text;
     rdfs:comment "Articles may belong to one or more 'sections' in a magazine or newspaper, such as Sports, Lifestyle, etc." .
 
-schema:associatedarticle a rdf:Property;
-    rdfs:label "associatedarticle";
+schema:associatedArticle a rdf:Property;
+    rdfs:label "associatedArticle";
     schema:domain schema:MediaObject;
     schema:range schema:NewsArticle;
     rdfs:comment "A NewsArticle associated with the Media Object." .
 
-schema:associatedmedia a rdf:Property;
-    rdfs:label "associatedmedia";
+schema:associatedMedia a rdf:Property;
+    rdfs:label "associatedMedia";
     schema:domain schema:CreativeWork;
     schema:range schema:MediaObject;
     rdfs:comment "The media objects that encode this creative work. This property is a synonym for encodings." .
@@ -1676,8 +1676,8 @@
     schema:range schema:ItemAvailability;
     rdfs:comment "The availability of this item—for example In stock, Out of stock, Pre-order, etc." .
 
-schema:availabilitydeprecated a rdf:Property;
-    rdfs:label "availabilitydeprecated";
+schema:availabilityDeprecated a rdf:Property;
+    rdfs:label "availabilityDeprecated";
     schema:domain schema:Offer;
     schema:range schema:Thing;
     rdfs:comment "The availability of this item—for example In stock, Out of stock, Pre-order, etc." .
@@ -1689,8 +1689,8 @@
     schema:range schema:Text;
     rdfs:comment "Awards won by this person or for this creative work." .
 
-schema:basesalary a rdf:Property;
-    rdfs:label "basesalary";
+schema:baseSalary a rdf:Property;
+    rdfs:label "baseSalary";
     schema:domain schema:JobPosting;
     schema:range schema:Number;
     rdfs:comment "The base salary of the job." .
@@ -1701,15 +1701,15 @@
     schema:range schema:Text;
     rdfs:comment "Description of benefits associated with the job." .
 
-schema:bestrating a rdf:Property;
-    rdfs:label "bestrating";
+schema:bestRating a rdf:Property;
+    rdfs:label "bestRating";
     schema:domain schema:Rating;
     schema:range schema:Number,
         schema:Text;
     rdfs:comment "The highest value allowed in this rating system. If bestRating is omitted, 5 is assumed." .
 
-schema:birthdate a rdf:Property;
-    rdfs:label "birthdate";
+schema:birthDate a rdf:Property;
+    rdfs:label "birthDate";
     schema:domain schema:Person;
     schema:range schema:Date;
     rdfs:comment "Date of birth." .
@@ -1720,26 +1720,26 @@
     schema:range schema:Text;
     rdfs:comment "The bitrate of the media object." .
 
-schema:blogposts a rdf:Property;
-    rdfs:label "blogposts";
+schema:blogPosts a rdf:Property;
+    rdfs:label "blogPosts";
     schema:domain schema:Blog;
     schema:range schema:BlogPosting;
     rdfs:comment "The postings that are part of this blog" .
 
-schema:bookedition a rdf:Property;
-    rdfs:label "bookedition";
+schema:bookEdition a rdf:Property;
+    rdfs:label "bookEdition";
     schema:domain schema:Book;
     schema:range schema:Text;
     rdfs:comment "The edition of the book." .
 
-schema:bookformat a rdf:Property;
-    rdfs:label "bookformat";
+schema:bookFormat a rdf:Property;
+    rdfs:label "bookFormat";
     schema:domain schema:Book;
     schema:range schema:BookFormatType;
     rdfs:comment "The format of the book." .
 
-schema:bookformatdeprecated a rdf:Property;
-    rdfs:label "bookformatdeprecated";
+schema:bookFormatDeprecated a rdf:Property;
+    rdfs:label "bookFormatDeprecated";
     schema:domain schema:Book;
     schema:range schema:Thing;
     rdfs:comment "The format of the book." .
@@ -1750,8 +1750,8 @@
     schema:range schema:Text;
     rdfs:comment "A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more spacedelimited points where the first and final points are identical." .
 
-schema:branchof a rdf:Property;
-    rdfs:label "branchof";
+schema:branchOf a rdf:Property;
+    rdfs:label "branchOf";
     schema:domain schema:LocalBusiness;
     schema:range schema:Organization;
     rdfs:comment "The larger organization that this local business is a branch of, if any." .
@@ -1774,8 +1774,8 @@
     schema:range schema:Text;
     rdfs:comment "One or more browsers required to run the app." .
 
-schema:byartist a rdf:Property;
-    rdfs:label "byartist";
+schema:byArtist a rdf:Property;
+    rdfs:label "byArtist";
     schema:domain schema:MusicAlbum,
         schema:MusicRecording;
     schema:range schema:MusicGroup;
@@ -1794,8 +1794,8 @@
     schema:range schema:Text;
     rdfs:comment "The caption for this object." .
 
-schema:carbohydratecontent a rdf:Property;
-    rdfs:label "carbohydratecontent";
+schema:carbohydrateContent a rdf:Property;
+    rdfs:label "carbohydrateContent";
     schema:domain schema:NutritionInformation;
     schema:range schema:Mass;
     rdfs:comment "The number of grams of carbohydrates." .
@@ -1806,8 +1806,8 @@
     schema:range schema:Person;
     rdfs:comment "A child of the person." .
 
-schema:cholesterolcontent a rdf:Property;
-    rdfs:label "cholesterolcontent";
+schema:cholesterolContent a rdf:Property;
+    rdfs:label "cholesterolContent";
     schema:domain schema:NutritionInformation;
     schema:range schema:Mass;
     rdfs:comment "The number of milligrams of cholesterol." .
@@ -1830,57 +1830,57 @@
     schema:range schema:UserComments;
     rdfs:comment "Comments, typically from users, on this CreativeWork." .
 
-schema:commenttext a rdf:Property;
-    rdfs:label "commenttext";
+schema:commentText a rdf:Property;
+    rdfs:label "commentText";
     schema:domain schema:UserComments;
     schema:range schema:Text;
     rdfs:comment "The text of the UserComment." .
 
-schema:commenttime a rdf:Property;
-    rdfs:label "commenttime";
+schema:commentTime a rdf:Property;
+    rdfs:label "commentTime";
     schema:domain schema:UserComments;
     schema:range schema:Date;
     rdfs:comment "The time at which the UserComment was made." .
 
-schema:contactpoints a rdf:Property;
-    rdfs:label "contactpoints";
+schema:contactPoints a rdf:Property;
+    rdfs:label "contactPoints";
     schema:domain schema:Organization,
         schema:Person;
     schema:range schema:ContactPoint;
     rdfs:comment "A contact point for a person or organization." .
 
-schema:contacttype a rdf:Property;
-    rdfs:label "contacttype";
+schema:contactType a rdf:Property;
+    rdfs:label "contactType";
     schema:domain schema:ContactPoint;
     schema:range schema:Text;
     rdfs:comment "A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point." .
 
-schema:containedin a rdf:Property;
-    rdfs:label "containedin";
+schema:containedIn a rdf:Property;
+    rdfs:label "containedIn";
     schema:domain schema:Place;
     schema:range schema:Place;
     rdfs:comment "The basic containment relation between places." .
 
-schema:contentlocation a rdf:Property;
-    rdfs:label "contentlocation";
+schema:contentLocation a rdf:Property;
+    rdfs:label "contentLocation";
     schema:domain schema:CreativeWork;
     schema:range schema:Place;
     rdfs:comment "The location of the content." .
 
-schema:contentrating a rdf:Property;
-    rdfs:label "contentrating";
+schema:contentRating a rdf:Property;
+    rdfs:label "contentRating";
     schema:domain schema:CreativeWork;
     schema:range schema:Text;
     rdfs:comment "Official rating of a piece of content—for example,'MPAA PG-13'." .
 
-schema:contentsize a rdf:Property;
-    rdfs:label "contentsize";
+schema:contentSize a rdf:Property;
+    rdfs:label "contentSize";
     schema:domain schema:MediaObject;
     schema:range schema:Text;
     rdfs:comment "File size in (mega/kilo) bytes." .
 
-schema:contenturl a rdf:Property;
-    rdfs:label "contenturl";
+schema:contentURL a rdf:Property;
+    rdfs:label "contentURL";
     schema:domain schema:MediaObject;
     schema:range schema:URL;
     rdfs:comment "Actual bytes of the media object, for example the image file or video file." .
@@ -1892,46 +1892,46 @@
         schema:Person;
     rdfs:comment "A secondary contributor to the CreativeWork." .
 
-schema:cookingmethod a rdf:Property;
-    rdfs:label "cookingmethod";
+schema:cookTime a rdf:Property;
+    rdfs:label "cookTime";
+    schema:domain schema:Recipe;
+    schema:range schema:Duration;
+    rdfs:comment "The time it takes to actually cook the dish, in ISO 8601 duration format." .
+
+schema:cookingMethod a rdf:Property;
+    rdfs:label "cookingMethod";
     schema:domain schema:Recipe;
     schema:range schema:Text;
     rdfs:comment "The method of cooking, such as Frying, Steaming, ..." .
 
-schema:cooktime a rdf:Property;
-    rdfs:label "cooktime";
-    schema:domain schema:Recipe;
-    schema:range schema:Duration;
-    rdfs:comment "The time it takes to actually cook the dish, in ISO 8601 duration format." .
-
-schema:copyrightholder a rdf:Property;
-    rdfs:label "copyrightholder";
+schema:copyrightHolder a rdf:Property;
+    rdfs:label "copyrightHolder";
     schema:domain schema:CreativeWork;
     schema:range schema:Organization,
         schema:Person;
     rdfs:comment "The party holding the legal copyright to the CreativeWork." .
 
-schema:copyrightnoticedeprecated a rdf:Property;
-    rdfs:label "copyrightnoticedeprecated";
+schema:copyrightNoticeDeprecated a rdf:Property;
+    rdfs:label "copyrightNoticeDeprecated";
     schema:domain schema:CreativeWork;
     schema:range schema:Text,
         schema:URL;
     rdfs:comment "Any necessary copyright notice for claiming the intellectual property for the CreativeWork." .
 
-schema:copyrightyear a rdf:Property;
-    rdfs:label "copyrightyear";
+schema:copyrightYear a rdf:Property;
+    rdfs:label "copyrightYear";
     schema:domain schema:CreativeWork;
     schema:range schema:Number;
     rdfs:comment "The year during which the claimed copyright for the CreativeWork was first asserted." .
 
-schema:countriesnotsupported a rdf:Property;
-    rdfs:label "countriesnotsupported";
+schema:countriesNotSupported a rdf:Property;
+    rdfs:label "countriesNotSupported";
     schema:domain schema:MobileSoftwareApplication;
     schema:range schema:Text;
     rdfs:comment "Countries that dlsallow the application." .
 
-schema:countriessupported a rdf:Property;
-    rdfs:label "countriessupported";
+schema:countriesSupported a rdf:Property;
+    rdfs:label "countriesSupported";
     schema:domain schema:MobileSoftwareApplication;
     schema:range schema:Text;
     rdfs:comment "Countries that allow the application." .
@@ -1944,44 +1944,44 @@
         schema:Person;
     rdfs:comment "The creator/author of this CreativeWork or UserComments. This is the same as the Author property for CreativeWork." .
 
-schema:currenciesaccepted a rdf:Property;
-    rdfs:label "currenciesaccepted";
+schema:currenciesAccepted a rdf:Property;
+    rdfs:label "currenciesAccepted";
     schema:domain schema:LocalBusiness;
     schema:range schema:Text;
     rdfs:comment "The currency accepted (in ISO 4217 currency format)." .
 
-schema:datecreated a rdf:Property;
-    rdfs:label "datecreated";
+schema:dateCreated a rdf:Property;
+    rdfs:label "dateCreated";
     schema:domain schema:CreativeWork;
     schema:range schema:Date;
     rdfs:comment "The date on which the CreativeWork was created." .
 
+schema:dateModified a rdf:Property;
+    rdfs:label "dateModified";
+    schema:domain schema:CreativeWork;
+    schema:range schema:Date;
+    rdfs:comment "The date on which the CreativeWork was most recently modified." .
+
+schema:datePosted a rdf:Property;
+    rdfs:label "datePosted";
+    schema:domain schema:JobPosting;
+    schema:range schema:Date;
+    rdfs:comment "Publication date for the job posting." .
+
+schema:datePublished a rdf:Property;
+    rdfs:label "datePublished";
+    schema:domain schema:CreativeWork;
+    schema:range schema:Date;
+    rdfs:comment "Date of first broadcast/publication." .
+
 schema:dateline a rdf:Property;
     rdfs:label "dateline";
     schema:domain schema:NewsArticle;
     schema:range schema:Text;
     rdfs:comment "The location where the NewsArticle was produced." .
 
-schema:datemodified a rdf:Property;
-    rdfs:label "datemodified";
-    schema:domain schema:CreativeWork;
-    schema:range schema:Date;
-    rdfs:comment "The date on which the CreativeWork was most recently modified." .
-
-schema:dateposted a rdf:Property;
-    rdfs:label "dateposted";
-    schema:domain schema:JobPosting;
-    schema:range schema:Date;
-    rdfs:comment "Publication date for the job posting." .
-
-schema:datepublished a rdf:Property;
-    rdfs:label "datepublished";
-    schema:domain schema:CreativeWork;
-    schema:range schema:Date;
-    rdfs:comment "Date of first broadcast/publication." .
-
-schema:deathdate a rdf:Property;
-    rdfs:label "deathdate";
+schema:deathDate a rdf:Property;
+    rdfs:label "deathDate";
     schema:domain schema:Person;
     schema:range schema:Date;
     rdfs:comment "Date of death." .
@@ -2006,14 +2006,14 @@
     schema:range schema:CreativeWork;
     rdfs:comment "Specifies the CreativeWork associated with the UserComment." .
 
-schema:discussionurl a rdf:Property;
-    rdfs:label "discussionurl";
+schema:discussionUrl a rdf:Property;
+    rdfs:label "discussionUrl";
     schema:domain schema:CreativeWork;
     schema:range schema:URL;
     rdfs:comment "A link to the page containing the comments of the CreativeWork." .
 
-schema:downloadurl a rdf:Property;
-    rdfs:label "downloadurl";
+schema:downloadURL a rdf:Property;
+    rdfs:label "downloadURL";
     schema:domain schema:SoftwareApplication;
     schema:range schema:URL;
     rdfs:comment "If the file can be downloaded, URL to download the binary." .
@@ -2033,8 +2033,8 @@
     schema:range schema:Person;
     rdfs:comment "Specifies the Person who edited the CreativeWork." .
 
-schema:educationrequirements a rdf:Property;
-    rdfs:label "educationrequirements";
+schema:educationRequirements a rdf:Property;
+    rdfs:label "educationRequirements";
     schema:domain schema:JobPosting;
     schema:range schema:Text;
     rdfs:comment "Educational background needed for the position." .
@@ -2055,8 +2055,8 @@
     schema:range schema:Text;
     rdfs:comment "Email address." .
 
-schema:embedurl a rdf:Property;
-    rdfs:label "embedurl";
+schema:embedURL a rdf:Property;
+    rdfs:label "embedURL";
     schema:domain schema:MediaObject;
     schema:range schema:URL;
     rdfs:comment "A URL pointing to a player for a specific video. In general, this is the information in the src element of an embed tag and should not be the same as the content of the loc tag." .
@@ -2067,20 +2067,20 @@
     schema:range schema:Person;
     rdfs:comment "People working for this organization." .
 
-schema:employmenttype a rdf:Property;
-    rdfs:label "employmenttype";
+schema:employmentType a rdf:Property;
+    rdfs:label "employmentType";
     schema:domain schema:JobPosting;
     schema:range schema:Text;
     rdfs:comment "Type of employment (e.g. full-time, part-time, contract, temporary, seasonal, internship)." .
 
-schema:encodescreativework a rdf:Property;
-    rdfs:label "encodescreativework";
+schema:encodesCreativeWork a rdf:Property;
+    rdfs:label "encodesCreativeWork";
     schema:domain schema:MediaObject;
     schema:range schema:CreativeWork;
     rdfs:comment "The creative work encoded by this media object" .
 
-schema:encodingformat a rdf:Property;
-    rdfs:label "encodingformat";
+schema:encodingFormat a rdf:Property;
+    rdfs:label "encodingFormat";
     schema:domain schema:MediaObject;
     schema:range schema:Text;
     rdfs:comment "mp3, mpeg4, etc." .
@@ -2091,16 +2091,16 @@
     schema:range schema:MediaObject;
     rdfs:comment "The media objects that encode this creative work" .
 
-schema:enddate a rdf:Property;
-    rdfs:label "enddate";
+schema:endDate a rdf:Property;
+    rdfs:label "endDate";
     schema:domain schema:Event,
         schema:TVSeason,
         schema:TVSeries;
     schema:range schema:Date;
     rdfs:comment "The end date and time of the event (in ISO 8601 date format)." .
 
-schema:episodenumber a rdf:Property;
-    rdfs:label "episodenumber";
+schema:episodeNumber a rdf:Property;
+    rdfs:label "episodeNumber";
     schema:domain schema:TVEpisode;
     schema:range schema:Number;
     rdfs:comment "The episode number." .
@@ -2119,14 +2119,14 @@
     schema:range schema:Event;
     rdfs:comment "Upcoming or past events associated with this place or organization." .
 
-schema:exifdata a rdf:Property;
-    rdfs:label "exifdata";
+schema:exifData a rdf:Property;
+    rdfs:label "exifData";
     schema:domain schema:ImageObject;
     schema:range schema:Text;
     rdfs:comment "exif data for this object." .
 
-schema:experiencerequirements a rdf:Property;
-    rdfs:label "experiencerequirements";
+schema:experienceRequirements a rdf:Property;
+    rdfs:label "experienceRequirements";
     schema:domain schema:JobPosting;
     schema:range schema:Text;
     rdfs:comment "Description of skills and experience needed for the position." .
@@ -2137,20 +2137,20 @@
     schema:range schema:Date;
     rdfs:comment "Date the content expires and is no longer useful or available. Useful for videos." .
 
-schema:familyname a rdf:Property;
-    rdfs:label "familyname";
+schema:familyName a rdf:Property;
+    rdfs:label "familyName";
     schema:domain schema:Person;
     schema:range schema:Text;
     rdfs:comment "Family name. In the U.S., the last name of an Person. This can be used along with givenName instead of the Name property." .
 
-schema:fatcontent a rdf:Property;
-    rdfs:label "fatcontent";
+schema:fatContent a rdf:Property;
+    rdfs:label "fatContent";
     schema:domain schema:NutritionInformation;
     schema:range schema:Mass;
     rdfs:comment "The number of grams of fat." .
 
-schema:faxnumber a rdf:Property;
-    rdfs:label "faxnumber";
+schema:faxNumber a rdf:Property;
+    rdfs:label "faxNumber";
     schema:domain schema:ContactPoint,
         schema:Organization,
         schema:Person,
@@ -2158,20 +2158,20 @@
     schema:range schema:Text;
     rdfs:comment "The fax number." .
 
-schema:fibercontent a rdf:Property;
-    rdfs:label "fibercontent";
+schema:fiberContent a rdf:Property;
+    rdfs:label "fiberContent";
     schema:domain schema:NutritionInformation;
     schema:range schema:Mass;
     rdfs:comment "The number of grams of fiber." .
 
-schema:fileformat a rdf:Property;
-    rdfs:label "fileformat";
+schema:fileFormat a rdf:Property;
+    rdfs:label "fileFormat";
     schema:domain schema:SoftwareApplication;
     schema:range schema:Text;
     rdfs:comment "MIME format of the binary (e.g. application/zip)." .
 
-schema:filesize a rdf:Property;
-    rdfs:label "filesize";
+schema:fileSize a rdf:Property;
+    rdfs:label "fileSize";
     schema:domain schema:SoftwareApplication;
     schema:range schema:Integer;
     rdfs:comment "Size of the application / package in bytes." .
@@ -2188,8 +2188,8 @@
     schema:range schema:Person;
     rdfs:comment "A person who founded this organization." .
 
-schema:foundingdate a rdf:Property;
-    rdfs:label "foundingdate";
+schema:foundingDate a rdf:Property;
+    rdfs:label "foundingDate";
     schema:domain schema:Organization;
     schema:range schema:Date;
     rdfs:comment "The date that this organization was founded." .
@@ -2213,8 +2213,8 @@
         schema:GeoShape;
     rdfs:comment "The geo coordinates of the place." .
 
-schema:givenname a rdf:Property;
-    rdfs:label "givenname";
+schema:givenName a rdf:Property;
+    rdfs:label "givenName";
     schema:domain schema:Person;
     schema:range schema:Text;
     rdfs:comment "Given name. In the U.S., the first name of a Person. This can be used along with familyName instead of the Name property." .
@@ -2231,34 +2231,34 @@
     schema:range schema:Distance;
     rdfs:comment "The height of the media object." .
 
-schema:highprice a rdf:Property;
-    rdfs:label "highprice";
+schema:highPrice a rdf:Property;
+    rdfs:label "highPrice";
     schema:domain schema:AggregateOffer;
     schema:range schema:Number,
         schema:Text;
     rdfs:comment "The highest price of all offers available." .
 
-schema:hiringorganization a rdf:Property;
-    rdfs:label "hiringorganization";
+schema:hiringOrganization a rdf:Property;
+    rdfs:label "hiringOrganization";
     schema:domain schema:JobPosting;
     schema:range schema:Organization;
     rdfs:comment "Organization offering the job position." .
 
-schema:homelocation a rdf:Property;
-    rdfs:label "homelocation";
+schema:homeLocation a rdf:Property;
+    rdfs:label "homeLocation";
     schema:domain schema:Person;
     schema:range schema:ContactPoint,
         schema:Place;
     rdfs:comment "A contact location for a person's residence." .
 
-schema:honorificprefix a rdf:Property;
-    rdfs:label "honorificprefix";
+schema:honorificPrefix a rdf:Property;
+    rdfs:label "honorificPrefix";
     schema:domain schema:Person;
     schema:range schema:Text;
     rdfs:comment "An honorific prefix preceding a Person's name such as Dr/Mrs/Mr." .
 
-schema:honorificsuffix a rdf:Property;
-    rdfs:label "honorificsuffix";
+schema:honorificSuffix a rdf:Property;
+    rdfs:label "honorificSuffix";
     schema:domain schema:Person;
     schema:range schema:Text;
     rdfs:comment "An honorific suffix preceding a Person's name such as M.D. /PhD/MSCSW." .
@@ -2275,12 +2275,24 @@
     schema:range schema:URL;
     rdfs:comment "URL of an image of the item." .
 
-schema:inalbum a rdf:Property;
-    rdfs:label "inalbum";
+schema:inAlbum a rdf:Property;
+    rdfs:label "inAlbum";
     schema:domain schema:MusicRecording;
     schema:range schema:MusicAlbum;
     rdfs:comment "The album to which this recording belongs." .
 
+schema:inLanguage a rdf:Property;
+    rdfs:label "inLanguage";
+    schema:domain schema:CreativeWork;
+    schema:range schema:Text;
+    rdfs:comment "The language of the content. please use one of the language codes from the IETF BCP 47 standard." .
+
+schema:inPlaylist a rdf:Property;
+    rdfs:label "inPlaylist";
+    schema:domain schema:MusicRecording;
+    schema:range schema:MusicPlaylist;
+    rdfs:comment "The playlist to which this recording belongs." .
+
 schema:incentives a rdf:Property;
     rdfs:label "incentives";
     schema:domain schema:JobPosting;
@@ -2299,20 +2311,8 @@
     schema:range schema:Text;
     rdfs:comment "An ingredient used in the recipe." .
 
-schema:inlanguage a rdf:Property;
-    rdfs:label "inlanguage";
-    schema:domain schema:CreativeWork;
-    schema:range schema:Text;
-    rdfs:comment "The language of the content. please use one of the language codes from the IETF BCP 47 standard." .
-
-schema:inplaylist a rdf:Property;
-    rdfs:label "inplaylist";
-    schema:domain schema:MusicRecording;
-    schema:range schema:MusicPlaylist;
-    rdfs:comment "The playlist to which this recording belongs." .
-
-schema:interactioncount a rdf:Property;
-    rdfs:label "interactioncount";
+schema:interactionCount a rdf:Property;
+    rdfs:label "interactionCount";
     schema:domain schema:CreativeWork,
         schema:MediaObject,
         schema:Organization,
@@ -2321,75 +2321,75 @@
     schema:range schema:Text;
     rdfs:comment "A count of a specific user interactions with this item—for example, 20 UserLikes, 5 UserComments, or 300 UserDownloads. The user interaction type should be one of the sub types of UserInteraction." .
 
+schema:isDownloadable a rdf:Property;
+    rdfs:label "isDownloadable";
+    schema:domain schema:SoftwareApplication;
+    schema:range schema:Boolean;
+    rdfs:comment "Indicates whether the software is available for download." .
+
+schema:isFamilyFriendly a rdf:Property;
+    rdfs:label "isFamilyFriendly";
+    schema:domain schema:CreativeWork;
+    schema:range schema:Boolean;
+    rdfs:comment "Indicates whether this content is family friendly." .
+
+schema:isPartOf a rdf:Property;
+    rdfs:label "isPartOf";
+    schema:domain schema:WebPage;
+    schema:range schema:CollectionPage;
+    rdfs:comment "Indicates the collection or gallery to which the item belongs." .
+
 schema:isbn a rdf:Property;
     rdfs:label "isbn";
     schema:domain schema:Book;
     schema:range schema:Text;
     rdfs:comment "The ISBN of the book." .
 
-schema:isdownloadable a rdf:Property;
-    rdfs:label "isdownloadable";
-    schema:domain schema:SoftwareApplication;
-    schema:range schema:Boolean;
-    rdfs:comment "Indicates whether the software is available for download." .
-
-schema:isfamilyfriendly a rdf:Property;
-    rdfs:label "isfamilyfriendly";
-    schema:domain schema:CreativeWork;
-    schema:range schema:Boolean;
-    rdfs:comment "Indicates whether this content is family friendly." .
-
-schema:ispartof a rdf:Property;
-    rdfs:label "ispartof";
-    schema:domain schema:WebPage;
-    schema:range schema:CollectionPage;
-    rdfs:comment "Indicates the collection or gallery to which the item belongs." .
-
-schema:itemcondition a rdf:Property;
-    rdfs:label "itemcondition";
+schema:itemCondition a rdf:Property;
+    rdfs:label "itemCondition";
     schema:domain schema:Offer;
     schema:range schema:OfferItemCondition;
     rdfs:comment "The condition of the item for sale—for example New, Refurbished, Used, etc." .
 
-schema:itemconditiondeprecated a rdf:Property;
-    rdfs:label "itemconditiondeprecated";
+schema:itemConditionDeprecated a rdf:Property;
+    rdfs:label "itemConditionDeprecated";
     schema:domain schema:Offer;
     schema:range schema:Thing;
     rdfs:comment "The condition of the item for sale—for example New, Refurbished, Used, etc." .
 
-schema:itemlistelement a rdf:Property;
-    rdfs:label "itemlistelement";
+schema:itemListElement a rdf:Property;
+    rdfs:label "itemListElement";
     schema:domain schema:ItemList;
     schema:range schema:Text;
     rdfs:comment "A single list item." .
 
-schema:itemlistorder a rdf:Property;
-    rdfs:label "itemlistorder";
+schema:itemListOrder a rdf:Property;
+    rdfs:label "itemListOrder";
     schema:domain schema:ItemList;
     schema:range schema:Text;
     rdfs:comment "Type of ordering (e.g. Ascending, Descending, Unordered)." .
 
-schema:itemoffered a rdf:Property;
-    rdfs:label "itemoffered";
+schema:itemOffered a rdf:Property;
+    rdfs:label "itemOffered";
     schema:domain schema:Offer;
     schema:range schema:Product;
     rdfs:comment "The item being sold." .
 
-schema:itemreviewed a rdf:Property;
-    rdfs:label "itemreviewed";
+schema:itemReviewed a rdf:Property;
+    rdfs:label "itemReviewed";
     schema:domain schema:AggregateRating,
         schema:Review;
     schema:range schema:Thing;
     rdfs:comment "The item that is being reviewed/rated." .
 
-schema:joblocation a rdf:Property;
-    rdfs:label "joblocation";
+schema:jobLocation a rdf:Property;
+    rdfs:label "jobLocation";
     schema:domain schema:JobPosting;
     schema:range schema:Place;
     rdfs:comment "A (typically single) geographic location associated with the job position." .
 
-schema:jobtitle a rdf:Property;
-    rdfs:label "jobtitle";
+schema:jobTitle a rdf:Property;
+    rdfs:label "jobTitle";
     schema:domain schema:Person;
     schema:range schema:Text;
     rdfs:comment "The job title of the person (for example, Financial Manager)." .
@@ -2434,15 +2434,15 @@
         schema:Text;
     rdfs:comment "The longitude of a location. For example -122.08585." .
 
-schema:lowprice a rdf:Property;
-    rdfs:label "lowprice";
+schema:lowPrice a rdf:Property;
+    rdfs:label "lowPrice";
     schema:domain schema:AggregateOffer;
     schema:range schema:Number,
         schema:Text;
     rdfs:comment "The lowest price of all offers available." .
 
-schema:maincontentofpage a rdf:Property;
-    rdfs:label "maincontentofpage";
+schema:mainContentOfPage a rdf:Property;
+    rdfs:label "mainContentOfPage";
     schema:domain schema:WebPage;
     schema:range schema:WebPageElement;
     rdfs:comment "Indicates if this web page element is the main subject of the page." .
@@ -2459,8 +2459,8 @@
     schema:range schema:URL;
     rdfs:comment "A URL to a map of the place." .
 
-schema:memberof a rdf:Property;
-    rdfs:label "memberof";
+schema:memberOf a rdf:Property;
+    rdfs:label "memberOf";
     schema:domain schema:Person;
     schema:range schema:Organization;
     rdfs:comment "An organization to which the person belongs." .
@@ -2491,8 +2491,8 @@
     schema:range schema:Text;
     rdfs:comment "The model of the product." .
 
-schema:musicby a rdf:Property;
-    rdfs:label "musicby";
+schema:musicBy a rdf:Property;
+    rdfs:label "musicBy";
     schema:domain schema:Movie,
         schema:TVEpisode,
         schema:TVSeries;
@@ -2500,8 +2500,8 @@
         schema:Person;
     rdfs:comment "The composer of the movie or TV soundtrack." .
 
-schema:musicgroupmember a rdf:Property;
-    rdfs:label "musicgroupmember";
+schema:musicGroupMember a rdf:Property;
+    rdfs:label "musicGroupMember";
     schema:domain schema:MusicGroup;
     schema:range schema:Person;
     rdfs:comment "A member of the music group—for example, John, Paul, George, or Ringo." .
@@ -2518,45 +2518,45 @@
     schema:range schema:Country;
     rdfs:comment "Nationality of the person." .
 
-schema:numberofepisodes a rdf:Property;
-    rdfs:label "numberofepisodes";
+schema:numDownloads a rdf:Property;
+    rdfs:label "numDownloads";
+    schema:domain schema:SoftwareApplication;
+    schema:range schema:Integer;
+    rdfs:comment "Number of Downloads." .
+
+schema:numTracks a rdf:Property;
+    rdfs:label "numTracks";
+    schema:domain schema:MusicPlaylist;
+    schema:range schema:Integer;
+    rdfs:comment "The number of tracks in this album or playlist." .
+
+schema:numberOfEpisodes a rdf:Property;
+    rdfs:label "numberOfEpisodes";
     schema:domain schema:TVSeason,
         schema:TVSeries;
     schema:range schema:Number;
     rdfs:comment "The number of episodes in this season or series." .
 
-schema:numberofpages a rdf:Property;
-    rdfs:label "numberofpages";
+schema:numberOfPages a rdf:Property;
+    rdfs:label "numberOfPages";
     schema:domain schema:Book;
     schema:range schema:Integer;
     rdfs:comment "The number of pages in the book." .
 
-schema:numdownloads a rdf:Property;
-    rdfs:label "numdownloads";
-    schema:domain schema:SoftwareApplication;
-    schema:range schema:Integer;
-    rdfs:comment "Number of Downloads." .
-
-schema:numtracks a rdf:Property;
-    rdfs:label "numtracks";
-    schema:domain schema:MusicPlaylist;
-    schema:range schema:Integer;
-    rdfs:comment "The number of tracks in this album or playlist." .
-
 schema:nutrition a rdf:Property;
     rdfs:label "nutrition";
     schema:domain schema:Recipe;
     schema:range schema:NutritionInformation;
     rdfs:comment "Nutrition information about the recipe." .
 
-schema:occupationalcategory a rdf:Property;
-    rdfs:label "occupationalcategory";
+schema:occupationalCategory a rdf:Property;
+    rdfs:label "occupationalCategory";
     schema:domain schema:JobPosting;
     schema:range schema:Text;
     rdfs:comment "Category or categories describing the job. Use BLS O*NET-SOC taxonomy: http://www.onetcenter.org/taxonomy.html. Ideally includes textual label and formal code, with the property repeated for each applicable value." .
 
-schema:offercount a rdf:Property;
-    rdfs:label "offercount";
+schema:offerCount a rdf:Property;
+    rdfs:label "offerCount";
     schema:domain schema:AggregateOffer;
     schema:range schema:Integer;
     rdfs:comment "The number of offers for the product." .
@@ -2570,15 +2570,15 @@
     schema:range schema:Offer;
     rdfs:comment "An offer to sell this item—for example, an offer to sell a product, the DVD of a movie, or tickets to an event." .
 
-schema:openinghours a rdf:Property;
-    rdfs:label "openinghours";
+schema:openingHours a rdf:Property;
+    rdfs:label "openingHours";
     schema:domain schema:CivicStructure,
         schema:LocalBusiness;
     schema:range schema:Duration;
-    rdfs:comment "The opening hours for a business. Opening hours can be specified as a weekly time http://schema.org/range, starting with days, then times per day. Multiple days can be listed with commas ',' separating each day. Day or time http://schema.org/ranges are specified using a hyphen '-'.- Days are specified using the following two-letter combinations: Mo, Tu, We, Th, Fr, Sa, Su.- Times are specified using 24:00 time. For example, 3pm is specified as 15:00. - Here is an example: <time itemprop=\"openingHours\" datetime=\"Tu,Th 16:00-20:00\">Tuesdays and Thursdays 4-8pm</time>. - If a business is open 7 days a week, then it can be specified as <time itemprop=\"openingHours\" datetime=\"Mo-Su\">Monday through Sunday, all day</time>." .
-
-schema:operatingsystems a rdf:Property;
-    rdfs:label "operatingsystems";
+    rdfs:comment "The opening hours for a business. Opening hours can be specified as a weekly time range, starting with days, then times per day. Multiple days can be listed with commas ',' separating each day. Day or time ranges are specified using a hyphen '-'.- Days are specified using the following two-letter combinations: Mo, Tu, We, Th, Fr, Sa, Su.- Times are specified using 24:00 time. For example, 3pm is specified as 15:00. - Here is an example: <time itemprop=\"openingHours\" datetime=\"Tu,Th 16:00-20:00\">Tuesdays and Thursdays 4-8pm</time>. - If a business is open 7 days a week, then it can be specified as <time itemprop=\"openingHours\" datetime=\"Mo-Su\">Monday through Sunday, all day</time>." .
+
+schema:operatingSystems a rdf:Property;
+    rdfs:label "operatingSystems";
     schema:domain schema:SoftwareApplication;
     schema:range schema:Text;
     rdfs:comment "Operating systems supported (Windows 7, OSX 10.6, Android 1.6)." .
@@ -2589,27 +2589,27 @@
     schema:range schema:Person;
     rdfs:comment "A parents of the person." .
 
-schema:partofseason a rdf:Property;
-    rdfs:label "partofseason";
+schema:partOfSeason a rdf:Property;
+    rdfs:label "partOfSeason";
     schema:domain schema:TVEpisode;
     schema:range schema:TVSeason;
     rdfs:comment "The season to which this episode belongs." .
 
-schema:partoftvseries a rdf:Property;
-    rdfs:label "partoftvseries";
+schema:partOfTVSeries a rdf:Property;
+    rdfs:label "partOfTVSeries";
     schema:domain schema:TVEpisode,
         schema:TVSeason;
     schema:range schema:TVSeries;
     rdfs:comment "The TV series to which this episode or season belongs." .
 
-schema:paymentaccepted a rdf:Property;
-    rdfs:label "paymentaccepted";
+schema:paymentAccepted a rdf:Property;
+    rdfs:label "paymentAccepted";
     schema:domain schema:LocalBusiness;
     schema:range schema:Text;
     rdfs:comment "Cash, credit card, etc." .
 
-schema:performerin a rdf:Property;
-    rdfs:label "performerin";
+schema:performerIn a rdf:Property;
+    rdfs:label "performerIn";
     schema:domain schema:Person;
     schema:range schema:Event;
     rdfs:comment "Event that this person is a performer or participant in." .
@@ -2634,8 +2634,8 @@
         schema:Photograph;
     rdfs:comment "Photographs of this place." .
 
-schema:playertype a rdf:Property;
-    rdfs:label "playertype";
+schema:playerType a rdf:Property;
+    rdfs:label "playerType";
     schema:domain schema:MediaObject;
     schema:range schema:Text;
     rdfs:comment "Player type required—for example, Flash or Silverlight." .
@@ -2646,20 +2646,20 @@
     schema:range schema:Text;
     rdfs:comment "A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more spacedelimited points where the first and final points are identical." .
 
-schema:postalcode a rdf:Property;
-    rdfs:label "postalcode";
+schema:postOfficeBoxNumber a rdf:Property;
+    rdfs:label "postOfficeBoxNumber";
+    schema:domain schema:PostalAddress;
+    schema:range schema:Text;
+    rdfs:comment "The post offce box number for PO box addresses." .
+
+schema:postalCode a rdf:Property;
+    rdfs:label "postalCode";
     schema:domain schema:PostalAddress;
     schema:range schema:Text;
     rdfs:comment "The postal code. For example, 94043." .
 
-schema:postofficeboxnumber a rdf:Property;
-    rdfs:label "postofficeboxnumber";
-    schema:domain schema:PostalAddress;
-    schema:range schema:Text;
-    rdfs:comment "The post offce box number for PO box addresses." .
-
-schema:preptime a rdf:Property;
-    rdfs:label "preptime";
+schema:prepTime a rdf:Property;
+    rdfs:label "prepTime";
     schema:domain schema:Recipe;
     schema:range schema:Duration;
     rdfs:comment "The length of time it takes to prepare the recipe, in ISO 8601 duration format." .
@@ -2671,50 +2671,50 @@
         schema:Text;
     rdfs:comment "The offer price of the product." .
 
-schema:pricecurrency a rdf:Property;
-    rdfs:label "pricecurrency";
+schema:priceCurrency a rdf:Property;
+    rdfs:label "priceCurrency";
     schema:domain schema:Offer;
     schema:range schema:Text;
     rdfs:comment "The currency (in 3-letter ISO 4217 format) of the offer price." .
 
-<http://schema.org/pricehttp://schema.org/range> a rdf:Property;
-    rdfs:label "pricehttp://schema.org/range";
+schema:priceRange a rdf:Property;
+    rdfs:label "priceRange";
     schema:domain schema:LocalBusiness;
     schema:range schema:Text;
-    rdfs:comment "The price http://schema.org/range of the business, for example $$$." .
-
-schema:pricevaliduntil a rdf:Property;
-    rdfs:label "pricevaliduntil";
+    rdfs:comment "The price range of the business, for example $$$." .
+
+schema:priceValidUntil a rdf:Property;
+    rdfs:label "priceValidUntil";
     schema:domain schema:Offer;
     schema:range schema:Date;
     rdfs:comment "The date after which the price is no longer available." .
 
-schema:primaryimageofpage a rdf:Property;
-    rdfs:label "primaryimageofpage";
+schema:primaryImageOfPage a rdf:Property;
+    rdfs:label "primaryImageOfPage";
     schema:domain schema:WebPage;
     schema:range schema:ImageObject;
     rdfs:comment "Indicates the main image on the page" .
 
-schema:printcolumn a rdf:Property;
-    rdfs:label "printcolumn";
+schema:printColumn a rdf:Property;
+    rdfs:label "printColumn";
     schema:domain schema:NewsArticle;
     schema:range schema:Text;
     rdfs:comment "The number of the column in which the NewsArticle appears in the print edition." .
 
-schema:printedition a rdf:Property;
-    rdfs:label "printedition";
+schema:printEdition a rdf:Property;
+    rdfs:label "printEdition";
     schema:domain schema:NewsArticle;
     schema:range schema:Text;
     rdfs:comment "The edition of the print product in which the NewsArticle appears." .
 
-schema:printpage a rdf:Property;
-    rdfs:label "printpage";
+schema:printPage a rdf:Property;
+    rdfs:label "printPage";
     schema:domain schema:NewsArticle;
     schema:range schema:Text;
     rdfs:comment "If this NewsArticle appears in print, this field indicates the name of the page on which the article is found. Please note that this field is intended for the exact page name (e.g. A5, B18)." .
 
-schema:printsection a rdf:Property;
-    rdfs:label "printsection";
+schema:printSection a rdf:Property;
+    rdfs:label "printSection";
     schema:domain schema:NewsArticle;
     schema:range schema:Text;
     rdfs:comment "If this NewsArticle appears in print, this field indicates the print section in which the article appeared." .
@@ -2727,14 +2727,14 @@
     schema:range schema:Person;
     rdfs:comment "The producer of the movie, TV series, season, or episode, or video." .
 
-schema:productid a rdf:Property;
-    rdfs:label "productid";
+schema:productID a rdf:Property;
+    rdfs:label "productID";
     schema:domain schema:Product;
     schema:range schema:Text;
     rdfs:comment "The product identifier, such as ISBN. For example: <meta itemprop='productID' content='isbn:123-456-789'/>." .
 
-schema:productioncompany a rdf:Property;
-    rdfs:label "productioncompany";
+schema:productionCompany a rdf:Property;
+    rdfs:label "productionCompany";
     schema:domain schema:Movie,
         schema:TVEpisode,
         schema:TVSeries,
@@ -2742,8 +2742,8 @@
     schema:range schema:Organization;
     rdfs:comment "The production company or studio that made the movie, TV series, season, or episode, or video." .
 
-schema:proteincontent a rdf:Property;
-    rdfs:label "proteincontent";
+schema:proteinContent a rdf:Property;
+    rdfs:label "proteinContent";
     schema:domain schema:NutritionInformation;
     schema:range schema:Mass;
     rdfs:comment "The number of grams of protein." .
@@ -2761,8 +2761,8 @@
     schema:range schema:Organization;
     rdfs:comment "The publisher of the creative work." .
 
-schema:publishingprinciples a rdf:Property;
-    rdfs:label "publishingprinciples";
+schema:publishingPrinciples a rdf:Property;
+    rdfs:label "publishingPrinciples";
     schema:domain schema:CreativeWork;
     schema:range schema:URL;
     rdfs:comment "Link to page describing the editorial principles of the organization primarily responsible for the creation of the CreativeWork." .
@@ -2773,68 +2773,68 @@
     schema:range schema:Text;
     rdfs:comment "Specific qualifications required for this role." .
 
-schema:ratingcount a rdf:Property;
-    rdfs:label "ratingcount";
+schema:ratingCount a rdf:Property;
+    rdfs:label "ratingCount";
     schema:domain schema:AggregateRating;
     schema:range schema:Number;
     rdfs:comment "The count of total number of ratings." .
 
-schema:ratingvalue a rdf:Property;
-    rdfs:label "ratingvalue";
+schema:ratingValue a rdf:Property;
+    rdfs:label "ratingValue";
     schema:domain schema:Rating;
     schema:range schema:Text;
     rdfs:comment "The rating for the content." .
 
-schema:recipecategory a rdf:Property;
-    rdfs:label "recipecategory";
+schema:recipeCategory a rdf:Property;
+    rdfs:label "recipeCategory";
     schema:domain schema:Recipe;
     schema:range schema:Text;
     rdfs:comment "The category of the recipe—for example, appetizer, entree, etc." .
 
-schema:recipecuisine a rdf:Property;
-    rdfs:label "recipecuisine";
+schema:recipeCuisine a rdf:Property;
+    rdfs:label "recipeCuisine";
     schema:domain schema:Recipe;
     schema:range schema:Text;
     rdfs:comment "The cuisine of the recipe (for example, French or Ethopian)." .
 
-schema:recipeinstructions a rdf:Property;
-    rdfs:label "recipeinstructions";
+schema:recipeInstructions a rdf:Property;
+    rdfs:label "recipeInstructions";
     schema:domain schema:Recipe;
     schema:range schema:Text;
     rdfs:comment "The steps to make the dish." .
 
-schema:recipeyield a rdf:Property;
-    rdfs:label "recipeyield";
+schema:recipeYield a rdf:Property;
+    rdfs:label "recipeYield";
     schema:domain schema:Recipe;
     schema:range schema:Text;
     rdfs:comment "The quantity produced by the recipe (for example, number of people served, number of servings, etc)." .
 
-schema:regionsallowed a rdf:Property;
-    rdfs:label "regionsallowed";
+schema:regionsAllowed a rdf:Property;
+    rdfs:label "regionsAllowed";
     schema:domain schema:MediaObject;
     schema:range schema:Place;
     rdfs:comment "The regions where the media is allowed. If not specified, then it's assumed to be allowed everywhere. Specify the countries in ISO 3166 format." .
 
-schema:relatedto a rdf:Property;
-    rdfs:label "relatedto";
+schema:relatedTo a rdf:Property;
+    rdfs:label "relatedTo";
     schema:domain schema:Person;
     schema:range schema:Person;
     rdfs:comment "The most generic familial relation." .
 
-schema:replytourl a rdf:Property;
-    rdfs:label "replytourl";
+schema:replyToUrl a rdf:Property;
+    rdfs:label "replyToUrl";
     schema:domain schema:UserComments;
     schema:range schema:URL;
     rdfs:comment "The URL at which a reply may be posted to the specified UserComment." .
 
-schema:representativeofpage a rdf:Property;
-    rdfs:label "representativeofpage";
+schema:representativeOfPage a rdf:Property;
+    rdfs:label "representativeOfPage";
     schema:domain schema:ImageObject;
     schema:range schema:Boolean;
     rdfs:comment "Indicates whether this image is representative of the content of the page." .
 
-schema:requiressubscription a rdf:Property;
-    rdfs:label "requiressubscription";
+schema:requiresSubscription a rdf:Property;
+    rdfs:label "requiresSubscription";
     schema:domain schema:MediaObject;
     schema:range schema:Boolean;
     rdfs:comment "Indicates if use of the media require a subscription  (either paid or free). Allowed values are yes or no." .
@@ -2845,20 +2845,20 @@
     schema:range schema:Text;
     rdfs:comment "Responsibilities associated with this role." .
 
-schema:reviewbody a rdf:Property;
-    rdfs:label "reviewbody";
+schema:reviewBody a rdf:Property;
+    rdfs:label "reviewBody";
     schema:domain schema:Review;
     schema:range schema:Text;
     rdfs:comment "The actual body of the review" .
 
-schema:reviewcount a rdf:Property;
-    rdfs:label "reviewcount";
+schema:reviewCount a rdf:Property;
+    rdfs:label "reviewCount";
     schema:domain schema:AggregateRating;
     schema:range schema:Number;
     rdfs:comment "The count of total number of reviews." .
 
-schema:reviewrating a rdf:Property;
-    rdfs:label "reviewrating";
+schema:reviewRating a rdf:Property;
+    rdfs:label "reviewRating";
     schema:domain schema:Review;
     schema:range schema:Rating;
     rdfs:comment "The rating given in this review. Note that reviews can themselves be rated. The reviewRating applies to rating given by the review. The aggregateRating property applies to the review itself, as a creative work." .
@@ -2873,14 +2873,14 @@
     schema:range schema:Review;
     rdfs:comment "Review of the item." .
 
-schema:salarycurrency a rdf:Property;
-    rdfs:label "salarycurrency";
+schema:salaryCurrency a rdf:Property;
+    rdfs:label "salaryCurrency";
     schema:domain schema:JobPosting;
     schema:range schema:Text;
     rdfs:comment "The currency (coded using ISO 4217, http://en.wikipedia.org/wiki/ISO_4217 used for the main salary information in this job posting." .
 
-schema:saturatedfatcontent a rdf:Property;
-    rdfs:label "saturatedfatcontent";
+schema:saturatedFatContent a rdf:Property;
+    rdfs:label "saturatedFatContent";
     schema:domain schema:NutritionInformation;
     schema:range schema:Mass;
     rdfs:comment "The number of grams of saturated fat." .
@@ -2891,8 +2891,8 @@
     schema:range schema:URL;
     rdfs:comment "Link(s) to app screenshots." .
 
-schema:seasonnumber a rdf:Property;
-    rdfs:label "seasonnumber";
+schema:seasonNumber a rdf:Property;
+    rdfs:label "seasonNumber";
     schema:domain schema:TVSeason;
     schema:range schema:Integer;
     rdfs:comment "The season number." .
@@ -2909,14 +2909,14 @@
     schema:range schema:Organization;
     rdfs:comment "The seller of the product." .
 
-schema:servescuisine a rdf:Property;
-    rdfs:label "servescuisine";
+schema:servesCuisine a rdf:Property;
+    rdfs:label "servesCuisine";
     schema:domain schema:FoodEstablishment;
     schema:range schema:Text;
     rdfs:comment "The cuisine of the restaurant." .
 
-schema:servingsize a rdf:Property;
-    rdfs:label "servingsize";
+schema:servingSize a rdf:Property;
+    rdfs:label "servingSize";
     schema:domain schema:NutritionInformation;
     schema:range schema:Text;
     rdfs:comment "The serving size, in terms of the number of volume or mass" .
@@ -2927,8 +2927,8 @@
     schema:range schema:Person;
     rdfs:comment "A sibling of the person." .
 
-schema:significantlinks a rdf:Property;
-    rdfs:label "significantlinks";
+schema:significantLinks a rdf:Property;
+    rdfs:label "significantLinks";
     schema:domain schema:WebPage;
     schema:range schema:URL;
     rdfs:comment "The most significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most" .
@@ -2939,44 +2939,44 @@
     schema:range schema:Text;
     rdfs:comment "Skills required to fulfill this role." .
 
-schema:sodiumcontent a rdf:Property;
-    rdfs:label "sodiumcontent";
+schema:sodiumContent a rdf:Property;
+    rdfs:label "sodiumContent";
     schema:domain schema:NutritionInformation;
     schema:range schema:Mass;
     rdfs:comment "The number of milligrams of sodium." .
 
-schema:softwareapplicationcategory a rdf:Property;
-    rdfs:label "softwareapplicationcategory";
+schema:softwareApplicationCategory a rdf:Property;
+    rdfs:label "softwareApplicationCategory";
     schema:domain schema:SoftwareApplication;
     schema:range schema:SoftwareApplicationType;
     rdfs:comment "Type of software application." .
 
-schema:softwareapplicationcategorydeprecated a rdf:Property;
-    rdfs:label "softwareapplicationcategorydeprecated";
+schema:softwareApplicationCategoryDeprecated a rdf:Property;
+    rdfs:label "softwareApplicationCategoryDeprecated";
     schema:domain schema:SoftwareApplication;
     schema:range schema:Thing;
     rdfs:comment "Type of software application." .
 
-schema:softwareapplicationsubcategory a rdf:Property;
-    rdfs:label "softwareapplicationsubcategory";
+schema:softwareApplicationSubCategory a rdf:Property;
+    rdfs:label "softwareApplicationSubCategory";
     schema:domain schema:SoftwareApplication;
     schema:range schema:Text;
     rdfs:comment "Subcategory of the application." .
 
-schema:softwareversion a rdf:Property;
-    rdfs:label "softwareversion";
+schema:softwareVersion a rdf:Property;
+    rdfs:label "softwareVersion";
     schema:domain schema:SoftwareApplication;
     schema:range schema:Text;
     rdfs:comment "Version of the software instance." .
 
-schema:sourceorganization a rdf:Property;
-    rdfs:label "sourceorganization";
+schema:sourceOrganization a rdf:Property;
+    rdfs:label "sourceOrganization";
     schema:domain schema:CreativeWork;
     schema:range schema:Organization;
     rdfs:comment "The Organization on whose behalf the creator was working." .
 
-schema:specialcommitments a rdf:Property;
-    rdfs:label "specialcommitments";
+schema:specialCommitments a rdf:Property;
+    rdfs:label "specialCommitments";
     schema:domain schema:JobPosting;
     schema:range schema:Text;
     rdfs:comment "Any special commitments associated with this job posting. Valid entries include VeteranCommit, MilitarySpouseCommit, etc." .
@@ -2987,34 +2987,34 @@
     schema:range schema:Person;
     rdfs:comment "The person's spouse." .
 
-schema:startdate a rdf:Property;
-    rdfs:label "startdate";
+schema:startDate a rdf:Property;
+    rdfs:label "startDate";
     schema:domain schema:Event,
         schema:TVSeason,
         schema:TVSeries;
     schema:range schema:Date;
     rdfs:comment "The start date and time of the event (in ISO 8601 date format)." .
 
-schema:streetaddress a rdf:Property;
-    rdfs:label "streetaddress";
+schema:streetAddress a rdf:Property;
+    rdfs:label "streetAddress";
     schema:domain schema:PostalAddress;
     schema:range schema:Text;
     rdfs:comment "The street address. For example, 1600 Amphitheatre Pkwy." .
 
-schema:subevents a rdf:Property;
-    rdfs:label "subevents";
+schema:subEvents a rdf:Property;
+    rdfs:label "subEvents";
     schema:domain schema:Event;
     schema:range schema:Event;
     rdfs:comment "Events that are a part of this event. For example, a conference event includes many presentations, each are subEvents of the conference." .
 
-schema:sugarcontent a rdf:Property;
-    rdfs:label "sugarcontent";
+schema:sugarContent a rdf:Property;
+    rdfs:label "sugarContent";
     schema:domain schema:NutritionInformation;
     schema:range schema:Mass;
     rdfs:comment "The number of grams of sugar." .
 
-schema:superevent a rdf:Property;
-    rdfs:label "superevent";
+schema:superEvent a rdf:Property;
+    rdfs:label "superEvent";
     schema:domain schema:Event;
     schema:range schema:Event;
     rdfs:comment "An event that this event is a part of. For example, a collection of individual music performances might each have a music festival as their superEvent." .
@@ -3035,14 +3035,14 @@
     schema:range schema:ImageObject;
     rdfs:comment "Thumbnail image for an image or video." .
 
-schema:thumbnailurl a rdf:Property;
-    rdfs:label "thumbnailurl";
+schema:thumbnailUrl a rdf:Property;
+    rdfs:label "thumbnailUrl";
     schema:domain schema:CreativeWork;
     schema:range schema:URL;
     rdfs:comment "A thumbnail image relevant to the Thing." .
 
-schema:tickersymbol a rdf:Property;
-    rdfs:label "tickersymbol";
+schema:tickerSymbol a rdf:Property;
+    rdfs:label "tickerSymbol";
     schema:domain schema:Corporation;
     schema:range schema:Text;
     rdfs:comment "The exchange traded instrument associated with a Corporation object. The tickerSymbol is expressed as an exchange and an instrument name separated by a space character. For the exchange component of the tickerSymbol attribute, we reccommend using the controlled vocaulary of Market Identifier Codes (MIC) specified in ISO15022." .
@@ -3053,8 +3053,8 @@
     schema:range schema:Text;
     rdfs:comment "The title of the job." .
 
-schema:totaltime a rdf:Property;
-    rdfs:label "totaltime";
+schema:totalTime a rdf:Property;
+    rdfs:label "totalTime";
     schema:domain schema:Recipe;
     schema:range schema:Duration;
     rdfs:comment "The total time it takes to prepare and cook the recipe, in ISO 8601 duration format." .
@@ -3075,6 +3075,12 @@
     schema:range schema:VideoObject;
     rdfs:comment "The trailer of the movie or TV series, season, or episode." .
 
+schema:transFatContent a rdf:Property;
+    rdfs:label "transFatContent";
+    schema:domain schema:NutritionInformation;
+    schema:range schema:Mass;
+    rdfs:comment "The number of grams of trans fat." .
+
 schema:transcript a rdf:Property;
     rdfs:label "transcript";
     schema:domain schema:AudioObject,
@@ -3082,26 +3088,20 @@
     schema:range schema:Text;
     rdfs:comment "If this MediaObject is an AudioObject or VideoObject, the transcript of that object." .
 
-schema:transfatcontent a rdf:Property;
-    rdfs:label "transfatcontent";
-    schema:domain schema:NutritionInformation;
-    schema:range schema:Mass;
-    rdfs:comment "The number of grams of trans fat." .
-
 schema:type a rdf:Property;
     rdfs:label "type";
     schema:domain schema:Thing;
     schema:range schema:Text;
     rdfs:comment "Auto added type field." .
 
-schema:unsaturatedfatcontent a rdf:Property;
-    rdfs:label "unsaturatedfatcontent";
+schema:unsaturatedFatContent a rdf:Property;
+    rdfs:label "unsaturatedFatContent";
     schema:domain schema:NutritionInformation;
     schema:range schema:Mass;
     rdfs:comment "The number of grams of unsaturated fat." .
 
-schema:uploaddate a rdf:Property;
-    rdfs:label "uploaddate";
+schema:uploadDate a rdf:Property;
+    rdfs:label "uploadDate";
     schema:domain schema:MediaObject;
     schema:range schema:Date;
     rdfs:comment "Date when this media object was uploaded to this site." .
@@ -3112,8 +3112,8 @@
     schema:range schema:URL;
     rdfs:comment "URL of the item." .
 
-schema:usagetermsdeprecated a rdf:Property;
-    rdfs:label "usagetermsdeprecated";
+schema:usageTermsDeprecated a rdf:Property;
+    rdfs:label "usageTermsDeprecated";
     schema:domain schema:CreativeWork;
     schema:range schema:Text,
         schema:URL;
@@ -3131,14 +3131,14 @@
     schema:range schema:VideoObject;
     rdfs:comment "An embedded video object." .
 
-schema:videoframesize a rdf:Property;
-    rdfs:label "videoframesize";
+schema:videoFrameSize a rdf:Property;
+    rdfs:label "videoFrameSize";
     schema:domain schema:VideoObject;
     schema:range schema:Text;
     rdfs:comment "The frame size of the video." .
 
-schema:videoquality a rdf:Property;
-    rdfs:label "videoquality";
+schema:videoQuality a rdf:Property;
+    rdfs:label "videoQuality";
     schema:domain schema:VideoObject;
     schema:range schema:Text;
     rdfs:comment "The quality of the video." .
@@ -3149,33 +3149,33 @@
     schema:range schema:Distance;
     rdfs:comment "The width of the media object." .
 
-schema:wordcount a rdf:Property;
-    rdfs:label "wordcount";
+schema:wordCount a rdf:Property;
+    rdfs:label "wordCount";
     schema:domain schema:Article;
     schema:range schema:Integer;
     rdfs:comment "The number of words in the text of the Article." .
 
-schema:workhours a rdf:Property;
-    rdfs:label "workhours";
+schema:workHours a rdf:Property;
+    rdfs:label "workHours";
     schema:domain schema:JobPosting;
     schema:range schema:Text;
     rdfs:comment "The typical working hours for this job (e.g. 1st shift, night shift, 8am-5pm)." .
 
-schema:worklocation a rdf:Property;
-    rdfs:label "worklocation";
+schema:workLocation a rdf:Property;
+    rdfs:label "workLocation";
     schema:domain schema:Person;
     schema:range schema:ContactPoint,
         schema:Place;
     rdfs:comment "A contact location for a person's place of work." .
 
-schema:worksfor a rdf:Property;
-    rdfs:label "worksfor";
+schema:worksFor a rdf:Property;
+    rdfs:label "worksFor";
     schema:domain schema:Person;
     schema:range schema:Organization;
     rdfs:comment "Organizations that the person works for." .
 
-schema:worstrating a rdf:Property;
-    rdfs:label "worstrating";
+schema:worstRating a rdf:Property;
+    rdfs:label "worstRating";
     schema:domain schema:Rating;
     schema:range schema:Number,
         schema:Text;
--- a/schema.org/drafts/alpha/rdfa.html	Fri Jan 27 20:52:10 2012 +0100
+++ b/schema.org/drafts/alpha/rdfa.html	Thu Feb 02 16:26:51 2012 +0100
@@ -15,13 +15,14 @@
   </head>
 
   <body>
-	
-	<h1>Schema.org core schema</h1>
-	<p>This is an <b>experimental</b> RDFa 1.1 Lite representation of the schema.org schema, copied here for collaboration and feedback.</p>
 
-	<p>Known issues include downcased property names, and the use of markup within rdfs:comment text, and use of entities like mdash. Feedback/comments to danbri@danbri.org please.</p>
+    <h1>Schema.org core schema</h1>
 
-	<hr />
+    <p>This is an <b>experimental</b> RDFa 1.1 Lite representation of the schema.org schema, copied here for collaboration and <a href="mailto:public-vocabs@w3.org">feedback</a>.</p>
+
+    <p>This draft posted by <a href="mailto:danbri@danbri.org">Dan Brickley</a>, experimenting with mechanisms for documenting schema evolution and change proposals.</p>
+
+    <hr />
 
     <div typeof="rdfs:Class" about="http://schema.org/Thing">
       <span class="h" property="rdfs:label">Thing</span>
@@ -282,7 +283,7 @@
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Landform">
       <span class="h" property="rdfs:label">Landform</span>
-      <span property="rdfs:comment">A landform or physical feature.  Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain http://schema.org/ranges, volcanoes, and the great ocean basins.</span>
+      <span property="rdfs:comment">A landform or physical feature.  Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain ranges, volcanoes, and the great ocean basins.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Place">Place</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/BodyOfWater">
@@ -1548,1659 +1549,1659 @@
       <span property="rdfs:comment">A zoo.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
     </div>
-    <div typeof="rdf:Property" about="http://schema.org/highprice">
-      <span class="h" property="rdfs:label">highprice</span>
+    <div typeof="rdf:Property" about="http://schema.org/highPrice">
+      <span class="h" property="rdfs:label">highPrice</span>
       <span property="rdfs:comment">The highest price of all offers available.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/AggregateOffer">AggregateOffer</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/lowprice">
-      <span class="h" property="rdfs:label">lowprice</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/AggregateOffer">AggregateOffer</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/lowPrice">
+      <span class="h" property="rdfs:label">lowPrice</span>
       <span property="rdfs:comment">The lowest price of all offers available.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/AggregateOffer">AggregateOffer</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/offercount">
-      <span class="h" property="rdfs:label">offercount</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/AggregateOffer">AggregateOffer</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/offerCount">
+      <span class="h" property="rdfs:label">offerCount</span>
       <span property="rdfs:comment">The number of offers for the product.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/AggregateOffer">AggregateOffer</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Integer">Integer</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/itemreviewed">
-      <span class="h" property="rdfs:label">itemreviewed</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/AggregateOffer">AggregateOffer</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Integer">Integer</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/itemReviewed">
+      <span class="h" property="rdfs:label">itemReviewed</span>
       <span property="rdfs:comment">The item that is being reviewed/rated.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/AggregateRating">AggregateRating</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Review">Review</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Thing">Thing</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/ratingcount">
-      <span class="h" property="rdfs:label">ratingcount</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/AggregateRating">AggregateRating</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Review">Review</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Thing">Thing</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/ratingCount">
+      <span class="h" property="rdfs:label">ratingCount</span>
       <span property="rdfs:comment">The count of total number of ratings.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/AggregateRating">AggregateRating</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/reviewcount">
-      <span class="h" property="rdfs:label">reviewcount</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/AggregateRating">AggregateRating</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/reviewCount">
+      <span class="h" property="rdfs:label">reviewCount</span>
       <span property="rdfs:comment">The count of total number of reviews.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/AggregateRating">AggregateRating</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/articlebody">
-      <span class="h" property="rdfs:label">articlebody</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/AggregateRating">AggregateRating</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/articleBody">
+      <span class="h" property="rdfs:label">articleBody</span>
       <span property="rdfs:comment">The actual body of the article.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Article">Article</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/articlesection">
-      <span class="h" property="rdfs:label">articlesection</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Article">Article</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/articleSection">
+      <span class="h" property="rdfs:label">articleSection</span>
       <span property="rdfs:comment">Articles may belong to one or more 'sections' in a magazine or newspaper, such as Sports, Lifestyle, etc.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Article">Article</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/wordcount">
-      <span class="h" property="rdfs:label">wordcount</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Article">Article</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/wordCount">
+      <span class="h" property="rdfs:label">wordCount</span>
       <span property="rdfs:comment">The number of words in the text of the Article.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Article">Article</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Integer">Integer</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Article">Article</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Integer">Integer</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/transcript">
       <span class="h" property="rdfs:label">transcript</span>
       <span property="rdfs:comment">If this MediaObject is an AudioObject or VideoObject, the transcript of that object.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/AudioObject">AudioObject</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/VideoObject">VideoObject</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/blogposts">
-      <span class="h" property="rdfs:label">blogposts</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/AudioObject">AudioObject</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/VideoObject">VideoObject</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/blogPosts">
+      <span class="h" property="rdfs:label">blogPosts</span>
       <span property="rdfs:comment">The postings that are part of this blog</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Blog">Blog</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/BlogPosting">BlogPosting</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/bookedition">
-      <span class="h" property="rdfs:label">bookedition</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Blog">Blog</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/BlogPosting">BlogPosting</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/bookEdition">
+      <span class="h" property="rdfs:label">bookEdition</span>
       <span property="rdfs:comment">The edition of the book.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Book">Book</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/bookformat">
-      <span class="h" property="rdfs:label">bookformat</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Book">Book</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/bookFormat">
+      <span class="h" property="rdfs:label">bookFormat</span>
       <span property="rdfs:comment">The format of the book.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Book">Book</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/BookFormatType">BookFormatType</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/bookformatdeprecated">
-      <span class="h" property="rdfs:label">bookformatdeprecated</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Book">Book</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/BookFormatType">BookFormatType</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/bookFormatDeprecated">
+      <span class="h" property="rdfs:label">bookFormatDeprecated</span>
       <span property="rdfs:comment">The format of the book.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Book">Book</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Thing">Thing</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Book">Book</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Thing">Thing</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/illustrator">
       <span class="h" property="rdfs:label">illustrator</span>
       <span property="rdfs:comment">The illustrator of the book.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Book">Book</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Book">Book</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/isbn">
       <span class="h" property="rdfs:label">isbn</span>
       <span property="rdfs:comment">The ISBN of the book.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Book">Book</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/numberofpages">
-      <span class="h" property="rdfs:label">numberofpages</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Book">Book</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/numberOfPages">
+      <span class="h" property="rdfs:label">numberOfPages</span>
       <span property="rdfs:comment">The number of pages in the book.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Book">Book</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Integer">Integer</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/openinghours">
-      <span class="h" property="rdfs:label">openinghours</span>
-      <span property="rdfs:comment">The opening hours for a business. Opening hours can be specified as a weekly time http://schema.org/range, starting with days, then times per day. Multiple days can be listed with commas ',' separating each day. Day or time http://schema.org/ranges are specified using a hyphen '-'.<br />- Days are specified using the following two-letter combinations: <code>Mo</code>, <code>Tu</code>, <code>We</code>, <code>Th</code>, <code>Fr</code>, <code>Sa</code>, <code>Su</code>.<br />- Times are specified using 24:00 time. For example, 3pm is specified as <code>15:00</code>. <br />- Here is an example: <code>&lt;time itemprop=&quot;openingHours&quot; datetime=&quot;Tu,Th 16:00-20:00&quot;&gt;Tuesdays and Thursdays 4-8pm&lt;/time&gt;</code>. <br />- If a business is open 7 days a week, then it can be specified as <code>&lt;time itemprop=&quot;openingHours&quot; datetime=&quot;Mo-Su&quot;&gt;Monday through Sunday, all day&lt;/time&gt;</code>.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/CivicStructure">CivicStructure</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Duration">Duration</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/contacttype">
-      <span class="h" property="rdfs:label">contacttype</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Book">Book</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Integer">Integer</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/openingHours">
+      <span class="h" property="rdfs:label">openingHours</span>
+      <span property="rdfs:comment">The opening hours for a business. Opening hours can be specified as a weekly time range, starting with days, then times per day. Multiple days can be listed with commas ',' separating each day. Day or time ranges are specified using a hyphen '-'.<br />- Days are specified using the following two-letter combinations: <code>Mo</code>, <code>Tu</code>, <code>We</code>, <code>Th</code>, <code>Fr</code>, <code>Sa</code>, <code>Su</code>.<br />- Times are specified using 24:00 time. For example, 3pm is specified as <code>15:00</code>. <br />- Here is an example: <code>&lt;time itemprop=&quot;openingHours&quot; datetime=&quot;Tu,Th 16:00-20:00&quot;&gt;Tuesdays and Thursdays 4-8pm&lt;/time&gt;</code>. <br />- If a business is open 7 days a week, then it can be specified as <code>&lt;time itemprop=&quot;openingHours&quot; datetime=&quot;Mo-Su&quot;&gt;Monday through Sunday, all day&lt;/time&gt;</code>.</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/CivicStructure">CivicStructure</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Duration">Duration</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/contactType">
+      <span class="h" property="rdfs:label">contactType</span>
       <span property="rdfs:comment">A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/ContactPoint">ContactPoint</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/ContactPoint">ContactPoint</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/email">
       <span class="h" property="rdfs:label">email</span>
       <span property="rdfs:comment">Email address.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/ContactPoint">ContactPoint</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/faxnumber">
-      <span class="h" property="rdfs:label">faxnumber</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/ContactPoint">ContactPoint</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/faxNumber">
+      <span class="h" property="rdfs:label">faxNumber</span>
       <span property="rdfs:comment">The fax number.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/ContactPoint">ContactPoint</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/ContactPoint">ContactPoint</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/telephone">
       <span class="h" property="rdfs:label">telephone</span>
       <span property="rdfs:comment">The telephone number.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/ContactPoint">ContactPoint</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/tickersymbol">
-      <span class="h" property="rdfs:label">tickersymbol</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/ContactPoint">ContactPoint</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/tickerSymbol">
+      <span class="h" property="rdfs:label">tickerSymbol</span>
       <span property="rdfs:comment">The exchange traded instrument associated with a Corporation object. The tickerSymbol is expressed as an exchange and an instrument name separated by a space character. For the exchange component of the tickerSymbol attribute, we reccommend using the controlled vocaulary of Market Identifier Codes (MIC) specified in ISO15022.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Corporation">Corporation</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Corporation">Corporation</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/about">
       <span class="h" property="rdfs:label">about</span>
       <span property="rdfs:comment">The subject matter of the content.</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/Thing">Thing</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/accountableperson">
-      <span class="h" property="rdfs:label">accountableperson</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/Thing">Thing</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/accountablePerson">
+      <span class="h" property="rdfs:label">accountablePerson</span>
       <span property="rdfs:comment">Specifies the Person that is legally accountable for the CreativeWork.</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/Person">Person</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/aggregaterating">
-      <span class="h" property="rdfs:label">aggregaterating</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/Person">Person</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/aggregateRating">
+      <span class="h" property="rdfs:label">aggregateRating</span>
       <span property="rdfs:comment">The overall rating, based on a collection of reviews or ratings, of the item.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/AggregateRating">AggregateRating</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/alternativeheadline">
-      <span class="h" property="rdfs:label">alternativeheadline</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/AggregateRating">AggregateRating</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/alternativeHeadline">
+      <span class="h" property="rdfs:label">alternativeHeadline</span>
       <span property="rdfs:comment">A secondary title of the CreativeWork.</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/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/associatedmedia">
-      <span class="h" property="rdfs:label">associatedmedia</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/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/associatedMedia">
+      <span class="h" property="rdfs:label">associatedMedia</span>
       <span property="rdfs:comment">The media objects that encode this creative work. This property is a synonym for encodings.</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/MediaObject">MediaObject</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/MediaObject">MediaObject</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/audio">
       <span class="h" property="rdfs:label">audio</span>
       <span property="rdfs:comment">An embedded audio object.</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/AudioObject">AudioObject</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/AudioObject">AudioObject</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/author">
       <span class="h" property="rdfs:label">author</span>
       <span property="rdfs:comment">The author of this content. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangabely.</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/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</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/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/awards">
       <span class="h" property="rdfs:label">awards</span>
       <span property="rdfs:comment">Awards won by this person or for this creative work.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/comment">
       <span class="h" property="rdfs:label">comment</span>
       <span property="rdfs:comment">Comments, typically from users, on this CreativeWork.</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/UserComments">UserComments</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/contentlocation">
-      <span class="h" property="rdfs:label">contentlocation</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/UserComments">UserComments</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/contentLocation">
+      <span class="h" property="rdfs:label">contentLocation</span>
       <span property="rdfs:comment">The location of the content.</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/Place">Place</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/contentrating">
-      <span class="h" property="rdfs:label">contentrating</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/Place">Place</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/contentRating">
+      <span class="h" property="rdfs:label">contentRating</span>
       <span property="rdfs:comment">Official rating of a piece of content&#8212;for example,'MPAA PG-13'.</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/Text">Text</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/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/contributor">
       <span class="h" property="rdfs:label">contributor</span>
       <span property="rdfs:comment">A secondary contributor to the CreativeWork.</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/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/copyrightholder">
-      <span class="h" property="rdfs:label">copyrightholder</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/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/copyrightHolder">
+      <span class="h" property="rdfs:label">copyrightHolder</span>
       <span property="rdfs:comment">The party holding the legal copyright to the CreativeWork.</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/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/copyrightnoticedeprecated">
-      <span class="h" property="rdfs:label">copyrightnoticedeprecated</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/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/copyrightNoticeDeprecated">
+      <span class="h" property="rdfs:label">copyrightNoticeDeprecated</span>
       <span property="rdfs:comment">Any necessary copyright notice for claiming the intellectual property for the CreativeWork.</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/Text">Text</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/URL">URL</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/copyrightyear">
-      <span class="h" property="rdfs:label">copyrightyear</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/Text">Text</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/URL">URL</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/copyrightYear">
+      <span class="h" property="rdfs:label">copyrightYear</span>
       <span property="rdfs:comment">The year during which the claimed copyright for the CreativeWork was first asserted.</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/Number">Number</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/Number">Number</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/creator">
       <span class="h" property="rdfs:label">creator</span>
       <span property="rdfs:comment">The creator/author of this CreativeWork or UserComments. This is the same as the Author property for CreativeWork.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/UserComments">UserComments</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/datecreated">
-      <span class="h" property="rdfs:label">datecreated</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/UserComments">UserComments</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/dateCreated">
+      <span class="h" property="rdfs:label">dateCreated</span>
       <span property="rdfs:comment">The date on which the CreativeWork was created.</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/Date">Date</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/datemodified">
-      <span class="h" property="rdfs:label">datemodified</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/Date">Date</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/dateModified">
+      <span class="h" property="rdfs:label">dateModified</span>
       <span property="rdfs:comment">The date on which the CreativeWork was most recently modified.</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/Date">Date</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/datepublished">
-      <span class="h" property="rdfs:label">datepublished</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/Date">Date</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/datePublished">
+      <span class="h" property="rdfs:label">datePublished</span>
       <span property="rdfs:comment">Date of first broadcast/publication.</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/Date">Date</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/discussionurl">
-      <span class="h" property="rdfs:label">discussionurl</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/Date">Date</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/discussionUrl">
+      <span class="h" property="rdfs:label">discussionUrl</span>
       <span property="rdfs:comment">A link to the page containing the comments of the CreativeWork.</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/URL">URL</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/URL">URL</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/editor">
       <span class="h" property="rdfs:label">editor</span>
       <span property="rdfs:comment">Specifies the Person who edited the CreativeWork.</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/Person">Person</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/Person">Person</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/encodings">
       <span class="h" property="rdfs:label">encodings</span>
       <span property="rdfs:comment">The media objects that encode this creative work</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/MediaObject">MediaObject</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/MediaObject">MediaObject</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/genre">
       <span class="h" property="rdfs:label">genre</span>
       <span property="rdfs:comment">Genre of the creative work</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/Text">Text</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/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/headline">
       <span class="h" property="rdfs:label">headline</span>
       <span property="rdfs:comment">Headline of the article</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/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/inlanguage">
-      <span class="h" property="rdfs:label">inlanguage</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/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/inLanguage">
+      <span class="h" property="rdfs:label">inLanguage</span>
       <span property="rdfs:comment">The language of the content. please use one of the language codes from the <a href="http://tools.ietf.org/html/bcp47">IETF BCP 47 standard.</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/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/interactioncount">
-      <span class="h" property="rdfs:label">interactioncount</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/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/interactionCount">
+      <span class="h" property="rdfs:label">interactionCount</span>
       <span property="rdfs:comment">A count of a specific user interactions with this item&#8212;for example, <code>20 UserLikes</code>, <code>5 UserComments</code>, or <code>300 UserDownloads</code>. The user interaction type should be one of the sub types of <a href="http://schema.org/UserInteraction">UserInteraction</a>.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/isfamilyfriendly">
-      <span class="h" property="rdfs:label">isfamilyfriendly</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/isFamilyFriendly">
+      <span class="h" property="rdfs:label">isFamilyFriendly</span>
       <span property="rdfs:comment">Indicates whether this content is family friendly.</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/Boolean">Boolean</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/Boolean">Boolean</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/keywords">
       <span class="h" property="rdfs:label">keywords</span>
       <span property="rdfs:comment">The keywords/tags used to describe this content.</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/Text">Text</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/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/mentions">
       <span class="h" property="rdfs:label">mentions</span>
       <span property="rdfs:comment">Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.</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/Thing">Thing</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/Thing">Thing</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/offers">
       <span class="h" property="rdfs:label">offers</span>
       <span property="rdfs:comment">An offer to sell this item&#8212;for example, an offer to sell a product, the DVD of a movie, or tickets to an event.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Event">Event</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Offer">Offer</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Event">Event</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Offer">Offer</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/provider">
       <span class="h" property="rdfs:label">provider</span>
       <span property="rdfs:comment">Specifies the Person or Organization that distributed the CreativeWork.</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/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</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/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/publisher">
       <span class="h" property="rdfs:label">publisher</span>
       <span property="rdfs:comment">The publisher of the creative work.</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/Organization">Organization</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/publishingprinciples">
-      <span class="h" property="rdfs:label">publishingprinciples</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/Organization">Organization</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/publishingPrinciples">
+      <span class="h" property="rdfs:label">publishingPrinciples</span>
       <span property="rdfs:comment">Link to page describing the editorial principles of the organization primarily responsible for the creation of the CreativeWork.</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/URL">URL</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/URL">URL</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/reviews">
       <span class="h" property="rdfs:label">reviews</span>
       <span property="rdfs:comment">Review of the item.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Review">Review</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/sourceorganization">
-      <span class="h" property="rdfs:label">sourceorganization</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Review">Review</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/sourceOrganization">
+      <span class="h" property="rdfs:label">sourceOrganization</span>
       <span property="rdfs:comment">The Organization on whose behalf the creator was working.</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/Organization">Organization</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/thumbnailurl">
-      <span class="h" property="rdfs:label">thumbnailurl</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/Organization">Organization</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/thumbnailUrl">
+      <span class="h" property="rdfs:label">thumbnailUrl</span>
       <span property="rdfs:comment">A thumbnail image relevant to the Thing.</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/URL">URL</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/usagetermsdeprecated">
-      <span class="h" property="rdfs:label">usagetermsdeprecated</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/URL">URL</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/usageTermsDeprecated">
+      <span class="h" property="rdfs:label">usageTermsDeprecated</span>
       <span property="rdfs:comment">A statement about the usage terms pertaining to the CreativeWork.</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/Text">Text</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/URL">URL</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/Text">Text</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/URL">URL</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/version">
       <span class="h" property="rdfs:label">version</span>
       <span property="rdfs:comment">The version of the CreativeWork embodied by a specified resource.</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/Number">Number</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/Number">Number</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/video">
       <span class="h" property="rdfs:label">video</span>
       <span property="rdfs:comment">An embedded video object.</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/VideoObject">VideoObject</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/VideoObject">VideoObject</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/alumni">
       <span class="h" property="rdfs:label">alumni</span>
       <span property="rdfs:comment">Alumni of educational organization.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/EducationalOrganization">EducationalOrganization</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/EducationalOrganization">EducationalOrganization</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/attendees">
       <span class="h" property="rdfs:label">attendees</span>
       <span property="rdfs:comment">A person attending the event.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Event">Event</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Event">Event</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/duration">
       <span class="h" property="rdfs:label">duration</span>
       <span property="rdfs:comment">The duration of the item (movie, audio recording, event, etc.) in <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO 8601 date format</a>.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Event">Event</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Movie">Movie</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/MusicRecording">MusicRecording</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Duration">Duration</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/enddate">
-      <span class="h" property="rdfs:label">enddate</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Event">Event</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Movie">Movie</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MusicRecording">MusicRecording</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Duration">Duration</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/endDate">
+      <span class="h" property="rdfs:label">endDate</span>
       <span property="rdfs:comment">The end date and time of the event (in <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO 8601 date format</a>).</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Event">Event</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeason">TVSeason</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeries">TVSeries</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Date">Date</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Event">Event</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeason">TVSeason</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeries">TVSeries</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Date">Date</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/location">
       <span class="h" property="rdfs:label">location</span>
       <span property="rdfs:comment">The location of the event or organization.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Event">Event</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Place">Place</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/PostalAddress">PostalAddress</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Event">Event</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Place">Place</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/PostalAddress">PostalAddress</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/performers">
       <span class="h" property="rdfs:label">performers</span>
       <span property="rdfs:comment">The main performer or performers of the event&#8212;for example, a presenter, musician, or actor.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Event">Event</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/startdate">
-      <span class="h" property="rdfs:label">startdate</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Event">Event</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/startDate">
+      <span class="h" property="rdfs:label">startDate</span>
       <span property="rdfs:comment">The start date and time of the event (in <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO 8601 date format</a>).</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Event">Event</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeason">TVSeason</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeries">TVSeries</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Date">Date</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/subevents">
-      <span class="h" property="rdfs:label">subevents</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Event">Event</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeason">TVSeason</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeries">TVSeries</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Date">Date</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/subEvents">
+      <span class="h" property="rdfs:label">subEvents</span>
       <span property="rdfs:comment">Events that are a part of this event. For example, a conference event includes many presentations, each are subEvents of the conference.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Event">Event</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Event">Event</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/superevent">
-      <span class="h" property="rdfs:label">superevent</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Event">Event</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Event">Event</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/superEvent">
+      <span class="h" property="rdfs:label">superEvent</span>
       <span property="rdfs:comment">An event that this event is a part of. For example, a collection of individual music performances might each have a music festival as their superEvent.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Event">Event</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Event">Event</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/acceptsreservations">
-      <span class="h" property="rdfs:label">acceptsreservations</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Event">Event</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Event">Event</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/acceptsReservations">
+      <span class="h" property="rdfs:label">acceptsReservations</span>
       <span property="rdfs:comment">Either <code>Yes/No</code>, or a URL at which reservations can be made.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/FoodEstablishment">FoodEstablishment</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/URL">URL</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/FoodEstablishment">FoodEstablishment</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/URL">URL</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/menu">
       <span class="h" property="rdfs:label">menu</span>
       <span property="rdfs:comment">Either the actual menu or a URL of the menu.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/FoodEstablishment">FoodEstablishment</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/URL">URL</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/servescuisine">
-      <span class="h" property="rdfs:label">servescuisine</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/FoodEstablishment">FoodEstablishment</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/URL">URL</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/servesCuisine">
+      <span class="h" property="rdfs:label">servesCuisine</span>
       <span property="rdfs:comment">The cuisine of the restaurant.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/FoodEstablishment">FoodEstablishment</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/FoodEstablishment">FoodEstablishment</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/elevation">
       <span class="h" property="rdfs:label">elevation</span>
       <span property="rdfs:comment">The elevation of a location.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/GeoCoordinates">GeoCoordinates</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/GeoShape">GeoShape</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/GeoCoordinates">GeoCoordinates</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/GeoShape">GeoShape</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/latitude">
       <span class="h" property="rdfs:label">latitude</span>
       <span property="rdfs:comment">The latitude of a location. For example <code>37.42242</code>.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/GeoCoordinates">GeoCoordinates</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/GeoCoordinates">GeoCoordinates</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/longitude">
       <span class="h" property="rdfs:label">longitude</span>
       <span property="rdfs:comment">The longitude of a location. For example <code>-122.08585</code>.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/GeoCoordinates">GeoCoordinates</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/GeoCoordinates">GeoCoordinates</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/box">
       <span class="h" property="rdfs:label">box</span>
       <span property="rdfs:comment">A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more spacedelimited points where the first and final points are identical.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/GeoShape">GeoShape</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/GeoShape">GeoShape</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/circle">
       <span class="h" property="rdfs:label">circle</span>
       <span property="rdfs:comment">A circle is the circular region of a specified radius centered at a specified latitude and longitude. A circle is expressed as a pair followed by a radius in meters.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/GeoShape">GeoShape</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/GeoShape">GeoShape</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/line">
       <span class="h" property="rdfs:label">line</span>
       <span property="rdfs:comment">A line is a point-to-point path consisting of two or more points. A line is expressed as a series of two or more point objects separated by space.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/GeoShape">GeoShape</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/GeoShape">GeoShape</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/polygon">
       <span class="h" property="rdfs:label">polygon</span>
       <span property="rdfs:comment">A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more spacedelimited points where the first and final points are identical.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/GeoShape">GeoShape</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/GeoShape">GeoShape</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/caption">
       <span class="h" property="rdfs:label">caption</span>
       <span property="rdfs:comment">The caption for this object.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/ImageObject">ImageObject</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/VideoObject">VideoObject</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/exifdata">
-      <span class="h" property="rdfs:label">exifdata</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/ImageObject">ImageObject</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/VideoObject">VideoObject</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/exifData">
+      <span class="h" property="rdfs:label">exifData</span>
       <span property="rdfs:comment">exif data for this object.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/ImageObject">ImageObject</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/representativeofpage">
-      <span class="h" property="rdfs:label">representativeofpage</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/ImageObject">ImageObject</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/representativeOfPage">
+      <span class="h" property="rdfs:label">representativeOfPage</span>
       <span property="rdfs:comment">Indicates whether this image is representative of the content of the page.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/ImageObject">ImageObject</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Boolean">Boolean</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/ImageObject">ImageObject</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Boolean">Boolean</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/thumbnail">
       <span class="h" property="rdfs:label">thumbnail</span>
       <span property="rdfs:comment">Thumbnail image for an image or video.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/ImageObject">ImageObject</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/VideoObject">VideoObject</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/ImageObject">ImageObject</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/itemlistelement">
-      <span class="h" property="rdfs:label">itemlistelement</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/ImageObject">ImageObject</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/VideoObject">VideoObject</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/ImageObject">ImageObject</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/itemListElement">
+      <span class="h" property="rdfs:label">itemListElement</span>
       <span property="rdfs:comment">A single list item.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/ItemList">ItemList</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/itemlistorder">
-      <span class="h" property="rdfs:label">itemlistorder</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/ItemList">ItemList</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/itemListOrder">
+      <span class="h" property="rdfs:label">itemListOrder</span>
       <span property="rdfs:comment">Type of ordering (e.g. Ascending, Descending, Unordered).</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/ItemList">ItemList</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/basesalary">
-      <span class="h" property="rdfs:label">basesalary</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/ItemList">ItemList</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/baseSalary">
+      <span class="h" property="rdfs:label">baseSalary</span>
       <span property="rdfs:comment">The base salary of the job.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/benefits">
       <span class="h" property="rdfs:label">benefits</span>
       <span property="rdfs:comment">Description of benefits associated with the job.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/dateposted">
-      <span class="h" property="rdfs:label">dateposted</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/datePosted">
+      <span class="h" property="rdfs:label">datePosted</span>
       <span property="rdfs:comment">Publication date for the job posting.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Date">Date</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/educationrequirements">
-      <span class="h" property="rdfs:label">educationrequirements</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Date">Date</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/educationRequirements">
+      <span class="h" property="rdfs:label">educationRequirements</span>
       <span property="rdfs:comment">Educational background needed for the position.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/employmenttype">
-      <span class="h" property="rdfs:label">employmenttype</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/employmentType">
+      <span class="h" property="rdfs:label">employmentType</span>
       <span property="rdfs:comment">Type of employment (e.g. full-time, part-time, contract, temporary, seasonal, internship).</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/experiencerequirements">
-      <span class="h" property="rdfs:label">experiencerequirements</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/experienceRequirements">
+      <span class="h" property="rdfs:label">experienceRequirements</span>
       <span property="rdfs:comment">Description of skills and experience needed for the position.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/hiringorganization">
-      <span class="h" property="rdfs:label">hiringorganization</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/hiringOrganization">
+      <span class="h" property="rdfs:label">hiringOrganization</span>
       <span property="rdfs:comment">Organization offering the job position.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/incentives">
       <span class="h" property="rdfs:label">incentives</span>
       <span property="rdfs:comment">Description of bonus and commission compensation aspects of the job.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/industry">
       <span class="h" property="rdfs:label">industry</span>
       <span property="rdfs:comment">The industry associated with the job position.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/joblocation">
-      <span class="h" property="rdfs:label">joblocation</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/jobLocation">
+      <span class="h" property="rdfs:label">jobLocation</span>
       <span property="rdfs:comment">A (typically single) geographic location associated with the job position.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Place">Place</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/occupationalcategory">
-      <span class="h" property="rdfs:label">occupationalcategory</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Place">Place</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/occupationalCategory">
+      <span class="h" property="rdfs:label">occupationalCategory</span>
       <span property="rdfs:comment">Category or categories describing the job. Use BLS O*NET-SOC taxonomy: http://www.onetcenter.org/taxonomy.html. Ideally includes textual label and formal code, with the property repeated for each applicable value.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/qualifications">
       <span class="h" property="rdfs:label">qualifications</span>
       <span property="rdfs:comment">Specific qualifications required for this role.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/responsibilities">
       <span class="h" property="rdfs:label">responsibilities</span>
       <span property="rdfs:comment">Responsibilities associated with this role.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/salarycurrency">
-      <span class="h" property="rdfs:label">salarycurrency</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/salaryCurrency">
+      <span class="h" property="rdfs:label">salaryCurrency</span>
       <span property="rdfs:comment">The currency (coded using ISO 4217, http://en.wikipedia.org/wiki/ISO_4217 used for the main salary information in this job posting.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/skills">
       <span class="h" property="rdfs:label">skills</span>
       <span property="rdfs:comment">Skills required to fulfill this role.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/specialcommitments">
-      <span class="h" property="rdfs:label">specialcommitments</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/specialCommitments">
+      <span class="h" property="rdfs:label">specialCommitments</span>
       <span property="rdfs:comment">Any special commitments associated with this job posting. Valid entries include VeteranCommit, MilitarySpouseCommit, etc.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/title">
       <span class="h" property="rdfs:label">title</span>
       <span property="rdfs:comment">The title of the job.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/workhours">
-      <span class="h" property="rdfs:label">workhours</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/workHours">
+      <span class="h" property="rdfs:label">workHours</span>
       <span property="rdfs:comment">The typical working hours for this job (e.g. 1st shift, night shift, 8am-5pm).</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/branchof">
-      <span class="h" property="rdfs:label">branchof</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/branchOf">
+      <span class="h" property="rdfs:label">branchOf</span>
       <span property="rdfs:comment">The larger organization that this local business is a branch of, if any.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/currenciesaccepted">
-      <span class="h" property="rdfs:label">currenciesaccepted</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/currenciesAccepted">
+      <span class="h" property="rdfs:label">currenciesAccepted</span>
       <span property="rdfs:comment">The currency accepted (in <a href="http://en.wikipedia.org/wiki/ISO_4217">ISO 4217 currency format</a>).</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/paymentaccepted">
-      <span class="h" property="rdfs:label">paymentaccepted</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/paymentAccepted">
+      <span class="h" property="rdfs:label">paymentAccepted</span>
       <span property="rdfs:comment">Cash, credit card, etc.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/pricehttp://schema.org/range">
-      <span class="h" property="rdfs:label">pricehttp://schema.org/range</span>
-      <span property="rdfs:comment">The price http://schema.org/range of the business, for example <code>$$$</code>.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/associatedarticle">
-      <span class="h" property="rdfs:label">associatedarticle</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/priceRange">
+      <span class="h" property="rdfs:label">priceRange</span>
+      <span property="rdfs:comment">The price range of the business, for example <code>$$$</code>.</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/associatedArticle">
+      <span class="h" property="rdfs:label">associatedArticle</span>
       <span property="rdfs:comment">A NewsArticle associated with the Media Object.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/NewsArticle">NewsArticle</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/NewsArticle">NewsArticle</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/bitrate">
       <span class="h" property="rdfs:label">bitrate</span>
       <span property="rdfs:comment">The bitrate of the media object.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/contentsize">
-      <span class="h" property="rdfs:label">contentsize</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/contentSize">
+      <span class="h" property="rdfs:label">contentSize</span>
       <span property="rdfs:comment">File size in (mega/kilo) bytes.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/contenturl">
-      <span class="h" property="rdfs:label">contenturl</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/contentURL">
+      <span class="h" property="rdfs:label">contentURL</span>
       <span property="rdfs:comment">Actual bytes of the media object, for example the image file or video file.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/URL">URL</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/embedurl">
-      <span class="h" property="rdfs:label">embedurl</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/URL">URL</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/embedURL">
+      <span class="h" property="rdfs:label">embedURL</span>
       <span property="rdfs:comment">A URL pointing to a player for a specific video. In general, this is the information in the <code>src</code> element of an <code>embed</code> tag and should not be the same as the content of the <code>loc</code> tag.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/URL">URL</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/encodescreativework">
-      <span class="h" property="rdfs:label">encodescreativework</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/URL">URL</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/encodesCreativeWork">
+      <span class="h" property="rdfs:label">encodesCreativeWork</span>
       <span property="rdfs:comment">The creative work encoded by this media object</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/CreativeWork">CreativeWork</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/encodingformat">
-      <span class="h" property="rdfs:label">encodingformat</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/encodingFormat">
+      <span class="h" property="rdfs:label">encodingFormat</span>
       <span property="rdfs:comment">mp3, mpeg4, etc.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/expires">
       <span class="h" property="rdfs:label">expires</span>
       <span property="rdfs:comment">Date the content expires and is no longer useful or available. Useful for videos.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Date">Date</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Date">Date</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/height">
       <span class="h" property="rdfs:label">height</span>
       <span property="rdfs:comment">The height of the media object.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Distance">Distance</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/playertype">
-      <span class="h" property="rdfs:label">playertype</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Distance">Distance</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/playerType">
+      <span class="h" property="rdfs:label">playerType</span>
       <span property="rdfs:comment">Player type required&#8212;for example, Flash or Silverlight.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/regionsallowed">
-      <span class="h" property="rdfs:label">regionsallowed</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/regionsAllowed">
+      <span class="h" property="rdfs:label">regionsAllowed</span>
       <span property="rdfs:comment">The regions where the media is allowed. If not specified, then it's assumed to be allowed everywhere. Specify the countries in <a href="http://en.wikipedia.org/wiki/ISO_3166">ISO 3166 format</a>.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Place">Place</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/requiressubscription">
-      <span class="h" property="rdfs:label">requiressubscription</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Place">Place</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/requiresSubscription">
+      <span class="h" property="rdfs:label">requiresSubscription</span>
       <span property="rdfs:comment">Indicates if use of the media require a subscription  (either paid or free). Allowed values are <code>yes</code> or <code>no</code>.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Boolean">Boolean</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/uploaddate">
-      <span class="h" property="rdfs:label">uploaddate</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Boolean">Boolean</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/uploadDate">
+      <span class="h" property="rdfs:label">uploadDate</span>
       <span property="rdfs:comment">Date when this media object was uploaded to this site.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Date">Date</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Date">Date</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/width">
       <span class="h" property="rdfs:label">width</span>
       <span property="rdfs:comment">The width of the media object.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Distance">Distance</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/countriesnotsupported">
-      <span class="h" property="rdfs:label">countriesnotsupported</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Distance">Distance</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/countriesNotSupported">
+      <span class="h" property="rdfs:label">countriesNotSupported</span>
       <span property="rdfs:comment">Countries that dlsallow the application.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/MobileSoftwareApplication">MobileSoftwareApplication</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/countriessupported">
-      <span class="h" property="rdfs:label">countriessupported</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MobileSoftwareApplication">MobileSoftwareApplication</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/countriesSupported">
+      <span class="h" property="rdfs:label">countriesSupported</span>
       <span property="rdfs:comment">Countries that allow the application.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/MobileSoftwareApplication">MobileSoftwareApplication</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MobileSoftwareApplication">MobileSoftwareApplication</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/permissions">
       <span class="h" property="rdfs:label">permissions</span>
       <span property="rdfs:comment">Permissions required on OS to run the application (e.g. app requires Internet access).</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/MobileSoftwareApplication">MobileSoftwareApplication</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MobileSoftwareApplication">MobileSoftwareApplication</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/screenshots">
       <span class="h" property="rdfs:label">screenshots</span>
       <span property="rdfs:comment">Link(s) to app screenshots.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/MobileSoftwareApplication">MobileSoftwareApplication</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/URL">URL</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MobileSoftwareApplication">MobileSoftwareApplication</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/URL">URL</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/actors">
       <span class="h" property="rdfs:label">actors</span>
       <span property="rdfs:comment">A cast member of the movie, TV series, season, or episode, or video.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Movie">Movie</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/TVEpisode">TVEpisode</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeries">TVSeries</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Movie">Movie</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/TVEpisode">TVEpisode</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeries">TVSeries</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/director">
       <span class="h" property="rdfs:label">director</span>
       <span property="rdfs:comment">The director of the movie, TV episode, or series.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Movie">Movie</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/TVEpisode">TVEpisode</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeries">TVSeries</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/musicby">
-      <span class="h" property="rdfs:label">musicby</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Movie">Movie</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/TVEpisode">TVEpisode</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeries">TVSeries</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/musicBy">
+      <span class="h" property="rdfs:label">musicBy</span>
       <span property="rdfs:comment">The composer of the movie or TV soundtrack.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Movie">Movie</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/TVEpisode">TVEpisode</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeries">TVSeries</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/MusicGroup">MusicGroup</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Movie">Movie</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/TVEpisode">TVEpisode</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeries">TVSeries</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/MusicGroup">MusicGroup</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/producer">
       <span class="h" property="rdfs:label">producer</span>
       <span property="rdfs:comment">The producer of the movie, TV series, season, or episode, or video.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Movie">Movie</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/TVEpisode">TVEpisode</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeries">TVSeries</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/productioncompany">
-      <span class="h" property="rdfs:label">productioncompany</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Movie">Movie</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/TVEpisode">TVEpisode</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeries">TVSeries</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/productionCompany">
+      <span class="h" property="rdfs:label">productionCompany</span>
       <span property="rdfs:comment">The production company or studio that made the movie, TV series, season, or episode, or video.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Movie">Movie</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/TVEpisode">TVEpisode</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeries">TVSeries</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/VideoObject">VideoObject</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Movie">Movie</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/TVEpisode">TVEpisode</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeries">TVSeries</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/VideoObject">VideoObject</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/trailer">
       <span class="h" property="rdfs:label">trailer</span>
       <span property="rdfs:comment">The trailer of the movie or TV series, season, or episode.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Movie">Movie</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/TVEpisode">TVEpisode</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeason">TVSeason</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeries">TVSeries</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/VideoObject">VideoObject</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/byartist">
-      <span class="h" property="rdfs:label">byartist</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Movie">Movie</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/TVEpisode">TVEpisode</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeason">TVSeason</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeries">TVSeries</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/VideoObject">VideoObject</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/byArtist">
+      <span class="h" property="rdfs:label">byArtist</span>
       <span property="rdfs:comment">The artist that performed this album or recording.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/MusicAlbum">MusicAlbum</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/MusicRecording">MusicRecording</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/MusicGroup">MusicGroup</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MusicAlbum">MusicAlbum</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MusicRecording">MusicRecording</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/MusicGroup">MusicGroup</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/albums">
       <span class="h" property="rdfs:label">albums</span>
       <span property="rdfs:comment">A collection of music albums.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/MusicGroup">MusicGroup</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/MusicAlbum">MusicAlbum</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/musicgroupmember">
-      <span class="h" property="rdfs:label">musicgroupmember</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MusicGroup">MusicGroup</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/MusicAlbum">MusicAlbum</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/musicGroupMember">
+      <span class="h" property="rdfs:label">musicGroupMember</span>
       <span property="rdfs:comment">A member of the music group&#8212;for example, John, Paul, George, or Ringo.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/MusicGroup">MusicGroup</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MusicGroup">MusicGroup</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/tracks">
       <span class="h" property="rdfs:label">tracks</span>
       <span property="rdfs:comment">A music recording (track)&#8212;usually a single song.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/MusicPlaylist">MusicPlaylist</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/MusicGroup">MusicGroup</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/MusicRecording">MusicRecording</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/numtracks">
-      <span class="h" property="rdfs:label">numtracks</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MusicPlaylist">MusicPlaylist</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MusicGroup">MusicGroup</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/MusicRecording">MusicRecording</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/numTracks">
+      <span class="h" property="rdfs:label">numTracks</span>
       <span property="rdfs:comment">The number of tracks in this album or playlist.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/MusicPlaylist">MusicPlaylist</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Integer">Integer</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/inalbum">
-      <span class="h" property="rdfs:label">inalbum</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MusicPlaylist">MusicPlaylist</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Integer">Integer</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/inAlbum">
+      <span class="h" property="rdfs:label">inAlbum</span>
       <span property="rdfs:comment">The album to which this recording belongs.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/MusicRecording">MusicRecording</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/MusicAlbum">MusicAlbum</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/inplaylist">
-      <span class="h" property="rdfs:label">inplaylist</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MusicRecording">MusicRecording</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/MusicAlbum">MusicAlbum</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/inPlaylist">
+      <span class="h" property="rdfs:label">inPlaylist</span>
       <span property="rdfs:comment">The playlist to which this recording belongs.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/MusicRecording">MusicRecording</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/MusicPlaylist">MusicPlaylist</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MusicRecording">MusicRecording</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/MusicPlaylist">MusicPlaylist</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/dateline">
       <span class="h" property="rdfs:label">dateline</span>
       <span property="rdfs:comment">The location where the NewsArticle was produced.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/NewsArticle">NewsArticle</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/printcolumn">
-      <span class="h" property="rdfs:label">printcolumn</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/NewsArticle">NewsArticle</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/printColumn">
+      <span class="h" property="rdfs:label">printColumn</span>
       <span property="rdfs:comment">The number of the column in which the NewsArticle appears in the print edition.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/NewsArticle">NewsArticle</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/printedition">
-      <span class="h" property="rdfs:label">printedition</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/NewsArticle">NewsArticle</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/printEdition">
+      <span class="h" property="rdfs:label">printEdition</span>
       <span property="rdfs:comment">The edition of the print product in which the NewsArticle appears.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/NewsArticle">NewsArticle</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/printpage">
-      <span class="h" property="rdfs:label">printpage</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/NewsArticle">NewsArticle</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/printPage">
+      <span class="h" property="rdfs:label">printPage</span>
       <span property="rdfs:comment">If this NewsArticle appears in print, this field indicates the name of the page on which the article is found. Please note that this field is intended for the exact page name (e.g. A5, B18).</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/NewsArticle">NewsArticle</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/printsection">
-      <span class="h" property="rdfs:label">printsection</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/NewsArticle">NewsArticle</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/printSection">
+      <span class="h" property="rdfs:label">printSection</span>
       <span property="rdfs:comment">If this NewsArticle appears in print, this field indicates the print section in which the article appeared.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/NewsArticle">NewsArticle</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/NewsArticle">NewsArticle</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/calories">
       <span class="h" property="rdfs:label">calories</span>
       <span property="rdfs:comment">The number of calories</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Energy">Energy</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/carbohydratecontent">
-      <span class="h" property="rdfs:label">carbohydratecontent</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Energy">Energy</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/carbohydrateContent">
+      <span class="h" property="rdfs:label">carbohydrateContent</span>
       <span property="rdfs:comment">The number of grams of carbohydrates.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Mass">Mass</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/cholesterolcontent">
-      <span class="h" property="rdfs:label">cholesterolcontent</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Mass">Mass</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/cholesterolContent">
+      <span class="h" property="rdfs:label">cholesterolContent</span>
       <span property="rdfs:comment">The number of milligrams of cholesterol.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Mass">Mass</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/fatcontent">
-      <span class="h" property="rdfs:label">fatcontent</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Mass">Mass</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/fatContent">
+      <span class="h" property="rdfs:label">fatContent</span>
       <span property="rdfs:comment">The number of grams of fat.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Mass">Mass</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/fibercontent">
-      <span class="h" property="rdfs:label">fibercontent</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Mass">Mass</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/fiberContent">
+      <span class="h" property="rdfs:label">fiberContent</span>
       <span property="rdfs:comment">The number of grams of fiber.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Mass">Mass</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/proteincontent">
-      <span class="h" property="rdfs:label">proteincontent</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Mass">Mass</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/proteinContent">
+      <span class="h" property="rdfs:label">proteinContent</span>
       <span property="rdfs:comment">The number of grams of protein.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Mass">Mass</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/saturatedfatcontent">
-      <span class="h" property="rdfs:label">saturatedfatcontent</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Mass">Mass</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/saturatedFatContent">
+      <span class="h" property="rdfs:label">saturatedFatContent</span>
       <span property="rdfs:comment">The number of grams of saturated fat.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Mass">Mass</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/servingsize">
-      <span class="h" property="rdfs:label">servingsize</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Mass">Mass</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/servingSize">
+      <span class="h" property="rdfs:label">servingSize</span>
       <span property="rdfs:comment">The serving size, in terms of the number of volume or mass</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/sodiumcontent">
-      <span class="h" property="rdfs:label">sodiumcontent</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/sodiumContent">
+      <span class="h" property="rdfs:label">sodiumContent</span>
       <span property="rdfs:comment">The number of milligrams of sodium.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Mass">Mass</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/sugarcontent">
-      <span class="h" property="rdfs:label">sugarcontent</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Mass">Mass</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/sugarContent">
+      <span class="h" property="rdfs:label">sugarContent</span>
       <span property="rdfs:comment">The number of grams of sugar.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Mass">Mass</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/transfatcontent">
-      <span class="h" property="rdfs:label">transfatcontent</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Mass">Mass</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/transFatContent">
+      <span class="h" property="rdfs:label">transFatContent</span>
       <span property="rdfs:comment">The number of grams of trans fat.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Mass">Mass</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/unsaturatedfatcontent">
-      <span class="h" property="rdfs:label">unsaturatedfatcontent</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Mass">Mass</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/unsaturatedFatContent">
+      <span class="h" property="rdfs:label">unsaturatedFatContent</span>
       <span property="rdfs:comment">The number of grams of unsaturated fat.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Mass">Mass</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Mass">Mass</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/availability">
       <span class="h" property="rdfs:label">availability</span>
       <span property="rdfs:comment">The availability of this item&#8212;for example In stock, Out of stock, Pre-order, etc.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/ItemAvailability">ItemAvailability</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/availabilitydeprecated">
-      <span class="h" property="rdfs:label">availabilitydeprecated</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/ItemAvailability">ItemAvailability</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/availabilityDeprecated">
+      <span class="h" property="rdfs:label">availabilityDeprecated</span>
       <span property="rdfs:comment">The availability of this item&#8212;for example In stock, Out of stock, Pre-order, etc.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Thing">Thing</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/itemcondition">
-      <span class="h" property="rdfs:label">itemcondition</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Thing">Thing</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/itemCondition">
+      <span class="h" property="rdfs:label">itemCondition</span>
       <span property="rdfs:comment">The condition of the item for sale&#8212;for example New, Refurbished, Used, etc.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/OfferItemCondition">OfferItemCondition</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/itemconditiondeprecated">
-      <span class="h" property="rdfs:label">itemconditiondeprecated</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/OfferItemCondition">OfferItemCondition</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/itemConditionDeprecated">
+      <span class="h" property="rdfs:label">itemConditionDeprecated</span>
       <span property="rdfs:comment">The condition of the item for sale&#8212;for example New, Refurbished, Used, etc.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Thing">Thing</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/itemoffered">
-      <span class="h" property="rdfs:label">itemoffered</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Thing">Thing</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/itemOffered">
+      <span class="h" property="rdfs:label">itemOffered</span>
       <span property="rdfs:comment">The item being sold.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Product">Product</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Product">Product</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/price">
       <span class="h" property="rdfs:label">price</span>
       <span property="rdfs:comment">The offer price of the product.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/pricecurrency">
-      <span class="h" property="rdfs:label">pricecurrency</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/priceCurrency">
+      <span class="h" property="rdfs:label">priceCurrency</span>
       <span property="rdfs:comment">The currency (in 3-letter <a href="http://en.wikipedia.org/wiki/ISO_4217">ISO 4217 format</a>) of the offer price.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/pricevaliduntil">
-      <span class="h" property="rdfs:label">pricevaliduntil</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/priceValidUntil">
+      <span class="h" property="rdfs:label">priceValidUntil</span>
       <span property="rdfs:comment">The date after which the price is no longer available.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Date">Date</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Date">Date</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/seller">
       <span class="h" property="rdfs:label">seller</span>
       <span property="rdfs:comment">The seller of the product.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/address">
       <span class="h" property="rdfs:label">address</span>
       <span property="rdfs:comment">Physical address of the item.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/PostalAddress">PostalAddress</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/contactpoints">
-      <span class="h" property="rdfs:label">contactpoints</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/PostalAddress">PostalAddress</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/contactPoints">
+      <span class="h" property="rdfs:label">contactPoints</span>
       <span property="rdfs:comment">A contact point for a person or organization.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/ContactPoint">ContactPoint</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/ContactPoint">ContactPoint</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/employees">
       <span class="h" property="rdfs:label">employees</span>
       <span property="rdfs:comment">People working for this organization.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/events">
       <span class="h" property="rdfs:label">events</span>
       <span property="rdfs:comment">Upcoming or past events associated with this place or organization.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Event">Event</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Event">Event</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/founders">
       <span class="h" property="rdfs:label">founders</span>
       <span property="rdfs:comment">A person who founded this organization.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/foundingdate">
-      <span class="h" property="rdfs:label">foundingdate</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/foundingDate">
+      <span class="h" property="rdfs:label">foundingDate</span>
       <span property="rdfs:comment">The date that this organization was founded.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Date">Date</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Date">Date</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/members">
       <span class="h" property="rdfs:label">members</span>
       <span property="rdfs:comment">A member of this organization.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/additionalname">
-      <span class="h" property="rdfs:label">additionalname</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/additionalName">
+      <span class="h" property="rdfs:label">additionalName</span>
       <span property="rdfs:comment">An additional name for a Person, can be used for a middle name.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/affiliation">
       <span class="h" property="rdfs:label">affiliation</span>
       <span property="rdfs:comment">An organization that this person is affiliated with. For example, a school/university, a club, or a team.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/alumniof">
-      <span class="h" property="rdfs:label">alumniof</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/alumniOf">
+      <span class="h" property="rdfs:label">alumniOf</span>
       <span property="rdfs:comment">An educational organizations that the person is an alumni of.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/EducationalOrganization">EducationalOrganization</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/birthdate">
-      <span class="h" property="rdfs:label">birthdate</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/EducationalOrganization">EducationalOrganization</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/birthDate">
+      <span class="h" property="rdfs:label">birthDate</span>
       <span property="rdfs:comment">Date of birth.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Date">Date</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Date">Date</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/children">
       <span class="h" property="rdfs:label">children</span>
       <span property="rdfs:comment">A child of the person.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/colleagues">
       <span class="h" property="rdfs:label">colleagues</span>
       <span property="rdfs:comment">A colleague of the person.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/deathdate">
-      <span class="h" property="rdfs:label">deathdate</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/deathDate">
+      <span class="h" property="rdfs:label">deathDate</span>
       <span property="rdfs:comment">Date of death.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Date">Date</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/familyname">
-      <span class="h" property="rdfs:label">familyname</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Date">Date</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/familyName">
+      <span class="h" property="rdfs:label">familyName</span>
       <span property="rdfs:comment">Family name. In the U.S., the last name of an Person. This can be used along with givenName instead of the Name property.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/follows">
       <span class="h" property="rdfs:label">follows</span>
       <span property="rdfs:comment">The most generic uni-directional social relation.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/gender">
       <span class="h" property="rdfs:label">gender</span>
       <span property="rdfs:comment">Gender of the person.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/givenname">
-      <span class="h" property="rdfs:label">givenname</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/givenName">
+      <span class="h" property="rdfs:label">givenName</span>
       <span property="rdfs:comment">Given name. In the U.S., the first name of a Person. This can be used along with familyName instead of the Name property.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/homelocation">
-      <span class="h" property="rdfs:label">homelocation</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/homeLocation">
+      <span class="h" property="rdfs:label">homeLocation</span>
       <span property="rdfs:comment">A contact location for a person's residence.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Place">Place</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/ContactPoint">ContactPoint</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/honorificprefix">
-      <span class="h" property="rdfs:label">honorificprefix</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Place">Place</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/ContactPoint">ContactPoint</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/honorificPrefix">
+      <span class="h" property="rdfs:label">honorificPrefix</span>
       <span property="rdfs:comment">An honorific prefix preceding a Person's name such as Dr/Mrs/Mr.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/honorificsuffix">
-      <span class="h" property="rdfs:label">honorificsuffix</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/honorificSuffix">
+      <span class="h" property="rdfs:label">honorificSuffix</span>
       <span property="rdfs:comment">An honorific suffix preceding a Person's name such as M.D. /PhD/MSCSW.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/jobtitle">
-      <span class="h" property="rdfs:label">jobtitle</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/jobTitle">
+      <span class="h" property="rdfs:label">jobTitle</span>
       <span property="rdfs:comment">The job title of the person (for example, Financial Manager).</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/knows">
       <span class="h" property="rdfs:label">knows</span>
       <span property="rdfs:comment">The most generic bi-directional social/work relation.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/memberof">
-      <span class="h" property="rdfs:label">memberof</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/memberOf">
+      <span class="h" property="rdfs:label">memberOf</span>
       <span property="rdfs:comment">An organization to which the person belongs.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/nationality">
       <span class="h" property="rdfs:label">nationality</span>
       <span property="rdfs:comment">Nationality of the person.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Country">Country</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Country">Country</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/parents">
       <span class="h" property="rdfs:label">parents</span>
       <span property="rdfs:comment">A parents of the person.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/performerin">
-      <span class="h" property="rdfs:label">performerin</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/performerIn">
+      <span class="h" property="rdfs:label">performerIn</span>
       <span property="rdfs:comment">Event that this person is a performer or participant in.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Event">Event</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/relatedto">
-      <span class="h" property="rdfs:label">relatedto</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Event">Event</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/relatedTo">
+      <span class="h" property="rdfs:label">relatedTo</span>
       <span property="rdfs:comment">The most generic familial relation.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/siblings">
       <span class="h" property="rdfs:label">siblings</span>
       <span property="rdfs:comment">A sibling of the person.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/spouse">
       <span class="h" property="rdfs:label">spouse</span>
       <span property="rdfs:comment">The person's spouse.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/worklocation">
-      <span class="h" property="rdfs:label">worklocation</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/workLocation">
+      <span class="h" property="rdfs:label">workLocation</span>
       <span property="rdfs:comment">A contact location for a person's place of work.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Place">Place</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/ContactPoint">ContactPoint</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/worksfor">
-      <span class="h" property="rdfs:label">worksfor</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Place">Place</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/ContactPoint">ContactPoint</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/worksFor">
+      <span class="h" property="rdfs:label">worksFor</span>
       <span property="rdfs:comment">Organizations that the person works for.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/containedin">
-      <span class="h" property="rdfs:label">containedin</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/containedIn">
+      <span class="h" property="rdfs:label">containedIn</span>
       <span property="rdfs:comment">The basic containment relation between places.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Place">Place</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Place">Place</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/geo">
       <span class="h" property="rdfs:label">geo</span>
       <span property="rdfs:comment">The geo coordinates of the place.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/GeoCoordinates">GeoCoordinates</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/GeoShape">GeoShape</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/GeoCoordinates">GeoCoordinates</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/GeoShape">GeoShape</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/maps">
       <span class="h" property="rdfs:label">maps</span>
       <span property="rdfs:comment">A URL to a map of the place.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/URL">URL</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/URL">URL</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/photos">
       <span class="h" property="rdfs:label">photos</span>
       <span property="rdfs:comment">Photographs of this place.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Photograph">Photograph</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/ImageObject">ImageObject</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/addresscountry">
-      <span class="h" property="rdfs:label">addresscountry</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Photograph">Photograph</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/ImageObject">ImageObject</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/addressCountry">
+      <span class="h" property="rdfs:label">addressCountry</span>
       <span property="rdfs:comment">The country. For example, USA. You can also provide the two-letter <a href="http://en.wikipedia.org/wiki/ISO_3166-1">ISO 3166-1 alpha-2 country code</a>.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/PostalAddress">PostalAddress</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Country">Country</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/addresslocality">
-      <span class="h" property="rdfs:label">addresslocality</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/PostalAddress">PostalAddress</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Country">Country</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/addressLocality">
+      <span class="h" property="rdfs:label">addressLocality</span>
       <span property="rdfs:comment">The locality. For example, Mountain View.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/PostalAddress">PostalAddress</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/addressregion">
-      <span class="h" property="rdfs:label">addressregion</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/PostalAddress">PostalAddress</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/addressRegion">
+      <span class="h" property="rdfs:label">addressRegion</span>
       <span property="rdfs:comment">The region. For example, CA.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/PostalAddress">PostalAddress</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/postofficeboxnumber">
-      <span class="h" property="rdfs:label">postofficeboxnumber</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/PostalAddress">PostalAddress</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/postOfficeBoxNumber">
+      <span class="h" property="rdfs:label">postOfficeBoxNumber</span>
       <span property="rdfs:comment">The post offce box number for PO box addresses.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/PostalAddress">PostalAddress</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/postalcode">
-      <span class="h" property="rdfs:label">postalcode</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/PostalAddress">PostalAddress</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/postalCode">
+      <span class="h" property="rdfs:label">postalCode</span>
       <span property="rdfs:comment">The postal code. For example, 94043.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/PostalAddress">PostalAddress</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/streetaddress">
-      <span class="h" property="rdfs:label">streetaddress</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/PostalAddress">PostalAddress</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/streetAddress">
+      <span class="h" property="rdfs:label">streetAddress</span>
       <span property="rdfs:comment">The street address. For example, 1600 Amphitheatre Pkwy.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/PostalAddress">PostalAddress</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/PostalAddress">PostalAddress</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/brand">
       <span class="h" property="rdfs:label">brand</span>
       <span property="rdfs:comment">The brand of the product.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/manufacturer">
       <span class="h" property="rdfs:label">manufacturer</span>
       <span property="rdfs:comment">The manufacturer of the product.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/model">
       <span class="h" property="rdfs:label">model</span>
       <span property="rdfs:comment">The model of the product.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/productid">
-      <span class="h" property="rdfs:label">productid</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/productID">
+      <span class="h" property="rdfs:label">productID</span>
       <span property="rdfs:comment">The product identifier, such as ISBN. For example: <code>&lt;meta itemprop='productID' content='isbn:123-456-789'/&gt;</code>.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/bestrating">
-      <span class="h" property="rdfs:label">bestrating</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/bestRating">
+      <span class="h" property="rdfs:label">bestRating</span>
       <span property="rdfs:comment">The highest value allowed in this rating system. If bestRating is omitted, 5 is assumed.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Rating">Rating</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/ratingvalue">
-      <span class="h" property="rdfs:label">ratingvalue</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Rating">Rating</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/ratingValue">
+      <span class="h" property="rdfs:label">ratingValue</span>
       <span property="rdfs:comment">The rating for the content.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Rating">Rating</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/worstrating">
-      <span class="h" property="rdfs:label">worstrating</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Rating">Rating</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/worstRating">
+      <span class="h" property="rdfs:label">worstRating</span>
       <span property="rdfs:comment">The lowest value allowed in this rating system. If worstRating is omitted, 1 is assumed.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Rating">Rating</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/cooktime">
-      <span class="h" property="rdfs:label">cooktime</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Rating">Rating</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/cookTime">
+      <span class="h" property="rdfs:label">cookTime</span>
       <span property="rdfs:comment">The time it takes to actually cook the dish, in <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO 8601 duration format</a>.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Recipe">Recipe</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Duration">Duration</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/cookingmethod">
-      <span class="h" property="rdfs:label">cookingmethod</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Recipe">Recipe</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Duration">Duration</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/cookingMethod">
+      <span class="h" property="rdfs:label">cookingMethod</span>
       <span property="rdfs:comment">The method of cooking, such as Frying, Steaming, ...</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Recipe">Recipe</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Recipe">Recipe</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/ingredients">
       <span class="h" property="rdfs:label">ingredients</span>
       <span property="rdfs:comment">An ingredient used in the recipe.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Recipe">Recipe</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Recipe">Recipe</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/nutrition">
       <span class="h" property="rdfs:label">nutrition</span>
       <span property="rdfs:comment">Nutrition information about the recipe.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Recipe">Recipe</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/preptime">
-      <span class="h" property="rdfs:label">preptime</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Recipe">Recipe</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/prepTime">
+      <span class="h" property="rdfs:label">prepTime</span>
       <span property="rdfs:comment">The length of time it takes to prepare the recipe, in <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO 8601 duration format</a>.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Recipe">Recipe</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Duration">Duration</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/recipecategory">
-      <span class="h" property="rdfs:label">recipecategory</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Recipe">Recipe</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Duration">Duration</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/recipeCategory">
+      <span class="h" property="rdfs:label">recipeCategory</span>
       <span property="rdfs:comment">The category of the recipe&#8212;for example, appetizer, entree, etc.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Recipe">Recipe</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/recipecuisine">
-      <span class="h" property="rdfs:label">recipecuisine</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Recipe">Recipe</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/recipeCuisine">
+      <span class="h" property="rdfs:label">recipeCuisine</span>
       <span property="rdfs:comment">The cuisine of the recipe (for example, French or Ethopian).</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Recipe">Recipe</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/recipeinstructions">
-      <span class="h" property="rdfs:label">recipeinstructions</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Recipe">Recipe</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/recipeInstructions">
+      <span class="h" property="rdfs:label">recipeInstructions</span>
       <span property="rdfs:comment">The steps to make the dish.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Recipe">Recipe</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/recipeyield">
-      <span class="h" property="rdfs:label">recipeyield</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Recipe">Recipe</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/recipeYield">
+      <span class="h" property="rdfs:label">recipeYield</span>
       <span property="rdfs:comment">The quantity produced by the recipe (for example, number of people served, number of servings, etc).</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Recipe">Recipe</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/totaltime">
-      <span class="h" property="rdfs:label">totaltime</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Recipe">Recipe</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/totalTime">
+      <span class="h" property="rdfs:label">totalTime</span>
       <span property="rdfs:comment">The total time it takes to prepare and cook the recipe, in <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO 8601 duration format</a>.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Recipe">Recipe</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Duration">Duration</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/reviewbody">
-      <span class="h" property="rdfs:label">reviewbody</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Recipe">Recipe</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Duration">Duration</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/reviewBody">
+      <span class="h" property="rdfs:label">reviewBody</span>
       <span property="rdfs:comment">The actual body of the review</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Review">Review</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/reviewrating">
-      <span class="h" property="rdfs:label">reviewrating</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Review">Review</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/reviewRating">
+      <span class="h" property="rdfs:label">reviewRating</span>
       <span property="rdfs:comment">The rating given in this review. Note that reviews can themselves be rated. The <code>reviewRating</code> applies to rating given by the review. The <code>aggregateRating</code> property applies to the review itself, as a creative work.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Review">Review</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Rating">Rating</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/downloadurl">
-      <span class="h" property="rdfs:label">downloadurl</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Review">Review</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Rating">Rating</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/downloadURL">
+      <span class="h" property="rdfs:label">downloadURL</span>
       <span property="rdfs:comment">If the file can be downloaded, URL to download the binary.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/URL">URL</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/fileformat">
-      <span class="h" property="rdfs:label">fileformat</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/URL">URL</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/fileFormat">
+      <span class="h" property="rdfs:label">fileFormat</span>
       <span property="rdfs:comment">MIME format of the binary (e.g. application/zip).</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/filesize">
-      <span class="h" property="rdfs:label">filesize</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/fileSize">
+      <span class="h" property="rdfs:label">fileSize</span>
       <span property="rdfs:comment">Size of the application / package in bytes.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Integer">Integer</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/isdownloadable">
-      <span class="h" property="rdfs:label">isdownloadable</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Integer">Integer</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/isDownloadable">
+      <span class="h" property="rdfs:label">isDownloadable</span>
       <span property="rdfs:comment">Indicates whether the software is available for download.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Boolean">Boolean</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/numdownloads">
-      <span class="h" property="rdfs:label">numdownloads</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Boolean">Boolean</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/numDownloads">
+      <span class="h" property="rdfs:label">numDownloads</span>
       <span property="rdfs:comment">Number of Downloads.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Integer">Integer</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/operatingsystems">
-      <span class="h" property="rdfs:label">operatingsystems</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Integer">Integer</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/operatingSystems">
+      <span class="h" property="rdfs:label">operatingSystems</span>
       <span property="rdfs:comment">Operating systems supported (Windows 7, OSX 10.6, Android 1.6).</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/softwareapplicationcategory">
-      <span class="h" property="rdfs:label">softwareapplicationcategory</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/softwareApplicationCategory">
+      <span class="h" property="rdfs:label">softwareApplicationCategory</span>
       <span property="rdfs:comment">Type of software application.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/SoftwareApplicationType">SoftwareApplicationType</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/softwareapplicationcategorydeprecated">
-      <span class="h" property="rdfs:label">softwareapplicationcategorydeprecated</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/SoftwareApplicationType">SoftwareApplicationType</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/softwareApplicationCategoryDeprecated">
+      <span class="h" property="rdfs:label">softwareApplicationCategoryDeprecated</span>
       <span property="rdfs:comment">Type of software application.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Thing">Thing</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/softwareapplicationsubcategory">
-      <span class="h" property="rdfs:label">softwareapplicationsubcategory</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Thing">Thing</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/softwareApplicationSubCategory">
+      <span class="h" property="rdfs:label">softwareApplicationSubCategory</span>
       <span property="rdfs:comment">Subcategory of the application.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/softwareversion">
-      <span class="h" property="rdfs:label">softwareversion</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/softwareVersion">
+      <span class="h" property="rdfs:label">softwareVersion</span>
       <span property="rdfs:comment">Version of the software instance.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/episodenumber">
-      <span class="h" property="rdfs:label">episodenumber</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/episodeNumber">
+      <span class="h" property="rdfs:label">episodeNumber</span>
       <span property="rdfs:comment">The episode number.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/TVEpisode">TVEpisode</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/partofseason">
-      <span class="h" property="rdfs:label">partofseason</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/TVEpisode">TVEpisode</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/partOfSeason">
+      <span class="h" property="rdfs:label">partOfSeason</span>
       <span property="rdfs:comment">The season to which this episode belongs.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/TVEpisode">TVEpisode</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/TVSeason">TVSeason</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/partoftvseries">
-      <span class="h" property="rdfs:label">partoftvseries</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/TVEpisode">TVEpisode</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/TVSeason">TVSeason</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/partOfTVSeries">
+      <span class="h" property="rdfs:label">partOfTVSeries</span>
       <span property="rdfs:comment">The TV series to which this episode or season belongs.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/TVEpisode">TVEpisode</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeason">TVSeason</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/TVSeries">TVSeries</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/TVEpisode">TVEpisode</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeason">TVSeason</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/TVSeries">TVSeries</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/episodes">
       <span class="h" property="rdfs:label">episodes</span>
       <span property="rdfs:comment">The episode of a TV series or season.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeason">TVSeason</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeries">TVSeries</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/TVEpisode">TVEpisode</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/numberofepisodes">
-      <span class="h" property="rdfs:label">numberofepisodes</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeason">TVSeason</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeries">TVSeries</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/TVEpisode">TVEpisode</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/numberOfEpisodes">
+      <span class="h" property="rdfs:label">numberOfEpisodes</span>
       <span property="rdfs:comment">The number of episodes in this season or series.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeason">TVSeason</a></span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeries">TVSeries</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/seasonnumber">
-      <span class="h" property="rdfs:label">seasonnumber</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeason">TVSeason</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeries">TVSeries</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/seasonNumber">
+      <span class="h" property="rdfs:label">seasonNumber</span>
       <span property="rdfs:comment">The season number.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeason">TVSeason</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Integer">Integer</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeason">TVSeason</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Integer">Integer</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/seasons">
       <span class="h" property="rdfs:label">seasons</span>
       <span property="rdfs:comment">The seasons of the TV series.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeries">TVSeries</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/TVSeason">TVSeason</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeries">TVSeries</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/TVSeason">TVSeason</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/description">
       <span class="h" property="rdfs:label">description</span>
       <span property="rdfs:comment">A short description of the item.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Thing">Thing</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Thing">Thing</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/image">
       <span class="h" property="rdfs:label">image</span>
       <span property="rdfs:comment">URL of an image of the item.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Thing">Thing</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/URL">URL</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Thing">Thing</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/URL">URL</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/name">
       <span class="h" property="rdfs:label">name</span>
       <span property="rdfs:comment">The name of the item.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Thing">Thing</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Thing">Thing</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/url">
       <span class="h" property="rdfs:label">url</span>
       <span property="rdfs:comment">URL of the item.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Thing">Thing</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/URL">URL</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Thing">Thing</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/URL">URL</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/type">
       <span class="h" property="rdfs:label">type</span>
       <span property="rdfs:comment">Auto added type field.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Thing">Thing</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/commenttext">
-      <span class="h" property="rdfs:label">commenttext</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Thing">Thing</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/commentText">
+      <span class="h" property="rdfs:label">commentText</span>
       <span property="rdfs:comment">The text of the UserComment.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/UserComments">UserComments</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/commenttime">
-      <span class="h" property="rdfs:label">commenttime</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/UserComments">UserComments</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/commentTime">
+      <span class="h" property="rdfs:label">commentTime</span>
       <span property="rdfs:comment">The time at which the UserComment was made.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/UserComments">UserComments</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Date">Date</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/UserComments">UserComments</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Date">Date</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/discusses">
       <span class="h" property="rdfs:label">discusses</span>
       <span property="rdfs:comment">Specifies the CreativeWork associated with the UserComment.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/UserComments">UserComments</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/CreativeWork">CreativeWork</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/replytourl">
-      <span class="h" property="rdfs:label">replytourl</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/UserComments">UserComments</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/replyToUrl">
+      <span class="h" property="rdfs:label">replyToUrl</span>
       <span property="rdfs:comment">The URL at which a reply may be posted to the specified UserComment.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/UserComments">UserComments</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/URL">URL</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/videoframesize">
-      <span class="h" property="rdfs:label">videoframesize</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/UserComments">UserComments</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/URL">URL</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/videoFrameSize">
+      <span class="h" property="rdfs:label">videoFrameSize</span>
       <span property="rdfs:comment">The frame size of the video.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/VideoObject">VideoObject</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/videoquality">
-      <span class="h" property="rdfs:label">videoquality</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/VideoObject">VideoObject</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/videoQuality">
+      <span class="h" property="rdfs:label">videoQuality</span>
       <span property="rdfs:comment">The quality of the video.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/VideoObject">VideoObject</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/VideoObject">VideoObject</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/browsers">
       <span class="h" property="rdfs:label">browsers</span>
       <span property="rdfs:comment">One or more browsers required to run the app.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/WebApplication">WebApplication</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/WebApplication">WebApplication</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/breadcrumb">
       <span class="h" property="rdfs:label">breadcrumb</span>
       <span property="rdfs:comment">A set of links that can help a user understand and navigate a website hierarchy.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/WebPage">WebPage</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/ispartof">
-      <span class="h" property="rdfs:label">ispartof</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/WebPage">WebPage</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/isPartOf">
+      <span class="h" property="rdfs:label">isPartOf</span>
       <span property="rdfs:comment">Indicates the collection or gallery to which the item belongs.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/WebPage">WebPage</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/CollectionPage">CollectionPage</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/maincontentofpage">
-      <span class="h" property="rdfs:label">maincontentofpage</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/WebPage">WebPage</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/CollectionPage">CollectionPage</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/mainContentOfPage">
+      <span class="h" property="rdfs:label">mainContentOfPage</span>
       <span property="rdfs:comment">Indicates if this web page element is the main subject of the page.</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/WebPage">WebPage</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/WebPageElement">WebPageElement</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/primaryimageofpage">
-      <span class="h" property="rdfs:label">primaryimageofpage</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/WebPage">WebPage</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/WebPageElement">WebPageElement</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/primaryImageOfPage">
+      <span class="h" property="rdfs:label">primaryImageOfPage</span>
       <span property="rdfs:comment">Indicates the main image on the page</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/WebPage">WebPage</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/ImageObject">ImageObject</a></span>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/significantlinks">
-      <span class="h" property="rdfs:label">significantlinks</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/WebPage">WebPage</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/ImageObject">ImageObject</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/significantLinks">
+      <span class="h" property="rdfs:label">significantLinks</span>
       <span property="rdfs:comment">The most significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/WebPage">WebPage</a></span>
-      <span>range: <a property="http://schema.org/range" href="http://schema.org/URL">URL</a></span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/WebPage">WebPage</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/URL">URL</a></span>
     </div>
   </body>
 </html>