1. href=h -> href="h
authorDan Brickley <danbri@danbri.org>
Fri, 11 May 2012 16:39:08 +0200
changeset 26 5c677906cf10
parent 25 cebb37e507d5
child 27 12e2dad3cd1b
1. href=h -> href="h
2. target=new ->
3. href="http://en.wikipedia.org/wiki/ISO_8601 -> href="http://en.wikipedia.org/wiki/ISO_8601"
4. &mdash; -> &#x2014;
5. href="http://tools.ietf.org/html/bcp47> -> href="http://tools.ietf.org/html/bcp47">
6. <a href=UserInteraction> -> <a href="http://schema.org/UserInteraction">
7. href="http://en.wikipedia.org/wiki/ISO_3166 > -> href="http://en.wikipedia.org/wiki/ISO_3166">
8. href="http://en.wikipedia.org/wiki/ISO_4217 > -> href="http://en.wikipedia.org/wiki/ISO_4217">
9. href="http://en.wikipedia.org/wiki/ISO_4217> -> href="http://en.wikipedia.org/wiki/ISO_4217">
10. href="http://en.wikipedia.org/wiki/ISO_3166-1 > -> href="http://en.wikipedia.org/wiki/ISO_3166-1">
schema.org/drafts/alpha/_schema.nt
schema.org/drafts/alpha/rdfa.html
--- a/schema.org/drafts/alpha/_schema.nt	Fri May 11 16:25:56 2012 +0200
+++ b/schema.org/drafts/alpha/_schema.nt	Fri May 11 16:39:08 2012 +0200
@@ -1,2773 +1,2773 @@
-<http://schema.org/StructuredValue> <http://www.w3.org/2000/01/rdf-schema#label> "StructuredValue" .
-<http://schema.org/StructuredValue> <http://www.w3.org/2000/01/rdf-schema#comment> "Structured values are strings\u2014for example, addresses\u2014that have certain constraints on their structure." .
-<http://schema.org/StructuredValue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Intangible> .
-<http://schema.org/StructuredValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/GeneralContractor> <http://www.w3.org/2000/01/rdf-schema#label> "GeneralContractor" .
-<http://schema.org/GeneralContractor> <http://www.w3.org/2000/01/rdf-schema#comment> "A general contractor." .
-<http://schema.org/GeneralContractor> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HomeAndConstructionBusiness> .
-<http://schema.org/GeneralContractor> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/ProfessionalService> .
-<http://schema.org/GeneralContractor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/itemCondition> <http://www.w3.org/2000/01/rdf-schema#label> "itemCondition" .
-<http://schema.org/itemCondition> <http://www.w3.org/2000/01/rdf-schema#comment> "The condition of the item for sale\u2014for example New, Refurbished, Used, etc." .
-<http://schema.org/itemCondition> <http://schema.org/domain> <http://schema.org/Offer> .
-<http://schema.org/itemCondition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/itemCondition> <http://schema.org/range> <http://schema.org/OfferItemCondition> .
-<http://schema.org/City> <http://www.w3.org/2000/01/rdf-schema#label> "City" .
-<http://schema.org/City> <http://www.w3.org/2000/01/rdf-schema#comment> "A city or town." .
-<http://schema.org/City> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/AdministrativeArea> .
-<http://schema.org/City> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Volcano> <http://www.w3.org/2000/01/rdf-schema#label> "Volcano" .
-<http://schema.org/Volcano> <http://www.w3.org/2000/01/rdf-schema#comment> "A volcano, like Fuji san" .
-<http://schema.org/Volcano> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Landform> .
-<http://schema.org/Volcano> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/about> <http://www.w3.org/2000/01/rdf-schema#label> "about" .
-<http://schema.org/about> <http://www.w3.org/2000/01/rdf-schema#comment> "The subject matter of the content." .
-<http://schema.org/about> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/about> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/about> <http://schema.org/range> <http://schema.org/Thing> .
-<http://schema.org/Distance> <http://www.w3.org/2000/01/rdf-schema#label> "Distance" .
-<http://schema.org/Distance> <http://www.w3.org/2000/01/rdf-schema#comment> "Properties that take Distances as values are of the form '<Number> <Length unit of measure>'. E.g., '7 ft'" .
-<http://schema.org/Distance> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Quantity> .
-<http://schema.org/Distance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/StadiumOrArena> <http://www.w3.org/2000/01/rdf-schema#label> "StadiumOrArena" .
-<http://schema.org/StadiumOrArena> <http://www.w3.org/2000/01/rdf-schema#comment> "A stadium." .
-<http://schema.org/StadiumOrArena> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/StadiumOrArena> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/SportsActivityLocation> .
-<http://schema.org/StadiumOrArena> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ToyStore> <http://www.w3.org/2000/01/rdf-schema#label> "ToyStore" .
-<http://schema.org/ToyStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A toystore." .
-<http://schema.org/ToyStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/ToyStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/InsuranceAgency> <http://www.w3.org/2000/01/rdf-schema#label> "InsuranceAgency" .
-<http://schema.org/InsuranceAgency> <http://www.w3.org/2000/01/rdf-schema#comment> "Insurance agency." .
-<http://schema.org/InsuranceAgency> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FinancialService> .
-<http://schema.org/InsuranceAgency> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Florist> <http://www.w3.org/2000/01/rdf-schema#label> "Florist" .
-<http://schema.org/Florist> <http://www.w3.org/2000/01/rdf-schema#comment> "A florist." .
-<http://schema.org/Florist> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/Florist> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/startDate> <http://www.w3.org/2000/01/rdf-schema#label> "startDate" .
-<http://schema.org/startDate> <http://www.w3.org/2000/01/rdf-schema#comment> "The start date and time of the event (in ISO 8601 date format)." .
-<http://schema.org/startDate> <http://schema.org/domain> <http://schema.org/TVSeries> .
-<http://schema.org/startDate> <http://schema.org/domain> <http://schema.org/Event> .
-<http://schema.org/startDate> <http://schema.org/domain> <http://schema.org/TVSeason> .
-<http://schema.org/startDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/startDate> <http://schema.org/range> <http://schema.org/Date> .
-<http://schema.org/AutoWash> <http://www.w3.org/2000/01/rdf-schema#label> "AutoWash" .
-<http://schema.org/AutoWash> <http://www.w3.org/2000/01/rdf-schema#comment> "A car wash business." .
-<http://schema.org/AutoWash> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/AutomotiveBusiness> .
-<http://schema.org/AutoWash> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Zoo> <http://www.w3.org/2000/01/rdf-schema#label> "Zoo" .
-<http://schema.org/Zoo> <http://www.w3.org/2000/01/rdf-schema#comment> "A zoo." .
-<http://schema.org/Zoo> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/Zoo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/breadcrumb> <http://www.w3.org/2000/01/rdf-schema#label> "breadcrumb" .
-<http://schema.org/breadcrumb> <http://www.w3.org/2000/01/rdf-schema#comment> "A set of links that can help a user understand and navigate a website hierarchy." .
-<http://schema.org/breadcrumb> <http://schema.org/domain> <http://schema.org/WebPage> .
-<http://schema.org/breadcrumb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/breadcrumb> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/Person> <http://www.w3.org/2000/01/rdf-schema#label> "Person" .
-<http://schema.org/Person> <http://www.w3.org/2000/01/rdf-schema#comment> "A person (alive, dead, undead, or fictional)." .
-<http://schema.org/Person> <http://purl.org/dc/terms/source> <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews> .
-<http://schema.org/Person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Person> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Thing> .
-<http://schema.org/BikeStore> <http://www.w3.org/2000/01/rdf-schema#label> "BikeStore" .
-<http://schema.org/BikeStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A bike store." .
-<http://schema.org/BikeStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/BikeStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/MovieRentalStore> <http://www.w3.org/2000/01/rdf-schema#label> "MovieRentalStore" .
-<http://schema.org/MovieRentalStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A movie rental store." .
-<http://schema.org/MovieRentalStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/MovieRentalStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Aquarium> <http://www.w3.org/2000/01/rdf-schema#label> "Aquarium" .
-<http://schema.org/Aquarium> <http://www.w3.org/2000/01/rdf-schema#comment> "Aquarium." .
-<http://schema.org/Aquarium> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/Aquarium> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/location> <http://www.w3.org/2000/01/rdf-schema#label> "location" .
-<http://schema.org/location> <http://www.w3.org/2000/01/rdf-schema#comment> "The location of the event or organization." .
-<http://schema.org/location> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/location> <http://schema.org/domain> <http://schema.org/Event> .
-<http://schema.org/location> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/location> <http://schema.org/range> <http://schema.org/PostalAddress> .
-<http://schema.org/location> <http://schema.org/range> <http://schema.org/Place> .
-<http://schema.org/videoQuality> <http://www.w3.org/2000/01/rdf-schema#label> "videoQuality" .
-<http://schema.org/videoQuality> <http://www.w3.org/2000/01/rdf-schema#comment> "The quality of the video." .
-<http://schema.org/videoQuality> <http://schema.org/domain> <http://schema.org/VideoObject> .
-<http://schema.org/videoQuality> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/videoQuality> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/maps> <http://www.w3.org/2000/01/rdf-schema#label> "maps" .
-<http://schema.org/maps> <http://www.w3.org/2000/01/rdf-schema#comment> "A URL to a map of the place (legacy spelling; see singular form, map)." .
-<http://schema.org/maps> <http://schema.org/domain> <http://schema.org/Place> .
-<http://schema.org/maps> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/maps> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/applicationSuite> <http://www.w3.org/2000/01/rdf-schema#label> "applicationSuite" .
-<http://schema.org/applicationSuite> <http://www.w3.org/2000/01/rdf-schema#comment> "The name of the application suite to which the application belongs (e.g. Excel belongs to Office)" .
-<http://schema.org/applicationSuite> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/applicationSuite> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/applicationSuite> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/Review> <http://www.w3.org/2000/01/rdf-schema#label> "Review" .
-<http://schema.org/Review> <http://www.w3.org/2000/01/rdf-schema#comment> "A review of an item - for example, a restaurant, movie, or store." .
-<http://schema.org/Review> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/Review> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/BedAndBreakfast> <http://www.w3.org/2000/01/rdf-schema#label> "BedAndBreakfast" .
-<http://schema.org/BedAndBreakfast> <http://www.w3.org/2000/01/rdf-schema#comment> "Bed and breakfast." .
-<http://schema.org/BedAndBreakfast> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LodgingBusiness> .
-<http://schema.org/BedAndBreakfast> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/SelfStorage> <http://www.w3.org/2000/01/rdf-schema#label> "SelfStorage" .
-<http://schema.org/SelfStorage> <http://www.w3.org/2000/01/rdf-schema#comment> "Self-storage facility." .
-<http://schema.org/SelfStorage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/SelfStorage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/TVSeries> <http://www.w3.org/2000/01/rdf-schema#label> "TVSeries" .
-<http://schema.org/TVSeries> <http://www.w3.org/2000/01/rdf-schema#comment> "A television series." .
-<http://schema.org/TVSeries> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/TVSeries> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/GolfCourse> <http://www.w3.org/2000/01/rdf-schema#label> "GolfCourse" .
-<http://schema.org/GolfCourse> <http://www.w3.org/2000/01/rdf-schema#comment> "A golf course." .
-<http://schema.org/GolfCourse> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/SportsActivityLocation> .
-<http://schema.org/GolfCourse> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/track> <http://www.w3.org/2000/01/rdf-schema#label> "track" .
-<http://schema.org/track> <http://www.w3.org/2000/01/rdf-schema#comment> "A music recording (track)\u2014usually a single song." .
-<http://schema.org/track> <http://schema.org/domain> <http://schema.org/MusicPlaylist> .
-<http://schema.org/track> <http://schema.org/domain> <http://schema.org/MusicGroup> .
-<http://schema.org/track> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/track> <http://schema.org/range> <http://schema.org/MusicRecording> .
-<http://schema.org/educationRequirements> <http://www.w3.org/2000/01/rdf-schema#label> "educationRequirements" .
-<http://schema.org/educationRequirements> <http://www.w3.org/2000/01/rdf-schema#comment> "Educational background needed for the position." .
-<http://schema.org/educationRequirements> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/educationRequirements> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/educationRequirements> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/postalCode> <http://www.w3.org/2000/01/rdf-schema#label> "postalCode" .
-<http://schema.org/postalCode> <http://www.w3.org/2000/01/rdf-schema#comment> "The postal code. For example, 94043." .
-<http://schema.org/postalCode> <http://schema.org/domain> <http://schema.org/PostalAddress> .
-<http://schema.org/postalCode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/postalCode> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/Bakery> <http://www.w3.org/2000/01/rdf-schema#label> "Bakery" .
-<http://schema.org/Bakery> <http://www.w3.org/2000/01/rdf-schema#comment> "A bakery." .
-<http://schema.org/Bakery> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FoodEstablishment> .
-<http://schema.org/Bakery> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/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/episodes> <http://schema.org/domain> <http://schema.org/TVSeries> .
-<http://schema.org/episodes> <http://schema.org/domain> <http://schema.org/TVSeason> .
-<http://schema.org/episodes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/episodes> <http://schema.org/range> <http://schema.org/TVEpisode> .
-<http://schema.org/BookFormatType> <http://www.w3.org/2000/01/rdf-schema#label> "BookFormatType" .
-<http://schema.org/BookFormatType> <http://www.w3.org/2000/01/rdf-schema#comment> "The publication format of the book." .
-<http://schema.org/BookFormatType> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Enumeration> .
-<http://schema.org/BookFormatType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ChildrensEvent> <http://www.w3.org/2000/01/rdf-schema#label> "ChildrensEvent" .
-<http://schema.org/ChildrensEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Children's event." .
-<http://schema.org/ChildrensEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
-<http://schema.org/ChildrensEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/bookEdition> <http://www.w3.org/2000/01/rdf-schema#label> "bookEdition" .
-<http://schema.org/bookEdition> <http://www.w3.org/2000/01/rdf-schema#comment> "The edition of the book." .
-<http://schema.org/bookEdition> <http://schema.org/domain> <http://schema.org/Book> .
-<http://schema.org/bookEdition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/bookEdition> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/NutritionInformation> <http://www.w3.org/2000/01/rdf-schema#label> "NutritionInformation" .
-<http://schema.org/NutritionInformation> <http://www.w3.org/2000/01/rdf-schema#comment> "Nutritional information about the recipe." .
-<http://schema.org/NutritionInformation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/StructuredValue> .
-<http://schema.org/NutritionInformation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/recipeInstructions> <http://www.w3.org/2000/01/rdf-schema#label> "recipeInstructions" .
-<http://schema.org/recipeInstructions> <http://www.w3.org/2000/01/rdf-schema#comment> "The steps to make the dish." .
-<http://schema.org/recipeInstructions> <http://schema.org/domain> <http://schema.org/Recipe> .
-<http://schema.org/recipeInstructions> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/recipeInstructions> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/embedUrl> <http://www.w3.org/2000/01/rdf-schema#label> "embedUrl" .
-<http://schema.org/embedUrl> <http://www.w3.org/2000/01/rdf-schema#comment> "A URL pointing to a player for a specific video. In general, this is the information in the src element of an embed tag and should not be the same as the content of the loc tag. (previous spelling: embedURL)" .
-<http://schema.org/embedUrl> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/embedUrl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/embedUrl> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/EducationalOrganization> <http://www.w3.org/2000/01/rdf-schema#label> "EducationalOrganization" .
-<http://schema.org/EducationalOrganization> <http://www.w3.org/2000/01/rdf-schema#comment> "An educational organization." .
-<http://schema.org/EducationalOrganization> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Organization> .
-<http://schema.org/EducationalOrganization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/FurnitureStore> <http://www.w3.org/2000/01/rdf-schema#label> "FurnitureStore" .
-<http://schema.org/FurnitureStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A furniture store." .
-<http://schema.org/FurnitureStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/FurnitureStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/employee> <http://www.w3.org/2000/01/rdf-schema#label> "employee" .
-<http://schema.org/employee> <http://www.w3.org/2000/01/rdf-schema#comment> "Someone working for this organization." .
-<http://schema.org/employee> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/employee> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/employee> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/AdministrativeArea> <http://www.w3.org/2000/01/rdf-schema#label> "AdministrativeArea" .
-<http://schema.org/AdministrativeArea> <http://www.w3.org/2000/01/rdf-schema#comment> "A geographical region under the jurisdiction of a particular government." .
-<http://schema.org/AdministrativeArea> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Place> .
-<http://schema.org/AdministrativeArea> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/specialCommitments> <http://www.w3.org/2000/01/rdf-schema#label> "specialCommitments" .
-<http://schema.org/specialCommitments> <http://www.w3.org/2000/01/rdf-schema#comment> "Any special commitments associated with this job posting. Valid entries include VeteranCommit, MilitarySpouseCommit, etc." .
-<http://schema.org/specialCommitments> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/specialCommitments> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/specialCommitments> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/Place> <http://www.w3.org/2000/01/rdf-schema#label> "Place" .
-<http://schema.org/Place> <http://www.w3.org/2000/01/rdf-schema#comment> "Entities that have a somewhat fixed, physical extension." .
-<http://schema.org/Place> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Thing> .
-<http://schema.org/Place> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/UserDownloads> <http://www.w3.org/2000/01/rdf-schema#label> "UserDownloads" .
-<http://schema.org/UserDownloads> <http://www.w3.org/2000/01/rdf-schema#comment> "User interaction: Download of an item." .
-<http://schema.org/UserDownloads> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/UserInteraction> .
-<http://schema.org/UserDownloads> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Dentist> <http://www.w3.org/2000/01/rdf-schema#label> "Dentist" .
-<http://schema.org/Dentist> <http://www.w3.org/2000/01/rdf-schema#comment> "A dentist." .
-<http://schema.org/Dentist> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/ProfessionalService> .
-<http://schema.org/Dentist> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/MedicalOrganization> .
-<http://schema.org/Dentist> <http://www.w3.org/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/Park> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/Park> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Museum> <http://www.w3.org/2000/01/rdf-schema#label> "Museum" .
-<http://schema.org/Museum> <http://www.w3.org/2000/01/rdf-schema#comment> "A museum." .
-<http://schema.org/Museum> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/Museum> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/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/itemReviewed> <http://schema.org/domain> <http://schema.org/AggregateRating> .
-<http://schema.org/itemReviewed> <http://schema.org/domain> <http://schema.org/Review> .
-<http://schema.org/itemReviewed> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/itemReviewed> <http://schema.org/range> <http://schema.org/Thing> .
-<http://schema.org/RealEstateAgent> <http://www.w3.org/2000/01/rdf-schema#label> "RealEstateAgent" .
-<http://schema.org/RealEstateAgent> <http://www.w3.org/2000/01/rdf-schema#comment> "A real-estate agent." .
-<http://schema.org/RealEstateAgent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/RealEstateAgent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/sodiumContent> <http://www.w3.org/2000/01/rdf-schema#label> "sodiumContent" .
-<http://schema.org/sodiumContent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of milligrams of sodium." .
-<http://schema.org/sodiumContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/sodiumContent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/sodiumContent> <http://schema.org/range> <http://schema.org/Mass> .
-<http://schema.org/MovingCompany> <http://www.w3.org/2000/01/rdf-schema#label> "MovingCompany" .
-<http://schema.org/MovingCompany> <http://www.w3.org/2000/01/rdf-schema#comment> "A moving company." .
-<http://schema.org/MovingCompany> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HomeAndConstructionBusiness> .
-<http://schema.org/MovingCompany> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/alumniOf> <http://www.w3.org/2000/01/rdf-schema#label> "alumniOf" .
-<http://schema.org/alumniOf> <http://www.w3.org/2000/01/rdf-schema#comment> "An educational organizations that the person is an alumni of." .
-<http://schema.org/alumniOf> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/alumniOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/alumniOf> <http://schema.org/range> <http://schema.org/EducationalOrganization> .
-<http://schema.org/albums> <http://www.w3.org/2000/01/rdf-schema#label> "albums" .
-<http://schema.org/albums> <http://www.w3.org/2000/01/rdf-schema#comment> "A collection of music albums (legacy spelling; see singular form, album)." .
-<http://schema.org/albums> <http://schema.org/domain> <http://schema.org/MusicGroup> .
-<http://schema.org/albums> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/albums> <http://schema.org/range> <http://schema.org/MusicAlbum> .
-<http://schema.org/episodeNumber> <http://www.w3.org/2000/01/rdf-schema#label> "episodeNumber" .
-<http://schema.org/episodeNumber> <http://www.w3.org/2000/01/rdf-schema#comment> "The episode number." .
-<http://schema.org/episodeNumber> <http://schema.org/domain> <http://schema.org/TVEpisode> .
-<http://schema.org/episodeNumber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/episodeNumber> <http://schema.org/range> <http://schema.org/Number> .
-<http://schema.org/TravelAgency> <http://www.w3.org/2000/01/rdf-schema#label> "TravelAgency" .
-<http://schema.org/TravelAgency> <http://www.w3.org/2000/01/rdf-schema#comment> "A travel agency." .
-<http://schema.org/TravelAgency> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/TravelAgency> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/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/transcript> <http://schema.org/domain> <http://schema.org/AudioObject> .
-<http://schema.org/transcript> <http://schema.org/domain> <http://schema.org/VideoObject> .
-<http://schema.org/transcript> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/transcript> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/carbohydrateContent> <http://www.w3.org/2000/01/rdf-schema#label> "carbohydrateContent" .
-<http://schema.org/carbohydrateContent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of grams of carbohydrates." .
-<http://schema.org/carbohydrateContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/carbohydrateContent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/carbohydrateContent> <http://schema.org/range> <http://schema.org/Mass> .
-<http://schema.org/aggregateRating> <http://www.w3.org/2000/01/rdf-schema#label> "aggregateRating" .
-<http://schema.org/aggregateRating> <http://www.w3.org/2000/01/rdf-schema#comment> "The overall rating, based on a collection of reviews or ratings, of the item." .
-<http://schema.org/aggregateRating> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/aggregateRating> <http://schema.org/domain> <http://schema.org/Offer> .
-<http://schema.org/aggregateRating> <http://schema.org/domain> <http://schema.org/Place> .
-<http://schema.org/aggregateRating> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/aggregateRating> <http://schema.org/domain> <http://schema.org/Product> .
-<http://schema.org/aggregateRating> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/aggregateRating> <http://schema.org/range> <http://schema.org/AggregateRating> .
-<http://schema.org/bitrate> <http://www.w3.org/2000/01/rdf-schema#label> "bitrate" .
-<http://schema.org/bitrate> <http://www.w3.org/2000/01/rdf-schema#comment> "The bitrate of the media object." .
-<http://schema.org/bitrate> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/bitrate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/bitrate> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/CivicStructure> <http://www.w3.org/2000/01/rdf-schema#label> "CivicStructure" .
-<http://schema.org/CivicStructure> <http://www.w3.org/2000/01/rdf-schema#comment> "A public structure, such as a town hall or concert hall." .
-<http://schema.org/CivicStructure> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Place> .
-<http://schema.org/CivicStructure> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/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/dateModified> <http://schema.org/range> <http://schema.org/Date> .
+<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/bestRating> <http://schema.org/domain> <http://schema.org/Rating> .
-<http://schema.org/bestRating> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/bestRating> <http://schema.org/range> <http://schema.org/Number> .
-<http://schema.org/bestRating> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/EntertainmentBusiness> <http://www.w3.org/2000/01/rdf-schema#label> "EntertainmentBusiness" .
-<http://schema.org/EntertainmentBusiness> <http://www.w3.org/2000/01/rdf-schema#comment> "A business providing entertainment." .
-<http://schema.org/EntertainmentBusiness> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/EntertainmentBusiness> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/AccountingService> <http://www.w3.org/2000/01/rdf-schema#label> "AccountingService" .
-<http://schema.org/AccountingService> <http://www.w3.org/2000/01/rdf-schema#comment> "Accountancy business." .
-<http://schema.org/AccountingService> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/ProfessionalService> .
-<http://schema.org/AccountingService> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FinancialService> .
-<http://schema.org/AccountingService> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/SubwayStation> <http://www.w3.org/2000/01/rdf-schema#label> "SubwayStation" .
-<http://schema.org/SubwayStation> <http://www.w3.org/2000/01/rdf-schema#comment> "A subway station." .
-<http://schema.org/SubwayStation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/SubwayStation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/reviews> <http://www.w3.org/2000/01/rdf-schema#label> "reviews" .
-<http://schema.org/reviews> <http://www.w3.org/2000/01/rdf-schema#comment> "Review of the item (legacy spelling; see singular form, review)." .
-<http://schema.org/reviews> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/reviews> <http://schema.org/domain> <http://schema.org/Offer> .
-<http://schema.org/reviews> <http://schema.org/domain> <http://schema.org/Place> .
-<http://schema.org/reviews> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/reviews> <http://schema.org/domain> <http://schema.org/Product> .
-<http://schema.org/reviews> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/reviews> <http://schema.org/range> <http://schema.org/Review> .
-<http://schema.org/GovernmentOffice> <http://www.w3.org/2000/01/rdf-schema#label> "GovernmentOffice" .
-<http://schema.org/GovernmentOffice> <http://www.w3.org/2000/01/rdf-schema#comment> "A government office\u2014for example, an IRS or DMV office." .
-<http://schema.org/GovernmentOffice> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/GovernmentOffice> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Mosque> <http://www.w3.org/2000/01/rdf-schema#label> "Mosque" .
-<http://schema.org/Mosque> <http://www.w3.org/2000/01/rdf-schema#comment> "A mosque." .
-<http://schema.org/Mosque> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/PlaceOfWorship> .
-<http://schema.org/Mosque> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/MovieTheater> <http://www.w3.org/2000/01/rdf-schema#label> "MovieTheater" .
-<http://schema.org/MovieTheater> <http://www.w3.org/2000/01/rdf-schema#comment> "A movie theater." .
+<http://schema.org/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/PerformingGroup> <http://www.w3.org/2000/01/rdf-schema#label> "PerformingGroup" .
-<http://schema.org/PerformingGroup> <http://www.w3.org/2000/01/rdf-schema#comment> "A performance group, such as a band, an orchestra, or a circus." .
-<http://schema.org/PerformingGroup> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Organization> .
-<http://schema.org/PerformingGroup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/subEvent> <http://www.w3.org/2000/01/rdf-schema#label> "subEvent" .
-<http://schema.org/subEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "An Event that is part of this event. For example, a conference event includes many presentations, each are a subEvent of the conference." .
-<http://schema.org/subEvent> <http://schema.org/domain> <http://schema.org/Event> .
-<http://schema.org/subEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/subEvent> <http://schema.org/range> <http://schema.org/Event> .
-<http://schema.org/DaySpa> <http://www.w3.org/2000/01/rdf-schema#label> "DaySpa" .
-<http://schema.org/DaySpa> <http://www.w3.org/2000/01/rdf-schema#comment> "A day spa." .
-<http://schema.org/DaySpa> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HealthAndBeautyBusiness> .
-<http://schema.org/DaySpa> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/AutoPartsStore> <http://www.w3.org/2000/01/rdf-schema#label> "AutoPartsStore" .
-<http://schema.org/AutoPartsStore> <http://www.w3.org/2000/01/rdf-schema#comment> "An auto parts store." .
-<http://schema.org/AutoPartsStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/AutomotiveBusiness> .
-<http://schema.org/AutoPartsStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/AutoPartsStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/episode> <http://www.w3.org/2000/01/rdf-schema#label> "episode" .
-<http://schema.org/episode> <http://www.w3.org/2000/01/rdf-schema#comment> "An episode of a TV series or season." .
-<http://schema.org/episode> <http://schema.org/domain> <http://schema.org/TVSeries> .
-<http://schema.org/episode> <http://schema.org/domain> <http://schema.org/TVSeason> .
-<http://schema.org/episode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/episode> <http://schema.org/range> <http://schema.org/TVEpisode> .
-<http://schema.org/currenciesAccepted> <http://www.w3.org/2000/01/rdf-schema#label> "currenciesAccepted" .
-<http://schema.org/currenciesAccepted> <http://www.w3.org/2000/01/rdf-schema#comment> "The currency accepted (in ISO 4217 currency format)." .
-<http://schema.org/currenciesAccepted> <http://schema.org/domain> <http://schema.org/LocalBusiness> .
-<http://schema.org/currenciesAccepted> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/currenciesAccepted> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/TVSeason> <http://www.w3.org/2000/01/rdf-schema#label> "TVSeason" .
-<http://schema.org/TVSeason> <http://www.w3.org/2000/01/rdf-schema#comment> "A TV season." .
-<http://schema.org/TVSeason> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/TVSeason> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/printEdition> <http://www.w3.org/2000/01/rdf-schema#label> "printEdition" .
-<http://schema.org/printEdition> <http://www.w3.org/2000/01/rdf-schema#comment> "The edition of the print product in which the NewsArticle appears." .
-<http://schema.org/printEdition> <http://schema.org/domain> <http://schema.org/NewsArticle> .
-<http://schema.org/printEdition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/printEdition> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/ProfessionalService> <http://www.w3.org/2000/01/rdf-schema#label> "ProfessionalService" .
-<http://schema.org/ProfessionalService> <http://www.w3.org/2000/01/rdf-schema#comment> "Provider of professional services." .
-<http://schema.org/ProfessionalService> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/ProfessionalService> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/seasonNumber> <http://www.w3.org/2000/01/rdf-schema#label> "seasonNumber" .
-<http://schema.org/seasonNumber> <http://www.w3.org/2000/01/rdf-schema#comment> "The season number." .
-<http://schema.org/seasonNumber> <http://schema.org/domain> <http://schema.org/TVSeason> .
-<http://schema.org/seasonNumber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/seasonNumber> <http://schema.org/range> <http://schema.org/Integer> .
-<http://schema.org/installUrl> <http://www.w3.org/2000/01/rdf-schema#label> "installUrl" .
-<http://schema.org/installUrl> <http://www.w3.org/2000/01/rdf-schema#comment> "URL at which the app may be installed, if different from the URL of the item." .
-<http://schema.org/installUrl> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/installUrl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/installUrl> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/IceCreamShop> <http://www.w3.org/2000/01/rdf-schema#label> "IceCreamShop" .
-<http://schema.org/IceCreamShop> <http://www.w3.org/2000/01/rdf-schema#comment> "An ice cream shop" .
-<http://schema.org/IceCreamShop> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FoodEstablishment> .
-<http://schema.org/IceCreamShop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/TelevisionStation> <http://www.w3.org/2000/01/rdf-schema#label> "TelevisionStation" .
-<http://schema.org/TelevisionStation> <http://www.w3.org/2000/01/rdf-schema#comment> "A television station." .
-<http://schema.org/TelevisionStation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/TelevisionStation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/DepartmentStore> <http://www.w3.org/2000/01/rdf-schema#label> "DepartmentStore" .
-<http://schema.org/DepartmentStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A department store." .
-<http://schema.org/DepartmentStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/DepartmentStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/musicGroupMember> <http://www.w3.org/2000/01/rdf-schema#label> "musicGroupMember" .
-<http://schema.org/musicGroupMember> <http://www.w3.org/2000/01/rdf-schema#comment> "A member of the music group\u2014for example, John, Paul, George, or Ringo." .
-<http://schema.org/musicGroupMember> <http://schema.org/domain> <http://schema.org/MusicGroup> .
-<http://schema.org/musicGroupMember> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/musicGroupMember> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/significantLink> <http://www.w3.org/2000/01/rdf-schema#label> "significantLink" .
-<http://schema.org/significantLink> <http://www.w3.org/2000/01/rdf-schema#comment> "One of the more significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most." .
-<http://schema.org/significantLink> <http://schema.org/domain> <http://schema.org/WebPage> .
-<http://schema.org/significantLink> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/significantLink> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/JobPosting> <http://www.w3.org/2000/01/rdf-schema#label> "JobPosting" .
-<http://schema.org/JobPosting> <http://www.w3.org/2000/01/rdf-schema#comment> "A listing that describes a job opening in a certain organization." .
-<http://schema.org/JobPosting> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Intangible> .
-<http://schema.org/JobPosting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/hiringOrganization> <http://www.w3.org/2000/01/rdf-schema#label> "hiringOrganization" .
-<http://schema.org/hiringOrganization> <http://www.w3.org/2000/01/rdf-schema#comment> "Organization offering the job position." .
-<http://schema.org/hiringOrganization> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/hiringOrganization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/hiringOrganization> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/fiberContent> <http://www.w3.org/2000/01/rdf-schema#label> "fiberContent" .
-<http://schema.org/fiberContent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of grams of fiber." .
-<http://schema.org/fiberContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/fiberContent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/fiberContent> <http://schema.org/range> <http://schema.org/Mass> .
-<http://schema.org/ConvenienceStore> <http://www.w3.org/2000/01/rdf-schema#label> "ConvenienceStore" .
-<http://schema.org/ConvenienceStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A convenience store." .
-<http://schema.org/ConvenienceStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/ConvenienceStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/event> <http://www.w3.org/2000/01/rdf-schema#label> "event" .
-<http://schema.org/event> <http://www.w3.org/2000/01/rdf-schema#comment> "Upcoming or past event associated with this place or organization." .
-<http://schema.org/event> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/event> <http://schema.org/domain> <http://schema.org/Place> .
-<http://schema.org/event> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/event> <http://schema.org/range> <http://schema.org/Event> .
-<http://schema.org/RoofingContractor> <http://www.w3.org/2000/01/rdf-schema#label> "RoofingContractor" .
-<http://schema.org/RoofingContractor> <http://www.w3.org/2000/01/rdf-schema#comment> "A roofing contractor." .
-<http://schema.org/RoofingContractor> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HomeAndConstructionBusiness> .
-<http://schema.org/RoofingContractor> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/ProfessionalService> .
-<http://schema.org/RoofingContractor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/SportsActivityLocation> <http://www.w3.org/2000/01/rdf-schema#label> "SportsActivityLocation" .
-<http://schema.org/SportsActivityLocation> <http://www.w3.org/2000/01/rdf-schema#comment> "A sports location, such as a playing field." .
-<http://schema.org/SportsActivityLocation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/SportsActivityLocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/calories> <http://www.w3.org/2000/01/rdf-schema#label> "calories" .
-<http://schema.org/calories> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of calories" .
-<http://schema.org/calories> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/calories> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/calories> <http://schema.org/range> <http://schema.org/Energy> .
-<http://schema.org/isFamilyFriendly> <http://www.w3.org/2000/01/rdf-schema#label> "isFamilyFriendly" .
-<http://schema.org/isFamilyFriendly> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates whether this content is family friendly." .
-<http://schema.org/isFamilyFriendly> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/isFamilyFriendly> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/isFamilyFriendly> <http://schema.org/range> <http://schema.org/Boolean> .
-<http://schema.org/responsibilities> <http://www.w3.org/2000/01/rdf-schema#label> "responsibilities" .
-<http://schema.org/responsibilities> <http://www.w3.org/2000/01/rdf-schema#comment> "Responsibilities associated with this role." .
-<http://schema.org/responsibilities> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/responsibilities> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/responsibilities> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/cookingMethod> <http://www.w3.org/2000/01/rdf-schema#label> "cookingMethod" .
-<http://schema.org/cookingMethod> <http://www.w3.org/2000/01/rdf-schema#comment> "The method of cooking, such as Frying, Steaming, ..." .
-<http://schema.org/cookingMethod> <http://schema.org/domain> <http://schema.org/Recipe> .
-<http://schema.org/cookingMethod> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/cookingMethod> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/homeLocation> <http://www.w3.org/2000/01/rdf-schema#label> "homeLocation" .
-<http://schema.org/homeLocation> <http://www.w3.org/2000/01/rdf-schema#comment> "A contact location for a person's residence." .
-<http://schema.org/homeLocation> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/homeLocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/homeLocation> <http://schema.org/range> <http://schema.org/ContactPoint> .
-<http://schema.org/homeLocation> <http://schema.org/range> <http://schema.org/Place> .
-<http://schema.org/GasStation> <http://www.w3.org/2000/01/rdf-schema#label> "GasStation" .
-<http://schema.org/GasStation> <http://www.w3.org/2000/01/rdf-schema#comment> "A gas station." .
-<http://schema.org/GasStation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/AutomotiveBusiness> .
-<http://schema.org/GasStation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/AutoBodyShop> <http://www.w3.org/2000/01/rdf-schema#label> "AutoBodyShop" .
-<http://schema.org/AutoBodyShop> <http://www.w3.org/2000/01/rdf-schema#comment> "Auto body shop." .
-<http://schema.org/AutoBodyShop> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/AutomotiveBusiness> .
-<http://schema.org/AutoBodyShop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Pharmacy> <http://www.w3.org/2000/01/rdf-schema#label> "Pharmacy" .
-<http://schema.org/Pharmacy> <http://www.w3.org/2000/01/rdf-schema#comment> "A pharmacy or drugstore." .
-<http://schema.org/Pharmacy> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/MedicalOrganization> .
-<http://schema.org/Pharmacy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/colleagues> <http://www.w3.org/2000/01/rdf-schema#label> "colleagues" .
-<http://schema.org/colleagues> <http://www.w3.org/2000/01/rdf-schema#comment> "A colleague of the person (legacy spelling; see singular form, colleague)." .
-<http://schema.org/colleagues> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/colleagues> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/colleagues> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/bookFormat> <http://www.w3.org/2000/01/rdf-schema#label> "bookFormat" .
-<http://schema.org/bookFormat> <http://www.w3.org/2000/01/rdf-schema#comment> "The format of the book." .
-<http://schema.org/bookFormat> <http://schema.org/domain> <http://schema.org/Book> .
-<http://schema.org/bookFormat> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/bookFormat> <http://schema.org/range> <http://schema.org/BookFormatType> .
-<http://schema.org/PlaceOfWorship> <http://www.w3.org/2000/01/rdf-schema#label> "PlaceOfWorship" .
-<http://schema.org/PlaceOfWorship> <http://www.w3.org/2000/01/rdf-schema#comment> "Place of worship, such as a church, synagogue, or mosque." .
-<http://schema.org/PlaceOfWorship> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/PlaceOfWorship> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/applicationCategory> <http://www.w3.org/2000/01/rdf-schema#label> "applicationCategory" .
-<http://schema.org/applicationCategory> <http://www.w3.org/2000/01/rdf-schema#comment> "Type of software application, e.g. \"Game, Multimedia\"." .
-<http://schema.org/applicationCategory> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/applicationCategory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/applicationCategory> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/applicationCategory> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/Rating> <http://www.w3.org/2000/01/rdf-schema#label> "Rating" .
-<http://schema.org/Rating> <http://www.w3.org/2000/01/rdf-schema#comment> "The rating of the video." .
-<http://schema.org/Rating> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Intangible> .
-<http://schema.org/Rating> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Offer> <http://www.w3.org/2000/01/rdf-schema#label> "Offer" .
-<http://schema.org/Offer> <http://www.w3.org/2000/01/rdf-schema#comment> "An offer to sell an item\u2014for example, an offer to sell a product, the DVD of a movie, or tickets to an event." .
-<http://schema.org/Offer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Intangible> .
-<http://schema.org/Offer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/LandmarksOrHistoricalBuildings> <http://www.w3.org/2000/01/rdf-schema#label> "LandmarksOrHistoricalBuildings" .
-<http://schema.org/LandmarksOrHistoricalBuildings> <http://www.w3.org/2000/01/rdf-schema#comment> "An historical landmark or building." .
-<http://schema.org/LandmarksOrHistoricalBuildings> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Place> .
-<http://schema.org/LandmarksOrHistoricalBuildings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Recipe> <http://www.w3.org/2000/01/rdf-schema#label> "Recipe" .
-<http://schema.org/Recipe> <http://www.w3.org/2000/01/rdf-schema#comment> "A recipe." .
-<http://schema.org/Recipe> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/Recipe> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/UserComments> <http://www.w3.org/2000/01/rdf-schema#label> "UserComments" .
-<http://schema.org/UserComments> <http://www.w3.org/2000/01/rdf-schema#comment> "The UserInteraction event in which a user comments on an item." .
-<http://schema.org/UserComments> <http://purl.org/dc/terms/source> <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews> .
-<http://schema.org/UserComments> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/UserComments> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/UserInteraction> .
-<http://schema.org/MusicGroup> <http://www.w3.org/2000/01/rdf-schema#label> "MusicGroup" .
-<http://schema.org/MusicGroup> <http://www.w3.org/2000/01/rdf-schema#comment> "A musical group, such as a band, an orchestra, or a choir. Can also be a solo musician." .
-<http://schema.org/MusicGroup> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/PerformingGroup> .
-<http://schema.org/MusicGroup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/workLocation> <http://www.w3.org/2000/01/rdf-schema#label> "workLocation" .
-<http://schema.org/workLocation> <http://www.w3.org/2000/01/rdf-schema#comment> "A contact location for a person's place of work." .
-<http://schema.org/workLocation> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/workLocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/workLocation> <http://schema.org/range> <http://schema.org/ContactPoint> .
-<http://schema.org/workLocation> <http://schema.org/range> <http://schema.org/Place> .
-<http://schema.org/HomeGoodsStore> <http://www.w3.org/2000/01/rdf-schema#label> "HomeGoodsStore" .
-<http://schema.org/HomeGoodsStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A home goods store." .
-<http://schema.org/HomeGoodsStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/HomeGoodsStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ItemList> <http://www.w3.org/2000/01/rdf-schema#label> "ItemList" .
-<http://schema.org/ItemList> <http://www.w3.org/2000/01/rdf-schema#comment> "A list of items of any sort\u2014for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting." .
-<http://schema.org/ItemList> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/ItemList> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/acceptsReservations> <http://www.w3.org/2000/01/rdf-schema#label> "acceptsReservations" .
-<http://schema.org/acceptsReservations> <http://www.w3.org/2000/01/rdf-schema#comment> "Either Yes/No, or a URL at which reservations can be made." .
-<http://schema.org/acceptsReservations> <http://schema.org/domain> <http://schema.org/FoodEstablishment> .
-<http://schema.org/acceptsReservations> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/acceptsReservations> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/acceptsReservations> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/height> <http://www.w3.org/2000/01/rdf-schema#label> "height" .
-<http://schema.org/height> <http://www.w3.org/2000/01/rdf-schema#comment> "The height of the media object." .
-<http://schema.org/height> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/height> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/height> <http://schema.org/range> <http://schema.org/Distance> .
-<http://schema.org/significantLinks> <http://www.w3.org/2000/01/rdf-schema#label> "significantLinks" .
-<http://schema.org/significantLinks> <http://www.w3.org/2000/01/rdf-schema#comment> "The most significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most (legacy spelling; see singular form, significantLink)." .
-<http://schema.org/significantLinks> <http://schema.org/domain> <http://schema.org/WebPage> .
-<http://schema.org/significantLinks> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/significantLinks> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/manufacturer> <http://www.w3.org/2000/01/rdf-schema#label> "manufacturer" .
-<http://schema.org/manufacturer> <http://www.w3.org/2000/01/rdf-schema#comment> "The manufacturer of the product." .
-<http://schema.org/manufacturer> <http://schema.org/domain> <http://schema.org/Product> .
-<http://schema.org/manufacturer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/manufacturer> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/WebApplication> <http://www.w3.org/2000/01/rdf-schema#label> "WebApplication" .
-<http://schema.org/WebApplication> <http://www.w3.org/2000/01/rdf-schema#comment> "Web applications." .
-<http://schema.org/WebApplication> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/SoftwareApplication> .
-<http://schema.org/WebApplication> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ElectronicsStore> <http://www.w3.org/2000/01/rdf-schema#label> "ElectronicsStore" .
-<http://schema.org/ElectronicsStore> <http://www.w3.org/2000/01/rdf-schema#comment> "An electronics store." .
-<http://schema.org/ElectronicsStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/ElectronicsStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/BlogPosting> <http://www.w3.org/2000/01/rdf-schema#label> "BlogPosting" .
-<http://schema.org/BlogPosting> <http://www.w3.org/2000/01/rdf-schema#comment> "A blog post." .
-<http://schema.org/BlogPosting> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Article> .
-<http://schema.org/BlogPosting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/numTracks> <http://www.w3.org/2000/01/rdf-schema#label> "numTracks" .
-<http://schema.org/numTracks> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of tracks in this album or playlist." .
-<http://schema.org/numTracks> <http://schema.org/domain> <http://schema.org/MusicPlaylist> .
-<http://schema.org/numTracks> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/numTracks> <http://schema.org/range> <http://schema.org/Integer> .
-<http://schema.org/OfficeEquipmentStore> <http://www.w3.org/2000/01/rdf-schema#label> "OfficeEquipmentStore" .
-<http://schema.org/OfficeEquipmentStore> <http://www.w3.org/2000/01/rdf-schema#comment> "An office equipment store." .
-<http://schema.org/OfficeEquipmentStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/OfficeEquipmentStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/cookTime> <http://www.w3.org/2000/01/rdf-schema#label> "cookTime" .
-<http://schema.org/cookTime> <http://www.w3.org/2000/01/rdf-schema#comment> "The time it takes to actually cook the dish, in ISO 8601 duration format." .
-<http://schema.org/cookTime> <http://schema.org/domain> <http://schema.org/Recipe> .
-<http://schema.org/cookTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/cookTime> <http://schema.org/range> <http://schema.org/Duration> .
-<http://schema.org/MusicVenue> <http://www.w3.org/2000/01/rdf-schema#label> "MusicVenue" .
-<http://schema.org/MusicVenue> <http://www.w3.org/2000/01/rdf-schema#comment> "A music venue." .
-<http://schema.org/MusicVenue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/MusicVenue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/WPSideBar> <http://www.w3.org/2000/01/rdf-schema#label> "WPSideBar" .
-<http://schema.org/WPSideBar> <http://www.w3.org/2000/01/rdf-schema#comment> "A sidebar section of the page." .
-<http://schema.org/WPSideBar> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPageElement> .
-<http://schema.org/WPSideBar> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/recipeCuisine> <http://www.w3.org/2000/01/rdf-schema#label> "recipeCuisine" .
-<http://schema.org/recipeCuisine> <http://www.w3.org/2000/01/rdf-schema#comment> "The cuisine of the recipe (for example, French or Ethopian)." .
-<http://schema.org/recipeCuisine> <http://schema.org/domain> <http://schema.org/Recipe> .
-<http://schema.org/recipeCuisine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/recipeCuisine> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/NailSalon> <http://www.w3.org/2000/01/rdf-schema#label> "NailSalon" .
-<http://schema.org/NailSalon> <http://www.w3.org/2000/01/rdf-schema#comment> "A nail salon." .
-<http://schema.org/NailSalon> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HealthAndBeautyBusiness> .
-<http://schema.org/NailSalon> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/playerType> <http://www.w3.org/2000/01/rdf-schema#label> "playerType" .
-<http://schema.org/playerType> <http://www.w3.org/2000/01/rdf-schema#comment> "Player type required\u2014for example, Flash or Silverlight." .
-<http://schema.org/playerType> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/playerType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/playerType> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/JewelryStore> <http://www.w3.org/2000/01/rdf-schema#label> "JewelryStore" .
-<http://schema.org/JewelryStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A jewelry store." .
-<http://schema.org/JewelryStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/JewelryStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ShoeStore> <http://www.w3.org/2000/01/rdf-schema#label> "ShoeStore" .
-<http://schema.org/ShoeStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A shoe store." .
-<http://schema.org/ShoeStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/ShoeStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/MedicalOrganization> <http://www.w3.org/2000/01/rdf-schema#label> "MedicalOrganization" .
-<http://schema.org/MedicalOrganization> <http://www.w3.org/2000/01/rdf-schema#comment> "A medical organization, such as a doctor's office or clinic." .
-<http://schema.org/MedicalOrganization> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/MedicalOrganization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Physician> <http://www.w3.org/2000/01/rdf-schema#label> "Physician" .
-<http://schema.org/Physician> <http://www.w3.org/2000/01/rdf-schema#comment> "A doctor's office." .
-<http://schema.org/Physician> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/MedicalOrganization> .
-<http://schema.org/Physician> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Optician> <http://www.w3.org/2000/01/rdf-schema#label> "Optician" .
-<http://schema.org/Optician> <http://www.w3.org/2000/01/rdf-schema#comment> "An optician's store." .
-<http://schema.org/Optician> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/MedicalOrganization> .
-<http://schema.org/Optician> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/trailer> <http://www.w3.org/2000/01/rdf-schema#label> "trailer" .
-<http://schema.org/trailer> <http://www.w3.org/2000/01/rdf-schema#comment> "The trailer of the movie or TV series, season, or episode." .
-<http://schema.org/trailer> <http://schema.org/domain> <http://schema.org/Movie> .
+<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/version> <http://schema.org/range> <http://schema.org/Number> .
+<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://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/trailer> <http://schema.org/domain> <http://schema.org/Movie> .
 <http://schema.org/trailer> <http://schema.org/range> <http://schema.org/VideoObject> .
-<http://schema.org/BuddhistTemple> <http://www.w3.org/2000/01/rdf-schema#label> "BuddhistTemple" .
-<http://schema.org/BuddhistTemple> <http://www.w3.org/2000/01/rdf-schema#comment> "A Buddhist temple." .
-<http://schema.org/BuddhistTemple> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/PlaceOfWorship> .
-<http://schema.org/BuddhistTemple> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/keywords> <http://www.w3.org/2000/01/rdf-schema#label> "keywords" .
-<http://schema.org/keywords> <http://www.w3.org/2000/01/rdf-schema#comment> "The keywords/tags used to describe this content." .
-<http://schema.org/keywords> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/keywords> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/keywords> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/itemListElement> <http://www.w3.org/2000/01/rdf-schema#label> "itemListElement" .
-<http://schema.org/itemListElement> <http://www.w3.org/2000/01/rdf-schema#comment> "A single list item." .
-<http://schema.org/itemListElement> <http://schema.org/domain> <http://schema.org/ItemList> .
-<http://schema.org/itemListElement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/itemListElement> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/PawnShop> <http://www.w3.org/2000/01/rdf-schema#label> "PawnShop" .
-<http://schema.org/PawnShop> <http://www.w3.org/2000/01/rdf-schema#comment> "A pawnstore." .
-<http://schema.org/PawnShop> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/PawnShop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/AutoDealer> <http://www.w3.org/2000/01/rdf-schema#label> "AutoDealer" .
-<http://schema.org/AutoDealer> <http://www.w3.org/2000/01/rdf-schema#comment> "An car dealership." .
-<http://schema.org/AutoDealer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/AutomotiveBusiness> .
-<http://schema.org/AutoDealer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/WholesaleStore> <http://www.w3.org/2000/01/rdf-schema#label> "WholesaleStore" .
-<http://schema.org/WholesaleStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A wholesale store." .
-<http://schema.org/WholesaleStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/WholesaleStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/HobbyShop> <http://www.w3.org/2000/01/rdf-schema#label> "HobbyShop" .
-<http://schema.org/HobbyShop> <http://www.w3.org/2000/01/rdf-schema#comment> "A hobby store." .
-<http://schema.org/HobbyShop> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/HobbyShop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/jobLocation> <http://www.w3.org/2000/01/rdf-schema#label> "jobLocation" .
-<http://schema.org/jobLocation> <http://www.w3.org/2000/01/rdf-schema#comment> "A (typically single) geographic location associated with the job position." .
-<http://schema.org/jobLocation> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/jobLocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/jobLocation> <http://schema.org/range> <http://schema.org/Place> .
-<http://schema.org/UserLikes> <http://www.w3.org/2000/01/rdf-schema#label> "UserLikes" .
-<http://schema.org/UserLikes> <http://www.w3.org/2000/01/rdf-schema#comment> "User interaction: Like an item." .
-<http://schema.org/UserLikes> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/UserInteraction> .
-<http://schema.org/UserLikes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Synagogue> <http://www.w3.org/2000/01/rdf-schema#label> "Synagogue" .
-<http://schema.org/Synagogue> <http://www.w3.org/2000/01/rdf-schema#comment> "A synagogue." .
-<http://schema.org/Synagogue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/PlaceOfWorship> .
-<http://schema.org/Synagogue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/version> <http://www.w3.org/2000/01/rdf-schema#label> "version" .
-<http://schema.org/version> <http://www.w3.org/2000/01/rdf-schema#comment> "The version of the CreativeWork embodied by a specified resource." .
-<http://schema.org/version> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/version> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/version> <http://schema.org/range> <http://schema.org/Number> .
-<http://schema.org/CatholicChurch> <http://www.w3.org/2000/01/rdf-schema#label> "CatholicChurch" .
-<http://schema.org/CatholicChurch> <http://www.w3.org/2000/01/rdf-schema#comment> "A Catholic church." .
-<http://schema.org/CatholicChurch> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/PlaceOfWorship> .
-<http://schema.org/CatholicChurch> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/PoliceStation> <http://www.w3.org/2000/01/rdf-schema#label> "PoliceStation" .
-<http://schema.org/PoliceStation> <http://www.w3.org/2000/01/rdf-schema#comment> "A police station." .
-<http://schema.org/PoliceStation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/PoliceStation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EmergencyService> .
-<http://schema.org/PoliceStation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/MobileApplication> <http://www.w3.org/2000/01/rdf-schema#label> "MobileApplication" .
-<http://schema.org/MobileApplication> <http://www.w3.org/2000/01/rdf-schema#comment> "" .
-<http://schema.org/MobileApplication> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/SoftwareApplication> .
-<http://schema.org/MobileApplication> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/encodingFormat> <http://www.w3.org/2000/01/rdf-schema#label> "encodingFormat" .
-<http://schema.org/encodingFormat> <http://www.w3.org/2000/01/rdf-schema#comment> "mp3, mpeg4, etc." .
-<http://schema.org/encodingFormat> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/encodingFormat> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/encodingFormat> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/occupationalCategory> <http://www.w3.org/2000/01/rdf-schema#label> "occupationalCategory" .
-<http://schema.org/occupationalCategory> <http://www.w3.org/2000/01/rdf-schema#comment> "Category or categories describing the job. Use BLS O*NET-SOC taxonomy: http://www.onetcenter.org/taxonomy.html. Ideally includes textual label and formal code, with the property repeated for each applicable value." .
-<http://schema.org/occupationalCategory> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/occupationalCategory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/occupationalCategory> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/fileFormat> <http://www.w3.org/2000/01/rdf-schema#label> "fileFormat" .
-<http://schema.org/fileFormat> <http://www.w3.org/2000/01/rdf-schema#comment> "MIME format of the binary (e.g. application/zip)." .
-<http://schema.org/fileFormat> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/fileFormat> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/fileFormat> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/addressRegion> <http://www.w3.org/2000/01/rdf-schema#label> "addressRegion" .
-<http://schema.org/addressRegion> <http://www.w3.org/2000/01/rdf-schema#comment> "The region. For example, CA." .
-<http://schema.org/addressRegion> <http://schema.org/domain> <http://schema.org/PostalAddress> .
-<http://schema.org/addressRegion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/addressRegion> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/openingHours> <http://www.w3.org/2000/01/rdf-schema#label> "openingHours" .
-<http://schema.org/openingHours> <http://www.w3.org/2000/01/rdf-schema#comment> "The opening hours for a business. Opening hours can be specified as a weekly time range, starting with days, then times per day. Multiple days can be listed with commas ',' separating each day. Day or time ranges are specified using a hyphen '-'.- Days are specified using the following two-letter combinations: Mo, Tu, We, Th, Fr, Sa, Su.- Times are specified using 24:00 time. For example, 3pm is specified as 15:00. - Here is an example: <time itemprop=\"openingHours\" datetime=\"Tu,Th 16:00-20:00\">Tuesdays and Thursdays 4-8pm</time>. - If a business is open 7 days a week, then it can be specified as <time itemprop=\"openingHours\" datetime=\"Mo-Su\">Monday through Sunday, all day</time>." .
-<http://schema.org/openingHours> <http://schema.org/domain> <http://schema.org/LocalBusiness> .
-<http://schema.org/openingHours> <http://schema.org/domain> <http://schema.org/CivicStructure> .
-<http://schema.org/openingHours> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/openingHours> <http://schema.org/range> <http://schema.org/Duration> .
-<http://schema.org/articleBody> <http://www.w3.org/2000/01/rdf-schema#label> "articleBody" .
-<http://schema.org/articleBody> <http://www.w3.org/2000/01/rdf-schema#comment> "The actual body of the article." .
-<http://schema.org/articleBody> <http://schema.org/domain> <http://schema.org/Article> .
-<http://schema.org/articleBody> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/articleBody> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/map> <http://www.w3.org/2000/01/rdf-schema#label> "map" .
-<http://schema.org/map> <http://www.w3.org/2000/01/rdf-schema#comment> "A URL to a map of the place." .
-<http://schema.org/map> <http://schema.org/domain> <http://schema.org/Place> .
-<http://schema.org/map> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/map> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/CafeOrCoffeeShop> <http://www.w3.org/2000/01/rdf-schema#label> "CafeOrCoffeeShop" .
-<http://schema.org/CafeOrCoffeeShop> <http://www.w3.org/2000/01/rdf-schema#comment> "A cafe or coffee shop." .
-<http://schema.org/CafeOrCoffeeShop> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FoodEstablishment> .
-<http://schema.org/CafeOrCoffeeShop> <http://www.w3.org/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/Store> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/Store> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Campground> <http://www.w3.org/2000/01/rdf-schema#label> "Campground" .
-<http://schema.org/Campground> <http://www.w3.org/2000/01/rdf-schema#comment> "A campground." .
-<http://schema.org/Campground> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/Campground> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/byArtist> <http://www.w3.org/2000/01/rdf-schema#label> "byArtist" .
-<http://schema.org/byArtist> <http://www.w3.org/2000/01/rdf-schema#comment> "The artist that performed this album or recording." .
-<http://schema.org/byArtist> <http://schema.org/domain> <http://schema.org/MusicAlbum> .
-<http://schema.org/byArtist> <http://schema.org/domain> <http://schema.org/MusicRecording> .
-<http://schema.org/byArtist> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/byArtist> <http://schema.org/range> <http://schema.org/MusicGroup> .
-<http://schema.org/Text> <http://www.w3.org/2000/01/rdf-schema#label> "Text" .
-<http://schema.org/Text> <http://www.w3.org/2000/01/rdf-schema#comment> "Data type: Text." .
-<http://schema.org/Text> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/DataType> .
-<http://schema.org/Text> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/brand> <http://www.w3.org/2000/01/rdf-schema#label> "brand" .
-<http://schema.org/brand> <http://www.w3.org/2000/01/rdf-schema#comment> "The brand of the product." .
-<http://schema.org/brand> <http://schema.org/domain> <http://schema.org/Product> .
-<http://schema.org/brand> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/brand> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/PerformingArtsTheater> <http://www.w3.org/2000/01/rdf-schema#label> "PerformingArtsTheater" .
-<http://schema.org/PerformingArtsTheater> <http://www.w3.org/2000/01/rdf-schema#comment> "A theatre or other performing art center." .
-<http://schema.org/PerformingArtsTheater> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/PerformingArtsTheater> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/attendee> <http://www.w3.org/2000/01/rdf-schema#label> "attendee" .
-<http://schema.org/attendee> <http://www.w3.org/2000/01/rdf-schema#comment> "A person or organization attending the event." .
-<http://schema.org/attendee> <http://schema.org/domain> <http://schema.org/Event> .
-<http://schema.org/attendee> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/attendee> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/attendee> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/HardwareStore> <http://www.w3.org/2000/01/rdf-schema#label> "HardwareStore" .
-<http://schema.org/HardwareStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A hardware store." .
-<http://schema.org/HardwareStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/HardwareStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/replyToUrl> <http://www.w3.org/2000/01/rdf-schema#label> "replyToUrl" .
-<http://schema.org/replyToUrl> <http://www.w3.org/2000/01/rdf-schema#comment> "The URL at which a reply may be posted to the specified UserComment." .
-<http://schema.org/replyToUrl> <http://schema.org/domain> <http://schema.org/UserComments> .
-<http://schema.org/replyToUrl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/replyToUrl> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/line> <http://www.w3.org/2000/01/rdf-schema#label> "line" .
-<http://schema.org/line> <http://www.w3.org/2000/01/rdf-schema#comment> "A line is a point-to-point path consisting of two or more points. A line is expressed as a series of two or more point objects separated by space." .
-<http://schema.org/line> <http://schema.org/domain> <http://schema.org/GeoShape> .
-<http://schema.org/line> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/line> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/performerIn> <http://www.w3.org/2000/01/rdf-schema#label> "performerIn" .
-<http://schema.org/performerIn> <http://www.w3.org/2000/01/rdf-schema#comment> "Event that this person is a performer or participant in." .
-<http://schema.org/performerIn> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/performerIn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/performerIn> <http://schema.org/range> <http://schema.org/Event> .
-<http://schema.org/Float> <http://www.w3.org/2000/01/rdf-schema#label> "Float" .
-<http://schema.org/Float> <http://www.w3.org/2000/01/rdf-schema#comment> "Data type: Floating number." .
-<http://schema.org/Float> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Number> .
-<http://schema.org/Float> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/tracks> <http://www.w3.org/2000/01/rdf-schema#label> "tracks" .
-<http://schema.org/tracks> <http://www.w3.org/2000/01/rdf-schema#comment> "A music recording (track)\u2014usually a single song (legacy spelling; see singular form, track)." .
-<http://schema.org/tracks> <http://schema.org/domain> <http://schema.org/MusicPlaylist> .
-<http://schema.org/tracks> <http://schema.org/domain> <http://schema.org/MusicGroup> .
-<http://schema.org/tracks> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/tracks> <http://schema.org/range> <http://schema.org/MusicRecording> .
-<http://schema.org/Beach> <http://www.w3.org/2000/01/rdf-schema#label> "Beach" .
-<http://schema.org/Beach> <http://www.w3.org/2000/01/rdf-schema#comment> "Beach." .
-<http://schema.org/Beach> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/Beach> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/additionalName> <http://www.w3.org/2000/01/rdf-schema#label> "additionalName" .
-<http://schema.org/additionalName> <http://www.w3.org/2000/01/rdf-schema#comment> "An additional name for a Person, can be used for a middle name." .
-<http://schema.org/additionalName> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/additionalName> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/additionalName> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/nationality> <http://www.w3.org/2000/01/rdf-schema#label> "nationality" .
-<http://schema.org/nationality> <http://www.w3.org/2000/01/rdf-schema#comment> "Nationality of the person." .
-<http://schema.org/nationality> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/nationality> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/nationality> <http://schema.org/range> <http://schema.org/Country> .
-<http://schema.org/countriesNotSupported> <http://www.w3.org/2000/01/rdf-schema#label> "countriesNotSupported" .
-<http://schema.org/countriesNotSupported> <http://www.w3.org/2000/01/rdf-schema#comment> "Countries for which the application is not supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code." .
-<http://schema.org/countriesNotSupported> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/countriesNotSupported> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/countriesNotSupported> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/provider> <http://www.w3.org/2000/01/rdf-schema#label> "provider" .
-<http://schema.org/provider> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies the Person or Organization that distributed the CreativeWork." .
-<http://schema.org/provider> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/provider> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/provider> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/provider> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/screenshot> <http://www.w3.org/2000/01/rdf-schema#label> "screenshot" .
-<http://schema.org/screenshot> <http://www.w3.org/2000/01/rdf-schema#comment> "A link to a screenshot image of the app." .
-<http://schema.org/screenshot> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/screenshot> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/screenshot> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/screenshot> <http://schema.org/range> <http://schema.org/ImageObject> .
-<http://schema.org/regionsAllowed> <http://www.w3.org/2000/01/rdf-schema#label> "regionsAllowed" .
-<http://schema.org/regionsAllowed> <http://www.w3.org/2000/01/rdf-schema#comment> "The regions where the media is allowed. If not specified, then it's assumed to be allowed everywhere. Specify the countries in ISO 3166 format." .
-<http://schema.org/regionsAllowed> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/regionsAllowed> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/regionsAllowed> <http://schema.org/range> <http://schema.org/Place> .
-<http://schema.org/ratingCount> <http://www.w3.org/2000/01/rdf-schema#label> "ratingCount" .
-<http://schema.org/ratingCount> <http://www.w3.org/2000/01/rdf-schema#comment> "The count of total number of ratings." .
-<http://schema.org/ratingCount> <http://schema.org/domain> <http://schema.org/AggregateRating> .
-<http://schema.org/ratingCount> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/ratingCount> <http://schema.org/range> <http://schema.org/Number> .
-<http://schema.org/Airport> <http://www.w3.org/2000/01/rdf-schema#label> "Airport" .
-<http://schema.org/Airport> <http://www.w3.org/2000/01/rdf-schema#comment> "An airport." .
-<http://schema.org/Airport> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/Airport> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/MusicEvent> <http://www.w3.org/2000/01/rdf-schema#label> "MusicEvent" .
-<http://schema.org/MusicEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Music event." .
-<http://schema.org/MusicEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
-<http://schema.org/MusicEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/founder> <http://www.w3.org/2000/01/rdf-schema#label> "founder" .
-<http://schema.org/founder> <http://www.w3.org/2000/01/rdf-schema#comment> "A person who founded this organization." .
-<http://schema.org/founder> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/founder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/founder> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/SkiResort> <http://www.w3.org/2000/01/rdf-schema#label> "SkiResort" .
-<http://schema.org/SkiResort> <http://www.w3.org/2000/01/rdf-schema#comment> "A ski resort." .
-<http://schema.org/SkiResort> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/SportsActivityLocation> .
-<http://schema.org/SkiResort> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/polygon> <http://www.w3.org/2000/01/rdf-schema#label> "polygon" .
-<http://schema.org/polygon> <http://www.w3.org/2000/01/rdf-schema#comment> "A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more spacedelimited points where the first and final points are identical." .
-<http://schema.org/polygon> <http://schema.org/domain> <http://schema.org/GeoShape> .
-<http://schema.org/polygon> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/polygon> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/Number> <http://www.w3.org/2000/01/rdf-schema#label> "Number" .
-<http://schema.org/Number> <http://www.w3.org/2000/01/rdf-schema#comment> "Data type: Number." .
-<http://schema.org/Number> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/DataType> .
-<http://schema.org/Number> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/VideoObject> <http://www.w3.org/2000/01/rdf-schema#label> "VideoObject" .
-<http://schema.org/VideoObject> <http://www.w3.org/2000/01/rdf-schema#comment> "A video file." .
-<http://schema.org/VideoObject> <http://purl.org/dc/terms/source> <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews> .
-<http://schema.org/VideoObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/VideoObject> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/MediaObject> .
-<http://schema.org/superEvent> <http://www.w3.org/2000/01/rdf-schema#label> "superEvent" .
-<http://schema.org/superEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "An event that this event is a part of. For example, a collection of individual music performances might each have a music festival as their superEvent." .
-<http://schema.org/superEvent> <http://schema.org/domain> <http://schema.org/Event> .
-<http://schema.org/superEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/superEvent> <http://schema.org/range> <http://schema.org/Event> .
-<http://schema.org/LodgingBusiness> <http://www.w3.org/2000/01/rdf-schema#label> "LodgingBusiness" .
-<http://schema.org/LodgingBusiness> <http://www.w3.org/2000/01/rdf-schema#comment> "A lodging business, such as a motel, hotel, or inn." .
-<http://schema.org/LodgingBusiness> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/LodgingBusiness> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/servingSize> <http://www.w3.org/2000/01/rdf-schema#label> "servingSize" .
-<http://schema.org/servingSize> <http://www.w3.org/2000/01/rdf-schema#comment> "The serving size, in terms of the number of volume or mass" .
-<http://schema.org/servingSize> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/servingSize> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/servingSize> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/spouse> <http://www.w3.org/2000/01/rdf-schema#label> "spouse" .
-<http://schema.org/spouse> <http://www.w3.org/2000/01/rdf-schema#comment> "The person's spouse." .
-<http://schema.org/spouse> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/spouse> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/spouse> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/HinduTemple> <http://www.w3.org/2000/01/rdf-schema#label> "HinduTemple" .
-<http://schema.org/HinduTemple> <http://www.w3.org/2000/01/rdf-schema#comment> "A Hindu temple." .
-<http://schema.org/HinduTemple> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/PlaceOfWorship> .
-<http://schema.org/HinduTemple> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/SocialEvent> <http://www.w3.org/2000/01/rdf-schema#label> "SocialEvent" .
-<http://schema.org/SocialEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Social event." .
-<http://schema.org/SocialEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
-<http://schema.org/SocialEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/publishingPrinciples> <http://www.w3.org/2000/01/rdf-schema#label> "publishingPrinciples" .
-<http://schema.org/publishingPrinciples> <http://www.w3.org/2000/01/rdf-schema#comment> "Link to page describing the editorial principles of the organization primarily responsible for the creation of the CreativeWork." .
-<http://schema.org/publishingPrinciples> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/publishingPrinciples> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/publishingPrinciples> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/FastFoodRestaurant> <http://www.w3.org/2000/01/rdf-schema#label> "FastFoodRestaurant" .
-<http://schema.org/FastFoodRestaurant> <http://www.w3.org/2000/01/rdf-schema#comment> "A fast-food restaurant." .
-<http://schema.org/FastFoodRestaurant> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FoodEstablishment> .
-<http://schema.org/FastFoodRestaurant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/MiddleSchool> <http://www.w3.org/2000/01/rdf-schema#label> "MiddleSchool" .
-<http://schema.org/MiddleSchool> <http://www.w3.org/2000/01/rdf-schema#comment> "A middle school." .
-<http://schema.org/MiddleSchool> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EducationalOrganization> .
-<http://schema.org/MiddleSchool> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Country> <http://www.w3.org/2000/01/rdf-schema#label> "Country" .
-<http://schema.org/Country> <http://www.w3.org/2000/01/rdf-schema#comment> "A country." .
-<http://schema.org/Country> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/AdministrativeArea> .
-<http://schema.org/Country> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ClothingStore> <http://www.w3.org/2000/01/rdf-schema#label> "ClothingStore" .
-<http://schema.org/ClothingStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A clothing store." .
-<http://schema.org/ClothingStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/ClothingStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/FoodEstablishment> <http://www.w3.org/2000/01/rdf-schema#label> "FoodEstablishment" .
-<http://schema.org/FoodEstablishment> <http://www.w3.org/2000/01/rdf-schema#comment> "A food-related business." .
-<http://schema.org/FoodEstablishment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/FoodEstablishment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/qualifications> <http://www.w3.org/2000/01/rdf-schema#label> "qualifications" .
-<http://schema.org/qualifications> <http://www.w3.org/2000/01/rdf-schema#comment> "Specific qualifications required for this role." .
-<http://schema.org/qualifications> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/qualifications> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/qualifications> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/menu> <http://www.w3.org/2000/01/rdf-schema#label> "menu" .
-<http://schema.org/menu> <http://www.w3.org/2000/01/rdf-schema#comment> "Either the actual menu or a URL of the menu." .
-<http://schema.org/menu> <http://schema.org/domain> <http://schema.org/FoodEstablishment> .
-<http://schema.org/menu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/menu> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/menu> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/members> <http://www.w3.org/2000/01/rdf-schema#label> "members" .
-<http://schema.org/members> <http://www.w3.org/2000/01/rdf-schema#comment> "A member of this organization (legacy spelling; see singular form, member)." .
-<http://schema.org/members> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/members> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/members> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/members> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/RecyclingCenter> <http://www.w3.org/2000/01/rdf-schema#label> "RecyclingCenter" .
-<http://schema.org/RecyclingCenter> <http://www.w3.org/2000/01/rdf-schema#comment> "A recycling center." .
-<http://schema.org/RecyclingCenter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/RecyclingCenter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/carrierRequirements> <http://www.w3.org/2000/01/rdf-schema#label> "carrierRequirements" .
-<http://schema.org/carrierRequirements> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies specific carrier(s) requirements for the application (e.g. an application may only work on a specific carrier network)." .
-<http://schema.org/carrierRequirements> <http://schema.org/domain> <http://schema.org/MobileApplication> .
-<http://schema.org/carrierRequirements> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/carrierRequirements> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/award> <http://www.w3.org/2000/01/rdf-schema#label> "award" .
-<http://schema.org/award> <http://www.w3.org/2000/01/rdf-schema#comment> "An award won by this person or for this creative work." .
-<http://schema.org/award> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/award> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/award> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/award> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/encodings> <http://www.w3.org/2000/01/rdf-schema#label> "encodings" .
-<http://schema.org/encodings> <http://www.w3.org/2000/01/rdf-schema#comment> "The media objects that encode this creative work (legacy spelling; see singular form, encoding)." .
-<http://schema.org/encodings> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/encodings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/encodings> <http://schema.org/range> <http://schema.org/MediaObject> .
-<http://schema.org/ParkingFacility> <http://www.w3.org/2000/01/rdf-schema#label> "ParkingFacility" .
-<http://schema.org/ParkingFacility> <http://www.w3.org/2000/01/rdf-schema#comment> "A parking lot or other parking facility." .
-<http://schema.org/ParkingFacility> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/ParkingFacility> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/caption> <http://www.w3.org/2000/01/rdf-schema#label> "caption" .
-<http://schema.org/caption> <http://www.w3.org/2000/01/rdf-schema#comment> "The caption for this object." .
-<http://schema.org/caption> <http://schema.org/domain> <http://schema.org/VideoObject> .
-<http://schema.org/caption> <http://schema.org/domain> <http://schema.org/ImageObject> .
-<http://schema.org/caption> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/caption> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/NightClub> <http://www.w3.org/2000/01/rdf-schema#label> "NightClub" .
-<http://schema.org/NightClub> <http://www.w3.org/2000/01/rdf-schema#comment> "A nightclub or discotheque." .
-<http://schema.org/NightClub> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EntertainmentBusiness> .
-<http://schema.org/NightClub> <http://www.w3.org/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/TaxiStand> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/TaxiStand> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/RVPark> <http://www.w3.org/2000/01/rdf-schema#label> "RVPark" .
-<http://schema.org/RVPark> <http://www.w3.org/2000/01/rdf-schema#comment> "An RV park." .
-<http://schema.org/RVPark> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/RVPark> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/contactPoint> <http://www.w3.org/2000/01/rdf-schema#label> "contactPoint" .
-<http://schema.org/contactPoint> <http://www.w3.org/2000/01/rdf-schema#comment> "A contact point for a person or organization." .
-<http://schema.org/contactPoint> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/contactPoint> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/contactPoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/contactPoint> <http://schema.org/range> <http://schema.org/ContactPoint> .
-<http://schema.org/Casino> <http://www.w3.org/2000/01/rdf-schema#label> "Casino" .
-<http://schema.org/Casino> <http://www.w3.org/2000/01/rdf-schema#comment> "A casino." .
-<http://schema.org/Casino> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EntertainmentBusiness> .
-<http://schema.org/Casino> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/industry> <http://www.w3.org/2000/01/rdf-schema#label> "industry" .
-<http://schema.org/industry> <http://www.w3.org/2000/01/rdf-schema#comment> "The industry associated with the job position." .
-<http://schema.org/industry> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/industry> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/industry> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/model> <http://www.w3.org/2000/01/rdf-schema#label> "model" .
-<http://schema.org/model> <http://www.w3.org/2000/01/rdf-schema#comment> "The model of the product." .
-<http://schema.org/model> <http://schema.org/domain> <http://schema.org/Product> .
-<http://schema.org/model> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/model> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/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/dateline> <http://schema.org/domain> <http://schema.org/NewsArticle> .
-<http://schema.org/dateline> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/dateline> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/Event> <http://www.w3.org/2000/01/rdf-schema#label> "Event" .
-<http://schema.org/Event> <http://www.w3.org/2000/01/rdf-schema#comment> "An event happening at a certain time at a certain location." .
-<http://schema.org/Event> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Thing> .
-<http://schema.org/Event> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Locksmith> <http://www.w3.org/2000/01/rdf-schema#label> "Locksmith" .
-<http://schema.org/Locksmith> <http://www.w3.org/2000/01/rdf-schema#comment> "A locksmith." .
-<http://schema.org/Locksmith> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HomeAndConstructionBusiness> .
-<http://schema.org/Locksmith> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/ProfessionalService> .
-<http://schema.org/Locksmith> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/countriesSupported> <http://www.w3.org/2000/01/rdf-schema#label> "countriesSupported" .
-<http://schema.org/countriesSupported> <http://www.w3.org/2000/01/rdf-schema#comment> "Countries for which the application is supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code." .
-<http://schema.org/countriesSupported> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/countriesSupported> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/countriesSupported> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/salaryCurrency> <http://www.w3.org/2000/01/rdf-schema#label> "salaryCurrency" .
-<http://schema.org/salaryCurrency> <http://www.w3.org/2000/01/rdf-schema#comment> "The currency (coded using ISO 4217, http://en.wikipedia.org/wiki/ISO_4217 used for the main salary information in this job posting." .
-<http://schema.org/salaryCurrency> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/salaryCurrency> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/salaryCurrency> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/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/alternativeHeadline> <http://schema.org/range> <http://schema.org/Text> .
+<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/recipeYield> <http://schema.org/range> <http://schema.org/Text> .
+<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/Library> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/Library> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/BarOrPub> <http://www.w3.org/2000/01/rdf-schema#label> "BarOrPub" .
-<http://schema.org/BarOrPub> <http://www.w3.org/2000/01/rdf-schema#comment> "A bar or pub." .
-<http://schema.org/BarOrPub> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FoodEstablishment> .
-<http://schema.org/BarOrPub> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/BusStop> <http://www.w3.org/2000/01/rdf-schema#label> "BusStop" .
-<http://schema.org/BusStop> <http://www.w3.org/2000/01/rdf-schema#comment> "A bus stop." .
-<http://schema.org/BusStop> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/BusStop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/HealthAndBeautyBusiness> <http://www.w3.org/2000/01/rdf-schema#label> "HealthAndBeautyBusiness" .
-<http://schema.org/HealthAndBeautyBusiness> <http://www.w3.org/2000/01/rdf-schema#comment> "Health and beauty." .
-<http://schema.org/HealthAndBeautyBusiness> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/HealthAndBeautyBusiness> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/uploadDate> <http://www.w3.org/2000/01/rdf-schema#label> "uploadDate" .
-<http://schema.org/uploadDate> <http://www.w3.org/2000/01/rdf-schema#comment> "Date when this media object was uploaded to this site." .
-<http://schema.org/uploadDate> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/uploadDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/uploadDate> <http://schema.org/range> <http://schema.org/Date> .
-<http://schema.org/sibling> <http://www.w3.org/2000/01/rdf-schema#label> "sibling" .
-<http://schema.org/sibling> <http://www.w3.org/2000/01/rdf-schema#comment> "A sibling of the person." .
-<http://schema.org/sibling> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/sibling> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/sibling> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/producer> <http://www.w3.org/2000/01/rdf-schema#label> "producer" .
-<http://schema.org/producer> <http://www.w3.org/2000/01/rdf-schema#comment> "The producer of the movie, TV series, season, or episode, or video." .
-<http://schema.org/producer> <http://schema.org/domain> <http://schema.org/Movie> .
-<http://schema.org/producer> <http://schema.org/domain> <http://schema.org/TVEpisode> .
-<http://schema.org/producer> <http://schema.org/domain> <http://schema.org/TVSeries> .
-<http://schema.org/producer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/producer> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/mainContentOfPage> <http://www.w3.org/2000/01/rdf-schema#label> "mainContentOfPage" .
-<http://schema.org/mainContentOfPage> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates if this web page element is the main subject of the page." .
-<http://schema.org/mainContentOfPage> <http://schema.org/domain> <http://schema.org/WebPage> .
-<http://schema.org/mainContentOfPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/mainContentOfPage> <http://schema.org/range> <http://schema.org/WebPageElement> .
-<http://schema.org/workHours> <http://www.w3.org/2000/01/rdf-schema#label> "workHours" .
-<http://schema.org/workHours> <http://www.w3.org/2000/01/rdf-schema#comment> "The typical working hours for this job (e.g. 1st shift, night shift, 8am-5pm)." .
-<http://schema.org/workHours> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/workHours> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/workHours> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/recipeCategory> <http://www.w3.org/2000/01/rdf-schema#label> "recipeCategory" .
-<http://schema.org/recipeCategory> <http://www.w3.org/2000/01/rdf-schema#comment> "The category of the recipe\u2014for example, appetizer, entree, etc." .
-<http://schema.org/recipeCategory> <http://schema.org/domain> <http://schema.org/Recipe> .
-<http://schema.org/recipeCategory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/recipeCategory> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/AutomatedTeller> <http://www.w3.org/2000/01/rdf-schema#label> "AutomatedTeller" .
-<http://schema.org/AutomatedTeller> <http://www.w3.org/2000/01/rdf-schema#comment> "ATM/cash machine." .
-<http://schema.org/AutomatedTeller> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FinancialService> .
-<http://schema.org/AutomatedTeller> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ComedyClub> <http://www.w3.org/2000/01/rdf-schema#label> "ComedyClub" .
-<http://schema.org/ComedyClub> <http://www.w3.org/2000/01/rdf-schema#comment> "A comedy club." .
-<http://schema.org/ComedyClub> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EntertainmentBusiness> .
-<http://schema.org/ComedyClub> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/encoding> <http://www.w3.org/2000/01/rdf-schema#label> "encoding" .
-<http://schema.org/encoding> <http://www.w3.org/2000/01/rdf-schema#comment> "A media object that encode this CreativeWork." .
-<http://schema.org/encoding> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/encoding> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/encoding> <http://schema.org/range> <http://schema.org/MediaObject> .
-<http://schema.org/EmergencyService> <http://www.w3.org/2000/01/rdf-schema#label> "EmergencyService" .
-<http://schema.org/EmergencyService> <http://www.w3.org/2000/01/rdf-schema#comment> "An emergency service, such as a fire station or ER." .
-<http://schema.org/EmergencyService> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/EmergencyService> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/highPrice> <http://www.w3.org/2000/01/rdf-schema#label> "highPrice" .
-<http://schema.org/highPrice> <http://www.w3.org/2000/01/rdf-schema#comment> "The highest price of all offers available." .
-<http://schema.org/highPrice> <http://schema.org/domain> <http://schema.org/AggregateOffer> .
-<http://schema.org/highPrice> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/highPrice> <http://schema.org/range> <http://schema.org/Number> .
-<http://schema.org/highPrice> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/Reservoir> <http://www.w3.org/2000/01/rdf-schema#label> "Reservoir" .
-<http://schema.org/Reservoir> <http://www.w3.org/2000/01/rdf-schema#comment> "A reservoir, like the Lake Kariba reservoir." .
-<http://schema.org/Reservoir> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/BodyOfWater> .
-<http://schema.org/Reservoir> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/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/partOfSeason> <http://schema.org/domain> <http://schema.org/TVEpisode> .
-<http://schema.org/partOfSeason> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/partOfSeason> <http://schema.org/range> <http://schema.org/TVSeason> .
-<http://schema.org/Courthouse> <http://www.w3.org/2000/01/rdf-schema#label> "Courthouse" .
-<http://schema.org/Courthouse> <http://www.w3.org/2000/01/rdf-schema#comment> "A courthouse." .
-<http://schema.org/Courthouse> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/GovernmentBuilding> .
-<http://schema.org/Courthouse> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/BusinessEvent> <http://www.w3.org/2000/01/rdf-schema#label> "BusinessEvent" .
-<http://schema.org/BusinessEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Business event." .
-<http://schema.org/BusinessEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
-<http://schema.org/BusinessEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/reviewBody> <http://www.w3.org/2000/01/rdf-schema#label> "reviewBody" .
-<http://schema.org/reviewBody> <http://www.w3.org/2000/01/rdf-schema#comment> "The actual body of the review" .
-<http://schema.org/reviewBody> <http://schema.org/domain> <http://schema.org/Review> .
-<http://schema.org/reviewBody> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/reviewBody> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/blogPost> <http://www.w3.org/2000/01/rdf-schema#label> "blogPost" .
-<http://schema.org/blogPost> <http://www.w3.org/2000/01/rdf-schema#comment> "A posting that is part of this blog." .
-<http://schema.org/blogPost> <http://schema.org/domain> <http://schema.org/Blog> .
-<http://schema.org/blogPost> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/blogPost> <http://schema.org/range> <http://schema.org/BlogPosting> .
-<http://schema.org/Restaurant> <http://www.w3.org/2000/01/rdf-schema#label> "Restaurant" .
-<http://schema.org/Restaurant> <http://www.w3.org/2000/01/rdf-schema#comment> "A restaurant." .
-<http://schema.org/Restaurant> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FoodEstablishment> .
-<http://schema.org/Restaurant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/WebPage> <http://www.w3.org/2000/01/rdf-schema#label> "WebPage" .
-<http://schema.org/WebPage> <http://www.w3.org/2000/01/rdf-schema#comment> "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page" .
-<http://schema.org/WebPage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/WebPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/image> <http://www.w3.org/2000/01/rdf-schema#label> "image" .
-<http://schema.org/image> <http://www.w3.org/2000/01/rdf-schema#comment> "URL of an image of the item." .
-<http://schema.org/image> <http://schema.org/domain> <http://schema.org/Thing> .
-<http://schema.org/image> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/image> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/Notary> <http://www.w3.org/2000/01/rdf-schema#label> "Notary" .
-<http://schema.org/Notary> <http://www.w3.org/2000/01/rdf-schema#comment> "A notary." .
-<http://schema.org/Notary> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/ProfessionalService> .
-<http://schema.org/Notary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/attendees> <http://www.w3.org/2000/01/rdf-schema#label> "attendees" .
-<http://schema.org/attendees> <http://www.w3.org/2000/01/rdf-schema#comment> "A person attending the event (legacy spelling; see singular form, attendee)." .
-<http://schema.org/attendees> <http://schema.org/domain> <http://schema.org/Event> .
-<http://schema.org/attendees> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/attendees> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/attendees> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/birthDate> <http://www.w3.org/2000/01/rdf-schema#label> "birthDate" .
-<http://schema.org/birthDate> <http://www.w3.org/2000/01/rdf-schema#comment> "Date of birth." .
-<http://schema.org/birthDate> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/birthDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/birthDate> <http://schema.org/range> <http://schema.org/Date> .
-<http://schema.org/associatedArticle> <http://www.w3.org/2000/01/rdf-schema#label> "associatedArticle" .
-<http://schema.org/associatedArticle> <http://www.w3.org/2000/01/rdf-schema#comment> "A NewsArticle associated with the Media Object." .
-<http://schema.org/associatedArticle> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/associatedArticle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/associatedArticle> <http://schema.org/range> <http://schema.org/NewsArticle> .
-<http://schema.org/SportsClub> <http://www.w3.org/2000/01/rdf-schema#label> "SportsClub" .
-<http://schema.org/SportsClub> <http://www.w3.org/2000/01/rdf-schema#comment> "A sports club." .
-<http://schema.org/SportsClub> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/SportsActivityLocation> .
-<http://schema.org/SportsClub> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/GeoCoordinates> <http://www.w3.org/2000/01/rdf-schema#label> "GeoCoordinates" .
-<http://schema.org/GeoCoordinates> <http://www.w3.org/2000/01/rdf-schema#comment> "The geographic coordinates of a place or event." .
-<http://schema.org/GeoCoordinates> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/StructuredValue> .
-<http://schema.org/GeoCoordinates> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/worksFor> <http://www.w3.org/2000/01/rdf-schema#label> "worksFor" .
-<http://schema.org/worksFor> <http://www.w3.org/2000/01/rdf-schema#comment> "Organizations that the person works for." .
-<http://schema.org/worksFor> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/worksFor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/worksFor> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/prepTime> <http://www.w3.org/2000/01/rdf-schema#label> "prepTime" .
-<http://schema.org/prepTime> <http://www.w3.org/2000/01/rdf-schema#comment> "The length of time it takes to prepare the recipe, in ISO 8601 duration format." .
-<http://schema.org/prepTime> <http://schema.org/domain> <http://schema.org/Recipe> .
-<http://schema.org/prepTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/prepTime> <http://schema.org/range> <http://schema.org/Duration> .
-<http://schema.org/endDate> <http://www.w3.org/2000/01/rdf-schema#label> "endDate" .
-<http://schema.org/endDate> <http://www.w3.org/2000/01/rdf-schema#comment> "The end date and time of the event (in ISO 8601 date format)." .
-<http://schema.org/endDate> <http://schema.org/domain> <http://schema.org/TVSeries> .
-<http://schema.org/endDate> <http://schema.org/domain> <http://schema.org/Event> .
-<http://schema.org/endDate> <http://schema.org/domain> <http://schema.org/TVSeason> .
-<http://schema.org/endDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/endDate> <http://schema.org/range> <http://schema.org/Date> .
-<http://schema.org/AutoRental> <http://www.w3.org/2000/01/rdf-schema#label> "AutoRental" .
-<http://schema.org/AutoRental> <http://www.w3.org/2000/01/rdf-schema#comment> "A car rental business." .
-<http://schema.org/AutoRental> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/AutomotiveBusiness> .
-<http://schema.org/AutoRental> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/duration> <http://www.w3.org/2000/01/rdf-schema#label> "duration" .
-<http://schema.org/duration> <http://www.w3.org/2000/01/rdf-schema#comment> "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format." .
-<http://schema.org/duration> <http://schema.org/domain> <http://schema.org/Movie> .
-<http://schema.org/duration> <http://schema.org/domain> <http://schema.org/Event> .
-<http://schema.org/duration> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/duration> <http://schema.org/domain> <http://schema.org/MusicRecording> .
-<http://schema.org/duration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/duration> <http://schema.org/range> <http://schema.org/Duration> .
-<http://schema.org/ImageObject> <http://www.w3.org/2000/01/rdf-schema#label> "ImageObject" .
-<http://schema.org/ImageObject> <http://www.w3.org/2000/01/rdf-schema#comment> "An image file." .
-<http://schema.org/ImageObject> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/MediaObject> .
-<http://schema.org/ImageObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Thing> <http://www.w3.org/2000/01/rdf-schema#label> "Thing" .
-<http://schema.org/Thing> <http://www.w3.org/2000/01/rdf-schema#comment> "The most generic type of item." .
-<http://schema.org/Thing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/LegislativeBuilding> <http://www.w3.org/2000/01/rdf-schema#label> "LegislativeBuilding" .
-<http://schema.org/LegislativeBuilding> <http://www.w3.org/2000/01/rdf-schema#comment> "A legislative building\u2014for example, the state capitol." .
-<http://schema.org/LegislativeBuilding> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/GovernmentBuilding> .
-<http://schema.org/LegislativeBuilding> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/memoryRequirements> <http://www.w3.org/2000/01/rdf-schema#label> "memoryRequirements" .
-<http://schema.org/memoryRequirements> <http://www.w3.org/2000/01/rdf-schema#comment> "Minimum memory requirements." .
-<http://schema.org/memoryRequirements> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/memoryRequirements> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/memoryRequirements> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/memoryRequirements> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/UserPageVisits> <http://www.w3.org/2000/01/rdf-schema#label> "UserPageVisits" .
-<http://schema.org/UserPageVisits> <http://www.w3.org/2000/01/rdf-schema#comment> "User interaction: Visit to a web page." .
-<http://schema.org/UserPageVisits> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/UserInteraction> .
-<http://schema.org/UserPageVisits> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/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/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/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/subEvents> <http://schema.org/domain> <http://schema.org/Event> .
-<http://schema.org/subEvents> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/subEvents> <http://schema.org/range> <http://schema.org/Event> .
-<http://schema.org/blogPosts> <http://www.w3.org/2000/01/rdf-schema#label> "blogPosts" .
-<http://schema.org/blogPosts> <http://www.w3.org/2000/01/rdf-schema#comment> "The postings that are part of this blog (legacy spelling; see singular form, blogPost)." .
-<http://schema.org/blogPosts> <http://schema.org/domain> <http://schema.org/Blog> .
-<http://schema.org/blogPosts> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/blogPosts> <http://schema.org/range> <http://schema.org/BlogPosting> .
-<http://schema.org/Winery> <http://www.w3.org/2000/01/rdf-schema#label> "Winery" .
-<http://schema.org/Winery> <http://www.w3.org/2000/01/rdf-schema#comment> "A winery." .
-<http://schema.org/Winery> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FoodEstablishment> .
-<http://schema.org/Winery> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/geo> <http://www.w3.org/2000/01/rdf-schema#label> "geo" .
-<http://schema.org/geo> <http://www.w3.org/2000/01/rdf-schema#comment> "The geo coordinates of the place." .
-<http://schema.org/geo> <http://schema.org/domain> <http://schema.org/Place> .
-<http://schema.org/geo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/geo> <http://schema.org/range> <http://schema.org/GeoShape> .
-<http://schema.org/geo> <http://schema.org/range> <http://schema.org/GeoCoordinates> .
-<http://schema.org/thumbnail> <http://www.w3.org/2000/01/rdf-schema#label> "thumbnail" .
-<http://schema.org/thumbnail> <http://www.w3.org/2000/01/rdf-schema#comment> "Thumbnail image for an image or video." .
-<http://schema.org/thumbnail> <http://schema.org/domain> <http://schema.org/VideoObject> .
-<http://schema.org/thumbnail> <http://schema.org/domain> <http://schema.org/ImageObject> .
-<http://schema.org/thumbnail> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/thumbnail> <http://schema.org/range> <http://schema.org/ImageObject> .
-<http://schema.org/actor> <http://www.w3.org/2000/01/rdf-schema#label> "actor" .
-<http://schema.org/actor> <http://www.w3.org/2000/01/rdf-schema#comment> "A cast member of the movie, TV series, season, or episode, or video." .
-<http://schema.org/actor> <http://schema.org/domain> <http://schema.org/Movie> .
-<http://schema.org/actor> <http://schema.org/domain> <http://schema.org/TVEpisode> .
-<http://schema.org/actor> <http://schema.org/domain> <http://schema.org/TVSeries> .
-<http://schema.org/actor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/actor> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/addressCountry> <http://www.w3.org/2000/01/rdf-schema#label> "addressCountry" .
-<http://schema.org/addressCountry> <http://www.w3.org/2000/01/rdf-schema#comment> "The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code." .
-<http://schema.org/addressCountry> <http://schema.org/domain> <http://schema.org/PostalAddress> .
-<http://schema.org/addressCountry> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/addressCountry> <http://schema.org/range> <http://schema.org/Country> .
-<http://schema.org/LocalBusiness> <http://www.w3.org/2000/01/rdf-schema#label> "LocalBusiness" .
-<http://schema.org/LocalBusiness> <http://www.w3.org/2000/01/rdf-schema#comment> "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc." .
-<http://schema.org/LocalBusiness> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Organization> .
-<http://schema.org/LocalBusiness> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Place> .
-<http://schema.org/LocalBusiness> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/dateModified> <http://www.w3.org/2000/01/rdf-schema#label> "dateModified" .
-<http://schema.org/dateModified> <http://www.w3.org/2000/01/rdf-schema#comment> "The date on which the CreativeWork was most recently modified." .
-<http://schema.org/dateModified> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/dateModified> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/dateModified> <http://schema.org/range> <http://schema.org/Date> .
-<http://schema.org/HairSalon> <http://www.w3.org/2000/01/rdf-schema#label> "HairSalon" .
-<http://schema.org/HairSalon> <http://www.w3.org/2000/01/rdf-schema#comment> "A hair salon." .
-<http://schema.org/HairSalon> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HealthAndBeautyBusiness> .
-<http://schema.org/HairSalon> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/genre> <http://www.w3.org/2000/01/rdf-schema#label> "genre" .
-<http://schema.org/genre> <http://www.w3.org/2000/01/rdf-schema#comment> "Genre of the creative work" .
-<http://schema.org/genre> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/genre> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/genre> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/WPFooter> <http://www.w3.org/2000/01/rdf-schema#label> "WPFooter" .
-<http://schema.org/WPFooter> <http://www.w3.org/2000/01/rdf-schema#comment> "The footer section of the page." .
-<http://schema.org/WPFooter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPageElement> .
-<http://schema.org/WPFooter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Integer> <http://www.w3.org/2000/01/rdf-schema#label> "Integer" .
-<http://schema.org/Integer> <http://www.w3.org/2000/01/rdf-schema#comment> "Data type: Integer." .
-<http://schema.org/Integer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Number> .
-<http://schema.org/Integer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/AutomotiveBusiness> <http://www.w3.org/2000/01/rdf-schema#label> "AutomotiveBusiness" .
-<http://schema.org/AutomotiveBusiness> <http://www.w3.org/2000/01/rdf-schema#comment> "Car repair, sales, or parts." .
-<http://schema.org/AutomotiveBusiness> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/AutomotiveBusiness> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/addressLocality> <http://www.w3.org/2000/01/rdf-schema#label> "addressLocality" .
-<http://schema.org/addressLocality> <http://www.w3.org/2000/01/rdf-schema#comment> "The locality. For example, Mountain View." .
-<http://schema.org/addressLocality> <http://schema.org/domain> <http://schema.org/PostalAddress> .
-<http://schema.org/addressLocality> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/addressLocality> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/parent> <http://www.w3.org/2000/01/rdf-schema#label> "parent" .
-<http://schema.org/parent> <http://www.w3.org/2000/01/rdf-schema#comment> "A parent of this person." .
-<http://schema.org/parent> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/parent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/parent> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/VeterinaryCare> <http://www.w3.org/2000/01/rdf-schema#label> "VeterinaryCare" .
-<http://schema.org/VeterinaryCare> <http://www.w3.org/2000/01/rdf-schema#comment> "A vet's office." .
-<http://schema.org/VeterinaryCare> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/MedicalOrganization> .
-<http://schema.org/VeterinaryCare> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/text> <http://www.w3.org/2000/01/rdf-schema#label> "text" .
-<http://schema.org/text> <http://www.w3.org/2000/01/rdf-schema#comment> "The textual content of this CreativeWork." .
-<http://schema.org/text> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/text> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/text> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/TouristAttraction> <http://www.w3.org/2000/01/rdf-schema#label> "TouristAttraction" .
-<http://schema.org/TouristAttraction> <http://www.w3.org/2000/01/rdf-schema#comment> "A tourist attraction." .
-<http://schema.org/TouristAttraction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Place> .
-<http://schema.org/TouristAttraction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Duration> <http://www.w3.org/2000/01/rdf-schema#label> "Duration" .
-<http://schema.org/Duration> <http://www.w3.org/2000/01/rdf-schema#comment> "Quantity: Duration (use  ISO 8601 duration format)." .
-<http://schema.org/Duration> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Quantity> .
-<http://schema.org/Duration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/PostalAddress> <http://www.w3.org/2000/01/rdf-schema#label> "PostalAddress" .
-<http://schema.org/PostalAddress> <http://www.w3.org/2000/01/rdf-schema#comment> "The mailing address." .
-<http://schema.org/PostalAddress> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/ContactPoint> .
-<http://schema.org/PostalAddress> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/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/performer> <http://schema.org/domain> <http://schema.org/Event> .
-<http://schema.org/performer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/performer> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/performer> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/State> <http://www.w3.org/2000/01/rdf-schema#label> "State" .
-<http://schema.org/State> <http://www.w3.org/2000/01/rdf-schema#comment> "A state or province." .
-<http://schema.org/State> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/AdministrativeArea> .
-<http://schema.org/State> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/EventVenue> <http://www.w3.org/2000/01/rdf-schema#label> "EventVenue" .
-<http://schema.org/EventVenue> <http://www.w3.org/2000/01/rdf-schema#comment> "An event venue." .
-<http://schema.org/EventVenue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/EventVenue> <http://www.w3.org/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/ContactPoint> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/StructuredValue> .
-<http://schema.org/ContactPoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Festival> <http://www.w3.org/2000/01/rdf-schema#label> "Festival" .
-<http://schema.org/Festival> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Festival." .
+<http://schema.org/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/carrierRequirements> <http://schema.org/range> <http://schema.org/Text> .
+<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/postalCode> <http://schema.org/range> <http://schema.org/Text> .
+<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/UserCheckins> <http://www.w3.org/2000/01/rdf-schema#label> "UserCheckins" .
-<http://schema.org/UserCheckins> <http://www.w3.org/2000/01/rdf-schema#comment> "User interaction: Check-in at a place." .
-<http://schema.org/UserCheckins> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/UserInteraction> .
-<http://schema.org/UserCheckins> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/MotorcycleDealer> <http://www.w3.org/2000/01/rdf-schema#label> "MotorcycleDealer" .
-<http://schema.org/MotorcycleDealer> <http://www.w3.org/2000/01/rdf-schema#comment> "A motorcycle dealer." .
+<http://schema.org/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/DefenceEstablishment> <http://www.w3.org/2000/01/rdf-schema#label> "DefenceEstablishment" .
-<http://schema.org/DefenceEstablishment> <http://www.w3.org/2000/01/rdf-schema#comment> "A defence establishment, such as an army or navy base." .
-<http://schema.org/DefenceEstablishment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/GovernmentBuilding> .
-<http://schema.org/DefenceEstablishment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/review> <http://www.w3.org/2000/01/rdf-schema#label> "review" .
-<http://schema.org/review> <http://www.w3.org/2000/01/rdf-schema#comment> "A review of the item." .
-<http://schema.org/review> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/review> <http://schema.org/domain> <http://schema.org/Offer> .
-<http://schema.org/review> <http://schema.org/domain> <http://schema.org/Place> .
-<http://schema.org/review> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/review> <http://schema.org/domain> <http://schema.org/Product> .
-<http://schema.org/review> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/review> <http://schema.org/range> <http://schema.org/Review> .
-<http://schema.org/TireShop> <http://www.w3.org/2000/01/rdf-schema#label> "TireShop" .
-<http://schema.org/TireShop> <http://www.w3.org/2000/01/rdf-schema#comment> "A tire shop." .
-<http://schema.org/TireShop> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/TireShop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/WPHeader> <http://www.w3.org/2000/01/rdf-schema#label> "WPHeader" .
-<http://schema.org/WPHeader> <http://www.w3.org/2000/01/rdf-schema#comment> "The header section of the page." .
+<http://schema.org/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/contentUrl> <http://schema.org/range> <http://schema.org/URL> .
+<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/UserPlays> <http://www.w3.org/2000/01/rdf-schema#label> "UserPlays" .
-<http://schema.org/UserPlays> <http://www.w3.org/2000/01/rdf-schema#comment> "User interaction: Play count of an item, for example a video or a song." .
-<http://schema.org/UserPlays> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/UserInteraction> .
-<http://schema.org/UserPlays> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/fatContent> <http://www.w3.org/2000/01/rdf-schema#label> "fatContent" .
-<http://schema.org/fatContent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of grams of fat." .
-<http://schema.org/fatContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/fatContent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/fatContent> <http://schema.org/range> <http://schema.org/Mass> .
-<http://schema.org/contentLocation> <http://www.w3.org/2000/01/rdf-schema#label> "contentLocation" .
-<http://schema.org/contentLocation> <http://www.w3.org/2000/01/rdf-schema#comment> "The location of the content." .
-<http://schema.org/contentLocation> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/contentLocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/contentLocation> <http://schema.org/range> <http://schema.org/Place> .
-<http://schema.org/alternativeHeadline> <http://www.w3.org/2000/01/rdf-schema#label> "alternativeHeadline" .
-<http://schema.org/alternativeHeadline> <http://www.w3.org/2000/01/rdf-schema#comment> "A secondary title of the CreativeWork." .
-<http://schema.org/alternativeHeadline> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/alternativeHeadline> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/alternativeHeadline> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/Energy> <http://www.w3.org/2000/01/rdf-schema#label> "Energy" .
-<http://schema.org/Energy> <http://www.w3.org/2000/01/rdf-schema#comment> "Properties that take Enerygy as values are of the form '<Number> <Energy unit of measure>'" .
-<http://schema.org/Energy> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Quantity> .
-<http://schema.org/Energy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/releaseNotes> <http://www.w3.org/2000/01/rdf-schema#label> "releaseNotes" .
-<http://schema.org/releaseNotes> <http://www.w3.org/2000/01/rdf-schema#comment> "Description of what changed in this version." .
-<http://schema.org/releaseNotes> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/releaseNotes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/releaseNotes> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/releaseNotes> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/Table> <http://www.w3.org/2000/01/rdf-schema#label> "Table" .
-<http://schema.org/Table> <http://www.w3.org/2000/01/rdf-schema#comment> "A table on the page." .
-<http://schema.org/Table> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPageElement> .
-<http://schema.org/Table> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/streetAddress> <http://www.w3.org/2000/01/rdf-schema#label> "streetAddress" .
-<http://schema.org/streetAddress> <http://www.w3.org/2000/01/rdf-schema#comment> "The street address. For example, 1600 Amphitheatre Pkwy." .
-<http://schema.org/streetAddress> <http://schema.org/domain> <http://schema.org/PostalAddress> .
-<http://schema.org/streetAddress> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/streetAddress> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/GatedResidenceCommunity> <http://www.w3.org/2000/01/rdf-schema#label> "GatedResidenceCommunity" .
-<http://schema.org/GatedResidenceCommunity> <http://www.w3.org/2000/01/rdf-schema#comment> "Residence type: Gated community." .
-<http://schema.org/GatedResidenceCommunity> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Residence> .
-<http://schema.org/GatedResidenceCommunity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/MotorcycleRepair> <http://www.w3.org/2000/01/rdf-schema#label> "MotorcycleRepair" .
-<http://schema.org/MotorcycleRepair> <http://www.w3.org/2000/01/rdf-schema#comment> "A motorcycle repair shop." .
-<http://schema.org/MotorcycleRepair> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/AutomotiveBusiness> .
-<http://schema.org/MotorcycleRepair> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/discussionUrl> <http://www.w3.org/2000/01/rdf-schema#label> "discussionUrl" .
-<http://schema.org/discussionUrl> <http://www.w3.org/2000/01/rdf-schema#comment> "A link to the page containing the comments of the CreativeWork." .
-<http://schema.org/discussionUrl> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/discussionUrl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/discussionUrl> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/Enumeration> <http://www.w3.org/2000/01/rdf-schema#label> "Enumeration" .
-<http://schema.org/Enumeration> <http://www.w3.org/2000/01/rdf-schema#comment> "Lists or enumerations\u2014for example, a list of cuisines or music genres, etc." .
-<http://schema.org/Enumeration> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Intangible> .
-<http://schema.org/Enumeration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Electrician> <http://www.w3.org/2000/01/rdf-schema#label> "Electrician" .
-<http://schema.org/Electrician> <http://www.w3.org/2000/01/rdf-schema#comment> "An electrician." .
+<http://schema.org/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/Church> <http://www.w3.org/2000/01/rdf-schema#label> "Church" .
-<http://schema.org/Church> <http://www.w3.org/2000/01/rdf-schema#comment> "A church." .
-<http://schema.org/Church> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/PlaceOfWorship> .
-<http://schema.org/Church> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/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/title> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/title> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/title> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/SearchResultsPage> <http://www.w3.org/2000/01/rdf-schema#label> "SearchResultsPage" .
-<http://schema.org/SearchResultsPage> <http://www.w3.org/2000/01/rdf-schema#comment> "Web page type: Search results page." .
-<http://schema.org/SearchResultsPage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPage> .
-<http://schema.org/SearchResultsPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/sourceOrganization> <http://www.w3.org/2000/01/rdf-schema#label> "sourceOrganization" .
-<http://schema.org/sourceOrganization> <http://www.w3.org/2000/01/rdf-schema#comment> "The Organization on whose behalf the creator was working." .
-<http://schema.org/sourceOrganization> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/sourceOrganization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/sourceOrganization> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/Continent> <http://www.w3.org/2000/01/rdf-schema#label> "Continent" .
-<http://schema.org/Continent> <http://www.w3.org/2000/01/rdf-schema#comment> "One of the continents (for example, Europe or Africa)." .
-<http://schema.org/Continent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Landform> .
-<http://schema.org/Continent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/honorificPrefix> <http://www.w3.org/2000/01/rdf-schema#label> "honorificPrefix" .
-<http://schema.org/honorificPrefix> <http://www.w3.org/2000/01/rdf-schema#comment> "An honorific prefix preceding a Person's name such as Dr/Mrs/Mr." .
-<http://schema.org/honorificPrefix> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/honorificPrefix> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/honorificPrefix> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/DanceEvent> <http://www.w3.org/2000/01/rdf-schema#label> "DanceEvent" .
-<http://schema.org/DanceEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: A social dance." .
-<http://schema.org/DanceEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
-<http://schema.org/DanceEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/OceanBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#label> "OceanBodyOfWater" .
-<http://schema.org/OceanBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#comment> "An ocean (for example, the Pacific)." .
-<http://schema.org/OceanBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/BodyOfWater> .
-<http://schema.org/OceanBodyOfWater> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Intangible> <http://www.w3.org/2000/01/rdf-schema#label> "Intangible" .
-<http://schema.org/Intangible> <http://www.w3.org/2000/01/rdf-schema#comment> "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." .
-<http://schema.org/Intangible> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Thing> .
-<http://schema.org/Intangible> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/SportsEvent> <http://www.w3.org/2000/01/rdf-schema#label> "SportsEvent" .
-<http://schema.org/SportsEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Sports event." .
-<http://schema.org/SportsEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
-<http://schema.org/SportsEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/AggregateOffer> <http://www.w3.org/2000/01/rdf-schema#label> "AggregateOffer" .
-<http://schema.org/AggregateOffer> <http://www.w3.org/2000/01/rdf-schema#comment> "When a single product that has different offers (for example, the same pair of shoes is offered by different merchants), then AggregateOffer can be used." .
-<http://schema.org/AggregateOffer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Offer> .
-<http://schema.org/AggregateOffer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Movie> <http://www.w3.org/2000/01/rdf-schema#label> "Movie" .
-<http://schema.org/Movie> <http://www.w3.org/2000/01/rdf-schema#comment> "A movie." .
-<http://schema.org/Movie> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/Movie> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/HighSchool> <http://www.w3.org/2000/01/rdf-schema#label> "HighSchool" .
-<http://schema.org/HighSchool> <http://www.w3.org/2000/01/rdf-schema#comment> "A high school." .
-<http://schema.org/HighSchool> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EducationalOrganization> .
-<http://schema.org/HighSchool> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/memberOf> <http://www.w3.org/2000/01/rdf-schema#label> "memberOf" .
-<http://schema.org/memberOf> <http://www.w3.org/2000/01/rdf-schema#comment> "An organization to which the person belongs." .
-<http://schema.org/memberOf> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/memberOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/memberOf> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/relatedTo> <http://www.w3.org/2000/01/rdf-schema#label> "relatedTo" .
-<http://schema.org/relatedTo> <http://www.w3.org/2000/01/rdf-schema#comment> "The most generic familial relation." .
-<http://schema.org/relatedTo> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/relatedTo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/relatedTo> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/encodesCreativeWork> <http://www.w3.org/2000/01/rdf-schema#label> "encodesCreativeWork" .
-<http://schema.org/encodesCreativeWork> <http://www.w3.org/2000/01/rdf-schema#comment> "The creative work encoded by this media object" .
-<http://schema.org/encodesCreativeWork> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/encodesCreativeWork> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/encodesCreativeWork> <http://schema.org/range> <http://schema.org/CreativeWork> .
-<http://schema.org/UserTweets> <http://www.w3.org/2000/01/rdf-schema#label> "UserTweets" .
-<http://schema.org/UserTweets> <http://www.w3.org/2000/01/rdf-schema#comment> "User interaction: Tweets." .
-<http://schema.org/UserTweets> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/UserInteraction> .
-<http://schema.org/UserTweets> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/contentUrl> <http://www.w3.org/2000/01/rdf-schema#label> "contentUrl" .
-<http://schema.org/contentUrl> <http://www.w3.org/2000/01/rdf-schema#comment> "Actual bytes of the media object, for example the image file or video file. (previous spelling: contentURL)" .
-<http://schema.org/contentUrl> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/contentUrl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/contentUrl> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/GroceryStore> <http://www.w3.org/2000/01/rdf-schema#label> "GroceryStore" .
-<http://schema.org/GroceryStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A grocery store." .
-<http://schema.org/GroceryStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/GroceryStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Comment> <http://www.w3.org/2000/01/rdf-schema#label> "Comment" .
-<http://schema.org/Comment> <http://www.w3.org/2000/01/rdf-schema#comment> "A comment on an item - for example, a comment on a blog post. The comment's content is expressed via the \"text\" property, and its topic via \"about\", properties shared with all CreativeWorks." .
-<http://schema.org/Comment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/Comment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/seasons> <http://www.w3.org/2000/01/rdf-schema#label> "seasons" .
-<http://schema.org/seasons> <http://www.w3.org/2000/01/rdf-schema#comment> "The seasons of the TV series (legacy spelling; see singular form, season)." .
-<http://schema.org/seasons> <http://schema.org/domain> <http://schema.org/TVSeries> .
-<http://schema.org/seasons> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/seasons> <http://schema.org/range> <http://schema.org/TVSeason> .
-<http://schema.org/CreativeWork> <http://www.w3.org/2000/01/rdf-schema#label> "CreativeWork" .
-<http://schema.org/CreativeWork> <http://www.w3.org/2000/01/rdf-schema#comment> "The most generic kind of creative work, including books, movies, photographs, software programs, etc." .
-<http://schema.org/CreativeWork> <http://purl.org/dc/terms/source> <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews> .
-<http://schema.org/CreativeWork> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/CreativeWork> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Thing> .
-<http://schema.org/Quantity> <http://www.w3.org/2000/01/rdf-schema#label> "Quantity" .
-<http://schema.org/Quantity> <http://www.w3.org/2000/01/rdf-schema#comment> "Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are entities like '3 Kg' or '4 milligrams'." .
-<http://schema.org/Quantity> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Intangible> .
-<http://schema.org/Quantity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/PostOffice> <http://www.w3.org/2000/01/rdf-schema#label> "PostOffice" .
-<http://schema.org/PostOffice> <http://www.w3.org/2000/01/rdf-schema#comment> "A post office." .
-<http://schema.org/PostOffice> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/GovernmentOffice> .
-<http://schema.org/PostOffice> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/latitude> <http://www.w3.org/2000/01/rdf-schema#label> "latitude" .
-<http://schema.org/latitude> <http://www.w3.org/2000/01/rdf-schema#comment> "The latitude of a location. For example 37.42242." .
-<http://schema.org/latitude> <http://schema.org/domain> <http://schema.org/GeoCoordinates> .
-<http://schema.org/latitude> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/latitude> <http://schema.org/range> <http://schema.org/Number> .
-<http://schema.org/latitude> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/PetStore> <http://www.w3.org/2000/01/rdf-schema#label> "PetStore" .
-<http://schema.org/PetStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A pet store." .
-<http://schema.org/PetStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/PetStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/TennisComplex> <http://www.w3.org/2000/01/rdf-schema#label> "TennisComplex" .
-<http://schema.org/TennisComplex> <http://www.w3.org/2000/01/rdf-schema#comment> "A tennis complex." .
-<http://schema.org/TennisComplex> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/SportsActivityLocation> .
-<http://schema.org/TennisComplex> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/SingleFamilyResidence> <http://www.w3.org/2000/01/rdf-schema#label> "SingleFamilyResidence" .
-<http://schema.org/SingleFamilyResidence> <http://www.w3.org/2000/01/rdf-schema#comment> "Residence type: Single-family home." .
-<http://schema.org/SingleFamilyResidence> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Residence> .
-<http://schema.org/SingleFamilyResidence> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/affiliation> <http://www.w3.org/2000/01/rdf-schema#label> "affiliation" .
-<http://schema.org/affiliation> <http://www.w3.org/2000/01/rdf-schema#comment> "An organization that this person is affiliated with. For example, a school/university, a club, or a team." .
-<http://schema.org/affiliation> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/affiliation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/affiliation> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/LiquorStore> <http://www.w3.org/2000/01/rdf-schema#label> "LiquorStore" .
-<http://schema.org/LiquorStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A liquor store." .
-<http://schema.org/LiquorStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/LiquorStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/requiresSubscription> <http://www.w3.org/2000/01/rdf-schema#label> "requiresSubscription" .
-<http://schema.org/requiresSubscription> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates if use of the media require a subscription  (either paid or free). Allowed values are yes or no." .
-<http://schema.org/requiresSubscription> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/requiresSubscription> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/requiresSubscription> <http://schema.org/range> <http://schema.org/Boolean> .
-<http://schema.org/permissions> <http://www.w3.org/2000/01/rdf-schema#label> "permissions" .
-<http://schema.org/permissions> <http://www.w3.org/2000/01/rdf-schema#comment> "Permission(s) required to run the app (for example, a mobile app may require full internet access or may run only on wifi)." .
-<http://schema.org/permissions> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/permissions> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/permissions> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/unsaturatedFatContent> <http://www.w3.org/2000/01/rdf-schema#label> "unsaturatedFatContent" .
-<http://schema.org/unsaturatedFatContent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of grams of unsaturated fat." .
-<http://schema.org/unsaturatedFatContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/unsaturatedFatContent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/unsaturatedFatContent> <http://schema.org/range> <http://schema.org/Mass> .
-<http://schema.org/Blog> <http://www.w3.org/2000/01/rdf-schema#label> "Blog" .
-<http://schema.org/Blog> <http://www.w3.org/2000/01/rdf-schema#comment> "A blog" .
-<http://schema.org/Blog> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/Blog> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/downloadUrl> <http://www.w3.org/2000/01/rdf-schema#label> "downloadUrl" .
-<http://schema.org/downloadUrl> <http://www.w3.org/2000/01/rdf-schema#comment> "If the file can be downloaded, URL to download the binary." .
-<http://schema.org/downloadUrl> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/downloadUrl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/downloadUrl> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/availability> <http://www.w3.org/2000/01/rdf-schema#label> "availability" .
-<http://schema.org/availability> <http://www.w3.org/2000/01/rdf-schema#comment> "The availability of this item\u2014for example In stock, Out of stock, Pre-order, etc." .
-<http://schema.org/availability> <http://schema.org/domain> <http://schema.org/Offer> .
-<http://schema.org/availability> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/availability> <http://schema.org/range> <http://schema.org/ItemAvailability> .
-<http://schema.org/requirements> <http://www.w3.org/2000/01/rdf-schema#label> "requirements" .
-<http://schema.org/requirements> <http://www.w3.org/2000/01/rdf-schema#comment> "Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (Examples: DirectX, Java or .NET runtime)." .
-<http://schema.org/requirements> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/requirements> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/requirements> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/requirements> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/videoFrameSize> <http://www.w3.org/2000/01/rdf-schema#label> "videoFrameSize" .
-<http://schema.org/videoFrameSize> <http://www.w3.org/2000/01/rdf-schema#comment> "The frame size of the video." .
-<http://schema.org/videoFrameSize> <http://schema.org/domain> <http://schema.org/VideoObject> .
-<http://schema.org/videoFrameSize> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/videoFrameSize> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/experienceRequirements> <http://www.w3.org/2000/01/rdf-schema#label> "experienceRequirements" .
-<http://schema.org/experienceRequirements> <http://www.w3.org/2000/01/rdf-schema#comment> "Description of skills and experience needed for the position." .
-<http://schema.org/experienceRequirements> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/experienceRequirements> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/experienceRequirements> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/Preschool> <http://www.w3.org/2000/01/rdf-schema#label> "Preschool" .
-<http://schema.org/Preschool> <http://www.w3.org/2000/01/rdf-schema#comment> "A preschool." .
-<http://schema.org/Preschool> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EducationalOrganization> .
-<http://schema.org/Preschool> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/articleSection> <http://www.w3.org/2000/01/rdf-schema#label> "articleSection" .
-<http://schema.org/articleSection> <http://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://schema.org/domain> <http://schema.org/Article> .
-<http://schema.org/articleSection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/articleSection> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/Attorney> <http://www.w3.org/2000/01/rdf-schema#label> "Attorney" .
-<http://schema.org/Attorney> <http://www.w3.org/2000/01/rdf-schema#comment> "Professional service: Attorney." .
-<http://schema.org/Attorney> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/ProfessionalService> .
-<http://schema.org/Attorney> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Product> <http://www.w3.org/2000/01/rdf-schema#label> "Product" .
-<http://schema.org/Product> <http://www.w3.org/2000/01/rdf-schema#comment> "A product is anything that is made available for sale\u2014for example, a pair of shoes, a concert ticket, or a car." .
-<http://schema.org/Product> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Thing> .
-<http://schema.org/Product> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/sugarContent> <http://www.w3.org/2000/01/rdf-schema#label> "sugarContent" .
-<http://schema.org/sugarContent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of grams of sugar." .
-<http://schema.org/sugarContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/sugarContent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/sugarContent> <http://schema.org/range> <http://schema.org/Mass> .
-<http://schema.org/ItemAvailability> <http://www.w3.org/2000/01/rdf-schema#label> "ItemAvailability" .
-<http://schema.org/ItemAvailability> <http://www.w3.org/2000/01/rdf-schema#comment> "A list of possible product availablity options." .
-<http://schema.org/ItemAvailability> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Enumeration> .
-<http://schema.org/ItemAvailability> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/CollectionPage> <http://www.w3.org/2000/01/rdf-schema#label> "CollectionPage" .
-<http://schema.org/CollectionPage> <http://www.w3.org/2000/01/rdf-schema#comment> "Web page type: Collection page." .
-<http://schema.org/CollectionPage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPage> .
-<http://schema.org/CollectionPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/NGO> <http://www.w3.org/2000/01/rdf-schema#label> "NGO" .
-<http://schema.org/NGO> <http://www.w3.org/2000/01/rdf-schema#comment> "Organization: Non-governmental Organization." .
-<http://schema.org/NGO> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Organization> .
-<http://schema.org/NGO> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/HomeAndConstructionBusiness> <http://www.w3.org/2000/01/rdf-schema#label> "HomeAndConstructionBusiness" .
-<http://schema.org/HomeAndConstructionBusiness> <http://www.w3.org/2000/01/rdf-schema#comment> "A construction business." .
-<http://schema.org/HomeAndConstructionBusiness> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/HomeAndConstructionBusiness> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/priceValidUntil> <http://www.w3.org/2000/01/rdf-schema#label> "priceValidUntil" .
-<http://schema.org/priceValidUntil> <http://www.w3.org/2000/01/rdf-schema#comment> "The date after which the price is no longer available." .
-<http://schema.org/priceValidUntil> <http://schema.org/domain> <http://schema.org/Offer> .
-<http://schema.org/priceValidUntil> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/priceValidUntil> <http://schema.org/range> <http://schema.org/Date> .
-<http://schema.org/CollegeOrUniversity> <http://www.w3.org/2000/01/rdf-schema#label> "CollegeOrUniversity" .
-<http://schema.org/CollegeOrUniversity> <http://www.w3.org/2000/01/rdf-schema#comment> "A college, university, or other third-level educational institution." .
-<http://schema.org/CollegeOrUniversity> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EducationalOrganization> .
-<http://schema.org/CollegeOrUniversity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Brewery> <http://www.w3.org/2000/01/rdf-schema#label> "Brewery" .
-<http://schema.org/Brewery> <http://www.w3.org/2000/01/rdf-schema#comment> "Brewery." .
-<http://schema.org/Brewery> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FoodEstablishment> .
-<http://schema.org/Brewery> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ComedyEvent> <http://www.w3.org/2000/01/rdf-schema#label> "ComedyEvent" .
-<http://schema.org/ComedyEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Comedy event." .
-<http://schema.org/ComedyEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
-<http://schema.org/ComedyEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/AnimalShelter> <http://www.w3.org/2000/01/rdf-schema#label> "AnimalShelter" .
-<http://schema.org/AnimalShelter> <http://www.w3.org/2000/01/rdf-schema#comment> "Animal shelter." .
-<http://schema.org/AnimalShelter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/AnimalShelter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Book> <http://www.w3.org/2000/01/rdf-schema#label> "Book" .
-<http://schema.org/Book> <http://www.w3.org/2000/01/rdf-schema#comment> "A book." .
-<http://schema.org/Book> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/Book> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/NewsArticle> <http://www.w3.org/2000/01/rdf-schema#label> "NewsArticle" .
-<http://schema.org/NewsArticle> <http://www.w3.org/2000/01/rdf-schema#comment> "A news article" .
-<http://schema.org/NewsArticle> <http://purl.org/dc/terms/source> <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews> .
-<http://schema.org/NewsArticle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/NewsArticle> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Article> .
-<http://schema.org/processorRequirements> <http://www.w3.org/2000/01/rdf-schema#label> "processorRequirements" .
-<http://schema.org/processorRequirements> <http://www.w3.org/2000/01/rdf-schema#comment> "Processor architecture required to run the application (e.g. IA64)." .
-<http://schema.org/processorRequirements> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/processorRequirements> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/processorRequirements> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/WebPageElement> <http://www.w3.org/2000/01/rdf-schema#label> "WebPageElement" .
-<http://schema.org/WebPageElement> <http://www.w3.org/2000/01/rdf-schema#comment> "A web page element, like a table or an image" .
-<http://schema.org/WebPageElement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/WebPageElement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ApartmentComplex> <http://www.w3.org/2000/01/rdf-schema#label> "ApartmentComplex" .
-<http://schema.org/ApartmentComplex> <http://www.w3.org/2000/01/rdf-schema#comment> "Residence type: Apartment complex." .
-<http://schema.org/ApartmentComplex> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Residence> .
-<http://schema.org/ApartmentComplex> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/partOfTVSeries> <http://www.w3.org/2000/01/rdf-schema#label> "partOfTVSeries" .
-<http://schema.org/partOfTVSeries> <http://www.w3.org/2000/01/rdf-schema#comment> "The TV series to which this episode or season belongs." .
-<http://schema.org/partOfTVSeries> <http://schema.org/domain> <http://schema.org/TVEpisode> .
-<http://schema.org/partOfTVSeries> <http://schema.org/domain> <http://schema.org/TVSeason> .
-<http://schema.org/partOfTVSeries> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/partOfTVSeries> <http://schema.org/range> <http://schema.org/TVSeries> .
+<http://schema.org/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/ratingValue> <http://schema.org/range> <http://schema.org/Text> .
+<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/ratingValue> <http://schema.org/domain> <http://schema.org/Rating> .
-<http://schema.org/ratingValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/ratingValue> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/actors> <http://www.w3.org/2000/01/rdf-schema#label> "actors" .
-<http://schema.org/actors> <http://www.w3.org/2000/01/rdf-schema#comment> "A cast member of the movie, TV series, season, or episode, or video. (legacy spelling; see singular form, actor)" .
-<http://schema.org/actors> <http://schema.org/domain> <http://schema.org/Movie> .
-<http://schema.org/actors> <http://schema.org/domain> <http://schema.org/TVEpisode> .
-<http://schema.org/actors> <http://schema.org/domain> <http://schema.org/TVSeries> .
-<http://schema.org/actors> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/actors> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/printSection> <http://www.w3.org/2000/01/rdf-schema#label> "printSection" .
-<http://schema.org/printSection> <http://www.w3.org/2000/01/rdf-schema#comment> "If this NewsArticle appears in print, this field indicates the print section in which the article appeared." .
-<http://schema.org/printSection> <http://schema.org/domain> <http://schema.org/NewsArticle> .
-<http://schema.org/printSection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/printSection> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/SoftwareApplication> <http://www.w3.org/2000/01/rdf-schema#label> "SoftwareApplication" .
-<http://schema.org/SoftwareApplication> <http://www.w3.org/2000/01/rdf-schema#comment> "A software application." .
-<http://schema.org/SoftwareApplication> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/SoftwareApplication> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/contributor> <http://www.w3.org/2000/01/rdf-schema#label> "contributor" .
-<http://schema.org/contributor> <http://www.w3.org/2000/01/rdf-schema#comment> "A secondary contributor to the CreativeWork." .
-<http://schema.org/contributor> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/contributor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/contributor> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/contributor> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/Hostel> <http://www.w3.org/2000/01/rdf-schema#label> "Hostel" .
-<http://schema.org/Hostel> <http://www.w3.org/2000/01/rdf-schema#comment> "A hostel." .
-<http://schema.org/Hostel> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LodgingBusiness> .
-<http://schema.org/Hostel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Corporation> <http://www.w3.org/2000/01/rdf-schema#label> "Corporation" .
-<http://schema.org/Corporation> <http://www.w3.org/2000/01/rdf-schema#comment> "Organization: A business corporation." .
-<http://schema.org/Corporation> <http://purl.org/dc/terms/source> <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews> .
-<http://schema.org/Corporation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Corporation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Organization> .
-<http://schema.org/GardenStore> <http://www.w3.org/2000/01/rdf-schema#label> "GardenStore" .
-<http://schema.org/GardenStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A garden store." .
-<http://schema.org/GardenStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/GardenStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Photograph> <http://www.w3.org/2000/01/rdf-schema#label> "Photograph" .
-<http://schema.org/Photograph> <http://www.w3.org/2000/01/rdf-schema#comment> "A photograph." .
-<http://schema.org/Photograph> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/Photograph> <http://www.w3.org/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/ImageGallery> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CollectionPage> .
-<http://schema.org/ImageGallery> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/deathDate> <http://www.w3.org/2000/01/rdf-schema#label> "deathDate" .
-<http://schema.org/deathDate> <http://www.w3.org/2000/01/rdf-schema#comment> "Date of death." .
-<http://schema.org/deathDate> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/deathDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/deathDate> <http://schema.org/range> <http://schema.org/Date> .
-<http://schema.org/FireStation> <http://www.w3.org/2000/01/rdf-schema#label> "FireStation" .
-<http://schema.org/FireStation> <http://www.w3.org/2000/01/rdf-schema#comment> "A fire station. With firemen." .
-<http://schema.org/FireStation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/FireStation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EmergencyService> .
-<http://schema.org/FireStation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/elevation> <http://www.w3.org/2000/01/rdf-schema#label> "elevation" .
-<http://schema.org/elevation> <http://www.w3.org/2000/01/rdf-schema#comment> "The elevation of a location." .
+<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/domain> <http://schema.org/GeoCoordinates> .
-<http://schema.org/elevation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
 <http://schema.org/elevation> <http://schema.org/range> <http://schema.org/Number> .
 <http://schema.org/elevation> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/GovernmentOrganization> <http://www.w3.org/2000/01/rdf-schema#label> "GovernmentOrganization" .
-<http://schema.org/GovernmentOrganization> <http://www.w3.org/2000/01/rdf-schema#comment> "A governmental organization or agency." .
-<http://schema.org/GovernmentOrganization> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Organization> .
-<http://schema.org/GovernmentOrganization> <http://www.w3.org/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/MusicVideoObject> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/MediaObject> .
-<http://schema.org/MusicVideoObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/tickerSymbol> <http://www.w3.org/2000/01/rdf-schema#label> "tickerSymbol" .
-<http://schema.org/tickerSymbol> <http://www.w3.org/2000/01/rdf-schema#comment> "The exchange traded instrument associated with a Corporation object. The tickerSymbol is expressed as an exchange and an instrument name separated by a space character. For the exchange component of the tickerSymbol attribute, we reccommend using the controlled vocaulary of Market Identifier Codes (MIC) specified in ISO15022." .
-<http://schema.org/tickerSymbol> <http://schema.org/domain> <http://schema.org/Corporation> .
-<http://schema.org/tickerSymbol> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/tickerSymbol> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/totalTime> <http://www.w3.org/2000/01/rdf-schema#label> "totalTime" .
-<http://schema.org/totalTime> <http://www.w3.org/2000/01/rdf-schema#comment> "The total time it takes to prepare and cook the recipe, in ISO 8601 duration format." .
-<http://schema.org/totalTime> <http://schema.org/domain> <http://schema.org/Recipe> .
-<http://schema.org/totalTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/totalTime> <http://schema.org/range> <http://schema.org/Duration> .
-<http://schema.org/thumbnailUrl> <http://www.w3.org/2000/01/rdf-schema#label> "thumbnailUrl" .
-<http://schema.org/thumbnailUrl> <http://www.w3.org/2000/01/rdf-schema#comment> "A thumbnail image relevant to the Thing." .
-<http://schema.org/thumbnailUrl> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/thumbnailUrl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/thumbnailUrl> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/description> <http://www.w3.org/2000/01/rdf-schema#label> "description" .
-<http://schema.org/description> <http://www.w3.org/2000/01/rdf-schema#comment> "A short description of the item." .
-<http://schema.org/description> <http://schema.org/domain> <http://schema.org/Thing> .
-<http://schema.org/description> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/description> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/MediaObject> <http://www.w3.org/2000/01/rdf-schema#label> "MediaObject" .
-<http://schema.org/MediaObject> <http://www.w3.org/2000/01/rdf-schema#comment> "An image, video, or audio object embedded in a web page. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's)." .
-<http://schema.org/MediaObject> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/MediaObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Organization> <http://www.w3.org/2000/01/rdf-schema#label> "Organization" .
-<http://schema.org/Organization> <http://www.w3.org/2000/01/rdf-schema#comment> "An organization such as a school, NGO, corporation, club, etc." .
-<http://schema.org/Organization> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Thing> .
-<http://schema.org/Organization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/AggregateRating> <http://www.w3.org/2000/01/rdf-schema#label> "AggregateRating" .
-<http://schema.org/AggregateRating> <http://www.w3.org/2000/01/rdf-schema#comment> "The average rating based on multiple ratings or reviews." .
-<http://schema.org/AggregateRating> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Rating> .
-<http://schema.org/AggregateRating> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/email> <http://www.w3.org/2000/01/rdf-schema#label> "email" .
-<http://schema.org/email> <http://www.w3.org/2000/01/rdf-schema#comment> "Email address." .
-<http://schema.org/email> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/email> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/email> <http://schema.org/domain> <http://schema.org/ContactPoint> .
-<http://schema.org/email> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/email> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/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/nutrition> <http://schema.org/domain> <http://schema.org/Recipe> .
-<http://schema.org/nutrition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/nutrition> <http://schema.org/range> <http://schema.org/NutritionInformation> .
-<http://schema.org/OutletStore> <http://www.w3.org/2000/01/rdf-schema#label> "OutletStore" .
-<http://schema.org/OutletStore> <http://www.w3.org/2000/01/rdf-schema#comment> "An outlet store." .
-<http://schema.org/OutletStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/OutletStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/operatingSystem> <http://www.w3.org/2000/01/rdf-schema#label> "operatingSystem" .
-<http://schema.org/operatingSystem> <http://www.w3.org/2000/01/rdf-schema#comment> "Operating systems supported (Windows 7, OSX 10.6, Android 1.6)." .
-<http://schema.org/operatingSystem> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/operatingSystem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/operatingSystem> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/HealthClub> <http://www.w3.org/2000/01/rdf-schema#label> "HealthClub" .
-<http://schema.org/HealthClub> <http://www.w3.org/2000/01/rdf-schema#comment> "A health club." .
-<http://schema.org/HealthClub> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HealthAndBeautyBusiness> .
-<http://schema.org/HealthClub> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/SportsActivityLocation> .
-<http://schema.org/HealthClub> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/creator> <http://www.w3.org/2000/01/rdf-schema#label> "creator" .
-<http://schema.org/creator> <http://www.w3.org/2000/01/rdf-schema#comment> "The creator/author of this CreativeWork or UserComments. This is the same as the Author property for CreativeWork." .
-<http://schema.org/creator> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/creator> <http://schema.org/domain> <http://schema.org/UserComments> .
-<http://schema.org/creator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/creator> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/creator> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/MusicPlaylist> <http://www.w3.org/2000/01/rdf-schema#label> "MusicPlaylist" .
-<http://schema.org/MusicPlaylist> <http://www.w3.org/2000/01/rdf-schema#comment> "A collection of music tracks in playlist form." .
-<http://schema.org/MusicPlaylist> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/MusicPlaylist> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Map> <http://www.w3.org/2000/01/rdf-schema#label> "Map" .
-<http://schema.org/Map> <http://www.w3.org/2000/01/rdf-schema#comment> "A map." .
-<http://schema.org/Map> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/Map> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/exifData> <http://www.w3.org/2000/01/rdf-schema#label> "exifData" .
-<http://schema.org/exifData> <http://www.w3.org/2000/01/rdf-schema#comment> "exif data for this object." .
-<http://schema.org/exifData> <http://schema.org/domain> <http://schema.org/ImageObject> .
-<http://schema.org/exifData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/exifData> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/browserRequirements> <http://www.w3.org/2000/01/rdf-schema#label> "browserRequirements" .
-<http://schema.org/browserRequirements> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies browser requirements in human-readable text. For example,\"requires HTML5 support\"." .
-<http://schema.org/browserRequirements> <http://schema.org/domain> <http://schema.org/WebApplication> .
-<http://schema.org/browserRequirements> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/browserRequirements> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/ItemPage> <http://www.w3.org/2000/01/rdf-schema#label> "ItemPage" .
-<http://schema.org/ItemPage> <http://www.w3.org/2000/01/rdf-schema#comment> "A page devoted to a single item, such as a particular product or hotel." .
-<http://schema.org/ItemPage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPage> .
-<http://schema.org/ItemPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/TattooParlor> <http://www.w3.org/2000/01/rdf-schema#label> "TattooParlor" .
-<http://schema.org/TattooParlor> <http://www.w3.org/2000/01/rdf-schema#comment> "A tattoo parlor." .
-<http://schema.org/TattooParlor> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HealthAndBeautyBusiness> .
-<http://schema.org/TattooParlor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/SportsTeam> <http://www.w3.org/2000/01/rdf-schema#label> "SportsTeam" .
-<http://schema.org/SportsTeam> <http://www.w3.org/2000/01/rdf-schema#comment> "Organization: Sports team." .
-<http://schema.org/SportsTeam> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Organization> .
-<http://schema.org/SportsTeam> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/softwareVersion> <http://www.w3.org/2000/01/rdf-schema#label> "softwareVersion" .
-<http://schema.org/softwareVersion> <http://www.w3.org/2000/01/rdf-schema#comment> "Version of the software instance." .
-<http://schema.org/softwareVersion> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/softwareVersion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/softwareVersion> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/box> <http://www.w3.org/2000/01/rdf-schema#label> "box" .
-<http://schema.org/box> <http://www.w3.org/2000/01/rdf-schema#comment> "A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more spacedelimited points where the first and final points are identical." .
-<http://schema.org/box> <http://schema.org/domain> <http://schema.org/GeoShape> .
-<http://schema.org/box> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/box> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/productID> <http://www.w3.org/2000/01/rdf-schema#label> "productID" .
-<http://schema.org/productID> <http://www.w3.org/2000/01/rdf-schema#comment> "The product identifier, such as ISBN. For example: <meta itemprop='productID' content='isbn:123-456-789'/>." .
-<http://schema.org/productID> <http://schema.org/domain> <http://schema.org/Product> .
-<http://schema.org/productID> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/productID> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/gender> <http://www.w3.org/2000/01/rdf-schema#label> "gender" .
-<http://schema.org/gender> <http://www.w3.org/2000/01/rdf-schema#comment> "Gender of the person." .
-<http://schema.org/gender> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/gender> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/gender> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/TheaterEvent> <http://www.w3.org/2000/01/rdf-schema#label> "TheaterEvent" .
-<http://schema.org/TheaterEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Theater performance." .
+<http://schema.org/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/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/industry> <http://schema.org/range> <http://schema.org/Text> .
+<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/SeaBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#label> "SeaBodyOfWater" .
-<http://schema.org/SeaBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#comment> "A sea (for example, the Caspian sea)." .
-<http://schema.org/SeaBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/BodyOfWater> .
-<http://schema.org/SeaBodyOfWater> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/WPAdBlock> <http://www.w3.org/2000/01/rdf-schema#label> "WPAdBlock" .
-<http://schema.org/WPAdBlock> <http://www.w3.org/2000/01/rdf-schema#comment> "An advertising section of the page." .
-<http://schema.org/WPAdBlock> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPageElement> .
-<http://schema.org/WPAdBlock> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/device> <http://www.w3.org/2000/01/rdf-schema#label> "device" .
-<http://schema.org/device> <http://www.w3.org/2000/01/rdf-schema#comment> "Device required to run the application. Used in cases where a specific make/model is required to run the application." .
-<http://schema.org/device> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/device> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/device> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/AudioObject> <http://www.w3.org/2000/01/rdf-schema#label> "AudioObject" .
-<http://schema.org/AudioObject> <http://www.w3.org/2000/01/rdf-schema#comment> "An audio file." .
-<http://schema.org/AudioObject> <http://purl.org/dc/terms/source> <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews> .
-<http://schema.org/AudioObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/AudioObject> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/MediaObject> .
-<http://schema.org/member> <http://www.w3.org/2000/01/rdf-schema#label> "member" .
-<http://schema.org/member> <http://www.w3.org/2000/01/rdf-schema#comment> "A member of this organization." .
-<http://schema.org/member> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/member> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/member> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/member> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/wordCount> <http://www.w3.org/2000/01/rdf-schema#label> "wordCount" .
-<http://schema.org/wordCount> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of words in the text of the Article." .
-<http://schema.org/wordCount> <http://schema.org/domain> <http://schema.org/Article> .
-<http://schema.org/wordCount> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/wordCount> <http://schema.org/range> <http://schema.org/Integer> .
-<http://schema.org/founders> <http://www.w3.org/2000/01/rdf-schema#label> "founders" .
-<http://schema.org/founders> <http://www.w3.org/2000/01/rdf-schema#comment> "A person who founded this organization (legacy spelling; see singular form, founder)." .
-<http://schema.org/founders> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/founders> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/founders> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/CityHall> <http://www.w3.org/2000/01/rdf-schema#label> "CityHall" .
-<http://schema.org/CityHall> <http://www.w3.org/2000/01/rdf-schema#comment> "A city hall." .
-<http://schema.org/CityHall> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/GovernmentBuilding> .
-<http://schema.org/CityHall> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/TrainStation> <http://www.w3.org/2000/01/rdf-schema#label> "TrainStation" .
-<http://schema.org/TrainStation> <http://www.w3.org/2000/01/rdf-schema#comment> "A train station." .
-<http://schema.org/TrainStation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/TrainStation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/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/BookStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/BookStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/honorificSuffix> <http://www.w3.org/2000/01/rdf-schema#label> "honorificSuffix" .
-<http://schema.org/honorificSuffix> <http://www.w3.org/2000/01/rdf-schema#comment> "An honorific suffix preceding a Person's name such as M.D. /PhD/MSCSW." .
-<http://schema.org/honorificSuffix> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/honorificSuffix> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/honorificSuffix> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/Hospital> <http://www.w3.org/2000/01/rdf-schema#label> "Hospital" .
-<http://schema.org/Hospital> <http://www.w3.org/2000/01/rdf-schema#comment> "A hospital." .
-<http://schema.org/Hospital> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/Hospital> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/MedicalOrganization> .
-<http://schema.org/Hospital> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EmergencyService> .
-<http://schema.org/Hospital> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/commentText> <http://www.w3.org/2000/01/rdf-schema#label> "commentText" .
-<http://schema.org/commentText> <http://www.w3.org/2000/01/rdf-schema#comment> "The text of the UserComment." .
-<http://schema.org/commentText> <http://schema.org/domain> <http://schema.org/UserComments> .
-<http://schema.org/commentText> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/commentText> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/inLanguage> <http://www.w3.org/2000/01/rdf-schema#label> "inLanguage" .
-<http://schema.org/inLanguage> <http://www.w3.org/2000/01/rdf-schema#comment> "The language of the content. please use one of the language codes from the IETF BCP 47 standard." .
-<http://schema.org/inLanguage> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/inLanguage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/inLanguage> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/Landform> <http://www.w3.org/2000/01/rdf-schema#label> "Landform" .
-<http://schema.org/Landform> <http://www.w3.org/2000/01/rdf-schema#comment> "A landform or physical feature.  Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain ranges, volcanoes, and the great ocean basins." .
-<http://schema.org/Landform> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Place> .
-<http://schema.org/Landform> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Painting> <http://www.w3.org/2000/01/rdf-schema#label> "Painting" .
-<http://schema.org/Painting> <http://www.w3.org/2000/01/rdf-schema#comment> "A painting." .
-<http://schema.org/Painting> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/Painting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/publisher> <http://www.w3.org/2000/01/rdf-schema#label> "publisher" .
-<http://schema.org/publisher> <http://www.w3.org/2000/01/rdf-schema#comment> "The publisher of the creative work." .
-<http://schema.org/publisher> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/publisher> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/publisher> <http://schema.org/range> <http://schema.org/Organization> .
+<http://schema.org/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/printColumn> <http://schema.org/domain> <http://schema.org/NewsArticle> .
-<http://schema.org/printColumn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/printColumn> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/MusicRecording> <http://www.w3.org/2000/01/rdf-schema#label> "MusicRecording" .
-<http://schema.org/MusicRecording> <http://www.w3.org/2000/01/rdf-schema#comment> "A music recording (track), usually a single song." .
-<http://schema.org/MusicRecording> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/MusicRecording> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/MusicStore> <http://www.w3.org/2000/01/rdf-schema#label> "MusicStore" .
-<http://schema.org/MusicStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A music store." .
-<http://schema.org/MusicStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/MusicStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/recipeYield> <http://www.w3.org/2000/01/rdf-schema#label> "recipeYield" .
-<http://schema.org/recipeYield> <http://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://schema.org/domain> <http://schema.org/Recipe> .
-<http://schema.org/recipeYield> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/recipeYield> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/DryCleaningOrLaundry> <http://www.w3.org/2000/01/rdf-schema#label> "DryCleaningOrLaundry" .
-<http://schema.org/DryCleaningOrLaundry> <http://www.w3.org/2000/01/rdf-schema#comment> "A dry-cleaning business." .
-<http://schema.org/DryCleaningOrLaundry> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/DryCleaningOrLaundry> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/UserInteraction> <http://www.w3.org/2000/01/rdf-schema#label> "UserInteraction" .
-<http://schema.org/UserInteraction> <http://www.w3.org/2000/01/rdf-schema#comment> "A user interacting with a page" .
-<http://schema.org/UserInteraction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
-<http://schema.org/UserInteraction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/price> <http://www.w3.org/2000/01/rdf-schema#label> "price" .
-<http://schema.org/price> <http://www.w3.org/2000/01/rdf-schema#comment> "The offer price of the product." .
-<http://schema.org/price> <http://schema.org/domain> <http://schema.org/Offer> .
-<http://schema.org/price> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/price> <http://schema.org/range> <http://schema.org/Number> .
-<http://schema.org/price> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/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/offerCount> <http://schema.org/range> <http://schema.org/Integer> .
+<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/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/priceCurrency> <http://schema.org/range> <http://schema.org/Text> .
+<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/printPage> <http://schema.org/range> <http://schema.org/Text> .
+<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/isbn> <http://schema.org/range> <http://schema.org/Text> .
+<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/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/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/transFatContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/transFatContent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/transFatContent> <http://schema.org/range> <http://schema.org/Mass> .
-<http://schema.org/Boolean> <http://www.w3.org/2000/01/rdf-schema#label> "Boolean" .
-<http://schema.org/Boolean> <http://www.w3.org/2000/01/rdf-schema#comment> "Boolean: True or False." .
-<http://schema.org/Boolean> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/DataType> .
-<http://schema.org/Boolean> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/incentives> <http://www.w3.org/2000/01/rdf-schema#label> "incentives" .
-<http://schema.org/incentives> <http://www.w3.org/2000/01/rdf-schema#comment> "Description of bonus and commission compensation aspects of the job." .
-<http://schema.org/incentives> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/incentives> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/incentives> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/faxNumber> <http://www.w3.org/2000/01/rdf-schema#label> "faxNumber" .
-<http://schema.org/faxNumber> <http://www.w3.org/2000/01/rdf-schema#comment> "The fax number." .
-<http://schema.org/faxNumber> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/faxNumber> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/faxNumber> <http://schema.org/domain> <http://schema.org/ContactPoint> .
-<http://schema.org/faxNumber> <http://schema.org/domain> <http://schema.org/Place> .
-<http://schema.org/faxNumber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/faxNumber> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/ProfilePage> <http://www.w3.org/2000/01/rdf-schema#label> "ProfilePage" .
-<http://schema.org/ProfilePage> <http://www.w3.org/2000/01/rdf-schema#comment> "Web page type: Profile page." .
-<http://schema.org/ProfilePage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPage> .
-<http://schema.org/ProfilePage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/employees> <http://www.w3.org/2000/01/rdf-schema#label> "employees" .
-<http://schema.org/employees> <http://www.w3.org/2000/01/rdf-schema#comment> "People working for this organization. (legacy spelling; see singular form, employee)" .
-<http://schema.org/employees> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/employees> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/employees> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/GovernmentBuilding> <http://www.w3.org/2000/01/rdf-schema#label> "GovernmentBuilding" .
-<http://schema.org/GovernmentBuilding> <http://www.w3.org/2000/01/rdf-schema#comment> "A government building." .
-<http://schema.org/GovernmentBuilding> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/GovernmentBuilding> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/RiverBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#label> "RiverBodyOfWater" .
-<http://schema.org/RiverBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#comment> "A river (for example, the broad majestic Shannon)." .
-<http://schema.org/RiverBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/BodyOfWater> .
-<http://schema.org/RiverBodyOfWater> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/photo> <http://www.w3.org/2000/01/rdf-schema#label> "photo" .
-<http://schema.org/photo> <http://www.w3.org/2000/01/rdf-schema#comment> "A photograph of this place." .
-<http://schema.org/photo> <http://schema.org/domain> <http://schema.org/Place> .
-<http://schema.org/photo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/photo> <http://schema.org/range> <http://schema.org/Photograph> .
-<http://schema.org/photo> <http://schema.org/range> <http://schema.org/ImageObject> .
-<http://schema.org/offers> <http://www.w3.org/2000/01/rdf-schema#label> "offers" .
-<http://schema.org/offers> <http://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://schema.org/domain> <http://schema.org/Event> .
-<http://schema.org/offers> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/offers> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/offers> <http://schema.org/domain> <http://schema.org/Product> .
-<http://schema.org/offers> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/offers> <http://schema.org/range> <http://schema.org/Offer> .
-<http://schema.org/author> <http://www.w3.org/2000/01/rdf-schema#label> "author" .
-<http://schema.org/author> <http://www.w3.org/2000/01/rdf-schema#comment> "The author of this content. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably." .
-<http://schema.org/author> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/author> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/author> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/author> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/proteinContent> <http://www.w3.org/2000/01/rdf-schema#label> "proteinContent" .
-<http://schema.org/proteinContent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of grams of protein." .
-<http://schema.org/proteinContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/proteinContent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/proteinContent> <http://schema.org/range> <http://schema.org/Mass> .
-<http://schema.org/VideoGallery> <http://www.w3.org/2000/01/rdf-schema#label> "VideoGallery" .
-<http://schema.org/VideoGallery> <http://www.w3.org/2000/01/rdf-schema#comment> "Web page type: Video gallery page." .
-<http://schema.org/VideoGallery> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CollectionPage> .
-<http://schema.org/VideoGallery> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/discusses> <http://www.w3.org/2000/01/rdf-schema#label> "discusses" .
-<http://schema.org/discusses> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies the CreativeWork associated with the UserComment." .
-<http://schema.org/discusses> <http://schema.org/domain> <http://schema.org/UserComments> .
-<http://schema.org/discusses> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/discusses> <http://schema.org/range> <http://schema.org/CreativeWork> .
-<http://schema.org/reviewRating> <http://www.w3.org/2000/01/rdf-schema#label> "reviewRating" .
-<http://schema.org/reviewRating> <http://www.w3.org/2000/01/rdf-schema#comment> "The rating given in this review. Note that reviews can themselves be rated. The reviewRating applies to rating given by the review. The aggregateRating property applies to the review itself, as a creative work." .
-<http://schema.org/reviewRating> <http://schema.org/domain> <http://schema.org/Review> .
-<http://schema.org/reviewRating> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/reviewRating> <http://schema.org/range> <http://schema.org/Rating> .
-<http://schema.org/follows> <http://www.w3.org/2000/01/rdf-schema#label> "follows" .
-<http://schema.org/follows> <http://www.w3.org/2000/01/rdf-schema#comment> "The most generic uni-directional social relation." .
-<http://schema.org/follows> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/follows> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/follows> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/children> <http://www.w3.org/2000/01/rdf-schema#label> "children" .
-<http://schema.org/children> <http://www.w3.org/2000/01/rdf-schema#comment> "A child of the person." .
-<http://schema.org/children> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/children> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/children> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/awards> <http://www.w3.org/2000/01/rdf-schema#label> "awards" .
-<http://schema.org/awards> <http://www.w3.org/2000/01/rdf-schema#comment> "Awards won by this person or for this creative work. (legacy spelling; see singular form, award)" .
-<http://schema.org/awards> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/awards> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/awards> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/awards> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/interactionCount> <http://www.w3.org/2000/01/rdf-schema#label> "interactionCount" .
-<http://schema.org/interactionCount> <http://www.w3.org/2000/01/rdf-schema#comment> "A count of a specific user interactions with this item\u2014for example, 20 UserLikes, 5 UserComments, or 300 UserDownloads. The user interaction type should be one of the sub types of UserInteraction." .
+<http://schema.org/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/qualifications> <http://schema.org/range> <http://schema.org/Text> .
+<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/domain> <http://schema.org/Place> .
-<http://schema.org/interactionCount> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
 <http://schema.org/interactionCount> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/Waterfall> <http://www.w3.org/2000/01/rdf-schema#label> "Waterfall" .
-<http://schema.org/Waterfall> <http://www.w3.org/2000/01/rdf-schema#comment> "A waterfall, like Niagara" .
-<http://schema.org/Waterfall> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/BodyOfWater> .
-<http://schema.org/Waterfall> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/dateCreated> <http://www.w3.org/2000/01/rdf-schema#label> "dateCreated" .
-<http://schema.org/dateCreated> <http://www.w3.org/2000/01/rdf-schema#comment> "The date on which the CreativeWork was created." .
-<http://schema.org/dateCreated> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/dateCreated> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/dateCreated> <http://schema.org/range> <http://schema.org/Date> .
-<http://schema.org/itemOffered> <http://www.w3.org/2000/01/rdf-schema#label> "itemOffered" .
-<http://schema.org/itemOffered> <http://www.w3.org/2000/01/rdf-schema#comment> "The item being sold." .
-<http://schema.org/itemOffered> <http://schema.org/domain> <http://schema.org/Offer> .
-<http://schema.org/itemOffered> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/itemOffered> <http://schema.org/range> <http://schema.org/Product> .
-<http://schema.org/headline> <http://www.w3.org/2000/01/rdf-schema#label> "headline" .
-<http://schema.org/headline> <http://www.w3.org/2000/01/rdf-schema#comment> "Headline of the article" .
-<http://schema.org/headline> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/headline> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/headline> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/Motel> <http://www.w3.org/2000/01/rdf-schema#label> "Motel" .
-<http://schema.org/Motel> <http://www.w3.org/2000/01/rdf-schema#comment> "A motel." .
-<http://schema.org/Motel> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LodgingBusiness> .
-<http://schema.org/Motel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/numberOfEpisodes> <http://www.w3.org/2000/01/rdf-schema#label> "numberOfEpisodes" .
-<http://schema.org/numberOfEpisodes> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of episodes in this season or series." .
-<http://schema.org/numberOfEpisodes> <http://schema.org/domain> <http://schema.org/TVSeries> .
-<http://schema.org/numberOfEpisodes> <http://schema.org/domain> <http://schema.org/TVSeason> .
-<http://schema.org/numberOfEpisodes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/numberOfEpisodes> <http://schema.org/range> <http://schema.org/Number> .
-<http://schema.org/BeautySalon> <http://www.w3.org/2000/01/rdf-schema#label> "BeautySalon" .
-<http://schema.org/BeautySalon> <http://www.w3.org/2000/01/rdf-schema#comment> "Beauty salon." .
-<http://schema.org/BeautySalon> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HealthAndBeautyBusiness> .
-<http://schema.org/BeautySalon> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/accountablePerson> <http://www.w3.org/2000/01/rdf-schema#label> "accountablePerson" .
-<http://schema.org/accountablePerson> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies the Person that is legally accountable for the CreativeWork." .
-<http://schema.org/accountablePerson> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/accountablePerson> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/accountablePerson> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/cholesterolContent> <http://www.w3.org/2000/01/rdf-schema#label> "cholesterolContent" .
-<http://schema.org/cholesterolContent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of milligrams of cholesterol." .
-<http://schema.org/cholesterolContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/cholesterolContent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/cholesterolContent> <http://schema.org/range> <http://schema.org/Mass> .
-<http://schema.org/Pond> <http://www.w3.org/2000/01/rdf-schema#label> "Pond" .
-<http://schema.org/Pond> <http://www.w3.org/2000/01/rdf-schema#comment> "A pond" .
-<http://schema.org/Pond> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/BodyOfWater> .
-<http://schema.org/Pond> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ScholarlyArticle> <http://www.w3.org/2000/01/rdf-schema#label> "ScholarlyArticle" .
-<http://schema.org/ScholarlyArticle> <http://www.w3.org/2000/01/rdf-schema#comment> "A scholarly article." .
-<http://schema.org/ScholarlyArticle> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Article> .
-<http://schema.org/ScholarlyArticle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/MobilePhoneStore> <http://www.w3.org/2000/01/rdf-schema#label> "MobilePhoneStore" .
-<http://schema.org/MobilePhoneStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A mobile-phone store." .
-<http://schema.org/MobilePhoneStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/MobilePhoneStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/parents> <http://www.w3.org/2000/01/rdf-schema#label> "parents" .
-<http://schema.org/parents> <http://www.w3.org/2000/01/rdf-schema#comment> "A parents of the person (legacy spelling; see singular form, parent)." .
-<http://schema.org/parents> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/parents> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/parents> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/TVEpisode> <http://www.w3.org/2000/01/rdf-schema#label> "TVEpisode" .
-<http://schema.org/TVEpisode> <http://www.w3.org/2000/01/rdf-schema#comment> "An episode of a TV series or season." .
-<http://schema.org/TVEpisode> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/TVEpisode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Language> <http://www.w3.org/2000/01/rdf-schema#label> "Language" .
-<http://schema.org/Language> <http://www.w3.org/2000/01/rdf-schema#comment> "Natural languages such as Spanish, Tamil, Hindi, English, etc. and programming languages such as Scheme and Lisp." .
-<http://schema.org/Language> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Intangible> .
-<http://schema.org/Language> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/applicationSubCategory> <http://www.w3.org/2000/01/rdf-schema#label> "applicationSubCategory" .
-<http://schema.org/applicationSubCategory> <http://www.w3.org/2000/01/rdf-schema#comment> "Subcategory of the application, e.g. \"Arcade Game\"." .
-<http://schema.org/applicationSubCategory> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/applicationSubCategory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/applicationSubCategory> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/applicationSubCategory> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/SiteNavigationElement> <http://www.w3.org/2000/01/rdf-schema#label> "SiteNavigationElement" .
-<http://schema.org/SiteNavigationElement> <http://www.w3.org/2000/01/rdf-schema#comment> "A navigation element of the page." .
-<http://schema.org/SiteNavigationElement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPageElement> .
-<http://schema.org/SiteNavigationElement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/branchOf> <http://www.w3.org/2000/01/rdf-schema#label> "branchOf" .
-<http://schema.org/branchOf> <http://www.w3.org/2000/01/rdf-schema#comment> "The larger organization that this local business is a branch of, if any." .
-<http://schema.org/branchOf> <http://schema.org/domain> <http://schema.org/LocalBusiness> .
-<http://schema.org/branchOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/branchOf> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/containedIn> <http://www.w3.org/2000/01/rdf-schema#label> "containedIn" .
-<http://schema.org/containedIn> <http://www.w3.org/2000/01/rdf-schema#comment> "The basic containment relation between places." .
-<http://schema.org/containedIn> <http://schema.org/domain> <http://schema.org/Place> .
-<http://schema.org/containedIn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/containedIn> <http://schema.org/range> <http://schema.org/Place> .
-<http://schema.org/Sculpture> <http://www.w3.org/2000/01/rdf-schema#label> "Sculpture" .
-<http://schema.org/Sculpture> <http://www.w3.org/2000/01/rdf-schema#comment> "A piece of sculpture." .
-<http://schema.org/Sculpture> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/Sculpture> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/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/GeoShape> <http://purl.org/dc/terms/source> <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews> .
-<http://schema.org/GeoShape> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/GeoShape> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/StructuredValue> .
-<http://schema.org/productionCompany> <http://www.w3.org/2000/01/rdf-schema#label> "productionCompany" .
-<http://schema.org/productionCompany> <http://www.w3.org/2000/01/rdf-schema#comment> "The production company or studio that made the movie, TV series, season, or episode, or video." .
-<http://schema.org/productionCompany> <http://schema.org/domain> <http://schema.org/Movie> .
-<http://schema.org/productionCompany> <http://schema.org/domain> <http://schema.org/TVEpisode> .
-<http://schema.org/productionCompany> <http://schema.org/domain> <http://schema.org/VideoObject> .
-<http://schema.org/productionCompany> <http://schema.org/domain> <http://schema.org/TVSeries> .
-<http://schema.org/productionCompany> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/productionCompany> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/associatedMedia> <http://www.w3.org/2000/01/rdf-schema#label> "associatedMedia" .
-<http://schema.org/associatedMedia> <http://www.w3.org/2000/01/rdf-schema#comment> "The media objects that encode this creative work. This property is a synonym for encodings." .
-<http://schema.org/associatedMedia> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/associatedMedia> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/associatedMedia> <http://schema.org/range> <http://schema.org/MediaObject> .
-<http://schema.org/skills> <http://www.w3.org/2000/01/rdf-schema#label> "skills" .
-<http://schema.org/skills> <http://www.w3.org/2000/01/rdf-schema#comment> "Skills required to fulfill this role." .
-<http://schema.org/skills> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/skills> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/skills> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/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/baseSalary> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/baseSalary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/baseSalary> <http://schema.org/range> <http://schema.org/Number> .
-<http://schema.org/AutoRepair> <http://www.w3.org/2000/01/rdf-schema#label> "AutoRepair" .
-<http://schema.org/AutoRepair> <http://www.w3.org/2000/01/rdf-schema#comment> "Car repair business." .
-<http://schema.org/AutoRepair> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/AutomotiveBusiness> .
-<http://schema.org/AutoRepair> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/AmusementPark> <http://www.w3.org/2000/01/rdf-schema#label> "AmusementPark" .
-<http://schema.org/AmusementPark> <http://www.w3.org/2000/01/rdf-schema#comment> "An amusement park." .
-<http://schema.org/AmusementPark> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EntertainmentBusiness> .
-<http://schema.org/AmusementPark> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/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/recipeCuisine> <http://schema.org/range> <http://schema.org/Text> .
+<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/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/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/articleBody> <http://schema.org/range> <http://schema.org/Text> .
+<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/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/postOfficeBoxNumber> <http://schema.org/domain> <http://schema.org/PostalAddress> .
-<http://schema.org/postOfficeBoxNumber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/postOfficeBoxNumber> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/address> <http://www.w3.org/2000/01/rdf-schema#label> "address" .
-<http://schema.org/address> <http://www.w3.org/2000/01/rdf-schema#comment> "Physical address of the item." .
-<http://schema.org/address> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/address> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/address> <http://schema.org/domain> <http://schema.org/Place> .
-<http://schema.org/address> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/address> <http://schema.org/range> <http://schema.org/PostalAddress> .
+<http://schema.org/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/album> <http://schema.org/domain> <http://schema.org/MusicGroup> .
-<http://schema.org/album> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/album> <http://schema.org/range> <http://schema.org/MusicAlbum> .
+<http://schema.org/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/Canal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/BodyOfWater> .
-<http://schema.org/Canal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/siblings> <http://www.w3.org/2000/01/rdf-schema#label> "siblings" .
-<http://schema.org/siblings> <http://www.w3.org/2000/01/rdf-schema#comment> "A sibling of the person (legacy spelling; see singular form, sibling)." .
-<http://schema.org/siblings> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/siblings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/siblings> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/isPartOf> <http://www.w3.org/2000/01/rdf-schema#label> "isPartOf" .
-<http://schema.org/isPartOf> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates the collection or gallery to which the item belongs." .
-<http://schema.org/isPartOf> <http://schema.org/domain> <http://schema.org/WebPage> .
-<http://schema.org/isPartOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/isPartOf> <http://schema.org/range> <http://schema.org/CollectionPage> .
-<http://schema.org/priceCurrency> <http://www.w3.org/2000/01/rdf-schema#label> "priceCurrency" .
-<http://schema.org/priceCurrency> <http://www.w3.org/2000/01/rdf-schema#comment> "The currency (in 3-letter ISO 4217 format) of the offer price." .
-<http://schema.org/priceCurrency> <http://schema.org/domain> <http://schema.org/Offer> .
-<http://schema.org/priceCurrency> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/priceCurrency> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/reviewCount> <http://www.w3.org/2000/01/rdf-schema#label> "reviewCount" .
-<http://schema.org/reviewCount> <http://www.w3.org/2000/01/rdf-schema#comment> "The count of total number of reviews." .
-<http://schema.org/reviewCount> <http://schema.org/domain> <http://schema.org/AggregateRating> .
-<http://schema.org/reviewCount> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/reviewCount> <http://schema.org/range> <http://schema.org/Number> .
-<http://schema.org/RadioStation> <http://www.w3.org/2000/01/rdf-schema#label> "RadioStation" .
-<http://schema.org/RadioStation> <http://www.w3.org/2000/01/rdf-schema#comment> "A radio station." .
-<http://schema.org/RadioStation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/RadioStation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/BowlingAlley> <http://www.w3.org/2000/01/rdf-schema#label> "BowlingAlley" .
-<http://schema.org/BowlingAlley> <http://www.w3.org/2000/01/rdf-schema#comment> "A bowling alley." .
-<http://schema.org/BowlingAlley> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/SportsActivityLocation> .
-<http://schema.org/BowlingAlley> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/attendee> <http://schema.org/domain> <http://schema.org/Event> .
+<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/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/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/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/seller> <http://schema.org/range> <http://schema.org/Organization> .
+<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/foundingDate> <http://schema.org/range> <http://schema.org/Date> .
+<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/circle> <http://schema.org/domain> <http://schema.org/GeoShape> .
-<http://schema.org/circle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/circle> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/servesCuisine> <http://www.w3.org/2000/01/rdf-schema#label> "servesCuisine" .
-<http://schema.org/servesCuisine> <http://www.w3.org/2000/01/rdf-schema#comment> "The cuisine of the restaurant." .
-<http://schema.org/servesCuisine> <http://schema.org/domain> <http://schema.org/FoodEstablishment> .
-<http://schema.org/servesCuisine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/servesCuisine> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/givenName> <http://www.w3.org/2000/01/rdf-schema#label> "givenName" .
-<http://schema.org/givenName> <http://www.w3.org/2000/01/rdf-schema#comment> "Given name. In the U.S., the first name of a Person. This can be used along with familyName instead of the Name property." .
-<http://schema.org/givenName> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/givenName> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/givenName> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/SportingGoodsStore> <http://www.w3.org/2000/01/rdf-schema#label> "SportingGoodsStore" .
-<http://schema.org/SportingGoodsStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A sporting goods store." .
-<http://schema.org/SportingGoodsStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/SportingGoodsStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/seller> <http://www.w3.org/2000/01/rdf-schema#label> "seller" .
-<http://schema.org/seller> <http://www.w3.org/2000/01/rdf-schema#comment> "The seller of the product." .
-<http://schema.org/seller> <http://schema.org/domain> <http://schema.org/Offer> .
-<http://schema.org/seller> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/seller> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/ShoppingCenter> <http://www.w3.org/2000/01/rdf-schema#label> "ShoppingCenter" .
-<http://schema.org/ShoppingCenter> <http://www.w3.org/2000/01/rdf-schema#comment> "A shopping center or mall." .
-<http://schema.org/ShoppingCenter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/ShoppingCenter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/URL> <http://www.w3.org/2000/01/rdf-schema#label> "URL" .
-<http://schema.org/URL> <http://www.w3.org/2000/01/rdf-schema#comment> "Data type: URL." .
-<http://schema.org/URL> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Text> .
-<http://schema.org/URL> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/BodyOfWater> <http://www.w3.org/2000/01/rdf-schema#label> "BodyOfWater" .
-<http://schema.org/BodyOfWater> <http://www.w3.org/2000/01/rdf-schema#comment> "A body of water, such as a sea, ocean, or lake." .
-<http://schema.org/BodyOfWater> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Landform> .
-<http://schema.org/BodyOfWater> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/fileSize> <http://www.w3.org/2000/01/rdf-schema#label> "fileSize" .
-<http://schema.org/fileSize> <http://www.w3.org/2000/01/rdf-schema#comment> "Size of the application / package (e.g. 18MB). In the absence of a unit (MB, KB etc.), KB will be assumed." .
-<http://schema.org/fileSize> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/fileSize> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/fileSize> <http://schema.org/range> <http://schema.org/Integer> .
-<http://schema.org/employmentType> <http://www.w3.org/2000/01/rdf-schema#label> "employmentType" .
-<http://schema.org/employmentType> <http://www.w3.org/2000/01/rdf-schema#comment> "Type of employment (e.g. full-time, part-time, contract, temporary, seasonal, internship)." .
-<http://schema.org/employmentType> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/employmentType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/employmentType> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/PublicSwimmingPool> <http://www.w3.org/2000/01/rdf-schema#label> "PublicSwimmingPool" .
-<http://schema.org/PublicSwimmingPool> <http://www.w3.org/2000/01/rdf-schema#comment> "A public swimming pool." .
-<http://schema.org/PublicSwimmingPool> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/SportsActivityLocation> .
-<http://schema.org/PublicSwimmingPool> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Mountain> <http://www.w3.org/2000/01/rdf-schema#label> "Mountain" .
-<http://schema.org/Mountain> <http://www.w3.org/2000/01/rdf-schema#comment> "A mountain, like Mount Whitney or Mount Everest" .
-<http://schema.org/Mountain> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Landform> .
-<http://schema.org/Mountain> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/director> <http://www.w3.org/2000/01/rdf-schema#label> "director" .
-<http://schema.org/director> <http://www.w3.org/2000/01/rdf-schema#comment> "The director of the movie, TV episode, or series." .
-<http://schema.org/director> <http://schema.org/domain> <http://schema.org/Movie> .
-<http://schema.org/director> <http://schema.org/domain> <http://schema.org/TVEpisode> .
-<http://schema.org/director> <http://schema.org/domain> <http://schema.org/TVSeries> .
-<http://schema.org/director> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/director> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/itemListOrder> <http://www.w3.org/2000/01/rdf-schema#label> "itemListOrder" .
-<http://schema.org/itemListOrder> <http://www.w3.org/2000/01/rdf-schema#comment> "Type of ordering (e.g. Ascending, Descending, Unordered)." .
-<http://schema.org/itemListOrder> <http://schema.org/domain> <http://schema.org/ItemList> .
-<http://schema.org/itemListOrder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/itemListOrder> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/Plumber> <http://www.w3.org/2000/01/rdf-schema#label> "Plumber" .
-<http://schema.org/Plumber> <http://www.w3.org/2000/01/rdf-schema#comment> "A plumbing service." .
+<http://schema.org/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/url> <http://schema.org/range> <http://schema.org/URL> .
+<http://schema.org/url> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://schema.org/url> <http://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/priceRange> <http://schema.org/domain> <http://schema.org/LocalBusiness> .
-<http://schema.org/priceRange> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/priceRange> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/Residence> <http://www.w3.org/2000/01/rdf-schema#label> "Residence" .
-<http://schema.org/Residence> <http://www.w3.org/2000/01/rdf-schema#comment> "The place where a person lives." .
-<http://schema.org/Residence> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Place> .
-<http://schema.org/Residence> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/TouristInformationCenter> <http://www.w3.org/2000/01/rdf-schema#label> "TouristInformationCenter" .
-<http://schema.org/TouristInformationCenter> <http://www.w3.org/2000/01/rdf-schema#comment> "A tourist information center." .
-<http://schema.org/TouristInformationCenter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/TouristInformationCenter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/mentions> <http://www.w3.org/2000/01/rdf-schema#label> "mentions" .
-<http://schema.org/mentions> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept." .
-<http://schema.org/mentions> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/mentions> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/mentions> <http://schema.org/range> <http://schema.org/Thing> .
-<http://schema.org/EducationEvent> <http://www.w3.org/2000/01/rdf-schema#label> "EducationEvent" .
-<http://schema.org/EducationEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Education event." .
-<http://schema.org/EducationEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
-<http://schema.org/EducationEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/contentRating> <http://www.w3.org/2000/01/rdf-schema#label> "contentRating" .
-<http://schema.org/contentRating> <http://www.w3.org/2000/01/rdf-schema#comment> "Official rating of a piece of content\u2014for example,'MPAA PG-13'." .
-<http://schema.org/contentRating> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/contentRating> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/contentRating> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/width> <http://www.w3.org/2000/01/rdf-schema#label> "width" .
-<http://schema.org/width> <http://www.w3.org/2000/01/rdf-schema#comment> "The width of the media object." .
-<http://schema.org/width> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/width> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/width> <http://schema.org/range> <http://schema.org/Distance> .
-<http://schema.org/saturatedFatContent> <http://www.w3.org/2000/01/rdf-schema#label> "saturatedFatContent" .
-<http://schema.org/saturatedFatContent> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of grams of saturated fat." .
-<http://schema.org/saturatedFatContent> <http://schema.org/domain> <http://schema.org/NutritionInformation> .
-<http://schema.org/saturatedFatContent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/saturatedFatContent> <http://schema.org/range> <http://schema.org/Mass> .
-<http://schema.org/storageRequirements> <http://www.w3.org/2000/01/rdf-schema#label> "storageRequirements" .
-<http://schema.org/storageRequirements> <http://www.w3.org/2000/01/rdf-schema#comment> "Storage requirements (free space required)." .
-<http://schema.org/storageRequirements> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/storageRequirements> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/storageRequirements> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/storageRequirements> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/ContactPage> <http://www.w3.org/2000/01/rdf-schema#label> "ContactPage" .
-<http://schema.org/ContactPage> <http://www.w3.org/2000/01/rdf-schema#comment> "Web page type: Contact page." .
-<http://schema.org/ContactPage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPage> .
-<http://schema.org/ContactPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/video> <http://www.w3.org/2000/01/rdf-schema#label> "video" .
-<http://schema.org/video> <http://www.w3.org/2000/01/rdf-schema#comment> "An embedded video object." .
-<http://schema.org/video> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/video> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/video> <http://schema.org/range> <http://schema.org/VideoObject> .
-<http://schema.org/jobTitle> <http://www.w3.org/2000/01/rdf-schema#label> "jobTitle" .
-<http://schema.org/jobTitle> <http://www.w3.org/2000/01/rdf-schema#comment> "The job title of the person (for example, Financial Manager)." .
-<http://schema.org/jobTitle> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/jobTitle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/jobTitle> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/audio> <http://www.w3.org/2000/01/rdf-schema#label> "audio" .
-<http://schema.org/audio> <http://www.w3.org/2000/01/rdf-schema#comment> "An embedded audio object." .
-<http://schema.org/audio> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/audio> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/audio> <http://schema.org/range> <http://schema.org/AudioObject> .
-<http://schema.org/inPlaylist> <http://www.w3.org/2000/01/rdf-schema#label> "inPlaylist" .
-<http://schema.org/inPlaylist> <http://www.w3.org/2000/01/rdf-schema#comment> "The playlist to which this recording belongs." .
-<http://schema.org/inPlaylist> <http://schema.org/domain> <http://schema.org/MusicRecording> .
-<http://schema.org/inPlaylist> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/inPlaylist> <http://schema.org/range> <http://schema.org/MusicPlaylist> .
-<http://schema.org/BankOrCreditUnion> <http://www.w3.org/2000/01/rdf-schema#label> "BankOrCreditUnion" .
-<http://schema.org/BankOrCreditUnion> <http://www.w3.org/2000/01/rdf-schema#comment> "Bank or credit union." .
-<http://schema.org/BankOrCreditUnion> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/FinancialService> .
-<http://schema.org/BankOrCreditUnion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ingredients> <http://www.w3.org/2000/01/rdf-schema#label> "ingredients" .
-<http://schema.org/ingredients> <http://www.w3.org/2000/01/rdf-schema#comment> "An ingredient used in the recipe." .
-<http://schema.org/ingredients> <http://schema.org/domain> <http://schema.org/Recipe> .
-<http://schema.org/ingredients> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/ingredients> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/SaleEvent> <http://www.w3.org/2000/01/rdf-schema#label> "SaleEvent" .
-<http://schema.org/SaleEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Sales event." .
-<http://schema.org/SaleEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
-<http://schema.org/SaleEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/AboutPage> <http://www.w3.org/2000/01/rdf-schema#label> "AboutPage" .
-<http://schema.org/AboutPage> <http://www.w3.org/2000/01/rdf-schema#comment> "Web page type: About page." .
-<http://schema.org/AboutPage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPage> .
-<http://schema.org/AboutPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/numberOfPages> <http://www.w3.org/2000/01/rdf-schema#label> "numberOfPages" .
-<http://schema.org/numberOfPages> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of pages in the book." .
-<http://schema.org/numberOfPages> <http://schema.org/domain> <http://schema.org/Book> .
-<http://schema.org/numberOfPages> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/numberOfPages> <http://schema.org/range> <http://schema.org/Integer> .
-<http://schema.org/isbn> <http://www.w3.org/2000/01/rdf-schema#label> "isbn" .
-<http://schema.org/isbn> <http://www.w3.org/2000/01/rdf-schema#comment> "The ISBN of the book." .
-<http://schema.org/isbn> <http://schema.org/domain> <http://schema.org/Book> .
-<http://schema.org/isbn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/isbn> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/representativeOfPage> <http://www.w3.org/2000/01/rdf-schema#label> "representativeOfPage" .
-<http://schema.org/representativeOfPage> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates whether this image is representative of the content of the page." .
-<http://schema.org/representativeOfPage> <http://schema.org/domain> <http://schema.org/ImageObject> .
-<http://schema.org/representativeOfPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/representativeOfPage> <http://schema.org/range> <http://schema.org/Boolean> .
-<http://schema.org/inAlbum> <http://www.w3.org/2000/01/rdf-schema#label> "inAlbum" .
-<http://schema.org/inAlbum> <http://www.w3.org/2000/01/rdf-schema#comment> "The album to which this recording belongs." .
-<http://schema.org/inAlbum> <http://schema.org/domain> <http://schema.org/MusicRecording> .
-<http://schema.org/inAlbum> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/inAlbum> <http://schema.org/range> <http://schema.org/MusicAlbum> .
+<http://schema.org/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/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/model> <http://schema.org/range> <http://schema.org/Text> .
+<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/specialCommitments> <http://schema.org/range> <http://schema.org/Text> .
+<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/datePublished> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/datePublished> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/datePublished> <http://schema.org/range> <http://schema.org/Date> .
-<http://schema.org/printPage> <http://www.w3.org/2000/01/rdf-schema#label> "printPage" .
-<http://schema.org/printPage> <http://www.w3.org/2000/01/rdf-schema#comment> "If this NewsArticle appears in print, this field indicates the name of the page on which the article is found. Please note that this field is intended for the exact page name (e.g. A5, B18)." .
-<http://schema.org/printPage> <http://schema.org/domain> <http://schema.org/NewsArticle> .
-<http://schema.org/printPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/printPage> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/Hotel> <http://www.w3.org/2000/01/rdf-schema#label> "Hotel" .
-<http://schema.org/Hotel> <http://www.w3.org/2000/01/rdf-schema#comment> "A hotel." .
-<http://schema.org/Hotel> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LodgingBusiness> .
-<http://schema.org/Hotel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/AdultEntertainment> <http://www.w3.org/2000/01/rdf-schema#label> "AdultEntertainment" .
-<http://schema.org/AdultEntertainment> <http://www.w3.org/2000/01/rdf-schema#comment> "An adult entertainment establishment." .
-<http://schema.org/AdultEntertainment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EntertainmentBusiness> .
-<http://schema.org/AdultEntertainment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/url> <http://www.w3.org/2000/01/rdf-schema#label> "url" .
-<http://schema.org/url> <http://www.w3.org/2000/01/rdf-schema#comment> "URL of the item." .
-<http://schema.org/url> <http://schema.org/domain> <http://schema.org/Thing> .
-<http://schema.org/url> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/url> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/MensClothingStore> <http://www.w3.org/2000/01/rdf-schema#label> "MensClothingStore" .
-<http://schema.org/MensClothingStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A men's clothing store." .
-<http://schema.org/MensClothingStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/MensClothingStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/contentSize> <http://www.w3.org/2000/01/rdf-schema#label> "contentSize" .
-<http://schema.org/contentSize> <http://www.w3.org/2000/01/rdf-schema#comment> "File size in (mega/kilo) bytes." .
-<http://schema.org/contentSize> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/contentSize> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/contentSize> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/Embassy> <http://www.w3.org/2000/01/rdf-schema#label> "Embassy" .
-<http://schema.org/Embassy> <http://www.w3.org/2000/01/rdf-schema#comment> "An embassy." .
-<http://schema.org/Embassy> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/GovernmentBuilding> .
-<http://schema.org/Embassy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/foundingDate> <http://www.w3.org/2000/01/rdf-schema#label> "foundingDate" .
-<http://schema.org/foundingDate> <http://www.w3.org/2000/01/rdf-schema#comment> "The date that this organization was founded." .
-<http://schema.org/foundingDate> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/foundingDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/foundingDate> <http://schema.org/range> <http://schema.org/Date> .
-<http://schema.org/ElementarySchool> <http://www.w3.org/2000/01/rdf-schema#label> "ElementarySchool" .
-<http://schema.org/ElementarySchool> <http://www.w3.org/2000/01/rdf-schema#comment> "An elementary school." .
-<http://schema.org/ElementarySchool> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EducationalOrganization> .
-<http://schema.org/ElementarySchool> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/VisualArtsEvent> <http://www.w3.org/2000/01/rdf-schema#label> "VisualArtsEvent" .
-<http://schema.org/VisualArtsEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Visual arts event." .
-<http://schema.org/VisualArtsEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
-<http://schema.org/VisualArtsEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/EmploymentAgency> <http://www.w3.org/2000/01/rdf-schema#label> "EmploymentAgency" .
-<http://schema.org/EmploymentAgency> <http://www.w3.org/2000/01/rdf-schema#comment> "An employment agency." .
-<http://schema.org/EmploymentAgency> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/EmploymentAgency> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/events> <http://www.w3.org/2000/01/rdf-schema#label> "events" .
-<http://schema.org/events> <http://www.w3.org/2000/01/rdf-schema#comment> "Upcoming or past events associated with this place or organization (legacy spelling; see singular form, event)." .
-<http://schema.org/events> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/events> <http://schema.org/domain> <http://schema.org/Place> .
-<http://schema.org/events> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/events> <http://schema.org/range> <http://schema.org/Event> .
-<http://schema.org/Playground> <http://www.w3.org/2000/01/rdf-schema#label> "Playground" .
-<http://schema.org/Playground> <http://www.w3.org/2000/01/rdf-schema#comment> "A playground." .
-<http://schema.org/Playground> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/Playground> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ComputerStore> <http://www.w3.org/2000/01/rdf-schema#label> "ComputerStore" .
-<http://schema.org/ComputerStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A computer store." .
-<http://schema.org/ComputerStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Store> .
-<http://schema.org/ComputerStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/featureList> <http://www.w3.org/2000/01/rdf-schema#label> "featureList" .
-<http://schema.org/featureList> <http://www.w3.org/2000/01/rdf-schema#comment> "Features or modules provided by this application (and possibly required by other applications)." .
-<http://schema.org/featureList> <http://schema.org/domain> <http://schema.org/SoftwareApplication> .
-<http://schema.org/featureList> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/featureList> <http://schema.org/range> <http://schema.org/URL> .
-<http://schema.org/featureList> <http://schema.org/range> <http://schema.org/Text> .
+<http://schema.org/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/primaryImageOfPage> <http://schema.org/domain> <http://schema.org/WebPage> .
-<http://schema.org/primaryImageOfPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/primaryImageOfPage> <http://schema.org/range> <http://schema.org/ImageObject> .
-<http://schema.org/InternetCafe> <http://www.w3.org/2000/01/rdf-schema#label> "InternetCafe" .
-<http://schema.org/InternetCafe> <http://www.w3.org/2000/01/rdf-schema#comment> "An internet cafe." .
-<http://schema.org/InternetCafe> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/InternetCafe> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Article> <http://www.w3.org/2000/01/rdf-schema#label> "Article" .
-<http://schema.org/Article> <http://www.w3.org/2000/01/rdf-schema#comment> "An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all." .
-<http://schema.org/Article> <http://purl.org/dc/terms/source> <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews> .
-<http://schema.org/Article> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Article> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> .
-<http://schema.org/UserPlusOnes> <http://www.w3.org/2000/01/rdf-schema#label> "UserPlusOnes" .
-<http://schema.org/UserPlusOnes> <http://www.w3.org/2000/01/rdf-schema#comment> "User interaction: +1." .
-<http://schema.org/UserPlusOnes> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/UserInteraction> .
-<http://schema.org/UserPlusOnes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/HVACBusiness> <http://www.w3.org/2000/01/rdf-schema#label> "HVACBusiness" .
-<http://schema.org/HVACBusiness> <http://www.w3.org/2000/01/rdf-schema#comment> "An HVAC service." .
-<http://schema.org/HVACBusiness> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HomeAndConstructionBusiness> .
-<http://schema.org/HVACBusiness> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/UserBlocks> <http://www.w3.org/2000/01/rdf-schema#label> "UserBlocks" .
-<http://schema.org/UserBlocks> <http://www.w3.org/2000/01/rdf-schema#comment> "User interaction: Block this content." .
-<http://schema.org/UserBlocks> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/UserInteraction> .
-<http://schema.org/UserBlocks> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/lowPrice> <http://www.w3.org/2000/01/rdf-schema#label> "lowPrice" .
-<http://schema.org/lowPrice> <http://www.w3.org/2000/01/rdf-schema#comment> "The lowest price of all offers available." .
-<http://schema.org/lowPrice> <http://schema.org/domain> <http://schema.org/AggregateOffer> .
-<http://schema.org/lowPrice> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/lowPrice> <http://schema.org/range> <http://schema.org/Number> .
-<http://schema.org/lowPrice> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/contactPoints> <http://www.w3.org/2000/01/rdf-schema#label> "contactPoints" .
-<http://schema.org/contactPoints> <http://www.w3.org/2000/01/rdf-schema#comment> "A contact point for a person or organization (legacy spelling; see singular form, contactPoint)." .
-<http://schema.org/contactPoints> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/contactPoints> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/contactPoints> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/contactPoints> <http://schema.org/range> <http://schema.org/ContactPoint> .
-<http://schema.org/copyrightHolder> <http://www.w3.org/2000/01/rdf-schema#label> "copyrightHolder" .
-<http://schema.org/copyrightHolder> <http://www.w3.org/2000/01/rdf-schema#comment> "The party holding the legal copyright to the CreativeWork." .
-<http://schema.org/copyrightHolder> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/copyrightHolder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/copyrightHolder> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/copyrightHolder> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/LiteraryEvent> <http://www.w3.org/2000/01/rdf-schema#label> "LiteraryEvent" .
-<http://schema.org/LiteraryEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Literary event." .
-<http://schema.org/LiteraryEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
-<http://schema.org/LiteraryEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/editor> <http://www.w3.org/2000/01/rdf-schema#label> "editor" .
-<http://schema.org/editor> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies the Person who edited the CreativeWork." .
-<http://schema.org/editor> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/editor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/editor> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/LakeBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#label> "LakeBodyOfWater" .
-<http://schema.org/LakeBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#comment> "A lake (for example, Lake Pontrachain)." .
-<http://schema.org/LakeBodyOfWater> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/BodyOfWater> .
-<http://schema.org/LakeBodyOfWater> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/OfferItemCondition> <http://www.w3.org/2000/01/rdf-schema#label> "OfferItemCondition" .
-<http://schema.org/OfferItemCondition> <http://www.w3.org/2000/01/rdf-schema#comment> "A list of possible conditions for the item for sale." .
-<http://schema.org/OfferItemCondition> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Enumeration> .
-<http://schema.org/OfferItemCondition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/DataType> <http://www.w3.org/2000/01/rdf-schema#label> "DataType" .
-<http://schema.org/DataType> <http://www.w3.org/2000/01/rdf-schema#comment> "The basic data types such as Integers, Strings, etc." .
-<http://schema.org/DataType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/FoodEvent> <http://www.w3.org/2000/01/rdf-schema#label> "FoodEvent" .
-<http://schema.org/FoodEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Event type: Food event." .
-<http://schema.org/FoodEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Event> .
-<http://schema.org/FoodEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/School> <http://www.w3.org/2000/01/rdf-schema#label> "School" .
-<http://schema.org/School> <http://www.w3.org/2000/01/rdf-schema#comment> "A school." .
-<http://schema.org/School> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EducationalOrganization> .
-<http://schema.org/School> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/MedicalClinic> <http://www.w3.org/2000/01/rdf-schema#label> "MedicalClinic" .
-<http://schema.org/MedicalClinic> <http://www.w3.org/2000/01/rdf-schema#comment> "A medical clinic." .
-<http://schema.org/MedicalClinic> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/MedicalOrganization> .
-<http://schema.org/MedicalClinic> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/longitude> <http://www.w3.org/2000/01/rdf-schema#label> "longitude" .
-<http://schema.org/longitude> <http://www.w3.org/2000/01/rdf-schema#comment> "The longitude of a location. For example -122.08585." .
-<http://schema.org/longitude> <http://schema.org/domain> <http://schema.org/GeoCoordinates> .
-<http://schema.org/longitude> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/longitude> <http://schema.org/range> <http://schema.org/Number> .
-<http://schema.org/longitude> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/expires> <http://www.w3.org/2000/01/rdf-schema#label> "expires" .
-<http://schema.org/expires> <http://www.w3.org/2000/01/rdf-schema#comment> "Date the content expires and is no longer useful or available. Useful for videos." .
-<http://schema.org/expires> <http://schema.org/domain> <http://schema.org/MediaObject> .
-<http://schema.org/expires> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/expires> <http://schema.org/range> <http://schema.org/Date> .
-<http://schema.org/ArtGallery> <http://www.w3.org/2000/01/rdf-schema#label> "ArtGallery" .
-<http://schema.org/ArtGallery> <http://www.w3.org/2000/01/rdf-schema#comment> "An art gallery." .
-<http://schema.org/ArtGallery> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/EntertainmentBusiness> .
-<http://schema.org/ArtGallery> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://schema.org/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/familyName> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/familyName> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/familyName> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/HousePainter> <http://www.w3.org/2000/01/rdf-schema#label> "HousePainter" .
-<http://schema.org/HousePainter> <http://www.w3.org/2000/01/rdf-schema#comment> "A house painting service." .
-<http://schema.org/HousePainter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/HomeAndConstructionBusiness> .
-<http://schema.org/HousePainter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/ProfessionalService> .
-<http://schema.org/HousePainter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/BusStation> <http://www.w3.org/2000/01/rdf-schema#label> "BusStation" .
-<http://schema.org/BusStation> <http://www.w3.org/2000/01/rdf-schema#comment> "A bus station." .
-<http://schema.org/BusStation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/BusStation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/ExerciseGym> <http://www.w3.org/2000/01/rdf-schema#label> "ExerciseGym" .
-<http://schema.org/ExerciseGym> <http://www.w3.org/2000/01/rdf-schema#comment> "A gym." .
-<http://schema.org/ExerciseGym> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/SportsActivityLocation> .
-<http://schema.org/ExerciseGym> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/DanceGroup> <http://www.w3.org/2000/01/rdf-schema#label> "DanceGroup" .
-<http://schema.org/DanceGroup> <http://www.w3.org/2000/01/rdf-schema#comment> "A dance group\u2014for example, the Alvin Ailey Dance Theater or Riverdance." .
+<http://schema.org/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/knows> <http://www.w3.org/2000/01/rdf-schema#label> "knows" .
-<http://schema.org/knows> <http://www.w3.org/2000/01/rdf-schema#comment> "The most generic bi-directional social/work relation." .
-<http://schema.org/knows> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/knows> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/knows> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/contactType> <http://www.w3.org/2000/01/rdf-schema#label> "contactType" .
-<http://schema.org/contactType> <http://www.w3.org/2000/01/rdf-schema#comment> "A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point." .
-<http://schema.org/contactType> <http://schema.org/domain> <http://schema.org/ContactPoint> .
-<http://schema.org/contactType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/contactType> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/ChildCare> <http://www.w3.org/2000/01/rdf-schema#label> "ChildCare" .
-<http://schema.org/ChildCare> <http://www.w3.org/2000/01/rdf-schema#comment> "A Childcare center." .
-<http://schema.org/ChildCare> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/ChildCare> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/performers> <http://www.w3.org/2000/01/rdf-schema#label> "performers" .
-<http://schema.org/performers> <http://www.w3.org/2000/01/rdf-schema#comment> "The main performer or performers of the event\u2014for example, a presenter, musician, or actor (legacy spelling; see singular form, performer)." .
-<http://schema.org/performers> <http://schema.org/domain> <http://schema.org/Event> .
-<http://schema.org/performers> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/performers> <http://schema.org/range> <http://schema.org/Organization> .
-<http://schema.org/performers> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/benefits> <http://www.w3.org/2000/01/rdf-schema#label> "benefits" .
-<http://schema.org/benefits> <http://www.w3.org/2000/01/rdf-schema#comment> "Description of benefits associated with the job." .
-<http://schema.org/benefits> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/benefits> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/benefits> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/name> <http://www.w3.org/2000/01/rdf-schema#label> "name" .
-<http://schema.org/name> <http://www.w3.org/2000/01/rdf-schema#comment> "The name of the item." .
-<http://schema.org/name> <http://schema.org/domain> <http://schema.org/Thing> .
-<http://schema.org/name> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/name> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/CheckoutPage> <http://www.w3.org/2000/01/rdf-schema#label> "CheckoutPage" .
-<http://schema.org/CheckoutPage> <http://www.w3.org/2000/01/rdf-schema#comment> "Web page type: Checkout page." .
-<http://schema.org/CheckoutPage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/WebPage> .
-<http://schema.org/CheckoutPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Date> <http://www.w3.org/2000/01/rdf-schema#label> "Date" .
-<http://schema.org/Date> <http://www.w3.org/2000/01/rdf-schema#comment> "A date value in ISO 8601 date format." .
-<http://schema.org/Date> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/DataType> .
-<http://schema.org/Date> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/worstRating> <http://www.w3.org/2000/01/rdf-schema#label> "worstRating" .
-<http://schema.org/worstRating> <http://www.w3.org/2000/01/rdf-schema#comment> "The lowest value allowed in this rating system. If worstRating is omitted, 1 is assumed." .
-<http://schema.org/worstRating> <http://schema.org/domain> <http://schema.org/Rating> .
-<http://schema.org/worstRating> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/worstRating> <http://schema.org/range> <http://schema.org/Number> .
-<http://schema.org/worstRating> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/musicBy> <http://www.w3.org/2000/01/rdf-schema#label> "musicBy" .
-<http://schema.org/musicBy> <http://www.w3.org/2000/01/rdf-schema#comment> "The composer of the movie or TV soundtrack." .
-<http://schema.org/musicBy> <http://schema.org/domain> <http://schema.org/Movie> .
-<http://schema.org/musicBy> <http://schema.org/domain> <http://schema.org/TVEpisode> .
-<http://schema.org/musicBy> <http://schema.org/domain> <http://schema.org/TVSeries> .
-<http://schema.org/musicBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/musicBy> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/musicBy> <http://schema.org/range> <http://schema.org/MusicGroup> .
-<http://schema.org/photos> <http://www.w3.org/2000/01/rdf-schema#label> "photos" .
-<http://schema.org/photos> <http://www.w3.org/2000/01/rdf-schema#comment> "Photographs of this place (legacy spelling; see singular form, photo)." .
-<http://schema.org/photos> <http://schema.org/domain> <http://schema.org/Place> .
-<http://schema.org/photos> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/photos> <http://schema.org/range> <http://schema.org/Photograph> .
-<http://schema.org/photos> <http://schema.org/range> <http://schema.org/ImageObject> .
-<http://schema.org/commentTime> <http://www.w3.org/2000/01/rdf-schema#label> "commentTime" .
-<http://schema.org/commentTime> <http://www.w3.org/2000/01/rdf-schema#comment> "The time at which the UserComment was made." .
-<http://schema.org/commentTime> <http://schema.org/domain> <http://schema.org/UserComments> .
-<http://schema.org/commentTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/commentTime> <http://schema.org/range> <http://schema.org/Date> .
-<http://schema.org/illustrator> <http://www.w3.org/2000/01/rdf-schema#label> "illustrator" .
-<http://schema.org/illustrator> <http://www.w3.org/2000/01/rdf-schema#comment> "The illustrator of the book." .
-<http://schema.org/illustrator> <http://schema.org/domain> <http://schema.org/Book> .
-<http://schema.org/illustrator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/illustrator> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/telephone> <http://www.w3.org/2000/01/rdf-schema#label> "telephone" .
-<http://schema.org/telephone> <http://www.w3.org/2000/01/rdf-schema#comment> "The telephone number." .
-<http://schema.org/telephone> <http://schema.org/domain> <http://schema.org/Organization> .
-<http://schema.org/telephone> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/telephone> <http://schema.org/domain> <http://schema.org/ContactPoint> .
-<http://schema.org/telephone> <http://schema.org/domain> <http://schema.org/Place> .
-<http://schema.org/telephone> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/telephone> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/copyrightYear> <http://www.w3.org/2000/01/rdf-schema#label> "copyrightYear" .
-<http://schema.org/copyrightYear> <http://www.w3.org/2000/01/rdf-schema#comment> "The year during which the claimed copyright for the CreativeWork was first asserted." .
-<http://schema.org/copyrightYear> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/copyrightYear> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/copyrightYear> <http://schema.org/range> <http://schema.org/Number> .
-<http://schema.org/season> <http://www.w3.org/2000/01/rdf-schema#label> "season" .
-<http://schema.org/season> <http://www.w3.org/2000/01/rdf-schema#comment> "A season of a TV series." .
-<http://schema.org/season> <http://schema.org/domain> <http://schema.org/TVSeries> .
-<http://schema.org/season> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/season> <http://schema.org/range> <http://schema.org/TVSeason> .
-<http://schema.org/colleague> <http://www.w3.org/2000/01/rdf-schema#label> "colleague" .
-<http://schema.org/colleague> <http://www.w3.org/2000/01/rdf-schema#comment> "A colleague of the person." .
-<http://schema.org/colleague> <http://schema.org/domain> <http://schema.org/Person> .
-<http://schema.org/colleague> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/colleague> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/Cemetery> <http://www.w3.org/2000/01/rdf-schema#label> "Cemetery" .
-<http://schema.org/Cemetery> <http://www.w3.org/2000/01/rdf-schema#comment> "A graveyard." .
-<http://schema.org/Cemetery> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/Cemetery> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/alumni> <http://www.w3.org/2000/01/rdf-schema#label> "alumni" .
-<http://schema.org/alumni> <http://www.w3.org/2000/01/rdf-schema#comment> "Alumni of educational organization." .
-<http://schema.org/alumni> <http://schema.org/domain> <http://schema.org/EducationalOrganization> .
-<http://schema.org/alumni> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/alumni> <http://schema.org/range> <http://schema.org/Person> .
-<http://schema.org/MusicAlbum> <http://www.w3.org/2000/01/rdf-schema#label> "MusicAlbum" .
-<http://schema.org/MusicAlbum> <http://www.w3.org/2000/01/rdf-schema#comment> "A collection of music tracks." .
-<http://schema.org/MusicAlbum> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/MusicPlaylist> .
-<http://schema.org/MusicAlbum> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/Crematorium> <http://www.w3.org/2000/01/rdf-schema#label> "Crematorium" .
-<http://schema.org/Crematorium> <http://www.w3.org/2000/01/rdf-schema#comment> "A crematorium." .
-<http://schema.org/Crematorium> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CivicStructure> .
-<http://schema.org/Crematorium> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/offerCount> <http://www.w3.org/2000/01/rdf-schema#label> "offerCount" .
-<http://schema.org/offerCount> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of offers for the product." .
-<http://schema.org/offerCount> <http://schema.org/domain> <http://schema.org/AggregateOffer> .
-<http://schema.org/offerCount> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/offerCount> <http://schema.org/range> <http://schema.org/Integer> .
-<http://schema.org/TheaterGroup> <http://www.w3.org/2000/01/rdf-schema#label> "TheaterGroup" .
-<http://schema.org/TheaterGroup> <http://www.w3.org/2000/01/rdf-schema#comment> "A theater group or company\u2014for example, the Royal Shakespeare Company or Druid Theatre." .
-<http://schema.org/TheaterGroup> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/PerformingGroup> .
-<http://schema.org/TheaterGroup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/FinancialService> <http://www.w3.org/2000/01/rdf-schema#label> "FinancialService" .
-<http://schema.org/FinancialService> <http://www.w3.org/2000/01/rdf-schema#comment> "Financial services business." .
-<http://schema.org/FinancialService> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/LocalBusiness> .
-<http://schema.org/FinancialService> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/paymentAccepted> <http://www.w3.org/2000/01/rdf-schema#label> "paymentAccepted" .
-<http://schema.org/paymentAccepted> <http://www.w3.org/2000/01/rdf-schema#comment> "Cash, credit card, etc." .
-<http://schema.org/paymentAccepted> <http://schema.org/domain> <http://schema.org/LocalBusiness> .
-<http://schema.org/paymentAccepted> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/paymentAccepted> <http://schema.org/range> <http://schema.org/Text> .
-<http://schema.org/datePosted> <http://www.w3.org/2000/01/rdf-schema#label> "datePosted" .
-<http://schema.org/datePosted> <http://www.w3.org/2000/01/rdf-schema#comment> "Publication date for the job posting." .
-<http://schema.org/datePosted> <http://schema.org/domain> <http://schema.org/JobPosting> .
-<http://schema.org/datePosted> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/datePosted> <http://schema.org/range> <http://schema.org/Date> .
-<http://schema.org/Mass> <http://www.w3.org/2000/01/rdf-schema#label> "Mass" .
-<http://schema.org/Mass> <http://www.w3.org/2000/01/rdf-schema#comment> "Properties that take Mass as values are of the form '<Number> <Mass unit of measure>'. E.g., '7 kg'" .
-<http://schema.org/Mass> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Quantity> .
-<http://schema.org/Mass> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://schema.org/comment> <http://www.w3.org/2000/01/rdf-schema#label> "comment" .
-<http://schema.org/comment> <http://www.w3.org/2000/01/rdf-schema#comment> "Comments, typically from users, on this CreativeWork." .
-<http://schema.org/comment> <http://schema.org/domain> <http://schema.org/CreativeWork> .
-<http://schema.org/comment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
-<http://schema.org/comment> <http://schema.org/range> <http://schema.org/UserComments> .
+<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." .
 
 
--- a/schema.org/drafts/alpha/rdfa.html	Fri May 11 16:25:56 2012 +0200
+++ b/schema.org/drafts/alpha/rdfa.html	Fri May 11 16:39:08 2012 +0200
@@ -91,7 +91,7 @@
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Offer">
       <span class="h" property="rdfs:label">Offer</span>
-      <span property="rdfs:comment">An offer to sell an item&mdash;for example, an offer to sell a product, the DVD of a movie, or tickets to an event.</span>
+      <span property="rdfs:comment">An offer to sell an item&#x2014;for example, an offer to sell a product, the DVD of a movie, or tickets to an event.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/AggregateOffer">
@@ -292,7 +292,7 @@
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Enumeration">
       <span class="h" property="rdfs:label">Enumeration</span>
-      <span property="rdfs:comment">Lists or enumerations&mdash;for example, a list of cuisines or music genres, etc.</span>
+      <span property="rdfs:comment">Lists or enumerations&#x2014;for example, a list of cuisines or music genres, etc.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/BookFormatType">
@@ -471,12 +471,12 @@
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/StructuredValue">
       <span class="h" property="rdfs:label">StructuredValue</span>
-      <span property="rdfs:comment">Structured values are strings&mdash;for example, addresses&mdash;that have certain constraints on their structure.</span>
+      <span property="rdfs:comment">Structured values are strings&#x2014;for example, addresses&#x2014;that have certain constraints on their structure.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/ContactPoint">
       <span class="h" property="rdfs:label">ContactPoint</span>
-      <span property="rdfs:comment">A contact point&mdash;for example, a Customer Complaints department.</span>
+      <span property="rdfs:comment">A contact point&#x2014;for example, a Customer Complaints department.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/StructuredValue">StructuredValue</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Continent">
@@ -521,12 +521,12 @@
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/DanceGroup">
       <span class="h" property="rdfs:label">DanceGroup</span>
-      <span property="rdfs:comment">A dance group&mdash;for example, the Alvin Ailey Dance Theater or Riverdance.</span>
+      <span property="rdfs:comment">A dance group&#x2014;for example, the Alvin Ailey Dance Theater or Riverdance.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PerformingGroup">PerformingGroup</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Date">
       <span class="h" property="rdfs:label">Date</span>
-      <span property="rdfs:comment">A date value in <a href=http://en.wikipedia.org/wiki/ISO_8601 target=new>ISO 8601 date format</a>.</span>
+      <span property="rdfs:comment">A date value in <a href="http://en.wikipedia.org/wiki/ISO_8601" >ISO 8601 date format</a>.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/DataType">DataType</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/DaySpa">
@@ -572,7 +572,7 @@
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Duration">
       <span class="h" property="rdfs:label">Duration</span>
-      <span property="rdfs:comment">Quantity: Duration (use  <a href=http://en.wikipedia.org/wiki/ISO_8601 target=new>ISO 8601 duration format</a>).</span>
+      <span property="rdfs:comment">Quantity: Duration (use  <a href="http://en.wikipedia.org/wiki/ISO_8601" >ISO 8601 duration format</a>).</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Quantity">Quantity</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/EducationEvent">
@@ -710,7 +710,7 @@
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/GovernmentOffice">
       <span class="h" property="rdfs:label">GovernmentOffice</span>
-      <span property="rdfs:comment">A government office&mdash;for example, an IRS or DMV office.</span>
+      <span property="rdfs:comment">A government office&#x2014;for example, an IRS or DMV office.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/GovernmentOrganization">
@@ -824,7 +824,7 @@
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/ItemList">
       <span class="h" property="rdfs:label">ItemList</span>
-      <span property="rdfs:comment">A list of items of any sort&mdash;for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting.</span>
+      <span property="rdfs:comment">A list of items of any sort&#x2014;for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/ItemPage">
@@ -859,7 +859,7 @@
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/LegislativeBuilding">
       <span class="h" property="rdfs:label">LegislativeBuilding</span>
-      <span property="rdfs:comment">A legislative building&mdash;for example, the state capitol.</span>
+      <span property="rdfs:comment">A legislative building&#x2014;for example, the state capitol.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/GovernmentBuilding">GovernmentBuilding</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Library">
@@ -1158,7 +1158,7 @@
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Product">
       <span class="h" property="rdfs:label">Product</span>
-      <span property="rdfs:comment">A product is anything that is made available for sale&mdash;for example, a pair of shoes, a concert ticket, or a car.</span>
+      <span property="rdfs:comment">A product is anything that is made available for sale&#x2014;for example, a pair of shoes, a concert ticket, or a car.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Thing">Thing</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/ProfilePage">
@@ -1385,7 +1385,7 @@
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/TheaterGroup">
       <span class="h" property="rdfs:label">TheaterGroup</span>
-      <span property="rdfs:comment">A theater group or company&mdash;for example, the Royal Shakespeare Company or Druid Theatre.</span>
+      <span property="rdfs:comment">A theater group or company&#x2014;for example, the Royal Shakespeare Company or Druid Theatre.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PerformingGroup">PerformingGroup</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/TireShop">
@@ -1769,7 +1769,7 @@
     </div>
     <div typeof="rdf:Property" about="http://schema.org/contentRating">
       <span class="h" property="rdfs:label">contentRating</span>
-      <span property="rdfs:comment">Official rating of a piece of content&mdash;for example,'MPAA PG-13'.</span>
+      <span property="rdfs:comment">Official rating of a piece of content&#x2014;for example,'MPAA PG-13'.</span>
       <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
       <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
@@ -1857,13 +1857,13 @@
     </div>
     <div typeof="rdf:Property" about="http://schema.org/inLanguage">
       <span class="h" property="rdfs:label">inLanguage</span>
-      <span property="rdfs:comment">The language of the content. please use one of the language codes from the <a href=http://tools.ietf.org/html/bcp47>IETF BCP 47 standard.</a></span>
+      <span property="rdfs:comment">The language of the content. please use one of the language codes from the <a href="http://tools.ietf.org/html/bcp47">IETF BCP 47 standard.</a></span>
       <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
       <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/interactionCount">
       <span class="h" property="rdfs:label">interactionCount</span>
-      <span property="rdfs:comment">A count of a specific user interactions with this item&mdash;for example, <code>20 UserLikes</code>, <code>5 UserComments</code>, or <code>300 UserDownloads</code>. The user interaction type should be one of the sub types of <a href=UserInteraction>UserInteraction</a>.</span>
+      <span property="rdfs:comment">A count of a specific user interactions with this item&#x2014;for example, <code>20 UserLikes</code>, <code>5 UserComments</code>, or <code>300 UserDownloads</code>. The user interaction type should be one of the sub types of <a href="http://schema.org/UserInteraction">UserInteraction</a>.</span>
       <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
       <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
       <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
@@ -1891,7 +1891,7 @@
     </div>
     <div typeof="rdf:Property" about="http://schema.org/offers">
       <span class="h" property="rdfs:label">offers</span>
-      <span property="rdfs:comment">An offer to sell this item&mdash;for example, an offer to sell a product, the DVD of a movie, or tickets to an event.</span>
+      <span property="rdfs:comment">An offer to sell this item&#x2014;for example, an offer to sell a product, the DVD of a movie, or tickets to an event.</span>
       <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
       <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
       <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Event">Event</a></span>
@@ -1989,7 +1989,7 @@
     </div>
     <div typeof="rdf:Property" about="http://schema.org/duration">
       <span class="h" property="rdfs:label">duration</span>
-      <span property="rdfs:comment">The duration of the item (movie, audio recording, event, etc.) in <a href=http://en.wikipedia.org/wiki/ISO_8601 target=new>ISO 8601 date format</a>.</span>
+      <span property="rdfs:comment">The duration of the item (movie, audio recording, event, etc.) in <a href="http://en.wikipedia.org/wiki/ISO_8601" >ISO 8601 date format</a>.</span>
       <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
       <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Event">Event</a></span>
       <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Movie">Movie</a></span>
@@ -1998,7 +1998,7 @@
     </div>
     <div typeof="rdf:Property" about="http://schema.org/endDate">
       <span class="h" property="rdfs:label">endDate</span>
-      <span property="rdfs:comment">The end date and time of the event (in <a href=http://en.wikipedia.org/wiki/ISO_8601 target=new>ISO 8601 date format</a>).</span>
+      <span property="rdfs:comment">The end date and time of the event (in <a href="http://en.wikipedia.org/wiki/ISO_8601" >ISO 8601 date format</a>).</span>
       <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Event">Event</a></span>
       <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeason">TVSeason</a></span>
       <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeries">TVSeries</a></span>
@@ -2014,21 +2014,21 @@
     </div>
     <div typeof="rdf:Property" about="http://schema.org/performer">
       <span class="h" property="rdfs:label">performer</span>
-      <span property="rdfs:comment">A performer at the event&mdash;for example, a presenter, musician, musical group or actor.</span>
+      <span property="rdfs:comment">A performer at the event&#x2014;for example, a presenter, musician, musical group or actor.</span>
       <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Event">Event</a></span>
       <span>Range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
       <span>Range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/performers">
       <span class="h" property="rdfs:label">performers</span>
-      <span property="rdfs:comment">The main performer or performers of the event&mdash;for example, a presenter, musician, or actor (legacy spelling; see singular form, performer).</span>
+      <span property="rdfs:comment">The main performer or performers of the event&#x2014;for example, a presenter, musician, or actor (legacy spelling; see singular form, performer).</span>
       <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Event">Event</a></span>
       <span>Range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
       <span>Range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/startDate">
       <span class="h" property="rdfs:label">startDate</span>
-      <span property="rdfs:comment">The start date and time of the event (in <a href=http://en.wikipedia.org/wiki/ISO_8601 target=new>ISO 8601 date format</a>).</span>
+      <span property="rdfs:comment">The start date and time of the event (in <a href="http://en.wikipedia.org/wiki/ISO_8601" >ISO 8601 date format</a>).</span>
       <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Event">Event</a></span>
       <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeason">TVSeason</a></span>
       <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/TVSeries">TVSeries</a></span>
@@ -2272,7 +2272,7 @@
     </div>
     <div typeof="rdf:Property" about="http://schema.org/currenciesAccepted">
       <span class="h" property="rdfs:label">currenciesAccepted</span>
-      <span property="rdfs:comment">The currency accepted (in <a href=http://en.wikipedia.org/wiki/ISO_4217 target=new>ISO 4217 currency format</a>).</span>
+      <span property="rdfs:comment">The currency accepted (in <a href="http://en.wikipedia.org/wiki/ISO_4217">ISO 4217 currency format</a>).</span>
       <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
       <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
@@ -2344,13 +2344,13 @@
     </div>
     <div typeof="rdf:Property" about="http://schema.org/playerType">
       <span class="h" property="rdfs:label">playerType</span>
-      <span property="rdfs:comment">Player type required&mdash;for example, Flash or Silverlight.</span>
+      <span property="rdfs:comment">Player type required&#x2014;for example, Flash or Silverlight.</span>
       <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
       <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/regionsAllowed">
       <span class="h" property="rdfs:label">regionsAllowed</span>
-      <span property="rdfs:comment">The regions where the media is allowed. If not specified, then it's assumed to be allowed everywhere. Specify the countries in <a href=http://en.wikipedia.org/wiki/ISO_3166 target=new>ISO 3166 format</a>.</span>
+      <span property="rdfs:comment">The regions where the media is allowed. If not specified, then it's assumed to be allowed everywhere. Specify the countries in <a href="http://en.wikipedia.org/wiki/ISO_3166">ISO 3166 format</a>.</span>
       <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
       <span>Range: <a property="http://schema.org/range" href="http://schema.org/Place">Place</a></span>
     </div>
@@ -2458,20 +2458,20 @@
     </div>
     <div typeof="rdf:Property" about="http://schema.org/musicGroupMember">
       <span class="h" property="rdfs:label">musicGroupMember</span>
-      <span property="rdfs:comment">A member of the music group&mdash;for example, John, Paul, George, or Ringo.</span>
+      <span property="rdfs:comment">A member of the music group&#x2014;for example, John, Paul, George, or Ringo.</span>
       <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MusicGroup">MusicGroup</a></span>
       <span>Range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/track">
       <span class="h" property="rdfs:label">track</span>
-      <span property="rdfs:comment">A music recording (track)&mdash;usually a single song.</span>
+      <span property="rdfs:comment">A music recording (track)&#x2014;usually a single song.</span>
       <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MusicPlaylist">MusicPlaylist</a></span>
       <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MusicGroup">MusicGroup</a></span>
       <span>Range: <a property="http://schema.org/range" href="http://schema.org/MusicRecording">MusicRecording</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/tracks">
       <span class="h" property="rdfs:label">tracks</span>
-      <span property="rdfs:comment">A music recording (track)&mdash;usually a single song (legacy spelling; see singular form, track).</span>
+      <span property="rdfs:comment">A music recording (track)&#x2014;usually a single song (legacy spelling; see singular form, track).</span>
       <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MusicPlaylist">MusicPlaylist</a></span>
       <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/MusicGroup">MusicGroup</a></span>
       <span>Range: <a property="http://schema.org/range" href="http://schema.org/MusicRecording">MusicRecording</a></span>
@@ -2598,13 +2598,13 @@
     </div>
     <div typeof="rdf:Property" about="http://schema.org/availability">
       <span class="h" property="rdfs:label">availability</span>
-      <span property="rdfs:comment">The availability of this item&mdash;for example In stock, Out of stock, Pre-order, etc.</span>
+      <span property="rdfs:comment">The availability of this item&#x2014;for example In stock, Out of stock, Pre-order, etc.</span>
       <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
       <span>Range: <a property="http://schema.org/range" href="http://schema.org/ItemAvailability">ItemAvailability</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/itemCondition">
       <span class="h" property="rdfs:label">itemCondition</span>
-      <span property="rdfs:comment">The condition of the item for sale&mdash;for example New, Refurbished, Used, etc.</span>
+      <span property="rdfs:comment">The condition of the item for sale&#x2014;for example New, Refurbished, Used, etc.</span>
       <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
       <span>Range: <a property="http://schema.org/range" href="http://schema.org/OfferItemCondition">OfferItemCondition</a></span>
     </div>
@@ -2623,7 +2623,7 @@
     </div>
     <div typeof="rdf:Property" about="http://schema.org/priceCurrency">
       <span class="h" property="rdfs:label">priceCurrency</span>
-      <span property="rdfs:comment">The currency (in 3-letter <a href=http://en.wikipedia.org/wiki/ISO_4217>ISO 4217 format</a>) of the offer price.</span>
+      <span property="rdfs:comment">The currency (in 3-letter <a href="http://en.wikipedia.org/wiki/ISO_4217">ISO 4217 format</a>) of the offer price.</span>
       <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
       <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
@@ -2930,7 +2930,7 @@
     </div>
     <div typeof="rdf:Property" about="http://schema.org/addressCountry">
       <span class="h" property="rdfs:label">addressCountry</span>
-      <span property="rdfs:comment">The country. For example, USA. You can also provide the two-letter <a href=http://en.wikipedia.org/wiki/ISO_3166-1 target=new>ISO 3166-1 alpha-2 country code</a>.</span>
+      <span property="rdfs:comment">The country. For example, USA. You can also provide the two-letter <a href="http://en.wikipedia.org/wiki/ISO_3166-1">ISO 3166-1 alpha-2 country code</a>.</span>
       <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/PostalAddress">PostalAddress</a></span>
       <span>Range: <a property="http://schema.org/range" href="http://schema.org/Country">Country</a></span>
     </div>
@@ -3010,7 +3010,7 @@
     </div>
     <div typeof="rdf:Property" about="http://schema.org/cookTime">
       <span class="h" property="rdfs:label">cookTime</span>
-      <span property="rdfs:comment">The time it takes to actually cook the dish, in <a href=http://en.wikipedia.org/wiki/ISO_8601 target=new>ISO 8601 duration format</a>.</span>
+      <span property="rdfs:comment">The time it takes to actually cook the dish, in <a href="http://en.wikipedia.org/wiki/ISO_8601" >ISO 8601 duration format</a>.</span>
       <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Recipe">Recipe</a></span>
       <span>Range: <a property="http://schema.org/range" href="http://schema.org/Duration">Duration</a></span>
     </div>
@@ -3034,13 +3034,13 @@
     </div>
     <div typeof="rdf:Property" about="http://schema.org/prepTime">
       <span class="h" property="rdfs:label">prepTime</span>
-      <span property="rdfs:comment">The length of time it takes to prepare the recipe, in <a href=http://en.wikipedia.org/wiki/ISO_8601 target=new>ISO 8601 duration format</a>.</span>
+      <span property="rdfs:comment">The length of time it takes to prepare the recipe, in <a href="http://en.wikipedia.org/wiki/ISO_8601" >ISO 8601 duration format</a>.</span>
       <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Recipe">Recipe</a></span>
       <span>Range: <a property="http://schema.org/range" href="http://schema.org/Duration">Duration</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/recipeCategory">
       <span class="h" property="rdfs:label">recipeCategory</span>
-      <span property="rdfs:comment">The category of the recipe&mdash;for example, appetizer, entree, etc.</span>
+      <span property="rdfs:comment">The category of the recipe&#x2014;for example, appetizer, entree, etc.</span>
       <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Recipe">Recipe</a></span>
       <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
@@ -3064,7 +3064,7 @@
     </div>
     <div typeof="rdf:Property" about="http://schema.org/totalTime">
       <span class="h" property="rdfs:label">totalTime</span>
-      <span property="rdfs:comment">The total time it takes to prepare and cook the recipe, in <a href=http://en.wikipedia.org/wiki/ISO_8601 target=new>ISO 8601 duration format</a>.</span>
+      <span property="rdfs:comment">The total time it takes to prepare and cook the recipe, in <a href="http://en.wikipedia.org/wiki/ISO_8601" >ISO 8601 duration format</a>.</span>
       <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Recipe">Recipe</a></span>
       <span>Range: <a property="http://schema.org/range" href="http://schema.org/Duration">Duration</a></span>
     </div>