updated rdfa.html schema from schema.org
authorDan Brickley <danbri@danbri.org>
Fri, 11 May 2012 16:25:56 +0200
changeset 25 cebb37e507d5
parent 24 feb8d27d0757
child 26 5c677906cf10
updated rdfa.html schema from schema.org
note .rdf and .js versions may be broken.
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
--- a/schema.org/drafts/alpha/_schema.js	Fri Apr 20 18:48:34 2012 +0200
+++ b/schema.org/drafts/alpha/_schema.js	Fri May 11 16:25:56 2012 +0200
@@ -1,4462 +0,0 @@
-{
-    "@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 Apr 20 18:48:34 2012 +0200
+++ b/schema.org/drafts/alpha/_schema.nt	Fri May 11 16:25:56 2012 +0200
@@ -1,2618 +1,2773 @@
-<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/StructuredValue> <http://www.w3.org/2000/01/rdf-schema#label> "StructuredValue" .
+<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#subClassOf> <http://schema.org/Intangible> .
+<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/GeneralContractor> <http://www.w3.org/2000/01/rdf-schema#label> "GeneralContractor" .
+<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#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/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/itemCondition> <http://www.w3.org/2000/01/rdf-schema#label> "itemCondition" .
+<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://schema.org/domain> <http://schema.org/Offer> .
+<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/City> <http://www.w3.org/2000/01/rdf-schema#label> "City" .
+<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#subClassOf> <http://schema.org/AdministrativeArea> .
+<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/Volcano> <http://www.w3.org/2000/01/rdf-schema#label> "Volcano" .
+<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#subClassOf> <http://schema.org/Landform> .
+<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/about> <http://www.w3.org/2000/01/rdf-schema#label> "about" .
+<http://schema.org/about> <http://www.w3.org/2000/01/rdf-schema#comment> "The subject matter of the content." .
+<http://schema.org/about> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<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/Distance> <http://www.w3.org/2000/01/rdf-schema#label> "Distance" .
+<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#subClassOf> <http://schema.org/Quantity> .
+<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/StadiumOrArena> <http://www.w3.org/2000/01/rdf-schema#label> "StadiumOrArena" .
+<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#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/StadiumOrArena> <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#label> "ToyStore" .
+<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#subClassOf> <http://schema.org/Store> .
+<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/InsuranceAgency> <http://www.w3.org/2000/01/rdf-schema#label> "InsuranceAgency" .
+<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#subClassOf> <http://schema.org/FinancialService> .
+<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/Florist> <http://www.w3.org/2000/01/rdf-schema#label> "Florist" .
+<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#subClassOf> <http://schema.org/Store> .
+<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/startDate> <http://www.w3.org/2000/01/rdf-schema#label> "startDate" .
+<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://schema.org/domain> <http://schema.org/TVSeries> .
+<http://schema.org/startDate> <http://schema.org/domain> <http://schema.org/Event> .
+<http://schema.org/startDate> <http://schema.org/domain> <http://schema.org/TVSeason> .
+<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/AutoWash> <http://www.w3.org/2000/01/rdf-schema#label> "AutoWash" .
+<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#subClassOf> <http://schema.org/AutomotiveBusiness> .
+<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/Zoo> <http://www.w3.org/2000/01/rdf-schema#label> "Zoo" .
+<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#subClassOf> <http://schema.org/CivicStructure> .
+<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/breadcrumb> <http://www.w3.org/2000/01/rdf-schema#label> "breadcrumb" .
+<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://schema.org/domain> <http://schema.org/WebPage> .
+<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/Person> <http://www.w3.org/2000/01/rdf-schema#label> "Person" .
+<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://purl.org/dc/terms/source> <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews> .
+<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/BikeStore> <http://www.w3.org/2000/01/rdf-schema#label> "BikeStore" .
+<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#subClassOf> <http://schema.org/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/MovieRentalStore> <http://www.w3.org/2000/01/rdf-schema#label> "MovieRentalStore" .
+<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#subClassOf> <http://schema.org/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/Aquarium> <http://www.w3.org/2000/01/rdf-schema#label> "Aquarium" .
+<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#subClassOf> <http://schema.org/CivicStructure> .
+<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/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/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/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/PostalAddress> .
+<http://schema.org/location> <http://schema.org/range> <http://schema.org/Place> .
+<http://schema.org/videoQuality> <http://www.w3.org/2000/01/rdf-schema#label> "videoQuality" .
+<http://schema.org/videoQuality> <http://www.w3.org/2000/01/rdf-schema#comment> "The quality of the video." .
+<http://schema.org/videoQuality> <http://schema.org/domain> <http://schema.org/VideoObject> .
+<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/maps> <http://www.w3.org/2000/01/rdf-schema#label> "maps" .
+<http://schema.org/maps> <http://www.w3.org/2000/01/rdf-schema#comment> "A URL to a map of the place (legacy spelling; see singular form, map)." .
+<http://schema.org/maps> <http://schema.org/domain> <http://schema.org/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/range> <http://schema.org/URL> .
+<http://schema.org/applicationSuite> <http://www.w3.org/2000/01/rdf-schema#label> "applicationSuite" .
+<http://schema.org/applicationSuite> <http://www.w3.org/2000/01/rdf-schema#comment> "The name of the application suite to which the application belongs (e.g. Excel belongs to Office)" .
+<http://schema.org/applicationSuite> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<http://schema.org/applicationSuite> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/applicationSuite> <http://schema.org/range> <http://schema.org/Text> .
+<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#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#subClassOf> <http://schema.org/CreativeWork> .
+<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/BedAndBreakfast> <http://www.w3.org/2000/01/rdf-schema#label> "BedAndBreakfast" .
+<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#subClassOf> <http://schema.org/LodgingBusiness> .
+<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/SelfStorage> <http://www.w3.org/2000/01/rdf-schema#label> "SelfStorage" .
+<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#subClassOf> <http://schema.org/LocalBusiness> .
+<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/TVSeries> <http://www.w3.org/2000/01/rdf-schema#label> "TVSeries" .
+<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#subClassOf> <http://schema.org/CreativeWork> .
+<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/GolfCourse> <http://www.w3.org/2000/01/rdf-schema#label> "GolfCourse" .
+<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#subClassOf> <http://schema.org/SportsActivityLocation> .
+<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/track> <http://www.w3.org/2000/01/rdf-schema#label> "track" .
+<http://schema.org/track> <http://www.w3.org/2000/01/rdf-schema#comment> "A music recording (track)\u2014usually a single song." .
+<http://schema.org/track> <http://schema.org/domain> <http://schema.org/MusicPlaylist> .
+<http://schema.org/track> <http://schema.org/domain> <http://schema.org/MusicGroup> .
+<http://schema.org/track> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/track> <http://schema.org/range> <http://schema.org/MusicRecording> .
 <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/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/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/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/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/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/Bakery> <http://www.w3.org/2000/01/rdf-schema#label> "Bakery" .
+<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#subClassOf> <http://schema.org/FoodEstablishment> .
+<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/episodes> <http://www.w3.org/2000/01/rdf-schema#label> "episodes" .
+<http://schema.org/episodes> <http://www.w3.org/2000/01/rdf-schema#comment> "The episode of a TV series or season (legacy spelling; see singular form, episode)." .
+<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/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/BookFormatType> <http://www.w3.org/2000/01/rdf-schema#label> "BookFormatType" .
+<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#subClassOf> <http://schema.org/Enumeration> .
+<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/ChildrensEvent> <http://www.w3.org/2000/01/rdf-schema#label> "ChildrensEvent" .
+<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#subClassOf> <http://schema.org/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/bookEdition> <http://www.w3.org/2000/01/rdf-schema#label> "bookEdition" .
+<http://schema.org/bookEdition> <http://www.w3.org/2000/01/rdf-schema#comment> "The edition of the book." .
+<http://schema.org/bookEdition> <http://schema.org/domain> <http://schema.org/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/range> <http://schema.org/Text> .
+<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#comment> "Nutritional information about the recipe." .
+<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/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://www.w3.org/2000/01/rdf-schema#comment> "The steps to make the dish." .
+<http://schema.org/recipeInstructions> <http://schema.org/domain> <http://schema.org/Recipe> .
+<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/embedUrl> <http://www.w3.org/2000/01/rdf-schema#label> "embedUrl" .
+<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. (previous spelling: embedURL)" .
+<http://schema.org/embedUrl> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<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/EducationalOrganization> <http://www.w3.org/2000/01/rdf-schema#label> "EducationalOrganization" .
+<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#subClassOf> <http://schema.org/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/FurnitureStore> <http://www.w3.org/2000/01/rdf-schema#label> "FurnitureStore" .
+<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#subClassOf> <http://schema.org/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/employee> <http://www.w3.org/2000/01/rdf-schema#label> "employee" .
+<http://schema.org/employee> <http://www.w3.org/2000/01/rdf-schema#comment> "Someone working for this organization." .
+<http://schema.org/employee> <http://schema.org/domain> <http://schema.org/Organization> .
+<http://schema.org/employee> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/employee> <http://schema.org/range> <http://schema.org/Person> .
+<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#comment> "A geographical region under the jurisdiction of a particular government." .
+<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/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/specialCommitments> <http://www.w3.org/2000/01/rdf-schema#label> "specialCommitments" .
+<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://schema.org/domain> <http://schema.org/JobPosting> .
+<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/Place> <http://www.w3.org/2000/01/rdf-schema#label> "Place" .
+<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#subClassOf> <http://schema.org/Thing> .
+<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/UserDownloads> <http://www.w3.org/2000/01/rdf-schema#label> "UserDownloads" .
+<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#subClassOf> <http://schema.org/UserInteraction> .
+<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/Dentist> <http://www.w3.org/2000/01/rdf-schema#label> "Dentist" .
+<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#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/Park> <http://www.w3.org/2000/01/rdf-schema#label> "Park" .
+<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#subClassOf> <http://schema.org/CivicStructure> .
+<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/Museum> <http://www.w3.org/2000/01/rdf-schema#label> "Museum" .
+<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#subClassOf> <http://schema.org/CivicStructure> .
+<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/itemReviewed> <http://www.w3.org/2000/01/rdf-schema#label> "itemReviewed" .
+<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://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/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/RealEstateAgent> <http://www.w3.org/2000/01/rdf-schema#label> "RealEstateAgent" .
+<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#subClassOf> <http://schema.org/LocalBusiness> .
+<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/sodiumContent> <http://www.w3.org/2000/01/rdf-schema#label> "sodiumContent" .
+<http://schema.org/sodiumContent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of milligrams of sodium." .
+<http://schema.org/sodiumContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
+<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/MovingCompany> <http://www.w3.org/2000/01/rdf-schema#label> "MovingCompany" .
+<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#subClassOf> <http://schema.org/HomeAndConstructionBusiness> .
+<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/alumniOf> <http://www.w3.org/2000/01/rdf-schema#label> "alumniOf" .
+<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://schema.org/domain> <http://schema.org/Person> .
+<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/albums> <http://www.w3.org/2000/01/rdf-schema#label> "albums" .
+<http://schema.org/albums> <http://www.w3.org/2000/01/rdf-schema#comment> "A collection of music albums (legacy spelling; see singular form, album)." .
+<http://schema.org/albums> <http://schema.org/domain> <http://schema.org/MusicGroup> .
+<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/episodeNumber> <http://www.w3.org/2000/01/rdf-schema#label> "episodeNumber" .
+<http://schema.org/episodeNumber> <http://www.w3.org/2000/01/rdf-schema#comment> "The episode number." .
+<http://schema.org/episodeNumber> <http://schema.org/domain> <http://schema.org/TVEpisode> .
+<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/TravelAgency> <http://www.w3.org/2000/01/rdf-schema#label> "TravelAgency" .
+<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#subClassOf> <http://schema.org/LocalBusiness> .
+<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/transcript> <http://www.w3.org/2000/01/rdf-schema#label> "transcript" .
+<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://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/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/carbohydrateContent> <http://www.w3.org/2000/01/rdf-schema#label> "carbohydrateContent" .
+<http://schema.org/carbohydrateContent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of grams of carbohydrates." .
+<http://schema.org/carbohydrateContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
+<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/aggregateRating> <http://www.w3.org/2000/01/rdf-schema#label> "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://schema.org/domain> <http://schema.org/Organization> .
+<http://schema.org/aggregateRating> <http://schema.org/domain> <http://schema.org/Offer> .
+<http://schema.org/aggregateRating> <http://schema.org/domain> <http://schema.org/Place> .
+<http://schema.org/aggregateRating> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/aggregateRating> <http://schema.org/domain> <http://schema.org/Product> .
+<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/bitrate> <http://www.w3.org/2000/01/rdf-schema#label> "bitrate" .
+<http://schema.org/bitrate> <http://www.w3.org/2000/01/rdf-schema#comment> "The bitrate of the media object." .
+<http://schema.org/bitrate> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<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/CivicStructure> <http://www.w3.org/2000/01/rdf-schema#label> "CivicStructure" .
+<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#subClassOf> <http://schema.org/Place> .
+<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/bestRating> <http://www.w3.org/2000/01/rdf-schema#label> "bestRating" .
+<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://schema.org/domain> <http://schema.org/Rating> .
+<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/Number> .
+<http://schema.org/bestRating> <http://schema.org/range> <http://schema.org/Text> .
+<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#comment> "A business providing entertainment." .
+<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/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#label> "AccountingService" .
+<http://schema.org/AccountingService> <http://www.w3.org/2000/01/rdf-schema#comment> "Accountancy business." .
+<http://schema.org/AccountingService> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/ProfessionalService> .
+<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/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#comment> "A subway station." .
+<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/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://www.w3.org/2000/01/rdf-schema#comment> "Review of the item (legacy spelling; see singular form, review)." .
+<http://schema.org/reviews> <http://schema.org/domain> <http://schema.org/Organization> .
+<http://schema.org/reviews> <http://schema.org/domain> <http://schema.org/Offer> .
+<http://schema.org/reviews> <http://schema.org/domain> <http://schema.org/Place> .
+<http://schema.org/reviews> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/reviews> <http://schema.org/domain> <http://schema.org/Product> .
+<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/GovernmentOffice> <http://www.w3.org/2000/01/rdf-schema#label> "GovernmentOffice" .
+<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#subClassOf> <http://schema.org/LocalBusiness> .
+<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/Mosque> <http://www.w3.org/2000/01/rdf-schema#label> "Mosque" .
+<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#subClassOf> <http://schema.org/PlaceOfWorship> .
+<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/MovieTheater> <http://www.w3.org/2000/01/rdf-schema#label> "MovieTheater" .
+<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#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/MovieTheater> <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#label> "PerformingGroup" .
+<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#subClassOf> <http://schema.org/Organization> .
+<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/subEvent> <http://www.w3.org/2000/01/rdf-schema#label> "subEvent" .
+<http://schema.org/subEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "An Event that is part of this event. For example, a conference event includes many presentations, each are a subEvent of the conference." .
+<http://schema.org/subEvent> <http://schema.org/domain> <http://schema.org/Event> .
+<http://schema.org/subEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/subEvent> <http://schema.org/range> <http://schema.org/Event> .
+<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#comment> "A day spa." .
+<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/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#comment> "An auto parts store." .
+<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/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/episode> <http://www.w3.org/2000/01/rdf-schema#label> "episode" .
+<http://schema.org/episode> <http://www.w3.org/2000/01/rdf-schema#comment> "An episode of a TV series or season." .
+<http://schema.org/episode> <http://schema.org/domain> <http://schema.org/TVSeries> .
+<http://schema.org/episode> <http://schema.org/domain> <http://schema.org/TVSeason> .
+<http://schema.org/episode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/episode> <http://schema.org/range> <http://schema.org/TVEpisode> .
 <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/2000/01/rdf-schema#subClassOf> <http://schema.org/MusicPlaylist> .
-<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/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/TVSeason> <http://www.w3.org/2000/01/rdf-schema#label> "TVSeason" .
+<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#subClassOf> <http://schema.org/CreativeWork> .
+<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/printEdition> <http://www.w3.org/2000/01/rdf-schema#label> "printEdition" .
+<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://schema.org/domain> <http://schema.org/NewsArticle> .
+<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/ProfessionalService> <http://www.w3.org/2000/01/rdf-schema#label> "ProfessionalService" .
+<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#subClassOf> <http://schema.org/LocalBusiness> .
+<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/seasonNumber> <http://www.w3.org/2000/01/rdf-schema#label> "seasonNumber" .
+<http://schema.org/seasonNumber> <http://www.w3.org/2000/01/rdf-schema#comment> "The season number." .
+<http://schema.org/seasonNumber> <http://schema.org/domain> <http://schema.org/TVSeason> .
+<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/installUrl> <http://www.w3.org/2000/01/rdf-schema#label> "installUrl" .
+<http://schema.org/installUrl> <http://www.w3.org/2000/01/rdf-schema#comment> "URL at which the app may be installed, if different from the URL of the item." .
+<http://schema.org/installUrl> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<http://schema.org/installUrl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/installUrl> <http://schema.org/range> <http://schema.org/URL> .
+<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#comment> "An ice cream shop" .
+<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/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#comment> "A television station." .
+<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/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#label> "DepartmentStore" .
+<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#subClassOf> <http://schema.org/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/musicGroupMember> <http://www.w3.org/2000/01/rdf-schema#label> "musicGroupMember" .
+<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://schema.org/domain> <http://schema.org/MusicGroup> .
+<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/significantLink> <http://www.w3.org/2000/01/rdf-schema#label> "significantLink" .
+<http://schema.org/significantLink> <http://www.w3.org/2000/01/rdf-schema#comment> "One of the more significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most." .
+<http://schema.org/significantLink> <http://schema.org/domain> <http://schema.org/WebPage> .
+<http://schema.org/significantLink> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/significantLink> <http://schema.org/range> <http://schema.org/URL> .
+<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#comment> "A listing that describes a job opening in a certain organization." .
+<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/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://www.w3.org/2000/01/rdf-schema#comment> "Organization offering the job position." .
+<http://schema.org/hiringOrganization> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<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/fiberContent> <http://www.w3.org/2000/01/rdf-schema#label> "fiberContent" .
+<http://schema.org/fiberContent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of grams of fiber." .
+<http://schema.org/fiberContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
+<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/ConvenienceStore> <http://www.w3.org/2000/01/rdf-schema#label> "ConvenienceStore" .
+<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#subClassOf> <http://schema.org/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/event> <http://www.w3.org/2000/01/rdf-schema#label> "event" .
+<http://schema.org/event> <http://www.w3.org/2000/01/rdf-schema#comment> "Upcoming or past event associated with this place or organization." .
+<http://schema.org/event> <http://schema.org/domain> <http://schema.org/Organization> .
+<http://schema.org/event> <http://schema.org/domain> <http://schema.org/Place> .
+<http://schema.org/event> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/event> <http://schema.org/range> <http://schema.org/Event> .
+<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#comment> "A roofing contractor." .
+<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/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#label> "SportsActivityLocation" .
+<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#subClassOf> <http://schema.org/LocalBusiness> .
+<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/calories> <http://www.w3.org/2000/01/rdf-schema#label> "calories" .
+<http://schema.org/calories> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of calories" .
+<http://schema.org/calories> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
+<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/isFamilyFriendly> <http://www.w3.org/2000/01/rdf-schema#label> "isFamilyFriendly" .
+<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://schema.org/domain> <http://schema.org/CreativeWork> .
+<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/responsibilities> <http://www.w3.org/2000/01/rdf-schema#label> "responsibilities" .
+<http://schema.org/responsibilities> <http://www.w3.org/2000/01/rdf-schema#comment> "Responsibilities associated with this role." .
+<http://schema.org/responsibilities> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<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/cookingMethod> <http://www.w3.org/2000/01/rdf-schema#label> "cookingMethod" .
+<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://schema.org/domain> <http://schema.org/Recipe> .
+<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/homeLocation> <http://www.w3.org/2000/01/rdf-schema#label> "homeLocation" .
+<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://schema.org/domain> <http://schema.org/Person> .
+<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/ContactPoint> .
+<http://schema.org/homeLocation> <http://schema.org/range> <http://schema.org/Place> .
+<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#comment> "A gas station." .
+<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/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#comment> "Auto body shop." .
+<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/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#label> "Pharmacy" .
+<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#subClassOf> <http://schema.org/MedicalOrganization> .
+<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/colleagues> <http://www.w3.org/2000/01/rdf-schema#label> "colleagues" .
+<http://schema.org/colleagues> <http://www.w3.org/2000/01/rdf-schema#comment> "A colleague of the person (legacy spelling; see singular form, colleague)." .
+<http://schema.org/colleagues> <http://schema.org/domain> <http://schema.org/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/range> <http://schema.org/Person> .
+<http://schema.org/bookFormat> <http://www.w3.org/2000/01/rdf-schema#label> "bookFormat" .
+<http://schema.org/bookFormat> <http://www.w3.org/2000/01/rdf-schema#comment> "The format of the book." .
+<http://schema.org/bookFormat> <http://schema.org/domain> <http://schema.org/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/range> <http://schema.org/BookFormatType> .
+<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#comment> "Place of worship, such as a church, synagogue, or mosque." .
+<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/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/applicationCategory> <http://www.w3.org/2000/01/rdf-schema#label> "applicationCategory" .
+<http://schema.org/applicationCategory> <http://www.w3.org/2000/01/rdf-schema#comment> "Type of software application, e.g. \"Game, Multimedia\"." .
+<http://schema.org/applicationCategory> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<http://schema.org/applicationCategory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/applicationCategory> <http://schema.org/range> <http://schema.org/URL> .
+<http://schema.org/applicationCategory> <http://schema.org/range> <http://schema.org/Text> .
+<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#comment> "The rating of the video." .
+<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/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#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#subClassOf> <http://schema.org/Intangible> .
+<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/LandmarksOrHistoricalBuildings> <http://www.w3.org/2000/01/rdf-schema#label> "LandmarksOrHistoricalBuildings" .
+<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#subClassOf> <http://schema.org/Place> .
+<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/Recipe> <http://www.w3.org/2000/01/rdf-schema#label> "Recipe" .
+<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#subClassOf> <http://schema.org/CreativeWork> .
+<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/UserComments> <http://www.w3.org/2000/01/rdf-schema#label> "UserComments" .
+<http://schema.org/UserComments> <http://www.w3.org/2000/01/rdf-schema#comment> "The UserInteraction event in which a user comments on an item." .
+<http://schema.org/UserComments> <http://purl.org/dc/terms/source> <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews> .
+<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/MusicGroup> <http://www.w3.org/2000/01/rdf-schema#label> "MusicGroup" .
+<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#subClassOf> <http://schema.org/PerformingGroup> .
+<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/workLocation> <http://www.w3.org/2000/01/rdf-schema#label> "workLocation" .
+<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://schema.org/domain> <http://schema.org/Person> .
+<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/ContactPoint> .
+<http://schema.org/workLocation> <http://schema.org/range> <http://schema.org/Place> .
+<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#comment> "A home goods store." .
+<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/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#label> "ItemList" .
+<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#subClassOf> <http://schema.org/CreativeWork> .
+<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/acceptsReservations> <http://www.w3.org/2000/01/rdf-schema#label> "acceptsReservations" .
+<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://schema.org/domain> <http://schema.org/FoodEstablishment> .
+<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/height> <http://www.w3.org/2000/01/rdf-schema#label> "height" .
+<http://schema.org/height> <http://www.w3.org/2000/01/rdf-schema#comment> "The height of the media object." .
+<http://schema.org/height> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<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/significantLinks> <http://www.w3.org/2000/01/rdf-schema#label> "significantLinks" .
+<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 (legacy spelling; see singular form, significantLink)." .
+<http://schema.org/significantLinks> <http://schema.org/domain> <http://schema.org/WebPage> .
+<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/manufacturer> <http://www.w3.org/2000/01/rdf-schema#label> "manufacturer" .
+<http://schema.org/manufacturer> <http://www.w3.org/2000/01/rdf-schema#comment> "The manufacturer of the product." .
+<http://schema.org/manufacturer> <http://schema.org/domain> <http://schema.org/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/range> <http://schema.org/Organization> .
+<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#comment> "Web applications." .
+<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/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#comment> "An electronics store." .
+<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/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#comment> "A blog post." .
+<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/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://www.w3.org/2000/01/rdf-schema#comment> "The number of tracks in this album or playlist." .
+<http://schema.org/numTracks> <http://schema.org/domain> <http://schema.org/MusicPlaylist> .
+<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/OfficeEquipmentStore> <http://www.w3.org/2000/01/rdf-schema#label> "OfficeEquipmentStore" .
+<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#subClassOf> <http://schema.org/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/cookTime> <http://www.w3.org/2000/01/rdf-schema#label> "cookTime" .
+<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://schema.org/domain> <http://schema.org/Recipe> .
+<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/MusicVenue> <http://www.w3.org/2000/01/rdf-schema#label> "MusicVenue" .
+<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#subClassOf> <http://schema.org/CivicStructure> .
+<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/WPSideBar> <http://www.w3.org/2000/01/rdf-schema#label> "WPSideBar" .
+<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#subClassOf> <http://schema.org/WebPageElement> .
+<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/recipeCuisine> <http://www.w3.org/2000/01/rdf-schema#label> "recipeCuisine" .
+<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://schema.org/domain> <http://schema.org/Recipe> .
+<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/NailSalon> <http://www.w3.org/2000/01/rdf-schema#label> "NailSalon" .
+<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#subClassOf> <http://schema.org/HealthAndBeautyBusiness> .
+<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/playerType> <http://www.w3.org/2000/01/rdf-schema#label> "playerType" .
+<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://schema.org/domain> <http://schema.org/MediaObject> .
+<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/JewelryStore> <http://www.w3.org/2000/01/rdf-schema#label> "JewelryStore" .
+<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#subClassOf> <http://schema.org/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/ShoeStore> <http://www.w3.org/2000/01/rdf-schema#label> "ShoeStore" .
+<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#subClassOf> <http://schema.org/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/MedicalOrganization> <http://www.w3.org/2000/01/rdf-schema#label> "MedicalOrganization" .
+<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/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
+<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/Physician> <http://www.w3.org/2000/01/rdf-schema#label> "Physician" .
+<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#subClassOf> <http://schema.org/MedicalOrganization> .
+<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/Optician> <http://www.w3.org/2000/01/rdf-schema#label> "Optician" .
+<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#subClassOf> <http://schema.org/MedicalOrganization> .
+<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/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/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/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://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/latitude> <http://schema.org/range> <http://schema.org/Number> .
-<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/trailer> <http://schema.org/domain> <http://schema.org/TVSeries> .
+<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/BuddhistTemple> <http://www.w3.org/2000/01/rdf-schema#label> "BuddhistTemple" .
+<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#subClassOf> <http://schema.org/PlaceOfWorship> .
+<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/keywords> <http://www.w3.org/2000/01/rdf-schema#label> "keywords" .
+<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://schema.org/domain> <http://schema.org/CreativeWork> .
+<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/itemListElement> <http://www.w3.org/2000/01/rdf-schema#label> "itemListElement" .
+<http://schema.org/itemListElement> <http://www.w3.org/2000/01/rdf-schema#comment> "A single list item." .
+<http://schema.org/itemListElement> <http://schema.org/domain> <http://schema.org/ItemList> .
+<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/PawnShop> <http://www.w3.org/2000/01/rdf-schema#label> "PawnShop" .
+<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#subClassOf> <http://schema.org/Store> .
+<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/AutoDealer> <http://www.w3.org/2000/01/rdf-schema#label> "AutoDealer" .
+<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#subClassOf> <http://schema.org/AutomotiveBusiness> .
+<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/WholesaleStore> <http://www.w3.org/2000/01/rdf-schema#label> "WholesaleStore" .
+<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#subClassOf> <http://schema.org/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/HobbyShop> <http://www.w3.org/2000/01/rdf-schema#label> "HobbyShop" .
+<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#subClassOf> <http://schema.org/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/jobLocation> <http://www.w3.org/2000/01/rdf-schema#label> "jobLocation" .
+<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://schema.org/domain> <http://schema.org/JobPosting> .
+<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/UserLikes> <http://www.w3.org/2000/01/rdf-schema#label> "UserLikes" .
+<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#subClassOf> <http://schema.org/UserInteraction> .
+<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/Synagogue> <http://www.w3.org/2000/01/rdf-schema#label> "Synagogue" .
+<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#subClassOf> <http://schema.org/PlaceOfWorship> .
+<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/version> <http://www.w3.org/2000/01/rdf-schema#label> "version" .
+<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://schema.org/domain> <http://schema.org/CreativeWork> .
+<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/CatholicChurch> <http://www.w3.org/2000/01/rdf-schema#label> "CatholicChurch" .
+<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#subClassOf> <http://schema.org/PlaceOfWorship> .
+<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/PoliceStation> <http://www.w3.org/2000/01/rdf-schema#label> "PoliceStation" .
+<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#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/PoliceStation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/MobileApplication> <http://www.w3.org/2000/01/rdf-schema#label> "MobileApplication" .
+<http://schema.org/MobileApplication> <http://www.w3.org/2000/01/rdf-schema#comment> "" .
+<http://schema.org/MobileApplication> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/SoftwareApplication> .
+<http://schema.org/MobileApplication> <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://www.w3.org/2000/01/rdf-schema#comment> "mp3, mpeg4, etc." .
+<http://schema.org/encodingFormat> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<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/occupationalCategory> <http://www.w3.org/2000/01/rdf-schema#label> "occupationalCategory" .
+<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://schema.org/domain> <http://schema.org/JobPosting> .
+<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/fileFormat> <http://www.w3.org/2000/01/rdf-schema#label> "fileFormat" .
+<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://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<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/addressRegion> <http://www.w3.org/2000/01/rdf-schema#label> "addressRegion" .
+<http://schema.org/addressRegion> <http://www.w3.org/2000/01/rdf-schema#comment> "The region. For example, CA." .
+<http://schema.org/addressRegion> <http://schema.org/domain> <http://schema.org/PostalAddress> .
+<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/openingHours> <http://www.w3.org/2000/01/rdf-schema#label> "openingHours" .
+<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://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/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/articleBody> <http://www.w3.org/2000/01/rdf-schema#label> "articleBody" .
+<http://schema.org/articleBody> <http://www.w3.org/2000/01/rdf-schema#comment> "The actual body of the article." .
+<http://schema.org/articleBody> <http://schema.org/domain> <http://schema.org/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/range> <http://schema.org/Text> .
+<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#comment> "A URL to a map of the place." .
+<http://schema.org/map> <http://schema.org/domain> <http://schema.org/Place> .
+<http://schema.org/map> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/map> <http://schema.org/range> <http://schema.org/URL> .
 <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#comment> "A cafe or coffee shop." .
 <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/Store> <http://www.w3.org/2000/01/rdf-schema#label> "Store" .
+<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#subClassOf> <http://schema.org/LocalBusiness> .
+<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/Campground> <http://www.w3.org/2000/01/rdf-schema#label> "Campground" .
+<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#subClassOf> <http://schema.org/CivicStructure> .
+<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/byArtist> <http://www.w3.org/2000/01/rdf-schema#label> "byArtist" .
+<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://schema.org/domain> <http://schema.org/MusicAlbum> .
+<http://schema.org/byArtist> <http://schema.org/domain> <http://schema.org/MusicRecording> .
+<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/Text> <http://www.w3.org/2000/01/rdf-schema#label> "Text" .
+<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#subClassOf> <http://schema.org/DataType> .
+<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/brand> <http://www.w3.org/2000/01/rdf-schema#label> "brand" .
+<http://schema.org/brand> <http://www.w3.org/2000/01/rdf-schema#comment> "The brand of the product." .
+<http://schema.org/brand> <http://schema.org/domain> <http://schema.org/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/range> <http://schema.org/Organization> .
+<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#comment> "A theatre or other performing art center." .
+<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/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/attendee> <http://www.w3.org/2000/01/rdf-schema#label> "attendee" .
+<http://schema.org/attendee> <http://www.w3.org/2000/01/rdf-schema#comment> "A person or organization attending the event." .
+<http://schema.org/attendee> <http://schema.org/domain> <http://schema.org/Event> .
+<http://schema.org/attendee> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/attendee> <http://schema.org/range> <http://schema.org/Organization> .
+<http://schema.org/attendee> <http://schema.org/range> <http://schema.org/Person> .
+<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#comment> "A hardware store." .
+<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/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://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://schema.org/domain> <http://schema.org/UserComments> .
+<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/line> <http://www.w3.org/2000/01/rdf-schema#label> "line" .
+<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://schema.org/domain> <http://schema.org/GeoShape> .
+<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/performerIn> <http://www.w3.org/2000/01/rdf-schema#label> "performerIn" .
+<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://schema.org/domain> <http://schema.org/Person> .
+<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/Float> <http://www.w3.org/2000/01/rdf-schema#label> "Float" .
+<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#subClassOf> <http://schema.org/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/tracks> <http://www.w3.org/2000/01/rdf-schema#label> "tracks" .
+<http://schema.org/tracks> <http://www.w3.org/2000/01/rdf-schema#comment> "A music recording (track)\u2014usually a single song (legacy spelling; see singular form, track)." .
+<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/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/Beach> <http://www.w3.org/2000/01/rdf-schema#label> "Beach" .
+<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#subClassOf> <http://schema.org/CivicStructure> .
+<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/additionalName> <http://www.w3.org/2000/01/rdf-schema#label> "additionalName" .
+<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://schema.org/domain> <http://schema.org/Person> .
+<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/nationality> <http://www.w3.org/2000/01/rdf-schema#label> "nationality" .
+<http://schema.org/nationality> <http://www.w3.org/2000/01/rdf-schema#comment> "Nationality of the person." .
+<http://schema.org/nationality> <http://schema.org/domain> <http://schema.org/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/range> <http://schema.org/Country> .
+<http://schema.org/countriesNotSupported> <http://www.w3.org/2000/01/rdf-schema#label> "countriesNotSupported" .
+<http://schema.org/countriesNotSupported> <http://www.w3.org/2000/01/rdf-schema#comment> "Countries for which the application is not supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code." .
+<http://schema.org/countriesNotSupported> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<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/provider> <http://www.w3.org/2000/01/rdf-schema#label> "provider" .
+<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://schema.org/domain> <http://schema.org/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/range> <http://schema.org/Organization> .
+<http://schema.org/provider> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/screenshot> <http://www.w3.org/2000/01/rdf-schema#label> "screenshot" .
+<http://schema.org/screenshot> <http://www.w3.org/2000/01/rdf-schema#comment> "A link to a screenshot image of the app." .
+<http://schema.org/screenshot> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<http://schema.org/screenshot> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/screenshot> <http://schema.org/range> <http://schema.org/URL> .
+<http://schema.org/screenshot> <http://schema.org/range> <http://schema.org/ImageObject> .
+<http://schema.org/regionsAllowed> <http://www.w3.org/2000/01/rdf-schema#label> "regionsAllowed" .
+<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://schema.org/domain> <http://schema.org/MediaObject> .
+<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/ratingCount> <http://www.w3.org/2000/01/rdf-schema#label> "ratingCount" .
+<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://schema.org/domain> <http://schema.org/AggregateRating> .
+<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/Airport> <http://www.w3.org/2000/01/rdf-schema#label> "Airport" .
+<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#subClassOf> <http://schema.org/CivicStructure> .
+<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/MusicEvent> <http://www.w3.org/2000/01/rdf-schema#label> "MusicEvent" .
+<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#subClassOf> <http://schema.org/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/founder> <http://www.w3.org/2000/01/rdf-schema#label> "founder" .
+<http://schema.org/founder> <http://www.w3.org/2000/01/rdf-schema#comment> "A person who founded this organization." .
+<http://schema.org/founder> <http://schema.org/domain> <http://schema.org/Organization> .
+<http://schema.org/founder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/founder> <http://schema.org/range> <http://schema.org/Person> .
+<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#comment> "A ski resort." .
+<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/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://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://schema.org/domain> <http://schema.org/GeoShape> .
+<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/Number> <http://www.w3.org/2000/01/rdf-schema#label> "Number" .
+<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#subClassOf> <http://schema.org/DataType> .
+<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/VideoObject> <http://www.w3.org/2000/01/rdf-schema#label> "VideoObject" .
+<http://schema.org/VideoObject> <http://www.w3.org/2000/01/rdf-schema#comment> "A video file." .
+<http://schema.org/VideoObject> <http://purl.org/dc/terms/source> <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews> .
+<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/superEvent> <http://www.w3.org/2000/01/rdf-schema#label> "superEvent" .
+<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://schema.org/domain> <http://schema.org/Event> .
+<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/LodgingBusiness> <http://www.w3.org/2000/01/rdf-schema#label> "LodgingBusiness" .
+<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#subClassOf> <http://schema.org/LocalBusiness> .
+<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/servingSize> <http://www.w3.org/2000/01/rdf-schema#label> "servingSize" .
+<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://schema.org/domain> <http://schema.org/NutritionInformation> .
+<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/spouse> <http://www.w3.org/2000/01/rdf-schema#label> "spouse" .
+<http://schema.org/spouse> <http://www.w3.org/2000/01/rdf-schema#comment> "The person's spouse." .
+<http://schema.org/spouse> <http://schema.org/domain> <http://schema.org/Person> .
+<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/HinduTemple> <http://www.w3.org/2000/01/rdf-schema#label> "HinduTemple" .
+<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#subClassOf> <http://schema.org/PlaceOfWorship> .
+<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/SocialEvent> <http://www.w3.org/2000/01/rdf-schema#label> "SocialEvent" .
+<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#subClassOf> <http://schema.org/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/publishingPrinciples> <http://www.w3.org/2000/01/rdf-schema#label> "publishingPrinciples" .
+<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://schema.org/domain> <http://schema.org/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/range> <http://schema.org/URL> .
+<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#comment> "A fast-food restaurant." .
+<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/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#label> "MiddleSchool" .
+<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#subClassOf> <http://schema.org/EducationalOrganization> .
+<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/Country> <http://www.w3.org/2000/01/rdf-schema#label> "Country" .
+<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#subClassOf> <http://schema.org/AdministrativeArea> .
+<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/ClothingStore> <http://www.w3.org/2000/01/rdf-schema#label> "ClothingStore" .
+<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#subClassOf> <http://schema.org/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/FoodEstablishment> <http://www.w3.org/2000/01/rdf-schema#label> "FoodEstablishment" .
+<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#subClassOf> <http://schema.org/LocalBusiness> .
+<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/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/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/menu> <http://www.w3.org/2000/01/rdf-schema#label> "menu" .
+<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://schema.org/domain> <http://schema.org/FoodEstablishment> .
+<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/members> <http://www.w3.org/2000/01/rdf-schema#label> "members" .
+<http://schema.org/members> <http://www.w3.org/2000/01/rdf-schema#comment> "A member of this organization (legacy spelling; see singular form, member)." .
+<http://schema.org/members> <http://schema.org/domain> <http://schema.org/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/range> <http://schema.org/Organization> .
+<http://schema.org/members> <http://schema.org/range> <http://schema.org/Person> .
+<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#comment> "A recycling center." .
+<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/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/carrierRequirements> <http://www.w3.org/2000/01/rdf-schema#label> "carrierRequirements" .
+<http://schema.org/carrierRequirements> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies specific carrier(s) requirements for the application (e.g. an application may only work on a specific carrier network)." .
+<http://schema.org/carrierRequirements> <http://schema.org/domain> <http://schema.org/MobileApplication> .
+<http://schema.org/carrierRequirements> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/carrierRequirements> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/award> <http://www.w3.org/2000/01/rdf-schema#label> "award" .
+<http://schema.org/award> <http://www.w3.org/2000/01/rdf-schema#comment> "An award won by this person or for this creative work." .
+<http://schema.org/award> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/award> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/award> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/award> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/encodings> <http://www.w3.org/2000/01/rdf-schema#label> "encodings" .
+<http://schema.org/encodings> <http://www.w3.org/2000/01/rdf-schema#comment> "The media objects that encode this creative work (legacy spelling; see singular form, encoding)." .
+<http://schema.org/encodings> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<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/ParkingFacility> <http://www.w3.org/2000/01/rdf-schema#label> "ParkingFacility" .
+<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#subClassOf> <http://schema.org/CivicStructure> .
+<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/caption> <http://www.w3.org/2000/01/rdf-schema#label> "caption" .
+<http://schema.org/caption> <http://www.w3.org/2000/01/rdf-schema#comment> "The caption for this object." .
+<http://schema.org/caption> <http://schema.org/domain> <http://schema.org/VideoObject> .
+<http://schema.org/caption> <http://schema.org/domain> <http://schema.org/ImageObject> .
+<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/NightClub> <http://www.w3.org/2000/01/rdf-schema#label> "NightClub" .
+<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#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/TaxiStand> <http://www.w3.org/2000/01/rdf-schema#label> "TaxiStand" .
+<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#subClassOf> <http://schema.org/CivicStructure> .
+<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/RVPark> <http://www.w3.org/2000/01/rdf-schema#label> "RVPark" .
+<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#subClassOf> <http://schema.org/CivicStructure> .
+<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/contactPoint> <http://www.w3.org/2000/01/rdf-schema#label> "contactPoint" .
+<http://schema.org/contactPoint> <http://www.w3.org/2000/01/rdf-schema#comment> "A contact point for a person or organization." .
+<http://schema.org/contactPoint> <http://schema.org/domain> <http://schema.org/Organization> .
+<http://schema.org/contactPoint> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/contactPoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/contactPoint> <http://schema.org/range> <http://schema.org/ContactPoint> .
+<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#comment> "A 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/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://www.w3.org/2000/01/rdf-schema#comment> "The industry associated with the job position." .
+<http://schema.org/industry> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<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/model> <http://www.w3.org/2000/01/rdf-schema#label> "model" .
+<http://schema.org/model> <http://www.w3.org/2000/01/rdf-schema#comment> "The model of the product." .
+<http://schema.org/model> <http://schema.org/domain> <http://schema.org/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/range> <http://schema.org/Text> .
+<http://schema.org/dateline> <http://www.w3.org/2000/01/rdf-schema#label> "dateline" .
+<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://schema.org/domain> <http://schema.org/NewsArticle> .
+<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/Event> <http://www.w3.org/2000/01/rdf-schema#label> "Event" .
+<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#subClassOf> <http://schema.org/Thing> .
+<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/Locksmith> <http://www.w3.org/2000/01/rdf-schema#label> "Locksmith" .
+<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#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/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://www.w3.org/2000/01/rdf-schema#comment> "Countries for which the application is supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code." .
+<http://schema.org/countriesSupported> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<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/salaryCurrency> <http://www.w3.org/2000/01/rdf-schema#label> "salaryCurrency" .
+<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://schema.org/domain> <http://schema.org/JobPosting> .
+<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/Library> <http://www.w3.org/2000/01/rdf-schema#label> "Library" .
+<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#subClassOf> <http://schema.org/LocalBusiness> .
+<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/BarOrPub> <http://www.w3.org/2000/01/rdf-schema#label> "BarOrPub" .
+<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#subClassOf> <http://schema.org/FoodEstablishment> .
+<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/BusStop> <http://www.w3.org/2000/01/rdf-schema#label> "BusStop" .
+<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#subClassOf> <http://schema.org/CivicStructure> .
+<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/HealthAndBeautyBusiness> <http://www.w3.org/2000/01/rdf-schema#label> "HealthAndBeautyBusiness" .
+<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#subClassOf> <http://schema.org/LocalBusiness> .
+<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/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/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/sibling> <http://www.w3.org/2000/01/rdf-schema#label> "sibling" .
+<http://schema.org/sibling> <http://www.w3.org/2000/01/rdf-schema#comment> "A sibling of the person." .
+<http://schema.org/sibling> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/sibling> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/sibling> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/producer> <http://www.w3.org/2000/01/rdf-schema#label> "producer" .
+<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://schema.org/domain> <http://schema.org/Movie> .
+<http://schema.org/producer> <http://schema.org/domain> <http://schema.org/TVEpisode> .
+<http://schema.org/producer> <http://schema.org/domain> <http://schema.org/TVSeries> .
+<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/mainContentOfPage> <http://www.w3.org/2000/01/rdf-schema#label> "mainContentOfPage" .
+<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://schema.org/domain> <http://schema.org/WebPage> .
+<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/workHours> <http://www.w3.org/2000/01/rdf-schema#label> "workHours" .
+<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://schema.org/domain> <http://schema.org/JobPosting> .
+<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/recipeCategory> <http://www.w3.org/2000/01/rdf-schema#label> "recipeCategory" .
+<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://schema.org/domain> <http://schema.org/Recipe> .
+<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/AutomatedTeller> <http://www.w3.org/2000/01/rdf-schema#label> "AutomatedTeller" .
+<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#subClassOf> <http://schema.org/FinancialService> .
+<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/ComedyClub> <http://www.w3.org/2000/01/rdf-schema#label> "ComedyClub" .
+<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#subClassOf> <http://schema.org/EntertainmentBusiness> .
+<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/encoding> <http://www.w3.org/2000/01/rdf-schema#label> "encoding" .
+<http://schema.org/encoding> <http://www.w3.org/2000/01/rdf-schema#comment> "A media object that encode this CreativeWork." .
+<http://schema.org/encoding> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/encoding> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/encoding> <http://schema.org/range> <http://schema.org/MediaObject> .
+<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#comment> "An emergency service, such as a fire station or ER." .
+<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/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/highPrice> <http://www.w3.org/2000/01/rdf-schema#label> "highPrice" .
+<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://schema.org/domain> <http://schema.org/AggregateOffer> .
+<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/Number> .
+<http://schema.org/highPrice> <http://schema.org/range> <http://schema.org/Text> .
+<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#comment> "A reservoir, like the Lake Kariba 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/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://www.w3.org/2000/01/rdf-schema#comment> "The season to which this episode belongs." .
+<http://schema.org/partOfSeason> <http://schema.org/domain> <http://schema.org/TVEpisode> .
+<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/Courthouse> <http://www.w3.org/2000/01/rdf-schema#label> "Courthouse" .
+<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#subClassOf> <http://schema.org/GovernmentBuilding> .
+<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/BusinessEvent> <http://www.w3.org/2000/01/rdf-schema#label> "BusinessEvent" .
+<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/2000/01/rdf-schema#subClassOf> <http://schema.org/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/reviewBody> <http://www.w3.org/2000/01/rdf-schema#label> "reviewBody" .
+<http://schema.org/reviewBody> <http://www.w3.org/2000/01/rdf-schema#comment> "The actual body of the review" .
+<http://schema.org/reviewBody> <http://schema.org/domain> <http://schema.org/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/range> <http://schema.org/Text> .
+<http://schema.org/blogPost> <http://www.w3.org/2000/01/rdf-schema#label> "blogPost" .
+<http://schema.org/blogPost> <http://www.w3.org/2000/01/rdf-schema#comment> "A posting that is part of this blog." .
+<http://schema.org/blogPost> <http://schema.org/domain> <http://schema.org/Blog> .
+<http://schema.org/blogPost> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/blogPost> <http://schema.org/range> <http://schema.org/BlogPosting> .
+<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#comment> "A 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/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#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#subClassOf> <http://schema.org/CreativeWork> .
+<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/image> <http://www.w3.org/2000/01/rdf-schema#label> "image" .
+<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://schema.org/domain> <http://schema.org/Thing> .
+<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/Notary> <http://www.w3.org/2000/01/rdf-schema#label> "Notary" .
+<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#subClassOf> <http://schema.org/ProfessionalService> .
+<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/attendees> <http://www.w3.org/2000/01/rdf-schema#label> "attendees" .
+<http://schema.org/attendees> <http://www.w3.org/2000/01/rdf-schema#comment> "A person attending the event (legacy spelling; see singular form, attendee)." .
+<http://schema.org/attendees> <http://schema.org/domain> <http://schema.org/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/range> <http://schema.org/Organization> .
+<http://schema.org/attendees> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/birthDate> <http://www.w3.org/2000/01/rdf-schema#label> "birthDate" .
+<http://schema.org/birthDate> <http://www.w3.org/2000/01/rdf-schema#comment> "Date of birth." .
+<http://schema.org/birthDate> <http://schema.org/domain> <http://schema.org/Person> .
+<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/associatedArticle> <http://www.w3.org/2000/01/rdf-schema#label> "associatedArticle" .
+<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://schema.org/domain> <http://schema.org/MediaObject> .
+<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/SportsClub> <http://www.w3.org/2000/01/rdf-schema#label> "SportsClub" .
+<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#subClassOf> <http://schema.org/SportsActivityLocation> .
+<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/GeoCoordinates> <http://www.w3.org/2000/01/rdf-schema#label> "GeoCoordinates" .
+<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#subClassOf> <http://schema.org/StructuredValue> .
+<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/worksFor> <http://www.w3.org/2000/01/rdf-schema#label> "worksFor" .
+<http://schema.org/worksFor> <http://www.w3.org/2000/01/rdf-schema#comment> "Organizations that the person works for." .
+<http://schema.org/worksFor> <http://schema.org/domain> <http://schema.org/Person> .
+<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/prepTime> <http://www.w3.org/2000/01/rdf-schema#label> "prepTime" .
+<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://schema.org/domain> <http://schema.org/Recipe> .
+<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/endDate> <http://www.w3.org/2000/01/rdf-schema#label> "endDate" .
+<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://schema.org/domain> <http://schema.org/TVSeries> .
+<http://schema.org/endDate> <http://schema.org/domain> <http://schema.org/Event> .
+<http://schema.org/endDate> <http://schema.org/domain> <http://schema.org/TVSeason> .
+<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/AutoRental> <http://www.w3.org/2000/01/rdf-schema#label> "AutoRental" .
+<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#subClassOf> <http://schema.org/AutomotiveBusiness> .
+<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/duration> <http://www.w3.org/2000/01/rdf-schema#label> "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://schema.org/domain> <http://schema.org/Movie> .
+<http://schema.org/duration> <http://schema.org/domain> <http://schema.org/Event> .
+<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://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/ImageObject> <http://www.w3.org/2000/01/rdf-schema#label> "ImageObject" .
+<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#subClassOf> <http://schema.org/MediaObject> .
+<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/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#comment> "A legislative building\u2014for example, the state capitol." .
 <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/2000/01/rdf-schema#subClassOf> <http://schema.org/GovernmentBuilding> .
-<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/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
-<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/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#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/memoryRequirements> <http://www.w3.org/2000/01/rdf-schema#label> "memoryRequirements" .
+<http://schema.org/memoryRequirements> <http://www.w3.org/2000/01/rdf-schema#comment> "Minimum memory requirements." .
+<http://schema.org/memoryRequirements> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<http://schema.org/memoryRequirements> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/memoryRequirements> <http://schema.org/range> <http://schema.org/URL> .
+<http://schema.org/memoryRequirements> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/UserPageVisits> <http://www.w3.org/2000/01/rdf-schema#label> "UserPageVisits" .
+<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/2000/01/rdf-schema#subClassOf> <http://schema.org/UserInteraction> .
+<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/subEvents> <http://www.w3.org/2000/01/rdf-schema#label> "subEvents" .
+<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 (legacy spelling; see singular form, subEvent)." .
+<http://schema.org/subEvents> <http://schema.org/domain> <http://schema.org/Event> .
+<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/blogPosts> <http://www.w3.org/2000/01/rdf-schema#label> "blogPosts" .
+<http://schema.org/blogPosts> <http://www.w3.org/2000/01/rdf-schema#comment> "The postings that are part of this blog (legacy spelling; see singular form, blogPost)." .
+<http://schema.org/blogPosts> <http://schema.org/domain> <http://schema.org/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/range> <http://schema.org/BlogPosting> .
+<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#comment> "A 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/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/geo> <http://www.w3.org/2000/01/rdf-schema#label> "geo" .
+<http://schema.org/geo> <http://www.w3.org/2000/01/rdf-schema#comment> "The geo coordinates of the place." .
+<http://schema.org/geo> <http://schema.org/domain> <http://schema.org/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/range> <http://schema.org/GeoShape> .
+<http://schema.org/geo> <http://schema.org/range> <http://schema.org/GeoCoordinates> .
+<http://schema.org/thumbnail> <http://www.w3.org/2000/01/rdf-schema#label> "thumbnail" .
+<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://schema.org/domain> <http://schema.org/VideoObject> .
+<http://schema.org/thumbnail> <http://schema.org/domain> <http://schema.org/ImageObject> .
+<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/actor> <http://www.w3.org/2000/01/rdf-schema#label> "actor" .
+<http://schema.org/actor> <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/actor> <http://schema.org/domain> <http://schema.org/Movie> .
+<http://schema.org/actor> <http://schema.org/domain> <http://schema.org/TVEpisode> .
+<http://schema.org/actor> <http://schema.org/domain> <http://schema.org/TVSeries> .
+<http://schema.org/actor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/actor> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/addressCountry> <http://www.w3.org/2000/01/rdf-schema#label> "addressCountry" .
+<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://schema.org/domain> <http://schema.org/PostalAddress> .
+<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/LocalBusiness> <http://www.w3.org/2000/01/rdf-schema#label> "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#subClassOf> <http://schema.org/Organization> .
+<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/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/dateModified> <http://www.w3.org/2000/01/rdf-schema#label> "dateModified" .
+<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://schema.org/domain> <http://schema.org/CreativeWork> .
+<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/HairSalon> <http://www.w3.org/2000/01/rdf-schema#label> "HairSalon" .
+<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#subClassOf> <http://schema.org/HealthAndBeautyBusiness> .
+<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/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://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/author> <http://schema.org/range> <http://schema.org/Organization> .
-<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/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<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/2000/01/rdf-schema#subClassOf> <http://schema.org/UserInteraction> .
-<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/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/WPFooter> <http://www.w3.org/2000/01/rdf-schema#label> "WPFooter" .
+<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#subClassOf> <http://schema.org/WebPageElement> .
+<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/Integer> <http://www.w3.org/2000/01/rdf-schema#label> "Integer" .
+<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#subClassOf> <http://schema.org/Number> .
+<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/AutomotiveBusiness> <http://www.w3.org/2000/01/rdf-schema#label> "AutomotiveBusiness" .
+<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#subClassOf> <http://schema.org/LocalBusiness> .
+<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/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/2000/01/rdf-schema#subClassOf> <http://schema.org/Enumeration> .
-<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://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/provider> <http://schema.org/range> <http://schema.org/Organization> .
-<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/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/parent> <http://www.w3.org/2000/01/rdf-schema#label> "parent" .
+<http://schema.org/parent> <http://www.w3.org/2000/01/rdf-schema#comment> "A parent of this person." .
+<http://schema.org/parent> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/parent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/parent> <http://schema.org/range> <http://schema.org/Person> .
+<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#comment> "A vet's office." .
+<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/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#comment> "The textual content of this CreativeWork." .
+<http://schema.org/text> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/text> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/text> <http://schema.org/range> <http://schema.org/Text> .
+<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#comment> "A tourist attraction." .
+<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/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#comment> "Quantity: Duration (use  ISO 8601 duration format)." .
+<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/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#label> "PostalAddress" .
+<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#subClassOf> <http://schema.org/ContactPoint> .
+<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/performer> <http://www.w3.org/2000/01/rdf-schema#label> "performer" .
+<http://schema.org/performer> <http://www.w3.org/2000/01/rdf-schema#comment> "A performer at the event\u2014for example, a presenter, musician, musical group or actor." .
+<http://schema.org/performer> <http://schema.org/domain> <http://schema.org/Event> .
+<http://schema.org/performer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/performer> <http://schema.org/range> <http://schema.org/Organization> .
+<http://schema.org/performer> <http://schema.org/range> <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#comment> "A state or province." .
+<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/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#comment> "An event venue." .
 <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/ContactPoint> <http://www.w3.org/2000/01/rdf-schema#label> "ContactPoint" .
+<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#subClassOf> <http://schema.org/StructuredValue> .
+<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/Festival> <http://www.w3.org/2000/01/rdf-schema#label> "Festival" .
+<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#subClassOf> <http://schema.org/Event> .
+<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/UserCheckins> <http://www.w3.org/2000/01/rdf-schema#label> "UserCheckins" .
+<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#subClassOf> <http://schema.org/UserInteraction> .
+<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/MotorcycleDealer> <http://www.w3.org/2000/01/rdf-schema#label> "MotorcycleDealer" .
+<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#subClassOf> <http://schema.org/AutomotiveBusiness> .
+<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/DefenceEstablishment> <http://www.w3.org/2000/01/rdf-schema#label> "DefenceEstablishment" .
+<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#subClassOf> <http://schema.org/GovernmentBuilding> .
+<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/review> <http://www.w3.org/2000/01/rdf-schema#label> "review" .
+<http://schema.org/review> <http://www.w3.org/2000/01/rdf-schema#comment> "A review of the item." .
+<http://schema.org/review> <http://schema.org/domain> <http://schema.org/Organization> .
+<http://schema.org/review> <http://schema.org/domain> <http://schema.org/Offer> .
+<http://schema.org/review> <http://schema.org/domain> <http://schema.org/Place> .
+<http://schema.org/review> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/review> <http://schema.org/domain> <http://schema.org/Product> .
+<http://schema.org/review> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/review> <http://schema.org/range> <http://schema.org/Review> .
+<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#comment> "A tire shop." .
+<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/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#label> "WPHeader" .
+<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#subClassOf> <http://schema.org/WebPageElement> .
+<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/UserPlays> <http://www.w3.org/2000/01/rdf-schema#label> "UserPlays" .
+<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#subClassOf> <http://schema.org/UserInteraction> .
+<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/fatContent> <http://www.w3.org/2000/01/rdf-schema#label> "fatContent" .
+<http://schema.org/fatContent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of grams of fat." .
+<http://schema.org/fatContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
+<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/contentLocation> <http://www.w3.org/2000/01/rdf-schema#label> "contentLocation" .
+<http://schema.org/contentLocation> <http://www.w3.org/2000/01/rdf-schema#comment> "The location of the content." .
+<http://schema.org/contentLocation> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<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/alternativeHeadline> <http://www.w3.org/2000/01/rdf-schema#label> "alternativeHeadline" .
+<http://schema.org/alternativeHeadline> <http://www.w3.org/2000/01/rdf-schema#comment> "A secondary title of the CreativeWork." .
+<http://schema.org/alternativeHeadline> <http://schema.org/domain> <http://schema.org/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/range> <http://schema.org/Text> .
+<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#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#subClassOf> <http://schema.org/Quantity> .
+<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/releaseNotes> <http://www.w3.org/2000/01/rdf-schema#label> "releaseNotes" .
+<http://schema.org/releaseNotes> <http://www.w3.org/2000/01/rdf-schema#comment> "Description of what changed in this version." .
+<http://schema.org/releaseNotes> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<http://schema.org/releaseNotes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/releaseNotes> <http://schema.org/range> <http://schema.org/URL> .
+<http://schema.org/releaseNotes> <http://schema.org/range> <http://schema.org/Text> .
+<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#comment> "A table on the page." .
+<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/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://www.w3.org/2000/01/rdf-schema#comment> "The street address. For example, 1600 Amphitheatre Pkwy." .
+<http://schema.org/streetAddress> <http://schema.org/domain> <http://schema.org/PostalAddress> .
+<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/GatedResidenceCommunity> <http://www.w3.org/2000/01/rdf-schema#label> "GatedResidenceCommunity" .
+<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#subClassOf> <http://schema.org/Residence> .
+<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/MotorcycleRepair> <http://www.w3.org/2000/01/rdf-schema#label> "MotorcycleRepair" .
+<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#subClassOf> <http://schema.org/AutomotiveBusiness> .
+<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/discussionUrl> <http://www.w3.org/2000/01/rdf-schema#label> "discussionUrl" .
+<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://schema.org/domain> <http://schema.org/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/range> <http://schema.org/URL> .
+<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#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#subClassOf> <http://schema.org/Intangible> .
+<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/Electrician> <http://www.w3.org/2000/01/rdf-schema#label> "Electrician" .
+<http://schema.org/Electrician> <http://www.w3.org/2000/01/rdf-schema#comment> "An electrician." .
+<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/Electrician> <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#comment> "A 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/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
 <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/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/SearchResultsPage> <http://www.w3.org/2000/01/rdf-schema#label> "SearchResultsPage" .
+<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/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPage> .
+<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/sourceOrganization> <http://www.w3.org/2000/01/rdf-schema#label> "sourceOrganization" .
+<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://schema.org/domain> <http://schema.org/CreativeWork> .
+<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/Continent> <http://www.w3.org/2000/01/rdf-schema#label> "Continent" .
+<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#subClassOf> <http://schema.org/Landform> .
+<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/honorificPrefix> <http://www.w3.org/2000/01/rdf-schema#label> "honorificPrefix" .
+<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://schema.org/domain> <http://schema.org/Person> .
+<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/DanceEvent> <http://www.w3.org/2000/01/rdf-schema#label> "DanceEvent" .
+<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#subClassOf> <http://schema.org/Event> .
+<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/OceanBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#label> "OceanBodyOfWater" .
+<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#subClassOf> <http://schema.org/BodyOfWater> .
+<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/Intangible> <http://www.w3.org/2000/01/rdf-schema#label> "Intangible" .
+<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#subClassOf> <http://schema.org/Thing> .
+<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/SportsEvent> <http://www.w3.org/2000/01/rdf-schema#label> "SportsEvent" .
+<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#subClassOf> <http://schema.org/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/AggregateOffer> <http://www.w3.org/2000/01/rdf-schema#label> "AggregateOffer" .
+<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#subClassOf> <http://schema.org/Offer> .
+<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/Movie> <http://www.w3.org/2000/01/rdf-schema#label> "Movie" .
+<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#subClassOf> <http://schema.org/CreativeWork> .
+<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/HighSchool> <http://www.w3.org/2000/01/rdf-schema#label> "HighSchool" .
+<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#subClassOf> <http://schema.org/EducationalOrganization> .
+<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/memberOf> <http://www.w3.org/2000/01/rdf-schema#label> "memberOf" .
+<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://schema.org/domain> <http://schema.org/Person> .
+<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/relatedTo> <http://www.w3.org/2000/01/rdf-schema#label> "relatedTo" .
+<http://schema.org/relatedTo> <http://www.w3.org/2000/01/rdf-schema#comment> "The most generic familial relation." .
+<http://schema.org/relatedTo> <http://schema.org/domain> <http://schema.org/Person> .
+<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/encodesCreativeWork> <http://www.w3.org/2000/01/rdf-schema#label> "encodesCreativeWork" .
+<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://schema.org/domain> <http://schema.org/MediaObject> .
+<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/UserTweets> <http://www.w3.org/2000/01/rdf-schema#label> "UserTweets" .
+<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#subClassOf> <http://schema.org/UserInteraction> .
+<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/contentUrl> <http://www.w3.org/2000/01/rdf-schema#label> "contentUrl" .
+<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. (previous spelling: contentURL)" .
+<http://schema.org/contentUrl> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<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/GroceryStore> <http://www.w3.org/2000/01/rdf-schema#label> "GroceryStore" .
+<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#subClassOf> <http://schema.org/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/Comment> <http://www.w3.org/2000/01/rdf-schema#label> "Comment" .
+<http://schema.org/Comment> <http://www.w3.org/2000/01/rdf-schema#comment> "A comment on an item - for example, a comment on a blog post. The comment's content is expressed via the \"text\" property, and its topic via \"about\", properties shared with all CreativeWorks." .
+<http://schema.org/Comment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
+<http://schema.org/Comment> <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://www.w3.org/2000/01/rdf-schema#comment> "The seasons of the TV series (legacy spelling; see singular form, season)." .
+<http://schema.org/seasons> <http://schema.org/domain> <http://schema.org/TVSeries> .
+<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/CreativeWork> <http://www.w3.org/2000/01/rdf-schema#label> "CreativeWork" .
+<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://purl.org/dc/terms/source> <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews> .
+<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/Quantity> <http://www.w3.org/2000/01/rdf-schema#label> "Quantity" .
+<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#subClassOf> <http://schema.org/Intangible> .
+<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/PostOffice> <http://www.w3.org/2000/01/rdf-schema#label> "PostOffice" .
+<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#subClassOf> <http://schema.org/GovernmentOffice> .
+<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/latitude> <http://www.w3.org/2000/01/rdf-schema#label> "latitude" .
+<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://schema.org/domain> <http://schema.org/GeoCoordinates> .
+<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/Number> .
+<http://schema.org/latitude> <http://schema.org/range> <http://schema.org/Text> .
+<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#comment> "A pet store." .
+<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/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#label> "TennisComplex" .
+<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#subClassOf> <http://schema.org/SportsActivityLocation> .
+<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/SingleFamilyResidence> <http://www.w3.org/2000/01/rdf-schema#label> "SingleFamilyResidence" .
+<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#subClassOf> <http://schema.org/Residence> .
+<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/affiliation> <http://www.w3.org/2000/01/rdf-schema#label> "affiliation" .
+<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://schema.org/domain> <http://schema.org/Person> .
+<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/LiquorStore> <http://www.w3.org/2000/01/rdf-schema#label> "LiquorStore" .
+<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#subClassOf> <http://schema.org/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/requiresSubscription> <http://www.w3.org/2000/01/rdf-schema#label> "requiresSubscription" .
+<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://schema.org/domain> <http://schema.org/MediaObject> .
+<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/permissions> <http://www.w3.org/2000/01/rdf-schema#label> "permissions" .
+<http://schema.org/permissions> <http://www.w3.org/2000/01/rdf-schema#comment> "Permission(s) required to run the app (for example, a mobile app may require full internet access or may run only on wifi)." .
+<http://schema.org/permissions> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<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/unsaturatedFatContent> <http://www.w3.org/2000/01/rdf-schema#label> "unsaturatedFatContent" .
+<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://schema.org/domain> <http://schema.org/NutritionInformation> .
+<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/Blog> <http://www.w3.org/2000/01/rdf-schema#label> "Blog" .
+<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#subClassOf> <http://schema.org/CreativeWork> .
+<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/downloadUrl> <http://www.w3.org/2000/01/rdf-schema#label> "downloadUrl" .
+<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://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<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/availability> <http://www.w3.org/2000/01/rdf-schema#label> "availability" .
+<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://schema.org/domain> <http://schema.org/Offer> .
+<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/requirements> <http://www.w3.org/2000/01/rdf-schema#label> "requirements" .
+<http://schema.org/requirements> <http://www.w3.org/2000/01/rdf-schema#comment> "Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (Examples: DirectX, Java or .NET runtime)." .
+<http://schema.org/requirements> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<http://schema.org/requirements> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/requirements> <http://schema.org/range> <http://schema.org/URL> .
+<http://schema.org/requirements> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/videoFrameSize> <http://www.w3.org/2000/01/rdf-schema#label> "videoFrameSize" .
+<http://schema.org/videoFrameSize> <http://www.w3.org/2000/01/rdf-schema#comment> "The frame size of the video." .
+<http://schema.org/videoFrameSize> <http://schema.org/domain> <http://schema.org/VideoObject> .
+<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/experienceRequirements> <http://www.w3.org/2000/01/rdf-schema#label> "experienceRequirements" .
+<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://schema.org/domain> <http://schema.org/JobPosting> .
+<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/Preschool> <http://www.w3.org/2000/01/rdf-schema#label> "Preschool" .
+<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#subClassOf> <http://schema.org/EducationalOrganization> .
+<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/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/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/Attorney> <http://www.w3.org/2000/01/rdf-schema#label> "Attorney" .
+<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#subClassOf> <http://schema.org/ProfessionalService> .
+<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/Product> <http://www.w3.org/2000/01/rdf-schema#label> "Product" .
+<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#subClassOf> <http://schema.org/Thing> .
+<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/sugarContent> <http://www.w3.org/2000/01/rdf-schema#label> "sugarContent" .
+<http://schema.org/sugarContent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of grams of sugar." .
+<http://schema.org/sugarContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
+<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/ItemAvailability> <http://www.w3.org/2000/01/rdf-schema#label> "ItemAvailability" .
+<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#subClassOf> <http://schema.org/Enumeration> .
+<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/CollectionPage> <http://www.w3.org/2000/01/rdf-schema#label> "CollectionPage" .
+<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#subClassOf> <http://schema.org/WebPage> .
+<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/NGO> <http://www.w3.org/2000/01/rdf-schema#label> "NGO" .
+<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#subClassOf> <http://schema.org/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/HomeAndConstructionBusiness> <http://www.w3.org/2000/01/rdf-schema#label> "HomeAndConstructionBusiness" .
+<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#subClassOf> <http://schema.org/LocalBusiness> .
+<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/priceValidUntil> <http://www.w3.org/2000/01/rdf-schema#label> "priceValidUntil" .
+<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://schema.org/domain> <http://schema.org/Offer> .
+<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/CollegeOrUniversity> <http://www.w3.org/2000/01/rdf-schema#label> "CollegeOrUniversity" .
+<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#subClassOf> <http://schema.org/EducationalOrganization> .
+<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/Brewery> <http://www.w3.org/2000/01/rdf-schema#label> "Brewery" .
+<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#subClassOf> <http://schema.org/FoodEstablishment> .
+<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/ComedyEvent> <http://www.w3.org/2000/01/rdf-schema#label> "ComedyEvent" .
+<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#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/AnimalShelter> <http://www.w3.org/2000/01/rdf-schema#label> "AnimalShelter" .
+<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#subClassOf> <http://schema.org/LocalBusiness> .
+<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/Book> <http://www.w3.org/2000/01/rdf-schema#label> "Book" .
+<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#subClassOf> <http://schema.org/CreativeWork> .
+<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/NewsArticle> <http://www.w3.org/2000/01/rdf-schema#label> "NewsArticle" .
+<http://schema.org/NewsArticle> <http://www.w3.org/2000/01/rdf-schema#comment> "A news article" .
+<http://schema.org/NewsArticle> <http://purl.org/dc/terms/source> <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews> .
+<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/processorRequirements> <http://www.w3.org/2000/01/rdf-schema#label> "processorRequirements" .
+<http://schema.org/processorRequirements> <http://www.w3.org/2000/01/rdf-schema#comment> "Processor architecture required to run the application (e.g. IA64)." .
+<http://schema.org/processorRequirements> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<http://schema.org/processorRequirements> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/processorRequirements> <http://schema.org/range> <http://schema.org/Text> .
 <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#comment> "A web page element, like a table or an image" .
 <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/ApartmentComplex> <http://www.w3.org/2000/01/rdf-schema#label> "ApartmentComplex" .
+<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#subClassOf> <http://schema.org/Residence> .
+<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/partOfTVSeries> <http://www.w3.org/2000/01/rdf-schema#label> "partOfTVSeries" .
+<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://schema.org/domain> <http://schema.org/TVEpisode> .
+<http://schema.org/partOfTVSeries> <http://schema.org/domain> <http://schema.org/TVSeason> .
+<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/ratingValue> <http://www.w3.org/2000/01/rdf-schema#label> "ratingValue" .
+<http://schema.org/ratingValue> <http://www.w3.org/2000/01/rdf-schema#comment> "The rating for the content." .
+<http://schema.org/ratingValue> <http://schema.org/domain> <http://schema.org/Rating> .
+<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/actors> <http://www.w3.org/2000/01/rdf-schema#label> "actors" .
+<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. (legacy spelling; see singular form, actor)" .
+<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://schema.org/domain> <http://schema.org/TVSeries> .
+<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/printSection> <http://www.w3.org/2000/01/rdf-schema#label> "printSection" .
+<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://schema.org/domain> <http://schema.org/NewsArticle> .
+<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/SoftwareApplication> <http://www.w3.org/2000/01/rdf-schema#label> "SoftwareApplication" .
+<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#subClassOf> <http://schema.org/CreativeWork> .
+<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/contributor> <http://www.w3.org/2000/01/rdf-schema#label> "contributor" .
+<http://schema.org/contributor> <http://www.w3.org/2000/01/rdf-schema#comment> "A secondary contributor to the CreativeWork." .
+<http://schema.org/contributor> <http://schema.org/domain> <http://schema.org/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/range> <http://schema.org/Organization> .
+<http://schema.org/contributor> <http://schema.org/range> <http://schema.org/Person> .
+<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#comment> "A 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/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#comment> "Organization: A business corporation." .
+<http://schema.org/Corporation> <http://purl.org/dc/terms/source> <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews> .
+<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/GardenStore> <http://www.w3.org/2000/01/rdf-schema#label> "GardenStore" .
+<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#subClassOf> <http://schema.org/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/Photograph> <http://www.w3.org/2000/01/rdf-schema#label> "Photograph" .
+<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#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/ImageGallery> <http://www.w3.org/2000/01/rdf-schema#label> "ImageGallery" .
+<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#subClassOf> <http://schema.org/CollectionPage> .
+<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/deathDate> <http://www.w3.org/2000/01/rdf-schema#label> "deathDate" .
+<http://schema.org/deathDate> <http://www.w3.org/2000/01/rdf-schema#comment> "Date of death." .
+<http://schema.org/deathDate> <http://schema.org/domain> <http://schema.org/Person> .
+<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/FireStation> <http://www.w3.org/2000/01/rdf-schema#label> "FireStation" .
+<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#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/FireStation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
 <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/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPage> .
-<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/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/Number> .
+<http://schema.org/elevation> <http://schema.org/range> <http://schema.org/Text> .
 <http://schema.org/GovernmentOrganization> <http://www.w3.org/2000/01/rdf-schema#label> "GovernmentOrganization" .
+<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/2000/01/rdf-schema#subClassOf> <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/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/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/MusicVideoObject> <http://www.w3.org/2000/01/rdf-schema#label> "MusicVideoObject" .
+<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#subClassOf> <http://schema.org/MediaObject> .
+<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/tickerSymbol> <http://www.w3.org/2000/01/rdf-schema#label> "tickerSymbol" .
+<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://schema.org/domain> <http://schema.org/Corporation> .
+<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/totalTime> <http://www.w3.org/2000/01/rdf-schema#label> "totalTime" .
+<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://schema.org/domain> <http://schema.org/Recipe> .
+<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/thumbnailUrl> <http://www.w3.org/2000/01/rdf-schema#label> "thumbnailUrl" .
+<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://schema.org/domain> <http://schema.org/CreativeWork> .
+<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/description> <http://www.w3.org/2000/01/rdf-schema#label> "description" .
+<http://schema.org/description> <http://www.w3.org/2000/01/rdf-schema#comment> "A short description of the item." .
+<http://schema.org/description> <http://schema.org/domain> <http://schema.org/Thing> .
+<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/MediaObject> <http://www.w3.org/2000/01/rdf-schema#label> "MediaObject" .
+<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#subClassOf> <http://schema.org/CreativeWork> .
+<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/Organization> <http://www.w3.org/2000/01/rdf-schema#label> "Organization" .
+<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#subClassOf> <http://schema.org/Thing> .
+<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/AggregateRating> <http://www.w3.org/2000/01/rdf-schema#label> "AggregateRating" .
+<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#subClassOf> <http://schema.org/Rating> .
+<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/email> <http://www.w3.org/2000/01/rdf-schema#label> "email" .
+<http://schema.org/email> <http://www.w3.org/2000/01/rdf-schema#comment> "Email address." .
+<http://schema.org/email> <http://schema.org/domain> <http://schema.org/Organization> .
+<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://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/nutrition> <http://www.w3.org/2000/01/rdf-schema#label> "nutrition" .
+<http://schema.org/nutrition> <http://www.w3.org/2000/01/rdf-schema#comment> "Nutrition information about the recipe." .
+<http://schema.org/nutrition> <http://schema.org/domain> <http://schema.org/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/range> <http://schema.org/NutritionInformation> .
+<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#comment> "An outlet store." .
+<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/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/operatingSystem> <http://www.w3.org/2000/01/rdf-schema#label> "operatingSystem" .
+<http://schema.org/operatingSystem> <http://www.w3.org/2000/01/rdf-schema#comment> "Operating systems supported (Windows 7, OSX 10.6, Android 1.6)." .
+<http://schema.org/operatingSystem> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<http://schema.org/operatingSystem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/operatingSystem> <http://schema.org/range> <http://schema.org/Text> .
+<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#comment> "A health club." .
+<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/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://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://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/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/Organization> .
+<http://schema.org/creator> <http://schema.org/range> <http://schema.org/Person> .
+<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#comment> "A collection of music tracks in playlist form." .
+<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/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#label> "Map" .
+<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#subClassOf> <http://schema.org/CreativeWork> .
+<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/exifData> <http://www.w3.org/2000/01/rdf-schema#label> "exifData" .
+<http://schema.org/exifData> <http://www.w3.org/2000/01/rdf-schema#comment> "exif data for this object." .
+<http://schema.org/exifData> <http://schema.org/domain> <http://schema.org/ImageObject> .
+<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/browserRequirements> <http://www.w3.org/2000/01/rdf-schema#label> "browserRequirements" .
+<http://schema.org/browserRequirements> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies browser requirements in human-readable text. For example,\"requires HTML5 support\"." .
+<http://schema.org/browserRequirements> <http://schema.org/domain> <http://schema.org/WebApplication> .
+<http://schema.org/browserRequirements> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/browserRequirements> <http://schema.org/range> <http://schema.org/Text> .
+<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#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#subClassOf> <http://schema.org/WebPage> .
+<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/TattooParlor> <http://www.w3.org/2000/01/rdf-schema#label> "TattooParlor" .
+<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#subClassOf> <http://schema.org/HealthAndBeautyBusiness> .
+<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/SportsTeam> <http://www.w3.org/2000/01/rdf-schema#label> "SportsTeam" .
+<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#subClassOf> <http://schema.org/Organization> .
+<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/softwareVersion> <http://www.w3.org/2000/01/rdf-schema#label> "softwareVersion" .
+<http://schema.org/softwareVersion> <http://www.w3.org/2000/01/rdf-schema#comment> "Version of the software instance." .
+<http://schema.org/softwareVersion> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<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/box> <http://www.w3.org/2000/01/rdf-schema#label> "box" .
+<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://schema.org/domain> <http://schema.org/GeoShape> .
+<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/productID> <http://www.w3.org/2000/01/rdf-schema#label> "productID" .
+<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://schema.org/domain> <http://schema.org/Product> .
+<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/gender> <http://www.w3.org/2000/01/rdf-schema#label> "gender" .
+<http://schema.org/gender> <http://www.w3.org/2000/01/rdf-schema#comment> "Gender of the person." .
+<http://schema.org/gender> <http://schema.org/domain> <http://schema.org/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/range> <http://schema.org/Text> .
+<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#comment> "Event type: Theater performance." .
+<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/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#comment> "A sea (for example, the Caspian sea)." .
+<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/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#label> "WPAdBlock" .
+<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#subClassOf> <http://schema.org/WebPageElement> .
+<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/device> <http://www.w3.org/2000/01/rdf-schema#label> "device" .
+<http://schema.org/device> <http://www.w3.org/2000/01/rdf-schema#comment> "Device required to run the application. Used in cases where a specific make/model is required to run the application." .
+<http://schema.org/device> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<http://schema.org/device> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/device> <http://schema.org/range> <http://schema.org/Text> .
+<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#comment> "An audio file." .
+<http://schema.org/AudioObject> <http://purl.org/dc/terms/source> <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews> .
+<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/member> <http://www.w3.org/2000/01/rdf-schema#label> "member" .
+<http://schema.org/member> <http://www.w3.org/2000/01/rdf-schema#comment> "A member of this organization." .
+<http://schema.org/member> <http://schema.org/domain> <http://schema.org/Organization> .
+<http://schema.org/member> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/member> <http://schema.org/range> <http://schema.org/Organization> .
+<http://schema.org/member> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/wordCount> <http://www.w3.org/2000/01/rdf-schema#label> "wordCount" .
+<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://schema.org/domain> <http://schema.org/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/range> <http://schema.org/Integer> .
+<http://schema.org/founders> <http://www.w3.org/2000/01/rdf-schema#label> "founders" .
+<http://schema.org/founders> <http://www.w3.org/2000/01/rdf-schema#comment> "A person who founded this organization (legacy spelling; see singular form, founder)." .
+<http://schema.org/founders> <http://schema.org/domain> <http://schema.org/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/range> <http://schema.org/Person> .
+<http://schema.org/CityHall> <http://www.w3.org/2000/01/rdf-schema#label> "CityHall" .
+<http://schema.org/CityHall> <http://www.w3.org/2000/01/rdf-schema#comment> "A city hall." .
+<http://schema.org/CityHall> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/GovernmentBuilding> .
+<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/TrainStation> <http://www.w3.org/2000/01/rdf-schema#label> "TrainStation" .
+<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#subClassOf> <http://schema.org/CivicStructure> .
+<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/BookStore> <http://www.w3.org/2000/01/rdf-schema#label> "BookStore" .
+<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#subClassOf> <http://schema.org/Store> .
+<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/honorificSuffix> <http://www.w3.org/2000/01/rdf-schema#label> "honorificSuffix" .
+<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://schema.org/domain> <http://schema.org/Person> .
+<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/Hospital> <http://www.w3.org/2000/01/rdf-schema#label> "Hospital" .
+<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#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/Hospital> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/commentText> <http://www.w3.org/2000/01/rdf-schema#label> "commentText" .
+<http://schema.org/commentText> <http://www.w3.org/2000/01/rdf-schema#comment> "The text of the UserComment." .
+<http://schema.org/commentText> <http://schema.org/domain> <http://schema.org/UserComments> .
+<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/inLanguage> <http://www.w3.org/2000/01/rdf-schema#label> "inLanguage" .
+<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://schema.org/domain> <http://schema.org/CreativeWork> .
+<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/Landform> <http://www.w3.org/2000/01/rdf-schema#label> "Landform" .
+<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/2000/01/rdf-schema#subClassOf> <http://schema.org/Place> .
+<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/Painting> <http://www.w3.org/2000/01/rdf-schema#label> "Painting" .
+<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#subClassOf> <http://schema.org/CreativeWork> .
+<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/publisher> <http://www.w3.org/2000/01/rdf-schema#label> "publisher" .
+<http://schema.org/publisher> <http://www.w3.org/2000/01/rdf-schema#comment> "The publisher of the creative work." .
+<http://schema.org/publisher> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<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/printColumn> <http://www.w3.org/2000/01/rdf-schema#label> "printColumn" .
+<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://schema.org/domain> <http://schema.org/NewsArticle> .
+<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/MusicRecording> <http://www.w3.org/2000/01/rdf-schema#label> "MusicRecording" .
+<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#subClassOf> <http://schema.org/CreativeWork> .
+<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/MusicStore> <http://www.w3.org/2000/01/rdf-schema#label> "MusicStore" .
+<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#subClassOf> <http://schema.org/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/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://schema.org/range> <http://schema.org/Date> .
-<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/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/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/DryCleaningOrLaundry> <http://www.w3.org/2000/01/rdf-schema#label> "DryCleaningOrLaundry" .
+<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#subClassOf> <http://schema.org/LocalBusiness> .
+<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/UserInteraction> <http://www.w3.org/2000/01/rdf-schema#label> "UserInteraction" .
+<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#subClassOf> <http://schema.org/Event> .
+<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/price> <http://www.w3.org/2000/01/rdf-schema#label> "price" .
+<http://schema.org/price> <http://www.w3.org/2000/01/rdf-schema#comment> "The offer price of the product." .
+<http://schema.org/price> <http://schema.org/domain> <http://schema.org/Offer> .
+<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/Number> .
+<http://schema.org/price> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/transFatContent> <http://www.w3.org/2000/01/rdf-schema#label> "transFatContent" .
+<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://schema.org/domain> <http://schema.org/NutritionInformation> .
+<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/Boolean> <http://www.w3.org/2000/01/rdf-schema#label> "Boolean" .
+<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#subClassOf> <http://schema.org/DataType> .
+<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/incentives> <http://www.w3.org/2000/01/rdf-schema#label> "incentives" .
+<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://schema.org/domain> <http://schema.org/JobPosting> .
+<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/faxNumber> <http://www.w3.org/2000/01/rdf-schema#label> "faxNumber" .
+<http://schema.org/faxNumber> <http://www.w3.org/2000/01/rdf-schema#comment> "The fax number." .
+<http://schema.org/faxNumber> <http://schema.org/domain> <http://schema.org/Organization> .
+<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/Place> .
+<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/ProfilePage> <http://www.w3.org/2000/01/rdf-schema#label> "ProfilePage" .
+<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#subClassOf> <http://schema.org/WebPage> .
+<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/employees> <http://www.w3.org/2000/01/rdf-schema#label> "employees" .
+<http://schema.org/employees> <http://www.w3.org/2000/01/rdf-schema#comment> "People working for this organization. (legacy spelling; see singular form, employee)" .
+<http://schema.org/employees> <http://schema.org/domain> <http://schema.org/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/range> <http://schema.org/Person> .
+<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#comment> "A government building." .
+<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/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#label> "RiverBodyOfWater" .
+<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#subClassOf> <http://schema.org/BodyOfWater> .
+<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/photo> <http://www.w3.org/2000/01/rdf-schema#label> "photo" .
+<http://schema.org/photo> <http://www.w3.org/2000/01/rdf-schema#comment> "A photograph of this place." .
+<http://schema.org/photo> <http://schema.org/domain> <http://schema.org/Place> .
+<http://schema.org/photo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/photo> <http://schema.org/range> <http://schema.org/Photograph> .
+<http://schema.org/photo> <http://schema.org/range> <http://schema.org/ImageObject> .
 <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/Event> .
 <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/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/author> <http://www.w3.org/2000/01/rdf-schema#label> "author" .
+<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 interchangeably." .
+<http://schema.org/author> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<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/Organization> .
+<http://schema.org/author> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/proteinContent> <http://www.w3.org/2000/01/rdf-schema#label> "proteinContent" .
+<http://schema.org/proteinContent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of grams of protein." .
+<http://schema.org/proteinContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
+<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/VideoGallery> <http://www.w3.org/2000/01/rdf-schema#label> "VideoGallery" .
+<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#subClassOf> <http://schema.org/CollectionPage> .
+<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/discusses> <http://www.w3.org/2000/01/rdf-schema#label> "discusses" .
+<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://schema.org/domain> <http://schema.org/UserComments> .
+<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/reviewRating> <http://www.w3.org/2000/01/rdf-schema#label> "reviewRating" .
+<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://schema.org/domain> <http://schema.org/Review> .
+<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/follows> <http://www.w3.org/2000/01/rdf-schema#label> "follows" .
+<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://schema.org/domain> <http://schema.org/Person> .
+<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/children> <http://www.w3.org/2000/01/rdf-schema#label> "children" .
+<http://schema.org/children> <http://www.w3.org/2000/01/rdf-schema#comment> "A child of the person." .
+<http://schema.org/children> <http://schema.org/domain> <http://schema.org/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/range> <http://schema.org/Person> .
+<http://schema.org/awards> <http://www.w3.org/2000/01/rdf-schema#label> "awards" .
+<http://schema.org/awards> <http://www.w3.org/2000/01/rdf-schema#comment> "Awards won by this person or for this creative work. (legacy spelling; see singular form, award)" .
+<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/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/interactionCount> <http://www.w3.org/2000/01/rdf-schema#label> "interactionCount" .
+<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://schema.org/domain> <http://schema.org/Organization> .
+<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://schema.org/domain> <http://schema.org/MediaObject> .
+<http://schema.org/interactionCount> <http://schema.org/domain> <http://schema.org/Place> .
+<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/Waterfall> <http://www.w3.org/2000/01/rdf-schema#label> "Waterfall" .
+<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#subClassOf> <http://schema.org/BodyOfWater> .
+<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/dateCreated> <http://www.w3.org/2000/01/rdf-schema#label> "dateCreated" .
+<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://schema.org/domain> <http://schema.org/CreativeWork> .
+<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/itemOffered> <http://www.w3.org/2000/01/rdf-schema#label> "itemOffered" .
+<http://schema.org/itemOffered> <http://www.w3.org/2000/01/rdf-schema#comment> "The item being sold." .
+<http://schema.org/itemOffered> <http://schema.org/domain> <http://schema.org/Offer> .
+<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/headline> <http://www.w3.org/2000/01/rdf-schema#label> "headline" .
+<http://schema.org/headline> <http://www.w3.org/2000/01/rdf-schema#comment> "Headline of the article" .
+<http://schema.org/headline> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<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/Motel> <http://www.w3.org/2000/01/rdf-schema#label> "Motel" .
+<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#subClassOf> <http://schema.org/LodgingBusiness> .
+<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/numberOfEpisodes> <http://www.w3.org/2000/01/rdf-schema#label> "numberOfEpisodes" .
+<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://schema.org/domain> <http://schema.org/TVSeries> .
+<http://schema.org/numberOfEpisodes> <http://schema.org/domain> <http://schema.org/TVSeason> .
+<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/BeautySalon> <http://www.w3.org/2000/01/rdf-schema#label> "BeautySalon" .
+<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#subClassOf> <http://schema.org/HealthAndBeautyBusiness> .
+<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/accountablePerson> <http://www.w3.org/2000/01/rdf-schema#label> "accountablePerson" .
+<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://schema.org/domain> <http://schema.org/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/range> <http://schema.org/Person> .
+<http://schema.org/cholesterolContent> <http://www.w3.org/2000/01/rdf-schema#label> "cholesterolContent" .
+<http://schema.org/cholesterolContent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of milligrams of cholesterol." .
+<http://schema.org/cholesterolContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
+<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/Pond> <http://www.w3.org/2000/01/rdf-schema#label> "Pond" .
+<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#subClassOf> <http://schema.org/BodyOfWater> .
+<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/ScholarlyArticle> <http://www.w3.org/2000/01/rdf-schema#label> "ScholarlyArticle" .
+<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#subClassOf> <http://schema.org/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/MobilePhoneStore> <http://www.w3.org/2000/01/rdf-schema#label> "MobilePhoneStore" .
+<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#subClassOf> <http://schema.org/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/parents> <http://www.w3.org/2000/01/rdf-schema#label> "parents" .
+<http://schema.org/parents> <http://www.w3.org/2000/01/rdf-schema#comment> "A parents of the person (legacy spelling; see singular form, parent)." .
+<http://schema.org/parents> <http://schema.org/domain> <http://schema.org/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/range> <http://schema.org/Person> .
+<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#comment> "An episode of a TV series or season." .
+<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/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#label> "Language" .
+<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#subClassOf> <http://schema.org/Intangible> .
+<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/applicationSubCategory> <http://www.w3.org/2000/01/rdf-schema#label> "applicationSubCategory" .
+<http://schema.org/applicationSubCategory> <http://www.w3.org/2000/01/rdf-schema#comment> "Subcategory of the application, e.g. \"Arcade Game\"." .
+<http://schema.org/applicationSubCategory> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<http://schema.org/applicationSubCategory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/applicationSubCategory> <http://schema.org/range> <http://schema.org/URL> .
+<http://schema.org/applicationSubCategory> <http://schema.org/range> <http://schema.org/Text> .
+<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#comment> "A navigation element of the page." .
+<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/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://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://schema.org/domain> <http://schema.org/LocalBusiness> .
+<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/containedIn> <http://www.w3.org/2000/01/rdf-schema#label> "containedIn" .
+<http://schema.org/containedIn> <http://www.w3.org/2000/01/rdf-schema#comment> "The basic containment relation between places." .
+<http://schema.org/containedIn> <http://schema.org/domain> <http://schema.org/Place> .
+<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/Sculpture> <http://www.w3.org/2000/01/rdf-schema#label> "Sculpture" .
+<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#subClassOf> <http://schema.org/CreativeWork> .
+<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/GeoShape> <http://www.w3.org/2000/01/rdf-schema#label> "GeoShape" .
+<http://schema.org/GeoShape> <http://www.w3.org/2000/01/rdf-schema#comment> "The geographic shape of a place." .
+<http://schema.org/GeoShape> <http://purl.org/dc/terms/source> <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews> .
+<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/productionCompany> <http://www.w3.org/2000/01/rdf-schema#label> "productionCompany" .
+<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://schema.org/domain> <http://schema.org/Movie> .
+<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/productionCompany> <http://schema.org/domain> <http://schema.org/TVSeries> .
+<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/associatedMedia> <http://www.w3.org/2000/01/rdf-schema#label> "associatedMedia" .
+<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://schema.org/domain> <http://schema.org/CreativeWork> .
+<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/skills> <http://www.w3.org/2000/01/rdf-schema#label> "skills" .
+<http://schema.org/skills> <http://www.w3.org/2000/01/rdf-schema#comment> "Skills required to fulfill this role." .
+<http://schema.org/skills> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<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/baseSalary> <http://www.w3.org/2000/01/rdf-schema#label> "baseSalary" .
+<http://schema.org/baseSalary> <http://www.w3.org/2000/01/rdf-schema#comment> "The base salary of the job." .
+<http://schema.org/baseSalary> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<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/AutoRepair> <http://www.w3.org/2000/01/rdf-schema#label> "AutoRepair" .
+<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#subClassOf> <http://schema.org/AutomotiveBusiness> .
+<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/AmusementPark> <http://www.w3.org/2000/01/rdf-schema#label> "AmusementPark" .
+<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#subClassOf> <http://schema.org/EntertainmentBusiness> .
+<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/postOfficeBoxNumber> <http://www.w3.org/2000/01/rdf-schema#label> "postOfficeBoxNumber" .
+<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://schema.org/domain> <http://schema.org/PostalAddress> .
+<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/address> <http://www.w3.org/2000/01/rdf-schema#label> "address" .
+<http://schema.org/address> <http://www.w3.org/2000/01/rdf-schema#comment> "Physical address of the item." .
+<http://schema.org/address> <http://schema.org/domain> <http://schema.org/Organization> .
+<http://schema.org/address> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/address> <http://schema.org/domain> <http://schema.org/Place> .
+<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/album> <http://www.w3.org/2000/01/rdf-schema#label> "album" .
+<http://schema.org/album> <http://www.w3.org/2000/01/rdf-schema#comment> "A music album." .
+<http://schema.org/album> <http://schema.org/domain> <http://schema.org/MusicGroup> .
+<http://schema.org/album> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/album> <http://schema.org/range> <http://schema.org/MusicAlbum> .
+<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#comment> "A canal, like the Panama 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/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://www.w3.org/2000/01/rdf-schema#comment> "A sibling of the person (legacy spelling; see singular form, sibling)." .
+<http://schema.org/siblings> <http://schema.org/domain> <http://schema.org/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/range> <http://schema.org/Person> .
+<http://schema.org/isPartOf> <http://www.w3.org/2000/01/rdf-schema#label> "isPartOf" .
+<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://schema.org/domain> <http://schema.org/WebPage> .
+<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/priceCurrency> <http://www.w3.org/2000/01/rdf-schema#label> "priceCurrency" .
+<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://schema.org/domain> <http://schema.org/Offer> .
+<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/reviewCount> <http://www.w3.org/2000/01/rdf-schema#label> "reviewCount" .
+<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://schema.org/domain> <http://schema.org/AggregateRating> .
+<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/RadioStation> <http://www.w3.org/2000/01/rdf-schema#label> "RadioStation" .
+<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#subClassOf> <http://schema.org/LocalBusiness> .
+<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/BowlingAlley> <http://www.w3.org/2000/01/rdf-schema#label> "BowlingAlley" .
+<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#subClassOf> <http://schema.org/SportsActivityLocation> .
+<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/circle> <http://www.w3.org/2000/01/rdf-schema#label> "circle" .
+<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://schema.org/domain> <http://schema.org/GeoShape> .
+<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/servesCuisine> <http://www.w3.org/2000/01/rdf-schema#label> "servesCuisine" .
+<http://schema.org/servesCuisine> <http://www.w3.org/2000/01/rdf-schema#comment> "The cuisine of the restaurant." .
+<http://schema.org/servesCuisine> <http://schema.org/domain> <http://schema.org/FoodEstablishment> .
+<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/givenName> <http://www.w3.org/2000/01/rdf-schema#label> "givenName" .
+<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://schema.org/domain> <http://schema.org/Person> .
+<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/SportingGoodsStore> <http://www.w3.org/2000/01/rdf-schema#label> "SportingGoodsStore" .
+<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#subClassOf> <http://schema.org/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/seller> <http://www.w3.org/2000/01/rdf-schema#label> "seller" .
+<http://schema.org/seller> <http://www.w3.org/2000/01/rdf-schema#comment> "The seller of the product." .
+<http://schema.org/seller> <http://schema.org/domain> <http://schema.org/Offer> .
+<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/ShoppingCenter> <http://www.w3.org/2000/01/rdf-schema#label> "ShoppingCenter" .
+<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#subClassOf> <http://schema.org/LocalBusiness> .
+<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/URL> <http://www.w3.org/2000/01/rdf-schema#label> "URL" .
+<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#subClassOf> <http://schema.org/Text> .
+<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/BodyOfWater> <http://www.w3.org/2000/01/rdf-schema#label> "BodyOfWater" .
+<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#subClassOf> <http://schema.org/Landform> .
+<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/fileSize> <http://www.w3.org/2000/01/rdf-schema#label> "fileSize" .
+<http://schema.org/fileSize> <http://www.w3.org/2000/01/rdf-schema#comment> "Size of the application / package (e.g. 18MB). In the absence of a unit (MB, KB etc.), KB will be assumed." .
+<http://schema.org/fileSize> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<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/employmentType> <http://www.w3.org/2000/01/rdf-schema#label> "employmentType" .
+<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://schema.org/domain> <http://schema.org/JobPosting> .
+<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/PublicSwimmingPool> <http://www.w3.org/2000/01/rdf-schema#label> "PublicSwimmingPool" .
+<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#subClassOf> <http://schema.org/SportsActivityLocation> .
+<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/Mountain> <http://www.w3.org/2000/01/rdf-schema#label> "Mountain" .
+<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#subClassOf> <http://schema.org/Landform> .
+<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/director> <http://www.w3.org/2000/01/rdf-schema#label> "director" .
+<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://schema.org/domain> <http://schema.org/Movie> .
+<http://schema.org/director> <http://schema.org/domain> <http://schema.org/TVEpisode> .
+<http://schema.org/director> <http://schema.org/domain> <http://schema.org/TVSeries> .
+<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/itemListOrder> <http://www.w3.org/2000/01/rdf-schema#label> "itemListOrder" .
+<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://schema.org/domain> <http://schema.org/ItemList> .
+<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/Plumber> <http://www.w3.org/2000/01/rdf-schema#label> "Plumber" .
+<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#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/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/priceRange> <http://www.w3.org/2000/01/rdf-schema#label> "priceRange" .
+<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://schema.org/domain> <http://schema.org/LocalBusiness> .
+<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/range> <http://schema.org/Text> .
+<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#comment> "The place where a person lives." .
+<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/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#comment> "A tourist information center." .
+<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/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://schema.org/domain> <http://schema.org/CreativeWork> .
 <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/mentions> <http://schema.org/range> <http://schema.org/Thing> .
+<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#comment> "Event type: Education event." .
+<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/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://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://schema.org/domain> <http://schema.org/CreativeWork> .
+<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/width> <http://www.w3.org/2000/01/rdf-schema#label> "width" .
+<http://schema.org/width> <http://www.w3.org/2000/01/rdf-schema#comment> "The width of the media object." .
+<http://schema.org/width> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<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/saturatedFatContent> <http://www.w3.org/2000/01/rdf-schema#label> "saturatedFatContent" .
+<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://schema.org/domain> <http://schema.org/NutritionInformation> .
+<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/storageRequirements> <http://www.w3.org/2000/01/rdf-schema#label> "storageRequirements" .
+<http://schema.org/storageRequirements> <http://www.w3.org/2000/01/rdf-schema#comment> "Storage requirements (free space required)." .
+<http://schema.org/storageRequirements> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<http://schema.org/storageRequirements> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/storageRequirements> <http://schema.org/range> <http://schema.org/URL> .
+<http://schema.org/storageRequirements> <http://schema.org/range> <http://schema.org/Text> .
+<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#comment> "Web page type: Contact page." .
+<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/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://www.w3.org/2000/01/rdf-schema#comment> "An embedded video object." .
+<http://schema.org/video> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<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/jobTitle> <http://www.w3.org/2000/01/rdf-schema#label> "jobTitle" .
+<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://schema.org/domain> <http://schema.org/Person> .
+<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/audio> <http://www.w3.org/2000/01/rdf-schema#label> "audio" .
+<http://schema.org/audio> <http://www.w3.org/2000/01/rdf-schema#comment> "An embedded audio object." .
+<http://schema.org/audio> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<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/inPlaylist> <http://www.w3.org/2000/01/rdf-schema#label> "inPlaylist" .
+<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://schema.org/domain> <http://schema.org/MusicRecording> .
+<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/BankOrCreditUnion> <http://www.w3.org/2000/01/rdf-schema#label> "BankOrCreditUnion" .
+<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#subClassOf> <http://schema.org/FinancialService> .
+<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/ingredients> <http://www.w3.org/2000/01/rdf-schema#label> "ingredients" .
+<http://schema.org/ingredients> <http://www.w3.org/2000/01/rdf-schema#comment> "An ingredient used in the recipe." .
+<http://schema.org/ingredients> <http://schema.org/domain> <http://schema.org/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/range> <http://schema.org/Text> .
+<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#comment> "Event type: Sales event." .
+<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/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#label> "AboutPage" .
+<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#subClassOf> <http://schema.org/WebPage> .
+<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/numberOfPages> <http://www.w3.org/2000/01/rdf-schema#label> "numberOfPages" .
+<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://schema.org/domain> <http://schema.org/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/range> <http://schema.org/Integer> .
+<http://schema.org/isbn> <http://www.w3.org/2000/01/rdf-schema#label> "isbn" .
+<http://schema.org/isbn> <http://www.w3.org/2000/01/rdf-schema#comment> "The ISBN of the book." .
+<http://schema.org/isbn> <http://schema.org/domain> <http://schema.org/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/range> <http://schema.org/Text> .
+<http://schema.org/representativeOfPage> <http://www.w3.org/2000/01/rdf-schema#label> "representativeOfPage" .
+<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://schema.org/domain> <http://schema.org/ImageObject> .
+<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/inAlbum> <http://www.w3.org/2000/01/rdf-schema#label> "inAlbum" .
+<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://schema.org/domain> <http://schema.org/MusicRecording> .
+<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/datePublished> <http://www.w3.org/2000/01/rdf-schema#label> "datePublished" .
+<http://schema.org/datePublished> <http://www.w3.org/2000/01/rdf-schema#comment> "Date of first broadcast/publication." .
+<http://schema.org/datePublished> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<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/printPage> <http://www.w3.org/2000/01/rdf-schema#label> "printPage" .
+<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://schema.org/domain> <http://schema.org/NewsArticle> .
+<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/Hotel> <http://www.w3.org/2000/01/rdf-schema#label> "Hotel" .
+<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#subClassOf> <http://schema.org/LodgingBusiness> .
+<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/AdultEntertainment> <http://www.w3.org/2000/01/rdf-schema#label> "AdultEntertainment" .
+<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#subClassOf> <http://schema.org/EntertainmentBusiness> .
+<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/url> <http://www.w3.org/2000/01/rdf-schema#label> "url" .
+<http://schema.org/url> <http://www.w3.org/2000/01/rdf-schema#comment> "URL of the item." .
+<http://schema.org/url> <http://schema.org/domain> <http://schema.org/Thing> .
+<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/MensClothingStore> <http://www.w3.org/2000/01/rdf-schema#label> "MensClothingStore" .
+<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/2000/01/rdf-schema#subClassOf> <http://schema.org/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/contentSize> <http://www.w3.org/2000/01/rdf-schema#label> "contentSize" .
+<http://schema.org/contentSize> <http://www.w3.org/2000/01/rdf-schema#comment> "File size in (mega/kilo) bytes." .
+<http://schema.org/contentSize> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<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/Embassy> <http://www.w3.org/2000/01/rdf-schema#label> "Embassy" .
+<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#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/foundingDate> <http://www.w3.org/2000/01/rdf-schema#label> "foundingDate" .
+<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://schema.org/domain> <http://schema.org/Organization> .
+<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/ElementarySchool> <http://www.w3.org/2000/01/rdf-schema#label> "ElementarySchool" .
+<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#subClassOf> <http://schema.org/EducationalOrganization> .
+<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/VisualArtsEvent> <http://www.w3.org/2000/01/rdf-schema#label> "VisualArtsEvent" .
+<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#subClassOf> <http://schema.org/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/EmploymentAgency> <http://www.w3.org/2000/01/rdf-schema#label> "EmploymentAgency" .
+<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#subClassOf> <http://schema.org/LocalBusiness> .
+<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/events> <http://www.w3.org/2000/01/rdf-schema#label> "events" .
+<http://schema.org/events> <http://www.w3.org/2000/01/rdf-schema#comment> "Upcoming or past events associated with this place or organization (legacy spelling; see singular form, event)." .
+<http://schema.org/events> <http://schema.org/domain> <http://schema.org/Organization> .
+<http://schema.org/events> <http://schema.org/domain> <http://schema.org/Place> .
+<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/Playground> <http://www.w3.org/2000/01/rdf-schema#label> "Playground" .
+<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#subClassOf> <http://schema.org/CivicStructure> .
+<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/ComputerStore> <http://www.w3.org/2000/01/rdf-schema#label> "ComputerStore" .
+<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#subClassOf> <http://schema.org/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/featureList> <http://www.w3.org/2000/01/rdf-schema#label> "featureList" .
+<http://schema.org/featureList> <http://www.w3.org/2000/01/rdf-schema#comment> "Features or modules provided by this application (and possibly required by other applications)." .
+<http://schema.org/featureList> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<http://schema.org/featureList> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/featureList> <http://schema.org/range> <http://schema.org/URL> .
+<http://schema.org/featureList> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/primaryImageOfPage> <http://www.w3.org/2000/01/rdf-schema#label> "primaryImageOfPage" .
+<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://schema.org/domain> <http://schema.org/WebPage> .
+<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/InternetCafe> <http://www.w3.org/2000/01/rdf-schema#label> "InternetCafe" .
+<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#subClassOf> <http://schema.org/LocalBusiness> .
+<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/Article> <http://www.w3.org/2000/01/rdf-schema#label> "Article" .
+<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://purl.org/dc/terms/source> <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews> .
+<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/UserPlusOnes> <http://www.w3.org/2000/01/rdf-schema#label> "UserPlusOnes" .
+<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#subClassOf> <http://schema.org/UserInteraction> .
+<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/HVACBusiness> <http://www.w3.org/2000/01/rdf-schema#label> "HVACBusiness" .
+<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#subClassOf> <http://schema.org/HomeAndConstructionBusiness> .
+<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/UserBlocks> <http://www.w3.org/2000/01/rdf-schema#label> "UserBlocks" .
+<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#subClassOf> <http://schema.org/UserInteraction> .
+<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/lowPrice> <http://www.w3.org/2000/01/rdf-schema#label> "lowPrice" .
+<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://schema.org/domain> <http://schema.org/AggregateOffer> .
+<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/Number> .
+<http://schema.org/lowPrice> <http://schema.org/range> <http://schema.org/Text> .
 <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://www.w3.org/2000/01/rdf-schema#comment> "A contact point for a person or organization (legacy spelling; see singular form, contactPoint)." .
 <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/2000/01/rdf-schema#subClassOf> <http://schema.org/UserInteraction> .
-<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/contactPoints> <http://schema.org/domain> <http://schema.org/Person> .
+<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/copyrightHolder> <http://www.w3.org/2000/01/rdf-schema#label> "copyrightHolder" .
+<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://schema.org/domain> <http://schema.org/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/range> <http://schema.org/Organization> .
+<http://schema.org/copyrightHolder> <http://schema.org/range> <http://schema.org/Person> .
+<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#comment> "Event type: Literary event." .
+<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/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://www.w3.org/2000/01/rdf-schema#comment> "Specifies the Person who edited the CreativeWork." .
+<http://schema.org/editor> <http://schema.org/domain> <http://schema.org/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/range> <http://schema.org/Person> .
+<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#comment> "A lake (for example, Lake Pontrachain)." .
+<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/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#label> "OfferItemCondition" .
+<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/2000/01/rdf-schema#subClassOf> <http://schema.org/Enumeration> .
+<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/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/FoodEvent> <http://www.w3.org/2000/01/rdf-schema#label> "FoodEvent" .
+<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#subClassOf> <http://schema.org/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/School> <http://www.w3.org/2000/01/rdf-schema#label> "School" .
+<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#subClassOf> <http://schema.org/EducationalOrganization> .
+<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/MedicalClinic> <http://www.w3.org/2000/01/rdf-schema#label> "MedicalClinic" .
+<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#subClassOf> <http://schema.org/MedicalOrganization> .
+<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/longitude> <http://www.w3.org/2000/01/rdf-schema#label> "longitude" .
+<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://schema.org/domain> <http://schema.org/GeoCoordinates> .
+<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/Number> .
+<http://schema.org/longitude> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/expires> <http://www.w3.org/2000/01/rdf-schema#label> "expires" .
+<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://schema.org/domain> <http://schema.org/MediaObject> .
+<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/ArtGallery> <http://www.w3.org/2000/01/rdf-schema#label> "ArtGallery" .
+<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#subClassOf> <http://schema.org/EntertainmentBusiness> .
+<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/familyName> <http://www.w3.org/2000/01/rdf-schema#label> "familyName" .
+<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://schema.org/domain> <http://schema.org/Person> .
+<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/HousePainter> <http://www.w3.org/2000/01/rdf-schema#label> "HousePainter" .
+<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#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/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#comment> "A bus station." .
+<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/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#label> "ExerciseGym" .
+<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#subClassOf> <http://schema.org/SportsActivityLocation> .
+<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/DanceGroup> <http://www.w3.org/2000/01/rdf-schema#label> "DanceGroup" .
+<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#subClassOf> <http://schema.org/PerformingGroup> .
+<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/knows> <http://www.w3.org/2000/01/rdf-schema#label> "knows" .
+<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://schema.org/domain> <http://schema.org/Person> .
+<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/contactType> <http://www.w3.org/2000/01/rdf-schema#label> "contactType" .
+<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://schema.org/domain> <http://schema.org/ContactPoint> .
+<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/ChildCare> <http://www.w3.org/2000/01/rdf-schema#label> "ChildCare" .
+<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#subClassOf> <http://schema.org/LocalBusiness> .
+<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/performers> <http://www.w3.org/2000/01/rdf-schema#label> "performers" .
+<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 (legacy spelling; see singular form, performer)." .
+<http://schema.org/performers> <http://schema.org/domain> <http://schema.org/Event> .
+<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/Organization> .
+<http://schema.org/performers> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/benefits> <http://www.w3.org/2000/01/rdf-schema#label> "benefits" .
+<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://schema.org/domain> <http://schema.org/JobPosting> .
+<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/name> <http://www.w3.org/2000/01/rdf-schema#label> "name" .
+<http://schema.org/name> <http://www.w3.org/2000/01/rdf-schema#comment> "The name of the item." .
+<http://schema.org/name> <http://schema.org/domain> <http://schema.org/Thing> .
+<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/CheckoutPage> <http://www.w3.org/2000/01/rdf-schema#label> "CheckoutPage" .
+<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#subClassOf> <http://schema.org/WebPage> .
+<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/Date> <http://www.w3.org/2000/01/rdf-schema#label> "Date" .
+<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#subClassOf> <http://schema.org/DataType> .
+<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/worstRating> <http://www.w3.org/2000/01/rdf-schema#label> "worstRating" .
+<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://schema.org/domain> <http://schema.org/Rating> .
+<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/Number> .
+<http://schema.org/worstRating> <http://schema.org/range> <http://schema.org/Text> .
 <http://schema.org/musicBy> <http://www.w3.org/2000/01/rdf-schema#label> "musicBy" .
+<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://schema.org/domain> <http://schema.org/Movie> .
+<http://schema.org/musicBy> <http://schema.org/domain> <http://schema.org/TVEpisode> .
+<http://schema.org/musicBy> <http://schema.org/domain> <http://schema.org/TVSeries> .
+<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/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/photos> <http://www.w3.org/2000/01/rdf-schema#label> "photos" .
+<http://schema.org/photos> <http://www.w3.org/2000/01/rdf-schema#comment> "Photographs of this place (legacy spelling; see singular form, photo)." .
+<http://schema.org/photos> <http://schema.org/domain> <http://schema.org/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/range> <http://schema.org/Photograph> .
+<http://schema.org/photos> <http://schema.org/range> <http://schema.org/ImageObject> .
+<http://schema.org/commentTime> <http://www.w3.org/2000/01/rdf-schema#label> "commentTime" .
+<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://schema.org/domain> <http://schema.org/UserComments> .
+<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/illustrator> <http://www.w3.org/2000/01/rdf-schema#label> "illustrator" .
+<http://schema.org/illustrator> <http://www.w3.org/2000/01/rdf-schema#comment> "The illustrator of the book." .
+<http://schema.org/illustrator> <http://schema.org/domain> <http://schema.org/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/range> <http://schema.org/Person> .
+<http://schema.org/telephone> <http://www.w3.org/2000/01/rdf-schema#label> "telephone" .
+<http://schema.org/telephone> <http://www.w3.org/2000/01/rdf-schema#comment> "The telephone number." .
+<http://schema.org/telephone> <http://schema.org/domain> <http://schema.org/Organization> .
+<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/Place> .
+<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/copyrightYear> <http://www.w3.org/2000/01/rdf-schema#label> "copyrightYear" .
+<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://schema.org/domain> <http://schema.org/CreativeWork> .
+<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/season> <http://www.w3.org/2000/01/rdf-schema#label> "season" .
+<http://schema.org/season> <http://www.w3.org/2000/01/rdf-schema#comment> "A season of a TV series." .
+<http://schema.org/season> <http://schema.org/domain> <http://schema.org/TVSeries> .
+<http://schema.org/season> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/season> <http://schema.org/range> <http://schema.org/TVSeason> .
+<http://schema.org/colleague> <http://www.w3.org/2000/01/rdf-schema#label> "colleague" .
+<http://schema.org/colleague> <http://www.w3.org/2000/01/rdf-schema#comment> "A colleague of the person." .
+<http://schema.org/colleague> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/colleague> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/colleague> <http://schema.org/range> <http://schema.org/Person> .
+<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#comment> "A graveyard." .
+<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/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
 <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/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/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/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/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/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> .
+<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/MusicAlbum> <http://www.w3.org/2000/01/rdf-schema#label> "MusicAlbum" .
+<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/2000/01/rdf-schema#subClassOf> <http://schema.org/MusicPlaylist> .
+<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/Crematorium> <http://www.w3.org/2000/01/rdf-schema#label> "Crematorium" .
+<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#subClassOf> <http://schema.org/CivicStructure> .
+<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/offerCount> <http://www.w3.org/2000/01/rdf-schema#label> "offerCount" .
+<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://schema.org/domain> <http://schema.org/AggregateOffer> .
+<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/TheaterGroup> <http://www.w3.org/2000/01/rdf-schema#label> "TheaterGroup" .
+<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#subClassOf> <http://schema.org/PerformingGroup> .
+<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/FinancialService> <http://www.w3.org/2000/01/rdf-schema#label> "FinancialService" .
+<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#subClassOf> <http://schema.org/LocalBusiness> .
+<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/paymentAccepted> <http://www.w3.org/2000/01/rdf-schema#label> "paymentAccepted" .
+<http://schema.org/paymentAccepted> <http://www.w3.org/2000/01/rdf-schema#comment> "Cash, credit card, etc." .
+<http://schema.org/paymentAccepted> <http://schema.org/domain> <http://schema.org/LocalBusiness> .
+<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/datePosted> <http://www.w3.org/2000/01/rdf-schema#label> "datePosted" .
+<http://schema.org/datePosted> <http://www.w3.org/2000/01/rdf-schema#comment> "Publication date for the job posting." .
+<http://schema.org/datePosted> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<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/Mass> <http://www.w3.org/2000/01/rdf-schema#label> "Mass" .
+<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#subClassOf> <http://schema.org/Quantity> .
+<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/comment> <http://www.w3.org/2000/01/rdf-schema#label> "comment" .
+<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://schema.org/domain> <http://schema.org/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/range> <http://schema.org/UserComments> .
 
 
--- a/schema.org/drafts/alpha/_schema.rdf	Fri Apr 20 18:48:34 2012 +0200
+++ b/schema.org/drafts/alpha/_schema.rdf	Fri May 11 16:25:56 2012 +0200
@@ -1,3187 +0,0 @@
-<?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 Apr 20 18:48:34 2012 +0200
+++ b/schema.org/drafts/alpha/_schema.ttl	Fri May 11 16:25:56 2012 +0200
@@ -1,3 +1,4 @@
+@prefix dcterm: <http://purl.org/dc/terms/> .
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 @prefix schema: <http://schema.org/> .
@@ -65,6 +66,7 @@
 
 schema:Article a rdfs:Class;
     rdfs:label "Article";
+    dcterm:source <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews>;
     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:subClassOf schema:CreativeWork .
 
@@ -75,6 +77,7 @@
 
 schema:AudioObject a rdfs:Class;
     rdfs:label "AudioObject";
+    dcterm:source <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews>;
     rdfs:comment "An audio file.";
     rdfs:subClassOf schema:MediaObject .
 
@@ -309,6 +312,11 @@
     rdfs:comment "Event type: Comedy event.";
     rdfs:subClassOf schema:Event .
 
+schema:Comment a rdfs:Class;
+    rdfs:label "Comment";
+    rdfs:comment "A comment on an item - for example, a comment on a blog post. The comment's content is expressed via the \"text\" property, and its topic via \"about\", properties shared with all CreativeWorks.";
+    rdfs:subClassOf schema:CreativeWork .
+
 schema:ComputerStore a rdfs:Class;
     rdfs:label "ComputerStore";
     rdfs:comment "A computer store.";
@@ -336,6 +344,7 @@
 
 schema:Corporation a rdfs:Class;
     rdfs:label "Corporation";
+    dcterm:source <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews>;
     rdfs:comment "Organization: A business corporation.";
     rdfs:subClassOf schema:Organization .
 
@@ -351,6 +360,7 @@
 
 schema:CreativeWork a rdfs:Class;
     rdfs:label "CreativeWork";
+    dcterm:source <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews>;
     rdfs:comment "The most generic kind of creative work, including books, movies, photographs, software programs, etc.";
     rdfs:subClassOf schema:Thing .
 
@@ -559,6 +569,7 @@
 
 schema:GeoShape a rdfs:Class;
     rdfs:label "GeoShape";
+    dcterm:source <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews>;
     rdfs:comment "The geographic shape of a place.";
     rdfs:subClassOf schema:StructuredValue .
 
@@ -813,16 +824,16 @@
     rdfs:comment "A middle school.";
     rdfs:subClassOf schema:EducationalOrganization .
 
+schema:MobileApplication a rdfs:Class;
+    rdfs:label "MobileApplication";
+    rdfs:comment "";
+    rdfs:subClassOf schema:SoftwareApplication .
+
 schema:MobilePhoneStore a rdfs:Class;
     rdfs:label "MobilePhoneStore";
     rdfs:comment "A mobile-phone store.";
     rdfs:subClassOf schema:Store .
 
-schema:MobileSoftwareApplication a rdfs:Class;
-    rdfs:label "MobileSoftwareApplication";
-    rdfs:comment "A mobile software application.";
-    rdfs:subClassOf schema:SoftwareApplication .
-
 schema:Mosque a rdfs:Class;
     rdfs:label "Mosque";
     rdfs:comment "A mosque.";
@@ -926,6 +937,7 @@
 
 schema:NewsArticle a rdfs:Class;
     rdfs:label "NewsArticle";
+    dcterm:source <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews>;
     rdfs:comment "A news article";
     rdfs:subClassOf schema:Article .
 
@@ -1016,6 +1028,7 @@
 
 schema:Person a rdfs:Class;
     rdfs:label "Person";
+    dcterm:source <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews>;
     rdfs:comment "A person (alive, dead, undead, or fictional).";
     rdfs:subClassOf schema:Thing .
 
@@ -1242,11 +1255,6 @@
     rdfs:comment "A software application.";
     rdfs:subClassOf schema:CreativeWork .
 
-schema:SoftwareApplicationType a rdfs:Class;
-    rdfs:label "SoftwareApplicationType";
-    rdfs:comment "Type of software application.";
-    rdfs:subClassOf schema:Enumeration .
-
 schema:SportingGoodsStore a rdfs:Class;
     rdfs:label "SportingGoodsStore";
     rdfs:comment "A sporting goods store.";
@@ -1409,7 +1417,8 @@
 
 schema:UserComments a rdfs:Class;
     rdfs:label "UserComments";
-    rdfs:comment "User interaction: A comment about an item.";
+    dcterm:source <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews>;
+    rdfs:comment "The UserInteraction event in which a user comments on an item.";
     rdfs:subClassOf schema:UserInteraction .
 
 schema:UserDownloads a rdfs:Class;
@@ -1459,6 +1468,7 @@
 
 schema:VideoObject a rdfs:Class;
     rdfs:label "VideoObject";
+    dcterm:source <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews>;
     rdfs:comment "A video file.";
     rdfs:subClassOf schema:MediaObject .
 
@@ -1546,13 +1556,21 @@
     schema:range schema:Person;
     rdfs:comment "Specifies the Person that is legally accountable for the CreativeWork." .
 
+schema:actor a rdf:Property;
+    rdfs:label "actor";
+    schema:domain schema:Movie,
+        schema:TVEpisode,
+        schema:TVSeries;
+    schema:range schema:Person;
+    rdfs:comment "A cast member of the movie, TV series, season, or episode, or video." .
+
 schema:actors a rdf:Property;
     rdfs:label "actors";
     schema:domain schema:Movie,
         schema:TVEpisode,
         schema:TVSeries;
     schema:range schema:Person;
-    rdfs:comment "A cast member of the movie, TV series, season, or episode, or video." .
+    rdfs:comment "A cast member of the movie, TV series, season, or episode, or video. (legacy spelling; see singular form, actor)" .
 
 schema:additionalName a rdf:Property;
     rdfs:label "additionalName";
@@ -1602,11 +1620,17 @@
     schema:range schema:AggregateRating;
     rdfs:comment "The overall rating, based on a collection of reviews or ratings, of the item." .
 
+schema:album a rdf:Property;
+    rdfs:label "album";
+    schema:domain schema:MusicGroup;
+    schema:range schema:MusicAlbum;
+    rdfs:comment "A music album." .
+
 schema:albums a rdf:Property;
     rdfs:label "albums";
     schema:domain schema:MusicGroup;
     schema:range schema:MusicAlbum;
-    rdfs:comment "A collection of music albums." .
+    rdfs:comment "A collection of music albums (legacy spelling; see singular form, album)." .
 
 schema:alternativeHeadline a rdf:Property;
     rdfs:label "alternativeHeadline";
@@ -1626,6 +1650,26 @@
     schema:range schema:EducationalOrganization;
     rdfs:comment "An educational organizations that the person is an alumni of." .
 
+schema:applicationCategory a rdf:Property;
+    rdfs:label "applicationCategory";
+    schema:domain schema:SoftwareApplication;
+    schema:range schema:Text,
+        schema:URL;
+    rdfs:comment "Type of software application, e.g. \"Game, Multimedia\"." .
+
+schema:applicationSubCategory a rdf:Property;
+    rdfs:label "applicationSubCategory";
+    schema:domain schema:SoftwareApplication;
+    schema:range schema:Text,
+        schema:URL;
+    rdfs:comment "Subcategory of the application, e.g. \"Arcade Game\"." .
+
+schema:applicationSuite a rdf:Property;
+    rdfs:label "applicationSuite";
+    schema:domain schema:SoftwareApplication;
+    schema:range schema:Text;
+    rdfs:comment "The name of the application suite to which the application belongs (e.g. Excel belongs to Office)" .
+
 schema:articleBody a rdf:Property;
     rdfs:label "articleBody";
     schema:domain schema:Article;
@@ -1650,12 +1694,19 @@
     schema:range schema:MediaObject;
     rdfs:comment "The media objects that encode this creative work. This property is a synonym for encodings." .
 
+schema:attendee a rdf:Property;
+    rdfs:label "attendee";
+    schema:domain schema:Event;
+    schema:range schema:Organization,
+        schema:Person;
+    rdfs:comment "A person or organization attending the event." .
+
 schema:attendees a rdf:Property;
     rdfs:label "attendees";
     schema:domain schema:Event;
     schema:range schema:Organization,
         schema:Person;
-    rdfs:comment "A person attending the event." .
+    rdfs:comment "A person attending the event (legacy spelling; see singular form, attendee)." .
 
 schema:audio a rdf:Property;
     rdfs:label "audio";
@@ -1668,7 +1719,7 @@
     schema:domain schema:CreativeWork;
     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: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 interchangeably." .
 
 schema:availability a rdf:Property;
     rdfs:label "availability";
@@ -1676,18 +1727,19 @@
     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:domain schema:Offer;
-    schema:range schema:Thing;
-    rdfs:comment "The availability of this item—for example In stock, Out of stock, Pre-order, etc." .
+schema:award a rdf:Property;
+    rdfs:label "award";
+    schema:domain schema:CreativeWork,
+        schema:Person;
+    schema:range schema:Text;
+    rdfs:comment "An award won by this person or for this creative work." .
 
 schema:awards a rdf:Property;
     rdfs:label "awards";
     schema:domain schema:CreativeWork,
         schema:Person;
     schema:range schema:Text;
-    rdfs:comment "Awards won by this person or for this creative work." .
+    rdfs:comment "Awards won by this person or for this creative work. (legacy spelling; see singular form, award)" .
 
 schema:baseSalary a rdf:Property;
     rdfs:label "baseSalary";
@@ -1720,11 +1772,17 @@
     schema:range schema:Text;
     rdfs:comment "The bitrate of the media object." .
 
+schema:blogPost a rdf:Property;
+    rdfs:label "blogPost";
+    schema:domain schema:Blog;
+    schema:range schema:BlogPosting;
+    rdfs:comment "A posting that is part of this blog." .
+
 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" .
+    rdfs:comment "The postings that are part of this blog (legacy spelling; see singular form, blogPost)." .
 
 schema:bookEdition a rdf:Property;
     rdfs:label "bookEdition";
@@ -1738,12 +1796,6 @@
     schema:range schema:BookFormatType;
     rdfs:comment "The format of the book." .
 
-schema:bookFormatDeprecated a rdf:Property;
-    rdfs:label "bookFormatDeprecated";
-    schema:domain schema:Book;
-    schema:range schema:Thing;
-    rdfs:comment "The format of the book." .
-
 schema:box a rdf:Property;
     rdfs:label "box";
     schema:domain schema:GeoShape;
@@ -1768,11 +1820,11 @@
     schema:range schema:Text;
     rdfs:comment "A set of links that can help a user understand and navigate a website hierarchy." .
 
-schema:browsers a rdf:Property;
-    rdfs:label "browsers";
+schema:browserRequirements a rdf:Property;
+    rdfs:label "browserRequirements";
     schema:domain schema:WebApplication;
     schema:range schema:Text;
-    rdfs:comment "One or more browsers required to run the app." .
+    rdfs:comment "Specifies browser requirements in human-readable text. For example,\"requires HTML5 support\"." .
 
 schema:byArtist a rdf:Property;
     rdfs:label "byArtist";
@@ -1800,6 +1852,12 @@
     schema:range schema:Mass;
     rdfs:comment "The number of grams of carbohydrates." .
 
+schema:carrierRequirements a rdf:Property;
+    rdfs:label "carrierRequirements";
+    schema:domain schema:MobileApplication;
+    schema:range schema:Text;
+    rdfs:comment "Specifies specific carrier(s) requirements for the application (e.g. an application may only work on a specific carrier network)." .
+
 schema:children a rdf:Property;
     rdfs:label "children";
     schema:domain schema:Person;
@@ -1818,11 +1876,17 @@
     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." .
 
+schema:colleague a rdf:Property;
+    rdfs:label "colleague";
+    schema:domain schema:Person;
+    schema:range schema:Person;
+    rdfs:comment "A colleague of the person." .
+
 schema:colleagues a rdf:Property;
     rdfs:label "colleagues";
     schema:domain schema:Person;
     schema:range schema:Person;
-    rdfs:comment "A colleague of the person." .
+    rdfs:comment "A colleague of the person (legacy spelling; see singular form, colleague)." .
 
 schema:comment a rdf:Property;
     rdfs:label "comment";
@@ -1842,12 +1906,19 @@
     schema:range schema:Date;
     rdfs:comment "The time at which the UserComment was made." .
 
+schema:contactPoint a rdf:Property;
+    rdfs:label "contactPoint";
+    schema:domain schema:Organization,
+        schema:Person;
+    schema:range schema:ContactPoint;
+    rdfs:comment "A contact point for a person or organization." .
+
 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." .
+    rdfs:comment "A contact point for a person or organization (legacy spelling; see singular form, contactPoint)." .
 
 schema:contactType a rdf:Property;
     rdfs:label "contactType";
@@ -1879,11 +1950,11 @@
     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." .
+    rdfs:comment "Actual bytes of the media object, for example the image file or video file. (previous spelling: contentURL)" .
 
 schema:contributor a rdf:Property;
     rdfs:label "contributor";
@@ -1911,13 +1982,6 @@
         schema:Person;
     rdfs:comment "The party holding the legal copyright to the CreativeWork." .
 
-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:domain schema:CreativeWork;
@@ -1926,15 +1990,15 @@
 
 schema:countriesNotSupported a rdf:Property;
     rdfs:label "countriesNotSupported";
-    schema:domain schema:MobileSoftwareApplication;
+    schema:domain schema:SoftwareApplication;
     schema:range schema:Text;
-    rdfs:comment "Countries that dlsallow the application." .
+    rdfs:comment "Countries for which the application is not supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code." .
 
 schema:countriesSupported a rdf:Property;
     rdfs:label "countriesSupported";
-    schema:domain schema:MobileSoftwareApplication;
+    schema:domain schema:SoftwareApplication;
     schema:range schema:Text;
-    rdfs:comment "Countries that allow the application." .
+    rdfs:comment "Countries for which the application is supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code." .
 
 schema:creator a rdf:Property;
     rdfs:label "creator";
@@ -1992,6 +2056,12 @@
     schema:range schema:Text;
     rdfs:comment "A short description of the item." .
 
+schema:device a rdf:Property;
+    rdfs:label "device";
+    schema:domain schema:SoftwareApplication;
+    schema:range schema:Text;
+    rdfs:comment "Device required to run the application. Used in cases where a specific make/model is required to run the application." .
+
 schema:director a rdf:Property;
     rdfs:label "director";
     schema:domain schema:Movie,
@@ -2012,8 +2082,8 @@
     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." .
@@ -2055,17 +2125,23 @@
     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." .
+    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. (previous spelling: embedURL)" .
+
+schema:employee a rdf:Property;
+    rdfs:label "employee";
+    schema:domain schema:Organization;
+    schema:range schema:Person;
+    rdfs:comment "Someone working for this organization." .
 
 schema:employees a rdf:Property;
     rdfs:label "employees";
     schema:domain schema:Organization;
     schema:range schema:Person;
-    rdfs:comment "People working for this organization." .
+    rdfs:comment "People working for this organization. (legacy spelling; see singular form, employee)" .
 
 schema:employmentType a rdf:Property;
     rdfs:label "employmentType";
@@ -2079,6 +2155,12 @@
     schema:range schema:CreativeWork;
     rdfs:comment "The creative work encoded by this media object" .
 
+schema:encoding a rdf:Property;
+    rdfs:label "encoding";
+    schema:domain schema:CreativeWork;
+    schema:range schema:MediaObject;
+    rdfs:comment "A media object that encode this CreativeWork." .
+
 schema:encodingFormat a rdf:Property;
     rdfs:label "encodingFormat";
     schema:domain schema:MediaObject;
@@ -2089,7 +2171,7 @@
     rdfs:label "encodings";
     schema:domain schema:CreativeWork;
     schema:range schema:MediaObject;
-    rdfs:comment "The media objects that encode this creative work" .
+    rdfs:comment "The media objects that encode this creative work (legacy spelling; see singular form, encoding)." .
 
 schema:endDate a rdf:Property;
     rdfs:label "endDate";
@@ -2099,6 +2181,13 @@
     schema:range schema:Date;
     rdfs:comment "The end date and time of the event (in ISO 8601 date format)." .
 
+schema:episode a rdf:Property;
+    rdfs:label "episode";
+    schema:domain schema:TVSeason,
+        schema:TVSeries;
+    schema:range schema:TVEpisode;
+    rdfs:comment "An episode of a TV series or season." .
+
 schema:episodeNumber a rdf:Property;
     rdfs:label "episodeNumber";
     schema:domain schema:TVEpisode;
@@ -2110,14 +2199,21 @@
     schema:domain schema:TVSeason,
         schema:TVSeries;
     schema:range schema:TVEpisode;
-    rdfs:comment "The episode of a TV series or season." .
+    rdfs:comment "The episode of a TV series or season (legacy spelling; see singular form, episode)." .
+
+schema:event a rdf:Property;
+    rdfs:label "event";
+    schema:domain schema:Organization,
+        schema:Place;
+    schema:range schema:Event;
+    rdfs:comment "Upcoming or past event associated with this place or organization." .
 
 schema:events a rdf:Property;
     rdfs:label "events";
     schema:domain schema:Organization,
         schema:Place;
     schema:range schema:Event;
-    rdfs:comment "Upcoming or past events associated with this place or organization." .
+    rdfs:comment "Upcoming or past events associated with this place or organization (legacy spelling; see singular form, event)." .
 
 schema:exifData a rdf:Property;
     rdfs:label "exifData";
@@ -2158,6 +2254,13 @@
     schema:range schema:Text;
     rdfs:comment "The fax number." .
 
+schema:featureList a rdf:Property;
+    rdfs:label "featureList";
+    schema:domain schema:SoftwareApplication;
+    schema:range schema:Text,
+        schema:URL;
+    rdfs:comment "Features or modules provided by this application (and possibly required by other applications)." .
+
 schema:fiberContent a rdf:Property;
     rdfs:label "fiberContent";
     schema:domain schema:NutritionInformation;
@@ -2174,7 +2277,7 @@
     rdfs:label "fileSize";
     schema:domain schema:SoftwareApplication;
     schema:range schema:Integer;
-    rdfs:comment "Size of the application / package in bytes." .
+    rdfs:comment "Size of the application / package (e.g. 18MB). In the absence of a unit (MB, KB etc.), KB will be assumed." .
 
 schema:follows a rdf:Property;
     rdfs:label "follows";
@@ -2182,11 +2285,17 @@
     schema:range schema:Person;
     rdfs:comment "The most generic uni-directional social relation." .
 
+schema:founder a rdf:Property;
+    rdfs:label "founder";
+    schema:domain schema:Organization;
+    schema:range schema:Person;
+    rdfs:comment "A person who founded this organization." .
+
 schema:founders a rdf:Property;
     rdfs:label "founders";
     schema:domain schema:Organization;
     schema:range schema:Person;
-    rdfs:comment "A person who founded this organization." .
+    rdfs:comment "A person who founded this organization (legacy spelling; see singular form, founder)." .
 
 schema:foundingDate a rdf:Property;
     rdfs:label "foundingDate";
@@ -2311,6 +2420,12 @@
     schema:range schema:Text;
     rdfs:comment "An ingredient used in the recipe." .
 
+schema:installUrl a rdf:Property;
+    rdfs:label "installUrl";
+    schema:domain schema:SoftwareApplication;
+    schema:range schema:URL;
+    rdfs:comment "URL at which the app may be installed, if different from the URL of the item." .
+
 schema:interactionCount a rdf:Property;
     rdfs:label "interactionCount";
     schema:domain schema:CreativeWork,
@@ -2321,12 +2436,6 @@
     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;
@@ -2351,12 +2460,6 @@
     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: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:domain schema:ItemList;
@@ -2453,11 +2556,24 @@
     schema:range schema:Organization;
     rdfs:comment "The manufacturer of the product." .
 
+schema:map a rdf:Property;
+    rdfs:label "map";
+    schema:domain schema:Place;
+    schema:range schema:URL;
+    rdfs:comment "A URL to a map of the place." .
+
 schema:maps a rdf:Property;
     rdfs:label "maps";
     schema:domain schema:Place;
     schema:range schema:URL;
-    rdfs:comment "A URL to a map of the place." .
+    rdfs:comment "A URL to a map of the place (legacy spelling; see singular form, map)." .
+
+schema:member a rdf:Property;
+    rdfs:label "member";
+    schema:domain schema:Organization;
+    schema:range schema:Organization,
+        schema:Person;
+    rdfs:comment "A member of this organization." .
 
 schema:memberOf a rdf:Property;
     rdfs:label "memberOf";
@@ -2470,7 +2586,14 @@
     schema:domain schema:Organization;
     schema:range schema:Organization,
         schema:Person;
-    rdfs:comment "A member of this organization." .
+    rdfs:comment "A member of this organization (legacy spelling; see singular form, member)." .
+
+schema:memoryRequirements a rdf:Property;
+    rdfs:label "memoryRequirements";
+    schema:domain schema:SoftwareApplication;
+    schema:range schema:Text,
+        schema:URL;
+    rdfs:comment "Minimum memory requirements." .
 
 schema:mentions a rdf:Property;
     rdfs:label "mentions";
@@ -2518,12 +2641,6 @@
     schema:range schema:Country;
     rdfs:comment "Nationality of the person." .
 
-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;
@@ -2577,17 +2694,23 @@
     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>." .
 
-schema:operatingSystems a rdf:Property;
-    rdfs:label "operatingSystems";
+schema:operatingSystem a rdf:Property;
+    rdfs:label "operatingSystem";
     schema:domain schema:SoftwareApplication;
     schema:range schema:Text;
     rdfs:comment "Operating systems supported (Windows 7, OSX 10.6, Android 1.6)." .
 
+schema:parent a rdf:Property;
+    rdfs:label "parent";
+    schema:domain schema:Person;
+    schema:range schema:Person;
+    rdfs:comment "A parent of this person." .
+
 schema:parents a rdf:Property;
     rdfs:label "parents";
     schema:domain schema:Person;
     schema:range schema:Person;
-    rdfs:comment "A parents of the person." .
+    rdfs:comment "A parents of the person (legacy spelling; see singular form, parent)." .
 
 schema:partOfSeason a rdf:Property;
     rdfs:label "partOfSeason";
@@ -2608,6 +2731,13 @@
     schema:range schema:Text;
     rdfs:comment "Cash, credit card, etc." .
 
+schema:performer a rdf:Property;
+    rdfs:label "performer";
+    schema:domain schema:Event;
+    schema:range schema:Organization,
+        schema:Person;
+    rdfs:comment "A performer at the event—for example, a presenter, musician, musical group or actor." .
+
 schema:performerIn a rdf:Property;
     rdfs:label "performerIn";
     schema:domain schema:Person;
@@ -2619,20 +2749,27 @@
     schema:domain schema:Event;
     schema:range schema:Organization,
         schema:Person;
-    rdfs:comment "The main performer or performers of the event—for example, a presenter, musician, or actor." .
+    rdfs:comment "The main performer or performers of the event—for example, a presenter, musician, or actor (legacy spelling; see singular form, performer)." .
 
 schema:permissions a rdf:Property;
     rdfs:label "permissions";
-    schema:domain schema:MobileSoftwareApplication;
+    schema:domain schema:SoftwareApplication;
     schema:range schema:Text;
-    rdfs:comment "Permissions required on OS to run the application (e.g. app requires Internet access)." .
+    rdfs:comment "Permission(s) required to run the app (for example, a mobile app may require full internet access or may run only on wifi)." .
+
+schema:photo a rdf:Property;
+    rdfs:label "photo";
+    schema:domain schema:Place;
+    schema:range schema:ImageObject,
+        schema:Photograph;
+    rdfs:comment "A photograph of this place." .
 
 schema:photos a rdf:Property;
     rdfs:label "photos";
     schema:domain schema:Place;
     schema:range schema:ImageObject,
         schema:Photograph;
-    rdfs:comment "Photographs of this place." .
+    rdfs:comment "Photographs of this place (legacy spelling; see singular form, photo)." .
 
 schema:playerType a rdf:Property;
     rdfs:label "playerType";
@@ -2719,6 +2856,12 @@
     schema:range schema:Text;
     rdfs:comment "If this NewsArticle appears in print, this field indicates the print section in which the article appeared." .
 
+schema:processorRequirements a rdf:Property;
+    rdfs:label "processorRequirements";
+    schema:domain schema:SoftwareApplication;
+    schema:range schema:Text;
+    rdfs:comment "Processor architecture required to run the application (e.g. IA64)." .
+
 schema:producer a rdf:Property;
     rdfs:label "producer";
     schema:domain schema:Movie,
@@ -2821,6 +2964,13 @@
     schema:range schema:Person;
     rdfs:comment "The most generic familial relation." .
 
+schema:releaseNotes a rdf:Property;
+    rdfs:label "releaseNotes";
+    schema:domain schema:SoftwareApplication;
+    schema:range schema:Text,
+        schema:URL;
+    rdfs:comment "Description of what changed in this version." .
+
 schema:replyToUrl a rdf:Property;
     rdfs:label "replyToUrl";
     schema:domain schema:UserComments;
@@ -2833,6 +2983,13 @@
     schema:range schema:Boolean;
     rdfs:comment "Indicates whether this image is representative of the content of the page." .
 
+schema:requirements a rdf:Property;
+    rdfs:label "requirements";
+    schema:domain schema:SoftwareApplication;
+    schema:range schema:Text,
+        schema:URL;
+    rdfs:comment "Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (Examples: DirectX, Java or .NET runtime)." .
+
 schema:requiresSubscription a rdf:Property;
     rdfs:label "requiresSubscription";
     schema:domain schema:MediaObject;
@@ -2845,6 +3002,16 @@
     schema:range schema:Text;
     rdfs:comment "Responsibilities associated with this role." .
 
+schema:review a rdf:Property;
+    rdfs:label "review";
+    schema:domain schema:CreativeWork,
+        schema:Offer,
+        schema:Organization,
+        schema:Place,
+        schema:Product;
+    schema:range schema:Review;
+    rdfs:comment "A review of the item." .
+
 schema:reviewBody a rdf:Property;
     rdfs:label "reviewBody";
     schema:domain schema:Review;
@@ -2871,7 +3038,7 @@
         schema:Place,
         schema:Product;
     schema:range schema:Review;
-    rdfs:comment "Review of the item." .
+    rdfs:comment "Review of the item (legacy spelling; see singular form, review)." .
 
 schema:salaryCurrency a rdf:Property;
     rdfs:label "salaryCurrency";
@@ -2885,11 +3052,18 @@
     schema:range schema:Mass;
     rdfs:comment "The number of grams of saturated fat." .
 
-schema:screenshots a rdf:Property;
-    rdfs:label "screenshots";
-    schema:domain schema:MobileSoftwareApplication;
-    schema:range schema:URL;
-    rdfs:comment "Link(s) to app screenshots." .
+schema:screenshot a rdf:Property;
+    rdfs:label "screenshot";
+    schema:domain schema:SoftwareApplication;
+    schema:range schema:ImageObject,
+        schema:URL;
+    rdfs:comment "A link to a screenshot image of the app." .
+
+schema:season a rdf:Property;
+    rdfs:label "season";
+    schema:domain schema:TVSeries;
+    schema:range schema:TVSeason;
+    rdfs:comment "A season of a TV series." .
 
 schema:seasonNumber a rdf:Property;
     rdfs:label "seasonNumber";
@@ -2901,7 +3075,7 @@
     rdfs:label "seasons";
     schema:domain schema:TVSeries;
     schema:range schema:TVSeason;
-    rdfs:comment "The seasons of the TV series." .
+    rdfs:comment "The seasons of the TV series (legacy spelling; see singular form, season)." .
 
 schema:seller a rdf:Property;
     rdfs:label "seller";
@@ -2921,17 +3095,29 @@
     schema:range schema:Text;
     rdfs:comment "The serving size, in terms of the number of volume or mass" .
 
+schema:sibling a rdf:Property;
+    rdfs:label "sibling";
+    schema:domain schema:Person;
+    schema:range schema:Person;
+    rdfs:comment "A sibling of the person." .
+
 schema:siblings a rdf:Property;
     rdfs:label "siblings";
     schema:domain schema:Person;
     schema:range schema:Person;
-    rdfs:comment "A sibling of the person." .
+    rdfs:comment "A sibling of the person (legacy spelling; see singular form, sibling)." .
+
+schema:significantLink a rdf:Property;
+    rdfs:label "significantLink";
+    schema:domain schema:WebPage;
+    schema:range schema:URL;
+    rdfs:comment "One of the more significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most." .
 
 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" .
+    rdfs:comment "The most significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most (legacy spelling; see singular form, significantLink)." .
 
 schema:skills a rdf:Property;
     rdfs:label "skills";
@@ -2945,24 +3131,6 @@
     schema:range schema:Mass;
     rdfs:comment "The number of milligrams of sodium." .
 
-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:domain schema:SoftwareApplication;
-    schema:range schema:Thing;
-    rdfs:comment "Type of software application." .
-
-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:domain schema:SoftwareApplication;
@@ -2995,17 +3163,30 @@
     schema:range schema:Date;
     rdfs:comment "The start date and time of the event (in ISO 8601 date format)." .
 
+schema:storageRequirements a rdf:Property;
+    rdfs:label "storageRequirements";
+    schema:domain schema:SoftwareApplication;
+    schema:range schema:Text,
+        schema:URL;
+    rdfs:comment "Storage requirements (free space required)." .
+
 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:subEvent a rdf:Property;
+    rdfs:label "subEvent";
+    schema:domain schema:Event;
+    schema:range schema:Event;
+    rdfs:comment "An Event that is part of this event. For example, a conference event includes many presentations, each are a subEvent of the conference." .
+
 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." .
+    rdfs:comment "Events that are a part of this event. For example, a conference event includes many presentations, each are subEvents of the conference (legacy spelling; see singular form, subEvent)." .
 
 schema:sugarContent a rdf:Property;
     rdfs:label "sugarContent";
@@ -3028,6 +3209,12 @@
     schema:range schema:Text;
     rdfs:comment "The telephone number." .
 
+schema:text a rdf:Property;
+    rdfs:label "text";
+    schema:domain schema:CreativeWork;
+    schema:range schema:Text;
+    rdfs:comment "The textual content of this CreativeWork." .
+
 schema:thumbnail a rdf:Property;
     rdfs:label "thumbnail";
     schema:domain schema:ImageObject,
@@ -3059,12 +3246,19 @@
     schema:range schema:Duration;
     rdfs:comment "The total time it takes to prepare and cook the recipe, in ISO 8601 duration format." .
 
+schema:track a rdf:Property;
+    rdfs:label "track";
+    schema:domain schema:MusicGroup,
+        schema:MusicPlaylist;
+    schema:range schema:MusicRecording;
+    rdfs:comment "A music recording (track)—usually a single song." .
+
 schema:tracks a rdf:Property;
     rdfs:label "tracks";
     schema:domain schema:MusicGroup,
         schema:MusicPlaylist;
     schema:range schema:MusicRecording;
-    rdfs:comment "A music recording (track)—usually a single song." .
+    rdfs:comment "A music recording (track)—usually a single song (legacy spelling; see singular form, track)." .
 
 schema:trailer a rdf:Property;
     rdfs:label "trailer";
@@ -3088,12 +3282,6 @@
     schema:range schema:Text;
     rdfs:comment "If this MediaObject is an AudioObject or VideoObject, the transcript of that object." .
 
-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:domain schema:NutritionInformation;
@@ -3112,13 +3300,6 @@
     schema:range schema:URL;
     rdfs:comment "URL of the item." .
 
-schema:usageTermsDeprecated a rdf:Property;
-    rdfs:label "usageTermsDeprecated";
-    schema:domain schema:CreativeWork;
-    schema:range schema:Text,
-        schema:URL;
-    rdfs:comment "A statement about the usage terms pertaining to the CreativeWork." .
-
 schema:version a rdf:Property;
     rdfs:label "version";
     schema:domain schema:CreativeWork;
--- a/schema.org/drafts/alpha/rdfa.html	Fri Apr 20 18:48:34 2012 +0200
+++ b/schema.org/drafts/alpha/rdfa.html	Fri May 11 16:25:56 2012 +0200
@@ -15,15 +15,9 @@
   </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 <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>
       <span property="rdfs:comment">The most generic type of item.</span>
@@ -32,7 +26,7 @@
       <span class="h" property="rdfs:label">CreativeWork</span>
       <span property="rdfs:comment">The most generic kind of creative work, including books, movies, photographs, software programs, etc.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Thing">Thing</a></span>
-    </div>
+       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews">rNews</a></span></div>
     <div typeof="rdfs:Class" about="http://schema.org/WebPage">
       <span class="h" property="rdfs:label">WebPage</span>
       <span property="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 <code>breadcrumb</code> 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</span>
@@ -97,7 +91,7 @@
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Offer">
       <span class="h" property="rdfs:label">Offer</span>
-      <span property="rdfs:comment">An offer to sell an item&#8212;for example, an offer to sell a product, the DVD of a movie, or tickets to an event.</span>
+      <span property="rdfs:comment">An offer to sell an item&mdash;for example, an offer to sell a product, the DVD of a movie, or tickets to an event.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/AggregateOffer">
@@ -159,7 +153,7 @@
       <span class="h" property="rdfs:label">Article</span>
       <span property="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.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
-    </div>
+       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews">rNews</a></span></div>
     <div typeof="rdfs:Class" about="http://schema.org/Attorney">
       <span class="h" property="rdfs:label">Attorney</span>
       <span property="rdfs:comment">Professional service: Attorney.</span>
@@ -174,7 +168,7 @@
       <span class="h" property="rdfs:label">AudioObject</span>
       <span property="rdfs:comment">An audio file.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/MediaObject">MediaObject</a></span>
-    </div>
+       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews">rNews</a></span></div>
     <div typeof="rdfs:Class" about="http://schema.org/AutomotiveBusiness">
       <span class="h" property="rdfs:label">AutomotiveBusiness</span>
       <span property="rdfs:comment">Car repair, sales, or parts.</span>
@@ -298,7 +292,7 @@
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Enumeration">
       <span class="h" property="rdfs:label">Enumeration</span>
-      <span property="rdfs:comment">Lists or enumerations&#8212;for example, a list of cuisines or music genres, etc.</span>
+      <span property="rdfs:comment">Lists or enumerations&mdash;for example, a list of cuisines or music genres, etc.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/BookFormatType">
@@ -460,6 +454,11 @@
       <span property="rdfs:comment">Event type: Comedy event.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
     </div>
+    <div typeof="rdfs:Class" about="http://schema.org/Comment">
+      <span class="h" property="rdfs:label">Comment</span>
+      <span property="rdfs:comment">A comment on an item - for example, a comment on a blog post. The comment's content is expressed via the "text" property, and its topic via "about", properties shared with all CreativeWorks.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+    </div>
     <div typeof="rdfs:Class" about="http://schema.org/ComputerStore">
       <span class="h" property="rdfs:label">ComputerStore</span>
       <span property="rdfs:comment">A computer store.</span>
@@ -472,12 +471,12 @@
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/StructuredValue">
       <span class="h" property="rdfs:label">StructuredValue</span>
-      <span property="rdfs:comment">Structured values are strings&#8212;for example, addresses&#8212;that have certain constraints on their structure.</span>
+      <span property="rdfs:comment">Structured values are strings&mdash;for example, addresses&mdash;that have certain constraints on their structure.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/ContactPoint">
       <span class="h" property="rdfs:label">ContactPoint</span>
-      <span property="rdfs:comment">A contact point&#8212;for example, a Customer Complaints department.</span>
+      <span property="rdfs:comment">A contact point&mdash;for example, a Customer Complaints department.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/StructuredValue">StructuredValue</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Continent">
@@ -494,7 +493,7 @@
       <span class="h" property="rdfs:label">Corporation</span>
       <span property="rdfs:comment">Organization: A business corporation.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Organization">Organization</a></span>
-    </div>
+       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews">rNews</a></span></div>
     <div typeof="rdfs:Class" about="http://schema.org/Country">
       <span class="h" property="rdfs:label">Country</span>
       <span property="rdfs:comment">A country.</span>
@@ -522,12 +521,12 @@
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/DanceGroup">
       <span class="h" property="rdfs:label">DanceGroup</span>
-      <span property="rdfs:comment">A dance group&#8212;for example, the Alvin Ailey Dance Theater or Riverdance.</span>
+      <span property="rdfs:comment">A dance group&mdash;for example, the Alvin Ailey Dance Theater or Riverdance.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PerformingGroup">PerformingGroup</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Date">
       <span class="h" property="rdfs:label">Date</span>
-      <span property="rdfs:comment">A date value in <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO 8601 date format</a>.</span>
+      <span property="rdfs:comment">A date value in <a href=http://en.wikipedia.org/wiki/ISO_8601 target=new>ISO 8601 date format</a>.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/DataType">DataType</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/DaySpa">
@@ -573,7 +572,7 @@
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Duration">
       <span class="h" property="rdfs:label">Duration</span>
-      <span property="rdfs:comment">Quantity: Duration (use  <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO 8601 duration format</a>).</span>
+      <span property="rdfs:comment">Quantity: Duration (use  <a href=http://en.wikipedia.org/wiki/ISO_8601 target=new>ISO 8601 duration format</a>).</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Quantity">Quantity</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/EducationEvent">
@@ -703,7 +702,7 @@
       <span class="h" property="rdfs:label">GeoShape</span>
       <span property="rdfs:comment">The geographic shape of a place.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/StructuredValue">StructuredValue</a></span>
-    </div>
+       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews">rNews</a></span></div>
     <div typeof="rdfs:Class" about="http://schema.org/GolfCourse">
       <span class="h" property="rdfs:label">GolfCourse</span>
       <span property="rdfs:comment">A golf course.</span>
@@ -711,7 +710,7 @@
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/GovernmentOffice">
       <span class="h" property="rdfs:label">GovernmentOffice</span>
-      <span property="rdfs:comment">A government office&#8212;for example, an IRS or DMV office.</span>
+      <span property="rdfs:comment">A government office&mdash;for example, an IRS or DMV office.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/GovernmentOrganization">
@@ -825,7 +824,7 @@
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/ItemList">
       <span class="h" property="rdfs:label">ItemList</span>
-      <span property="rdfs:comment">A list of items of any sort&#8212;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.</span>
+      <span property="rdfs:comment">A list of items of any sort&mdash;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.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/ItemPage">
@@ -860,7 +859,7 @@
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/LegislativeBuilding">
       <span class="h" property="rdfs:label">LegislativeBuilding</span>
-      <span property="rdfs:comment">A legislative building&#8212;for example, the state capitol.</span>
+      <span property="rdfs:comment">A legislative building&mdash;for example, the state capitol.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/GovernmentBuilding">GovernmentBuilding</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Library">
@@ -909,21 +908,21 @@
       <span property="rdfs:comment">A middle school.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/EducationalOrganization">EducationalOrganization</a></span>
     </div>
+    <div typeof="rdfs:Class" about="http://schema.org/SoftwareApplication">
+      <span class="h" property="rdfs:label">SoftwareApplication</span>
+      <span property="rdfs:comment">A software application.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+    </div>
+    <div typeof="rdfs:Class" about="http://schema.org/MobileApplication">
+      <span class="h" property="rdfs:label">MobileApplication</span>
+      <span property="rdfs:comment"></span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
+    </div>
     <div typeof="rdfs:Class" about="http://schema.org/MobilePhoneStore">
       <span class="h" property="rdfs:label">MobilePhoneStore</span>
       <span property="rdfs:comment">A mobile-phone store.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
     </div>
-    <div typeof="rdfs:Class" about="http://schema.org/SoftwareApplication">
-      <span class="h" property="rdfs:label">SoftwareApplication</span>
-      <span property="rdfs:comment">A software application.</span>
-       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
-    </div>
-    <div typeof="rdfs:Class" about="http://schema.org/MobileSoftwareApplication">
-      <span class="h" property="rdfs:label">MobileSoftwareApplication</span>
-      <span property="rdfs:comment">A mobile software application.</span>
-       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
-    </div>
     <div typeof="rdfs:Class" about="http://schema.org/Mosque">
       <span class="h" property="rdfs:label">Mosque</span>
       <span property="rdfs:comment">A mosque.</span>
@@ -1029,7 +1028,7 @@
       <span class="h" property="rdfs:label">NewsArticle</span>
       <span property="rdfs:comment">A news article</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Article">Article</a></span>
-    </div>
+       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews">rNews</a></span></div>
     <div typeof="rdfs:Class" about="http://schema.org/NightClub">
       <span class="h" property="rdfs:label">NightClub</span>
       <span property="rdfs:comment">A nightclub or discotheque.</span>
@@ -1099,7 +1098,7 @@
       <span class="h" property="rdfs:label">Person</span>
       <span property="rdfs:comment">A person (alive, dead, undead, or fictional).</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Thing">Thing</a></span>
-    </div>
+       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews">rNews</a></span></div>
     <div typeof="rdfs:Class" about="http://schema.org/PetStore">
       <span class="h" property="rdfs:label">PetStore</span>
       <span property="rdfs:comment">A pet store.</span>
@@ -1159,7 +1158,7 @@
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Product">
       <span class="h" property="rdfs:label">Product</span>
-      <span property="rdfs:comment">A product is anything that is made available for sale&#8212;for example, a pair of shoes, a concert ticket, or a car.</span>
+      <span property="rdfs:comment">A product is anything that is made available for sale&mdash;for example, a pair of shoes, a concert ticket, or a car.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Thing">Thing</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/ProfilePage">
@@ -1293,11 +1292,6 @@
       <span property="rdfs:comment">Event type: Social event.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
     </div>
-    <div typeof="rdfs:Class" about="http://schema.org/SoftwareApplicationType">
-      <span class="h" property="rdfs:label">SoftwareApplicationType</span>
-      <span property="rdfs:comment">Type of software application.</span>
-       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
-    </div>
     <div typeof="rdfs:Class" about="http://schema.org/SportingGoodsStore">
       <span class="h" property="rdfs:label">SportingGoodsStore</span>
       <span property="rdfs:comment">A sporting goods store.</span>
@@ -1391,7 +1385,7 @@
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/TheaterGroup">
       <span class="h" property="rdfs:label">TheaterGroup</span>
-      <span property="rdfs:comment">A theater group or company&#8212;for example, the Royal Shakespeare Company or Druid Theatre.</span>
+      <span property="rdfs:comment">A theater group or company&mdash;for example, the Royal Shakespeare Company or Druid Theatre.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PerformingGroup">PerformingGroup</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/TireShop">
@@ -1446,9 +1440,9 @@
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/UserComments">
       <span class="h" property="rdfs:label">UserComments</span>
-      <span property="rdfs:comment">User interaction: A comment about an item.</span>
+      <span property="rdfs:comment">The UserInteraction event in which a user comments on an item.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/UserInteraction">UserInteraction</a></span>
-    </div>
+       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews">rNews</a></span></div>
     <div typeof="rdfs:Class" about="http://schema.org/UserDownloads">
       <span class="h" property="rdfs:label">UserDownloads</span>
       <span property="rdfs:comment">User interaction: Download of an item.</span>
@@ -1493,7 +1487,7 @@
       <span class="h" property="rdfs:label">VideoObject</span>
       <span property="rdfs:comment">A video file.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/MediaObject">MediaObject</a></span>
-    </div>
+       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews">rNews</a></span></div>
     <div typeof="rdfs:Class" about="http://schema.org/VisualArtsEvent">
       <span class="h" property="rdfs:label">VisualArtsEvent</span>
       <span property="rdfs:comment">Event type: Visual arts event.</span>
@@ -1613,9 +1607,15 @@
       <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/blogPost">
+      <span class="h" property="rdfs:label">blogPost</span>
+      <span property="rdfs:comment">A posting that is 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/blogPosts">
       <span class="h" property="rdfs:label">blogPosts</span>
-      <span property="rdfs:comment">The postings that are part of this blog</span>
+      <span property="rdfs:comment">The postings that are part of this blog (legacy spelling; see singular form, blogPost).</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>
@@ -1631,12 +1631,6 @@
       <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>
-    </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>
@@ -1742,14 +1736,21 @@
     </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 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 interchangeably.</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/award">
+      <span class="h" property="rdfs:label">award</span>
+      <span property="rdfs:comment">An award 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>
+    </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 property="rdfs:comment">Awards won by this person or for this creative work. (legacy spelling; see singular form, award)</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>
@@ -1768,7 +1769,7 @@
     </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 property="rdfs:comment">Official rating of a piece of content&mdash;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>
     </div>
@@ -1786,13 +1787,6 @@
       <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 property="rdfs:comment">The year during which the claimed copyright for the CreativeWork was first asserted.</span>
@@ -1837,9 +1831,15 @@
       <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/encoding">
+      <span class="h" property="rdfs:label">encoding</span>
+      <span property="rdfs:comment">A media object that encode 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/MediaObject">MediaObject</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 property="rdfs:comment">The media objects that encode this creative work (legacy spelling; see singular form, encoding).</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>
@@ -1857,13 +1857,13 @@
     </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 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 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 property="rdfs:comment">A count of a specific user interactions with this item&mdash;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=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>
@@ -1891,7 +1891,7 @@
     </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 property="rdfs:comment">An offer to sell this item&mdash;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>
@@ -1917,9 +1917,19 @@
       <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/review">
+      <span class="h" property="rdfs:label">review</span>
+      <span property="rdfs:comment">A 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/reviews">
       <span class="h" property="rdfs:label">reviews</span>
-      <span property="rdfs:comment">Review of the item.</span>
+      <span property="rdfs:comment">Review of the item (legacy spelling; see singular form, review).</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>
@@ -1933,19 +1943,18 @@
       <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/text">
+      <span class="h" property="rdfs:label">text</span>
+      <span property="rdfs:comment">The textual content of 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/Text">Text</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 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>
-    </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>
@@ -1964,16 +1973,23 @@
       <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/attendee">
+      <span class="h" property="rdfs:label">attendee</span>
+      <span property="rdfs:comment">A person or organization 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>
+    </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 property="rdfs:comment">A person attending the event (legacy spelling; see singular form, attendee).</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 property="rdfs:comment">The duration of the item (movie, audio recording, event, etc.) in <a href=http://en.wikipedia.org/wiki/ISO_8601 target=new>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>
@@ -1982,7 +1998,7 @@
     </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 property="rdfs:comment">The end date and time of the event (in <a href=http://en.wikipedia.org/wiki/ISO_8601 target=new>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>
@@ -1996,24 +2012,37 @@
       <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/performer">
+      <span class="h" property="rdfs:label">performer</span>
+      <span property="rdfs:comment">A performer at the event&mdash;for example, a presenter, musician, musical group 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/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 property="rdfs:comment">The main performer or performers of the event&mdash;for example, a presenter, musician, or actor (legacy spelling; see singular form, performer).</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 property="rdfs:comment">The start date and time of the event (in <a href=http://en.wikipedia.org/wiki/ISO_8601 target=new>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/subEvent">
+      <span class="h" property="rdfs:label">subEvent</span>
+      <span property="rdfs:comment">An Event that is part of this event. For example, a conference event includes many presentations, each are a subEvent 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/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 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 (legacy spelling; see singular form, subEvent).</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>
@@ -2243,7 +2272,7 @@
     </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 property="rdfs:comment">The currency accepted (in <a href=http://en.wikipedia.org/wiki/ISO_4217 target=new>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>
@@ -2277,15 +2306,15 @@
       <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>
+    <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. (previous spelling: 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/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>
+    <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. (previous spelling: 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>
@@ -2315,13 +2344,13 @@
     </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 property="rdfs:comment">Player type required&mdash;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 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 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 target=new>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>
@@ -2343,33 +2372,23 @@
       <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 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>
+    <div typeof="rdf:Property" about="http://schema.org/carrierRequirements">
+      <span class="h" property="rdfs:label">carrierRequirements</span>
+      <span property="rdfs:comment">Specifies specific carrier(s) requirements for the application (e.g. an application may only work on a specific carrier network).</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MobileApplication">MobileApplication</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>
-    </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>
+    <div typeof="rdf:Property" about="http://schema.org/actor">
+      <span class="h" property="rdfs:label">actor</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>
     </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 property="rdfs:comment">A cast member of the movie, TV series, season, or episode, or video. (legacy spelling; see singular form, actor)</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>
@@ -2425,21 +2444,34 @@
       <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/album">
+      <span class="h" property="rdfs:label">album</span>
+      <span property="rdfs:comment">A music album.</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/albums">
       <span class="h" property="rdfs:label">albums</span>
-      <span property="rdfs:comment">A collection of music albums.</span>
+      <span property="rdfs:comment">A collection of music albums (legacy spelling; see singular form, album).</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 property="rdfs:comment">A member of the music group&mdash;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>
     </div>
+    <div typeof="rdf:Property" about="http://schema.org/track">
+      <span class="h" property="rdfs:label">track</span>
+      <span property="rdfs:comment">A music recording (track)&mdash;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/tracks">
       <span class="h" property="rdfs:label">tracks</span>
-      <span property="rdfs:comment">A music recording (track)&#8212;usually a single song.</span>
+      <span property="rdfs:comment">A music recording (track)&mdash;usually a single song (legacy spelling; see singular form, track).</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>
@@ -2566,28 +2598,16 @@
     </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 property="rdfs:comment">The availability of this item&mdash;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 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 property="rdfs:comment">The condition of the item for sale&#8212;for example New, Refurbished, Used, etc.</span>
+      <span property="rdfs:comment">The condition of the item for sale&mdash;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 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 property="rdfs:comment">The item being sold.</span>
@@ -2603,7 +2623,7 @@
     </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 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>
@@ -2627,29 +2647,55 @@
       <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>
+    <div typeof="rdf:Property" about="http://schema.org/contactPoint">
+      <span class="h" property="rdfs:label">contactPoint</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>
     </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 (legacy spelling; see singular form, contactPoint).</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/employee">
+      <span class="h" property="rdfs:label">employee</span>
+      <span property="rdfs:comment">Someone 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>
+    </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 property="rdfs:comment">People working for this organization. (legacy spelling; see singular form, employee)</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/event">
+      <span class="h" property="rdfs:label">event</span>
+      <span property="rdfs:comment">Upcoming or past event 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>
+    </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 property="rdfs:comment">Upcoming or past events associated with this place or organization (legacy spelling; see singular form, event).</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/founder">
+      <span class="h" property="rdfs:label">founder</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/founders">
       <span class="h" property="rdfs:label">founders</span>
-      <span property="rdfs:comment">A person who founded this organization.</span>
+      <span property="rdfs:comment">A person who founded this organization (legacy spelling; see singular form, founder).</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>
@@ -2659,9 +2705,16 @@
       <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/member">
+      <span class="h" property="rdfs:label">member</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/members">
       <span class="h" property="rdfs:label">members</span>
-      <span property="rdfs:comment">A member of this organization.</span>
+      <span property="rdfs:comment">A member of this organization (legacy spelling; see singular form, member).</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>
@@ -2696,9 +2749,15 @@
       <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/colleague">
+      <span class="h" property="rdfs:label">colleague</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/colleagues">
       <span class="h" property="rdfs:label">colleagues</span>
-      <span property="rdfs:comment">A colleague of the person.</span>
+      <span property="rdfs:comment">A colleague of the person (legacy spelling; see singular form, colleague).</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>
@@ -2775,9 +2834,15 @@
       <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/parent">
+      <span class="h" property="rdfs:label">parent</span>
+      <span property="rdfs:comment">A parent of this 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/parents">
       <span class="h" property="rdfs:label">parents</span>
-      <span property="rdfs:comment">A parents of the person.</span>
+      <span property="rdfs:comment">A parents of the person (legacy spelling; see singular form, parent).</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>
@@ -2793,9 +2858,15 @@
       <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/sibling">
+      <span class="h" property="rdfs:label">sibling</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>
+    </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 property="rdfs:comment">A sibling of the person (legacy spelling; see singular form, sibling).</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>
@@ -2831,22 +2902,35 @@
       <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>
+    <div typeof="rdf:Property" about="http://schema.org/map">
+      <span class="h" property="rdfs:label">map</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>
     </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 (legacy spelling; see singular form, map).</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/photo">
+      <span class="h" property="rdfs:label">photo</span>
+      <span property="rdfs:comment">A photograph 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/photos">
       <span class="h" property="rdfs:label">photos</span>
-      <span property="rdfs:comment">Photographs of this place.</span>
+      <span property="rdfs:comment">Photographs of this place (legacy spelling; see singular form, photo).</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 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 target=new>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>
@@ -2926,7 +3010,7 @@
     </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 property="rdfs:comment">The time it takes to actually cook the dish, in <a href=http://en.wikipedia.org/wiki/ISO_8601 target=new>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>
@@ -2950,13 +3034,13 @@
     </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 property="rdfs:comment">The length of time it takes to prepare the recipe, in <a href=http://en.wikipedia.org/wiki/ISO_8601 target=new>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 property="rdfs:comment">The category of the recipe&#8212;for example, appetizer, entree, etc.</span>
+      <span property="rdfs:comment">The category of the recipe&mdash;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>
@@ -2980,7 +3064,7 @@
     </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 property="rdfs:comment">The total time it takes to prepare and cook the recipe, in <a href=http://en.wikipedia.org/wiki/ISO_8601 target=new>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>
@@ -2996,12 +3080,57 @@
       <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>
+    <div typeof="rdf:Property" about="http://schema.org/applicationCategory">
+      <span class="h" property="rdfs:label">applicationCategory</span>
+      <span property="rdfs:comment">Type of software application, e.g. "Game, Multimedia".</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>
+      <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/applicationSubCategory">
+      <span class="h" property="rdfs:label">applicationSubCategory</span>
+      <span property="rdfs:comment">Subcategory of the application, e.g. "Arcade Game".</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>
+      <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/applicationSuite">
+      <span class="h" property="rdfs:label">applicationSuite</span>
+      <span property="rdfs:comment">The name of the application suite to which the application belongs (e.g. Excel belongs to Office)</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/countriesNotSupported">
+      <span class="h" property="rdfs:label">countriesNotSupported</span>
+      <span property="rdfs:comment">Countries for which the application is not supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code.</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/countriesSupported">
+      <span class="h" property="rdfs:label">countriesSupported</span>
+      <span property="rdfs:comment">Countries for which the application is supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code.</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/device">
+      <span class="h" property="rdfs:label">device</span>
+      <span property="rdfs:comment">Device required to run the application. Used in cases where a specific make/model is required to run 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/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/featureList">
+      <span class="h" property="rdfs:label">featureList</span>
+      <span property="rdfs:comment">Features or modules provided by this application (and possibly required by other applications).</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>
+      <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/fileFormat">
       <span class="h" property="rdfs:label">fileFormat</span>
       <span property="rdfs:comment">MIME format of the binary (e.g. application/zip).</span>
@@ -3010,52 +3139,75 @@
     </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 property="rdfs:comment">Size of the application / package (e.g. 18MB). In the absence of a unit (MB, KB etc.), KB will be assumed.</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>
+    <div typeof="rdf:Property" about="http://schema.org/installUrl">
+      <span class="h" property="rdfs:label">installUrl</span>
+      <span property="rdfs:comment">URL at which the app may be installed, if different from the URL of the item.</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>Range: <a property="http://schema.org/range" href="http://schema.org/URL">URL</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/memoryRequirements">
+      <span class="h" property="rdfs:label">memoryRequirements</span>
+      <span property="rdfs:comment">Minimum memory requirements.</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>Range: <a property="http://schema.org/range" href="http://schema.org/URL">URL</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/operatingSystem">
+      <span class="h" property="rdfs:label">operatingSystem</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 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 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 property="rdfs:comment">Subcategory of the application.</span>
+    <div typeof="rdf:Property" about="http://schema.org/permissions">
+      <span class="h" property="rdfs:label">permissions</span>
+      <span property="rdfs:comment">Permission(s) required to run the app (for example, a mobile app may require full internet access or may run only on wifi).</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/processorRequirements">
+      <span class="h" property="rdfs:label">processorRequirements</span>
+      <span property="rdfs:comment">Processor architecture required to run the application (e.g. IA64).</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/releaseNotes">
+      <span class="h" property="rdfs:label">releaseNotes</span>
+      <span property="rdfs:comment">Description of what changed in this version.</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>
+      <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/requirements">
+      <span class="h" property="rdfs:label">requirements</span>
+      <span property="rdfs:comment">Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (Examples: DirectX, Java or .NET runtime).</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>
+      <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/screenshot">
+      <span class="h" property="rdfs:label">screenshot</span>
+      <span property="rdfs:comment">A link to a screenshot image of the app.</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/ImageObject">ImageObject</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/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/storageRequirements">
+      <span class="h" property="rdfs:label">storageRequirements</span>
+      <span property="rdfs:comment">Storage requirements (free space required).</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>
+      <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>
@@ -3075,9 +3227,16 @@
       <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/episode">
+      <span class="h" property="rdfs:label">episode</span>
+      <span property="rdfs:comment">An 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/episodes">
       <span class="h" property="rdfs:label">episodes</span>
-      <span property="rdfs:comment">The episode of a TV series or season.</span>
+      <span property="rdfs:comment">The episode of a TV series or season (legacy spelling; see singular form, episode).</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>
@@ -3095,9 +3254,15 @@
       <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/season">
+      <span class="h" property="rdfs:label">season</span>
+      <span property="rdfs:comment">A season of a 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>
+    </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 property="rdfs:comment">The seasons of the TV series (legacy spelling; see singular form, season).</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>
@@ -3125,12 +3290,6 @@
       <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 property="rdfs:comment">The text of the UserComment.</span>
@@ -3167,9 +3326,9 @@
       <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>
+    <div typeof="rdf:Property" about="http://schema.org/browserRequirements">
+      <span class="h" property="rdfs:label">browserRequirements</span>
+      <span property="rdfs:comment">Specifies browser requirements in human-readable text. For example,"requires HTML5 support".</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>
@@ -3197,9 +3356,15 @@
       <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/significantLink">
+      <span class="h" property="rdfs:label">significantLink</span>
+      <span property="rdfs:comment">One of the more 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>
+    </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 property="rdfs:comment">The most significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most (legacy spelling; see singular form, significantLink).</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>