regenerated json, ntriples, rdf/xml versions
authorDan Brickley <danbri@danbri.org>
Wed, 16 May 2012 16:25:38 +0200
changeset 27 12e2dad3cd1b
parent 26 5c677906cf10
child 28 0430189a2180
regenerated json, ntriples, rdf/xml versions
schema.org/drafts/alpha/_schema.js
schema.org/drafts/alpha/_schema.nt
schema.org/drafts/alpha/_schema.rdf
--- a/schema.org/drafts/alpha/_schema.js	Fri May 11 16:39:08 2012 +0200
+++ b/schema.org/drafts/alpha/_schema.js	Wed May 16 16:25:38 2012 +0200
@@ -0,0 +1,4733 @@
+{
+    "@context": {
+        "dcterm": "http://purl.org/dc/terms/", 
+        "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://purl.org/dc/terms/source": {
+            "@type": "@id"
+        }, 
+        "http://schema.org/domain": {
+            "@type": "@id"
+        }
+    }, 
+    "@graph": [
+        {
+            "@id": "schema:deathDate", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Date of death.", 
+            "schema:range": "schema:Date", 
+            "schema:domain": "schema:Person", 
+            "rdfs:label": "deathDate"
+        }, 
+        {
+            "@id": "schema:UserPlusOnes", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "User interaction: +1.", 
+            "rdfs:subClassOf": "schema:UserInteraction", 
+            "rdfs:label": "UserPlusOnes"
+        }, 
+        {
+            "@id": "schema:ElementarySchool", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An elementary school.", 
+            "rdfs:subClassOf": "schema:EducationalOrganization", 
+            "rdfs:label": "ElementarySchool"
+        }, 
+        {
+            "@id": "schema:breadcrumb", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A set of links that can help a user understand and navigate a website hierarchy.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:WebPage", 
+            "rdfs:label": "breadcrumb"
+        }, 
+        {
+            "@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:subClassOf": "schema:Quantity", 
+            "rdfs:label": "Mass"
+        }, 
+        {
+            "@id": "schema:Residence", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "The place where a person lives.", 
+            "rdfs:subClassOf": "schema:Place", 
+            "rdfs:label": "Residence"
+        }, 
+        {
+            "@id": "schema:operatingSystem", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Operating systems supported (Windows 7, OSX 10.6, Android 1.6).", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:SoftwareApplication", 
+            "rdfs:label": "operatingSystem"
+        }, 
+        {
+            "@id": "schema:PublicSwimmingPool", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A public swimming pool.", 
+            "rdfs:subClassOf": "schema:SportsActivityLocation", 
+            "rdfs:label": "PublicSwimmingPool"
+        }, 
+        {
+            "@id": "schema:season", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A season of a TV series.", 
+            "schema:range": "schema:TVSeason", 
+            "schema:domain": "schema:TVSeries", 
+            "rdfs:label": "season"
+        }, 
+        {
+            "@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:subClassOf": "schema:CreativeWork", 
+            "rdfs:label": "WebPage"
+        }, 
+        {
+            "@id": "schema:discusses", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Specifies the CreativeWork associated with the UserComment.", 
+            "schema:range": "schema:CreativeWork", 
+            "schema:domain": "schema:UserComments", 
+            "rdfs:label": "discusses"
+        }, 
+        {
+            "@id": "schema:printPage", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "If this NewsArticle appears in print, this field indicates the name of the page on which the article is found. Please note that this field is intended for the exact page name (e.g. A5, B18).", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:NewsArticle", 
+            "rdfs:label": "printPage"
+        }, 
+        {
+            "@id": "schema:contactPoints", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A contact point for a person or organization (legacy spelling; see singular form, contactPoint).", 
+            "schema:range": "schema:ContactPoint", 
+            "schema:domain": [
+                "schema:Person", 
+                "schema:Organization"
+            ], 
+            "rdfs:label": "contactPoints"
+        }, 
+        {
+            "@id": "schema:TVSeason", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A TV season.", 
+            "rdfs:subClassOf": "schema:CreativeWork", 
+            "rdfs:label": "TVSeason"
+        }, 
+        {
+            "@id": "schema:HinduTemple", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A Hindu temple.", 
+            "rdfs:subClassOf": "schema:PlaceOfWorship", 
+            "rdfs:label": "HinduTemple"
+        }, 
+        {
+            "@id": "schema:Florist", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A florist.", 
+            "rdfs:subClassOf": "schema:Store", 
+            "rdfs:label": "Florist"
+        }, 
+        {
+            "@id": "schema:DanceEvent", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Event type: A social dance.", 
+            "rdfs:subClassOf": "schema:Event", 
+            "rdfs:label": "DanceEvent"
+        }, 
+        {
+            "@id": "schema:copyrightHolder", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The party holding the legal copyright to the CreativeWork.", 
+            "schema:range": [
+                "schema:Person", 
+                "schema:Organization"
+            ], 
+            "schema:domain": "schema:CreativeWork", 
+            "rdfs:label": "copyrightHolder"
+        }, 
+        {
+            "@id": "schema:SearchResultsPage", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Web page type: Search results page.", 
+            "rdfs:subClassOf": "schema:WebPage", 
+            "rdfs:label": "SearchResultsPage"
+        }, 
+        {
+            "@id": "schema:numberOfPages", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The number of pages in the book.", 
+            "schema:range": "schema:Integer", 
+            "schema:domain": "schema:Book", 
+            "rdfs:label": "numberOfPages"
+        }, 
+        {
+            "@id": "schema:skills", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Skills required to fulfill this role.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:JobPosting", 
+            "rdfs:label": "skills"
+        }, 
+        {
+            "@id": "schema:PerformingGroup", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A performance group, such as a band, an orchestra, or a circus.", 
+            "rdfs:subClassOf": "schema:Organization", 
+            "rdfs:label": "PerformingGroup"
+        }, 
+        {
+            "@id": "schema:BookStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A bookstore.", 
+            "rdfs:subClassOf": "schema:Store", 
+            "rdfs:label": "BookStore"
+        }, 
+        {
+            "@id": "schema:featureList", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Features or modules provided by this application (and possibly required by other applications).", 
+            "schema:range": [
+                "schema:URL", 
+                "schema:Text"
+            ], 
+            "schema:domain": "schema:SoftwareApplication", 
+            "rdfs:label": "featureList"
+        }, 
+        {
+            "@id": "schema:url", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "URL of the item.", 
+            "schema:range": "schema:URL", 
+            "schema:domain": "schema:Thing", 
+            "rdfs:label": "url"
+        }, 
+        {
+            "@id": "schema:map", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A URL to a map of the place.", 
+            "schema:range": "schema:URL", 
+            "schema:domain": "schema:Place", 
+            "rdfs:label": "map"
+        }, 
+        {
+            "@id": "schema:AccountingService", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Accountancy business.", 
+            "rdfs:subClassOf": [
+                "schema:ProfessionalService", 
+                "schema:FinancialService"
+            ], 
+            "rdfs:label": "AccountingService"
+        }, 
+        {
+            "@id": "schema:datePublished", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Date of first broadcast/publication.", 
+            "schema:range": "schema:Date", 
+            "schema:domain": "schema:CreativeWork", 
+            "rdfs:label": "datePublished"
+        }, 
+        {
+            "@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:subClassOf": "schema:CreativeWork", 
+            "rdfs:label": "MediaObject"
+        }, 
+        {
+            "@id": "schema:Cemetery", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A graveyard.", 
+            "rdfs:subClassOf": "schema:CivicStructure", 
+            "rdfs:label": "Cemetery"
+        }, 
+        {
+            "@id": "schema:copyrightYear", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The year during which the claimed copyright for the CreativeWork was first asserted.", 
+            "schema:range": "schema:Number", 
+            "schema:domain": "schema:CreativeWork", 
+            "rdfs:label": "copyrightYear"
+        }, 
+        {
+            "@id": "schema:honorificPrefix", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "An honorific prefix preceding a Person's name such as Dr/Mrs/Mr.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:Person", 
+            "rdfs:label": "honorificPrefix"
+        }, 
+        {
+            "@id": "schema:Date", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A date value in ISO 8601 date format.", 
+            "rdfs:subClassOf": "schema:DataType", 
+            "rdfs:label": "Date"
+        }, 
+        {
+            "@id": "schema:blogPosts", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The postings that are part of this blog (legacy spelling; see singular form, blogPost).", 
+            "schema:range": "schema:BlogPosting", 
+            "schema:domain": "schema:Blog", 
+            "rdfs:label": "blogPosts"
+        }, 
+        {
+            "@id": "schema:UserPageVisits", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "User interaction: Visit to a web page.", 
+            "rdfs:subClassOf": "schema:UserInteraction", 
+            "rdfs:label": "UserPageVisits"
+        }, 
+        {
+            "@id": "schema:JobPosting", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A listing that describes a job opening in a certain organization.", 
+            "rdfs:subClassOf": "schema:Intangible", 
+            "rdfs:label": "JobPosting"
+        }, 
+        {
+            "@id": "schema:follows", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The most generic uni-directional social relation.", 
+            "schema:range": "schema:Person", 
+            "schema:domain": "schema:Person", 
+            "rdfs:label": "follows"
+        }, 
+        {
+            "@id": "schema:IceCreamShop", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An ice cream shop", 
+            "rdfs:subClassOf": "schema:FoodEstablishment", 
+            "rdfs:label": "IceCreamShop"
+        }, 
+        {
+            "@id": "schema:line", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A line is a point-to-point path consisting of two or more points. A line is expressed as a series of two or more point objects separated by space.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:GeoShape", 
+            "rdfs:label": "line"
+        }, 
+        {
+            "@id": "schema:MensClothingStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A men's clothing store.", 
+            "rdfs:subClassOf": "schema:Store", 
+            "rdfs:label": "MensClothingStore"
+        }, 
+        {
+            "@id": "schema:photos", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Photographs of this place (legacy spelling; see singular form, photo).", 
+            "schema:range": [
+                "schema:Photograph", 
+                "schema:ImageObject"
+            ], 
+            "schema:domain": "schema:Place", 
+            "rdfs:label": "photos"
+        }, 
+        {
+            "@id": "schema:currenciesAccepted", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The currency accepted (in ISO 4217 currency format).", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:LocalBusiness", 
+            "rdfs:label": "currenciesAccepted"
+        }, 
+        {
+            "@id": "schema:Notary", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A notary.", 
+            "rdfs:subClassOf": "schema:ProfessionalService", 
+            "rdfs:label": "Notary"
+        }, 
+        {
+            "@id": "schema:Book", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A book.", 
+            "rdfs:subClassOf": "schema:CreativeWork", 
+            "rdfs:label": "Book"
+        }, 
+        {
+            "@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:subClassOf": "schema:Intangible", 
+            "rdfs:label": "Language"
+        }, 
+        {
+            "@id": "schema:Optician", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An optician's store.", 
+            "rdfs:subClassOf": "schema:MedicalOrganization", 
+            "rdfs:label": "Optician"
+        }, 
+        {
+            "@id": "schema:MotorcycleDealer", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A motorcycle dealer.", 
+            "rdfs:subClassOf": "schema:AutomotiveBusiness", 
+            "rdfs:label": "MotorcycleDealer"
+        }, 
+        {
+            "@id": "schema:ingredients", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "An ingredient used in the recipe.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:Recipe", 
+            "rdfs:label": "ingredients"
+        }, 
+        {
+            "@id": "schema:MusicRecording", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A music recording (track), usually a single song.", 
+            "rdfs:subClassOf": "schema:CreativeWork", 
+            "rdfs:label": "MusicRecording"
+        }, 
+        {
+            "@id": "schema:trailer", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The trailer of the movie or TV series, season, or episode.", 
+            "schema:range": "schema:VideoObject", 
+            "schema:domain": [
+                "schema:TVSeason", 
+                "schema:Movie", 
+                "schema:TVSeries", 
+                "schema:TVEpisode"
+            ], 
+            "rdfs:label": "trailer"
+        }, 
+        {
+            "@id": "schema:occupationalCategory", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Category or categories describing the job. Use BLS O*NET-SOC taxonomy: http://www.onetcenter.org/taxonomy.html. Ideally includes textual label and formal code, with the property repeated for each applicable value.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:JobPosting", 
+            "rdfs:label": "occupationalCategory"
+        }, 
+        {
+            "@id": "schema:episode", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "An episode of a TV series or season.", 
+            "schema:range": "schema:TVEpisode", 
+            "schema:domain": [
+                "schema:TVSeason", 
+                "schema:TVSeries"
+            ], 
+            "rdfs:label": "episode"
+        }, 
+        {
+            "@id": "schema:NightClub", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A nightclub or discotheque.", 
+            "rdfs:subClassOf": "schema:EntertainmentBusiness", 
+            "rdfs:label": "NightClub"
+        }, 
+        {
+            "@id": "schema:TouristInformationCenter", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A tourist information center.", 
+            "rdfs:subClassOf": "schema:LocalBusiness", 
+            "rdfs:label": "TouristInformationCenter"
+        }, 
+        {
+            "@id": "schema:Library", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A library.", 
+            "rdfs:subClassOf": "schema:LocalBusiness", 
+            "rdfs:label": "Library"
+        }, 
+        {
+            "@id": "schema:elevation", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The elevation of a location.", 
+            "schema:range": [
+                "schema:Number", 
+                "schema:Text"
+            ], 
+            "schema:domain": [
+                "schema:GeoShape", 
+                "schema:GeoCoordinates"
+            ], 
+            "rdfs:label": "elevation"
+        }, 
+        {
+            "@id": "schema:specialCommitments", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Any special commitments associated with this job posting. Valid entries include VeteranCommit, MilitarySpouseCommit, etc.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:JobPosting", 
+            "rdfs:label": "specialCommitments"
+        }, 
+        {
+            "@id": "schema:Blog", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A blog", 
+            "rdfs:subClassOf": "schema:CreativeWork", 
+            "rdfs:label": "Blog"
+        }, 
+        {
+            "@id": "schema:Store", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A retail good store.", 
+            "rdfs:subClassOf": "schema:LocalBusiness", 
+            "rdfs:label": "Store"
+        }, 
+        {
+            "@id": "schema:cholesterolContent", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The number of milligrams of cholesterol.", 
+            "schema:range": "schema:Mass", 
+            "schema:domain": "schema:NutritionInformation", 
+            "rdfs:label": "cholesterolContent"
+        }, 
+        {
+            "@id": "schema:Brewery", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Brewery.", 
+            "rdfs:subClassOf": "schema:FoodEstablishment", 
+            "rdfs:label": "Brewery"
+        }, 
+        {
+            "@id": "schema:MusicEvent", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Event type: Music event.", 
+            "rdfs:subClassOf": "schema:Event", 
+            "rdfs:label": "MusicEvent"
+        }, 
+        {
+            "@id": "schema:RealEstateAgent", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A real-estate agent.", 
+            "rdfs:subClassOf": "schema:LocalBusiness", 
+            "rdfs:label": "RealEstateAgent"
+        }, 
+        {
+            "@id": "schema:datePosted", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Publication date for the job posting.", 
+            "schema:range": "schema:Date", 
+            "schema:domain": "schema:JobPosting", 
+            "rdfs:label": "datePosted"
+        }, 
+        {
+            "@id": "schema:image", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "URL of an image of the item.", 
+            "schema:range": "schema:URL", 
+            "schema:domain": "schema:Thing", 
+            "rdfs:label": "image"
+        }, 
+        {
+            "@id": "schema:endDate", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The end date and time of the event (in ISO 8601 date format).", 
+            "schema:range": "schema:Date", 
+            "schema:domain": [
+                "schema:Event", 
+                "schema:TVSeason", 
+                "schema:TVSeries"
+            ], 
+            "rdfs:label": "endDate"
+        }, 
+        {
+            "@id": "schema:EducationalOrganization", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An educational organization.", 
+            "rdfs:subClassOf": "schema:Organization", 
+            "rdfs:label": "EducationalOrganization"
+        }, 
+        {
+            "@id": "schema:HairSalon", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A hair salon.", 
+            "rdfs:subClassOf": "schema:HealthAndBeautyBusiness", 
+            "rdfs:label": "HairSalon"
+        }, 
+        {
+            "@id": "schema:EntertainmentBusiness", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A business providing entertainment.", 
+            "rdfs:subClassOf": "schema:LocalBusiness", 
+            "rdfs:label": "EntertainmentBusiness"
+        }, 
+        {
+            "@id": "schema:countriesNotSupported", 
+            "@type": "rdf: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.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:SoftwareApplication", 
+            "rdfs:label": "countriesNotSupported"
+        }, 
+        {
+            "@id": "schema:priceValidUntil", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The date after which the price is no longer available.", 
+            "schema:range": "schema:Date", 
+            "schema:domain": "schema:Offer", 
+            "rdfs:label": "priceValidUntil"
+        }, 
+        {
+            "@id": "schema:TheaterGroup", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A theater group or company—for example, the Royal Shakespeare Company or Druid Theatre.", 
+            "rdfs:subClassOf": "schema:PerformingGroup", 
+            "rdfs:label": "TheaterGroup"
+        }, 
+        {
+            "@id": "schema:NewsArticle", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A news article", 
+            "dcterm:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews", 
+            "rdfs:subClassOf": "schema:Article", 
+            "rdfs:label": "NewsArticle"
+        }, 
+        {
+            "@id": "schema:width", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The width of the media object.", 
+            "schema:range": "schema:Distance", 
+            "schema:domain": "schema:MediaObject", 
+            "rdfs:label": "width"
+        }, 
+        {
+            "@id": "schema:priceRange", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The price range of the business, for example $$$.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:LocalBusiness", 
+            "rdfs:label": "priceRange"
+        }, 
+        {
+            "@id": "schema:Aquarium", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Aquarium.", 
+            "rdfs:subClassOf": "schema:CivicStructure", 
+            "rdfs:label": "Aquarium"
+        }, 
+        {
+            "@id": "schema:memoryRequirements", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Minimum memory requirements.", 
+            "schema:range": [
+                "schema:URL", 
+                "schema:Text"
+            ], 
+            "schema:domain": "schema:SoftwareApplication", 
+            "rdfs:label": "memoryRequirements"
+        }, 
+        {
+            "@id": "schema:SelfStorage", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Self-storage facility.", 
+            "rdfs:subClassOf": "schema:LocalBusiness", 
+            "rdfs:label": "SelfStorage"
+        }, 
+        {
+            "@id": "schema:addressLocality", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The locality. For example, Mountain View.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:PostalAddress", 
+            "rdfs:label": "addressLocality"
+        }, 
+        {
+            "@id": "schema:MiddleSchool", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A middle school.", 
+            "rdfs:subClassOf": "schema:EducationalOrganization", 
+            "rdfs:label": "MiddleSchool"
+        }, 
+        {
+            "@id": "schema:requirements", 
+            "@type": "rdf: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).", 
+            "schema:range": [
+                "schema:URL", 
+                "schema:Text"
+            ], 
+            "schema:domain": "schema:SoftwareApplication", 
+            "rdfs:label": "requirements"
+        }, 
+        {
+            "@id": "schema:TravelAgency", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A travel agency.", 
+            "rdfs:subClassOf": "schema:LocalBusiness", 
+            "rdfs:label": "TravelAgency"
+        }, 
+        {
+            "@id": "schema:nationality", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Nationality of the person.", 
+            "schema:range": "schema:Country", 
+            "schema:domain": "schema:Person", 
+            "rdfs:label": "nationality"
+        }, 
+        {
+            "@id": "schema:bitrate", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The bitrate of the media object.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:MediaObject", 
+            "rdfs:label": "bitrate"
+        }, 
+        {
+            "@id": "schema:sugarContent", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The number of grams of sugar.", 
+            "schema:range": "schema:Mass", 
+            "schema:domain": "schema:NutritionInformation", 
+            "rdfs:label": "sugarContent"
+        }, 
+        {
+            "@id": "schema:Place", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Entities that have a somewhat fixed, physical extension.", 
+            "rdfs:subClassOf": "schema:Thing", 
+            "rdfs:label": "Place"
+        }, 
+        {
+            "@id": "schema:MusicPlaylist", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A collection of music tracks in playlist form.", 
+            "rdfs:subClassOf": "schema:CreativeWork", 
+            "rdfs:label": "MusicPlaylist"
+        }, 
+        {
+            "@id": "schema:genre", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Genre of the creative work", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:CreativeWork", 
+            "rdfs:label": "genre"
+        }, 
+        {
+            "@id": "schema:award", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "An award won by this person or for this creative work.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": [
+                "schema:CreativeWork", 
+                "schema:Person"
+            ], 
+            "rdfs:label": "award"
+        }, 
+        {
+            "@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:subClassOf": "schema:Quantity", 
+            "rdfs:label": "Distance"
+        }, 
+        {
+            "@id": "schema:colleague", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A colleague of the person.", 
+            "schema:range": "schema:Person", 
+            "schema:domain": "schema:Person", 
+            "rdfs:label": "colleague"
+        }, 
+        {
+            "@id": "schema:TouristAttraction", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A tourist attraction.", 
+            "rdfs:subClassOf": "schema:Place", 
+            "rdfs:label": "TouristAttraction"
+        }, 
+        {
+            "@id": "schema:AutoDealer", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An car dealership.", 
+            "rdfs:subClassOf": "schema:AutomotiveBusiness", 
+            "rdfs:label": "AutoDealer"
+        }, 
+        {
+            "@id": "schema:Event", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An event happening at a certain time at a certain location.", 
+            "rdfs:subClassOf": "schema:Thing", 
+            "rdfs:label": "Event"
+        }, 
+        {
+            "@id": "schema:TVSeries", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A television series.", 
+            "rdfs:subClassOf": "schema:CreativeWork", 
+            "rdfs:label": "TVSeries"
+        }, 
+        {
+            "@id": "schema:Float", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Data type: Floating number.", 
+            "rdfs:subClassOf": "schema:Number", 
+            "rdfs:label": "Float"
+        }, 
+        {
+            "@id": "schema:DataType", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "The basic data types such as Integers, Strings, etc.", 
+            "rdfs:label": "DataType"
+        }, 
+        {
+            "@id": "schema:inAlbum", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The album to which this recording belongs.", 
+            "schema:range": "schema:MusicAlbum", 
+            "schema:domain": "schema:MusicRecording", 
+            "rdfs:label": "inAlbum"
+        }, 
+        {
+            "@id": "schema:browserRequirements", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Specifies browser requirements in human-readable text. For example,\"requires HTML5 support\".", 
+            "schema:range": "schema:Text", 
+            "schema:domain": {
+                "@id": "schema:WebApplication", 
+                "@type": "rdfs:Class", 
+                "rdfs:comment": "Web applications.", 
+                "rdfs:subClassOf": "schema:SoftwareApplication", 
+                "rdfs:label": "WebApplication"
+            }, 
+            "rdfs:label": "browserRequirements"
+        }, 
+        {
+            "@id": "schema:DanceGroup", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A dance group—for example, the Alvin Ailey Dance Theater or Riverdance.", 
+            "rdfs:subClassOf": "schema:PerformingGroup", 
+            "rdfs:label": "DanceGroup"
+        }, 
+        {
+            "@id": "schema:Dentist", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A dentist.", 
+            "rdfs:subClassOf": [
+                "schema:ProfessionalService", 
+                "schema:MedicalOrganization"
+            ], 
+            "rdfs:label": "Dentist"
+        }, 
+        {
+            "@id": "schema:requiresSubscription", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Indicates if use of the media require a subscription  (either paid or free). Allowed values are yes or no.", 
+            "schema:range": "schema:Boolean", 
+            "schema:domain": "schema:MediaObject", 
+            "rdfs:label": "requiresSubscription"
+        }, 
+        {
+            "@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:subClassOf": [
+                "schema:Place", 
+                "schema:Organization"
+            ], 
+            "rdfs:label": "LocalBusiness"
+        }, 
+        {
+            "@id": "schema:numberOfEpisodes", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The number of episodes in this season or series.", 
+            "schema:range": "schema:Number", 
+            "schema:domain": [
+                "schema:TVSeason", 
+                "schema:TVSeries"
+            ], 
+            "rdfs:label": "numberOfEpisodes"
+        }, 
+        {
+            "@id": "schema:faxNumber", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The fax number.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": [
+                "schema:Place", 
+                "schema:Person", 
+                "schema:ContactPoint", 
+                "schema:Organization"
+            ], 
+            "rdfs:label": "faxNumber"
+        }, 
+        {
+            "@id": "schema:birthDate", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Date of birth.", 
+            "schema:range": "schema:Date", 
+            "schema:domain": "schema:Person", 
+            "rdfs:label": "birthDate"
+        }, 
+        {
+            "@id": "schema:recipeCuisine", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The cuisine of the recipe (for example, French or Ethopian).", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:Recipe", 
+            "rdfs:label": "recipeCuisine"
+        }, 
+        {
+            "@id": "schema:City", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A city or town.", 
+            "rdfs:subClassOf": "schema:AdministrativeArea", 
+            "rdfs:label": "City"
+        }, 
+        {
+            "@id": "schema:Mosque", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A mosque.", 
+            "rdfs:subClassOf": "schema:PlaceOfWorship", 
+            "rdfs:label": "Mosque"
+        }, 
+        {
+            "@id": "schema:GasStation", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A gas station.", 
+            "rdfs:subClassOf": "schema:AutomotiveBusiness", 
+            "rdfs:label": "GasStation"
+        }, 
+        {
+            "@id": "schema:UserBlocks", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "User interaction: Block this content.", 
+            "rdfs:subClassOf": "schema:UserInteraction", 
+            "rdfs:label": "UserBlocks"
+        }, 
+        {
+            "@id": "schema:dateCreated", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The date on which the CreativeWork was created.", 
+            "schema:range": "schema:Date", 
+            "schema:domain": "schema:CreativeWork", 
+            "rdfs:label": "dateCreated"
+        }, 
+        {
+            "@id": "schema:actors", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A cast member of the movie, TV series, season, or episode, or video. (legacy spelling; see singular form, actor)", 
+            "schema:range": "schema:Person", 
+            "schema:domain": [
+                "schema:Movie", 
+                "schema:TVSeries", 
+                "schema:TVEpisode"
+            ], 
+            "rdfs:label": "actors"
+        }, 
+        {
+            "@id": "schema:applicationSuite", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The name of the application suite to which the application belongs (e.g. Excel belongs to Office)", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:SoftwareApplication", 
+            "rdfs:label": "applicationSuite"
+        }, 
+        {
+            "@id": "schema:exifData", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "exif data for this object.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:ImageObject", 
+            "rdfs:label": "exifData"
+        }, 
+        {
+            "@id": "schema:streetAddress", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The street address. For example, 1600 Amphitheatre Pkwy.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:PostalAddress", 
+            "rdfs:label": "streetAddress"
+        }, 
+        {
+            "@id": "schema:homeLocation", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A contact location for a person's residence.", 
+            "schema:range": [
+                "schema:Place", 
+                "schema:ContactPoint"
+            ], 
+            "schema:domain": "schema:Person", 
+            "rdfs:label": "homeLocation"
+        }, 
+        {
+            "@id": "schema:AdministrativeArea", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A geographical region under the jurisdiction of a particular government.", 
+            "rdfs:subClassOf": "schema:Place", 
+            "rdfs:label": "AdministrativeArea"
+        }, 
+        {
+            "@id": "schema:author", 
+            "@type": "rdf: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.", 
+            "schema:range": [
+                "schema:Person", 
+                "schema:Organization"
+            ], 
+            "schema:domain": "schema:CreativeWork", 
+            "rdfs:label": "author"
+        }, 
+        {
+            "@id": "schema:branchOf", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The larger organization that this local business is a branch of, if any.", 
+            "schema:range": "schema:Organization", 
+            "schema:domain": "schema:LocalBusiness", 
+            "rdfs:label": "branchOf"
+        }, 
+        {
+            "@id": "schema:LakeBodyOfWater", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A lake (for example, Lake Pontrachain).", 
+            "rdfs:subClassOf": "schema:BodyOfWater", 
+            "rdfs:label": "LakeBodyOfWater"
+        }, 
+        {
+            "@id": "schema:interactionCount", 
+            "@type": "rdf:Property", 
+            "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:range": "schema:Text", 
+            "schema:domain": [
+                "schema:Place", 
+                "schema:CreativeWork", 
+                "schema:MediaObject", 
+                "schema:Organization", 
+                "schema:Person"
+            ], 
+            "rdfs:label": "interactionCount"
+        }, 
+        {
+            "@id": "schema:AdultEntertainment", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An adult entertainment establishment.", 
+            "rdfs:subClassOf": "schema:EntertainmentBusiness", 
+            "rdfs:label": "AdultEntertainment"
+        }, 
+        {
+            "@id": "schema:seller", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The seller of the product.", 
+            "schema:range": "schema:Organization", 
+            "schema:domain": "schema:Offer", 
+            "rdfs:label": "seller"
+        }, 
+        {
+            "@id": "schema:encodesCreativeWork", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The creative work encoded by this media object", 
+            "schema:range": "schema:CreativeWork", 
+            "schema:domain": "schema:MediaObject", 
+            "rdfs:label": "encodesCreativeWork"
+        }, 
+        {
+            "@id": "schema:title", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The title of the job.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:JobPosting", 
+            "rdfs:label": "title"
+        }, 
+        {
+            "@id": "schema:UserCheckins", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "User interaction: Check-in at a place.", 
+            "rdfs:subClassOf": "schema:UserInteraction", 
+            "rdfs:label": "UserCheckins"
+        }, 
+        {
+            "@id": "schema:contactPoint", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A contact point for a person or organization.", 
+            "schema:range": "schema:ContactPoint", 
+            "schema:domain": [
+                "schema:Person", 
+                "schema:Organization"
+            ], 
+            "rdfs:label": "contactPoint"
+        }, 
+        {
+            "@id": "schema:BusStop", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A bus stop.", 
+            "rdfs:subClassOf": "schema:CivicStructure", 
+            "rdfs:label": "BusStop"
+        }, 
+        {
+            "@id": "schema:servingSize", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The serving size, in terms of the number of volume or mass", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:NutritionInformation", 
+            "rdfs:label": "servingSize"
+        }, 
+        {
+            "@id": "schema:AutoRepair", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Car repair business.", 
+            "rdfs:subClassOf": "schema:AutomotiveBusiness", 
+            "rdfs:label": "AutoRepair"
+        }, 
+        {
+            "@id": "schema:UserComments", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "The UserInteraction event in which a user comments on an item.", 
+            "dcterm:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews", 
+            "rdfs:subClassOf": "schema:UserInteraction", 
+            "rdfs:label": "UserComments"
+        }, 
+        {
+            "@id": "schema:brand", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The brand of the product.", 
+            "schema:range": "schema:Organization", 
+            "schema:domain": "schema:Product", 
+            "rdfs:label": "brand"
+        }, 
+        {
+            "@id": "schema:DepartmentStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A department store.", 
+            "rdfs:subClassOf": "schema:Store", 
+            "rdfs:label": "DepartmentStore"
+        }, 
+        {
+            "@id": "schema:ProfilePage", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Web page type: Profile page.", 
+            "rdfs:subClassOf": "schema:WebPage", 
+            "rdfs:label": "ProfilePage"
+        }, 
+        {
+            "@id": "schema:WPSideBar", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A sidebar section of the page.", 
+            "rdfs:subClassOf": "schema:WebPageElement", 
+            "rdfs:label": "WPSideBar"
+        }, 
+        {
+            "@id": "schema:ExerciseGym", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A gym.", 
+            "rdfs:subClassOf": "schema:SportsActivityLocation", 
+            "rdfs:label": "ExerciseGym"
+        }, 
+        {
+            "@id": "schema:caption", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The caption for this object.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": [
+                "schema:VideoObject", 
+                "schema:ImageObject"
+            ], 
+            "rdfs:label": "caption"
+        }, 
+        {
+            "@id": "schema:reviews", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Review of the item (legacy spelling; see singular form, review).", 
+            "schema:range": "schema:Review", 
+            "schema:domain": [
+                "schema:Place", 
+                "schema:CreativeWork", 
+                "schema:Organization", 
+                "schema:Offer", 
+                "schema:Product"
+            ], 
+            "rdfs:label": "reviews"
+        }, 
+        {
+            "@id": "schema:storageRequirements", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Storage requirements (free space required).", 
+            "schema:range": [
+                "schema:URL", 
+                "schema:Text"
+            ], 
+            "schema:domain": "schema:SoftwareApplication", 
+            "rdfs:label": "storageRequirements"
+        }, 
+        {
+            "@id": "schema:commentTime", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The time at which the UserComment was made.", 
+            "schema:range": "schema:Date", 
+            "schema:domain": "schema:UserComments", 
+            "rdfs:label": "commentTime"
+        }, 
+        {
+            "@id": "schema:WholesaleStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A wholesale store.", 
+            "rdfs:subClassOf": "schema:Store", 
+            "rdfs:label": "WholesaleStore"
+        }, 
+        {
+            "@id": "schema:significantLinks", 
+            "@type": "rdf: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).", 
+            "schema:range": "schema:URL", 
+            "schema:domain": "schema:WebPage", 
+            "rdfs:label": "significantLinks"
+        }, 
+        {
+            "@id": "schema:ShoeStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A shoe store.", 
+            "rdfs:subClassOf": "schema:Store", 
+            "rdfs:label": "ShoeStore"
+        }, 
+        {
+            "@id": "schema:Comment", 
+            "@type": "rdfs:Class", 
+            "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", 
+            "rdfs:label": "Comment"
+        }, 
+        {
+            "@id": "schema:performers", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The main performer or performers of the event—for example, a presenter, musician, or actor (legacy spelling; see singular form, performer).", 
+            "schema:range": [
+                "schema:Person", 
+                "schema:Organization"
+            ], 
+            "schema:domain": "schema:Event", 
+            "rdfs:label": "performers"
+        }, 
+        {
+            "@id": "schema:Number", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Data type: Number.", 
+            "rdfs:subClassOf": "schema:DataType", 
+            "rdfs:label": "Number"
+        }, 
+        {
+            "@id": "schema:priceCurrency", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The currency (in 3-letter ISO 4217 format) of the offer price.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:Offer", 
+            "rdfs:label": "priceCurrency"
+        }, 
+        {
+            "@id": "schema:AutomatedTeller", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "ATM/cash machine.", 
+            "rdfs:subClassOf": "schema:FinancialService", 
+            "rdfs:label": "AutomatedTeller"
+        }, 
+        {
+            "@id": "schema:duration", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.", 
+            "schema:range": "schema:Duration", 
+            "schema:domain": [
+                "schema:Event", 
+                "schema:MediaObject", 
+                "schema:Movie", 
+                "schema:MusicRecording"
+            ], 
+            "rdfs:label": "duration"
+        }, 
+        {
+            "@id": "schema:HomeAndConstructionBusiness", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A construction business.", 
+            "rdfs:subClassOf": "schema:LocalBusiness", 
+            "rdfs:label": "HomeAndConstructionBusiness"
+        }, 
+        {
+            "@id": "schema:PetStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A pet store.", 
+            "rdfs:subClassOf": "schema:Store", 
+            "rdfs:label": "PetStore"
+        }, 
+        {
+            "@id": "schema:SkiResort", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A ski resort.", 
+            "rdfs:subClassOf": "schema:SportsActivityLocation", 
+            "rdfs:label": "SkiResort"
+        }, 
+        {
+            "@id": "schema:NGO", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Organization: Non-governmental Organization.", 
+            "rdfs:subClassOf": "schema:Organization", 
+            "rdfs:label": "NGO"
+        }, 
+        {
+            "@id": "schema:SportsActivityLocation", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A sports location, such as a playing field.", 
+            "rdfs:subClassOf": "schema:LocalBusiness", 
+            "rdfs:label": "SportsActivityLocation"
+        }, 
+        {
+            "@id": "schema:Canal", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A canal, like the Panama Canal", 
+            "rdfs:subClassOf": "schema:BodyOfWater", 
+            "rdfs:label": "Canal"
+        }, 
+        {
+            "@id": "schema:Museum", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A museum.", 
+            "rdfs:subClassOf": "schema:CivicStructure", 
+            "rdfs:label": "Museum"
+        }, 
+        {
+            "@id": "schema:editor", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Specifies the Person who edited the CreativeWork.", 
+            "schema:range": "schema:Person", 
+            "schema:domain": "schema:CreativeWork", 
+            "rdfs:label": "editor"
+        }, 
+        {
+            "@id": "schema:offers", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "An offer to sell this item—for example, an offer to sell a product, the DVD of a movie, or tickets to an event.", 
+            "schema:range": "schema:Offer", 
+            "schema:domain": [
+                "schema:Event", 
+                "schema:CreativeWork", 
+                "schema:MediaObject", 
+                "schema:Product"
+            ], 
+            "rdfs:label": "offers"
+        }, 
+        {
+            "@id": "schema:musicGroupMember", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A member of the music group—for example, John, Paul, George, or Ringo.", 
+            "schema:range": "schema:Person", 
+            "schema:domain": "schema:MusicGroup", 
+            "rdfs:label": "musicGroupMember"
+        }, 
+        {
+            "@id": "schema:ImageObject", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An image file.", 
+            "rdfs:subClassOf": "schema:MediaObject", 
+            "rdfs:label": "ImageObject"
+        }, 
+        {
+            "@id": "schema:honorificSuffix", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "An honorific suffix preceding a Person's name such as M.D. /PhD/MSCSW.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:Person", 
+            "rdfs:label": "honorificSuffix"
+        }, 
+        {
+            "@id": "schema:discussionUrl", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A link to the page containing the comments of the CreativeWork.", 
+            "schema:range": "schema:URL", 
+            "schema:domain": "schema:CreativeWork", 
+            "rdfs:label": "discussionUrl"
+        }, 
+        {
+            "@id": "schema:PostalAddress", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "The mailing address.", 
+            "rdfs:subClassOf": "schema:ContactPoint", 
+            "rdfs:label": "PostalAddress"
+        }, 
+        {
+            "@id": "schema:TrainStation", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A train station.", 
+            "rdfs:subClassOf": "schema:CivicStructure", 
+            "rdfs:label": "TrainStation"
+        }, 
+        {
+            "@id": "schema:SocialEvent", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Event type: Social event.", 
+            "rdfs:subClassOf": "schema:Event", 
+            "rdfs:label": "SocialEvent"
+        }, 
+        {
+            "@id": "schema:parent", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A parent of this person.", 
+            "schema:range": "schema:Person", 
+            "schema:domain": "schema:Person", 
+            "rdfs:label": "parent"
+        }, 
+        {
+            "@id": "schema:track", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A music recording (track)—usually a single song.", 
+            "schema:range": "schema:MusicRecording", 
+            "schema:domain": [
+                "schema:MusicGroup", 
+                "schema:MusicPlaylist"
+            ], 
+            "rdfs:label": "track"
+        }, 
+        {
+            "@id": "schema:familyName", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Family name. In the U.S., the last name of an Person. This can be used along with givenName instead of the Name property.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:Person", 
+            "rdfs:label": "familyName"
+        }, 
+        {
+            "@id": "schema:totalTime", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The total time it takes to prepare and cook the recipe, in ISO 8601 duration format.", 
+            "schema:range": "schema:Duration", 
+            "schema:domain": "schema:Recipe", 
+            "rdfs:label": "totalTime"
+        }, 
+        {
+            "@id": "schema:knows", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The most generic bi-directional social/work relation.", 
+            "schema:range": "schema:Person", 
+            "schema:domain": "schema:Person", 
+            "rdfs:label": "knows"
+        }, 
+        {
+            "@id": "schema:givenName", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Given name. In the U.S., the first name of a Person. This can be used along with familyName instead of the Name property.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:Person", 
+            "rdfs:label": "givenName"
+        }, 
+        {
+            "@id": "schema:Pond", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A pond", 
+            "rdfs:subClassOf": "schema:BodyOfWater", 
+            "rdfs:label": "Pond"
+        }, 
+        {
+            "@id": "schema:LiquorStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A liquor store.", 
+            "rdfs:subClassOf": "schema:Store", 
+            "rdfs:label": "LiquorStore"
+        }, 
+        {
+            "@id": "schema:LiteraryEvent", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Event type: Literary event.", 
+            "rdfs:subClassOf": "schema:Event", 
+            "rdfs:label": "LiteraryEvent"
+        }, 
+        {
+            "@id": "schema:DefenceEstablishment", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A defence establishment, such as an army or navy base.", 
+            "rdfs:subClassOf": "schema:GovernmentBuilding", 
+            "rdfs:label": "DefenceEstablishment"
+        }, 
+        {
+            "@id": "schema:SportsClub", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A sports club.", 
+            "rdfs:subClassOf": "schema:SportsActivityLocation", 
+            "rdfs:label": "SportsClub"
+        }, 
+        {
+            "@id": "schema:sibling", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A sibling of the person.", 
+            "schema:range": "schema:Person", 
+            "schema:domain": "schema:Person", 
+            "rdfs:label": "sibling"
+        }, 
+        {
+            "@id": "schema:SportsEvent", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Event type: Sports event.", 
+            "rdfs:subClassOf": "schema:Event", 
+            "rdfs:label": "SportsEvent"
+        }, 
+        {
+            "@id": "schema:representativeOfPage", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Indicates whether this image is representative of the content of the page.", 
+            "schema:range": "schema:Boolean", 
+            "schema:domain": "schema:ImageObject", 
+            "rdfs:label": "representativeOfPage"
+        }, 
+        {
+            "@id": "schema:hiringOrganization", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Organization offering the job position.", 
+            "schema:range": "schema:Organization", 
+            "schema:domain": "schema:JobPosting", 
+            "rdfs:label": "hiringOrganization"
+        }, 
+        {
+            "@id": "schema:installUrl", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "URL at which the app may be installed, if different from the URL of the item.", 
+            "schema:range": "schema:URL", 
+            "schema:domain": "schema:SoftwareApplication", 
+            "rdfs:label": "installUrl"
+        }, 
+        {
+            "@id": "schema:CollegeOrUniversity", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A college, university, or other third-level educational institution.", 
+            "rdfs:subClassOf": "schema:EducationalOrganization", 
+            "rdfs:label": "CollegeOrUniversity"
+        }, 
+        {
+            "@id": "schema:articleBody", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The actual body of the article.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:Article", 
+            "rdfs:label": "articleBody"
+        }, 
+        {
+            "@id": "schema:alumni", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Alumni of educational organization.", 
+            "schema:range": "schema:Person", 
+            "schema:domain": "schema:EducationalOrganization", 
+            "rdfs:label": "alumni"
+        }, 
+        {
+            "@id": "schema:BikeStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A bike store.", 
+            "rdfs:subClassOf": "schema:Store", 
+            "rdfs:label": "BikeStore"
+        }, 
+        {
+            "@id": "schema:TheaterEvent", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Event type: Theater performance.", 
+            "rdfs:subClassOf": "schema:Event", 
+            "rdfs:label": "TheaterEvent"
+        }, 
+        {
+            "@id": "schema:member", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A member of this organization.", 
+            "schema:range": [
+                "schema:Person", 
+                "schema:Organization"
+            ], 
+            "schema:domain": "schema:Organization", 
+            "rdfs:label": "member"
+        }, 
+        {
+            "@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.", 
+            "dcterm:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews", 
+            "rdfs:subClassOf": "schema:CreativeWork", 
+            "rdfs:label": "Article"
+        }, 
+        {
+            "@id": "schema:worksFor", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Organizations that the person works for.", 
+            "schema:range": "schema:Organization", 
+            "schema:domain": "schema:Person", 
+            "rdfs:label": "worksFor"
+        }, 
+        {
+            "@id": "schema:PoliceStation", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A police station.", 
+            "rdfs:subClassOf": [
+                "schema:CivicStructure", 
+                "schema:EmergencyService"
+            ], 
+            "rdfs:label": "PoliceStation"
+        }, 
+        {
+            "@id": "schema:UserTweets", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "User interaction: Tweets.", 
+            "rdfs:subClassOf": "schema:UserInteraction", 
+            "rdfs:label": "UserTweets"
+        }, 
+        {
+            "@id": "schema:replyToUrl", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The URL at which a reply may be posted to the specified UserComment.", 
+            "schema:range": "schema:URL", 
+            "schema:domain": "schema:UserComments", 
+            "rdfs:label": "replyToUrl"
+        }, 
+        {
+            "@id": "schema:episodeNumber", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The episode number.", 
+            "schema:range": "schema:Number", 
+            "schema:domain": "schema:TVEpisode", 
+            "rdfs:label": "episodeNumber"
+        }, 
+        {
+            "@id": "schema:album", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A music album.", 
+            "schema:range": "schema:MusicAlbum", 
+            "schema:domain": "schema:MusicGroup", 
+            "rdfs:label": "album"
+        }, 
+        {
+            "@id": "schema:softwareVersion", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Version of the software instance.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:SoftwareApplication", 
+            "rdfs:label": "softwareVersion"
+        }, 
+        {
+            "@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:subClassOf": "schema:Place", 
+            "rdfs:label": "Landform"
+        }, 
+        {
+            "@id": "schema:ChildCare", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A Childcare center.", 
+            "rdfs:subClassOf": "schema:LocalBusiness", 
+            "rdfs:label": "ChildCare"
+        }, 
+        {
+            "@id": "schema:BeautySalon", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Beauty salon.", 
+            "rdfs:subClassOf": "schema:HealthAndBeautyBusiness", 
+            "rdfs:label": "BeautySalon"
+        }, 
+        {
+            "@id": "schema:nutrition", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Nutrition information about the recipe.", 
+            "schema:range": "schema:NutritionInformation", 
+            "schema:domain": "schema:Recipe", 
+            "rdfs:label": "nutrition"
+        }, 
+        {
+            "@id": "schema:expires", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Date the content expires and is no longer useful or available. Useful for videos.", 
+            "schema:range": "schema:Date", 
+            "schema:domain": "schema:MediaObject", 
+            "rdfs:label": "expires"
+        }, 
+        {
+            "@id": "schema:bestRating", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The highest value allowed in this rating system. If bestRating is omitted, 5 is assumed.", 
+            "schema:range": [
+                "schema:Number", 
+                "schema:Text"
+            ], 
+            "schema:domain": "schema:Rating", 
+            "rdfs:label": "bestRating"
+        }, 
+        {
+            "@id": "schema:Casino", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A casino.", 
+            "rdfs:subClassOf": "schema:EntertainmentBusiness", 
+            "rdfs:label": "Casino"
+        }, 
+        {
+            "@id": "schema:Photograph", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A photograph.", 
+            "rdfs:subClassOf": "schema:CreativeWork", 
+            "rdfs:label": "Photograph"
+        }, 
+        {
+            "@id": "schema:industry", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The industry associated with the job position.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:JobPosting", 
+            "rdfs:label": "industry"
+        }, 
+        {
+            "@id": "schema:BusStation", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A bus station.", 
+            "rdfs:subClassOf": "schema:CivicStructure", 
+            "rdfs:label": "BusStation"
+        }, 
+        {
+            "@id": "schema:Locksmith", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A locksmith.", 
+            "rdfs:subClassOf": [
+                "schema:HomeAndConstructionBusiness", 
+                "schema:ProfessionalService"
+            ], 
+            "rdfs:label": "Locksmith"
+        }, 
+        {
+            "@id": "schema:ParkingFacility", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A parking lot or other parking facility.", 
+            "rdfs:subClassOf": "schema:CivicStructure", 
+            "rdfs:label": "ParkingFacility"
+        }, 
+        {
+            "@id": "schema:name", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The name of the item.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:Thing", 
+            "rdfs:label": "name"
+        }, 
+        {
+            "@id": "schema:fileFormat", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "MIME format of the binary (e.g. application/zip).", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:SoftwareApplication", 
+            "rdfs:label": "fileFormat"
+        }, 
+        {
+            "@id": "schema:productID", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The product identifier, such as ISBN. For example: <meta itemprop='productID' content='isbn:123-456-789'/>.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:Product", 
+            "rdfs:label": "productID"
+        }, 
+        {
+            "@id": "schema:HighSchool", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A high school.", 
+            "rdfs:subClassOf": "schema:EducationalOrganization", 
+            "rdfs:label": "HighSchool"
+        }, 
+        {
+            "@id": "schema:contributor", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A secondary contributor to the CreativeWork.", 
+            "schema:range": [
+                "schema:Person", 
+                "schema:Organization"
+            ], 
+            "schema:domain": "schema:CreativeWork", 
+            "rdfs:label": "contributor"
+        }, 
+        {
+            "@id": "schema:contactType", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:ContactPoint", 
+            "rdfs:label": "contactType"
+        }, 
+        {
+            "@id": "schema:workLocation", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A contact location for a person's place of work.", 
+            "schema:range": [
+                "schema:Place", 
+                "schema:ContactPoint"
+            ], 
+            "schema:domain": "schema:Person", 
+            "rdfs:label": "workLocation"
+        }, 
+        {
+            "@id": "schema:AutomotiveBusiness", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Car repair, sales, or parts.", 
+            "rdfs:subClassOf": "schema:LocalBusiness", 
+            "rdfs:label": "AutomotiveBusiness"
+        }, 
+        {
+            "@id": "schema:Pharmacy", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A pharmacy or drugstore.", 
+            "rdfs:subClassOf": "schema:MedicalOrganization", 
+            "rdfs:label": "Pharmacy"
+        }, 
+        {
+            "@id": "schema:comment", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Comments, typically from users, on this CreativeWork.", 
+            "schema:range": "schema:UserComments", 
+            "schema:domain": "schema:CreativeWork", 
+            "rdfs:label": "comment"
+        }, 
+        {
+            "@id": "schema:performer", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A performer at the event—for example, a presenter, musician, musical group or actor.", 
+            "schema:range": [
+                "schema:Person", 
+                "schema:Organization"
+            ], 
+            "schema:domain": "schema:Event", 
+            "rdfs:label": "performer"
+        }, 
+        {
+            "@id": "schema:GeoCoordinates", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "The geographic coordinates of a place or event.", 
+            "rdfs:subClassOf": "schema:StructuredValue", 
+            "rdfs:label": "GeoCoordinates"
+        }, 
+        {
+            "@id": "schema:transFatContent", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The number of grams of trans fat.", 
+            "schema:range": "schema:Mass", 
+            "schema:domain": "schema:NutritionInformation", 
+            "rdfs:label": "transFatContent"
+        }, 
+        {
+            "@id": "schema:MusicVenue", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A music venue.", 
+            "rdfs:subClassOf": "schema:CivicStructure", 
+            "rdfs:label": "MusicVenue"
+        }, 
+        {
+            "@id": "schema:ImageGallery", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Web page type: Image gallery page.", 
+            "rdfs:subClassOf": "schema:CollectionPage", 
+            "rdfs:label": "ImageGallery"
+        }, 
+        {
+            "@id": "schema:UserDownloads", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "User interaction: Download of an item.", 
+            "rdfs:subClassOf": "schema:UserInteraction", 
+            "rdfs:label": "UserDownloads"
+        }, 
+        {
+            "@id": "schema:employee", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Someone working for this organization.", 
+            "schema:range": "schema:Person", 
+            "schema:domain": "schema:Organization", 
+            "rdfs:label": "employee"
+        }, 
+        {
+            "@id": "schema:MedicalOrganization", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A medical organization, such as a doctor's office or clinic.", 
+            "rdfs:subClassOf": "schema:LocalBusiness", 
+            "rdfs:label": "MedicalOrganization"
+        }, 
+        {
+            "@id": "schema:FireStation", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A fire station. With firemen.", 
+            "rdfs:subClassOf": [
+                "schema:CivicStructure", 
+                "schema:EmergencyService"
+            ], 
+            "rdfs:label": "FireStation"
+        }, 
+        {
+            "@id": "schema:BowlingAlley", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A bowling alley.", 
+            "rdfs:subClassOf": "schema:SportsActivityLocation", 
+            "rdfs:label": "BowlingAlley"
+        }, 
+        {
+            "@id": "schema:OceanBodyOfWater", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An ocean (for example, the Pacific).", 
+            "rdfs:subClassOf": "schema:BodyOfWater", 
+            "rdfs:label": "OceanBodyOfWater"
+        }, 
+        {
+            "@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:subClassOf": "schema:Thing", 
+            "rdfs:label": "Product"
+        }, 
+        {
+            "@id": "schema:InternetCafe", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An internet cafe.", 
+            "rdfs:subClassOf": "schema:LocalBusiness", 
+            "rdfs:label": "InternetCafe"
+        }, 
+        {
+            "@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:subClassOf": "schema:Intangible", 
+            "rdfs:label": "Offer"
+        }, 
+        {
+            "@id": "schema:PawnShop", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A pawnstore.", 
+            "rdfs:subClassOf": "schema:Store", 
+            "rdfs:label": "PawnShop"
+        }, 
+        {
+            "@id": "schema:articleSection", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Articles may belong to one or more 'sections' in a magazine or newspaper, such as Sports, Lifestyle, etc.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:Article", 
+            "rdfs:label": "articleSection"
+        }, 
+        {
+            "@id": "schema:MobilePhoneStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A mobile-phone store.", 
+            "rdfs:subClassOf": "schema:Store", 
+            "rdfs:label": "MobilePhoneStore"
+        }, 
+        {
+            "@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:subClassOf": "schema:PerformingGroup", 
+            "rdfs:label": "MusicGroup"
+        }, 
+        {
+            "@id": "schema:workHours", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The typical working hours for this job (e.g. 1st shift, night shift, 8am-5pm).", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:JobPosting", 
+            "rdfs:label": "workHours"
+        }, 
+        {
+            "@id": "schema:CatholicChurch", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A Catholic church.", 
+            "rdfs:subClassOf": "schema:PlaceOfWorship", 
+            "rdfs:label": "CatholicChurch"
+        }, 
+        {
+            "@id": "schema:fileSize", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Size of the application / package (e.g. 18MB). In the absence of a unit (MB, KB etc.), KB will be assumed.", 
+            "schema:range": "schema:Integer", 
+            "schema:domain": "schema:SoftwareApplication", 
+            "rdfs:label": "fileSize"
+        }, 
+        {
+            "@id": "schema:significantLink", 
+            "@type": "rdf: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.", 
+            "schema:range": "schema:URL", 
+            "schema:domain": "schema:WebPage", 
+            "rdfs:label": "significantLink"
+        }, 
+        {
+            "@id": "schema:containedIn", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The basic containment relation between places.", 
+            "schema:range": "schema:Place", 
+            "schema:domain": "schema:Place", 
+            "rdfs:label": "containedIn"
+        }, 
+        {
+            "@id": "schema:printColumn", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The number of the column in which the NewsArticle appears in the print edition.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:NewsArticle", 
+            "rdfs:label": "printColumn"
+        }, 
+        {
+            "@id": "schema:experienceRequirements", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Description of skills and experience needed for the position.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:JobPosting", 
+            "rdfs:label": "experienceRequirements"
+        }, 
+        {
+            "@id": "schema:BarOrPub", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A bar or pub.", 
+            "rdfs:subClassOf": "schema:FoodEstablishment", 
+            "rdfs:label": "BarOrPub"
+        }, 
+        {
+            "@id": "schema:inLanguage", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The language of the content. please use one of the language codes from the IETF BCP 47 standard.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:CreativeWork", 
+            "rdfs:label": "inLanguage"
+        }, 
+        {
+            "@id": "schema:AmusementPark", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An amusement park.", 
+            "rdfs:subClassOf": "schema:EntertainmentBusiness", 
+            "rdfs:label": "AmusementPark"
+        }, 
+        {
+            "@id": "schema:ClothingStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A clothing store.", 
+            "rdfs:subClassOf": "schema:Store", 
+            "rdfs:label": "ClothingStore"
+        }, 
+        {
+            "@id": "schema:WPAdBlock", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An advertising section of the page.", 
+            "rdfs:subClassOf": "schema:WebPageElement", 
+            "rdfs:label": "WPAdBlock"
+        }, 
+        {
+            "@id": "schema:TaxiStand", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A taxi stand.", 
+            "rdfs:subClassOf": "schema:CivicStructure", 
+            "rdfs:label": "TaxiStand"
+        }, 
+        {
+            "@id": "schema:publisher", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The publisher of the creative work.", 
+            "schema:range": "schema:Organization", 
+            "schema:domain": "schema:CreativeWork", 
+            "rdfs:label": "publisher"
+        }, 
+        {
+            "@id": "schema:HVACBusiness", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An HVAC service.", 
+            "rdfs:subClassOf": "schema:HomeAndConstructionBusiness", 
+            "rdfs:label": "HVACBusiness"
+        }, 
+        {
+            "@id": "schema:thumbnailUrl", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A thumbnail image relevant to the Thing.", 
+            "schema:range": "schema:URL", 
+            "schema:domain": "schema:CreativeWork", 
+            "rdfs:label": "thumbnailUrl"
+        }, 
+        {
+            "@id": "schema:State", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A state or province.", 
+            "rdfs:subClassOf": "schema:AdministrativeArea", 
+            "rdfs:label": "State"
+        }, 
+        {
+            "@id": "schema:Playground", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A playground.", 
+            "rdfs:subClassOf": "schema:CivicStructure", 
+            "rdfs:label": "Playground"
+        }, 
+        {
+            "@id": "schema:relatedTo", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The most generic familial relation.", 
+            "schema:range": "schema:Person", 
+            "schema:domain": "schema:Person", 
+            "rdfs:label": "relatedTo"
+        }, 
+        {
+            "@id": "schema:Motel", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A motel.", 
+            "rdfs:subClassOf": "schema:LodgingBusiness", 
+            "rdfs:label": "Motel"
+        }, 
+        {
+            "@id": "schema:text", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The textual content of this CreativeWork.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:CreativeWork", 
+            "rdfs:label": "text"
+        }, 
+        {
+            "@id": "schema:AggregateRating", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "The average rating based on multiple ratings or reviews.", 
+            "rdfs:subClassOf": "schema:Rating", 
+            "rdfs:label": "AggregateRating"
+        }, 
+        {
+            "@id": "schema:parents", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A parents of the person (legacy spelling; see singular form, parent).", 
+            "schema:range": "schema:Person", 
+            "schema:domain": "schema:Person", 
+            "rdfs:label": "parents"
+        }, 
+        {
+            "@id": "schema:applicationSubCategory", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Subcategory of the application, e.g. \"Arcade Game\".", 
+            "schema:range": [
+                "schema:URL", 
+                "schema:Text"
+            ], 
+            "schema:domain": "schema:SoftwareApplication", 
+            "rdfs:label": "applicationSubCategory"
+        }, 
+        {
+            "@id": "schema:dateline", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The location where the NewsArticle was produced.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:NewsArticle", 
+            "rdfs:label": "dateline"
+        }, 
+        {
+            "@id": "schema:headline", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Headline of the article", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:CreativeWork", 
+            "rdfs:label": "headline"
+        }, 
+        {
+            "@id": "schema:BusinessEvent", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Event type: Business event.", 
+            "rdfs:subClassOf": "schema:Event", 
+            "rdfs:label": "BusinessEvent"
+        }, 
+        {
+            "@id": "schema:Winery", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A winery.", 
+            "rdfs:subClassOf": "schema:FoodEstablishment", 
+            "rdfs:label": "Winery"
+        }, 
+        {
+            "@id": "schema:awards", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Awards won by this person or for this creative work. (legacy spelling; see singular form, award)", 
+            "schema:range": "schema:Text", 
+            "schema:domain": [
+                "schema:CreativeWork", 
+                "schema:Person"
+            ], 
+            "rdfs:label": "awards"
+        }, 
+        {
+            "@id": "schema:Airport", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An airport.", 
+            "rdfs:subClassOf": "schema:CivicStructure", 
+            "rdfs:label": "Airport"
+        }, 
+        {
+            "@id": "schema:DaySpa", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A day spa.", 
+            "rdfs:subClassOf": "schema:HealthAndBeautyBusiness", 
+            "rdfs:label": "DaySpa"
+        }, 
+        {
+            "@id": "schema:reviewRating", 
+            "@type": "rdf:Property", 
+            "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.", 
+            "schema:range": "schema:Rating", 
+            "schema:domain": "schema:Review", 
+            "rdfs:label": "reviewRating"
+        }, 
+        {
+            "@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:subClassOf": "schema:CreativeWork", 
+            "rdfs:label": "ItemList"
+        }, 
+        {
+            "@id": "schema:regionsAllowed", 
+            "@type": "rdf: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 ISO 3166 format.", 
+            "schema:range": "schema:Place", 
+            "schema:domain": "schema:MediaObject", 
+            "rdfs:label": "regionsAllowed"
+        }, 
+        {
+            "@id": "schema:jobTitle", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The job title of the person (for example, Financial Manager).", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:Person", 
+            "rdfs:label": "jobTitle"
+        }, 
+        {
+            "@id": "schema:incentives", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Description of bonus and commission compensation aspects of the job.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:JobPosting", 
+            "rdfs:label": "incentives"
+        }, 
+        {
+            "@id": "schema:screenshot", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A link to a screenshot image of the app.", 
+            "schema:range": [
+                "schema:URL", 
+                "schema:ImageObject"
+            ], 
+            "schema:domain": "schema:SoftwareApplication", 
+            "rdfs:label": "screenshot"
+        }, 
+        {
+            "@id": "schema:paymentAccepted", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Cash, credit card, etc.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:LocalBusiness", 
+            "rdfs:label": "paymentAccepted"
+        }, 
+        {
+            "@id": "schema:seasonNumber", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The season number.", 
+            "schema:range": "schema:Integer", 
+            "schema:domain": "schema:TVSeason", 
+            "rdfs:label": "seasonNumber"
+        }, 
+        {
+            "@id": "schema:Embassy", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An embassy.", 
+            "rdfs:subClassOf": "schema:GovernmentBuilding", 
+            "rdfs:label": "Embassy"
+        }, 
+        {
+            "@id": "schema:Continent", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "One of the continents (for example, Europe or Africa).", 
+            "rdfs:subClassOf": "schema:Landform", 
+            "rdfs:label": "Continent"
+        }, 
+        {
+            "@id": "schema:OutletStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An outlet store.", 
+            "rdfs:subClassOf": "schema:Store", 
+            "rdfs:label": "OutletStore"
+        }, 
+        {
+            "@id": "schema:longitude", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The longitude of a location. For example -122.08585.", 
+            "schema:range": [
+                "schema:Number", 
+                "schema:Text"
+            ], 
+            "schema:domain": "schema:GeoCoordinates", 
+            "rdfs:label": "longitude"
+        }, 
+        {
+            "@id": "schema:LodgingBusiness", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A lodging business, such as a motel, hotel, or inn.", 
+            "rdfs:subClassOf": "schema:LocalBusiness", 
+            "rdfs:label": "LodgingBusiness"
+        }, 
+        {
+            "@id": "schema:proteinContent", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The number of grams of protein.", 
+            "schema:range": "schema:Mass", 
+            "schema:domain": "schema:NutritionInformation", 
+            "rdfs:label": "proteinContent"
+        }, 
+        {
+            "@id": "schema:worstRating", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The lowest value allowed in this rating system. If worstRating is omitted, 1 is assumed.", 
+            "schema:range": [
+                "schema:Number", 
+                "schema:Text"
+            ], 
+            "schema:domain": "schema:Rating", 
+            "rdfs:label": "worstRating"
+        }, 
+        {
+            "@id": "schema:RecyclingCenter", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A recycling center.", 
+            "rdfs:subClassOf": "schema:LocalBusiness", 
+            "rdfs:label": "RecyclingCenter"
+        }, 
+        {
+            "@id": "schema:TVEpisode", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An episode of a TV series or season.", 
+            "rdfs:subClassOf": "schema:CreativeWork", 
+            "rdfs:label": "TVEpisode"
+        }, 
+        {
+            "@id": "schema:episodes", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The episode of a TV series or season (legacy spelling; see singular form, episode).", 
+            "schema:range": "schema:TVEpisode", 
+            "schema:domain": [
+                "schema:TVSeason", 
+                "schema:TVSeries"
+            ], 
+            "rdfs:label": "episodes"
+        }, 
+        {
+            "@id": "schema:video", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "An embedded video object.", 
+            "schema:range": "schema:VideoObject", 
+            "schema:domain": "schema:CreativeWork", 
+            "rdfs:label": "video"
+        }, 
+        {
+            "@id": "schema:RiverBodyOfWater", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A river (for example, the broad majestic Shannon).", 
+            "rdfs:subClassOf": "schema:BodyOfWater", 
+            "rdfs:label": "RiverBodyOfWater"
+        }, 
+        {
+            "@id": "schema:Festival", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Event type: Festival.", 
+            "rdfs:subClassOf": "schema:Event", 
+            "rdfs:label": "Festival"
+        }, 
+        {
+            "@id": "schema:foundingDate", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The date that this organization was founded.", 
+            "schema:range": "schema:Date", 
+            "schema:domain": "schema:Organization", 
+            "rdfs:label": "foundingDate"
+        }, 
+        {
+            "@id": "schema:videoQuality", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The quality of the video.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:VideoObject", 
+            "rdfs:label": "videoQuality"
+        }, 
+        {
+            "@id": "schema:sodiumContent", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The number of milligrams of sodium.", 
+            "schema:range": "schema:Mass", 
+            "schema:domain": "schema:NutritionInformation", 
+            "rdfs:label": "sodiumContent"
+        }, 
+        {
+            "@id": "schema:alternativeHeadline", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A secondary title of the CreativeWork.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:CreativeWork", 
+            "rdfs:label": "alternativeHeadline"
+        }, 
+        {
+            "@id": "schema:menu", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Either the actual menu or a URL of the menu.", 
+            "schema:range": [
+                "schema:URL", 
+                "schema:Text"
+            ], 
+            "schema:domain": "schema:FoodEstablishment", 
+            "rdfs:label": "menu"
+        }, 
+        {
+            "@id": "schema:educationRequirements", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Educational background needed for the position.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:JobPosting", 
+            "rdfs:label": "educationRequirements"
+        }, 
+        {
+            "@id": "schema:ShoppingCenter", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A shopping center or mall.", 
+            "rdfs:subClassOf": "schema:LocalBusiness", 
+            "rdfs:label": "ShoppingCenter"
+        }, 
+        {
+            "@id": "schema:VideoGallery", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Web page type: Video gallery page.", 
+            "rdfs:subClassOf": "schema:CollectionPage", 
+            "rdfs:label": "VideoGallery"
+        }, 
+        {
+            "@id": "schema:itemCondition", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The condition of the item for sale—for example New, Refurbished, Used, etc.", 
+            "schema:range": {
+                "@id": "schema:OfferItemCondition", 
+                "@type": "rdfs:Class", 
+                "rdfs:comment": "A list of possible conditions for the item for sale.", 
+                "rdfs:subClassOf": "schema:Enumeration", 
+                "rdfs:label": "OfferItemCondition"
+            }, 
+            "schema:domain": "schema:Offer", 
+            "rdfs:label": "itemCondition"
+        }, 
+        {
+            "@id": "schema:price", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The offer price of the product.", 
+            "schema:range": [
+                "schema:Number", 
+                "schema:Text"
+            ], 
+            "schema:domain": "schema:Offer", 
+            "rdfs:label": "price"
+        }, 
+        {
+            "@id": "schema:geo", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The geo coordinates of the place.", 
+            "schema:range": [
+                "schema:GeoShape", 
+                "schema:GeoCoordinates"
+            ], 
+            "schema:domain": "schema:Place", 
+            "rdfs:label": "geo"
+        }, 
+        {
+            "@id": "schema:URL", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Data type: URL.", 
+            "rdfs:subClassOf": "schema:Text", 
+            "rdfs:label": "URL"
+        }, 
+        {
+            "@id": "schema:tracks", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A music recording (track)—usually a single song (legacy spelling; see singular form, track).", 
+            "schema:range": "schema:MusicRecording", 
+            "schema:domain": [
+                "schema:MusicGroup", 
+                "schema:MusicPlaylist"
+            ], 
+            "rdfs:label": "tracks"
+        }, 
+        {
+            "@id": "schema:Table", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A table on the page.", 
+            "rdfs:subClassOf": "schema:WebPageElement", 
+            "rdfs:label": "Table"
+        }, 
+        {
+            "@id": "schema:Boolean", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Boolean: True or False.", 
+            "rdfs:subClassOf": "schema:DataType", 
+            "rdfs:label": "Boolean"
+        }, 
+        {
+            "@id": "schema:SportingGoodsStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A sporting goods store.", 
+            "rdfs:subClassOf": "schema:Store", 
+            "rdfs:label": "SportingGoodsStore"
+        }, 
+        {
+            "@id": "schema:downloadUrl", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "If the file can be downloaded, URL to download the binary.", 
+            "schema:range": "schema:URL", 
+            "schema:domain": "schema:SoftwareApplication", 
+            "rdfs:label": "downloadUrl"
+        }, 
+        {
+            "@id": "schema:MedicalClinic", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A medical clinic.", 
+            "rdfs:subClassOf": "schema:MedicalOrganization", 
+            "rdfs:label": "MedicalClinic"
+        }, 
+        {
+            "@id": "schema:ComedyClub", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A comedy club.", 
+            "rdfs:subClassOf": "schema:EntertainmentBusiness", 
+            "rdfs:label": "ComedyClub"
+        }, 
+        {
+            "@id": "schema:cookTime", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The time it takes to actually cook the dish, in ISO 8601 duration format.", 
+            "schema:range": "schema:Duration", 
+            "schema:domain": "schema:Recipe", 
+            "rdfs:label": "cookTime"
+        }, 
+        {
+            "@id": "schema:playerType", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Player type required—for example, Flash or Silverlight.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:MediaObject", 
+            "rdfs:label": "playerType"
+        }, 
+        {
+            "@id": "schema:colleagues", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A colleague of the person (legacy spelling; see singular form, colleague).", 
+            "schema:range": "schema:Person", 
+            "schema:domain": "schema:Person", 
+            "rdfs:label": "colleagues"
+        }, 
+        {
+            "@id": "schema:salaryCurrency", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The currency (coded using ISO 4217, http://en.wikipedia.org/wiki/ISO_4217 used for the main salary information in this job posting.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:JobPosting", 
+            "rdfs:label": "salaryCurrency"
+        }, 
+        {
+            "@id": "schema:StructuredValue", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Structured values are strings—for example, addresses—that have certain constraints on their structure.", 
+            "rdfs:subClassOf": "schema:Intangible", 
+            "rdfs:label": "StructuredValue"
+        }, 
+        {
+            "@id": "schema:GovernmentOrganization", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A governmental organization or agency.", 
+            "rdfs:subClassOf": "schema:Organization", 
+            "rdfs:label": "GovernmentOrganization"
+        }, 
+        {
+            "@id": "schema:affiliation", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "An organization that this person is affiliated with. For example, a school/university, a club, or a team.", 
+            "schema:range": "schema:Organization", 
+            "schema:domain": "schema:Person", 
+            "rdfs:label": "affiliation"
+        }, 
+        {
+            "@id": "schema:employmentType", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Type of employment (e.g. full-time, part-time, contract, temporary, seasonal, internship).", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:JobPosting", 
+            "rdfs:label": "employmentType"
+        }, 
+        {
+            "@id": "schema:creator", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The creator/author of this CreativeWork or UserComments. This is the same as the Author property for CreativeWork.", 
+            "schema:range": [
+                "schema:Person", 
+                "schema:Organization"
+            ], 
+            "schema:domain": [
+                "schema:CreativeWork", 
+                "schema:UserComments"
+            ], 
+            "rdfs:label": "creator"
+        }, 
+        {
+            "@id": "schema:founder", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A person who founded this organization.", 
+            "schema:range": "schema:Person", 
+            "schema:domain": "schema:Organization", 
+            "rdfs:label": "founder"
+        }, 
+        {
+            "@id": "schema:Synagogue", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A synagogue.", 
+            "rdfs:subClassOf": "schema:PlaceOfWorship", 
+            "rdfs:label": "Synagogue"
+        }, 
+        {
+            "@id": "schema:TireShop", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A tire shop.", 
+            "rdfs:subClassOf": "schema:Store", 
+            "rdfs:label": "TireShop"
+        }, 
+        {
+            "@id": "schema:latitude", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The latitude of a location. For example 37.42242.", 
+            "schema:range": [
+                "schema:Number", 
+                "schema:Text"
+            ], 
+            "schema:domain": "schema:GeoCoordinates", 
+            "rdfs:label": "latitude"
+        }, 
+        {
+            "@id": "schema:itemReviewed", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The item that is being reviewed/rated.", 
+            "schema:range": "schema:Thing", 
+            "schema:domain": [
+                "schema:AggregateRating", 
+                "schema:Review"
+            ], 
+            "rdfs:label": "itemReviewed"
+        }, 
+        {
+            "@id": "schema:Waterfall", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A waterfall, like Niagara", 
+            "rdfs:subClassOf": "schema:BodyOfWater", 
+            "rdfs:label": "Waterfall"
+        }, 
+        {
+            "@id": "schema:EmploymentAgency", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An employment agency.", 
+            "rdfs:subClassOf": "schema:LocalBusiness", 
+            "rdfs:label": "EmploymentAgency"
+        }, 
+        {
+            "@id": "schema:Hotel", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A hotel.", 
+            "rdfs:subClassOf": "schema:LodgingBusiness", 
+            "rdfs:label": "Hotel"
+        }, 
+        {
+            "@id": "schema:HealthClub", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A health club.", 
+            "rdfs:subClassOf": [
+                "schema:SportsActivityLocation", 
+                "schema:HealthAndBeautyBusiness"
+            ], 
+            "rdfs:label": "HealthClub"
+        }, 
+        {
+            "@id": "schema:AutoWash", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A car wash business.", 
+            "rdfs:subClassOf": "schema:AutomotiveBusiness", 
+            "rdfs:label": "AutoWash"
+        }, 
+        {
+            "@id": "schema:OfficeEquipmentStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An office equipment store.", 
+            "rdfs:subClassOf": "schema:Store", 
+            "rdfs:label": "OfficeEquipmentStore"
+        }, 
+        {
+            "@id": "schema:attendees", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A person attending the event (legacy spelling; see singular form, attendee).", 
+            "schema:range": [
+                "schema:Person", 
+                "schema:Organization"
+            ], 
+            "schema:domain": "schema:Event", 
+            "rdfs:label": "attendees"
+        }, 
+        {
+            "@id": "schema:members", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A member of this organization (legacy spelling; see singular form, member).", 
+            "schema:range": [
+                "schema:Person", 
+                "schema:Organization"
+            ], 
+            "schema:domain": "schema:Organization", 
+            "rdfs:label": "members"
+        }, 
+        {
+            "@id": "schema:FastFoodRestaurant", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A fast-food restaurant.", 
+            "rdfs:subClassOf": "schema:FoodEstablishment", 
+            "rdfs:label": "FastFoodRestaurant"
+        }, 
+        {
+            "@id": "schema:audio", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "An embedded audio object.", 
+            "schema:range": "schema:AudioObject", 
+            "schema:domain": "schema:CreativeWork", 
+            "rdfs:label": "audio"
+        }, 
+        {
+            "@id": "schema:manufacturer", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The manufacturer of the product.", 
+            "schema:range": "schema:Organization", 
+            "schema:domain": "schema:Product", 
+            "rdfs:label": "manufacturer"
+        }, 
+        {
+            "@id": "schema:AutoPartsStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An auto parts store.", 
+            "rdfs:subClassOf": [
+                "schema:Store", 
+                "schema:AutomotiveBusiness"
+            ], 
+            "rdfs:label": "AutoPartsStore"
+        }, 
+        {
+            "@id": "schema:Painting", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A painting.", 
+            "rdfs:subClassOf": "schema:CreativeWork", 
+            "rdfs:label": "Painting"
+        }, 
+        {
+            "@id": "schema:cookingMethod", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The method of cooking, such as Frying, Steaming, ...", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:Recipe", 
+            "rdfs:label": "cookingMethod"
+        }, 
+        {
+            "@id": "schema:uploadDate", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Date when this media object was uploaded to this site.", 
+            "schema:range": "schema:Date", 
+            "schema:domain": "schema:MediaObject", 
+            "rdfs:label": "uploadDate"
+        }, 
+        {
+            "@id": "schema:spouse", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The person's spouse.", 
+            "schema:range": "schema:Person", 
+            "schema:domain": "schema:Person", 
+            "rdfs:label": "spouse"
+        }, 
+        {
+            "@id": "schema:countriesSupported", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Countries for which the application is supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:SoftwareApplication", 
+            "rdfs:label": "countriesSupported"
+        }, 
+        {
+            "@id": "schema:Restaurant", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A restaurant.", 
+            "rdfs:subClassOf": "schema:FoodEstablishment", 
+            "rdfs:label": "Restaurant"
+        }, 
+        {
+            "@id": "schema:attendee", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A person or organization attending the event.", 
+            "schema:range": [
+                "schema:Person", 
+                "schema:Organization"
+            ], 
+            "schema:domain": "schema:Event", 
+            "rdfs:label": "attendee"
+        }, 
+        {
+            "@id": "schema:EmergencyService", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An emergency service, such as a fire station or ER.", 
+            "rdfs:subClassOf": "schema:LocalBusiness", 
+            "rdfs:label": "EmergencyService"
+        }, 
+        {
+            "@id": "schema:MotorcycleRepair", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A motorcycle repair shop.", 
+            "rdfs:subClassOf": "schema:AutomotiveBusiness", 
+            "rdfs:label": "MotorcycleRepair"
+        }, 
+        {
+            "@id": "schema:model", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The model of the product.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:Product", 
+            "rdfs:label": "model"
+        }, 
+        {
+            "@id": "schema:children", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A child of the person.", 
+            "schema:range": "schema:Person", 
+            "schema:domain": "schema:Person", 
+            "rdfs:label": "children"
+        }, 
+        {
+            "@id": "schema:DryCleaningOrLaundry", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A dry-cleaning business.", 
+            "rdfs:subClassOf": "schema:LocalBusiness", 
+            "rdfs:label": "DryCleaningOrLaundry"
+        }, 
+        {
+            "@id": "schema:ratingValue", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The rating for the content.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:Rating", 
+            "rdfs:label": "ratingValue"
+        }, 
+        {
+            "@id": "schema:FurnitureStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A furniture store.", 
+            "rdfs:subClassOf": "schema:Store", 
+            "rdfs:label": "FurnitureStore"
+        }, 
+        {
+            "@id": "schema:Church", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A church.", 
+            "rdfs:subClassOf": "schema:PlaceOfWorship", 
+            "rdfs:label": "Church"
+        }, 
+        {
+            "@id": "schema:primaryImageOfPage", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Indicates the main image on the page", 
+            "schema:range": "schema:ImageObject", 
+            "schema:domain": "schema:WebPage", 
+            "rdfs:label": "primaryImageOfPage"
+        }, 
+        {
+            "@id": "schema:availability", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The availability of this item—for example In stock, Out of stock, Pre-order, etc.", 
+            "schema:range": {
+                "@id": "schema:ItemAvailability", 
+                "@type": "rdfs:Class", 
+                "rdfs:comment": "A list of possible product availablity options.", 
+                "rdfs:subClassOf": "schema:Enumeration", 
+                "rdfs:label": "ItemAvailability"
+            }, 
+            "schema:domain": "schema:Offer", 
+            "rdfs:label": "availability"
+        }, 
+        {
+            "@id": "schema:SoftwareApplication", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A software application.", 
+            "rdfs:subClassOf": "schema:CreativeWork", 
+            "rdfs:label": "SoftwareApplication"
+        }, 
+        {
+            "@id": "schema:applicationCategory", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Type of software application, e.g. \"Game, Multimedia\".", 
+            "schema:range": [
+                "schema:URL", 
+                "schema:Text"
+            ], 
+            "schema:domain": "schema:SoftwareApplication", 
+            "rdfs:label": "applicationCategory"
+        }, 
+        {
+            "@id": "schema:Zoo", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A zoo.", 
+            "rdfs:subClassOf": "schema:CivicStructure", 
+            "rdfs:label": "Zoo"
+        }, 
+        {
+            "@id": "schema:siblings", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A sibling of the person (legacy spelling; see singular form, sibling).", 
+            "schema:range": "schema:Person", 
+            "schema:domain": "schema:Person", 
+            "rdfs:label": "siblings"
+        }, 
+        {
+            "@id": "schema:postalCode", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The postal code. For example, 94043.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:PostalAddress", 
+            "rdfs:label": "postalCode"
+        }, 
+        {
+            "@id": "schema:Integer", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Data type: Integer.", 
+            "rdfs:subClassOf": "schema:Number", 
+            "rdfs:label": "Integer"
+        }, 
+        {
+            "@id": "schema:contentRating", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Official rating of a piece of content—for example,'MPAA PG-13'.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:CreativeWork", 
+            "rdfs:label": "contentRating"
+        }, 
+        {
+            "@id": "schema:WPFooter", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "The footer section of the page.", 
+            "rdfs:subClassOf": "schema:WebPageElement", 
+            "rdfs:label": "WPFooter"
+        }, 
+        {
+            "@id": "schema:JewelryStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A jewelry store.", 
+            "rdfs:subClassOf": "schema:Store", 
+            "rdfs:label": "JewelryStore"
+        }, 
+        {
+            "@id": "schema:InsuranceAgency", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Insurance agency.", 
+            "rdfs:subClassOf": "schema:FinancialService", 
+            "rdfs:label": "InsuranceAgency"
+        }, 
+        {
+            "@id": "schema:GardenStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A garden store.", 
+            "rdfs:subClassOf": "schema:Store", 
+            "rdfs:label": "GardenStore"
+        }, 
+        {
+            "@id": "schema:baseSalary", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The base salary of the job.", 
+            "schema:range": "schema:Number", 
+            "schema:domain": "schema:JobPosting", 
+            "rdfs:label": "baseSalary"
+        }, 
+        {
+            "@id": "schema:LandmarksOrHistoricalBuildings", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An historical landmark or building.", 
+            "rdfs:subClassOf": "schema:Place", 
+            "rdfs:label": "LandmarksOrHistoricalBuildings"
+        }, 
+        {
+            "@id": "schema:device", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Device required to run the application. Used in cases where a specific make/model is required to run the application.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:SoftwareApplication", 
+            "rdfs:label": "device"
+        }, 
+        {
+            "@id": "schema:Plumber", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A plumbing service.", 
+            "rdfs:subClassOf": [
+                "schema:HomeAndConstructionBusiness", 
+                "schema:ProfessionalService"
+            ], 
+            "rdfs:label": "Plumber"
+        }, 
+        {
+            "@id": "schema:GeoShape", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "The geographic shape of a place.", 
+            "dcterm:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews", 
+            "rdfs:subClassOf": "schema:StructuredValue", 
+            "rdfs:label": "GeoShape"
+        }, 
+        {
+            "@id": "schema:description", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A short description of the item.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:Thing", 
+            "rdfs:label": "description"
+        }, 
+        {
+            "@id": "schema:subEvents", 
+            "@type": "rdf: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).", 
+            "schema:range": "schema:Event", 
+            "schema:domain": "schema:Event", 
+            "rdfs:label": "subEvents"
+        }, 
+        {
+            "@id": "schema:AudioObject", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An audio file.", 
+            "dcterm:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews", 
+            "rdfs:subClassOf": "schema:MediaObject", 
+            "rdfs:label": "AudioObject"
+        }, 
+        {
+            "@id": "schema:ConvenienceStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A convenience store.", 
+            "rdfs:subClassOf": "schema:Store", 
+            "rdfs:label": "ConvenienceStore"
+        }, 
+        {
+            "@id": "schema:SeaBodyOfWater", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A sea (for example, the Caspian sea).", 
+            "rdfs:subClassOf": "schema:BodyOfWater", 
+            "rdfs:label": "SeaBodyOfWater"
+        }, 
+        {
+            "@id": "schema:WPHeader", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "The header section of the page.", 
+            "rdfs:subClassOf": "schema:WebPageElement", 
+            "rdfs:label": "WPHeader"
+        }, 
+        {
+            "@id": "schema:memberOf", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "An organization to which the person belongs.", 
+            "schema:range": "schema:Organization", 
+            "schema:domain": "schema:Person", 
+            "rdfs:label": "memberOf"
+        }, 
+        {
+            "@id": "schema:ArtGallery", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An art gallery.", 
+            "rdfs:subClassOf": "schema:EntertainmentBusiness", 
+            "rdfs:label": "ArtGallery"
+        }, 
+        {
+            "@id": "schema:illustrator", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The illustrator of the book.", 
+            "schema:range": "schema:Person", 
+            "schema:domain": "schema:Book", 
+            "rdfs:label": "illustrator"
+        }, 
+        {
+            "@id": "schema:gender", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Gender of the person.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:Person", 
+            "rdfs:label": "gender"
+        }, 
+        {
+            "@id": "schema:box", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more spacedelimited points where the first and final points are identical.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:GeoShape", 
+            "rdfs:label": "box"
+        }, 
+        {
+            "@id": "schema:event", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Upcoming or past event associated with this place or organization.", 
+            "schema:range": "schema:Event", 
+            "schema:domain": [
+                "schema:Place", 
+                "schema:Organization"
+            ], 
+            "rdfs:label": "event"
+        }, 
+        {
+            "@id": "schema:TattooParlor", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A tattoo parlor.", 
+            "rdfs:subClassOf": "schema:HealthAndBeautyBusiness", 
+            "rdfs:label": "TattooParlor"
+        }, 
+        {
+            "@id": "schema:Movie", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A movie.", 
+            "rdfs:subClassOf": "schema:CreativeWork", 
+            "rdfs:label": "Movie"
+        }, 
+        {
+            "@id": "schema:reviewBody", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The actual body of the review", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:Review", 
+            "rdfs:label": "reviewBody"
+        }, 
+        {
+            "@id": "schema:addressCountry", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code.", 
+            "schema:range": "schema:Country", 
+            "schema:domain": "schema:PostalAddress", 
+            "rdfs:label": "addressCountry"
+        }, 
+        {
+            "@id": "schema:byArtist", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The artist that performed this album or recording.", 
+            "schema:range": "schema:MusicGroup", 
+            "schema:domain": [
+                "schema:MusicRecording", 
+                "schema:MusicAlbum"
+            ], 
+            "rdfs:label": "byArtist"
+        }, 
+        {
+            "@id": "schema:Preschool", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A preschool.", 
+            "rdfs:subClassOf": "schema:EducationalOrganization", 
+            "rdfs:label": "Preschool"
+        }, 
+        {
+            "@id": "schema:PlaceOfWorship", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Place of worship, such as a church, synagogue, or mosque.", 
+            "rdfs:subClassOf": "schema:CivicStructure", 
+            "rdfs:label": "PlaceOfWorship"
+        }, 
+        {
+            "@id": "schema:events", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Upcoming or past events associated with this place or organization (legacy spelling; see singular form, event).", 
+            "schema:range": "schema:Event", 
+            "schema:domain": [
+                "schema:Place", 
+                "schema:Organization"
+            ], 
+            "rdfs:label": "events"
+        }, 
+        {
+            "@id": "schema:CreativeWork", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "The most generic kind of creative work, including books, movies, photographs, software programs, etc.", 
+            "dcterm:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews", 
+            "rdfs:subClassOf": "schema:Thing", 
+            "rdfs:label": "CreativeWork"
+        }, 
+        {
+            "@id": "schema:printEdition", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The edition of the print product in which the NewsArticle appears.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:NewsArticle", 
+            "rdfs:label": "printEdition"
+        }, 
+        {
+            "@id": "schema:AutoRental", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A car rental business.", 
+            "rdfs:subClassOf": "schema:AutomotiveBusiness", 
+            "rdfs:label": "AutoRental"
+        }, 
+        {
+            "@id": "schema:additionalName", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "An additional name for a Person, can be used for a middle name.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:Person", 
+            "rdfs:label": "additionalName"
+        }, 
+        {
+            "@id": "schema:address", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Physical address of the item.", 
+            "schema:range": "schema:PostalAddress", 
+            "schema:domain": [
+                "schema:Place", 
+                "schema:Person", 
+                "schema:Organization"
+            ], 
+            "rdfs:label": "address"
+        }, 
+        {
+            "@id": "schema:AutoBodyShop", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Auto body shop.", 
+            "rdfs:subClassOf": "schema:AutomotiveBusiness", 
+            "rdfs:label": "AutoBodyShop"
+        }, 
+        {
+            "@id": "schema:Volcano", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A volcano, like Fuji san", 
+            "rdfs:subClassOf": "schema:Landform", 
+            "rdfs:label": "Volcano"
+        }, 
+        {
+            "@id": "schema:HomeGoodsStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A home goods store.", 
+            "rdfs:subClassOf": "schema:Store", 
+            "rdfs:label": "HomeGoodsStore"
+        }, 
+        {
+            "@id": "schema:SportsTeam", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Organization: Sports team.", 
+            "rdfs:subClassOf": "schema:Organization", 
+            "rdfs:label": "SportsTeam"
+        }, 
+        {
+            "@id": "schema:School", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A school.", 
+            "rdfs:subClassOf": "schema:EducationalOrganization", 
+            "rdfs:label": "School"
+        }, 
+        {
+            "@id": "schema:TelevisionStation", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A television station.", 
+            "rdfs:subClassOf": "schema:LocalBusiness", 
+            "rdfs:label": "TelevisionStation"
+        }, 
+        {
+            "@id": "schema:encodingFormat", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "mp3, mpeg4, etc.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:MediaObject", 
+            "rdfs:label": "encodingFormat"
+        }, 
+        {
+            "@id": "schema:reviewCount", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The count of total number of reviews.", 
+            "schema:range": "schema:Number", 
+            "schema:domain": "schema:AggregateRating", 
+            "rdfs:label": "reviewCount"
+        }, 
+        {
+            "@id": "schema:contentUrl", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Actual bytes of the media object, for example the image file or video file. (previous spelling: contentURL)", 
+            "schema:range": "schema:URL", 
+            "schema:domain": "schema:MediaObject", 
+            "rdfs:label": "contentUrl"
+        }, 
+        {
+            "@id": "schema:UserLikes", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "User interaction: Like an item.", 
+            "rdfs:subClassOf": "schema:UserInteraction", 
+            "rdfs:label": "UserLikes"
+        }, 
+        {
+            "@id": "schema:UserInteraction", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A user interacting with a page", 
+            "rdfs:subClassOf": "schema:Event", 
+            "rdfs:label": "UserInteraction"
+        }, 
+        {
+            "@id": "schema:partOfTVSeries", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The TV series to which this episode or season belongs.", 
+            "schema:range": "schema:TVSeries", 
+            "schema:domain": [
+                "schema:TVSeason", 
+                "schema:TVEpisode"
+            ], 
+            "rdfs:label": "partOfTVSeries"
+        }, 
+        {
+            "@id": "schema:CafeOrCoffeeShop", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A cafe or coffee shop.", 
+            "rdfs:subClassOf": "schema:FoodEstablishment", 
+            "rdfs:label": "CafeOrCoffeeShop"
+        }, 
+        {
+            "@id": "schema:itemListElement", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A single list item.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:ItemList", 
+            "rdfs:label": "itemListElement"
+        }, 
+        {
+            "@id": "schema:Text", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Data type: Text.", 
+            "rdfs:subClassOf": "schema:DataType", 
+            "rdfs:label": "Text"
+        }, 
+        {
+            "@id": "schema:unsaturatedFatContent", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The number of grams of unsaturated fat.", 
+            "schema:range": "schema:Mass", 
+            "schema:domain": "schema:NutritionInformation", 
+            "rdfs:label": "unsaturatedFatContent"
+        }, 
+        {
+            "@id": "schema:about", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The subject matter of the content.", 
+            "schema:range": "schema:Thing", 
+            "schema:domain": "schema:CreativeWork", 
+            "rdfs:label": "about"
+        }, 
+        {
+            "@id": "schema:ProfessionalService", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Provider of professional services.", 
+            "rdfs:subClassOf": "schema:LocalBusiness", 
+            "rdfs:label": "ProfessionalService"
+        }, 
+        {
+            "@id": "schema:Recipe", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A recipe.", 
+            "rdfs:subClassOf": "schema:CreativeWork", 
+            "rdfs:label": "Recipe"
+        }, 
+        {
+            "@id": "schema:BuddhistTemple", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A Buddhist temple.", 
+            "rdfs:subClassOf": "schema:PlaceOfWorship", 
+            "rdfs:label": "BuddhistTemple"
+        }, 
+        {
+            "@id": "schema:associatedMedia", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The media objects that encode this creative work. This property is a synonym for encodings.", 
+            "schema:range": "schema:MediaObject", 
+            "schema:domain": "schema:CreativeWork", 
+            "rdfs:label": "associatedMedia"
+        }, 
+        {
+            "@id": "schema:Beach", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Beach.", 
+            "rdfs:subClassOf": "schema:CivicStructure", 
+            "rdfs:label": "Beach"
+        }, 
+        {
+            "@id": "schema:ratingCount", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The count of total number of ratings.", 
+            "schema:range": "schema:Number", 
+            "schema:domain": "schema:AggregateRating", 
+            "rdfs:label": "ratingCount"
+        }, 
+        {
+            "@id": "schema:responsibilities", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Responsibilities associated with this role.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:JobPosting", 
+            "rdfs:label": "responsibilities"
+        }, 
+        {
+            "@id": "schema:Park", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A park.", 
+            "rdfs:subClassOf": "schema:CivicStructure", 
+            "rdfs:label": "Park"
+        }, 
+        {
+            "@id": "schema:offerCount", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The number of offers for the product.", 
+            "schema:range": "schema:Integer", 
+            "schema:domain": "schema:AggregateOffer", 
+            "rdfs:label": "offerCount"
+        }, 
+        {
+            "@id": "schema:UserPlays", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "User interaction: Play count of an item, for example a video or a song.", 
+            "rdfs:subClassOf": "schema:UserInteraction", 
+            "rdfs:label": "UserPlays"
+        }, 
+        {
+            "@id": "schema:isbn", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The ISBN of the book.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:Book", 
+            "rdfs:label": "isbn"
+        }, 
+        {
+            "@id": "schema:FoodEvent", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Event type: Food event.", 
+            "rdfs:subClassOf": "schema:Event", 
+            "rdfs:label": "FoodEvent"
+        }, 
+        {
+            "@id": "schema:thumbnail", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Thumbnail image for an image or video.", 
+            "schema:range": "schema:ImageObject", 
+            "schema:domain": [
+                "schema:VideoObject", 
+                "schema:ImageObject"
+            ], 
+            "rdfs:label": "thumbnail"
+        }, 
+        {
+            "@id": "schema:BodyOfWater", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A body of water, such as a sea, ocean, or lake.", 
+            "rdfs:subClassOf": "schema:Landform", 
+            "rdfs:label": "BodyOfWater"
+        }, 
+        {
+            "@id": "schema:circle", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A circle is the circular region of a specified radius centered at a specified latitude and longitude. A circle is expressed as a pair followed by a radius in meters.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:GeoShape", 
+            "rdfs:label": "circle"
+        }, 
+        {
+            "@id": "schema:GroceryStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A grocery store.", 
+            "rdfs:subClassOf": "schema:Store", 
+            "rdfs:label": "GroceryStore"
+        }, 
+        {
+            "@id": "schema:AboutPage", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Web page type: About page.", 
+            "rdfs:subClassOf": "schema:WebPage", 
+            "rdfs:label": "AboutPage"
+        }, 
+        {
+            "@id": "schema:MusicVideoObject", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A music video file.", 
+            "rdfs:subClassOf": "schema:MediaObject", 
+            "rdfs:label": "MusicVideoObject"
+        }, 
+        {
+            "@id": "schema:review", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A review of the item.", 
+            "schema:range": "schema:Review", 
+            "schema:domain": [
+                "schema:Place", 
+                "schema:CreativeWork", 
+                "schema:Organization", 
+                "schema:Offer", 
+                "schema:Product"
+            ], 
+            "rdfs:label": "review"
+        }, 
+        {
+            "@id": "schema:performerIn", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Event that this person is a performer or participant in.", 
+            "schema:range": "schema:Event", 
+            "schema:domain": "schema:Person", 
+            "rdfs:label": "performerIn"
+        }, 
+        {
+            "@id": "schema:SaleEvent", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Event type: Sales event.", 
+            "rdfs:subClassOf": "schema:Event", 
+            "rdfs:label": "SaleEvent"
+        }, 
+        {
+            "@id": "schema:acceptsReservations", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Either Yes/No, or a URL at which reservations can be made.", 
+            "schema:range": [
+                "schema:URL", 
+                "schema:Text"
+            ], 
+            "schema:domain": "schema:FoodEstablishment", 
+            "rdfs:label": "acceptsReservations"
+        }, 
+        {
+            "@id": "schema:sourceOrganization", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The Organization on whose behalf the creator was working.", 
+            "schema:range": "schema:Organization", 
+            "schema:domain": "schema:CreativeWork", 
+            "rdfs:label": "sourceOrganization"
+        }, 
+        {
+            "@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:subClassOf": "schema:Intangible", 
+            "rdfs:label": "Quantity"
+        }, 
+        {
+            "@id": "schema:tickerSymbol", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The exchange traded instrument associated with a Corporation object. The tickerSymbol is expressed as an exchange and an instrument name separated by a space character. For the exchange component of the tickerSymbol attribute, we reccommend using the controlled vocaulary of Market Identifier Codes (MIC) specified in ISO15022.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": {
+                "@id": "schema:Corporation", 
+                "@type": "rdfs:Class", 
+                "rdfs:comment": "Organization: A business corporation.", 
+                "dcterm:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews", 
+                "rdfs:subClassOf": "schema:Organization", 
+                "rdfs:label": "Corporation"
+            }, 
+            "rdfs:label": "tickerSymbol"
+        }, 
+        {
+            "@id": "schema:Sculpture", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A piece of sculpture.", 
+            "rdfs:subClassOf": "schema:CreativeWork", 
+            "rdfs:label": "Sculpture"
+        }, 
+        {
+            "@id": "schema:BankOrCreditUnion", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Bank or credit union.", 
+            "rdfs:subClassOf": "schema:FinancialService", 
+            "rdfs:label": "BankOrCreditUnion"
+        }, 
+        {
+            "@id": "schema:RadioStation", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A radio station.", 
+            "rdfs:subClassOf": "schema:LocalBusiness", 
+            "rdfs:label": "RadioStation"
+        }, 
+        {
+            "@id": "schema:MovingCompany", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A moving company.", 
+            "rdfs:subClassOf": "schema:HomeAndConstructionBusiness", 
+            "rdfs:label": "MovingCompany"
+        }, 
+        {
+            "@id": "schema:ComputerStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A computer store.", 
+            "rdfs:subClassOf": "schema:Store", 
+            "rdfs:label": "ComputerStore"
+        }, 
+        {
+            "@id": "schema:openingHours", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The opening hours for a business. Opening hours can be specified as a weekly time range, starting with days, then times per day. Multiple days can be listed with commas ',' separating each day. Day or time ranges are specified using a hyphen '-'.- 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:range": "schema:Duration", 
+            "schema:domain": [
+                "schema:LocalBusiness", 
+                "schema:CivicStructure"
+            ], 
+            "rdfs:label": "openingHours"
+        }, 
+        {
+            "@id": "schema:Duration", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Quantity: Duration (use  ISO 8601 duration format).", 
+            "rdfs:subClassOf": "schema:Quantity", 
+            "rdfs:label": "Duration"
+        }, 
+        {
+            "@id": "schema:employees", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "People working for this organization. (legacy spelling; see singular form, employee)", 
+            "schema:range": "schema:Person", 
+            "schema:domain": "schema:Organization", 
+            "rdfs:label": "employees"
+        }, 
+        {
+            "@id": "schema:Hostel", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A hostel.", 
+            "rdfs:subClassOf": "schema:LodgingBusiness", 
+            "rdfs:label": "Hostel"
+        }, 
+        {
+            "@id": "schema:WebPageElement", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A web page element, like a table or an image", 
+            "rdfs:subClassOf": "schema:CreativeWork", 
+            "rdfs:label": "WebPageElement"
+        }, 
+        {
+            "@id": "schema:addressRegion", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The region. For example, CA.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:PostalAddress", 
+            "rdfs:label": "addressRegion"
+        }, 
+        {
+            "@id": "schema:ChildrensEvent", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Event type: Children's event.", 
+            "rdfs:subClassOf": "schema:Event", 
+            "rdfs:label": "ChildrensEvent"
+        }, 
+        {
+            "@id": "schema:EventVenue", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An event venue.", 
+            "rdfs:subClassOf": "schema:CivicStructure", 
+            "rdfs:label": "EventVenue"
+        }, 
+        {
+            "@id": "schema:RoofingContractor", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A roofing contractor.", 
+            "rdfs:subClassOf": [
+                "schema:HomeAndConstructionBusiness", 
+                "schema:ProfessionalService"
+            ], 
+            "rdfs:label": "RoofingContractor"
+        }, 
+        {
+            "@id": "schema:numTracks", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The number of tracks in this album or playlist.", 
+            "schema:range": "schema:Integer", 
+            "schema:domain": "schema:MusicPlaylist", 
+            "rdfs:label": "numTracks"
+        }, 
+        {
+            "@id": "schema:Reservoir", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A reservoir, like the Lake Kariba reservoir.", 
+            "rdfs:subClassOf": "schema:BodyOfWater", 
+            "rdfs:label": "Reservoir"
+        }, 
+        {
+            "@id": "schema:GolfCourse", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A golf course.", 
+            "rdfs:subClassOf": "schema:SportsActivityLocation", 
+            "rdfs:label": "GolfCourse"
+        }, 
+        {
+            "@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:subClassOf": "schema:Offer", 
+            "rdfs:label": "AggregateOffer"
+        }, 
+        {
+            "@id": "schema:calories", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The number of calories", 
+            "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:subClassOf": "schema:Quantity", 
+                "rdfs:label": "Energy"
+            }, 
+            "schema:domain": "schema:NutritionInformation", 
+            "rdfs:label": "calories"
+        }, 
+        {
+            "@id": "schema:Enumeration", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Lists or enumerations—for example, a list of cuisines or music genres, etc.", 
+            "rdfs:subClassOf": "schema:Intangible", 
+            "rdfs:label": "Enumeration"
+        }, 
+        {
+            "@id": "schema:SingleFamilyResidence", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Residence type: Single-family home.", 
+            "rdfs:subClassOf": "schema:Residence", 
+            "rdfs:label": "SingleFamilyResidence"
+        }, 
+        {
+            "@id": "schema:founders", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A person who founded this organization (legacy spelling; see singular form, founder).", 
+            "schema:range": "schema:Person", 
+            "schema:domain": "schema:Organization", 
+            "rdfs:label": "founders"
+        }, 
+        {
+            "@id": "schema:height", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The height of the media object.", 
+            "schema:range": "schema:Distance", 
+            "schema:domain": "schema:MediaObject", 
+            "rdfs:label": "height"
+        }, 
+        {
+            "@id": "schema:RVPark", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An RV park.", 
+            "rdfs:subClassOf": "schema:CivicStructure", 
+            "rdfs:label": "RVPark"
+        }, 
+        {
+            "@id": "schema:musicBy", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The composer of the movie or TV soundtrack.", 
+            "schema:range": [
+                "schema:MusicGroup", 
+                "schema:Person"
+            ], 
+            "schema:domain": [
+                "schema:Movie", 
+                "schema:TVSeries", 
+                "schema:TVEpisode"
+            ], 
+            "rdfs:label": "musicBy"
+        }, 
+        {
+            "@id": "schema:Review", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A review of an item - for example, a restaurant, movie, or store.", 
+            "rdfs:subClassOf": "schema:CreativeWork", 
+            "rdfs:label": "Review"
+        }, 
+        {
+            "@id": "schema:ComedyEvent", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Event type: Comedy event.", 
+            "rdfs:subClassOf": "schema:Event", 
+            "rdfs:label": "ComedyEvent"
+        }, 
+        {
+            "@id": "schema:carbohydrateContent", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The number of grams of carbohydrates.", 
+            "schema:range": "schema:Mass", 
+            "schema:domain": "schema:NutritionInformation", 
+            "rdfs:label": "carbohydrateContent"
+        }, 
+        {
+            "@id": "schema:HobbyShop", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A hobby store.", 
+            "rdfs:subClassOf": "schema:Store", 
+            "rdfs:label": "HobbyShop"
+        }, 
+        {
+            "@id": "schema:PostOffice", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A post office.", 
+            "rdfs:subClassOf": {
+                "@id": "schema:GovernmentOffice", 
+                "@type": "rdfs:Class", 
+                "rdfs:comment": "A government office—for example, an IRS or DMV office.", 
+                "rdfs:subClassOf": "schema:LocalBusiness", 
+                "rdfs:label": "GovernmentOffice"
+            }, 
+            "rdfs:label": "PostOffice"
+        }, 
+        {
+            "@id": "schema:location", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The location of the event or organization.", 
+            "schema:range": [
+                "schema:Place", 
+                "schema:PostalAddress"
+            ], 
+            "schema:domain": [
+                "schema:Event", 
+                "schema:Organization"
+            ], 
+            "rdfs:label": "location"
+        }, 
+        {
+            "@id": "schema:CityHall", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A city hall.", 
+            "rdfs:subClassOf": "schema:GovernmentBuilding", 
+            "rdfs:label": "CityHall"
+        }, 
+        {
+            "@id": "schema:actor", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A cast member of the movie, TV series, season, or episode, or video.", 
+            "schema:range": "schema:Person", 
+            "schema:domain": [
+                "schema:Movie", 
+                "schema:TVSeries", 
+                "schema:TVEpisode"
+            ], 
+            "rdfs:label": "actor"
+        }, 
+        {
+            "@id": "schema:maps", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A URL to a map of the place (legacy spelling; see singular form, map).", 
+            "schema:range": "schema:URL", 
+            "schema:domain": "schema:Place", 
+            "rdfs:label": "maps"
+        }, 
+        {
+            "@id": "schema:Map", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A map.", 
+            "rdfs:subClassOf": "schema:CreativeWork", 
+            "rdfs:label": "Map"
+        }, 
+        {
+            "@id": "schema:VeterinaryCare", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A vet's office.", 
+            "rdfs:subClassOf": "schema:MedicalOrganization", 
+            "rdfs:label": "VeterinaryCare"
+        }, 
+        {
+            "@id": "schema:CollectionPage", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Web page type: Collection page.", 
+            "rdfs:subClassOf": "schema:WebPage", 
+            "rdfs:label": "CollectionPage"
+        }, 
+        {
+            "@id": "schema:HardwareStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A hardware store.", 
+            "rdfs:subClassOf": "schema:Store", 
+            "rdfs:label": "HardwareStore"
+        }, 
+        {
+            "@id": "schema:subEvent", 
+            "@type": "rdf: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.", 
+            "schema:range": "schema:Event", 
+            "schema:domain": "schema:Event", 
+            "rdfs:label": "subEvent"
+        }, 
+        {
+            "@id": "schema:prepTime", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The length of time it takes to prepare the recipe, in ISO 8601 duration format.", 
+            "schema:range": "schema:Duration", 
+            "schema:domain": "schema:Recipe", 
+            "rdfs:label": "prepTime"
+        }, 
+        {
+            "@id": "schema:blogPost", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A posting that is part of this blog.", 
+            "schema:range": "schema:BlogPosting", 
+            "schema:domain": "schema:Blog", 
+            "rdfs:label": "blogPost"
+        }, 
+        {
+            "@id": "schema:HousePainter", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A house painting service.", 
+            "rdfs:subClassOf": [
+                "schema:HomeAndConstructionBusiness", 
+                "schema:ProfessionalService"
+            ], 
+            "rdfs:label": "HousePainter"
+        }, 
+        {
+            "@id": "schema:HealthAndBeautyBusiness", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Health and beauty.", 
+            "rdfs:subClassOf": "schema:LocalBusiness", 
+            "rdfs:label": "HealthAndBeautyBusiness"
+        }, 
+        {
+            "@id": "schema:servesCuisine", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The cuisine of the restaurant.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:FoodEstablishment", 
+            "rdfs:label": "servesCuisine"
+        }, 
+        {
+            "@id": "schema:mentions", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.", 
+            "schema:range": "schema:Thing", 
+            "schema:domain": "schema:CreativeWork", 
+            "rdfs:label": "mentions"
+        }, 
+        {
+            "@id": "schema:jobLocation", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A (typically single) geographic location associated with the job position.", 
+            "schema:range": "schema:Place", 
+            "schema:domain": "schema:JobPosting", 
+            "rdfs:label": "jobLocation"
+        }, 
+        {
+            "@id": "schema:ContactPage", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Web page type: Contact page.", 
+            "rdfs:subClassOf": "schema:WebPage", 
+            "rdfs:label": "ContactPage"
+        }, 
+        {
+            "@id": "schema:qualifications", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Specific qualifications required for this role.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:JobPosting", 
+            "rdfs:label": "qualifications"
+        }, 
+        {
+            "@id": "schema:recipeYield", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The quantity produced by the recipe (for example, number of people served, number of servings, etc).", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:Recipe", 
+            "rdfs:label": "recipeYield"
+        }, 
+        {
+            "@id": "schema:printSection", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "If this NewsArticle appears in print, this field indicates the print section in which the article appeared.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:NewsArticle", 
+            "rdfs:label": "printSection"
+        }, 
+        {
+            "@id": "schema:bookFormat", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The format of the book.", 
+            "schema:range": {
+                "@id": "schema:BookFormatType", 
+                "@type": "rdfs:Class", 
+                "rdfs:comment": "The publication format of the book.", 
+                "rdfs:subClassOf": "schema:Enumeration", 
+                "rdfs:label": "BookFormatType"
+            }, 
+            "schema:domain": "schema:Book", 
+            "rdfs:label": "bookFormat"
+        }, 
+        {
+            "@id": "schema:Rating", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "The rating of the video.", 
+            "rdfs:subClassOf": "schema:Intangible", 
+            "rdfs:label": "Rating"
+        }, 
+        {
+            "@id": "schema:GeneralContractor", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A general contractor.", 
+            "rdfs:subClassOf": [
+                "schema:HomeAndConstructionBusiness", 
+                "schema:ProfessionalService"
+            ], 
+            "rdfs:label": "GeneralContractor"
+        }, 
+        {
+            "@id": "schema:Attorney", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Professional service: Attorney.", 
+            "rdfs:subClassOf": "schema:ProfessionalService", 
+            "rdfs:label": "Attorney"
+        }, 
+        {
+            "@id": "schema:BlogPosting", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A blog post.", 
+            "rdfs:subClassOf": "schema:Article", 
+            "rdfs:label": "BlogPosting"
+        }, 
+        {
+            "@id": "schema:Electrician", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An electrician.", 
+            "rdfs:subClassOf": [
+                "schema:HomeAndConstructionBusiness", 
+                "schema:ProfessionalService"
+            ], 
+            "rdfs:label": "Electrician"
+        }, 
+        {
+            "@id": "schema:permissions", 
+            "@type": "rdf: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).", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:SoftwareApplication", 
+            "rdfs:label": "permissions"
+        }, 
+        {
+            "@id": "schema:keywords", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The keywords/tags used to describe this content.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:CreativeWork", 
+            "rdfs:label": "keywords"
+        }, 
+        {
+            "@id": "schema:ToyStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A toystore.", 
+            "rdfs:subClassOf": "schema:Store", 
+            "rdfs:label": "ToyStore"
+        }, 
+        {
+            "@id": "schema:associatedArticle", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A NewsArticle associated with the Media Object.", 
+            "schema:range": "schema:NewsArticle", 
+            "schema:domain": "schema:MediaObject", 
+            "rdfs:label": "associatedArticle"
+        }, 
+        {
+            "@id": "schema:BedAndBreakfast", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Bed and breakfast.", 
+            "rdfs:subClassOf": "schema:LodgingBusiness", 
+            "rdfs:label": "BedAndBreakfast"
+        }, 
+        {
+            "@id": "schema:VisualArtsEvent", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Event type: Visual arts event.", 
+            "rdfs:subClassOf": "schema:Event", 
+            "rdfs:label": "VisualArtsEvent"
+        }, 
+        {
+            "@id": "schema:inPlaylist", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The playlist to which this recording belongs.", 
+            "schema:range": "schema:MusicPlaylist", 
+            "schema:domain": "schema:MusicRecording", 
+            "rdfs:label": "inPlaylist"
+        }, 
+        {
+            "@id": "schema:productionCompany", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The production company or studio that made the movie, TV series, season, or episode, or video.", 
+            "schema:range": "schema:Organization", 
+            "schema:domain": [
+                "schema:VideoObject", 
+                "schema:Movie", 
+                "schema:TVSeries", 
+                "schema:TVEpisode"
+            ], 
+            "rdfs:label": "productionCompany"
+        }, 
+        {
+            "@id": "schema:postOfficeBoxNumber", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The post offce box number for PO box addresses.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:PostalAddress", 
+            "rdfs:label": "postOfficeBoxNumber"
+        }, 
+        {
+            "@id": "schema:embedUrl", 
+            "@type": "rdf:Property", 
+            "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:range": "schema:URL", 
+            "schema:domain": "schema:MediaObject", 
+            "rdfs:label": "embedUrl"
+        }, 
+        {
+            "@id": "schema:version", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The version of the CreativeWork embodied by a specified resource.", 
+            "schema:range": "schema:Number", 
+            "schema:domain": "schema:CreativeWork", 
+            "rdfs:label": "version"
+        }, 
+        {
+            "@id": "schema:dateModified", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The date on which the CreativeWork was most recently modified.", 
+            "schema:range": "schema:Date", 
+            "schema:domain": "schema:CreativeWork", 
+            "rdfs:label": "dateModified"
+        }, 
+        {
+            "@id": "schema:Hospital", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A hospital.", 
+            "rdfs:subClassOf": [
+                "schema:CivicStructure", 
+                "schema:EmergencyService", 
+                "schema:MedicalOrganization"
+            ], 
+            "rdfs:label": "Hospital"
+        }, 
+        {
+            "@id": "schema:accountablePerson", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Specifies the Person that is legally accountable for the CreativeWork.", 
+            "schema:range": "schema:Person", 
+            "schema:domain": "schema:CreativeWork", 
+            "rdfs:label": "accountablePerson"
+        }, 
+        {
+            "@id": "schema:MovieRentalStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A movie rental store.", 
+            "rdfs:subClassOf": "schema:Store", 
+            "rdfs:label": "MovieRentalStore"
+        }, 
+        {
+            "@id": "schema:LegislativeBuilding", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A legislative building—for example, the state capitol.", 
+            "rdfs:subClassOf": "schema:GovernmentBuilding", 
+            "rdfs:label": "LegislativeBuilding"
+        }, 
+        {
+            "@id": "schema:partOfSeason", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The season to which this episode belongs.", 
+            "schema:range": "schema:TVSeason", 
+            "schema:domain": "schema:TVEpisode", 
+            "rdfs:label": "partOfSeason"
+        }, 
+        {
+            "@id": "schema:fatContent", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The number of grams of fat.", 
+            "schema:range": "schema:Mass", 
+            "schema:domain": "schema:NutritionInformation", 
+            "rdfs:label": "fatContent"
+        }, 
+        {
+            "@id": "schema:recipeCategory", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The category of the recipe—for example, appetizer, entree, etc.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:Recipe", 
+            "rdfs:label": "recipeCategory"
+        }, 
+        {
+            "@id": "schema:PerformingArtsTheater", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A theatre or other performing art center.", 
+            "rdfs:subClassOf": "schema:CivicStructure", 
+            "rdfs:label": "PerformingArtsTheater"
+        }, 
+        {
+            "@id": "schema:EducationEvent", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Event type: Education event.", 
+            "rdfs:subClassOf": "schema:Event", 
+            "rdfs:label": "EducationEvent"
+        }, 
+        {
+            "@id": "schema:Organization", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An organization such as a school, NGO, corporation, club, etc.", 
+            "rdfs:subClassOf": "schema:Thing", 
+            "rdfs:label": "Organization"
+        }, 
+        {
+            "@id": "schema:transcript", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "If this MediaObject is an AudioObject or VideoObject, the transcript of that object.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": [
+                "schema:AudioObject", 
+                "schema:VideoObject"
+            ], 
+            "rdfs:label": "transcript"
+        }, 
+        {
+            "@id": "schema:TennisComplex", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A tennis complex.", 
+            "rdfs:subClassOf": "schema:SportsActivityLocation", 
+            "rdfs:label": "TennisComplex"
+        }, 
+        {
+            "@id": "schema:Thing", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "The most generic type of item.", 
+            "rdfs:label": "Thing"
+        }, 
+        {
+            "@id": "schema:director", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The director of the movie, TV episode, or series.", 
+            "schema:range": "schema:Person", 
+            "schema:domain": [
+                "schema:Movie", 
+                "schema:TVSeries", 
+                "schema:TVEpisode"
+            ], 
+            "rdfs:label": "director"
+        }, 
+        {
+            "@id": "schema:albums", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A collection of music albums (legacy spelling; see singular form, album).", 
+            "schema:range": "schema:MusicAlbum", 
+            "schema:domain": "schema:MusicGroup", 
+            "rdfs:label": "albums"
+        }, 
+        {
+            "@id": "schema:Crematorium", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A crematorium.", 
+            "rdfs:subClassOf": "schema:CivicStructure", 
+            "rdfs:label": "Crematorium"
+        }, 
+        {
+            "@id": "schema:MusicStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A music store.", 
+            "rdfs:subClassOf": "schema:Store", 
+            "rdfs:label": "MusicStore"
+        }, 
+        {
+            "@id": "schema:SubwayStation", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A subway station.", 
+            "rdfs:subClassOf": "schema:CivicStructure", 
+            "rdfs:label": "SubwayStation"
+        }, 
+        {
+            "@id": "schema:StadiumOrArena", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A stadium.", 
+            "rdfs:subClassOf": [
+                "schema:SportsActivityLocation", 
+                "schema:CivicStructure"
+            ], 
+            "rdfs:label": "StadiumOrArena"
+        }, 
+        {
+            "@id": "schema:superEvent", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "An event that this event is a part of. For example, a collection of individual music performances might each have a music festival as their superEvent.", 
+            "schema:range": "schema:Event", 
+            "schema:domain": "schema:Event", 
+            "rdfs:label": "superEvent"
+        }, 
+        {
+            "@id": "schema:startDate", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The start date and time of the event (in ISO 8601 date format).", 
+            "schema:range": "schema:Date", 
+            "schema:domain": [
+                "schema:Event", 
+                "schema:TVSeason", 
+                "schema:TVSeries"
+            ], 
+            "rdfs:label": "startDate"
+        }, 
+        {
+            "@id": "schema:ContactPoint", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A contact point—for example, a Customer Complaints department.", 
+            "rdfs:subClassOf": "schema:StructuredValue", 
+            "rdfs:label": "ContactPoint"
+        }, 
+        {
+            "@id": "schema:CheckoutPage", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Web page type: Checkout page.", 
+            "rdfs:subClassOf": "schema:WebPage", 
+            "rdfs:label": "CheckoutPage"
+        }, 
+        {
+            "@id": "schema:Campground", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A campground.", 
+            "rdfs:subClassOf": "schema:CivicStructure", 
+            "rdfs:label": "Campground"
+        }, 
+        {
+            "@id": "schema:recipeInstructions", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The steps to make the dish.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:Recipe", 
+            "rdfs:label": "recipeInstructions"
+        }, 
+        {
+            "@id": "schema:mainContentOfPage", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Indicates if this web page element is the main subject of the page.", 
+            "schema:range": "schema:WebPageElement", 
+            "schema:domain": "schema:WebPage", 
+            "rdfs:label": "mainContentOfPage"
+        }, 
+        {
+            "@id": "schema:SiteNavigationElement", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A navigation element of the page.", 
+            "rdfs:subClassOf": "schema:WebPageElement", 
+            "rdfs:label": "SiteNavigationElement"
+        }, 
+        {
+            "@id": "schema:CivicStructure", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A public structure, such as a town hall or concert hall.", 
+            "rdfs:subClassOf": "schema:Place", 
+            "rdfs:label": "CivicStructure"
+        }, 
+        {
+            "@id": "schema:NutritionInformation", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Nutritional information about the recipe.", 
+            "rdfs:subClassOf": "schema:StructuredValue", 
+            "rdfs:label": "NutritionInformation"
+        }, 
+        {
+            "@id": "schema:benefits", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Description of benefits associated with the job.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:JobPosting", 
+            "rdfs:label": "benefits"
+        }, 
+        {
+            "@id": "schema:publishingPrinciples", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Link to page describing the editorial principles of the organization primarily responsible for the creation of the CreativeWork.", 
+            "schema:range": "schema:URL", 
+            "schema:domain": "schema:CreativeWork", 
+            "rdfs:label": "publishingPrinciples"
+        }, 
+        {
+            "@id": "schema:FinancialService", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Financial services business.", 
+            "rdfs:subClassOf": "schema:LocalBusiness", 
+            "rdfs:label": "FinancialService"
+        }, 
+        {
+            "@id": "schema:isPartOf", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Indicates the collection or gallery to which the item belongs.", 
+            "schema:range": "schema:CollectionPage", 
+            "schema:domain": "schema:WebPage", 
+            "rdfs:label": "isPartOf"
+        }, 
+        {
+            "@id": "schema:isFamilyFriendly", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Indicates whether this content is family friendly.", 
+            "schema:range": "schema:Boolean", 
+            "schema:domain": "schema:CreativeWork", 
+            "rdfs:label": "isFamilyFriendly"
+        }, 
+        {
+            "@id": "schema:Courthouse", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A courthouse.", 
+            "rdfs:subClassOf": "schema:GovernmentBuilding", 
+            "rdfs:label": "Courthouse"
+        }, 
+        {
+            "@id": "schema:VideoObject", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A video file.", 
+            "dcterm:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews", 
+            "rdfs:subClassOf": "schema:MediaObject", 
+            "rdfs:label": "VideoObject"
+        }, 
+        {
+            "@id": "schema:producer", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The producer of the movie, TV series, season, or episode, or video.", 
+            "schema:range": "schema:Person", 
+            "schema:domain": [
+                "schema:Movie", 
+                "schema:TVSeries", 
+                "schema:TVEpisode"
+            ], 
+            "rdfs:label": "producer"
+        }, 
+        {
+            "@id": "schema:contentSize", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "File size in (mega/kilo) bytes.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:MediaObject", 
+            "rdfs:label": "contentSize"
+        }, 
+        {
+            "@id": "schema:email", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Email address.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": [
+                "schema:Person", 
+                "schema:ContactPoint", 
+                "schema:Organization"
+            ], 
+            "rdfs:label": "email"
+        }, 
+        {
+            "@id": "schema:ApartmentComplex", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Residence type: Apartment complex.", 
+            "rdfs:subClassOf": "schema:Residence", 
+            "rdfs:label": "ApartmentComplex"
+        }, 
+        {
+            "@id": "schema:processorRequirements", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Processor architecture required to run the application (e.g. IA64).", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:SoftwareApplication", 
+            "rdfs:label": "processorRequirements"
+        }, 
+        {
+            "@id": "schema:GovernmentBuilding", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A government building.", 
+            "rdfs:subClassOf": "schema:CivicStructure", 
+            "rdfs:label": "GovernmentBuilding"
+        }, 
+        {
+            "@id": "schema:bookEdition", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The edition of the book.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:Book", 
+            "rdfs:label": "bookEdition"
+        }, 
+        {
+            "@id": "schema:highPrice", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The highest price of all offers available.", 
+            "schema:range": [
+                "schema:Number", 
+                "schema:Text"
+            ], 
+            "schema:domain": "schema:AggregateOffer", 
+            "rdfs:label": "highPrice"
+        }, 
+        {
+            "@id": "schema:itemListOrder", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Type of ordering (e.g. Ascending, Descending, Unordered).", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:ItemList", 
+            "rdfs:label": "itemListOrder"
+        }, 
+        {
+            "@id": "schema:GatedResidenceCommunity", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Residence type: Gated community.", 
+            "rdfs:subClassOf": "schema:Residence", 
+            "rdfs:label": "GatedResidenceCommunity"
+        }, 
+        {
+            "@id": "schema:Bakery", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A bakery.", 
+            "rdfs:subClassOf": "schema:FoodEstablishment", 
+            "rdfs:label": "Bakery"
+        }, 
+        {
+            "@id": "schema:Person", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A person (alive, dead, undead, or fictional).", 
+            "dcterm:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews", 
+            "rdfs:subClassOf": "schema:Thing", 
+            "rdfs:label": "Person"
+        }, 
+        {
+            "@id": "schema:MusicAlbum", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A collection of music tracks.", 
+            "rdfs:subClassOf": "schema:MusicPlaylist", 
+            "rdfs:label": "MusicAlbum"
+        }, 
+        {
+            "@id": "schema:seasons", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The seasons of the TV series (legacy spelling; see singular form, season).", 
+            "schema:range": "schema:TVSeason", 
+            "schema:domain": "schema:TVSeries", 
+            "rdfs:label": "seasons"
+        }, 
+        {
+            "@id": "schema:releaseNotes", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Description of what changed in this version.", 
+            "schema:range": [
+                "schema:URL", 
+                "schema:Text"
+            ], 
+            "schema:domain": "schema:SoftwareApplication", 
+            "rdfs:label": "releaseNotes"
+        }, 
+        {
+            "@id": "schema:Physician", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A doctor's office.", 
+            "rdfs:subClassOf": "schema:MedicalOrganization", 
+            "rdfs:label": "Physician"
+        }, 
+        {
+            "@id": "schema:videoFrameSize", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The frame size of the video.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:VideoObject", 
+            "rdfs:label": "videoFrameSize"
+        }, 
+        {
+            "@id": "schema:Country", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A country.", 
+            "rdfs:subClassOf": "schema:AdministrativeArea", 
+            "rdfs:label": "Country"
+        }, 
+        {
+            "@id": "schema:ItemPage", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A page devoted to a single item, such as a particular product or hotel.", 
+            "rdfs:subClassOf": "schema:WebPage", 
+            "rdfs:label": "ItemPage"
+        }, 
+        {
+            "@id": "schema:MovieTheater", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A movie theater.", 
+            "rdfs:subClassOf": [
+                "schema:EntertainmentBusiness", 
+                "schema:CivicStructure"
+            ], 
+            "rdfs:label": "MovieTheater"
+        }, 
+        {
+            "@id": "schema:alumniOf", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "An educational organizations that the person is an alumni of.", 
+            "schema:range": "schema:EducationalOrganization", 
+            "schema:domain": "schema:Person", 
+            "rdfs:label": "alumniOf"
+        }, 
+        {
+            "@id": "schema:AnimalShelter", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "Animal shelter.", 
+            "rdfs:subClassOf": "schema:LocalBusiness", 
+            "rdfs:label": "AnimalShelter"
+        }, 
+        {
+            "@id": "schema:itemOffered", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The item being sold.", 
+            "schema:range": "schema:Product", 
+            "schema:domain": "schema:Offer", 
+            "rdfs:label": "itemOffered"
+        }, 
+        {
+            "@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:subClassOf": "schema:Thing", 
+            "rdfs:label": "Intangible"
+        }, 
+        {
+            "@id": "schema:fiberContent", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The number of grams of fiber.", 
+            "schema:range": "schema:Mass", 
+            "schema:domain": "schema:NutritionInformation", 
+            "rdfs:label": "fiberContent"
+        }, 
+        {
+            "@id": "schema:ElectronicsStore", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "An electronics store.", 
+            "rdfs:subClassOf": "schema:Store", 
+            "rdfs:label": "ElectronicsStore"
+        }, 
+        {
+            "@id": "schema:ScholarlyArticle", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A scholarly article.", 
+            "rdfs:subClassOf": "schema:Article", 
+            "rdfs:label": "ScholarlyArticle"
+        }, 
+        {
+            "@id": "schema:lowPrice", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The lowest price of all offers available.", 
+            "schema:range": [
+                "schema:Number", 
+                "schema:Text"
+            ], 
+            "schema:domain": "schema:AggregateOffer", 
+            "rdfs:label": "lowPrice"
+        }, 
+        {
+            "@id": "schema:wordCount", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The number of words in the text of the Article.", 
+            "schema:range": "schema:Integer", 
+            "schema:domain": "schema:Article", 
+            "rdfs:label": "wordCount"
+        }, 
+        {
+            "@id": "schema:contentLocation", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The location of the content.", 
+            "schema:range": "schema:Place", 
+            "schema:domain": "schema:CreativeWork", 
+            "rdfs:label": "contentLocation"
+        }, 
+        {
+            "@id": "schema:commentText", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The text of the UserComment.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:UserComments", 
+            "rdfs:label": "commentText"
+        }, 
+        {
+            "@id": "schema:FoodEstablishment", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A food-related business.", 
+            "rdfs:subClassOf": "schema:LocalBusiness", 
+            "rdfs:label": "FoodEstablishment"
+        }, 
+        {
+            "@id": "schema:encodings", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The media objects that encode this creative work (legacy spelling; see singular form, encoding).", 
+            "schema:range": "schema:MediaObject", 
+            "schema:domain": "schema:CreativeWork", 
+            "rdfs:label": "encodings"
+        }, 
+        {
+            "@id": "schema:telephone", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The telephone number.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": [
+                "schema:Place", 
+                "schema:Person", 
+                "schema:ContactPoint", 
+                "schema:Organization"
+            ], 
+            "rdfs:label": "telephone"
+        }, 
+        {
+            "@id": "schema:NailSalon", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A nail salon.", 
+            "rdfs:subClassOf": "schema:HealthAndBeautyBusiness", 
+            "rdfs:label": "NailSalon"
+        }, 
+        {
+            "@id": "schema:Mountain", 
+            "@type": "rdfs:Class", 
+            "rdfs:comment": "A mountain, like Mount Whitney or Mount Everest", 
+            "rdfs:subClassOf": "schema:Landform", 
+            "rdfs:label": "Mountain"
+        }, 
+        {
+            "@id": "schema:encoding", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A media object that encode this CreativeWork.", 
+            "schema:range": "schema:MediaObject", 
+            "schema:domain": "schema:CreativeWork", 
+            "rdfs:label": "encoding"
+        }, 
+        {
+            "@id": "schema:carrierRequirements", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Specifies specific carrier(s) requirements for the application (e.g. an application may only work on a specific carrier network).", 
+            "schema:range": "schema:Text", 
+            "schema:domain": {
+                "@id": "schema:MobileApplication", 
+                "@type": "rdfs:Class", 
+                "rdfs:comment": "", 
+                "rdfs:subClassOf": "schema:SoftwareApplication", 
+                "rdfs:label": "MobileApplication"
+            }, 
+            "rdfs:label": "carrierRequirements"
+        }, 
+        {
+            "@id": "schema:provider", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "Specifies the Person or Organization that distributed the CreativeWork.", 
+            "schema:range": [
+                "schema:Person", 
+                "schema:Organization"
+            ], 
+            "schema:domain": "schema:CreativeWork", 
+            "rdfs:label": "provider"
+        }, 
+        {
+            "@id": "schema:photo", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A photograph of this place.", 
+            "schema:range": [
+                "schema:Photograph", 
+                "schema:ImageObject"
+            ], 
+            "schema:domain": "schema:Place", 
+            "rdfs:label": "photo"
+        }, 
+        {
+            "@id": "schema:saturatedFatContent", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The number of grams of saturated fat.", 
+            "schema:range": "schema:Mass", 
+            "schema:domain": "schema:NutritionInformation", 
+            "rdfs:label": "saturatedFatContent"
+        }, 
+        {
+            "@id": "schema:polygon", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more spacedelimited points where the first and final points are identical.", 
+            "schema:range": "schema:Text", 
+            "schema:domain": "schema:GeoShape", 
+            "rdfs:label": "polygon"
+        }, 
+        {
+            "@id": "schema:aggregateRating", 
+            "@type": "rdf:Property", 
+            "rdfs:comment": "The overall rating, based on a collection of reviews or ratings, of the item.", 
+            "schema:range": "schema:AggregateRating", 
+            "schema:domain": [
+                "schema:Place", 
+                "schema:CreativeWork", 
+                "schema:Organization", 
+                "schema:Offer", 
+                "schema:Product"
+            ], 
+            "rdfs:label": "aggregateRating"
+        }
+    ]
+}
--- a/schema.org/drafts/alpha/_schema.nt	Fri May 11 16:39:08 2012 +0200
+++ b/schema.org/drafts/alpha/_schema.nt	Wed May 16 16:25:38 2012 +0200
@@ -1,2773 +1,2773 @@
-<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/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/episodes> <http://schema.org/domain> <http://schema.org/TVSeason> .
-<http://schema.org/episodes> <http://schema.org/domain> <http://schema.org/TVSeries> .
-<http://schema.org/episodes> <http://schema.org/range> <http://schema.org/TVEpisode> .
-<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://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/contactPoints> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/contactPoints> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/contactPoints> <http://schema.org/range> <http://schema.org/ContactPoint> .
-<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://www.w3.org/2000/01/rdf-schema#label> "contactPoints" .
-<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/downloadUrl> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/downloadUrl> <http://schema.org/range> <http://schema.org/URL> .
-<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://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/carbohydrateContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/carbohydrateContent> <http://schema.org/range> <http://schema.org/Mass> .
-<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://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/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/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/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/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/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/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/description> <http://schema.org/domain> <http://schema.org/Thing> .
-<http://schema.org/description> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/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/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/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/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/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/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/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/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/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/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/uploadDate> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/uploadDate> <http://schema.org/range> <http://schema.org/Date> .
-<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://www.w3.org/2000/01/rdf-schema#label> "uploadDate" .
-<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/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/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/worksFor> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/worksFor> <http://schema.org/range> <http://schema.org/Organization> .
-<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://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/itemReviewed> <http://schema.org/domain> <http://schema.org/Review> .
-<http://schema.org/itemReviewed> <http://schema.org/domain> <http://schema.org/AggregateRating> .
-<http://schema.org/itemReviewed> <http://schema.org/range> <http://schema.org/Thing> .
-<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://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/totalTime> <http://schema.org/domain> <http://schema.org/Recipe> .
-<http://schema.org/totalTime> <http://schema.org/range> <http://schema.org/Duration> .
-<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://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/episode> <http://schema.org/domain> <http://schema.org/TVSeason> .
-<http://schema.org/episode> <http://schema.org/domain> <http://schema.org/TVSeries> .
-<http://schema.org/episode> <http://schema.org/range> <http://schema.org/TVEpisode> .
-<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://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/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/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/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/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/contactType> <http://schema.org/domain> <http://schema.org/ContactPoint> .
-<http://schema.org/contactType> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/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/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/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/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/blogPost> <http://schema.org/domain> <http://schema.org/Blog> .
-<http://schema.org/blogPost> <http://schema.org/range> <http://schema.org/BlogPosting> .
-<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://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/printEdition> <http://schema.org/domain> <http://schema.org/NewsArticle> .
-<http://schema.org/printEdition> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/EventVenue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/EventVenue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/EventVenue> <http://www.w3.org/2000/01/rdf-schema#label> "EventVenue" .
-<http://schema.org/EventVenue> <http://www.w3.org/2000/01/rdf-schema#comment> "An event venue." .
-<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/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/transcript> <http://schema.org/domain> <http://schema.org/VideoObject> .
-<http://schema.org/transcript> <http://schema.org/domain> <http://schema.org/AudioObject> .
-<http://schema.org/transcript> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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#comment> "A fire station. With firemen." .
-<http://schema.org/dateModified> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<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/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#label> "DryCleaningOrLaundry" .
+<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 (legacy spelling; see singular form, map)." .
+<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://www.w3.org/2000/01/rdf-schema#label> "maps" .
+<http://schema.org/maps> <http://schema.org/domain> <http://schema.org/Place> .
+<http://schema.org/ShoeStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A shoe store." .
+<http://schema.org/ShoeStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/ShoeStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
+<http://schema.org/ShoeStore> <http://www.w3.org/2000/01/rdf-schema#label> "ShoeStore" .
+<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/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#label> "Painting" .
+<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/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/2000/01/rdf-schema#label> "MovieTheater" .
+<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/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#label> "Table" .
+<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://www.w3.org/2000/01/rdf-schema#label> "cholesterolContent" .
+<http://schema.org/cholesterolContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
+<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/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#label> "PoliceStation" .
+<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/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#label> "JewelryStore" .
+<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 (legacy spelling; see singular form, member)." .
+<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://www.w3.org/2000/01/rdf-schema#label> "members" .
+<http://schema.org/members> <http://schema.org/domain> <http://schema.org/Organization> .
+<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://www.w3.org/2000/01/rdf-schema#label> "director" .
+<http://schema.org/director> <http://schema.org/domain> <http://schema.org/TVSeries> .
+<http://schema.org/director> <http://schema.org/domain> <http://schema.org/Movie> .
+<http://schema.org/director> <http://schema.org/domain> <http://schema.org/TVEpisode> .
+<http://schema.org/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 (legacy spelling; see singular form, review)." .
+<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://www.w3.org/2000/01/rdf-schema#label> "reviews" .
+<http://schema.org/reviews> <http://schema.org/domain> <http://schema.org/Offer> .
+<http://schema.org/reviews> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/reviews> <http://schema.org/domain> <http://schema.org/Place> .
+<http://schema.org/reviews> <http://schema.org/domain> <http://schema.org/Product> .
+<http://schema.org/reviews> <http://schema.org/domain> <http://schema.org/Organization> .
+<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://www.w3.org/2000/01/rdf-schema#label> "sugarContent" .
+<http://schema.org/sugarContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
 <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://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/articleSection> <http://schema.org/domain> <http://schema.org/Article> .
-<http://schema.org/articleSection> <http://schema.org/range> <http://schema.org/Text> .
-<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://www.w3.org/2000/01/rdf-schema#label> "articleSection" .
-<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/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/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/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://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/unsaturatedFatContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/unsaturatedFatContent> <http://schema.org/range> <http://schema.org/Mass> .
-<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://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/relatedTo> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/relatedTo> <http://schema.org/range> <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://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/bestRating> <http://schema.org/domain> <http://schema.org/Rating> .
-<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/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://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/NightClub> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EntertainmentBusiness> .
-<http://schema.org/NightClub> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/NightClub> <http://www.w3.org/2000/01/rdf-schema#label> "NightClub" .
-<http://schema.org/NightClub> <http://www.w3.org/2000/01/rdf-schema#comment> "A nightclub or discotheque." .
-<http://schema.org/highPrice> <http://schema.org/domain> <http://schema.org/AggregateOffer> .
-<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/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://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/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/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/memberOf> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/memberOf> <http://schema.org/range> <http://schema.org/Organization> .
-<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://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/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/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/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/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/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/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/productID> <http://schema.org/domain> <http://schema.org/Product> .
-<http://schema.org/productID> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/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/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/recipeInstructions> <http://schema.org/domain> <http://schema.org/Recipe> .
-<http://schema.org/recipeInstructions> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/screenshot> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<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/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://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/startDate> <http://schema.org/domain> <http://schema.org/Event> .
-<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/range> <http://schema.org/Date> .
-<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://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/version> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/dateModified> <http://schema.org/domain> <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/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#label> "Photograph" .
+<http://schema.org/member> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/member> <http://schema.org/range> <http://schema.org/Organization> .
+<http://schema.org/member> <http://www.w3.org/2000/01/rdf-schema#comment> "A member of this 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://www.w3.org/2000/01/rdf-schema#label> "member" .
+<http://schema.org/member> <http://schema.org/domain> <http://schema.org/Organization> .
+<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/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#label> "JobPosting" .
+<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://www.w3.org/2000/01/rdf-schema#label> "commentTime" .
+<http://schema.org/commentTime> <http://schema.org/domain> <http://schema.org/UserComments> .
+<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/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#label> "MedicalClinic" .
+<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://www.w3.org/2000/01/rdf-schema#label> "affiliation" .
+<http://schema.org/affiliation> <http://schema.org/domain> <http://schema.org/Person> .
+<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://www.w3.org/2000/01/rdf-schema#label> "ratingCount" .
+<http://schema.org/ratingCount> <http://schema.org/domain> <http://schema.org/AggregateRating> .
+<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/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#label> "Church" .
+<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/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#label> "CivicStructure" .
+<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/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#label> "TheaterGroup" .
+<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://www.w3.org/2000/01/rdf-schema#label> "numberOfEpisodes" .
+<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/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/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#label> "SiteNavigationElement" .
+<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/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#label> "UserBlocks" .
+<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/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://www.w3.org/2000/01/rdf-schema#label> "lowPrice" .
+<http://schema.org/lowPrice> <http://schema.org/domain> <http://schema.org/AggregateOffer> .
+<http://schema.org/actor> <http://schema.org/range> <http://schema.org/Person> .
+<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://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://www.w3.org/2000/01/rdf-schema#label> "actor" .
+<http://schema.org/actor> <http://schema.org/domain> <http://schema.org/TVSeries> .
+<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/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://www.w3.org/2000/01/rdf-schema#label> "video" .
+<http://schema.org/video> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<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/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#label> "SportsEvent" .
+<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/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#label> "Winery" .
+<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/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#label> "FinancialService" .
+<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/2000/01/rdf-schema#subClassOf> <http://schema.org/UserInteraction> .
+<http://schema.org/UserComments> <http://www.w3.org/2000/01/rdf-schema#label> "UserComments" .
+<http://schema.org/UserComments> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/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/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#label> "OfficeEquipmentStore" .
+<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/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://www.w3.org/2000/01/rdf-schema#label> "elevation" .
+<http://schema.org/elevation> <http://schema.org/domain> <http://schema.org/GeoCoordinates> .
+<http://schema.org/elevation> <http://schema.org/domain> <http://schema.org/GeoShape> .
+<http://schema.org/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/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#label> "TouristInformationCenter" .
+<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://www.w3.org/2000/01/rdf-schema#label> "encodingFormat" .
+<http://schema.org/encodingFormat> <http://schema.org/domain> <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/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#label> "ImageObject" .
+<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 (legacy spelling; see singular form, sibling)." .
+<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://www.w3.org/2000/01/rdf-schema#label> "siblings" .
+<http://schema.org/siblings> <http://schema.org/domain> <http://schema.org/Person> .
+<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/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#label> "CatholicChurch" .
+<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/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#label> "FastFoodRestaurant" .
+<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://www.w3.org/2000/01/rdf-schema#label> "bookFormat" .
+<http://schema.org/bookFormat> <http://schema.org/domain> <http://schema.org/Book> .
+<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/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#label> "Blog" .
+<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://www.w3.org/2000/01/rdf-schema#label> "musicBy" .
+<http://schema.org/musicBy> <http://schema.org/domain> <http://schema.org/TVSeries> .
+<http://schema.org/musicBy> <http://schema.org/domain> <http://schema.org/Movie> .
+<http://schema.org/musicBy> <http://schema.org/domain> <http://schema.org/TVEpisode> .
+<http://schema.org/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://www.w3.org/2000/01/rdf-schema#label> "height" .
+<http://schema.org/height> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<http://schema.org/MobileApplication> <http://www.w3.org/2000/01/rdf-schema#comment> "" .
+<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/MobileApplication> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/SoftwareApplication> .
+<http://schema.org/MobileApplication> <http://www.w3.org/2000/01/rdf-schema#label> "MobileApplication" .
+<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. (legacy spelling; see singular form, employee)" .
+<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://www.w3.org/2000/01/rdf-schema#label> "employees" .
+<http://schema.org/employees> <http://schema.org/domain> <http://schema.org/Organization> .
+<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/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://www.w3.org/2000/01/rdf-schema#label> "worstRating" .
+<http://schema.org/worstRating> <http://schema.org/domain> <http://schema.org/Rating> .
+<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/2000/01/rdf-schema#subClassOf> <http://schema.org/Organization> .
+<http://schema.org/Corporation> <http://www.w3.org/2000/01/rdf-schema#label> "Corporation" .
+<http://schema.org/Corporation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/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/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#label> "RecyclingCenter" .
+<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://www.w3.org/2000/01/rdf-schema#label> "aggregateRating" .
+<http://schema.org/aggregateRating> <http://schema.org/domain> <http://schema.org/Offer> .
+<http://schema.org/aggregateRating> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/aggregateRating> <http://schema.org/domain> <http://schema.org/Place> .
+<http://schema.org/aggregateRating> <http://schema.org/domain> <http://schema.org/Product> .
+<http://schema.org/aggregateRating> <http://schema.org/domain> <http://schema.org/Organization> .
+<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/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#label> "BikeStore" .
+<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://www.w3.org/2000/01/rdf-schema#label> "commentText" .
+<http://schema.org/commentText> <http://schema.org/domain> <http://schema.org/UserComments> .
+<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/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#label> "FoodEvent" .
+<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://www.w3.org/2000/01/rdf-schema#label> "knows" .
+<http://schema.org/knows> <http://schema.org/domain> <http://schema.org/Person> .
+<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/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#label> "TouristAttraction" .
+<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/Thing> <http://www.w3.org/2000/01/rdf-schema#label> "Thing" .
+<http://schema.org/encoding> <http://schema.org/range> <http://schema.org/MediaObject> .
+<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://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://www.w3.org/2000/01/rdf-schema#label> "encoding" .
+<http://schema.org/encoding> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<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://www.w3.org/2000/01/rdf-schema#label> "creator" .
+<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/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/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#label> "SportsActivityLocation" .
+<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/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#label> "ToyStore" .
+<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/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#label> "PawnShop" .
+<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/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#label> "WPHeader" .
+<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://www.w3.org/2000/01/rdf-schema#label> "printColumn" .
+<http://schema.org/printColumn> <http://schema.org/domain> <http://schema.org/NewsArticle> .
+<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://www.w3.org/2000/01/rdf-schema#label> "reviewCount" .
+<http://schema.org/reviewCount> <http://schema.org/domain> <http://schema.org/AggregateRating> .
+<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/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#label> "Text" .
+<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/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#label> "AmusementPark" .
+<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/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#label> "Cemetery" .
+<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/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#label> "MovingCompany" .
+<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://www.w3.org/2000/01/rdf-schema#label> "reviewRating" .
+<http://schema.org/reviewRating> <http://schema.org/domain> <http://schema.org/Review> .
+<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://www.w3.org/2000/01/rdf-schema#label> "offers" .
+<http://schema.org/offers> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/offers> <http://schema.org/domain> <http://schema.org/Event> .
+<http://schema.org/offers> <http://schema.org/domain> <http://schema.org/Product> .
+<http://schema.org/offers> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<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/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#subClassOf> <http://schema.org/ProfessionalService> .
+<http://schema.org/Dentist> <http://www.w3.org/2000/01/rdf-schema#label> "Dentist" .
+<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://www.w3.org/2000/01/rdf-schema#label> "copyrightHolder" .
+<http://schema.org/copyrightHolder> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<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/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#label> "Motel" .
+<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/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
+<http://schema.org/Article> <http://www.w3.org/2000/01/rdf-schema#label> "Article" .
+<http://schema.org/Article> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/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://www.w3.org/2000/01/rdf-schema#label> "addressRegion" .
+<http://schema.org/addressRegion> <http://schema.org/domain> <http://schema.org/PostalAddress> .
+<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/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#label> "CollegeOrUniversity" .
+<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/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#label> "Festival" .
+<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://www.w3.org/2000/01/rdf-schema#label> "publishingPrinciples" .
+<http://schema.org/publishingPrinciples> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<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://www.w3.org/2000/01/rdf-schema#label> "follows" .
+<http://schema.org/follows> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/album> <http://schema.org/range> <http://schema.org/MusicAlbum> .
+<http://schema.org/album> <http://www.w3.org/2000/01/rdf-schema#comment> "A music album." .
+<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://www.w3.org/2000/01/rdf-schema#label> "album" .
+<http://schema.org/album> <http://schema.org/domain> <http://schema.org/MusicGroup> .
+<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://www.w3.org/2000/01/rdf-schema#label> "sodiumContent" .
+<http://schema.org/sodiumContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
+<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/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#label> "AutomatedTeller" .
+<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/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#label> "AutoWash" .
+<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/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#label> "BedAndBreakfast" .
+<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/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#label> "School" .
+<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/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#label> "Language" .
+<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/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#label> "Courthouse" .
+<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/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://www.w3.org/2000/01/rdf-schema#label> "latitude" .
+<http://schema.org/latitude> <http://schema.org/domain> <http://schema.org/GeoCoordinates> .
+<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/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#label> "AdultEntertainment" .
+<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://www.w3.org/2000/01/rdf-schema#label> "primaryImageOfPage" .
+<http://schema.org/primaryImageOfPage> <http://schema.org/domain> <http://schema.org/WebPage> .
+<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/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#label> "AggregateOffer" .
+<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/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#label> "SeaBodyOfWater" .
+<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/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#label> "GovernmentOffice" .
+<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/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#label> "MusicPlaylist" .
+<http://schema.org/employee> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/employee> <http://www.w3.org/2000/01/rdf-schema#comment> "Someone working for this 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://www.w3.org/2000/01/rdf-schema#label> "employee" .
+<http://schema.org/employee> <http://schema.org/domain> <http://schema.org/Organization> .
+<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://www.w3.org/2000/01/rdf-schema#label> "familyName" .
+<http://schema.org/familyName> <http://schema.org/domain> <http://schema.org/Person> .
+<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://www.w3.org/2000/01/rdf-schema#label> "homeLocation" .
+<http://schema.org/homeLocation> <http://schema.org/domain> <http://schema.org/Person> .
+<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/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#label> "CityHall" .
+<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/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#label> "VisualArtsEvent" .
+<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/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#label> "Boolean" .
+<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://www.w3.org/2000/01/rdf-schema#label> "servingSize" .
+<http://schema.org/servingSize> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
+<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://www.w3.org/2000/01/rdf-schema#label> "width" .
+<http://schema.org/width> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<http://schema.org/featureList> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/featureList> <http://schema.org/range> <http://schema.org/URL> .
+<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://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://www.w3.org/2000/01/rdf-schema#label> "featureList" .
+<http://schema.org/featureList> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<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 interchangeably." .
+<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://www.w3.org/2000/01/rdf-schema#label> "author" .
+<http://schema.org/author> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<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/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#label> "Mass" .
+<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/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#label> "UserPlays" .
+<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://www.w3.org/2000/01/rdf-schema#label> "editor" .
+<http://schema.org/editor> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<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/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#label> "MusicVideoObject" .
+<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/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#label> "Restaurant" .
+<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/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#label> "MusicAlbum" .
+<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://www.w3.org/2000/01/rdf-schema#label> "about" .
+<http://schema.org/about> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<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/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#label> "BookFormatType" .
+<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/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#label> "ChildrensEvent" .
+<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://www.w3.org/2000/01/rdf-schema#label> "educationRequirements" .
+<http://schema.org/educationRequirements> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<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://www.w3.org/2000/01/rdf-schema#label> "transFatContent" .
+<http://schema.org/transFatContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
+<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/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#label> "Continent" .
 <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://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/headline> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/headline> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/trailer> <http://schema.org/domain> <http://schema.org/TVEpisode> .
-<http://schema.org/trailer> <http://schema.org/domain> <http://schema.org/TVSeason> .
-<http://schema.org/trailer> <http://schema.org/domain> <http://schema.org/TVSeries> .
-<http://schema.org/trailer> <http://schema.org/domain> <http://schema.org/Movie> .
-<http://schema.org/trailer> <http://schema.org/range> <http://schema.org/VideoObject> .
-<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://www.w3.org/2000/01/rdf-schema#label> "trailer" .
-<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/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/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/experienceRequirements> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/experienceRequirements> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/dateline> <http://schema.org/domain> <http://schema.org/NewsArticle> .
-<http://schema.org/dateline> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/streetAddress> <http://schema.org/domain> <http://schema.org/PostalAddress> .
-<http://schema.org/streetAddress> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/alternativeHeadline> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/version> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<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/DataType> <http://www.w3.org/2000/01/rdf-schema#label> "DataType" .
+<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://www.w3.org/2000/01/rdf-schema#label> "deathDate" .
+<http://schema.org/deathDate> <http://schema.org/domain> <http://schema.org/Person> .
 <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://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/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/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/founders> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/founders> <http://schema.org/range> <http://schema.org/Person> .
-<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://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/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/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/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/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/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/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/width> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/width> <http://schema.org/range> <http://schema.org/Distance> .
-<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://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/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/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/follows> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/follows> <http://schema.org/range> <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://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/addressCountry> <http://schema.org/domain> <http://schema.org/PostalAddress> .
-<http://schema.org/addressCountry> <http://schema.org/range> <http://schema.org/Country> .
-<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://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/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/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/processorRequirements> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/processorRequirements> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/datePosted> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/datePosted> <http://schema.org/range> <http://schema.org/Date> .
-<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://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/commentTime> <http://schema.org/domain> <http://schema.org/UserComments> .
-<http://schema.org/commentTime> <http://schema.org/range> <http://schema.org/Date> .
-<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://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/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/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/genre> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/genre> <http://schema.org/range> <http://schema.org/Text> .
-<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://www.w3.org/2000/01/rdf-schema#label> "genre" .
-<http://schema.org/genre> <http://www.w3.org/2000/01/rdf-schema#comment> "Genre of the creative work" .
-<http://schema.org/calories> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/calories> <http://schema.org/range> <http://schema.org/Energy> .
-<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://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/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/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/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/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/recipeYield> <http://schema.org/domain> <http://schema.org/Recipe> .
+<http://schema.org/alternativeHeadline> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/event> <http://schema.org/range> <http://schema.org/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://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://www.w3.org/2000/01/rdf-schema#label> "event" .
+<http://schema.org/event> <http://schema.org/domain> <http://schema.org/Place> .
+<http://schema.org/event> <http://schema.org/domain> <http://schema.org/Organization> .
+<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/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#label> "TelevisionStation" .
+<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 (legacy spelling; see singular form, subEvent)." .
+<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://www.w3.org/2000/01/rdf-schema#label> "subEvents" .
+<http://schema.org/subEvents> <http://schema.org/domain> <http://schema.org/Event> .
+<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://www.w3.org/2000/01/rdf-schema#label> "inPlaylist" .
+<http://schema.org/inPlaylist> <http://schema.org/domain> <http://schema.org/MusicRecording> .
+<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/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#label> "Zoo" .
+<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/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#label> "LiquorStore" .
+<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://www.w3.org/2000/01/rdf-schema#label> "proteinContent" .
+<http://schema.org/proteinContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
+<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/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#label> "Map" .
+<http://schema.org/installUrl> <http://schema.org/range> <http://schema.org/URL> .
+<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://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://www.w3.org/2000/01/rdf-schema#label> "installUrl" .
+<http://schema.org/installUrl> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<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://www.w3.org/2000/01/rdf-schema#label> "itemCondition" .
+<http://schema.org/itemCondition> <http://schema.org/domain> <http://schema.org/Offer> .
+<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/2000/01/rdf-schema#subClassOf> <http://schema.org/Article> .
+<http://schema.org/NewsArticle> <http://www.w3.org/2000/01/rdf-schema#label> "NewsArticle" .
+<http://schema.org/NewsArticle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/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://www.w3.org/2000/01/rdf-schema#label> "jobLocation" .
+<http://schema.org/jobLocation> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<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 (legacy spelling; see singular form, encoding)." .
+<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://www.w3.org/2000/01/rdf-schema#label> "encodings" .
+<http://schema.org/encodings> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<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 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://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://www.w3.org/2000/01/rdf-schema#label> "countriesNotSupported" .
+<http://schema.org/countriesNotSupported> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<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://www.w3.org/2000/01/rdf-schema#label> "workLocation" .
+<http://schema.org/workLocation> <http://schema.org/domain> <http://schema.org/Person> .
+<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://www.w3.org/2000/01/rdf-schema#label> "brand" .
+<http://schema.org/brand> <http://schema.org/domain> <http://schema.org/Product> .
+<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/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#label> "Canal" .
+<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/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#label> "CollectionPage" .
+<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://www.w3.org/2000/01/rdf-schema#label> "additionalName" .
+<http://schema.org/additionalName> <http://schema.org/domain> <http://schema.org/Person> .
+<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/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#label> "Float" .
+<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://www.w3.org/2000/01/rdf-schema#label> "priceValidUntil" .
+<http://schema.org/priceValidUntil> <http://schema.org/domain> <http://schema.org/Offer> .
+<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://www.w3.org/2000/01/rdf-schema#label> "skills" .
+<http://schema.org/skills> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<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://www.w3.org/2000/01/rdf-schema#label> "breadcrumb" .
+<http://schema.org/breadcrumb> <http://schema.org/domain> <http://schema.org/WebPage> .
+<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/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#label> "TVSeason" .
 <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://www.w3.org/2000/01/rdf-schema#label> "recipeYield" .
-<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/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/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/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/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/employmentType> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/employmentType> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/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://schema.org/domain> <http://schema.org/Movie> .
-<http://schema.org/director> <http://schema.org/range> <http://schema.org/Person> .
-<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://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/jobTitle> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/jobTitle> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/associatedArticle> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/associatedArticle> <http://schema.org/range> <http://schema.org/NewsArticle> .
-<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://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/acceptsReservations> <http://schema.org/domain> <http://schema.org/FoodEstablishment> .
-<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/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://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/discusses> <http://schema.org/domain> <http://schema.org/UserComments> .
-<http://schema.org/discusses> <http://schema.org/range> <http://schema.org/CreativeWork> .
-<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://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/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/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/partOfSeason> <http://schema.org/domain> <http://schema.org/TVEpisode> .
-<http://schema.org/partOfSeason> <http://schema.org/range> <http://schema.org/TVSeason> .
-<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://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/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/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/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/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/recipeYield> <http://schema.org/domain> <http://schema.org/Recipe> .
+<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/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#label> "SocialEvent" .
+<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/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#label> "ElementarySchool" .
+<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://www.w3.org/2000/01/rdf-schema#label> "publisher" .
+<http://schema.org/publisher> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/OfferItemCondition> <http://www.w3.org/2000/01/rdf-schema#comment> "A list of possible conditions for the item for sale." .
+<http://schema.org/OfferItemCondition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/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#label> "OfferItemCondition" .
+<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://www.w3.org/2000/01/rdf-schema#label> "sourceOrganization" .
+<http://schema.org/sourceOrganization> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<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://www.w3.org/2000/01/rdf-schema#label> "itemListElement" .
+<http://schema.org/itemListElement> <http://schema.org/domain> <http://schema.org/ItemList> .
+<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/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#label> "HousePainter" .
+<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://www.w3.org/2000/01/rdf-schema#label> "nationality" .
+<http://schema.org/nationality> <http://schema.org/domain> <http://schema.org/Person> .
+<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/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/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/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/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/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/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/encodings> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/encodings> <http://schema.org/range> <http://schema.org/MediaObject> .
-<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://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/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/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/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/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/significantLinks> <http://schema.org/domain> <http://schema.org/WebPage> .
-<http://schema.org/significantLinks> <http://schema.org/range> <http://schema.org/URL> .
-<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://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/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/Synagogue> <http://www.w3.org/2000/01/rdf-schema#label> "Synagogue" .
+<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/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#label> "ScholarlyArticle" .
+<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/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#label> "GovernmentOrganization" .
+<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://www.w3.org/2000/01/rdf-schema#label> "alumniOf" .
+<http://schema.org/alumniOf> <http://schema.org/domain> <http://schema.org/Person> .
+<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/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#label> "BusStation" .
+<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 (legacy spelling; see singular form, contactPoint)." .
+<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://www.w3.org/2000/01/rdf-schema#label> "contactPoints" .
+<http://schema.org/contactPoints> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/contactPoints> <http://schema.org/domain> <http://schema.org/Organization> .
+<http://schema.org/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/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#label> "ApartmentComplex" .
+<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/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#label> "Park" .
+<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/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#label> "Residence" .
+<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://www.w3.org/2000/01/rdf-schema#label> "honorificSuffix" .
+<http://schema.org/honorificSuffix> <http://schema.org/domain> <http://schema.org/Person> .
+<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/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#label> "Embassy" .
+<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://www.w3.org/2000/01/rdf-schema#label> "telephone" .
+<http://schema.org/telephone> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/telephone> <http://schema.org/domain> <http://schema.org/Place> .
+<http://schema.org/telephone> <http://schema.org/domain> <http://schema.org/ContactPoint> .
+<http://schema.org/telephone> <http://schema.org/domain> <http://schema.org/Organization> .
+<http://schema.org/review> <http://schema.org/range> <http://schema.org/Review> .
+<http://schema.org/review> <http://www.w3.org/2000/01/rdf-schema#comment> "A review of the item." .
+<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://www.w3.org/2000/01/rdf-schema#label> "review" .
+<http://schema.org/review> <http://schema.org/domain> <http://schema.org/Offer> .
+<http://schema.org/review> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/review> <http://schema.org/domain> <http://schema.org/Place> .
+<http://schema.org/review> <http://schema.org/domain> <http://schema.org/Product> .
+<http://schema.org/review> <http://schema.org/domain> <http://schema.org/Organization> .
+<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/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#label> "PublicSwimmingPool" .
+<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/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#label> "Waterfall" .
 <http://schema.org/Synagogue> <http://www.w3.org/2000/01/rdf-schema#comment> "A synagogue." .
-<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/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/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/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/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/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/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/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/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/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/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/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/worstRating> <http://schema.org/domain> <http://schema.org/Rating> .
-<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/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://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/member> <http://schema.org/domain> <http://schema.org/Organization> .
-<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/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://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/author> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<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/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://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/subEvents> <http://schema.org/domain> <http://schema.org/Event> .
-<http://schema.org/subEvents> <http://schema.org/range> <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://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/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/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/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/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/itemListOrder> <http://schema.org/domain> <http://schema.org/ItemList> .
-<http://schema.org/itemListOrder> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/subEvent> <http://schema.org/domain> <http://schema.org/Event> .
-<http://schema.org/subEvent> <http://schema.org/range> <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://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/softwareVersion> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/softwareVersion> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/siblings> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/siblings> <http://schema.org/range> <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://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/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/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/sodiumContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/sodiumContent> <http://schema.org/range> <http://schema.org/Mass> .
-<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://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/performer> <http://schema.org/domain> <http://schema.org/Event> .
-<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/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://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/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/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/carrierRequirements> <http://schema.org/domain> <http://schema.org/MobileApplication> .
+<http://schema.org/Synagogue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Synagogue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/PlaceOfWorship> .
+<http://schema.org/Synagogue> <http://www.w3.org/2000/01/rdf-schema#label> "Synagogue" .
+<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/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#label> "Place" .
+<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://www.w3.org/2000/01/rdf-schema#label> "isFamilyFriendly" .
+<http://schema.org/isFamilyFriendly> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/applicationSuite> <http://schema.org/range> <http://schema.org/Text> .
+<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://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://www.w3.org/2000/01/rdf-schema#label> "applicationSuite" .
+<http://schema.org/applicationSuite> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<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/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#label> "TVEpisode" .
+<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://www.w3.org/2000/01/rdf-schema#label> "dateCreated" .
+<http://schema.org/dateCreated> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<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/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#label> "MiddleSchool" .
+<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/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#label> "MusicStore" .
+<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://www.w3.org/2000/01/rdf-schema#label> "contributor" .
+<http://schema.org/contributor> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<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://www.w3.org/2000/01/rdf-schema#label> "numberOfPages" .
+<http://schema.org/numberOfPages> <http://schema.org/domain> <http://schema.org/Book> .
+<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/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#label> "TrainStation" .
+<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/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#label> "Pond" .
+<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/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#label> "ComedyClub" .
+<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/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#label> "Recipe" .
+<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/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#label> "Country" .
 <http://schema.org/carrierRequirements> <http://schema.org/range> <http://schema.org/Text> .
+<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://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://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/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/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/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/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/sibling> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/sibling> <http://schema.org/range> <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://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/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/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/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/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/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/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/inLanguage> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/inLanguage> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/fatContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/fatContent> <http://schema.org/range> <http://schema.org/Mass> .
-<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://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/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/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/events> <http://schema.org/domain> <http://schema.org/Place> .
-<http://schema.org/events> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/events> <http://schema.org/range> <http://schema.org/Event> .
-<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://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/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/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/ComedyEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/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/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/audio> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/audio> <http://schema.org/range> <http://schema.org/AudioObject> .
-<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://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/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/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/releaseNotes> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<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/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://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/workLocation> <http://schema.org/domain> <http://schema.org/Person> .
-<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/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<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/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/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/about> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/about> <http://schema.org/range> <http://schema.org/Thing> .
-<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://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/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/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/encodesCreativeWork> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/encodesCreativeWork> <http://schema.org/range> <http://schema.org/CreativeWork> .
-<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://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/height> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/height> <http://schema.org/range> <http://schema.org/Distance> .
-<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://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/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/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/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/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/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/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/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/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/postalCode> <http://schema.org/domain> <http://schema.org/PostalAddress> .
+<http://schema.org/carrierRequirements> <http://schema.org/domain> <http://schema.org/MobileApplication> .
+<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/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#label> "MusicGroup" .
+<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://www.w3.org/2000/01/rdf-schema#label> "currenciesAccepted" .
+<http://schema.org/currenciesAccepted> <http://schema.org/domain> <http://schema.org/LocalBusiness> .
+<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/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#label> "FurnitureStore" .
+<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/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#label> "Duration" .
+<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 (legacy spelling; see singular form, attendee)." .
+<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://www.w3.org/2000/01/rdf-schema#label> "attendees" .
+<http://schema.org/attendees> <http://schema.org/domain> <http://schema.org/Event> .
+<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://www.w3.org/2000/01/rdf-schema#label> "superEvent" .
+<http://schema.org/superEvent> <http://schema.org/domain> <http://schema.org/Event> .
 <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://www.w3.org/2000/01/rdf-schema#label> "postalCode" .
-<http://schema.org/postalCode> <http://www.w3.org/2000/01/rdf-schema#comment> "The postal code. For example, 94043." .
-<http://schema.org/reviewRating> <http://schema.org/domain> <http://schema.org/Review> .
-<http://schema.org/reviewRating> <http://schema.org/range> <http://schema.org/Rating> .
-<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://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/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/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/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/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/name> <http://schema.org/domain> <http://schema.org/Thing> .
-<http://schema.org/name> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/creator> <http://schema.org/domain> <http://schema.org/UserComments> .
-<http://schema.org/creator> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<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/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://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/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/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/Corporation> <http://purl.org/dc/terms/source> <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews> .
-<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/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/musicGroupMember> <http://schema.org/domain> <http://schema.org/MusicGroup> .
-<http://schema.org/musicGroupMember> <http://schema.org/range> <http://schema.org/Person> .
-<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://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/telephone> <http://schema.org/domain> <http://schema.org/Place> .
-<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/range> <http://schema.org/Text> .
-<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://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/address> <http://schema.org/domain> <http://schema.org/Place> .
-<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/range> <http://schema.org/PostalAddress> .
-<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://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/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/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/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/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/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/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/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/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/fileSize> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/fileSize> <http://schema.org/range> <http://schema.org/Integer> .
-<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://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/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/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/playerType> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/playerType> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/contentUrl> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<http://schema.org/postalCode> <http://schema.org/domain> <http://schema.org/PostalAddress> .
+<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/2000/01/rdf-schema#subClassOf> <http://schema.org/MediaObject> .
+<http://schema.org/VideoObject> <http://www.w3.org/2000/01/rdf-schema#label> "VideoObject" .
+<http://schema.org/VideoObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/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://www.w3.org/2000/01/rdf-schema#label> "occupationalCategory" .
+<http://schema.org/occupationalCategory> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<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/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#label> "Organization" .
+<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/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#label> "ClothingStore" .
+<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://www.w3.org/2000/01/rdf-schema#label> "salaryCurrency" .
+<http://schema.org/salaryCurrency> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<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/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#label> "Airport" .
+<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/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#label> "MotorcycleRepair" .
+<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/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#label> "RoofingContractor" .
+<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://www.w3.org/2000/01/rdf-schema#label> "manufacturer" .
+<http://schema.org/manufacturer> <http://schema.org/domain> <http://schema.org/Product> .
+<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/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#label> "MovieRentalStore" .
+<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://www.w3.org/2000/01/rdf-schema#label> "representativeOfPage" .
+<http://schema.org/representativeOfPage> <http://schema.org/domain> <http://schema.org/ImageObject> .
+<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/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#label> "LiteraryEvent" .
+<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://www.w3.org/2000/01/rdf-schema#label> "saturatedFatContent" .
+<http://schema.org/saturatedFatContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
 <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. (previous spelling: contentURL)" .
 <http://schema.org/contentUrl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
 <http://schema.org/contentUrl> <http://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/operatingSystem> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/operatingSystem> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/maps> <http://schema.org/domain> <http://schema.org/Place> .
-<http://schema.org/maps> <http://schema.org/range> <http://schema.org/URL> .
-<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://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/LegislativeBuilding> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/GovernmentBuilding> .
-<http://schema.org/LegislativeBuilding> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/LegislativeBuilding> <http://www.w3.org/2000/01/rdf-schema#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/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/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/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#subClassOf> <http://schema.org/ProfessionalService> .
-<http://schema.org/Dentist> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Dentist> <http://www.w3.org/2000/01/rdf-schema#label> "Dentist" .
-<http://schema.org/Dentist> <http://www.w3.org/2000/01/rdf-schema#comment> "A dentist." .
-<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/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/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/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/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/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/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/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/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/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/tickerSymbol> <http://schema.org/domain> <http://schema.org/Corporation> .
-<http://schema.org/tickerSymbol> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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://schema.org/range> <http://schema.org/ContactPoint> .
-<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://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/map> <http://schema.org/domain> <http://schema.org/Place> .
-<http://schema.org/map> <http://schema.org/range> <http://schema.org/URL> .
-<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://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/DataType> <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/contentRating> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/contentRating> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/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/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/numberOfEpisodes> <http://schema.org/domain> <http://schema.org/TVSeason> .
-<http://schema.org/numberOfEpisodes> <http://schema.org/domain> <http://schema.org/TVSeries> .
-<http://schema.org/numberOfEpisodes> <http://schema.org/range> <http://schema.org/Number> .
-<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://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/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/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/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://schema.org/range> <http://schema.org/MusicRecording> .
-<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://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/dateCreated> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/dateCreated> <http://schema.org/range> <http://schema.org/Date> .
-<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://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/device> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/device> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/publishingPrinciples> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/publishingPrinciples> <http://schema.org/range> <http://schema.org/URL> .
-<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://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/itemOffered> <http://schema.org/domain> <http://schema.org/Offer> .
-<http://schema.org/itemOffered> <http://schema.org/range> <http://schema.org/Product> .
-<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://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/responsibilities> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/responsibilities> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/givenName> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/givenName> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/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/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/browserRequirements> <http://schema.org/domain> <http://schema.org/WebApplication> .
-<http://schema.org/browserRequirements> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/commentText> <http://schema.org/domain> <http://schema.org/UserComments> .
-<http://schema.org/commentText> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/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/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/polygon> <http://schema.org/domain> <http://schema.org/GeoShape> .
-<http://schema.org/polygon> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/colleague> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/colleague> <http://schema.org/range> <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://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/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/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/branchOf> <http://schema.org/domain> <http://schema.org/LocalBusiness> .
-<http://schema.org/branchOf> <http://schema.org/range> <http://schema.org/Organization> .
-<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://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/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/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/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/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/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/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/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://schema.org/domain> <http://schema.org/Movie> .
-<http://schema.org/producer> <http://schema.org/range> <http://schema.org/Person> .
-<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://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/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/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/incentives> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/incentives> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/title> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/title> <http://schema.org/range> <http://schema.org/Text> .
-<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://www.w3.org/2000/01/rdf-schema#label> "title" .
-<http://schema.org/title> <http://www.w3.org/2000/01/rdf-schema#comment> "The title of the job." .
-<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/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/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/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/bookEdition> <http://schema.org/domain> <http://schema.org/Book> .
-<http://schema.org/bookEdition> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/ratingValue> <http://schema.org/domain> <http://schema.org/Rating> .
+<http://schema.org/contentUrl> <http://schema.org/domain> <http://schema.org/MediaObject> .
 <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://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/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/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/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/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/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/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/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/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/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/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/elevation> <http://schema.org/domain> <http://schema.org/GeoCoordinates> .
-<http://schema.org/elevation> <http://schema.org/domain> <http://schema.org/GeoShape> .
-<http://schema.org/elevation> <http://schema.org/range> <http://schema.org/Number> .
-<http://schema.org/elevation> <http://schema.org/range> <http://schema.org/Text> .
-<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://www.w3.org/2000/01/rdf-schema#label> "elevation" .
-<http://schema.org/elevation> <http://www.w3.org/2000/01/rdf-schema#comment> "The elevation of a location." .
-<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://schema.org/range> <http://schema.org/Text> .
-<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://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/nutrition> <http://schema.org/domain> <http://schema.org/Recipe> .
-<http://schema.org/nutrition> <http://schema.org/range> <http://schema.org/NutritionInformation> .
-<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://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/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/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/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/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/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/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/NewsArticle> <http://purl.org/dc/terms/source> <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews> .
-<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/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/attendees> <http://schema.org/domain> <http://schema.org/Event> .
-<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/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://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/sourceOrganization> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/sourceOrganization> <http://schema.org/range> <http://schema.org/Organization> .
-<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://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/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/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/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/ProfilePage> <http://www.w3.org/2000/01/rdf-schema#label> "ProfilePage" .
+<http://schema.org/ratingValue> <http://schema.org/domain> <http://schema.org/Rating> .
 <http://schema.org/ProfilePage> <http://www.w3.org/2000/01/rdf-schema#comment> "Web page type: Profile page." .
-<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/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/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/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/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/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/Person> <http://purl.org/dc/terms/source> <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews> .
-<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/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#comment> "A person (alive, dead, undead, or fictional)." .
-<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/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/workHours> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/workHours> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/containedIn> <http://schema.org/domain> <http://schema.org/Place> .
-<http://schema.org/containedIn> <http://schema.org/range> <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://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/numTracks> <http://schema.org/domain> <http://schema.org/MusicPlaylist> .
-<http://schema.org/numTracks> <http://schema.org/range> <http://schema.org/Integer> .
-<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://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/lowPrice> <http://schema.org/domain> <http://schema.org/AggregateOffer> .
-<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/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://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/copyrightHolder> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<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/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://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/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/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/fiberContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/fiberContent> <http://schema.org/range> <http://schema.org/Mass> .
-<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://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/priceValidUntil> <http://schema.org/domain> <http://schema.org/Offer> .
-<http://schema.org/priceValidUntil> <http://schema.org/range> <http://schema.org/Date> .
-<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://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/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/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/availability> <http://schema.org/domain> <http://schema.org/Offer> .
-<http://schema.org/availability> <http://schema.org/range> <http://schema.org/ItemAvailability> .
-<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://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/currenciesAccepted> <http://schema.org/domain> <http://schema.org/LocalBusiness> .
-<http://schema.org/currenciesAccepted> <http://schema.org/range> <http://schema.org/Text> .
-<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://www.w3.org/2000/01/rdf-schema#label> "currenciesAccepted" .
-<http://schema.org/currenciesAccepted> <http://www.w3.org/2000/01/rdf-schema#comment> "The currency accepted (in ISO 4217 currency format)." .
-<http://schema.org/prepTime> <http://schema.org/domain> <http://schema.org/Recipe> .
-<http://schema.org/prepTime> <http://schema.org/range> <http://schema.org/Duration> .
-<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://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/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/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/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/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/mainContentOfPage> <http://schema.org/domain> <http://schema.org/WebPage> .
-<http://schema.org/mainContentOfPage> <http://schema.org/range> <http://schema.org/WebPageElement> .
-<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://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/itemCondition> <http://schema.org/domain> <http://schema.org/Offer> .
-<http://schema.org/itemCondition> <http://schema.org/range> <http://schema.org/OfferItemCondition> .
-<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://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/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/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/Thing> <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/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/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/applicationSubCategory> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<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/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://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/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/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/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/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/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/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/printSection> <http://schema.org/domain> <http://schema.org/NewsArticle> .
-<http://schema.org/printSection> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/storageRequirements> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<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/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://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/representativeOfPage> <http://schema.org/domain> <http://schema.org/ImageObject> .
-<http://schema.org/representativeOfPage> <http://schema.org/range> <http://schema.org/Boolean> .
-<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://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/applicationCategory> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<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/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://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/industry> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<http://schema.org/ProfilePage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/ProfilePage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPage> .
+<http://schema.org/ProfilePage> <http://www.w3.org/2000/01/rdf-schema#label> "ProfilePage" .
+<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://www.w3.org/2000/01/rdf-schema#label> "byArtist" .
+<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/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://www.w3.org/2000/01/rdf-schema#label> "endDate" .
+<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/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://www.w3.org/2000/01/rdf-schema#label> "seasonNumber" .
+<http://schema.org/seasonNumber> <http://schema.org/domain> <http://schema.org/TVSeason> .
+<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/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#label> "RVPark" .
+<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/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#label> "SubwayStation" .
+<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://www.w3.org/2000/01/rdf-schema#label> "associatedArticle" .
+<http://schema.org/associatedArticle> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<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://www.w3.org/2000/01/rdf-schema#label> "benefits" .
+<http://schema.org/benefits> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<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/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#label> "BlogPosting" .
+<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://www.w3.org/2000/01/rdf-schema#label> "alumni" .
+<http://schema.org/alumni> <http://schema.org/domain> <http://schema.org/EducationalOrganization> .
+<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/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#label> "WPAdBlock" .
+<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://www.w3.org/2000/01/rdf-schema#label> "totalTime" .
+<http://schema.org/totalTime> <http://schema.org/domain> <http://schema.org/Recipe> .
+<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/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#label> "HealthClub" .
+<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://www.w3.org/2000/01/rdf-schema#label> "interactionCount" .
+<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/Place> .
+<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/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/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#label> "Plumber" .
+<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://www.w3.org/2000/01/rdf-schema#label> "experienceRequirements" .
+<http://schema.org/experienceRequirements> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<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/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#label> "Aquarium" .
+<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/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#label> "DefenceEstablishment" .
+<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/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#label> "State" .
+<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/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#label> "ComputerStore" .
 <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://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/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/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/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/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/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/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/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/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/Embassy> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/GovernmentBuilding> .
-<http://schema.org/Embassy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Embassy> <http://www.w3.org/2000/01/rdf-schema#label> "Embassy" .
-<http://schema.org/Embassy> <http://www.w3.org/2000/01/rdf-schema#comment> "An embassy." .
-<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/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/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/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/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/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/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/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/reviews> <http://schema.org/domain> <http://schema.org/Product> .
-<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/CreativeWork> .
-<http://schema.org/reviews> <http://schema.org/domain> <http://schema.org/Offer> .
-<http://schema.org/reviews> <http://schema.org/range> <http://schema.org/Review> .
-<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://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/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/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/keywords> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/keywords> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/photos> <http://schema.org/domain> <http://schema.org/Place> .
-<http://schema.org/photos> <http://schema.org/range> <http://schema.org/ImageObject> .
-<http://schema.org/photos> <http://schema.org/range> <http://schema.org/Photograph> .
-<http://schema.org/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://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/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/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/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/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/printColumn> <http://schema.org/domain> <http://schema.org/NewsArticle> .
-<http://schema.org/printColumn> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/CafeOrCoffeeShop> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FoodEstablishment> .
-<http://schema.org/CafeOrCoffeeShop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/CafeOrCoffeeShop> <http://www.w3.org/2000/01/rdf-schema#label> "CafeOrCoffeeShop" .
-<http://schema.org/CafeOrCoffeeShop> <http://www.w3.org/2000/01/rdf-schema#comment> "A cafe or coffee shop." .
-<http://schema.org/publisher> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/publisher> <http://schema.org/range> <http://schema.org/Organization> .
-<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://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/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/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/offers> <http://schema.org/domain> <http://schema.org/Product> .
-<http://schema.org/offers> <http://schema.org/domain> <http://schema.org/Event> .
-<http://schema.org/offers> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/offers> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/offers> <http://schema.org/range> <http://schema.org/Offer> .
-<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://www.w3.org/2000/01/rdf-schema#label> "offers" .
-<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/offerCount> <http://schema.org/domain> <http://schema.org/AggregateOffer> .
+<http://schema.org/industry> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<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://www.w3.org/2000/01/rdf-schema#label> "expires" .
+<http://schema.org/expires> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<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://www.w3.org/2000/01/rdf-schema#label> "videoQuality" .
+<http://schema.org/videoQuality> <http://schema.org/domain> <http://schema.org/VideoObject> .
+<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://www.w3.org/2000/01/rdf-schema#label> "regionsAllowed" .
+<http://schema.org/regionsAllowed> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<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://www.w3.org/2000/01/rdf-schema#label> "circle" .
+<http://schema.org/circle> <http://schema.org/domain> <http://schema.org/GeoShape> .
+<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://www.w3.org/2000/01/rdf-schema#label> "headline" .
+<http://schema.org/headline> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<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/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#label> "CheckoutPage" .
+<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://www.w3.org/2000/01/rdf-schema#label> "availability" .
+<http://schema.org/availability> <http://schema.org/domain> <http://schema.org/Offer> .
+<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/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#subClassOf> <http://schema.org/AutomotiveBusiness> .
+<http://schema.org/AutoPartsStore> <http://www.w3.org/2000/01/rdf-schema#label> "AutoPartsStore" .
+<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/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#label> "Playground" .
+<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/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#label> "Sculpture" .
+<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/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#label> "MensClothingStore" .
+<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/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#label> "MusicRecording" .
 <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://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/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/HighSchool> <http://www.w3.org/2000/01/rdf-schema#label> "HighSchool" .
+<http://schema.org/offerCount> <http://schema.org/domain> <http://schema.org/AggregateOffer> .
+<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://www.w3.org/2000/01/rdf-schema#label> "reviewBody" .
+<http://schema.org/reviewBody> <http://schema.org/domain> <http://schema.org/Review> .
+<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://www.w3.org/2000/01/rdf-schema#label> "birthDate" .
+<http://schema.org/birthDate> <http://schema.org/domain> <http://schema.org/Person> .
+<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://www.w3.org/2000/01/rdf-schema#label> "comment" .
+<http://schema.org/comment> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/colleague> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/colleague> <http://www.w3.org/2000/01/rdf-schema#comment> "A colleague of the 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://www.w3.org/2000/01/rdf-schema#label> "colleague" .
+<http://schema.org/colleague> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/founder> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/founder> <http://www.w3.org/2000/01/rdf-schema#comment> "A person who founded this 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://www.w3.org/2000/01/rdf-schema#label> "founder" .
+<http://schema.org/founder> <http://schema.org/domain> <http://schema.org/Organization> .
+<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/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#label> "Florist" .
+<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. (legacy spelling; see singular form, award)" .
+<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://www.w3.org/2000/01/rdf-schema#label> "awards" .
+<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/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/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#label> "PostOffice" .
+<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/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#label> "Distance" .
+<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/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#label> "DepartmentStore" .
+<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/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#label> "UserDownloads" .
+<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://www.w3.org/2000/01/rdf-schema#label> "softwareVersion" .
+<http://schema.org/softwareVersion> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<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/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#label> "ShoppingCenter" .
+<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/2000/01/rdf-schema#subClassOf> <http://schema.org/Thing> .
+<http://schema.org/Person> <http://www.w3.org/2000/01/rdf-schema#label> "Person" .
+<http://schema.org/Person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/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/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#label> "PerformingGroup" .
+<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://www.w3.org/2000/01/rdf-schema#label> "description" .
+<http://schema.org/description> <http://schema.org/domain> <http://schema.org/Thing> .
+<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/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#label> "ProfessionalService" .
+<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/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#label> "BankOrCreditUnion" .
+<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://www.w3.org/2000/01/rdf-schema#label> "containedIn" .
+<http://schema.org/containedIn> <http://schema.org/domain> <http://schema.org/Place> .
+<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/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#label> "HobbyShop" .
+<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://www.w3.org/2000/01/rdf-schema#label> "employmentType" .
+<http://schema.org/employmentType> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<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://www.w3.org/2000/01/rdf-schema#label> "priceRange" .
+<http://schema.org/priceRange> <http://schema.org/domain> <http://schema.org/LocalBusiness> .
+<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://www.w3.org/2000/01/rdf-schema#label> "acceptsReservations" .
+<http://schema.org/acceptsReservations> <http://schema.org/domain> <http://schema.org/FoodEstablishment> .
 <http://schema.org/HighSchool> <http://www.w3.org/2000/01/rdf-schema#comment> "A high school." .
-<http://schema.org/albums> <http://schema.org/domain> <http://schema.org/MusicGroup> .
-<http://schema.org/albums> <http://schema.org/range> <http://schema.org/MusicAlbum> .
-<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://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/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/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/salaryCurrency> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/salaryCurrency> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/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/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/text> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/text> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/priceCurrency> <http://schema.org/domain> <http://schema.org/Offer> .
+<http://schema.org/HighSchool> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/HighSchool> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EducationalOrganization> .
+<http://schema.org/HighSchool> <http://www.w3.org/2000/01/rdf-schema#label> "HighSchool" .
+<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/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#label> "CafeOrCoffeeShop" .
+<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://www.w3.org/2000/01/rdf-schema#label> "datePosted" .
+<http://schema.org/datePosted> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<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/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#label> "AutoBodyShop" .
+<http://schema.org/blogPost> <http://schema.org/range> <http://schema.org/BlogPosting> .
+<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://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://www.w3.org/2000/01/rdf-schema#label> "blogPost" .
+<http://schema.org/blogPost> <http://schema.org/domain> <http://schema.org/Blog> .
+<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/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#label> "StructuredValue" .
+<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://www.w3.org/2000/01/rdf-schema#label> "incentives" .
+<http://schema.org/incentives> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<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/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#label> "ExerciseGym" .
+<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://www.w3.org/2000/01/rdf-schema#label> "inAlbum" .
+<http://schema.org/inAlbum> <http://schema.org/domain> <http://schema.org/MusicRecording> .
+<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/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#label> "AggregateRating" .
+<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/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#label> "AutomotiveBusiness" .
+<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://www.w3.org/2000/01/rdf-schema#label> "inLanguage" .
+<http://schema.org/inLanguage> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<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/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#label> "EmergencyService" .
+<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/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#label> "TravelAgency" .
+<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/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#label> "HairSalon" .
+<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/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#label> "EntertainmentBusiness" .
+<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://www.w3.org/2000/01/rdf-schema#label> "faxNumber" .
+<http://schema.org/faxNumber> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/faxNumber> <http://schema.org/domain> <http://schema.org/Place> .
+<http://schema.org/faxNumber> <http://schema.org/domain> <http://schema.org/ContactPoint> .
+<http://schema.org/faxNumber> <http://schema.org/domain> <http://schema.org/Organization> .
+<http://schema.org/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://www.w3.org/2000/01/rdf-schema#label> "exifData" .
+<http://schema.org/exifData> <http://schema.org/domain> <http://schema.org/ImageObject> .
 <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://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/videoFrameSize> <http://schema.org/domain> <http://schema.org/VideoObject> .
-<http://schema.org/videoFrameSize> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/skills> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/skills> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/byArtist> <http://schema.org/domain> <http://schema.org/MusicRecording> .
-<http://schema.org/byArtist> <http://schema.org/domain> <http://schema.org/MusicAlbum> .
-<http://schema.org/byArtist> <http://schema.org/range> <http://schema.org/MusicGroup> .
-<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://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/alumni> <http://schema.org/domain> <http://schema.org/EducationalOrganization> .
-<http://schema.org/alumni> <http://schema.org/range> <http://schema.org/Person> .
-<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://www.w3.org/2000/01/rdf-schema#label> "alumni" .
-<http://schema.org/alumni> <http://www.w3.org/2000/01/rdf-schema#comment> "Alumni of educational organization." .
-<http://schema.org/jobLocation> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/jobLocation> <http://schema.org/range> <http://schema.org/Place> .
-<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://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/gender> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/gender> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/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://schema.org/domain> <http://schema.org/Movie> .
-<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/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<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/video> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/video> <http://schema.org/range> <http://schema.org/VideoObject> .
-<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://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/performerIn> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/performerIn> <http://schema.org/range> <http://schema.org/Event> .
-<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://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/event> <http://schema.org/domain> <http://schema.org/Place> .
-<http://schema.org/event> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/event> <http://schema.org/range> <http://schema.org/Event> .
-<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://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/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/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/associatedMedia> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/associatedMedia> <http://schema.org/range> <http://schema.org/MediaObject> .
-<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://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/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/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/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/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/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/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/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/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/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/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/inAlbum> <http://schema.org/domain> <http://schema.org/MusicRecording> .
-<http://schema.org/inAlbum> <http://schema.org/range> <http://schema.org/MusicAlbum> .
-<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://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/regionsAllowed> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/regionsAllowed> <http://schema.org/range> <http://schema.org/Place> .
-<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://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/printPage> <http://schema.org/domain> <http://schema.org/NewsArticle> .
+<http://schema.org/priceCurrency> <http://schema.org/domain> <http://schema.org/Offer> .
+<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/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#label> "WebPage" .
+<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://www.w3.org/2000/01/rdf-schema#label> "tickerSymbol" .
+<http://schema.org/tickerSymbol> <http://schema.org/domain> <http://schema.org/Corporation> .
+<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/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#label> "ParkingFacility" .
+<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://www.w3.org/2000/01/rdf-schema#label> "illustrator" .
+<http://schema.org/illustrator> <http://schema.org/domain> <http://schema.org/Book> .
+<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/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#label> "Volcano" .
+<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/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#label> "Review" .
+<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/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#label> "HealthAndBeautyBusiness" .
+<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://www.w3.org/2000/01/rdf-schema#label> "accountablePerson" .
+<http://schema.org/accountablePerson> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<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://www.w3.org/2000/01/rdf-schema#label> "playerType" .
+<http://schema.org/playerType> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<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 (legacy spelling; see singular form, colleague)." .
+<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://www.w3.org/2000/01/rdf-schema#label> "colleagues" .
+<http://schema.org/colleagues> <http://schema.org/domain> <http://schema.org/Person> .
+<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://www.w3.org/2000/01/rdf-schema#label> "contentLocation" .
+<http://schema.org/contentLocation> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<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/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#label> "AboutPage" .
+<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://www.w3.org/2000/01/rdf-schema#label> "bookEdition" .
+<http://schema.org/bookEdition> <http://schema.org/domain> <http://schema.org/Book> .
+<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/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#label> "ArtGallery" .
+<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://www.w3.org/2000/01/rdf-schema#label> "addressLocality" .
+<http://schema.org/addressLocality> <http://schema.org/domain> <http://schema.org/PostalAddress> .
+<http://schema.org/processorRequirements> <http://schema.org/range> <http://schema.org/Text> .
+<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://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://www.w3.org/2000/01/rdf-schema#label> "processorRequirements" .
+<http://schema.org/processorRequirements> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<http://schema.org/sibling> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/sibling> <http://www.w3.org/2000/01/rdf-schema#comment> "A sibling of the 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://www.w3.org/2000/01/rdf-schema#label> "sibling" .
+<http://schema.org/sibling> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/award> <http://schema.org/range> <http://schema.org/Text> .
+<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://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://www.w3.org/2000/01/rdf-schema#label> "award" .
+<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/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://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/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/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/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/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/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/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/occupationalCategory> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/occupationalCategory> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/addressLocality> <http://schema.org/domain> <http://schema.org/PostalAddress> .
-<http://schema.org/addressLocality> <http://schema.org/range> <http://schema.org/Text> .
-<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://www.w3.org/2000/01/rdf-schema#label> "addressLocality" .
-<http://schema.org/addressLocality> <http://www.w3.org/2000/01/rdf-schema#comment> "The locality. For example, Mountain View." .
-<http://schema.org/isbn> <http://schema.org/domain> <http://schema.org/Book> .
+<http://schema.org/printPage> <http://schema.org/domain> <http://schema.org/NewsArticle> .
+<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://www.w3.org/2000/01/rdf-schema#label> "children" .
+<http://schema.org/children> <http://schema.org/domain> <http://schema.org/Person> .
+<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://www.w3.org/2000/01/rdf-schema#label> "audio" .
+<http://schema.org/audio> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/operatingSystem> <http://schema.org/range> <http://schema.org/Text> .
+<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://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://www.w3.org/2000/01/rdf-schema#label> "operatingSystem" .
+<http://schema.org/operatingSystem> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<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://www.w3.org/2000/01/rdf-schema#label> "image" .
+<http://schema.org/image> <http://schema.org/domain> <http://schema.org/Thing> .
+<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://www.w3.org/2000/01/rdf-schema#label> "producer" .
+<http://schema.org/producer> <http://schema.org/domain> <http://schema.org/TVSeries> .
+<http://schema.org/producer> <http://schema.org/domain> <http://schema.org/Movie> .
+<http://schema.org/producer> <http://schema.org/domain> <http://schema.org/TVEpisode> .
+<http://schema.org/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://www.w3.org/2000/01/rdf-schema#label> "productID" .
+<http://schema.org/productID> <http://schema.org/domain> <http://schema.org/Product> .
+<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://www.w3.org/2000/01/rdf-schema#label> "address" .
+<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://schema.org/domain> <http://schema.org/Organization> .
 <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://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/comment> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/comment> <http://schema.org/range> <http://schema.org/UserComments> .
-<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://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/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/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/box> <http://schema.org/domain> <http://schema.org/GeoShape> .
-<http://schema.org/box> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/menu> <http://schema.org/domain> <http://schema.org/FoodEstablishment> .
+<http://schema.org/isbn> <http://schema.org/domain> <http://schema.org/Book> .
+<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://schema.org/range> <http://schema.org/Text> .
+<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://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/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/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/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/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/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/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/inPlaylist> <http://schema.org/domain> <http://schema.org/MusicRecording> .
-<http://schema.org/inPlaylist> <http://schema.org/range> <http://schema.org/MusicPlaylist> .
-<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://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/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/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/servingSize> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/servingSize> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/superEvent> <http://schema.org/domain> <http://schema.org/Event> .
-<http://schema.org/superEvent> <http://schema.org/range> <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://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/expires> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/expires> <http://schema.org/range> <http://schema.org/Date> .
-<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://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/image> <http://schema.org/domain> <http://schema.org/Thing> .
-<http://schema.org/image> <http://schema.org/range> <http://schema.org/URL> .
-<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://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/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/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/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/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/parent> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/parent> <http://schema.org/range> <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://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/reviewBody> <http://schema.org/domain> <http://schema.org/Review> .
-<http://schema.org/reviewBody> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/birthDate> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/birthDate> <http://schema.org/range> <http://schema.org/Date> .
-<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://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/transFatContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/transFatContent> <http://schema.org/range> <http://schema.org/Mass> .
-<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://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/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/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/qualifications> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<http://schema.org/menu> <http://schema.org/domain> <http://schema.org/FoodEstablishment> .
+<http://schema.org/EmploymentAgency> <http://www.w3.org/2000/01/rdf-schema#comment> "An employment agency." .
+<http://schema.org/EmploymentAgency> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/EmploymentAgency> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
+<http://schema.org/EmploymentAgency> <http://www.w3.org/2000/01/rdf-schema#label> "EmploymentAgency" .
+<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://www.w3.org/2000/01/rdf-schema#label> "wordCount" .
+<http://schema.org/wordCount> <http://schema.org/domain> <http://schema.org/Article> .
+<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://www.w3.org/2000/01/rdf-schema#label> "cookTime" .
+<http://schema.org/cookTime> <http://schema.org/domain> <http://schema.org/Recipe> .
+<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> "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://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://www.w3.org/2000/01/rdf-schema#label> "permissions" .
+<http://schema.org/permissions> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<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://www.w3.org/2000/01/rdf-schema#label> "itemReviewed" .
+<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/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/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#label> "SportsClub" .
+<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/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#label> "AdministrativeArea" .
+<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 (legacy spelling; see singular form, event)." .
+<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://www.w3.org/2000/01/rdf-schema#label> "events" .
+<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/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/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#label> "VeterinaryCare" .
+<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://www.w3.org/2000/01/rdf-schema#label> "trailer" .
+<http://schema.org/trailer> <http://schema.org/domain> <http://schema.org/TVSeries> .
+<http://schema.org/trailer> <http://schema.org/domain> <http://schema.org/TVSeason> .
+<http://schema.org/trailer> <http://schema.org/domain> <http://schema.org/Movie> .
+<http://schema.org/trailer> <http://schema.org/domain> <http://schema.org/TVEpisode> .
+<http://schema.org/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://www.w3.org/2000/01/rdf-schema#label> "name" .
+<http://schema.org/name> <http://schema.org/domain> <http://schema.org/Thing> .
+<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/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#label> "LegislativeBuilding" .
 <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://www.w3.org/2000/01/rdf-schema#label> "qualifications" .
-<http://schema.org/qualifications> <http://www.w3.org/2000/01/rdf-schema#comment> "Specific qualifications required for this role." .
-<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/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/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/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/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/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/requiresSubscription> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/requiresSubscription> <http://schema.org/range> <http://schema.org/Boolean> .
-<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://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/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/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/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/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/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/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/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/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/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/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/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/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/founder> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/founder> <http://schema.org/range> <http://schema.org/Person> .
-<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://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/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/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/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/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/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/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/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/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/interactionCount> <http://schema.org/domain> <http://schema.org/Place> .
-<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/range> <http://schema.org/Text> .
-<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://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/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/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/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/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/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/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/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/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/CreativeWork> <http://purl.org/dc/terms/source> <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews> .
-<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/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#comment> "The most generic kind of creative work, including books, movies, photographs, software programs, etc." .
-<http://schema.org/requirements> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<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/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://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/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/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/LocalBusiness> <http://www.w3.org/2000/01/rdf-schema#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/additionalName> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/additionalName> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/fileFormat> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/fileFormat> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/nationality> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/nationality> <http://schema.org/range> <http://schema.org/Country> .
-<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://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/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/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/significantLink> <http://schema.org/domain> <http://schema.org/WebPage> .
-<http://schema.org/significantLink> <http://schema.org/range> <http://schema.org/URL> .
-<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://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/addressRegion> <http://schema.org/domain> <http://schema.org/PostalAddress> .
-<http://schema.org/addressRegion> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/GeoShape> <http://purl.org/dc/terms/source> <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews> .
-<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/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/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/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/editor> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/editor> <http://schema.org/range> <http://schema.org/Person> .
-<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://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/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/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/proteinContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/proteinContent> <http://schema.org/range> <http://schema.org/Mass> .
-<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://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/GovernmentOrganization> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Organization> .
-<http://schema.org/GovernmentOrganization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/GovernmentOrganization> <http://www.w3.org/2000/01/rdf-schema#label> "GovernmentOrganization" .
-<http://schema.org/GovernmentOrganization> <http://www.w3.org/2000/01/rdf-schema#comment> "A governmental organization or agency." .
-<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/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/memoryRequirements> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<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/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://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/colleagues> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/colleagues> <http://schema.org/range> <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://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/sugarContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/sugarContent> <http://schema.org/range> <http://schema.org/Mass> .
-<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://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/AudioObject> <http://purl.org/dc/terms/source> <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews> .
-<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/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#comment> "An audio file." .
-<http://schema.org/price> <http://schema.org/domain> <http://schema.org/Offer> .
-<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/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://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/baseSalary> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/baseSalary> <http://schema.org/range> <http://schema.org/Number> .
-<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://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/paymentAccepted> <http://schema.org/domain> <http://schema.org/LocalBusiness> .
-<http://schema.org/paymentAccepted> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/breadcrumb> <http://schema.org/domain> <http://schema.org/WebPage> .
-<http://schema.org/breadcrumb> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/Article> <http://purl.org/dc/terms/source> <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews> .
-<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/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/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/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/embedUrl> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/embedUrl> <http://schema.org/range> <http://schema.org/URL> .
-<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://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/recipeCuisine> <http://schema.org/domain> <http://schema.org/Recipe> .
+<http://schema.org/qualifications> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<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/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#label> "Casino" .
+<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/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#label> "SaleEvent" .
+<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/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#label> "DanceGroup" .
+<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/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#label> "NGO" .
+<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/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#label> "Book" .
+<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 (legacy spelling; see singular form, parent)." .
+<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://www.w3.org/2000/01/rdf-schema#label> "parents" .
+<http://schema.org/parents> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/text> <http://schema.org/range> <http://schema.org/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://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://www.w3.org/2000/01/rdf-schema#label> "text" .
+<http://schema.org/text> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<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/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#label> "ContactPage" .
+<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://www.w3.org/2000/01/rdf-schema#label> "hiringOrganization" .
+<http://schema.org/hiringOrganization> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<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://www.w3.org/2000/01/rdf-schema#label> "transcript" .
+<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/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/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#label> "HomeAndConstructionBusiness" .
+<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/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#subClassOf> <http://schema.org/CreativeWork> .
+<http://schema.org/Comment> <http://www.w3.org/2000/01/rdf-schema#label> "Comment" .
+<http://schema.org/parent> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/parent> <http://www.w3.org/2000/01/rdf-schema#comment> "A parent of this 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://www.w3.org/2000/01/rdf-schema#label> "parent" .
+<http://schema.org/parent> <http://schema.org/domain> <http://schema.org/Person> .
+<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/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#label> "AutoRental" .
+<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/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#label> "UserPlusOnes" .
+<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/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#label> "Rating" .
+<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/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#label> "Crematorium" .
+<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://www.w3.org/2000/01/rdf-schema#label> "discussionUrl" .
+<http://schema.org/discussionUrl> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<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://www.w3.org/2000/01/rdf-schema#label> "dateline" .
+<http://schema.org/dateline> <http://schema.org/domain> <http://schema.org/NewsArticle> .
+<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://www.w3.org/2000/01/rdf-schema#label> "videoFrameSize" .
+<http://schema.org/videoFrameSize> <http://schema.org/domain> <http://schema.org/VideoObject> .
+<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/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#label> "Electrician" .
+<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://www.w3.org/2000/01/rdf-schema#label> "ingredients" .
+<http://schema.org/ingredients> <http://schema.org/domain> <http://schema.org/Recipe> .
+<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://www.w3.org/2000/01/rdf-schema#label> "contentRating" .
+<http://schema.org/contentRating> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<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/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://www.w3.org/2000/01/rdf-schema#label> "bestRating" .
+<http://schema.org/bestRating> <http://schema.org/domain> <http://schema.org/Rating> .
 <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://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/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/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/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/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/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/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/WebPageElement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/WebPageElement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/WebPageElement> <http://www.w3.org/2000/01/rdf-schema#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/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/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/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/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/copyrightYear> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/copyrightYear> <http://schema.org/range> <http://schema.org/Number> .
-<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://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/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/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/recipeCuisine> <http://schema.org/domain> <http://schema.org/Recipe> .
+<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/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#label> "Landform" .
+<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 (legacy spelling; see singular form, track)." .
+<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://www.w3.org/2000/01/rdf-schema#label> "tracks" .
+<http://schema.org/tracks> <http://schema.org/domain> <http://schema.org/MusicGroup> .
+<http://schema.org/tracks> <http://schema.org/domain> <http://schema.org/MusicPlaylist> .
+<http://schema.org/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/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#label> "DanceEvent" .
+<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/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#label> "ItemList" .
+<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/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#label> "TattooParlor" .
+<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/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#label> "OceanBodyOfWater" .
+<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/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#label> "SportingGoodsStore" .
+<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://www.w3.org/2000/01/rdf-schema#label> "partOfTVSeries" .
+<http://schema.org/partOfTVSeries> <http://schema.org/domain> <http://schema.org/TVSeason> .
+<http://schema.org/partOfTVSeries> <http://schema.org/domain> <http://schema.org/TVEpisode> .
+<http://schema.org/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://www.w3.org/2000/01/rdf-schema#label> "discusses" .
+<http://schema.org/discusses> <http://schema.org/domain> <http://schema.org/UserComments> .
+<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/2000/01/rdf-schema#subClassOf> <http://schema.org/MediaObject> .
+<http://schema.org/AudioObject> <http://www.w3.org/2000/01/rdf-schema#label> "AudioObject" .
+<http://schema.org/AudioObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/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://www.w3.org/2000/01/rdf-schema#label> "genre" .
+<http://schema.org/genre> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<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://www.w3.org/2000/01/rdf-schema#label> "contactType" .
+<http://schema.org/contactType> <http://schema.org/domain> <http://schema.org/ContactPoint> .
+<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/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#label> "AutoDealer" .
+<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/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#label> "RealEstateAgent" .
+<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/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/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/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/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/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/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/servesCuisine> <http://schema.org/domain> <http://schema.org/FoodEstablishment> .
-<http://schema.org/servesCuisine> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/exifData> <http://schema.org/domain> <http://schema.org/ImageObject> .
-<http://schema.org/exifData> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/Intangible> <http://www.w3.org/2000/01/rdf-schema#label> "Intangible" .
+<http://schema.org/applicationSubCategory> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/applicationSubCategory> <http://schema.org/range> <http://schema.org/URL> .
+<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://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://www.w3.org/2000/01/rdf-schema#label> "applicationSubCategory" .
+<http://schema.org/applicationSubCategory> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<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/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#label> "Mosque" .
 <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/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/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/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/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/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/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/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/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/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/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/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/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/bitrate> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/bitrate> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/itemListElement> <http://schema.org/domain> <http://schema.org/ItemList> .
-<http://schema.org/itemListElement> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/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/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/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/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/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/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/hiringOrganization> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/hiringOrganization> <http://schema.org/range> <http://schema.org/Organization> .
-<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://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/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/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/accountablePerson> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/accountablePerson> <http://schema.org/range> <http://schema.org/Person> .
-<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://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/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/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/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/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/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/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/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/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/children> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/children> <http://schema.org/range> <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://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/latitude> <http://schema.org/domain> <http://schema.org/GeoCoordinates> .
-<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/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://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/articleBody> <http://schema.org/domain> <http://schema.org/Article> .
+<http://schema.org/Intangible> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/Intangible> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Thing> .
+<http://schema.org/Intangible> <http://www.w3.org/2000/01/rdf-schema#label> "Intangible" .
+<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://www.w3.org/2000/01/rdf-schema#label> "keywords" .
+<http://schema.org/keywords> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/storageRequirements> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/storageRequirements> <http://schema.org/range> <http://schema.org/URL> .
+<http://schema.org/storageRequirements> <http://www.w3.org/2000/01/rdf-schema#comment> "Storage requirements (free space required)." .
+<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://www.w3.org/2000/01/rdf-schema#label> "storageRequirements" .
+<http://schema.org/storageRequirements> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<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/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#label> "Physician" .
+<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://www.w3.org/2000/01/rdf-schema#label> "responsibilities" .
+<http://schema.org/responsibilities> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<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/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#label> "Reservoir" .
+<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/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#label> "NightClub" .
+<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/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#label> "MusicEvent" .
+<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/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#label> "Campground" .
+<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/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#label> "Preschool" .
+<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://www.w3.org/2000/01/rdf-schema#label> "musicGroupMember" .
+<http://schema.org/musicGroupMember> <http://schema.org/domain> <http://schema.org/MusicGroup> .
 <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://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/ingredients> <http://schema.org/domain> <http://schema.org/Recipe> .
-<http://schema.org/ingredients> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/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/UserPageVisits> <http://www.w3.org/2000/01/rdf-schema#label> "UserPageVisits" .
+<http://schema.org/articleBody> <http://schema.org/domain> <http://schema.org/Article> .
+<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/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#label> "Optician" .
+<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/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#label> "IceCreamShop" .
+<http://schema.org/mentions> <http://schema.org/range> <http://schema.org/Thing> .
+<http://schema.org/mentions> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept." .
+<http://schema.org/mentions> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/mentions> <http://www.w3.org/2000/01/rdf-schema#label> "mentions" .
+<http://schema.org/mentions> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<http://schema.org/memoryRequirements> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/memoryRequirements> <http://schema.org/range> <http://schema.org/URL> .
+<http://schema.org/memoryRequirements> <http://www.w3.org/2000/01/rdf-schema#comment> "Minimum memory requirements." .
+<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://www.w3.org/2000/01/rdf-schema#label> "memoryRequirements" .
+<http://schema.org/memoryRequirements> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<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://www.w3.org/2000/01/rdf-schema#label> "calories" .
+<http://schema.org/calories> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
+<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/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#label> "Brewery" .
+<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/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#label> "Energy" .
+<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 (legacy spelling; see singular form, photo)." .
+<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://www.w3.org/2000/01/rdf-schema#label> "photos" .
+<http://schema.org/photos> <http://schema.org/domain> <http://schema.org/Place> .
+<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://www.w3.org/2000/01/rdf-schema#label> "requiresSubscription" .
+<http://schema.org/requiresSubscription> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<http://schema.org/requirements> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/requirements> <http://schema.org/range> <http://schema.org/URL> .
+<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://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://www.w3.org/2000/01/rdf-schema#label> "requirements" .
+<http://schema.org/requirements> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<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/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#label> "SelfStorage" .
+<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/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#label> "Bakery" .
+<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://www.w3.org/2000/01/rdf-schema#label> "printEdition" .
+<http://schema.org/printEdition> <http://schema.org/domain> <http://schema.org/NewsArticle> .
+<http://schema.org/contactPoint> <http://schema.org/range> <http://schema.org/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://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://www.w3.org/2000/01/rdf-schema#label> "contactPoint" .
+<http://schema.org/contactPoint> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/contactPoint> <http://schema.org/domain> <http://schema.org/Organization> .
+<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://www.w3.org/2000/01/rdf-schema#label> "carbohydrateContent" .
+<http://schema.org/carbohydrateContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
+<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. (previous spelling: embedURL)" .
+<http://schema.org/embedUrl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/embedUrl> <http://www.w3.org/2000/01/rdf-schema#label> "embedUrl" .
+<http://schema.org/embedUrl> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<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/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#label> "ComedyEvent" .
+<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://www.w3.org/2000/01/rdf-schema#label> "fileFormat" .
+<http://schema.org/fileFormat> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<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 (legacy spelling; see singular form, performer)." .
+<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://www.w3.org/2000/01/rdf-schema#label> "performers" .
+<http://schema.org/performers> <http://schema.org/domain> <http://schema.org/Event> .
+<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/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#label> "AnimalShelter" .
+<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://www.w3.org/2000/01/rdf-schema#label> "isPartOf" .
+<http://schema.org/isPartOf> <http://schema.org/domain> <http://schema.org/WebPage> .
+<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://www.w3.org/2000/01/rdf-schema#label> "jobTitle" .
+<http://schema.org/jobTitle> <http://schema.org/domain> <http://schema.org/Person> .
 <http://schema.org/UserPageVisits> <http://www.w3.org/2000/01/rdf-schema#comment> "User interaction: Visit to a web page." .
-<http://schema.org/employees> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/employees> <http://schema.org/range> <http://schema.org/Person> .
-<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://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/videoQuality> <http://schema.org/domain> <http://schema.org/VideoObject> .
-<http://schema.org/videoQuality> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/photo> <http://schema.org/domain> <http://schema.org/Place> .
-<http://schema.org/photo> <http://schema.org/range> <http://schema.org/ImageObject> .
-<http://schema.org/photo> <http://schema.org/range> <http://schema.org/Photograph> .
-<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://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/season> <http://schema.org/domain> <http://schema.org/TVSeries> .
-<http://schema.org/season> <http://schema.org/range> <http://schema.org/TVSeason> .
-<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://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/ratingCount> <http://schema.org/domain> <http://schema.org/AggregateRating> .
-<http://schema.org/ratingCount> <http://schema.org/range> <http://schema.org/Number> .
-<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://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/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/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/educationRequirements> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/educationRequirements> <http://schema.org/range> <http://schema.org/Text> .
-<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://www.w3.org/2000/01/rdf-schema#label> "educationRequirements" .
-<http://schema.org/educationRequirements> <http://www.w3.org/2000/01/rdf-schema#comment> "Educational background needed for the position." .
-<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/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/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/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/installUrl> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/installUrl> <http://schema.org/range> <http://schema.org/URL> .
-<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://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/encoding> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/encoding> <http://schema.org/range> <http://schema.org/MediaObject> .
-<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://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/blogPosts> <http://schema.org/domain> <http://schema.org/Blog> .
-<http://schema.org/blogPosts> <http://schema.org/range> <http://schema.org/BlogPosting> .
-<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://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/UserComments> <http://purl.org/dc/terms/source> <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews> .
-<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/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/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/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/postOfficeBoxNumber> <http://schema.org/domain> <http://schema.org/PostalAddress> .
-<http://schema.org/postOfficeBoxNumber> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/cookTime> <http://schema.org/domain> <http://schema.org/Recipe> .
-<http://schema.org/cookTime> <http://schema.org/range> <http://schema.org/Duration> .
-<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://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/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://schema.org/range> <http://schema.org/Duration> .
-<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://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/countriesSupported> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/countriesSupported> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/album> <http://schema.org/domain> <http://schema.org/MusicGroup> .
-<http://schema.org/album> <http://schema.org/range> <http://schema.org/MusicAlbum> .
-<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://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/thumbnailUrl> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/thumbnailUrl> <http://schema.org/range> <http://schema.org/URL> .
-<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://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/Photograph> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/Photograph> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Photograph> <http://www.w3.org/2000/01/rdf-schema#label> "Photograph" .
-<http://schema.org/Photograph> <http://www.w3.org/2000/01/rdf-schema#comment> "A photograph." .
-<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/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/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/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/manufacturer> <http://schema.org/domain> <http://schema.org/Product> .
-<http://schema.org/manufacturer> <http://schema.org/range> <http://schema.org/Organization> .
-<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://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/honorificSuffix> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/honorificSuffix> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/endDate> <http://schema.org/domain> <http://schema.org/Event> .
-<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/range> <http://schema.org/Date> .
-<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://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/cholesterolContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/cholesterolContent> <http://schema.org/range> <http://schema.org/Mass> .
-<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://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/episodeNumber> <http://schema.org/domain> <http://schema.org/TVEpisode> .
-<http://schema.org/episodeNumber> <http://schema.org/range> <http://schema.org/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://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/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/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/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/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/attendee> <http://schema.org/domain> <http://schema.org/Event> .
+<http://schema.org/UserPageVisits> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/UserPageVisits> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/UserInteraction> .
+<http://schema.org/UserPageVisits> <http://www.w3.org/2000/01/rdf-schema#label> "UserPageVisits" .
+<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://www.w3.org/2000/01/rdf-schema#label> "performerIn" .
+<http://schema.org/performerIn> <http://schema.org/domain> <http://schema.org/Person> .
+<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/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#label> "Offer" .
+<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/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#label> "MediaObject" .
+<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://www.w3.org/2000/01/rdf-schema#label> "recipeCategory" .
+<http://schema.org/recipeCategory> <http://schema.org/domain> <http://schema.org/Recipe> .
+<http://schema.org/significantLink> <http://schema.org/range> <http://schema.org/URL> .
+<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://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://www.w3.org/2000/01/rdf-schema#label> "significantLink" .
+<http://schema.org/significantLink> <http://schema.org/domain> <http://schema.org/WebPage> .
+<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://www.w3.org/2000/01/rdf-schema#label> "nutrition" .
+<http://schema.org/nutrition> <http://schema.org/domain> <http://schema.org/Recipe> .
+<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://www.w3.org/2000/01/rdf-schema#label> "prepTime" .
+<http://schema.org/prepTime> <http://schema.org/domain> <http://schema.org/Recipe> .
+<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://www.w3.org/2000/01/rdf-schema#label> "givenName" .
+<http://schema.org/givenName> <http://schema.org/domain> <http://schema.org/Person> .
+<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/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#label> "GovernmentBuilding" .
+<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/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#label> "Mountain" .
+<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/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#label> "LakeBodyOfWater" .
+<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/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#label> "RiverBodyOfWater" .
+<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/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#label> "Product" .
+<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/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#label> "BuddhistTemple" .
+<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/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#label> "LocalBusiness" .
+<http://schema.org/attendee> <http://schema.org/range> <http://schema.org/Person> .
 <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/attendee> <http://www.w3.org/2000/01/rdf-schema#comment> "A person or organization attending the 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://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/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/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/location> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/location> <http://schema.org/domain> <http://schema.org/Event> .
+<http://schema.org/attendee> <http://schema.org/domain> <http://schema.org/Event> .
+<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/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#label> "Pharmacy" .
+<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://www.w3.org/2000/01/rdf-schema#label> "startDate" .
+<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/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/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#label> "WebApplication" .
+<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/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#label> "TaxiStand" .
+<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://www.w3.org/2000/01/rdf-schema#label> "thumbnail" .
+<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/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/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#label> "FireStation" .
+<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/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#label> "UserLikes" .
+<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://www.w3.org/2000/01/rdf-schema#label> "email" .
+<http://schema.org/email> <http://schema.org/domain> <http://schema.org/Person> .
+<http://schema.org/email> <http://schema.org/domain> <http://schema.org/ContactPoint> .
+<http://schema.org/email> <http://schema.org/domain> <http://schema.org/Organization> .
+<http://schema.org/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/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#label> "TennisComplex" .
+<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/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#label> "BusStop" .
+<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/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#label> "NailSalon" .
+<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://www.w3.org/2000/01/rdf-schema#label> "fatContent" .
+<http://schema.org/fatContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
+<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/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#label> "Notary" .
+<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://www.w3.org/2000/01/rdf-schema#label> "paymentAccepted" .
+<http://schema.org/paymentAccepted> <http://schema.org/domain> <http://schema.org/LocalBusiness> .
+<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://www.w3.org/2000/01/rdf-schema#label> "datePublished" .
+<http://schema.org/datePublished> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<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/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#label> "VideoGallery" .
+<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://www.w3.org/2000/01/rdf-schema#label> "caption" .
+<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/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/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#label> "WPSideBar" .
+<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/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#label> "PetStore" .
+<http://schema.org/device> <http://schema.org/range> <http://schema.org/Text> .
+<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://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://www.w3.org/2000/01/rdf-schema#label> "device" .
+<http://schema.org/device> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<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://www.w3.org/2000/01/rdf-schema#label> "mainContentOfPage" .
+<http://schema.org/mainContentOfPage> <http://schema.org/domain> <http://schema.org/WebPage> .
+<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/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#label> "Attorney" .
 <http://schema.org/location> <http://schema.org/range> <http://schema.org/Place> .
 <http://schema.org/location> <http://schema.org/range> <http://schema.org/PostalAddress> .
+<http://schema.org/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://www.w3.org/2000/01/rdf-schema#label> "location" .
-<http://schema.org/location> <http://www.w3.org/2000/01/rdf-schema#comment> "The location of the event or organization." .
-<http://schema.org/performers> <http://schema.org/domain> <http://schema.org/Event> .
-<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/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://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/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/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/faxNumber> <http://schema.org/domain> <http://schema.org/Place> .
-<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/range> <http://schema.org/Text> .
-<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://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/knows> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/knows> <http://schema.org/range> <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://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/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/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/numberOfPages> <http://schema.org/domain> <http://schema.org/Book> .
-<http://schema.org/numberOfPages> <http://schema.org/range> <http://schema.org/Integer> .
-<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://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/alumniOf> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/alumniOf> <http://schema.org/range> <http://schema.org/EducationalOrganization> .
-<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://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/encodingFormat> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/encodingFormat> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/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/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/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/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/longitude> <http://schema.org/domain> <http://schema.org/GeoCoordinates> .
-<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/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://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/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://schema.org/domain> <http://schema.org/Movie> .
-<http://schema.org/actors> <http://schema.org/range> <http://schema.org/Person> .
-<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://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/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/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/benefits> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/benefits> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/seasonNumber> <http://schema.org/domain> <http://schema.org/TVSeason> .
-<http://schema.org/seasonNumber> <http://schema.org/range> <http://schema.org/Integer> .
-<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://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/provider> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<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/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://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/honorificPrefix> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/honorificPrefix> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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://schema.org/range> <http://schema.org/Text> .
-<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://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/countriesNotSupported> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/countriesNotSupported> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/affiliation> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/affiliation> <http://schema.org/range> <http://schema.org/Organization> .
-<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://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/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/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/seller> <http://schema.org/domain> <http://schema.org/Offer> .
+<http://schema.org/location> <http://schema.org/domain> <http://schema.org/Event> .
+<http://schema.org/location> <http://schema.org/domain> <http://schema.org/Organization> .
+<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/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#label> "Hostel" .
 <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://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/aggregateRating> <http://schema.org/domain> <http://schema.org/Product> .
-<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/CreativeWork> .
-<http://schema.org/aggregateRating> <http://schema.org/domain> <http://schema.org/Offer> .
-<http://schema.org/aggregateRating> <http://schema.org/range> <http://schema.org/AggregateRating> .
-<http://schema.org/aggregateRating> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/aggregateRating> <http://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/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/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/foundingDate> <http://schema.org/domain> <http://schema.org/Organization> .
+<http://schema.org/seller> <http://schema.org/domain> <http://schema.org/Offer> .
+<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/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#label> "SearchResultsPage" .
+<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/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#label> "Beach" .
+<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://www.w3.org/2000/01/rdf-schema#label> "gender" .
+<http://schema.org/gender> <http://schema.org/domain> <http://schema.org/Person> .
 <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://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/contentSize> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/contentSize> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/cookingMethod> <http://schema.org/domain> <http://schema.org/Recipe> .
-<http://schema.org/cookingMethod> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/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/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/applicationSuite> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/applicationSuite> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/productionCompany> <http://schema.org/domain> <http://schema.org/VideoObject> .
-<http://schema.org/productionCompany> <http://schema.org/domain> <http://schema.org/TVEpisode> .
-<http://schema.org/productionCompany> <http://schema.org/domain> <http://schema.org/TVSeries> .
-<http://schema.org/productionCompany> <http://schema.org/domain> <http://schema.org/Movie> .
-<http://schema.org/productionCompany> <http://schema.org/range> <http://schema.org/Organization> .
-<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://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/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/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/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/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/circle> <http://schema.org/domain> <http://schema.org/GeoShape> .
-<http://schema.org/circle> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/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/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/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/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/VideoObject> <http://purl.org/dc/terms/source> <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews> .
-<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/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/reviewCount> <http://schema.org/domain> <http://schema.org/AggregateRating> .
-<http://schema.org/reviewCount> <http://schema.org/range> <http://schema.org/Number> .
-<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://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/parents> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/parents> <http://schema.org/range> <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://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/discussionUrl> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/discussionUrl> <http://schema.org/range> <http://schema.org/URL> .
-<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://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/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/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/brand> <http://schema.org/domain> <http://schema.org/Product> .
-<http://schema.org/brand> <http://schema.org/range> <http://schema.org/Organization> .
-<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://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/saturatedFatContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/saturatedFatContent> <http://schema.org/range> <http://schema.org/Mass> .
-<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://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/recipeCategory> <http://schema.org/domain> <http://schema.org/Recipe> .
-<http://schema.org/recipeCategory> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/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/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/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/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/illustrator> <http://schema.org/domain> <http://schema.org/Book> .
-<http://schema.org/illustrator> <http://schema.org/range> <http://schema.org/Person> .
-<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://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/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://schema.org/range> <http://schema.org/Text> .
-<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://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/spouse> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/spouse> <http://schema.org/range> <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://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/url> <http://schema.org/domain> <http://schema.org/Thing> .
+<http://schema.org/foundingDate> <http://schema.org/domain> <http://schema.org/Organization> .
+<http://schema.org/geo> <http://schema.org/range> <http://schema.org/GeoCoordinates> .
+<http://schema.org/geo> <http://schema.org/range> <http://schema.org/GeoShape> .
+<http://schema.org/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://www.w3.org/2000/01/rdf-schema#label> "geo" .
+<http://schema.org/geo> <http://schema.org/domain> <http://schema.org/Place> .
+<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/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/2000/01/rdf-schema#label> "StadiumOrArena" .
+<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 (legacy spelling; see singular form, blogPost)." .
+<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://www.w3.org/2000/01/rdf-schema#label> "blogPosts" .
+<http://schema.org/blogPosts> <http://schema.org/domain> <http://schema.org/Blog> .
+<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/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#label> "Hotel" .
+<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://www.w3.org/2000/01/rdf-schema#label> "printSection" .
+<http://schema.org/printSection> <http://schema.org/domain> <http://schema.org/NewsArticle> .
+<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/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#label> "BookStore" .
+<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 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://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://www.w3.org/2000/01/rdf-schema#label> "countriesSupported" .
+<http://schema.org/countriesSupported> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<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://www.w3.org/2000/01/rdf-schema#label> "relatedTo" .
+<http://schema.org/relatedTo> <http://schema.org/domain> <http://schema.org/Person> .
+<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://www.w3.org/2000/01/rdf-schema#label> "downloadUrl" .
+<http://schema.org/downloadUrl> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<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/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#label> "ElectronicsStore" .
+<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/photo> <http://www.w3.org/2000/01/rdf-schema#comment> "A photograph of this 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://www.w3.org/2000/01/rdf-schema#label> "photo" .
+<http://schema.org/photo> <http://schema.org/domain> <http://schema.org/Place> .
+<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/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#label> "OutletStore" .
+<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://www.w3.org/2000/01/rdf-schema#label> "replyToUrl" .
+<http://schema.org/replyToUrl> <http://schema.org/domain> <http://schema.org/UserComments> .
+<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://www.w3.org/2000/01/rdf-schema#label> "itemListOrder" .
+<http://schema.org/itemListOrder> <http://schema.org/domain> <http://schema.org/ItemList> .
+<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://www.w3.org/2000/01/rdf-schema#label> "title" .
+<http://schema.org/title> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<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/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#label> "MobilePhoneStore" .
+<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://www.w3.org/2000/01/rdf-schema#label> "encodesCreativeWork" .
+<http://schema.org/encodesCreativeWork> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<http://schema.org/track> <http://schema.org/range> <http://schema.org/MusicRecording> .
+<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://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://www.w3.org/2000/01/rdf-schema#label> "track" .
+<http://schema.org/track> <http://schema.org/domain> <http://schema.org/MusicGroup> .
+<http://schema.org/track> <http://schema.org/domain> <http://schema.org/MusicPlaylist> .
+<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://www.w3.org/2000/01/rdf-schema#label> "servesCuisine" .
+<http://schema.org/servesCuisine> <http://schema.org/domain> <http://schema.org/FoodEstablishment> .
+<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://www.w3.org/2000/01/rdf-schema#label> "duration" .
+<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/MusicRecording> .
+<http://schema.org/duration> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<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/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#label> "UserCheckins" .
+<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://www.w3.org/2000/01/rdf-schema#label> "itemOffered" .
+<http://schema.org/itemOffered> <http://schema.org/domain> <http://schema.org/Offer> .
+<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/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#label> "BusinessEvent" .
+<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/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#label> "Store" .
+<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/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#label> "SkiResort" .
+<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/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#label> "LodgingBusiness" .
+<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/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#label> "NutritionInformation" .
+<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://www.w3.org/2000/01/rdf-schema#label> "baseSalary" .
+<http://schema.org/baseSalary> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<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 (legacy spelling; see singular form, founder)." .
+<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://www.w3.org/2000/01/rdf-schema#label> "founders" .
+<http://schema.org/founders> <http://schema.org/domain> <http://schema.org/Organization> .
+<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://www.w3.org/2000/01/rdf-schema#label> "numTracks" .
+<http://schema.org/numTracks> <http://schema.org/domain> <http://schema.org/MusicPlaylist> .
+<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/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#label> "Movie" .
+<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://www.w3.org/2000/01/rdf-schema#label> "postOfficeBoxNumber" .
+<http://schema.org/postOfficeBoxNumber> <http://schema.org/domain> <http://schema.org/PostalAddress> .
+<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/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#label> "GolfCourse" .
+<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 (legacy spelling; see singular form, significantLink)." .
+<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://www.w3.org/2000/01/rdf-schema#label> "significantLinks" .
+<http://schema.org/significantLinks> <http://schema.org/domain> <http://schema.org/WebPage> .
+<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/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#label> "Museum" .
+<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/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#label> "MotorcycleDealer" .
+<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://www.w3.org/2000/01/rdf-schema#label> "honorificPrefix" .
+<http://schema.org/honorificPrefix> <http://schema.org/domain> <http://schema.org/Person> .
+<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/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#label> "Number" .
+<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/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#label> "SportsTeam" .
+<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/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#label> "BarOrPub" .
+<http://schema.org/map> <http://schema.org/range> <http://schema.org/URL> .
+<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://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://www.w3.org/2000/01/rdf-schema#label> "map" .
+<http://schema.org/map> <http://schema.org/domain> <http://schema.org/Place> .
+<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://www.w3.org/2000/01/rdf-schema#label> "line" .
+<http://schema.org/line> <http://schema.org/domain> <http://schema.org/GeoShape> .
+<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/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#label> "WholesaleStore" .
+<http://schema.org/season> <http://schema.org/range> <http://schema.org/TVSeason> .
+<http://schema.org/season> <http://www.w3.org/2000/01/rdf-schema#comment> "A season of a TV series." .
+<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://www.w3.org/2000/01/rdf-schema#label> "season" .
+<http://schema.org/season> <http://schema.org/domain> <http://schema.org/TVSeries> .
+<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/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#label> "InternetCafe" .
+<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/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#label> "ImageGallery" .
 <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://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/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/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/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/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/contentLocation> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/contentLocation> <http://schema.org/range> <http://schema.org/Place> .
-<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://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/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://schema.org/range> <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://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/duration> <http://schema.org/domain> <http://schema.org/MusicRecording> .
-<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/range> <http://schema.org/Duration> .
-<http://schema.org/duration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/duration> <http://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/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/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/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/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/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/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/priceRange> <http://schema.org/domain> <http://schema.org/LocalBusiness> .
-<http://schema.org/priceRange> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/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/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/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/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/geo> <http://schema.org/domain> <http://schema.org/Place> .
-<http://schema.org/geo> <http://schema.org/range> <http://schema.org/GeoCoordinates> .
-<http://schema.org/geo> <http://schema.org/range> <http://schema.org/GeoShape> .
-<http://schema.org/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://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/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/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/seasons> <http://schema.org/domain> <http://schema.org/TVSeries> .
-<http://schema.org/seasons> <http://schema.org/range> <http://schema.org/TVSeason> .
-<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://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/url> <http://schema.org/domain> <http://schema.org/Thing> .
+<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/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#label> "Locksmith" .
+<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://www.w3.org/2000/01/rdf-schema#label> "unsaturatedFatContent" .
+<http://schema.org/unsaturatedFatContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
+<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/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#label> "GeneralContractor" .
+<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://www.w3.org/2000/01/rdf-schema#label> "polygon" .
+<http://schema.org/polygon> <http://schema.org/domain> <http://schema.org/GeoShape> .
+<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/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#label> "SoftwareApplication" .
+<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/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#label> "UserTweets" .
+<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/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://www.w3.org/2000/01/rdf-schema#label> "highPrice" .
+<http://schema.org/highPrice> <http://schema.org/domain> <http://schema.org/AggregateOffer> .
+<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://www.w3.org/2000/01/rdf-schema#label> "recipeInstructions" .
+<http://schema.org/recipeInstructions> <http://schema.org/domain> <http://schema.org/Recipe> .
+<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/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#label> "City" .
+<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 (legacy spelling; see singular form, episode)." .
+<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://www.w3.org/2000/01/rdf-schema#label> "episodes" .
+<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/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/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#label> "Enumeration" .
+<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/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://www.w3.org/2000/01/rdf-schema#label> "longitude" .
+<http://schema.org/longitude> <http://schema.org/domain> <http://schema.org/GeoCoordinates> .
+<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://www.w3.org/2000/01/rdf-schema#label> "fiberContent" .
+<http://schema.org/fiberContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
+<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://www.w3.org/2000/01/rdf-schema#label> "streetAddress" .
+<http://schema.org/streetAddress> <http://schema.org/domain> <http://schema.org/PostalAddress> .
+<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/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#label> "EducationEvent" .
+<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://www.w3.org/2000/01/rdf-schema#label> "addressCountry" .
+<http://schema.org/addressCountry> <http://schema.org/domain> <http://schema.org/PostalAddress> .
+<http://schema.org/performer> <http://schema.org/range> <http://schema.org/Person> .
+<http://schema.org/performer> <http://schema.org/range> <http://schema.org/Organization> .
+<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://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://www.w3.org/2000/01/rdf-schema#label> "performer" .
+<http://schema.org/performer> <http://schema.org/domain> <http://schema.org/Event> .
+<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/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#label> "BeautySalon" .
+<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/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/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/Hospital> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
 <http://schema.org/Hospital> <http://www.w3.org/2000/01/rdf-schema#label> "Hospital" .
-<http://schema.org/Hospital> <http://www.w3.org/2000/01/rdf-schema#comment> "A hospital." .
-<http://schema.org/homeLocation> <http://schema.org/domain> <http://schema.org/Person> .
-<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/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<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/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/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/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://schema.org/domain> <http://schema.org/Movie> .
-<http://schema.org/actor> <http://schema.org/range> <http://schema.org/Person> .
-<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://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/replyToUrl> <http://schema.org/domain> <http://schema.org/UserComments> .
-<http://schema.org/replyToUrl> <http://schema.org/range> <http://schema.org/URL> .
-<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://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/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/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/model> <http://schema.org/domain> <http://schema.org/Product> .
+<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/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#label> "PerformingArtsTheater" .
+<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://www.w3.org/2000/01/rdf-schema#label> "provider" .
+<http://schema.org/provider> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<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. (legacy spelling; see singular form, actor)" .
+<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://www.w3.org/2000/01/rdf-schema#label> "actors" .
+<http://schema.org/actors> <http://schema.org/domain> <http://schema.org/TVSeries> .
+<http://schema.org/actors> <http://schema.org/domain> <http://schema.org/Movie> .
+<http://schema.org/actors> <http://schema.org/domain> <http://schema.org/TVEpisode> .
+<http://schema.org/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://www.w3.org/2000/01/rdf-schema#label> "spouse" .
+<http://schema.org/spouse> <http://schema.org/domain> <http://schema.org/Person> .
+<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://www.w3.org/2000/01/rdf-schema#label> "partOfSeason" .
+<http://schema.org/partOfSeason> <http://schema.org/domain> <http://schema.org/TVEpisode> .
+<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/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#label> "GasStation" .
+<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/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#label> "UserInteraction" .
+<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/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#label> "InsuranceAgency" .
+<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/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#label> "HardwareStore" .
+<http://schema.org/releaseNotes> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/releaseNotes> <http://schema.org/range> <http://schema.org/URL> .
+<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://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://www.w3.org/2000/01/rdf-schema#label> "releaseNotes" .
+<http://schema.org/releaseNotes> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<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/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#label> "Event" .
+<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/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#label> "MusicVenue" .
+<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://www.w3.org/2000/01/rdf-schema#label> "branchOf" .
+<http://schema.org/branchOf> <http://schema.org/domain> <http://schema.org/LocalBusiness> .
+<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/2000/01/rdf-schema#subClassOf> <http://schema.org/Thing> .
+<http://schema.org/CreativeWork> <http://www.w3.org/2000/01/rdf-schema#label> "CreativeWork" .
+<http://schema.org/CreativeWork> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/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/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#label> "BodyOfWater" .
+<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://www.w3.org/2000/01/rdf-schema#label> "box" .
+<http://schema.org/box> <http://schema.org/domain> <http://schema.org/GeoShape> .
+<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/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#label> "HVACBusiness" .
+<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://www.w3.org/2000/01/rdf-schema#label> "contentSize" .
+<http://schema.org/contentSize> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<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/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#label> "Date" .
+<http://schema.org/browserRequirements> <http://schema.org/range> <http://schema.org/Text> .
+<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://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://www.w3.org/2000/01/rdf-schema#label> "browserRequirements" .
+<http://schema.org/browserRequirements> <http://schema.org/domain> <http://schema.org/WebApplication> .
+<http://schema.org/episode> <http://schema.org/range> <http://schema.org/TVEpisode> .
+<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://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://www.w3.org/2000/01/rdf-schema#label> "episode" .
+<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/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/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#label> "URL" .
 <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://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/specialCommitments> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<http://schema.org/model> <http://schema.org/domain> <http://schema.org/Product> .
+<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/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#label> "HinduTemple" .
+<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/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#label> "DaySpa" .
+<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/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#label> "FoodEstablishment" .
+<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/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#label> "GardenStore" .
+<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/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#label> "AccountingService" .
+<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/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#label> "EventVenue" .
+<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/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#label> "SingleFamilyResidence" .
+<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://www.w3.org/2000/01/rdf-schema#label> "worksFor" .
+<http://schema.org/worksFor> <http://schema.org/domain> <http://schema.org/Person> .
+<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/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#label> "ConvenienceStore" .
+<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 (legacy spelling; see singular form, season)." .
+<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://www.w3.org/2000/01/rdf-schema#label> "seasons" .
+<http://schema.org/seasons> <http://schema.org/domain> <http://schema.org/TVSeries> .
+<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/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#label> "BowlingAlley" .
+<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/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#label> "PostalAddress" .
+<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/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#label> "ItemAvailability" .
+<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/2000/01/rdf-schema#subClassOf> <http://schema.org/StructuredValue> .
+<http://schema.org/GeoShape> <http://www.w3.org/2000/01/rdf-schema#label> "GeoShape" .
+<http://schema.org/GeoShape> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/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/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#label> "WebPageElement" .
+<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/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#label> "RadioStation" .
+<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://www.w3.org/2000/01/rdf-schema#label> "thumbnailUrl" .
+<http://schema.org/thumbnailUrl> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<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/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#label> "GeoCoordinates" .
+<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://www.w3.org/2000/01/rdf-schema#label> "workHours" .
+<http://schema.org/workHours> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<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/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#label> "MedicalOrganization" .
+<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://www.w3.org/2000/01/rdf-schema#label> "openingHours" .
+<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/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/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#label> "LandmarksOrHistoricalBuildings" .
+<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/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#label> "TireShop" .
+<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://www.w3.org/2000/01/rdf-schema#label> "bitrate" .
+<http://schema.org/bitrate> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<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 (e.g. 18MB). In the absence of a unit (MB, KB etc.), KB will be assumed." .
+<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://www.w3.org/2000/01/rdf-schema#label> "fileSize" .
+<http://schema.org/fileSize> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<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://www.w3.org/2000/01/rdf-schema#label> "uploadDate" .
+<http://schema.org/uploadDate> <http://schema.org/domain> <http://schema.org/MediaObject> .
+<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/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#label> "ItemPage" .
+<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/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#label> "HomeGoodsStore" .
+<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/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#label> "EducationalOrganization" .
+<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/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#label> "PlaceOfWorship" .
+<http://schema.org/subEvent> <http://schema.org/range> <http://schema.org/Event> .
+<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://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://www.w3.org/2000/01/rdf-schema#label> "subEvent" .
+<http://schema.org/subEvent> <http://schema.org/domain> <http://schema.org/Event> .
+<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/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://www.w3.org/2000/01/rdf-schema#label> "price" .
+<http://schema.org/price> <http://schema.org/domain> <http://schema.org/Offer> .
+<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 (legacy spelling; see singular form, album)." .
+<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://www.w3.org/2000/01/rdf-schema#label> "albums" .
+<http://schema.org/albums> <http://schema.org/domain> <http://schema.org/MusicGroup> .
+<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://www.w3.org/2000/01/rdf-schema#label> "episodeNumber" .
+<http://schema.org/episodeNumber> <http://schema.org/domain> <http://schema.org/TVEpisode> .
+<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/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#label> "TheaterEvent" .
+<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/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#label> "TVSeries" .
+<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://www.w3.org/2000/01/rdf-schema#label> "copyrightYear" .
+<http://schema.org/copyrightYear> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<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://www.w3.org/2000/01/rdf-schema#label> "associatedMedia" .
+<http://schema.org/associatedMedia> <http://schema.org/domain> <http://schema.org/CreativeWork> .
+<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://www.w3.org/2000/01/rdf-schema#label> "memberOf" .
+<http://schema.org/memberOf> <http://schema.org/domain> <http://schema.org/Person> .
+<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/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#label> "Integer" .
+<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://www.w3.org/2000/01/rdf-schema#label> "cookingMethod" .
+<http://schema.org/cookingMethod> <http://schema.org/domain> <http://schema.org/Recipe> .
+<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/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#label> "AutoRepair" .
+<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/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#label> "Library" .
+<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/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#label> "WPFooter" .
+<http://schema.org/applicationCategory> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/applicationCategory> <http://schema.org/range> <http://schema.org/URL> .
+<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://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://www.w3.org/2000/01/rdf-schema#label> "applicationCategory" .
+<http://schema.org/applicationCategory> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<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/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#label> "GroceryStore" .
+<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://www.w3.org/2000/01/rdf-schema#label> "productionCompany" .
+<http://schema.org/productionCompany> <http://schema.org/domain> <http://schema.org/TVSeries> .
+<http://schema.org/productionCompany> <http://schema.org/domain> <http://schema.org/Movie> .
+<http://schema.org/productionCompany> <http://schema.org/domain> <http://schema.org/TVEpisode> .
+<http://schema.org/productionCompany> <http://schema.org/domain> <http://schema.org/VideoObject> .
+<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://www.w3.org/2000/01/rdf-schema#label> "articleSection" .
+<http://schema.org/articleSection> <http://schema.org/domain> <http://schema.org/Article> .
 <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://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/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/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/datePublished> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/datePublished> <http://schema.org/range> <http://schema.org/Date> .
-<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://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/isFamilyFriendly> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/isFamilyFriendly> <http://schema.org/range> <http://schema.org/Boolean> .
-<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://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/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/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/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/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/bookFormat> <http://schema.org/domain> <http://schema.org/Book> .
-<http://schema.org/bookFormat> <http://schema.org/range> <http://schema.org/BookFormatType> .
-<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://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/deathDate> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/deathDate> <http://schema.org/range> <http://schema.org/Date> .
-<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://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/contributor> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<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/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://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/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/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/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/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/members> <http://schema.org/domain> <http://schema.org/Organization> .
-<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/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://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/primaryImageOfPage> <http://schema.org/domain> <http://schema.org/WebPage> .
-<http://schema.org/primaryImageOfPage> <http://schema.org/range> <http://schema.org/ImageObject> .
-<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://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/wordCount> <http://schema.org/domain> <http://schema.org/Article> .
-<http://schema.org/wordCount> <http://schema.org/range> <http://schema.org/Integer> .
-<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://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/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/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/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://schema.org/range> <http://schema.org/TVSeries> .
-<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://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/employee> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/employee> <http://schema.org/range> <http://schema.org/Person> .
-<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://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/isPartOf> <http://schema.org/domain> <http://schema.org/WebPage> .
-<http://schema.org/isPartOf> <http://schema.org/range> <http://schema.org/CollectionPage> .
-<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://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/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/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/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/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/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/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/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/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/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://schema.org/range> <http://schema.org/MusicRecording> .
-<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://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/familyName> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/familyName> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/permissions> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/permissions> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/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/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/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/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/review> <http://schema.org/domain> <http://schema.org/Product> .
-<http://schema.org/review> <http://schema.org/domain> <http://schema.org/Place> .
-<http://schema.org/review> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/review> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/review> <http://schema.org/domain> <http://schema.org/Offer> .
-<http://schema.org/review> <http://schema.org/range> <http://schema.org/Review> .
-<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://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/featureList> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<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/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://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/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/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/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/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/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/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/mentions> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/mentions> <http://schema.org/range> <http://schema.org/Thing> .
-<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://www.w3.org/2000/01/rdf-schema#label> "mentions" .
-<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/line> <http://schema.org/domain> <http://schema.org/GeoShape> .
-<http://schema.org/line> <http://schema.org/range> <http://schema.org/Text> .
-<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://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/specialCommitments> <http://schema.org/domain> <http://schema.org/JobPosting> .
+<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/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#label> "Quantity" .
+<http://schema.org/screenshot> <http://schema.org/range> <http://schema.org/ImageObject> .
+<http://schema.org/screenshot> <http://schema.org/range> <http://schema.org/URL> .
+<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://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://www.w3.org/2000/01/rdf-schema#label> "screenshot" .
+<http://schema.org/screenshot> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
+<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/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#label> "ContactPoint" .
 
 
--- a/schema.org/drafts/alpha/_schema.rdf	Fri May 11 16:39:08 2012 +0200
+++ b/schema.org/drafts/alpha/_schema.rdf	Wed May 16 16:25:38 2012 +0200
@@ -0,0 +1,3368 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF
+  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+  xmlns:schema="http://schema.org/"
+  xmlns:dcterm="http://purl.org/dc/terms/"
+  xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+>
+  <rdf:Property rdf:about="http://schema.org/affiliation">
+    <rdfs:comment>An organization that this person is affiliated with. For example, a school/university, a club, or a team.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <rdfs:label>affiliation</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Preschool">
+    <rdfs:comment>A preschool.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/EducationalOrganization"/>
+    <rdfs:label>Preschool</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/EventVenue">
+    <rdfs:comment>An event venue.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:label>EventVenue</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/worstRating">
+    <rdfs:comment>The lowest value allowed in this rating system. If worstRating is omitted, 1 is assumed.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Rating"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <schema:range rdf:resource="http://schema.org/Number"/>
+    <rdfs:label>worstRating</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/UserLikes">
+    <rdfs:comment>User interaction: Like an item.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/UserInteraction"/>
+    <rdfs:label>UserLikes</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Zoo">
+    <rdfs:comment>A zoo.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:label>Zoo</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/isPartOf">
+    <rdfs:comment>Indicates the collection or gallery to which the item belongs.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/WebPage"/>
+    <schema:range rdf:resource="http://schema.org/CollectionPage"/>
+    <rdfs:label>isPartOf</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/musicGroupMember">
+    <rdfs:comment>A member of the music group—for example, John, Paul, George, or Ringo.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/MusicGroup"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>musicGroupMember</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/nutrition">
+    <rdfs:comment>Nutrition information about the recipe.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Recipe"/>
+    <schema:range rdf:resource="http://schema.org/NutritionInformation"/>
+    <rdfs:label>nutrition</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/track">
+    <rdfs:comment>A music recording (track)—usually a single song.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/MusicPlaylist"/>
+    <schema:domain rdf:resource="http://schema.org/MusicGroup"/>
+    <schema:range rdf:resource="http://schema.org/MusicRecording"/>
+    <rdfs:label>track</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/episode">
+    <rdfs:comment>An episode of a TV series or season.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/TVSeries"/>
+    <schema:domain rdf:resource="http://schema.org/TVSeason"/>
+    <schema:range rdf:resource="http://schema.org/TVEpisode"/>
+    <rdfs:label>episode</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/contentRating">
+    <rdfs:comment>Official rating of a piece of content—for example,'MPAA PG-13'.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>contentRating</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/inAlbum">
+    <rdfs:comment>The album to which this recording belongs.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/MusicRecording"/>
+    <schema:range rdf:resource="http://schema.org/MusicAlbum"/>
+    <rdfs:label>inAlbum</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/title">
+    <rdfs:comment>The title of the job.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>title</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/SearchResultsPage">
+    <rdfs:comment>Web page type: Search results page.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/WebPage"/>
+    <rdfs:label>SearchResultsPage</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/attendees">
+    <rdfs:comment>A person attending the event (legacy spelling; see singular form, attendee).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Event"/>
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>attendees</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/countriesSupported">
+    <rdfs:comment>Countries for which the application is supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/SoftwareApplication"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>countriesSupported</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Optician">
+    <rdfs:comment>An optician's store.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/MedicalOrganization"/>
+    <rdfs:label>Optician</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/TrainStation">
+    <rdfs:comment>A train station.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:label>TrainStation</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Notary">
+    <rdfs:comment>A notary.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/ProfessionalService"/>
+    <rdfs:label>Notary</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/itemListElement">
+    <rdfs:comment>A single list item.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/ItemList"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>itemListElement</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Electrician">
+    <rdfs:comment>An electrician.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/HomeAndConstructionBusiness"/>
+    <rdfs:subClassOf rdf:resource="http://schema.org/ProfessionalService"/>
+    <rdfs:label>Electrician</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/transFatContent">
+    <rdfs:comment>The number of grams of trans fat.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/NutritionInformation"/>
+    <schema:range rdf:resource="http://schema.org/Mass"/>
+    <rdfs:label>transFatContent</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/carbohydrateContent">
+    <rdfs:comment>The number of grams of carbohydrates.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/NutritionInformation"/>
+    <schema:range rdf:resource="http://schema.org/Mass"/>
+    <rdfs:label>carbohydrateContent</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/processorRequirements">
+    <rdfs:comment>Processor architecture required to run the application (e.g. IA64).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/SoftwareApplication"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>processorRequirements</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Courthouse">
+    <rdfs:comment>A courthouse.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/GovernmentBuilding"/>
+    <rdfs:label>Courthouse</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/genre">
+    <rdfs:comment>Genre of the creative work</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>genre</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/dateCreated">
+    <rdfs:comment>The date on which the CreativeWork was created.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:range rdf:resource="http://schema.org/Date"/>
+    <rdfs:label>dateCreated</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/colleagues">
+    <rdfs:comment>A colleague of the person (legacy spelling; see singular form, colleague).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>colleagues</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/EmploymentAgency">
+    <rdfs:comment>An employment agency.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:label>EmploymentAgency</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/recipeInstructions">
+    <rdfs:comment>The steps to make the dish.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Recipe"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>recipeInstructions</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/SaleEvent">
+    <rdfs:comment>Event type: Sales event.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
+    <rdfs:label>SaleEvent</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/CatholicChurch">
+    <rdfs:comment>A Catholic church.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/PlaceOfWorship"/>
+    <rdfs:label>CatholicChurch</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/numberOfPages">
+    <rdfs:comment>The number of pages in the book.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Book"/>
+    <schema:range rdf:resource="http://schema.org/Integer"/>
+    <rdfs:label>numberOfPages</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/contentLocation">
+    <rdfs:comment>The location of the content.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:range rdf:resource="http://schema.org/Place"/>
+    <rdfs:label>contentLocation</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/jobTitle">
+    <rdfs:comment>The job title of the person (for example, Financial Manager).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>jobTitle</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/breadcrumb">
+    <rdfs:comment>A set of links that can help a user understand and navigate a website hierarchy.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/WebPage"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>breadcrumb</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/duration">
+    <rdfs:comment>The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/MediaObject"/>
+    <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:range rdf:resource="http://schema.org/Duration"/>
+    <rdfs:label>duration</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/menu">
+    <rdfs:comment>Either the actual menu or a URL of the menu.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/FoodEstablishment"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>menu</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/performers">
+    <rdfs:comment>The main performer or performers of the event—for example, a presenter, musician, or actor (legacy spelling; see singular form, performer).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Event"/>
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>performers</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/contentSize">
+    <rdfs:comment>File size in (mega/kilo) bytes.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/MediaObject"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>contentSize</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/TouristInformationCenter">
+    <rdfs:comment>A tourist information center.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:label>TouristInformationCenter</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/ApartmentComplex">
+    <rdfs:comment>Residence type: Apartment complex.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Residence"/>
+    <rdfs:label>ApartmentComplex</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/productID">
+    <rdfs:comment><![CDATA[The product identifier, such as ISBN. For example: <meta itemprop='productID' content='isbn:123-456-789'/>.]]></rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Product"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>productID</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/MedicalClinic">
+    <rdfs:comment>A medical clinic.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/MedicalOrganization"/>
+    <rdfs:label>MedicalClinic</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/mentions">
+    <rdfs:comment>Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:range rdf:resource="http://schema.org/Thing"/>
+    <rdfs:label>mentions</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/addressCountry">
+    <rdfs:comment>The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/PostalAddress"/>
+    <schema:range rdf:resource="http://schema.org/Country"/>
+    <rdfs:label>addressCountry</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/founder">
+    <rdfs:comment>A person who founded this organization.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Organization"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>founder</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/RealEstateAgent">
+    <rdfs:comment>A real-estate agent.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:label>RealEstateAgent</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/sodiumContent">
+    <rdfs:comment>The number of milligrams of sodium.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/NutritionInformation"/>
+    <schema:range rdf:resource="http://schema.org/Mass"/>
+    <rdfs:label>sodiumContent</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Float">
+    <rdfs:comment>Data type: Floating number.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Number"/>
+    <rdfs:label>Float</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/MensClothingStore">
+    <rdfs:comment>A men's clothing store.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:label>MensClothingStore</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/articleBody">
+    <rdfs:comment>The actual body of the article.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Article"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>articleBody</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Brewery">
+    <rdfs:comment>Brewery.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/FoodEstablishment"/>
+    <rdfs:label>Brewery</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/offers">
+    <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>
+    <schema:domain rdf:resource="http://schema.org/Event"/>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:domain rdf:resource="http://schema.org/Product"/>
+    <schema:domain rdf:resource="http://schema.org/MediaObject"/>
+    <schema:range rdf:resource="http://schema.org/Offer"/>
+    <rdfs:label>offers</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/NGO">
+    <rdfs:comment>Organization: Non-governmental Organization.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Organization"/>
+    <rdfs:label>NGO</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/cholesterolContent">
+    <rdfs:comment>The number of milligrams of cholesterol.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/NutritionInformation"/>
+    <schema:range rdf:resource="http://schema.org/Mass"/>
+    <rdfs:label>cholesterolContent</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/alternativeHeadline">
+    <rdfs:comment>A secondary title of the CreativeWork.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>alternativeHeadline</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Airport">
+    <rdfs:comment>An airport.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:label>Airport</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/version">
+    <rdfs:comment>The version of the CreativeWork embodied by a specified resource.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:range rdf:resource="http://schema.org/Number"/>
+    <rdfs:label>version</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/SocialEvent">
+    <rdfs:comment>Event type: Social event.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
+    <rdfs:label>SocialEvent</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/representativeOfPage">
+    <rdfs:comment>Indicates whether this image is representative of the content of the page.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/ImageObject"/>
+    <schema:range rdf:resource="http://schema.org/Boolean"/>
+    <rdfs:label>representativeOfPage</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/cookingMethod">
+    <rdfs:comment>The method of cooking, such as Frying, Steaming, ...</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Recipe"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>cookingMethod</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/ratingValue">
+    <rdfs:comment>The rating for the content.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Rating"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>ratingValue</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/members">
+    <rdfs:comment>A member of this organization (legacy spelling; see singular form, member).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Organization"/>
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>members</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/datePublished">
+    <rdfs:comment>Date of first broadcast/publication.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:range rdf:resource="http://schema.org/Date"/>
+    <rdfs:label>datePublished</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/performer">
+    <rdfs:comment>A performer at the event—for example, a presenter, musician, musical group or actor.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Event"/>
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>performer</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/HighSchool">
+    <rdfs:comment>A high school.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/EducationalOrganization"/>
+    <rdfs:label>HighSchool</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/image">
+    <rdfs:comment>URL of an image of the item.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Thing"/>
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>image</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/isFamilyFriendly">
+    <rdfs:comment>Indicates whether this content is family friendly.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:range rdf:resource="http://schema.org/Boolean"/>
+    <rdfs:label>isFamilyFriendly</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/exifData">
+    <rdfs:comment>exif data for this object.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/ImageObject"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>exifData</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/highPrice">
+    <rdfs:comment>The highest price of all offers available.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/AggregateOffer"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <schema:range rdf:resource="http://schema.org/Number"/>
+    <rdfs:label>highPrice</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/HardwareStore">
+    <rdfs:comment>A hardware store.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:label>HardwareStore</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Winery">
+    <rdfs:comment>A winery.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/FoodEstablishment"/>
+    <rdfs:label>Winery</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/DaySpa">
+    <rdfs:comment>A day spa.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/HealthAndBeautyBusiness"/>
+    <rdfs:label>DaySpa</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/comment">
+    <rdfs:comment>Comments, typically from users, on this CreativeWork.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:range rdf:resource="http://schema.org/UserComments"/>
+    <rdfs:label>comment</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/SiteNavigationElement">
+    <rdfs:comment>A navigation element of the page.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/WebPageElement"/>
+    <rdfs:label>SiteNavigationElement</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/MovieTheater">
+    <rdfs:comment>A movie theater.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:subClassOf rdf:resource="http://schema.org/EntertainmentBusiness"/>
+    <rdfs:label>MovieTheater</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/bestRating">
+    <rdfs:comment>The highest value allowed in this rating system. If bestRating is omitted, 5 is assumed.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Rating"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <schema:range rdf:resource="http://schema.org/Number"/>
+    <rdfs:label>bestRating</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/editor">
+    <rdfs:comment>Specifies the Person who edited the CreativeWork.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>editor</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/recipeCuisine">
+    <rdfs:comment>The cuisine of the recipe (for example, French or Ethopian).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Recipe"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>recipeCuisine</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/producer">
+    <rdfs:comment>The producer of the movie, TV series, season, or episode, or video.</rdfs:comment>
+    <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:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>producer</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/givenName">
+    <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>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>givenName</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/blogPosts">
+    <rdfs:comment>The postings that are part of this blog (legacy spelling; see singular form, blogPost).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Blog"/>
+    <schema:range rdf:resource="http://schema.org/BlogPosting"/>
+    <rdfs:label>blogPosts</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Playground">
+    <rdfs:comment>A playground.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:label>Playground</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/openingHours">
+    <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>
+    <schema:domain rdf:resource="http://schema.org/LocalBusiness"/>
+    <schema:domain rdf:resource="http://schema.org/CivicStructure"/>
+    <schema:range rdf:resource="http://schema.org/Duration"/>
+    <rdfs:label>openingHours</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/spouse">
+    <rdfs:comment>The person's spouse.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>spouse</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/SportingGoodsStore">
+    <rdfs:comment>A sporting goods store.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:label>SportingGoodsStore</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/hiringOrganization">
+    <rdfs:comment>Organization offering the job position.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <rdfs:label>hiringOrganization</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/containedIn">
+    <rdfs:comment>The basic containment relation between places.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Place"/>
+    <schema:range rdf:resource="http://schema.org/Place"/>
+    <rdfs:label>containedIn</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/discusses">
+    <rdfs:comment>Specifies the CreativeWork associated with the UserComment.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/UserComments"/>
+    <schema:range rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:label>discusses</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Plumber">
+    <rdfs:comment>A plumbing service.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/HomeAndConstructionBusiness"/>
+    <rdfs:subClassOf rdf:resource="http://schema.org/ProfessionalService"/>
+    <rdfs:label>Plumber</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/UserPlays">
+    <rdfs:comment>User interaction: Play count of an item, for example a video or a song.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/UserInteraction"/>
+    <rdfs:label>UserPlays</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/State">
+    <rdfs:comment>A state or province.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/AdministrativeArea"/>
+    <rdfs:label>State</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/PetStore">
+    <rdfs:comment>A pet store.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:label>PetStore</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/contactType">
+    <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>
+    <schema:domain rdf:resource="http://schema.org/ContactPoint"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>contactType</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/TaxiStand">
+    <rdfs:comment>A taxi stand.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:label>TaxiStand</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/dateline">
+    <rdfs:comment>The location where the NewsArticle was produced.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/NewsArticle"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>dateline</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/price">
+    <rdfs:comment>The offer price of the product.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Offer"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <schema:range rdf:resource="http://schema.org/Number"/>
+    <rdfs:label>price</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/dateModified">
+    <rdfs:comment>The date on which the CreativeWork was most recently modified.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:range rdf:resource="http://schema.org/Date"/>
+    <rdfs:label>dateModified</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/SportsClub">
+    <rdfs:comment>A sports club.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/SportsActivityLocation"/>
+    <rdfs:label>SportsClub</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/CollegeOrUniversity">
+    <rdfs:comment>A college, university, or other third-level educational institution.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/EducationalOrganization"/>
+    <rdfs:label>CollegeOrUniversity</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/WPSideBar">
+    <rdfs:comment>A sidebar section of the page.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/WebPageElement"/>
+    <rdfs:label>WPSideBar</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/postOfficeBoxNumber">
+    <rdfs:comment>The post offce box number for PO box addresses.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/PostalAddress"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>postOfficeBoxNumber</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/fiberContent">
+    <rdfs:comment>The number of grams of fiber.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/NutritionInformation"/>
+    <schema:range rdf:resource="http://schema.org/Mass"/>
+    <rdfs:label>fiberContent</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/releaseNotes">
+    <rdfs:comment>Description of what changed in this version.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/SoftwareApplication"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>releaseNotes</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/bitrate">
+    <rdfs:comment>The bitrate of the media object.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/MediaObject"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>bitrate</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/ArtGallery">
+    <rdfs:comment>An art gallery.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/EntertainmentBusiness"/>
+    <rdfs:label>ArtGallery</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/illustrator">
+    <rdfs:comment>The illustrator of the book.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Book"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>illustrator</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/HinduTemple">
+    <rdfs:comment>A Hindu temple.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/PlaceOfWorship"/>
+    <rdfs:label>HinduTemple</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/ChildCare">
+    <rdfs:comment>A Childcare center.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:label>ChildCare</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/InsuranceAgency">
+    <rdfs:comment>Insurance agency.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/FinancialService"/>
+    <rdfs:label>InsuranceAgency</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/BedAndBreakfast">
+    <rdfs:comment>Bed and breakfast.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LodgingBusiness"/>
+    <rdfs:label>BedAndBreakfast</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/SingleFamilyResidence">
+    <rdfs:comment>Residence type: Single-family home.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Residence"/>
+    <rdfs:label>SingleFamilyResidence</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/familyName">
+    <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>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>familyName</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/associatedMedia">
+    <rdfs:comment>The media objects that encode this creative work. This property is a synonym for encodings.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:range rdf:resource="http://schema.org/MediaObject"/>
+    <rdfs:label>associatedMedia</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Map">
+    <rdfs:comment>A map.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:label>Map</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/SportsTeam">
+    <rdfs:comment>Organization: Sports team.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Organization"/>
+    <rdfs:label>SportsTeam</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/musicBy">
+    <rdfs:comment>The composer of the movie or TV soundtrack.</rdfs:comment>
+    <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:range rdf:resource="http://schema.org/Person"/>
+    <schema:range rdf:resource="http://schema.org/MusicGroup"/>
+    <rdfs:label>musicBy</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/RiverBodyOfWater">
+    <rdfs:comment>A river (for example, the broad majestic Shannon).</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/BodyOfWater"/>
+    <rdfs:label>RiverBodyOfWater</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/primaryImageOfPage">
+    <rdfs:comment>Indicates the main image on the page</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/WebPage"/>
+    <schema:range rdf:resource="http://schema.org/ImageObject"/>
+    <rdfs:label>primaryImageOfPage</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/latitude">
+    <rdfs:comment>The latitude of a location. For example 37.42242.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/GeoCoordinates"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <schema:range rdf:resource="http://schema.org/Number"/>
+    <rdfs:label>latitude</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/specialCommitments">
+    <rdfs:comment>Any special commitments associated with this job posting. Valid entries include VeteranCommit, MilitarySpouseCommit, etc.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>specialCommitments</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/homeLocation">
+    <rdfs:comment>A contact location for a person's residence.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:range rdf:resource="http://schema.org/ContactPoint"/>
+    <schema:range rdf:resource="http://schema.org/Place"/>
+    <rdfs:label>homeLocation</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/WPAdBlock">
+    <rdfs:comment>An advertising section of the page.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/WebPageElement"/>
+    <rdfs:label>WPAdBlock</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Library">
+    <rdfs:comment>A library.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:label>Library</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/SportsEvent">
+    <rdfs:comment>Event type: Sports event.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
+    <rdfs:label>SportsEvent</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/reviewCount">
+    <rdfs:comment>The count of total number of reviews.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/AggregateRating"/>
+    <schema:range rdf:resource="http://schema.org/Number"/>
+    <rdfs:label>reviewCount</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/fileSize">
+    <rdfs:comment>Size of the application / package (e.g. 18MB). In the absence of a unit (MB, KB etc.), KB will be assumed.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/SoftwareApplication"/>
+    <schema:range rdf:resource="http://schema.org/Integer"/>
+    <rdfs:label>fileSize</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/requiresSubscription">
+    <rdfs:comment>Indicates if use of the media require a subscription  (either paid or free). Allowed values are yes or no.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/MediaObject"/>
+    <schema:range rdf:resource="http://schema.org/Boolean"/>
+    <rdfs:label>requiresSubscription</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/countriesNotSupported">
+    <rdfs:comment>Countries for which the application is not supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/SoftwareApplication"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>countriesNotSupported</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/blogPost">
+    <rdfs:comment>A posting that is part of this blog.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Blog"/>
+    <schema:range rdf:resource="http://schema.org/BlogPosting"/>
+    <rdfs:label>blogPost</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Reservoir">
+    <rdfs:comment>A reservoir, like the Lake Kariba reservoir.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/BodyOfWater"/>
+    <rdfs:label>Reservoir</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/FastFoodRestaurant">
+    <rdfs:comment>A fast-food restaurant.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/FoodEstablishment"/>
+    <rdfs:label>FastFoodRestaurant</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/servingSize">
+    <rdfs:comment>The serving size, in terms of the number of volume or mass</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/NutritionInformation"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>servingSize</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/employees">
+    <rdfs:comment>People working for this organization. (legacy spelling; see singular form, employee)</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Organization"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>employees</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/expires">
+    <rdfs:comment>Date the content expires and is no longer useful or available. Useful for videos.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/MediaObject"/>
+    <schema:range rdf:resource="http://schema.org/Date"/>
+    <rdfs:label>expires</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/PawnShop">
+    <rdfs:comment>A pawnstore.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:label>PawnShop</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/ItemPage">
+    <rdfs:comment>A page devoted to a single item, such as a particular product or hotel.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/WebPage"/>
+    <rdfs:label>ItemPage</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/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:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:label>Comment</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/longitude">
+    <rdfs:comment>The longitude of a location. For example -122.08585.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/GeoCoordinates"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <schema:range rdf:resource="http://schema.org/Number"/>
+    <rdfs:label>longitude</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/keywords">
+    <rdfs:comment>The keywords/tags used to describe this content.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>keywords</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/experienceRequirements">
+    <rdfs:comment>Description of skills and experience needed for the position.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>experienceRequirements</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/publishingPrinciples">
+    <rdfs:comment>Link to page describing the editorial principles of the organization primarily responsible for the creation of the CreativeWork.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>publishingPrinciples</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Canal">
+    <rdfs:comment>A canal, like the Panama Canal</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/BodyOfWater"/>
+    <rdfs:label>Canal</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/educationRequirements">
+    <rdfs:comment>Educational background needed for the position.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>educationRequirements</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/ContactPage">
+    <rdfs:comment>Web page type: Contact page.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/WebPage"/>
+    <rdfs:label>ContactPage</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/IceCreamShop">
+    <rdfs:comment>An ice cream shop</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/FoodEstablishment"/>
+    <rdfs:label>IceCreamShop</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/printEdition">
+    <rdfs:comment>The edition of the print product in which the NewsArticle appears.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/NewsArticle"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>printEdition</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/commentText">
+    <rdfs:comment>The text of the UserComment.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/UserComments"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>commentText</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Embassy">
+    <rdfs:comment>An embassy.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/GovernmentBuilding"/>
+    <rdfs:label>Embassy</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/recipeCategory">
+    <rdfs:comment>The category of the recipe—for example, appetizer, entree, etc.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Recipe"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>recipeCategory</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/AboutPage">
+    <rdfs:comment>Web page type: About page.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/WebPage"/>
+    <rdfs:label>AboutPage</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/BusinessEvent">
+    <rdfs:comment>Event type: Business event.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
+    <rdfs:label>BusinessEvent</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/CheckoutPage">
+    <rdfs:comment>Web page type: Checkout page.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/WebPage"/>
+    <rdfs:label>CheckoutPage</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/event">
+    <rdfs:comment>Upcoming or past event associated with this place or organization.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Organization"/>
+    <schema:domain rdf:resource="http://schema.org/Place"/>
+    <schema:range rdf:resource="http://schema.org/Event"/>
+    <rdfs:label>event</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/follows">
+    <rdfs:comment>The most generic uni-directional social relation.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>follows</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/NightClub">
+    <rdfs:comment>A nightclub or discotheque.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/EntertainmentBusiness"/>
+    <rdfs:label>NightClub</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/FireStation">
+    <rdfs:comment>A fire station. With firemen.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/EmergencyService"/>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:label>FireStation</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Sculpture">
+    <rdfs:comment>A piece of sculpture.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:label>Sculpture</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/UserPlusOnes">
+    <rdfs:comment>User interaction: +1.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/UserInteraction"/>
+    <rdfs:label>UserPlusOnes</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/carrierRequirements">
+    <rdfs:comment>Specifies specific carrier(s) requirements for the application (e.g. an application may only work on a specific carrier network).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/MobileApplication"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>carrierRequirements</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Cemetery">
+    <rdfs:comment>A graveyard.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:label>Cemetery</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/geo">
+    <rdfs:comment>The geo coordinates of the place.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Place"/>
+    <schema:range rdf:resource="http://schema.org/GeoShape"/>
+    <schema:range rdf:resource="http://schema.org/GeoCoordinates"/>
+    <rdfs:label>geo</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/OceanBodyOfWater">
+    <rdfs:comment>An ocean (for example, the Pacific).</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/BodyOfWater"/>
+    <rdfs:label>OceanBodyOfWater</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/attendee">
+    <rdfs:comment>A person or organization attending the event.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Event"/>
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>attendee</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/name">
+    <rdfs:comment>The name of the item.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Thing"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>name</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/ClothingStore">
+    <rdfs:comment>A clothing store.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:label>ClothingStore</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/headline">
+    <rdfs:comment>Headline of the article</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>headline</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/featureList">
+    <rdfs:comment>Features or modules provided by this application (and possibly required by other applications).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/SoftwareApplication"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>featureList</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/printSection">
+    <rdfs:comment>If this NewsArticle appears in print, this field indicates the print section in which the article appeared.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/NewsArticle"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>printSection</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/videoFrameSize">
+    <rdfs:comment>The frame size of the video.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/VideoObject"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>videoFrameSize</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/DryCleaningOrLaundry">
+    <rdfs:comment>A dry-cleaning business.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:label>DryCleaningOrLaundry</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Museum">
+    <rdfs:comment>A museum.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:label>Museum</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Hotel">
+    <rdfs:comment>A hotel.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LodgingBusiness"/>
+    <rdfs:label>Hotel</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/PublicSwimmingPool">
+    <rdfs:comment>A public swimming pool.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/SportsActivityLocation"/>
+    <rdfs:label>PublicSwimmingPool</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/knows">
+    <rdfs:comment>The most generic bi-directional social/work relation.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>knows</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/articleSection">
+    <rdfs:comment>Articles may belong to one or more 'sections' in a magazine or newspaper, such as Sports, Lifestyle, etc.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Article"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>articleSection</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/School">
+    <rdfs:comment>A school.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/EducationalOrganization"/>
+    <rdfs:label>School</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/browserRequirements">
+    <rdfs:comment>Specifies browser requirements in human-readable text. For example,"requires HTML5 support".</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/WebApplication"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>browserRequirements</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/superEvent">
+    <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>
+    <schema:domain rdf:resource="http://schema.org/Event"/>
+    <schema:range rdf:resource="http://schema.org/Event"/>
+    <rdfs:label>superEvent</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/ratingCount">
+    <rdfs:comment>The count of total number of ratings.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/AggregateRating"/>
+    <schema:range rdf:resource="http://schema.org/Number"/>
+    <rdfs:label>ratingCount</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/addressRegion">
+    <rdfs:comment>The region. For example, CA.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/PostalAddress"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>addressRegion</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/faxNumber">
+    <rdfs:comment>The fax number.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Organization"/>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:domain rdf:resource="http://schema.org/ContactPoint"/>
+    <schema:domain rdf:resource="http://schema.org/Place"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>faxNumber</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/MusicEvent">
+    <rdfs:comment>Event type: Music event.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
+    <rdfs:label>MusicEvent</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/MobilePhoneStore">
+    <rdfs:comment>A mobile-phone store.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:label>MobilePhoneStore</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/GolfCourse">
+    <rdfs:comment>A golf course.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/SportsActivityLocation"/>
+    <rdfs:label>GolfCourse</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/skills">
+    <rdfs:comment>Skills required to fulfill this role.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>skills</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/MusicStore">
+    <rdfs:comment>A music store.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:label>MusicStore</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/bookFormat">
+    <rdfs:comment>The format of the book.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Book"/>
+    <schema:range rdf:resource="http://schema.org/BookFormatType"/>
+    <rdfs:label>bookFormat</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/screenshot">
+    <rdfs:comment>A link to a screenshot image of the app.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/SoftwareApplication"/>
+    <schema:range rdf:resource="http://schema.org/ImageObject"/>
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>screenshot</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/gender">
+    <rdfs:comment>Gender of the person.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>gender</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/photos">
+    <rdfs:comment>Photographs of this place (legacy spelling; see singular form, photo).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Place"/>
+    <schema:range rdf:resource="http://schema.org/Photograph"/>
+    <schema:range rdf:resource="http://schema.org/ImageObject"/>
+    <rdfs:label>photos</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/CafeOrCoffeeShop">
+    <rdfs:comment>A cafe or coffee shop.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/FoodEstablishment"/>
+    <rdfs:label>CafeOrCoffeeShop</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/GroceryStore">
+    <rdfs:comment>A grocery store.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:label>GroceryStore</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/TouristAttraction">
+    <rdfs:comment>A tourist attraction.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Place"/>
+    <rdfs:label>TouristAttraction</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/interactionCount">
+    <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>
+    <schema:domain rdf:resource="http://schema.org/Organization"/>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:domain rdf:resource="http://schema.org/Place"/>
+    <schema:domain rdf:resource="http://schema.org/MediaObject"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>interactionCount</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/polygon">
+    <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>
+    <schema:domain rdf:resource="http://schema.org/GeoShape"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>polygon</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/PostOffice">
+    <rdfs:comment>A post office.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/GovernmentOffice"/>
+    <rdfs:label>PostOffice</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Waterfall">
+    <rdfs:comment>A waterfall, like Niagara</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/BodyOfWater"/>
+    <rdfs:label>Waterfall</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/nationality">
+    <rdfs:comment>Nationality of the person.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:range rdf:resource="http://schema.org/Country"/>
+    <rdfs:label>nationality</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/MotorcycleRepair">
+    <rdfs:comment>A motorcycle repair shop.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/AutomotiveBusiness"/>
+    <rdfs:label>MotorcycleRepair</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/EducationEvent">
+    <rdfs:comment>Event type: Education event.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
+    <rdfs:label>EducationEvent</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/industry">
+    <rdfs:comment>The industry associated with the job position.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>industry</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/contactPoints">
+    <rdfs:comment>A contact point for a person or organization (legacy spelling; see singular form, contactPoint).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Organization"/>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:range rdf:resource="http://schema.org/ContactPoint"/>
+    <rdfs:label>contactPoints</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/sourceOrganization">
+    <rdfs:comment>The Organization on whose behalf the creator was working.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <rdfs:label>sourceOrganization</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/birthDate">
+    <rdfs:comment>Date of birth.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:range rdf:resource="http://schema.org/Date"/>
+    <rdfs:label>birthDate</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/BeautySalon">
+    <rdfs:comment>Beauty salon.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/HealthAndBeautyBusiness"/>
+    <rdfs:label>BeautySalon</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/author">
+    <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.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>author</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/downloadUrl">
+    <rdfs:comment>If the file can be downloaded, URL to download the binary.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/SoftwareApplication"/>
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>downloadUrl</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/RadioStation">
+    <rdfs:comment>A radio station.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:label>RadioStation</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/itemListOrder">
+    <rdfs:comment>Type of ordering (e.g. Ascending, Descending, Unordered).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/ItemList"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>itemListOrder</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/alumniOf">
+    <rdfs:comment>An educational organizations that the person is an alumni of.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:range rdf:resource="http://schema.org/EducationalOrganization"/>
+    <rdfs:label>alumniOf</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/circle">
+    <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>
+    <schema:domain rdf:resource="http://schema.org/GeoShape"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>circle</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/ConvenienceStore">
+    <rdfs:comment>A convenience store.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:label>ConvenienceStore</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/WPFooter">
+    <rdfs:comment>The footer section of the page.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/WebPageElement"/>
+    <rdfs:label>WPFooter</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/itemCondition">
+    <rdfs:comment>The condition of the item for sale—for example New, Refurbished, Used, etc.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Offer"/>
+    <schema:range rdf:resource="http://schema.org/OfferItemCondition"/>
+    <rdfs:label>itemCondition</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/subEvent">
+    <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.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Event"/>
+    <schema:range rdf:resource="http://schema.org/Event"/>
+    <rdfs:label>subEvent</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/UserCheckins">
+    <rdfs:comment>User interaction: Check-in at a place.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/UserInteraction"/>
+    <rdfs:label>UserCheckins</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Florist">
+    <rdfs:comment>A florist.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:label>Florist</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/GatedResidenceCommunity">
+    <rdfs:comment>Residence type: Gated community.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Residence"/>
+    <rdfs:label>GatedResidenceCommunity</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/founders">
+    <rdfs:comment>A person who founded this organization (legacy spelling; see singular form, founder).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Organization"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>founders</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/copyrightHolder">
+    <rdfs:comment>The party holding the legal copyright to the CreativeWork.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>copyrightHolder</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/sugarContent">
+    <rdfs:comment>The number of grams of sugar.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/NutritionInformation"/>
+    <schema:range rdf:resource="http://schema.org/Mass"/>
+    <rdfs:label>sugarContent</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/BankOrCreditUnion">
+    <rdfs:comment>Bank or credit union.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/FinancialService"/>
+    <rdfs:label>BankOrCreditUnion</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Hospital">
+    <rdfs:comment>A hospital.</rdfs:comment>
+    <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:label>Hospital</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/BusStop">
+    <rdfs:comment>A bus stop.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:label>BusStop</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/memberOf">
+    <rdfs:comment>An organization to which the person belongs.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <rdfs:label>memberOf</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/siblings">
+    <rdfs:comment>A sibling of the person (legacy spelling; see singular form, sibling).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>siblings</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/url">
+    <rdfs:comment>URL of the item.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Thing"/>
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>url</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/address">
+    <rdfs:comment>Physical address of the item.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Organization"/>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:domain rdf:resource="http://schema.org/Place"/>
+    <schema:range rdf:resource="http://schema.org/PostalAddress"/>
+    <rdfs:label>address</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/brand">
+    <rdfs:comment>The brand of the product.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Product"/>
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <rdfs:label>brand</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/ingredients">
+    <rdfs:comment>An ingredient used in the recipe.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Recipe"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>ingredients</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/byArtist">
+    <rdfs:comment>The artist that performed this album or recording.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/MusicAlbum"/>
+    <schema:domain rdf:resource="http://schema.org/MusicRecording"/>
+    <schema:range rdf:resource="http://schema.org/MusicGroup"/>
+    <rdfs:label>byArtist</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/albums">
+    <rdfs:comment>A collection of music albums (legacy spelling; see singular form, album).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/MusicGroup"/>
+    <schema:range rdf:resource="http://schema.org/MusicAlbum"/>
+    <rdfs:label>albums</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/deathDate">
+    <rdfs:comment>Date of death.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:range rdf:resource="http://schema.org/Date"/>
+    <rdfs:label>deathDate</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/wordCount">
+    <rdfs:comment>The number of words in the text of the Article.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Article"/>
+    <schema:range rdf:resource="http://schema.org/Integer"/>
+    <rdfs:label>wordCount</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/VeterinaryCare">
+    <rdfs:comment>A vet's office.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/MedicalOrganization"/>
+    <rdfs:label>VeterinaryCare</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/StadiumOrArena">
+    <rdfs:comment>A stadium.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:subClassOf rdf:resource="http://schema.org/SportsActivityLocation"/>
+    <rdfs:label>StadiumOrArena</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/isbn">
+    <rdfs:comment>The ISBN of the book.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Book"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>isbn</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/accountablePerson">
+    <rdfs:comment>Specifies the Person that is legally accountable for the CreativeWork.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>accountablePerson</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/AutoDealer">
+    <rdfs:comment>An car dealership.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/AutomotiveBusiness"/>
+    <rdfs:label>AutoDealer</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/addressLocality">
+    <rdfs:comment>The locality. For example, Mountain View.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/PostalAddress"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>addressLocality</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/calories">
+    <rdfs:comment>The number of calories</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/NutritionInformation"/>
+    <schema:range rdf:resource="http://schema.org/Energy"/>
+    <rdfs:label>calories</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/partOfTVSeries">
+    <rdfs:comment>The TV series to which this episode or season belongs.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/TVEpisode"/>
+    <schema:domain rdf:resource="http://schema.org/TVSeason"/>
+    <schema:range rdf:resource="http://schema.org/TVSeries"/>
+    <rdfs:label>partOfTVSeries</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/AccountingService">
+    <rdfs:comment>Accountancy business.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/FinancialService"/>
+    <rdfs:subClassOf rdf:resource="http://schema.org/ProfessionalService"/>
+    <rdfs:label>AccountingService</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/DepartmentStore">
+    <rdfs:comment>A department store.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:label>DepartmentStore</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/AutoWash">
+    <rdfs:comment>A car wash business.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/AutomotiveBusiness"/>
+    <rdfs:label>AutoWash</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/BikeStore">
+    <rdfs:comment>A bike store.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:label>BikeStore</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/model">
+    <rdfs:comment>The model of the product.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Product"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>model</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/significantLink">
+    <rdfs:comment>One of the more significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/WebPage"/>
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>significantLink</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/memoryRequirements">
+    <rdfs:comment>Minimum memory requirements.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/SoftwareApplication"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>memoryRequirements</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/thumbnail">
+    <rdfs:comment>Thumbnail image for an image or video.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/VideoObject"/>
+    <schema:domain rdf:resource="http://schema.org/ImageObject"/>
+    <schema:range rdf:resource="http://schema.org/ImageObject"/>
+    <rdfs:label>thumbnail</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/FoodEvent">
+    <rdfs:comment>Event type: Food event.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
+    <rdfs:label>FoodEvent</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/DanceEvent">
+    <rdfs:comment>Event type: A social dance.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
+    <rdfs:label>DanceEvent</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/HobbyShop">
+    <rdfs:comment>A hobby store.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:label>HobbyShop</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Mosque">
+    <rdfs:comment>A mosque.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/PlaceOfWorship"/>
+    <rdfs:label>Mosque</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/ShoeStore">
+    <rdfs:comment>A shoe store.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:label>ShoeStore</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/workLocation">
+    <rdfs:comment>A contact location for a person's place of work.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:range rdf:resource="http://schema.org/ContactPoint"/>
+    <schema:range rdf:resource="http://schema.org/Place"/>
+    <rdfs:label>workLocation</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Locksmith">
+    <rdfs:comment>A locksmith.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/HomeAndConstructionBusiness"/>
+    <rdfs:subClassOf rdf:resource="http://schema.org/ProfessionalService"/>
+    <rdfs:label>Locksmith</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/productionCompany">
+    <rdfs:comment>The production company or studio that made the movie, TV series, season, or episode, or video.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/TVEpisode"/>
+    <schema:domain rdf:resource="http://schema.org/TVSeries"/>
+    <schema:domain rdf:resource="http://schema.org/VideoObject"/>
+    <schema:domain rdf:resource="http://schema.org/Movie"/>
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <rdfs:label>productionCompany</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/PoliceStation">
+    <rdfs:comment>A police station.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/EmergencyService"/>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:label>PoliceStation</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/TireShop">
+    <rdfs:comment>A tire shop.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:label>TireShop</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/acceptsReservations">
+    <rdfs:comment>Either Yes/No, or a URL at which reservations can be made.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/FoodEstablishment"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>acceptsReservations</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/installUrl">
+    <rdfs:comment>URL at which the app may be installed, if different from the URL of the item.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/SoftwareApplication"/>
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>installUrl</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/box">
+    <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>
+    <schema:domain rdf:resource="http://schema.org/GeoShape"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>box</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/SeaBodyOfWater">
+    <rdfs:comment>A sea (for example, the Caspian sea).</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/BodyOfWater"/>
+    <rdfs:label>SeaBodyOfWater</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/parent">
+    <rdfs:comment>A parent of this person.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>parent</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/operatingSystem">
+    <rdfs:comment>Operating systems supported (Windows 7, OSX 10.6, Android 1.6).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/SoftwareApplication"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>operatingSystem</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/City">
+    <rdfs:comment>A city or town.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/AdministrativeArea"/>
+    <rdfs:label>City</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/saturatedFatContent">
+    <rdfs:comment>The number of grams of saturated fat.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/NutritionInformation"/>
+    <schema:range rdf:resource="http://schema.org/Mass"/>
+    <rdfs:label>saturatedFatContent</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/encodingFormat">
+    <rdfs:comment>mp3, mpeg4, etc.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/MediaObject"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>encodingFormat</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/caption">
+    <rdfs:comment>The caption for this object.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/VideoObject"/>
+    <schema:domain rdf:resource="http://schema.org/ImageObject"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>caption</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/ScholarlyArticle">
+    <rdfs:comment>A scholarly article.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Article"/>
+    <rdfs:label>ScholarlyArticle</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/thumbnailUrl">
+    <rdfs:comment>A thumbnail image relevant to the Thing.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>thumbnailUrl</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/map">
+    <rdfs:comment>A URL to a map of the place.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Place"/>
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>map</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/storageRequirements">
+    <rdfs:comment>Storage requirements (free space required).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/SoftwareApplication"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>storageRequirements</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/alumni">
+    <rdfs:comment>Alumni of educational organization.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/EducationalOrganization"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>alumni</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/subEvents">
+    <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).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Event"/>
+    <schema:range rdf:resource="http://schema.org/Event"/>
+    <rdfs:label>subEvents</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/BookStore">
+    <rdfs:comment>A bookstore.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:label>BookStore</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/permissions">
+    <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).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/SoftwareApplication"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>permissions</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Beach">
+    <rdfs:comment>Beach.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:label>Beach</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/director">
+    <rdfs:comment>The director of the movie, TV episode, or series.</rdfs:comment>
+    <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:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>director</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/ProfilePage">
+    <rdfs:comment>Web page type: Profile page.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/WebPage"/>
+    <rdfs:label>ProfilePage</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Continent">
+    <rdfs:comment>One of the continents (for example, Europe or Africa).</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Landform"/>
+    <rdfs:label>Continent</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/BowlingAlley">
+    <rdfs:comment>A bowling alley.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/SportsActivityLocation"/>
+    <rdfs:label>BowlingAlley</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/AnimalShelter">
+    <rdfs:comment>Animal shelter.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:label>AnimalShelter</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Hostel">
+    <rdfs:comment>A hostel.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LodgingBusiness"/>
+    <rdfs:label>Hostel</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/TennisComplex">
+    <rdfs:comment>A tennis complex.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/SportsActivityLocation"/>
+    <rdfs:label>TennisComplex</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/SkiResort">
+    <rdfs:comment>A ski resort.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/SportsActivityLocation"/>
+    <rdfs:label>SkiResort</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/email">
+    <rdfs:comment>Email address.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Organization"/>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:domain rdf:resource="http://schema.org/ContactPoint"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>email</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/MiddleSchool">
+    <rdfs:comment>A middle school.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/EducationalOrganization"/>
+    <rdfs:label>MiddleSchool</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/BuddhistTemple">
+    <rdfs:comment>A Buddhist temple.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/PlaceOfWorship"/>
+    <rdfs:label>BuddhistTemple</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/ChildrensEvent">
+    <rdfs:comment>Event type: Children's event.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
+    <rdfs:label>ChildrensEvent</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/endDate">
+    <rdfs:comment>The end date and time of the event (in ISO 8601 date format).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/TVSeries"/>
+    <schema:domain rdf:resource="http://schema.org/Event"/>
+    <schema:domain rdf:resource="http://schema.org/TVSeason"/>
+    <schema:range rdf:resource="http://schema.org/Date"/>
+    <rdfs:label>endDate</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/MovingCompany">
+    <rdfs:comment>A moving company.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/HomeAndConstructionBusiness"/>
+    <rdfs:label>MovingCompany</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Casino">
+    <rdfs:comment>A casino.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/EntertainmentBusiness"/>
+    <rdfs:label>Casino</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/startDate">
+    <rdfs:comment>The start date and time of the event (in ISO 8601 date format).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/TVSeries"/>
+    <schema:domain rdf:resource="http://schema.org/Event"/>
+    <schema:domain rdf:resource="http://schema.org/TVSeason"/>
+    <schema:range rdf:resource="http://schema.org/Date"/>
+    <rdfs:label>startDate</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/printPage">
+    <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>
+    <schema:domain rdf:resource="http://schema.org/NewsArticle"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>printPage</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/salaryCurrency">
+    <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>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>salaryCurrency</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/HousePainter">
+    <rdfs:comment>A house painting service.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/HomeAndConstructionBusiness"/>
+    <rdfs:subClassOf rdf:resource="http://schema.org/ProfessionalService"/>
+    <rdfs:label>HousePainter</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/sibling">
+    <rdfs:comment>A sibling of the person.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>sibling</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/HVACBusiness">
+    <rdfs:comment>An HVAC service.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/HomeAndConstructionBusiness"/>
+    <rdfs:label>HVACBusiness</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/device">
+    <rdfs:comment>Device required to run the application. Used in cases where a specific make/model is required to run the application.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/SoftwareApplication"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>device</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/ToyStore">
+    <rdfs:comment>A toystore.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:label>ToyStore</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/RoofingContractor">
+    <rdfs:comment>A roofing contractor.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/HomeAndConstructionBusiness"/>
+    <rdfs:subClassOf rdf:resource="http://schema.org/ProfessionalService"/>
+    <rdfs:label>RoofingContractor</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Pharmacy">
+    <rdfs:comment>A pharmacy or drugstore.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/MedicalOrganization"/>
+    <rdfs:label>Pharmacy</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/workHours">
+    <rdfs:comment>The typical working hours for this job (e.g. 1st shift, night shift, 8am-5pm).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>workHours</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/GeneralContractor">
+    <rdfs:comment>A general contractor.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/HomeAndConstructionBusiness"/>
+    <rdfs:subClassOf rdf:resource="http://schema.org/ProfessionalService"/>
+    <rdfs:label>GeneralContractor</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/review">
+    <rdfs:comment>A review of the item.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Organization"/>
+    <schema:domain rdf:resource="http://schema.org/Offer"/>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:domain rdf:resource="http://schema.org/Product"/>
+    <schema:domain rdf:resource="http://schema.org/Place"/>
+    <schema:range rdf:resource="http://schema.org/Review"/>
+    <rdfs:label>review</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/audio">
+    <rdfs:comment>An embedded audio object.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:range rdf:resource="http://schema.org/AudioObject"/>
+    <rdfs:label>audio</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/totalTime">
+    <rdfs:comment>The total time it takes to prepare and cook the recipe, in ISO 8601 duration format.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Recipe"/>
+    <schema:range rdf:resource="http://schema.org/Duration"/>
+    <rdfs:label>totalTime</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/encodesCreativeWork">
+    <rdfs:comment>The creative work encoded by this media object</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/MediaObject"/>
+    <schema:range rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:label>encodesCreativeWork</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/contactPoint">
+    <rdfs:comment>A contact point for a person or organization.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Organization"/>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:range rdf:resource="http://schema.org/ContactPoint"/>
+    <rdfs:label>contactPoint</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/UserBlocks">
+    <rdfs:comment>User interaction: Block this content.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/UserInteraction"/>
+    <rdfs:label>UserBlocks</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/TheaterEvent">
+    <rdfs:comment>Event type: Theater performance.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
+    <rdfs:label>TheaterEvent</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/MotorcycleDealer">
+    <rdfs:comment>A motorcycle dealer.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/AutomotiveBusiness"/>
+    <rdfs:label>MotorcycleDealer</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/ShoppingCenter">
+    <rdfs:comment>A shopping center or mall.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:label>ShoppingCenter</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/requirements">
+    <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).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/SoftwareApplication"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>requirements</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Pond">
+    <rdfs:comment>A pond</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/BodyOfWater"/>
+    <rdfs:label>Pond</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/episodes">
+    <rdfs:comment>The episode of a TV series or season (legacy spelling; see singular form, episode).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/TVSeries"/>
+    <schema:domain rdf:resource="http://schema.org/TVSeason"/>
+    <schema:range rdf:resource="http://schema.org/TVEpisode"/>
+    <rdfs:label>episodes</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/applicationCategory">
+    <rdfs:comment>Type of software application, e.g. "Game, Multimedia".</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/SoftwareApplication"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>applicationCategory</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/regionsAllowed">
+    <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>
+    <schema:domain rdf:resource="http://schema.org/MediaObject"/>
+    <schema:range rdf:resource="http://schema.org/Place"/>
+    <rdfs:label>regionsAllowed</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/paymentAccepted">
+    <rdfs:comment>Cash, credit card, etc.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/LocalBusiness"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>paymentAccepted</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/branchOf">
+    <rdfs:comment>The larger organization that this local business is a branch of, if any.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/LocalBusiness"/>
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <rdfs:label>branchOf</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/actor">
+    <rdfs:comment>A cast member of the movie, TV series, season, or episode, or video.</rdfs:comment>
+    <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:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>actor</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Mountain">
+    <rdfs:comment>A mountain, like Mount Whitney or Mount Everest</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Landform"/>
+    <rdfs:label>Mountain</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/NailSalon">
+    <rdfs:comment>A nail salon.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/HealthAndBeautyBusiness"/>
+    <rdfs:label>NailSalon</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/discussionUrl">
+    <rdfs:comment>A link to the page containing the comments of the CreativeWork.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>discussionUrl</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/lowPrice">
+    <rdfs:comment>The lowest price of all offers available.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/AggregateOffer"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <schema:range rdf:resource="http://schema.org/Number"/>
+    <rdfs:label>lowPrice</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/occupationalCategory">
+    <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>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>occupationalCategory</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/InternetCafe">
+    <rdfs:comment>An internet cafe.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:label>InternetCafe</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/events">
+    <rdfs:comment>Upcoming or past events associated with this place or organization (legacy spelling; see singular form, event).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Organization"/>
+    <schema:domain rdf:resource="http://schema.org/Place"/>
+    <schema:range rdf:resource="http://schema.org/Event"/>
+    <rdfs:label>events</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/member">
+    <rdfs:comment>A member of this organization.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Organization"/>
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>member</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/honorificSuffix">
+    <rdfs:comment>An honorific suffix preceding a Person's name such as M.D. /PhD/MSCSW.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>honorificSuffix</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/text">
+    <rdfs:comment>The textual content of this CreativeWork.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>text</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/relatedTo">
+    <rdfs:comment>The most generic familial relation.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>relatedTo</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/description">
+    <rdfs:comment>A short description of the item.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Thing"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>description</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/bookEdition">
+    <rdfs:comment>The edition of the book.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Book"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>bookEdition</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Crematorium">
+    <rdfs:comment>A crematorium.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:label>Crematorium</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/recipeYield">
+    <rdfs:comment>The quantity produced by the recipe (for example, number of people served, number of servings, etc).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Recipe"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>recipeYield</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/RVPark">
+    <rdfs:comment>An RV park.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:label>RVPark</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/mainContentOfPage">
+    <rdfs:comment>Indicates if this web page element is the main subject of the page.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/WebPage"/>
+    <schema:range rdf:resource="http://schema.org/WebPageElement"/>
+    <rdfs:label>mainContentOfPage</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Festival">
+    <rdfs:comment>Event type: Festival.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
+    <rdfs:label>Festival</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/RecyclingCenter">
+    <rdfs:comment>A recycling center.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:label>RecyclingCenter</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/TelevisionStation">
+    <rdfs:comment>A television station.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:label>TelevisionStation</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/tickerSymbol">
+    <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>
+    <schema:domain rdf:resource="http://schema.org/Corporation"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>tickerSymbol</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/FurnitureStore">
+    <rdfs:comment>A furniture store.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:label>FurnitureStore</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Synagogue">
+    <rdfs:comment>A synagogue.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/PlaceOfWorship"/>
+    <rdfs:label>Synagogue</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/photo">
+    <rdfs:comment>A photograph of this place.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Place"/>
+    <schema:range rdf:resource="http://schema.org/Photograph"/>
+    <schema:range rdf:resource="http://schema.org/ImageObject"/>
+    <rdfs:label>photo</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/OfficeEquipmentStore">
+    <rdfs:comment>An office equipment store.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:label>OfficeEquipmentStore</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/GasStation">
+    <rdfs:comment>A gas station.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/AutomotiveBusiness"/>
+    <rdfs:label>GasStation</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/CityHall">
+    <rdfs:comment>A city hall.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/GovernmentBuilding"/>
+    <rdfs:label>CityHall</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/numberOfEpisodes">
+    <rdfs:comment>The number of episodes in this season or series.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/TVSeries"/>
+    <schema:domain rdf:resource="http://schema.org/TVSeason"/>
+    <schema:range rdf:resource="http://schema.org/Number"/>
+    <rdfs:label>numberOfEpisodes</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/priceRange">
+    <rdfs:comment>The price range of the business, for example $$$.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/LocalBusiness"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>priceRange</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/ElementarySchool">
+    <rdfs:comment>An elementary school.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/EducationalOrganization"/>
+    <rdfs:label>ElementarySchool</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/itemReviewed">
+    <rdfs:comment>The item that is being reviewed/rated.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/AggregateRating"/>
+    <schema:domain rdf:resource="http://schema.org/Review"/>
+    <schema:range rdf:resource="http://schema.org/Thing"/>
+    <rdfs:label>itemReviewed</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/reviewRating">
+    <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>
+    <schema:domain rdf:resource="http://schema.org/Review"/>
+    <schema:range rdf:resource="http://schema.org/Rating"/>
+    <rdfs:label>reviewRating</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/videoQuality">
+    <rdfs:comment>The quality of the video.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/VideoObject"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>videoQuality</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/currenciesAccepted">
+    <rdfs:comment>The currency accepted (in ISO 4217 currency format).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/LocalBusiness"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>currenciesAccepted</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/width">
+    <rdfs:comment>The width of the media object.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/MediaObject"/>
+    <schema:range rdf:resource="http://schema.org/Distance"/>
+    <rdfs:label>width</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/foundingDate">
+    <rdfs:comment>The date that this organization was founded.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Organization"/>
+    <schema:range rdf:resource="http://schema.org/Date"/>
+    <rdfs:label>foundingDate</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/MusicVenue">
+    <rdfs:comment>A music venue.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:label>MusicVenue</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/height">
+    <rdfs:comment>The height of the media object.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/MediaObject"/>
+    <schema:range rdf:resource="http://schema.org/Distance"/>
+    <rdfs:label>height</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/seasonNumber">
+    <rdfs:comment>The season number.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/TVSeason"/>
+    <schema:range rdf:resource="http://schema.org/Integer"/>
+    <rdfs:label>seasonNumber</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/SelfStorage">
+    <rdfs:comment>Self-storage facility.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:label>SelfStorage</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/servesCuisine">
+    <rdfs:comment>The cuisine of the restaurant.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/FoodEstablishment"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>servesCuisine</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/embedUrl">
+    <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)</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/MediaObject"/>
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>embedUrl</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/copyrightYear">
+    <rdfs:comment>The year during which the claimed copyright for the CreativeWork was first asserted.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:range rdf:resource="http://schema.org/Number"/>
+    <rdfs:label>copyrightYear</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/inPlaylist">
+    <rdfs:comment>The playlist to which this recording belongs.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/MusicRecording"/>
+    <schema:range rdf:resource="http://schema.org/MusicPlaylist"/>
+    <rdfs:label>inPlaylist</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/jobLocation">
+    <rdfs:comment>A (typically single) geographic location associated with the job position.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <schema:range rdf:resource="http://schema.org/Place"/>
+    <rdfs:label>jobLocation</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/proteinContent">
+    <rdfs:comment>The number of grams of protein.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/NutritionInformation"/>
+    <schema:range rdf:resource="http://schema.org/Mass"/>
+    <rdfs:label>proteinContent</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/DanceGroup">
+    <rdfs:comment>A dance group—for example, the Alvin Ailey Dance Theater or Riverdance.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/PerformingGroup"/>
+    <rdfs:label>DanceGroup</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/printColumn">
+    <rdfs:comment>The number of the column in which the NewsArticle appears in the print edition.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/NewsArticle"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>printColumn</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/UserTweets">
+    <rdfs:comment>User interaction: Tweets.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/UserInteraction"/>
+    <rdfs:label>UserTweets</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/ElectronicsStore">
+    <rdfs:comment>An electronics store.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:label>ElectronicsStore</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/fileFormat">
+    <rdfs:comment>MIME format of the binary (e.g. application/zip).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/SoftwareApplication"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>fileFormat</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/offerCount">
+    <rdfs:comment>The number of offers for the product.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/AggregateOffer"/>
+    <schema:range rdf:resource="http://schema.org/Integer"/>
+    <rdfs:label>offerCount</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Bakery">
+    <rdfs:comment>A bakery.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/FoodEstablishment"/>
+    <rdfs:label>Bakery</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/transcript">
+    <rdfs:comment>If this MediaObject is an AudioObject or VideoObject, the transcript of that object.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/AudioObject"/>
+    <schema:domain rdf:resource="http://schema.org/VideoObject"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>transcript</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/AutoBodyShop">
+    <rdfs:comment>Auto body shop.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/AutomotiveBusiness"/>
+    <rdfs:label>AutoBodyShop</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/DefenceEstablishment">
+    <rdfs:comment>A defence establishment, such as an army or navy base.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/GovernmentBuilding"/>
+    <rdfs:label>DefenceEstablishment</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/TattooParlor">
+    <rdfs:comment>A tattoo parlor.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/HealthAndBeautyBusiness"/>
+    <rdfs:label>TattooParlor</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/TravelAgency">
+    <rdfs:comment>A travel agency.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:label>TravelAgency</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/VideoGallery">
+    <rdfs:comment>Web page type: Video gallery page.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CollectionPage"/>
+    <rdfs:label>VideoGallery</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/AutoPartsStore">
+    <rdfs:comment>An auto parts store.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/AutomotiveBusiness"/>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:label>AutoPartsStore</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Painting">
+    <rdfs:comment>A painting.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:label>Painting</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/BusStation">
+    <rdfs:comment>A bus station.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:label>BusStation</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/qualifications">
+    <rdfs:comment>Specific qualifications required for this role.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>qualifications</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/employee">
+    <rdfs:comment>Someone working for this organization.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Organization"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>employee</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/LegislativeBuilding">
+    <rdfs:comment>A legislative building—for example, the state capitol.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/GovernmentBuilding"/>
+    <rdfs:label>LegislativeBuilding</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/LakeBodyOfWater">
+    <rdfs:comment>A lake (for example, Lake Pontrachain).</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/BodyOfWater"/>
+    <rdfs:label>LakeBodyOfWater</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/employmentType">
+    <rdfs:comment>Type of employment (e.g. full-time, part-time, contract, temporary, seasonal, internship).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>employmentType</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/BarOrPub">
+    <rdfs:comment>A bar or pub.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/FoodEstablishment"/>
+    <rdfs:label>BarOrPub</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Church">
+    <rdfs:comment>A church.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/PlaceOfWorship"/>
+    <rdfs:label>Church</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/applicationSubCategory">
+    <rdfs:comment>Subcategory of the application, e.g. "Arcade Game".</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/SoftwareApplication"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>applicationSubCategory</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/awards">
+    <rdfs:comment>Awards won by this person or for this creative work. (legacy spelling; see singular form, award)</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>awards</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/partOfSeason">
+    <rdfs:comment>The season to which this episode belongs.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/TVEpisode"/>
+    <schema:range rdf:resource="http://schema.org/TVSeason"/>
+    <rdfs:label>partOfSeason</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/about">
+    <rdfs:comment>The subject matter of the content.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:range rdf:resource="http://schema.org/Thing"/>
+    <rdfs:label>about</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/priceValidUntil">
+    <rdfs:comment>The date after which the price is no longer available.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Offer"/>
+    <schema:range rdf:resource="http://schema.org/Date"/>
+    <rdfs:label>priceValidUntil</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Attorney">
+    <rdfs:comment>Professional service: Attorney.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/ProfessionalService"/>
+    <rdfs:label>Attorney</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Table">
+    <rdfs:comment>A table on the page.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/WebPageElement"/>
+    <rdfs:label>Table</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Campground">
+    <rdfs:comment>A campground.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:label>Campground</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/softwareVersion">
+    <rdfs:comment>Version of the software instance.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/SoftwareApplication"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>softwareVersion</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/postalCode">
+    <rdfs:comment>The postal code. For example, 94043.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/PostalAddress"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>postalCode</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/children">
+    <rdfs:comment>A child of the person.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>children</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/itemOffered">
+    <rdfs:comment>The item being sold.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Offer"/>
+    <schema:range rdf:resource="http://schema.org/Product"/>
+    <rdfs:label>itemOffered</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/ComedyEvent">
+    <rdfs:comment>Event type: Comedy event.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
+    <rdfs:label>ComedyEvent</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/maps">
+    <rdfs:comment>A URL to a map of the place (legacy spelling; see singular form, map).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Place"/>
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>maps</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/PerformingArtsTheater">
+    <rdfs:comment>A theatre or other performing art center.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:label>PerformingArtsTheater</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/UserDownloads">
+    <rdfs:comment>User interaction: Download of an item.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/UserInteraction"/>
+    <rdfs:label>UserDownloads</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/WholesaleStore">
+    <rdfs:comment>A wholesale store.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:label>WholesaleStore</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/JewelryStore">
+    <rdfs:comment>A jewelry store.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:label>JewelryStore</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/parents">
+    <rdfs:comment>A parents of the person (legacy spelling; see singular form, parent).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>parents</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Aquarium">
+    <rdfs:comment>Aquarium.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:label>Aquarium</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/LiquorStore">
+    <rdfs:comment>A liquor store.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:label>LiquorStore</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/unsaturatedFatContent">
+    <rdfs:comment>The number of grams of unsaturated fat.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/NutritionInformation"/>
+    <schema:range rdf:resource="http://schema.org/Mass"/>
+    <rdfs:label>unsaturatedFatContent</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/reviews">
+    <rdfs:comment>Review of the item (legacy spelling; see singular form, review).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Organization"/>
+    <schema:domain rdf:resource="http://schema.org/Offer"/>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:domain rdf:resource="http://schema.org/Product"/>
+    <schema:domain rdf:resource="http://schema.org/Place"/>
+    <schema:range rdf:resource="http://schema.org/Review"/>
+    <rdfs:label>reviews</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/AutoRental">
+    <rdfs:comment>A car rental business.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/AutomotiveBusiness"/>
+    <rdfs:label>AutoRental</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/LiteraryEvent">
+    <rdfs:comment>Event type: Literary event.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
+    <rdfs:label>LiteraryEvent</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/encoding">
+    <rdfs:comment>A media object that encode this CreativeWork.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:range rdf:resource="http://schema.org/MediaObject"/>
+    <rdfs:label>encoding</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/episodeNumber">
+    <rdfs:comment>The episode number.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/TVEpisode"/>
+    <schema:range rdf:resource="http://schema.org/Number"/>
+    <rdfs:label>episodeNumber</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/ComputerStore">
+    <rdfs:comment>A computer store.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:label>ComputerStore</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/HomeGoodsStore">
+    <rdfs:comment>A home goods store.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:label>HomeGoodsStore</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/inLanguage">
+    <rdfs:comment>The language of the content. please use one of the language codes from the IETF BCP 47 standard.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>inLanguage</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/prepTime">
+    <rdfs:comment>The length of time it takes to prepare the recipe, in ISO 8601 duration format.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Recipe"/>
+    <schema:range rdf:resource="http://schema.org/Duration"/>
+    <rdfs:label>prepTime</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Restaurant">
+    <rdfs:comment>A restaurant.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/FoodEstablishment"/>
+    <rdfs:label>Restaurant</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/OutletStore">
+    <rdfs:comment>An outlet store.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:label>OutletStore</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/telephone">
+    <rdfs:comment>The telephone number.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Organization"/>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:domain rdf:resource="http://schema.org/ContactPoint"/>
+    <schema:domain rdf:resource="http://schema.org/Place"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>telephone</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/provider">
+    <rdfs:comment>Specifies the Person or Organization that distributed the CreativeWork.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>provider</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/additionalName">
+    <rdfs:comment>An additional name for a Person, can be used for a middle name.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>additionalName</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/VisualArtsEvent">
+    <rdfs:comment>Event type: Visual arts event.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
+    <rdfs:label>VisualArtsEvent</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/WPHeader">
+    <rdfs:comment>The header section of the page.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/WebPageElement"/>
+    <rdfs:label>WPHeader</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/manufacturer">
+    <rdfs:comment>The manufacturer of the product.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Product"/>
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <rdfs:label>manufacturer</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/uploadDate">
+    <rdfs:comment>Date when this media object was uploaded to this site.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/MediaObject"/>
+    <schema:range rdf:resource="http://schema.org/Date"/>
+    <rdfs:label>uploadDate</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/encodings">
+    <rdfs:comment>The media objects that encode this creative work (legacy spelling; see singular form, encoding).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:range rdf:resource="http://schema.org/MediaObject"/>
+    <rdfs:label>encodings</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Language">
+    <rdfs:comment>Natural languages such as Spanish, Tamil, Hindi, English, etc. and programming languages such as Scheme and Lisp.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
+    <rdfs:label>Language</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/priceCurrency">
+    <rdfs:comment>The currency (in 3-letter ISO 4217 format) of the offer price.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Offer"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>priceCurrency</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/cookTime">
+    <rdfs:comment>The time it takes to actually cook the dish, in ISO 8601 duration format.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Recipe"/>
+    <schema:range rdf:resource="http://schema.org/Duration"/>
+    <rdfs:label>cookTime</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/HealthClub">
+    <rdfs:comment>A health club.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/HealthAndBeautyBusiness"/>
+    <rdfs:subClassOf rdf:resource="http://schema.org/SportsActivityLocation"/>
+    <rdfs:label>HealthClub</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/AdultEntertainment">
+    <rdfs:comment>An adult entertainment establishment.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/EntertainmentBusiness"/>
+    <rdfs:label>AdultEntertainment</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/MusicVideoObject">
+    <rdfs:comment>A music video file.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/MediaObject"/>
+    <rdfs:label>MusicVideoObject</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/fatContent">
+    <rdfs:comment>The number of grams of fat.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/NutritionInformation"/>
+    <schema:range rdf:resource="http://schema.org/Mass"/>
+    <rdfs:label>fatContent</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/ExerciseGym">
+    <rdfs:comment>A gym.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/SportsActivityLocation"/>
+    <rdfs:label>ExerciseGym</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/actors">
+    <rdfs:comment>A cast member of the movie, TV series, season, or episode, or video. (legacy spelling; see singular form, actor)</rdfs:comment>
+    <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:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>actors</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/honorificPrefix">
+    <rdfs:comment>An honorific prefix preceding a Person's name such as Dr/Mrs/Mr.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>honorificPrefix</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/reviewBody">
+    <rdfs:comment>The actual body of the review</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Review"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>reviewBody</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/applicationSuite">
+    <rdfs:comment>The name of the application suite to which the application belongs (e.g. Excel belongs to Office)</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/SoftwareApplication"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>applicationSuite</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/AmusementPark">
+    <rdfs:comment>An amusement park.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/EntertainmentBusiness"/>
+    <rdfs:label>AmusementPark</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/significantLinks">
+    <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).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/WebPage"/>
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>significantLinks</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/AutoRepair">
+    <rdfs:comment>Car repair business.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/AutomotiveBusiness"/>
+    <rdfs:label>AutoRepair</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Dentist">
+    <rdfs:comment>A dentist.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/MedicalOrganization"/>
+    <rdfs:subClassOf rdf:resource="http://schema.org/ProfessionalService"/>
+    <rdfs:label>Dentist</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/ComedyClub">
+    <rdfs:comment>A comedy club.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/EntertainmentBusiness"/>
+    <rdfs:label>ComedyClub</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/availability">
+    <rdfs:comment>The availability of this item—for example In stock, Out of stock, Pre-order, etc.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Offer"/>
+    <schema:range rdf:resource="http://schema.org/ItemAvailability"/>
+    <rdfs:label>availability</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/ParkingFacility">
+    <rdfs:comment>A parking lot or other parking facility.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:label>ParkingFacility</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/creator">
+    <rdfs:comment>The creator/author of this CreativeWork or UserComments. This is the same as the Author property for CreativeWork.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:domain rdf:resource="http://schema.org/UserComments"/>
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>creator</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/contentUrl">
+    <rdfs:comment>Actual bytes of the media object, for example the image file or video file. (previous spelling: contentURL)</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/MediaObject"/>
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>contentUrl</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Park">
+    <rdfs:comment>A park.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:label>Park</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/album">
+    <rdfs:comment>A music album.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/MusicGroup"/>
+    <schema:range rdf:resource="http://schema.org/MusicAlbum"/>
+    <rdfs:label>album</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Volcano">
+    <rdfs:comment>A volcano, like Fuji san</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Landform"/>
+    <rdfs:label>Volcano</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/line">
+    <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>
+    <schema:domain rdf:resource="http://schema.org/GeoShape"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>line</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/GardenStore">
+    <rdfs:comment>A garden store.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:label>GardenStore</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/ImageGallery">
+    <rdfs:comment>Web page type: Image gallery page.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CollectionPage"/>
+    <rdfs:label>ImageGallery</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/streetAddress">
+    <rdfs:comment>The street address. For example, 1600 Amphitheatre Pkwy.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/PostalAddress"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>streetAddress</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/datePosted">
+    <rdfs:comment>Publication date for the job posting.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <schema:range rdf:resource="http://schema.org/Date"/>
+    <rdfs:label>datePosted</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/incentives">
+    <rdfs:comment>Description of bonus and commission compensation aspects of the job.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>incentives</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/publisher">
+    <rdfs:comment>The publisher of the creative work.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <rdfs:label>publisher</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/video">
+    <rdfs:comment>An embedded video object.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:range rdf:resource="http://schema.org/VideoObject"/>
+    <rdfs:label>video</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/Motel">
+    <rdfs:comment>A motel.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LodgingBusiness"/>
+    <rdfs:label>Motel</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/responsibilities">
+    <rdfs:comment>Responsibilities associated with this role.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>responsibilities</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/baseSalary">
+    <rdfs:comment>The base salary of the job.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <schema:range rdf:resource="http://schema.org/Number"/>
+    <rdfs:label>baseSalary</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/elevation">
+    <rdfs:comment>The elevation of a location.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/GeoShape"/>
+    <schema:domain rdf:resource="http://schema.org/GeoCoordinates"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <schema:range rdf:resource="http://schema.org/Number"/>
+    <rdfs:label>elevation</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/contributor">
+    <rdfs:comment>A secondary contributor to the CreativeWork.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>contributor</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/worksFor">
+    <rdfs:comment>Organizations that the person works for.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <rdfs:label>worksFor</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/season">
+    <rdfs:comment>A season of a TV series.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/TVSeries"/>
+    <schema:range rdf:resource="http://schema.org/TVSeason"/>
+    <rdfs:label>season</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/performerIn">
+    <rdfs:comment>Event that this person is a performer or participant in.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:range rdf:resource="http://schema.org/Event"/>
+    <rdfs:label>performerIn</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/replyToUrl">
+    <rdfs:comment>The URL at which a reply may be posted to the specified UserComment.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/UserComments"/>
+    <schema:range rdf:resource="http://schema.org/URL"/>
+    <rdfs:label>replyToUrl</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/seller">
+    <rdfs:comment>The seller of the product.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Offer"/>
+    <schema:range rdf:resource="http://schema.org/Organization"/>
+    <rdfs:label>seller</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/colleague">
+    <rdfs:comment>A colleague of the person.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:range rdf:resource="http://schema.org/Person"/>
+    <rdfs:label>colleague</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/commentTime">
+    <rdfs:comment>The time at which the UserComment was made.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/UserComments"/>
+    <schema:range rdf:resource="http://schema.org/Date"/>
+    <rdfs:label>commentTime</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/trailer">
+    <rdfs:comment>The trailer of the movie or TV series, season, or episode.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/TVEpisode"/>
+    <schema:domain rdf:resource="http://schema.org/TVSeries"/>
+    <schema:domain rdf:resource="http://schema.org/TVSeason"/>
+    <schema:domain rdf:resource="http://schema.org/Movie"/>
+    <schema:range rdf:resource="http://schema.org/VideoObject"/>
+    <rdfs:label>trailer</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/numTracks">
+    <rdfs:comment>The number of tracks in this album or playlist.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/MusicPlaylist"/>
+    <schema:range rdf:resource="http://schema.org/Integer"/>
+    <rdfs:label>numTracks</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/location">
+    <rdfs:comment>The location of the event or organization.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Organization"/>
+    <schema:domain rdf:resource="http://schema.org/Event"/>
+    <schema:range rdf:resource="http://schema.org/PostalAddress"/>
+    <schema:range rdf:resource="http://schema.org/Place"/>
+    <rdfs:label>location</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/benefits">
+    <rdfs:comment>Description of benefits associated with the job.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/JobPosting"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>benefits</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/MovieRentalStore">
+    <rdfs:comment>A movie rental store.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
+    <rdfs:label>MovieRentalStore</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/LandmarksOrHistoricalBuildings">
+    <rdfs:comment>An historical landmark or building.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Place"/>
+    <rdfs:label>LandmarksOrHistoricalBuildings</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Physician">
+    <rdfs:comment>A doctor's office.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/MedicalOrganization"/>
+    <rdfs:label>Physician</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/SubwayStation">
+    <rdfs:comment>A subway station.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:label>SubwayStation</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/seasons">
+    <rdfs:comment>The seasons of the TV series (legacy spelling; see singular form, season).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/TVSeries"/>
+    <schema:range rdf:resource="http://schema.org/TVSeason"/>
+    <rdfs:label>seasons</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/GovernmentOrganization">
+    <rdfs:comment>A governmental organization or agency.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Organization"/>
+    <rdfs:label>GovernmentOrganization</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/award">
+    <rdfs:comment>An award won by this person or for this creative work.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Person"/>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>award</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/HairSalon">
+    <rdfs:comment>A hair salon.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/HealthAndBeautyBusiness"/>
+    <rdfs:label>HairSalon</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/TheaterGroup">
+    <rdfs:comment>A theater group or company—for example, the Royal Shakespeare Company or Druid Theatre.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/PerformingGroup"/>
+    <rdfs:label>TheaterGroup</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/AutomatedTeller">
+    <rdfs:comment>ATM/cash machine.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/FinancialService"/>
+    <rdfs:label>AutomatedTeller</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/UserPageVisits">
+    <rdfs:comment>User interaction: Visit to a web page.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/UserInteraction"/>
+    <rdfs:label>UserPageVisits</rdfs:label>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://schema.org/tracks">
+    <rdfs:comment>A music recording (track)—usually a single song (legacy spelling; see singular form, track).</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/MusicPlaylist"/>
+    <schema:domain rdf:resource="http://schema.org/MusicGroup"/>
+    <schema:range rdf:resource="http://schema.org/MusicRecording"/>
+    <rdfs:label>tracks</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/associatedArticle">
+    <rdfs:comment>A NewsArticle associated with the Media Object.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/MediaObject"/>
+    <schema:range rdf:resource="http://schema.org/NewsArticle"/>
+    <rdfs:label>associatedArticle</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/aggregateRating">
+    <rdfs:comment>The overall rating, based on a collection of reviews or ratings, of the item.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/Organization"/>
+    <schema:domain rdf:resource="http://schema.org/Offer"/>
+    <schema:domain rdf:resource="http://schema.org/CreativeWork"/>
+    <schema:domain rdf:resource="http://schema.org/Product"/>
+    <schema:domain rdf:resource="http://schema.org/Place"/>
+    <schema:range rdf:resource="http://schema.org/AggregateRating"/>
+    <rdfs:label>aggregateRating</rdfs:label>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://schema.org/playerType">
+    <rdfs:comment>Player type required—for example, Flash or Silverlight.</rdfs:comment>
+    <schema:domain rdf:resource="http://schema.org/MediaObject"/>
+    <schema:range rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>playerType</rdfs:label>
+  </rdf:Property>
+  <rdfs:Class rdf:about="http://schema.org/NewsArticle">
+    <rdfs:comment>A news article</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Article"/>
+    <dcterm:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews"/>
+    <rdfs:label>NewsArticle</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Number">
+    <rdfs:comment>Data type: Number.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/DataType"/>
+    <rdfs:label>Number</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Organization">
+    <rdfs:comment>An organization such as a school, NGO, corporation, club, etc.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Thing"/>
+    <rdfs:label>Organization</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/AggregateRating">
+    <rdfs:comment>The average rating based on multiple ratings or reviews.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Rating"/>
+    <rdfs:label>AggregateRating</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/AggregateOffer">
+    <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:subClassOf rdf:resource="http://schema.org/Offer"/>
+    <rdfs:label>AggregateOffer</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/EntertainmentBusiness">
+    <rdfs:comment>A business providing entertainment.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:label>EntertainmentBusiness</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Intangible">
+    <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:subClassOf rdf:resource="http://schema.org/Thing"/>
+    <rdfs:label>Intangible</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Country">
+    <rdfs:comment>A country.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/AdministrativeArea"/>
+    <rdfs:label>Country</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/WebPage">
+    <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:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:label>WebPage</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/ContactPoint">
+    <rdfs:comment>A contact point—for example, a Customer Complaints department.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/StructuredValue"/>
+    <rdfs:label>ContactPoint</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/ProfessionalService">
+    <rdfs:comment>Provider of professional services.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:label>ProfessionalService</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/ItemAvailability">
+    <rdfs:comment>A list of possible product availablity options.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
+    <rdfs:label>ItemAvailability</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/OfferItemCondition">
+    <rdfs:comment>A list of possible conditions for the item for sale.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
+    <rdfs:label>OfferItemCondition</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Thing">
+    <rdfs:comment>The most generic type of item.</rdfs:comment>
+    <rdfs:label>Thing</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/TVEpisode">
+    <rdfs:comment>An episode of a TV series or season.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:label>TVEpisode</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/ImageObject">
+    <rdfs:comment>An image file.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/MediaObject"/>
+    <rdfs:label>ImageObject</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/MusicAlbum">
+    <rdfs:comment>A collection of music tracks.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/MusicPlaylist"/>
+    <rdfs:label>MusicAlbum</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Event">
+    <rdfs:comment>An event happening at a certain time at a certain location.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Thing"/>
+    <rdfs:label>Event</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/NutritionInformation">
+    <rdfs:comment>Nutritional information about the recipe.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/StructuredValue"/>
+    <rdfs:label>NutritionInformation</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Article">
+    <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:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <dcterm:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews"/>
+    <rdfs:label>Article</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/EmergencyService">
+    <rdfs:comment>An emergency service, such as a fire station or ER.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:label>EmergencyService</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/BodyOfWater">
+    <rdfs:comment>A body of water, such as a sea, ocean, or lake.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Landform"/>
+    <rdfs:label>BodyOfWater</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Mass">
+    <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:subClassOf rdf:resource="http://schema.org/Quantity"/>
+    <rdfs:label>Mass</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/URL">
+    <rdfs:comment>Data type: URL.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Text"/>
+    <rdfs:label>URL</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Recipe">
+    <rdfs:comment>A recipe.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:label>Recipe</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Duration">
+    <rdfs:comment>Quantity: Duration (use  ISO 8601 duration format).</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Quantity"/>
+    <rdfs:label>Duration</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/CivicStructure">
+    <rdfs:comment>A public structure, such as a town hall or concert hall.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Place"/>
+    <rdfs:label>CivicStructure</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Blog">
+    <rdfs:comment>A blog</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:label>Blog</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/MobileApplication">
+    <rdfs:comment></rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/SoftwareApplication"/>
+    <rdfs:label>MobileApplication</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/WebApplication">
+    <rdfs:comment>Web applications.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/SoftwareApplication"/>
+    <rdfs:label>WebApplication</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/MusicGroup">
+    <rdfs:comment>A musical group, such as a band, an orchestra, or a choir. Can also be a solo musician.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/PerformingGroup"/>
+    <rdfs:label>MusicGroup</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Quantity">
+    <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:subClassOf rdf:resource="http://schema.org/Intangible"/>
+    <rdfs:label>Quantity</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/MedicalOrganization">
+    <rdfs:comment>A medical organization, such as a doctor's office or clinic.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:label>MedicalOrganization</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Person">
+    <rdfs:comment>A person (alive, dead, undead, or fictional).</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Thing"/>
+    <dcterm:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews"/>
+    <rdfs:label>Person</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/MediaObject">
+    <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:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:label>MediaObject</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Rating">
+    <rdfs:comment>The rating of the video.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
+    <rdfs:label>Rating</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Date">
+    <rdfs:comment>A date value in ISO 8601 date format.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/DataType"/>
+    <rdfs:label>Date</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/VideoObject">
+    <rdfs:comment>A video file.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/MediaObject"/>
+    <dcterm:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews"/>
+    <rdfs:label>VideoObject</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Text">
+    <rdfs:comment>Data type: Text.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/DataType"/>
+    <rdfs:label>Text</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/SoftwareApplication">
+    <rdfs:comment>A software application.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:label>SoftwareApplication</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/PerformingGroup">
+    <rdfs:comment>A performance group, such as a band, an orchestra, or a circus.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Organization"/>
+    <rdfs:label>PerformingGroup</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/FoodEstablishment">
+    <rdfs:comment>A food-related business.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:label>FoodEstablishment</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/PlaceOfWorship">
+    <rdfs:comment>Place of worship, such as a church, synagogue, or mosque.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:label>PlaceOfWorship</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/BookFormatType">
+    <rdfs:comment>The publication format of the book.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
+    <rdfs:label>BookFormatType</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/SportsActivityLocation">
+    <rdfs:comment>A sports location, such as a playing field.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:label>SportsActivityLocation</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/CollectionPage">
+    <rdfs:comment>Web page type: Collection page.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/WebPage"/>
+    <rdfs:label>CollectionPage</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/BlogPosting">
+    <rdfs:comment>A blog post.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Article"/>
+    <rdfs:label>BlogPosting</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Place">
+    <rdfs:comment>Entities that have a somewhat fixed, physical extension.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Thing"/>
+    <rdfs:label>Place</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/AutomotiveBusiness">
+    <rdfs:comment>Car repair, sales, or parts.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:label>AutomotiveBusiness</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Offer">
+    <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:subClassOf rdf:resource="http://schema.org/Intangible"/>
+    <rdfs:label>Offer</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/GovernmentBuilding">
+    <rdfs:comment>A government building.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
+    <rdfs:label>GovernmentBuilding</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/TVSeries">
+    <rdfs:comment>A television series.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:label>TVSeries</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Landform">
+    <rdfs:comment>A landform or physical feature.  Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain ranges, volcanoes, and the great ocean basins.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Place"/>
+    <rdfs:label>Landform</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/TVSeason">
+    <rdfs:comment>A TV season.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:label>TVSeason</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/UserComments">
+    <rdfs:comment>The UserInteraction event in which a user comments on an item.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/UserInteraction"/>
+    <dcterm:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews"/>
+    <rdfs:label>UserComments</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Integer">
+    <rdfs:comment>Data type: Integer.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Number"/>
+    <rdfs:label>Integer</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/DataType">
+    <rdfs:comment>The basic data types such as Integers, Strings, etc.</rdfs:comment>
+    <rdfs:label>DataType</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Residence">
+    <rdfs:comment>The place where a person lives.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Place"/>
+    <rdfs:label>Residence</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/AudioObject">
+    <rdfs:comment>An audio file.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/MediaObject"/>
+    <dcterm:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews"/>
+    <rdfs:label>AudioObject</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/WebPageElement">
+    <rdfs:comment>A web page element, like a table or an image</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:label>WebPageElement</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/GeoCoordinates">
+    <rdfs:comment>The geographic coordinates of a place or event.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/StructuredValue"/>
+    <rdfs:label>GeoCoordinates</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/HealthAndBeautyBusiness">
+    <rdfs:comment>Health and beauty.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:label>HealthAndBeautyBusiness</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Energy">
+    <rdfs:comment><![CDATA[Properties that take Enerygy as values are of the form '<Number> <Energy unit of measure>']]></rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Quantity"/>
+    <rdfs:label>Energy</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/LodgingBusiness">
+    <rdfs:comment>A lodging business, such as a motel, hotel, or inn.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:label>LodgingBusiness</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/PostalAddress">
+    <rdfs:comment>The mailing address.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/ContactPoint"/>
+    <rdfs:label>PostalAddress</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Book">
+    <rdfs:comment>A book.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:label>Book</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Review">
+    <rdfs:comment>A review of an item - for example, a restaurant, movie, or store.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:label>Review</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/UserInteraction">
+    <rdfs:comment>A user interacting with a page</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
+    <rdfs:label>UserInteraction</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Product">
+    <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:subClassOf rdf:resource="http://schema.org/Thing"/>
+    <rdfs:label>Product</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/StructuredValue">
+    <rdfs:comment>Structured values are strings—for example, addresses—that have certain constraints on their structure.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
+    <rdfs:label>StructuredValue</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Distance">
+    <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:subClassOf rdf:resource="http://schema.org/Quantity"/>
+    <rdfs:label>Distance</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/AdministrativeArea">
+    <rdfs:comment>A geographical region under the jurisdiction of a particular government.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Place"/>
+    <rdfs:label>AdministrativeArea</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/HomeAndConstructionBusiness">
+    <rdfs:comment>A construction business.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:label>HomeAndConstructionBusiness</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/CreativeWork">
+    <rdfs:comment>The most generic kind of creative work, including books, movies, photographs, software programs, etc.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Thing"/>
+    <dcterm:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews"/>
+    <rdfs:label>CreativeWork</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/ItemList">
+    <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:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:label>ItemList</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Enumeration">
+    <rdfs:comment>Lists or enumerations—for example, a list of cuisines or music genres, etc.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
+    <rdfs:label>Enumeration</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/GeoShape">
+    <rdfs:comment>The geographic shape of a place.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/StructuredValue"/>
+    <dcterm:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews"/>
+    <rdfs:label>GeoShape</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/GovernmentOffice">
+    <rdfs:comment>A government office—for example, an IRS or DMV office.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:label>GovernmentOffice</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Photograph">
+    <rdfs:comment>A photograph.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:label>Photograph</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/MusicPlaylist">
+    <rdfs:comment>A collection of music tracks in playlist form.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:label>MusicPlaylist</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Corporation">
+    <rdfs:comment>Organization: A business corporation.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Organization"/>
+    <dcterm:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews"/>
+    <rdfs:label>Corporation</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/JobPosting">
+    <rdfs:comment>A listing that describes a job opening in a certain organization.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
+    <rdfs:label>JobPosting</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/FinancialService">
+    <rdfs:comment>Financial services business.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:label>FinancialService</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Movie">
+    <rdfs:comment>A movie.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:label>Movie</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Store">
+    <rdfs:comment>A retail good store.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
+    <rdfs:label>Store</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/EducationalOrganization">
+    <rdfs:comment>An educational organization.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Organization"/>
+    <rdfs:label>EducationalOrganization</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/LocalBusiness">
+    <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:subClassOf rdf:resource="http://schema.org/Organization"/>
+    <rdfs:subClassOf rdf:resource="http://schema.org/Place"/>
+    <rdfs:label>LocalBusiness</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/MusicRecording">
+    <rdfs:comment>A music recording (track), usually a single song.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
+    <rdfs:label>MusicRecording</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://schema.org/Boolean">
+    <rdfs:comment>Boolean: True or False.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://schema.org/DataType"/>
+    <rdfs:label>Boolean</rdfs:label>
+  </rdfs:Class>
+</rdf:RDF>
+