Skip to content

Instantly share code, notes, and snippets.

@ncbateman
Created April 24, 2015 09:31
Show Gist options
  • Save ncbateman/111b9191b36d7f704b57 to your computer and use it in GitHub Desktop.
Save ncbateman/111b9191b36d7f704b57 to your computer and use it in GitHub Desktop.
Schema.org Properties array PHP 2015
<?php
array (
'http://schema.org/Thing' => 'Thing',
'http://schema.org/CreativeWork' => 'CreativeWork',
'http://schema.org/WebPage' => 'WebPage',
'http://schema.org/AboutPage' => 'AboutPage',
'http://schema.org/Organization' => 'Organization',
'http://schema.org/Place' => 'Place',
'http://schema.org/LocalBusiness' => 'LocalBusiness',
'http://schema.org/FinancialService' => 'FinancialService',
'http://schema.org/ProfessionalService' => 'ProfessionalService',
'http://schema.org/AccountingService' => 'AccountingService',
'http://schema.org/AdministrativeArea' => 'AdministrativeArea',
'http://schema.org/EntertainmentBusiness' => 'EntertainmentBusiness',
'http://schema.org/AdultEntertainment' => 'AdultEntertainment',
'http://schema.org/Intangible' => 'Intangible',
'http://schema.org/Offer' => 'Offer',
'http://schema.org/AggregateOffer' => 'AggregateOffer',
'http://schema.org/Rating' => 'Rating',
'http://schema.org/AggregateRating' => 'AggregateRating',
'http://schema.org/CivicStructure' => 'CivicStructure',
'http://schema.org/Airport' => 'Airport',
'http://schema.org/AmusementPark' => 'AmusementPark',
'http://schema.org/MedicalEntity' => 'MedicalEntity',
'http://schema.org/AnatomicalStructure' => 'AnatomicalStructure',
'http://schema.org/AnatomicalSystem' => 'AnatomicalSystem',
'http://schema.org/AnimalShelter' => 'AnimalShelter',
'http://schema.org/Residence' => 'Residence',
'http://schema.org/ApartmentComplex' => 'ApartmentComplex',
'http://schema.org/MedicalIndication' => 'MedicalIndication',
'http://schema.org/ApprovedIndication' => 'ApprovedIndication',
'http://schema.org/Aquarium' => 'Aquarium',
'http://schema.org/ArtGallery' => 'ArtGallery',
'http://schema.org/Vessel' => 'Vessel',
'http://schema.org/Artery' => 'Artery',
'http://schema.org/Article' => 'Article',
'http://schema.org/Attorney' => 'Attorney',
'http://schema.org/Audience' => 'Audience',
'http://schema.org/Researcher' => 'Researcher',
'http://schema.org/MediaObject' => 'MediaObject',
'http://schema.org/AudioObject' => 'AudioObject',
'http://schema.org/AutomotiveBusiness' => 'AutomotiveBusiness',
'http://schema.org/AutoBodyShop' => 'AutoBodyShop',
'http://schema.org/AutoDealer' => 'AutoDealer',
'http://schema.org/Store' => 'Store',
'http://schema.org/AutoPartsStore' => 'AutoPartsStore',
'http://schema.org/AutoRental' => 'AutoRental',
'http://schema.org/AutoRepair' => 'AutoRepair',
'http://schema.org/AutoWash' => 'AutoWash',
'http://schema.org/AutomatedTeller' => 'AutomatedTeller',
'http://schema.org/FoodEstablishment' => 'FoodEstablishment',
'http://schema.org/Bakery' => 'Bakery',
'http://schema.org/BankOrCreditUnion' => 'BankOrCreditUnion',
'http://schema.org/BarOrPub' => 'BarOrPub',
'http://schema.org/Beach' => 'Beach',
'http://schema.org/HealthAndBeautyBusiness' => 'HealthAndBeautyBusiness',
'http://schema.org/BeautySalon' => 'BeautySalon',
'http://schema.org/LodgingBusiness' => 'LodgingBusiness',
'http://schema.org/BedAndBreakfast' => 'BedAndBreakfast',
'http://schema.org/BikeStore' => 'BikeStore',
'http://schema.org/Blog' => 'Blog',
'http://schema.org/BlogPosting' => 'BlogPosting',
'http://schema.org/MedicalTest' => 'MedicalTest',
'http://schema.org/BloodTest' => 'BloodTest',
'http://schema.org/Landform' => 'Landform',
'http://schema.org/BodyOfWater' => 'BodyOfWater',
'http://schema.org/Bone' => 'Bone',
'http://schema.org/Book' => 'Book',
'http://schema.org/Enumeration' => 'Enumeration',
'http://schema.org/BookFormatType' => 'BookFormatType',
'http://schema.org/EBook' => 'EBook',
'http://schema.org/Hardcover' => 'Hardcover',
'http://schema.org/Paperback' => 'Paperback',
'http://schema.org/BookStore' => 'BookStore',
'http://schema.org/DataType' => 'DataType',
'http://schema.org/Boolean' => 'Boolean',
'http://schema.org/False' => 'False',
'http://schema.org/True' => 'True',
'http://schema.org/SportsActivityLocation' => 'SportsActivityLocation',
'http://schema.org/BowlingAlley' => 'BowlingAlley',
'http://schema.org/BrainStructure' => 'BrainStructure',
'http://schema.org/Brewery' => 'Brewery',
'http://schema.org/PlaceOfWorship' => 'PlaceOfWorship',
'http://schema.org/BuddhistTemple' => 'BuddhistTemple',
'http://schema.org/BusStation' => 'BusStation',
'http://schema.org/BusStop' => 'BusStop',
'http://schema.org/Event' => 'Event',
'http://schema.org/BusinessEvent' => 'BusinessEvent',
'http://schema.org/CafeOrCoffeeShop' => 'CafeOrCoffeeShop',
'http://schema.org/Campground' => 'Campground',
'http://schema.org/Canal' => 'Canal',
'http://schema.org/Casino' => 'Casino',
'http://schema.org/CatholicChurch' => 'CatholicChurch',
'http://schema.org/Cemetery' => 'Cemetery',
'http://schema.org/CheckoutPage' => 'CheckoutPage',
'http://schema.org/ChildCare' => 'ChildCare',
'http://schema.org/ChildrensEvent' => 'ChildrensEvent',
'http://schema.org/Church' => 'Church',
'http://schema.org/City' => 'City',
'http://schema.org/GovernmentBuilding' => 'GovernmentBuilding',
'http://schema.org/CityHall' => 'CityHall',
'http://schema.org/ClothingStore' => 'ClothingStore',
'http://schema.org/CollectionPage' => 'CollectionPage',
'http://schema.org/EducationalOrganization' => 'EducationalOrganization',
'http://schema.org/CollegeOrUniversity' => 'CollegeOrUniversity',
'http://schema.org/ComedyClub' => 'ComedyClub',
'http://schema.org/ComedyEvent' => 'ComedyEvent',
'http://schema.org/Comment' => 'Comment',
'http://schema.org/ComputerStore' => 'ComputerStore',
'http://schema.org/ContactPage' => 'ContactPage',
'http://schema.org/StructuredValue' => 'StructuredValue',
'http://schema.org/ContactPoint' => 'ContactPoint',
'http://schema.org/Continent' => 'Continent',
'http://schema.org/ConvenienceStore' => 'ConvenienceStore',
'http://schema.org/Corporation' => 'Corporation',
'http://schema.org/Country' => 'Country',
'http://schema.org/Courthouse' => 'Courthouse',
'http://schema.org/Crematorium' => 'Crematorium',
'http://schema.org/MedicalIntangible' => 'MedicalIntangible',
'http://schema.org/DDxElement' => 'DDxElement',
'http://schema.org/DanceEvent' => 'DanceEvent',
'http://schema.org/PerformingGroup' => 'PerformingGroup',
'http://schema.org/DanceGroup' => 'DanceGroup',
'http://schema.org/Date' => 'Date',
'http://schema.org/DateTime' => 'DateTime',
'http://schema.org/DaySpa' => 'DaySpa',
'http://schema.org/DefenceEstablishment' => 'DefenceEstablishment',
'http://schema.org/MedicalOrganization' => 'MedicalOrganization',
'http://schema.org/Dentist' => 'Dentist',
'http://schema.org/DepartmentStore' => 'DepartmentStore',
'http://schema.org/DiagnosticLab' => 'DiagnosticLab',
'http://schema.org/MedicalProcedure' => 'MedicalProcedure',
'http://schema.org/DiagnosticProcedure' => 'DiagnosticProcedure',
'http://schema.org/MedicalTherapy' => 'MedicalTherapy',
'http://schema.org/LifestyleModification' => 'LifestyleModification',
'http://schema.org/Diet' => 'Diet',
'http://schema.org/DietarySupplement' => 'DietarySupplement',
'http://schema.org/Quantity' => 'Quantity',
'http://schema.org/Distance' => 'Distance',
'http://schema.org/DoseSchedule' => 'DoseSchedule',
'http://schema.org/Drug' => 'Drug',
'http://schema.org/DrugClass' => 'DrugClass',
'http://schema.org/DrugCost' => 'DrugCost',
'http://schema.org/MedicalEnumeration' => 'MedicalEnumeration',
'http://schema.org/DrugCostCategory' => 'DrugCostCategory',
'http://schema.org/ReimbursementCap' => 'ReimbursementCap',
'http://schema.org/Retail' => 'Retail',
'http://schema.org/Wholesale' => 'Wholesale',
'http://schema.org/DrugLegalStatus' => 'DrugLegalStatus',
'http://schema.org/DrugPregnancyCategory' => 'DrugPregnancyCategory',
'http://schema.org/FDAcategoryA' => 'FDAcategoryA',
'http://schema.org/FDAcategoryB' => 'FDAcategoryB',
'http://schema.org/FDAcategoryC' => 'FDAcategoryC',
'http://schema.org/FDAcategoryD' => 'FDAcategoryD',
'http://schema.org/FDAcategoryX' => 'FDAcategoryX',
'http://schema.org/FDAnotEvaluated' => 'FDAnotEvaluated',
'http://schema.org/DrugPrescriptionStatus' => 'DrugPrescriptionStatus',
'http://schema.org/OTC' => 'OTC',
'http://schema.org/PrescriptionOnly' => 'PrescriptionOnly',
'http://schema.org/DrugStrength' => 'DrugStrength',
'http://schema.org/DryCleaningOrLaundry' => 'DryCleaningOrLaundry',
'http://schema.org/Duration' => 'Duration',
'http://schema.org/EducationEvent' => 'EducationEvent',
'http://schema.org/HomeAndConstructionBusiness' => 'HomeAndConstructionBusiness',
'http://schema.org/Electrician' => 'Electrician',
'http://schema.org/ElectronicsStore' => 'ElectronicsStore',
'http://schema.org/ElementarySchool' => 'ElementarySchool',
'http://schema.org/Embassy' => 'Embassy',
'http://schema.org/EmergencyService' => 'EmergencyService',
'http://schema.org/EmploymentAgency' => 'EmploymentAgency',
'http://schema.org/Energy' => 'Energy',
'http://schema.org/EventVenue' => 'EventVenue',
'http://schema.org/ExerciseGym' => 'ExerciseGym',
'http://schema.org/PhysicalActivity' => 'PhysicalActivity',
'http://schema.org/ExercisePlan' => 'ExercisePlan',
'http://schema.org/FastFoodRestaurant' => 'FastFoodRestaurant',
'http://schema.org/Festival' => 'Festival',
'http://schema.org/FireStation' => 'FireStation',
'http://schema.org/Number' => 'Number',
'http://schema.org/Float' => 'Float',
'http://schema.org/Florist' => 'Florist',
'http://schema.org/FoodEvent' => 'FoodEvent',
'http://schema.org/FurnitureStore' => 'FurnitureStore',
'http://schema.org/GardenStore' => 'GardenStore',
'http://schema.org/GasStation' => 'GasStation',
'http://schema.org/GatedResidenceCommunity' => 'GatedResidenceCommunity',
'http://schema.org/GeneralContractor' => 'GeneralContractor',
'http://schema.org/GeoCoordinates' => 'GeoCoordinates',
'http://schema.org/GeoShape' => 'GeoShape',
'http://schema.org/GolfCourse' => 'GolfCourse',
'http://schema.org/GovernmentOffice' => 'GovernmentOffice',
'http://schema.org/GovernmentOrganization' => 'GovernmentOrganization',
'http://schema.org/GroceryStore' => 'GroceryStore',
'http://schema.org/HVACBusiness' => 'HVACBusiness',
'http://schema.org/HairSalon' => 'HairSalon',
'http://schema.org/HardwareStore' => 'HardwareStore',
'http://schema.org/HealthClub' => 'HealthClub',
'http://schema.org/HighSchool' => 'HighSchool',
'http://schema.org/HinduTemple' => 'HinduTemple',
'http://schema.org/HobbyShop' => 'HobbyShop',
'http://schema.org/HomeGoodsStore' => 'HomeGoodsStore',
'http://schema.org/Hospital' => 'Hospital',
'http://schema.org/Hostel' => 'Hostel',
'http://schema.org/Hotel' => 'Hotel',
'http://schema.org/HousePainter' => 'HousePainter',
'http://schema.org/IceCreamShop' => 'IceCreamShop',
'http://schema.org/ImageGallery' => 'ImageGallery',
'http://schema.org/ImageObject' => 'ImageObject',
'http://schema.org/ImagingTest' => 'ImagingTest',
'http://schema.org/InfectiousAgentClass' => 'InfectiousAgentClass',
'http://schema.org/Bacteria' => 'Bacteria',
'http://schema.org/Fungus' => 'Fungus',
'http://schema.org/MulticellularParasite' => 'MulticellularParasite',
'http://schema.org/Prion' => 'Prion',
'http://schema.org/Protozoa' => 'Protozoa',
'http://schema.org/Virus' => 'Virus',
'http://schema.org/MedicalCondition' => 'MedicalCondition',
'http://schema.org/InfectiousDisease' => 'InfectiousDisease',
'http://schema.org/InsuranceAgency' => 'InsuranceAgency',
'http://schema.org/Integer' => 'Integer',
'http://schema.org/InternetCafe' => 'InternetCafe',
'http://schema.org/ItemAvailability' => 'ItemAvailability',
'http://schema.org/Discontinued' => 'Discontinued',
'http://schema.org/InStock' => 'InStock',
'http://schema.org/InStoreOnly' => 'InStoreOnly',
'http://schema.org/LimitedAvailability' => 'LimitedAvailability',
'http://schema.org/OnlineOnly' => 'OnlineOnly',
'http://schema.org/OutOfStock' => 'OutOfStock',
'http://schema.org/PreOrder' => 'PreOrder',
'http://schema.org/SoldOut' => 'SoldOut',
'http://schema.org/ItemList' => 'ItemList',
'http://schema.org/BreadcrumbList' => 'BreadcrumbList',
'http://schema.org/ItemPage' => 'ItemPage',
'http://schema.org/JewelryStore' => 'JewelryStore',
'http://schema.org/JobPosting' => 'JobPosting',
'http://schema.org/Joint' => 'Joint',
'http://schema.org/LakeBodyOfWater' => 'LakeBodyOfWater',
'http://schema.org/LandmarksOrHistoricalBuildings' => 'LandmarksOrHistoricalBuildings',
'http://schema.org/Language' => 'Language',
'http://schema.org/LegislativeBuilding' => 'LegislativeBuilding',
'http://schema.org/Library' => 'Library',
'http://schema.org/Ligament' => 'Ligament',
'http://schema.org/LiquorStore' => 'LiquorStore',
'http://schema.org/LiteraryEvent' => 'LiteraryEvent',
'http://schema.org/Locksmith' => 'Locksmith',
'http://schema.org/LymphaticVessel' => 'LymphaticVessel',
'http://schema.org/Map' => 'Map',
'http://schema.org/MapCategoryType' => 'MapCategoryType',
'http://schema.org/ParkingMap' => 'ParkingMap',
'http://schema.org/SeatingMap' => 'SeatingMap',
'http://schema.org/VenueMap' => 'VenueMap',
'http://schema.org/TransitMap' => 'TransitMap',
'http://schema.org/mapType' => 'mapType',
'http://schema.org/Mass' => 'Mass',
'http://schema.org/MaximumDoseSchedule' => 'MaximumDoseSchedule',
'http://schema.org/PeopleAudience' => 'PeopleAudience',
'http://schema.org/MedicalAudience' => 'MedicalAudience',
'http://schema.org/Clinician' => 'Clinician',
'http://schema.org/MedicalResearcher' => 'MedicalResearcher',
'http://schema.org/Patient' => 'Patient',
'http://schema.org/MedicalCause' => 'MedicalCause',
'http://schema.org/MedicalClinic' => 'MedicalClinic',
'http://schema.org/MedicalCode' => 'MedicalCode',
'http://schema.org/MedicalConditionStage' => 'MedicalConditionStage',
'http://schema.org/MedicalContraindication' => 'MedicalContraindication',
'http://schema.org/MedicalDevice' => 'MedicalDevice',
'http://schema.org/MedicalDevicePurpose' => 'MedicalDevicePurpose',
'http://schema.org/Diagnostic' => 'Diagnostic',
'http://schema.org/Therapeutic' => 'Therapeutic',
'http://schema.org/MedicalEvidenceLevel' => 'MedicalEvidenceLevel',
'http://schema.org/EvidenceLevelA' => 'EvidenceLevelA',
'http://schema.org/EvidenceLevelB' => 'EvidenceLevelB',
'http://schema.org/EvidenceLevelC' => 'EvidenceLevelC',
'http://schema.org/MedicalGuideline' => 'MedicalGuideline',
'http://schema.org/MedicalGuidelineContraindication' => 'MedicalGuidelineContraindication',
'http://schema.org/MedicalGuidelineRecommendation' => 'MedicalGuidelineRecommendation',
'http://schema.org/MedicalImagingTechnique' => 'MedicalImagingTechnique',
'http://schema.org/CT' => 'CT',
'http://schema.org/MRI' => 'MRI',
'http://schema.org/PET' => 'PET',
'http://schema.org/Ultrasound' => 'Ultrasound',
'http://schema.org/XRay' => 'XRay',
'http://schema.org/MedicalStudy' => 'MedicalStudy',
'http://schema.org/MedicalObservationalStudy' => 'MedicalObservationalStudy',
'http://schema.org/MedicalObservationalStudyDesign' => 'MedicalObservationalStudyDesign',
'http://schema.org/CaseSeries' => 'CaseSeries',
'http://schema.org/CohortStudy' => 'CohortStudy',
'http://schema.org/CrossSectional' => 'CrossSectional',
'http://schema.org/Longitudinal' => 'Longitudinal',
'http://schema.org/Observational' => 'Observational',
'http://schema.org/Registry' => 'Registry',
'http://schema.org/MedicalProcedureType' => 'MedicalProcedureType',
'http://schema.org/NoninvasiveProcedure' => 'NoninvasiveProcedure',
'http://schema.org/PercutaneousProcedure' => 'PercutaneousProcedure',
'http://schema.org/SurgicalProcedure' => 'SurgicalProcedure',
'http://schema.org/MedicalRiskEstimator' => 'MedicalRiskEstimator',
'http://schema.org/MedicalRiskCalculator' => 'MedicalRiskCalculator',
'http://schema.org/MedicalRiskFactor' => 'MedicalRiskFactor',
'http://schema.org/MedicalRiskScore' => 'MedicalRiskScore',
'http://schema.org/ScholarlyArticle' => 'ScholarlyArticle',
'http://schema.org/MedicalScholarlyArticle' => 'MedicalScholarlyArticle',
'http://schema.org/MedicalSignOrSymptom' => 'MedicalSignOrSymptom',
'http://schema.org/MedicalSign' => 'MedicalSign',
'http://schema.org/Specialty' => 'Specialty',
'http://schema.org/MedicalSpecialty' => 'MedicalSpecialty',
'http://schema.org/Anesthesia' => 'Anesthesia',
'http://schema.org/Cardiovascular' => 'Cardiovascular',
'http://schema.org/CommunityHealth' => 'CommunityHealth',
'http://schema.org/Dentistry' => 'Dentistry',
'http://schema.org/Dermatologic' => 'Dermatologic',
'http://schema.org/DietNutrition' => 'DietNutrition',
'http://schema.org/Emergency' => 'Emergency',
'http://schema.org/Endocrine' => 'Endocrine',
'http://schema.org/Gastroenterologic' => 'Gastroenterologic',
'http://schema.org/Genetic' => 'Genetic',
'http://schema.org/Geriatric' => 'Geriatric',
'http://schema.org/Gynecologic' => 'Gynecologic',
'http://schema.org/Hematologic' => 'Hematologic',
'http://schema.org/Infectious' => 'Infectious',
'http://schema.org/LaboratoryScience' => 'LaboratoryScience',
'http://schema.org/Midwifery' => 'Midwifery',
'http://schema.org/Musculoskeletal' => 'Musculoskeletal.',
'http://schema.org/Neurologic' => 'Neurologic.',
'http://schema.org/Nursing' => 'Nursing',
'http://schema.org/Obstetric' => 'Obstetric',
'http://schema.org/OccupationalTherapy' => 'OccupationalTherapy',
'http://schema.org/Oncologic' => 'Oncologic',
'http://schema.org/Optometic' => 'Optometic',
'http://schema.org/Otolaryngologic' => 'Otolaryngologic',
'http://schema.org/Pathology' => 'Pathology',
'http://schema.org/Pediatric' => 'Pediatric',
'http://schema.org/PharmacySpecialty' => 'PharmacySpecialty',
'http://schema.org/Physiotherapy' => 'Physiotherapy',
'http://schema.org/PlasticSurgery' => 'PlasticSurgery',
'http://schema.org/Podiatric' => 'Podiatric',
'http://schema.org/PrimaryCare' => 'PrimaryCare',
'http://schema.org/Psychiatric' => 'Psychiatric',
'http://schema.org/PublicHealth' => 'PublicHealth',
'http://schema.org/Pulmonary' => 'Pulmonary',
'http://schema.org/Radiograpy' => 'Radiograpy',
'http://schema.org/Renal' => 'Renal',
'http://schema.org/RespiratoryTherapy' => 'RespiratoryTherapy',
'http://schema.org/Rheumatologic' => 'Rheumatologic',
'http://schema.org/SpeechPathology' => 'SpeechPathology',
'http://schema.org/Surgical' => 'Surgical',
'http://schema.org/Toxicologic' => 'Toxicologic',
'http://schema.org/Urologic' => 'Urologic',
'http://schema.org/MedicalStudyStatus' => 'MedicalStudyStatus',
'http://schema.org/ActiveNotRecruiting' => 'ActiveNotRecruiting',
'http://schema.org/Completed' => 'Completed',
'http://schema.org/EnrollingByInvitation' => 'EnrollingByInvitation',
'http://schema.org/NotYetRecruiting' => 'NotYetRecruiting',
'http://schema.org/Recruiting' => 'Recruiting',
'http://schema.org/ResultsAvailable' => 'ResultsAvailable',
'http://schema.org/ResultsNotAvailable' => 'ResultsNotAvailable',
'http://schema.org/Suspended' => 'Suspended',
'http://schema.org/Terminated' => 'Terminated',
'http://schema.org/Withdrawn' => 'Withdrawn',
'http://schema.org/MedicalSymptom' => 'MedicalSymptom',
'http://schema.org/MedicalTestPanel' => 'MedicalTestPanel',
'http://schema.org/MedicalTrial' => 'MedicalTrial',
'http://schema.org/MedicalTrialDesign' => 'MedicalTrialDesign',
'http://schema.org/DoubleBlindedTrial' => 'DoubleBlindedTrial',
'http://schema.org/InternationalTrial' => 'InternationalTrial',
'http://schema.org/MultiCenterTrial' => 'MultiCenterTrial',
'http://schema.org/OpenTrial' => 'OpenTrial',
'http://schema.org/PlaceboControlledTrial' => 'PlaceboControlledTrial',
'http://schema.org/RandomizedTrial' => 'RandomizedTrial',
'http://schema.org/SingleBlindedTrial' => 'SingleBlindedTrial',
'http://schema.org/SingleCenterTrial' => 'SingleCenterTrial',
'http://schema.org/TripleBlindedTrial' => 'TripleBlindedTrial',
'http://schema.org/MedicalWebPage' => 'MedicalWebPage',
'http://schema.org/MedicineSystem' => 'MedicineSystem',
'http://schema.org/Ayurvedic' => 'Ayurvedic',
'http://schema.org/Chiropractic' => 'Chiropractic',
'http://schema.org/Homeopathic' => 'Homeopathic',
'http://schema.org/Osteopathic' => 'Osteopathic',
'http://schema.org/TraditionalChinese' => 'TraditionalChinese',
'http://schema.org/WesternConventional' => 'WesternConventional',
'http://schema.org/MensClothingStore' => 'MensClothingStore',
'http://schema.org/MiddleSchool' => 'MiddleSchool',
'http://schema.org/SoftwareApplication' => 'SoftwareApplication',
'http://schema.org/MobileApplication' => 'MobileApplication',
'http://schema.org/MobilePhoneStore' => 'MobilePhoneStore',
'http://schema.org/Mosque' => 'Mosque',
'http://schema.org/Motel' => 'Motel',
'http://schema.org/MotorcycleDealer' => 'MotorcycleDealer',
'http://schema.org/MotorcycleRepair' => 'MotorcycleRepair',
'http://schema.org/Mountain' => 'Mountain',
'http://schema.org/Movie' => 'Movie',
'http://schema.org/MovieRentalStore' => 'MovieRentalStore',
'http://schema.org/MovieTheater' => 'MovieTheater',
'http://schema.org/MovingCompany' => 'MovingCompany',
'http://schema.org/Muscle' => 'Muscle',
'http://schema.org/Museum' => 'Museum',
'http://schema.org/MusicPlaylist' => 'MusicPlaylist',
'http://schema.org/MusicAlbum' => 'MusicAlbum',
'http://schema.org/MusicEvent' => 'MusicEvent',
'http://schema.org/MusicGroup' => 'MusicGroup',
'http://schema.org/MusicRecording' => 'MusicRecording',
'http://schema.org/MusicStore' => 'MusicStore',
'http://schema.org/MusicVenue' => 'MusicVenue',
'http://schema.org/MusicVideoObject' => 'MusicVideoObject',
'http://schema.org/NGO' => 'NGO',
'http://schema.org/NailSalon' => 'NailSalon',
'http://schema.org/Nerve' => 'Nerve',
'http://schema.org/NewsArticle' => 'NewsArticle',
'http://schema.org/NightClub' => 'NightClub',
'http://schema.org/Notary' => 'Notary',
'http://schema.org/NutritionInformation' => 'NutritionInformation',
'http://schema.org/OceanBodyOfWater' => 'OceanBodyOfWater',
'http://schema.org/OfferItemCondition' => 'OfferItemCondition',
'http://schema.org/DamagedCondition' => 'DamagedCondition',
'http://schema.org/NewCondition' => 'NewCondition',
'http://schema.org/RefurbishedCondition' => 'RefurbishedCondition',
'http://schema.org/UsedCondition' => 'UsedCondition',
'http://schema.org/OfficeEquipmentStore' => 'OfficeEquipmentStore',
'http://schema.org/Optician' => 'Optician',
'http://schema.org/OutletStore' => 'OutletStore',
'http://schema.org/Painting' => 'Painting',
'http://schema.org/PalliativeProcedure' => 'PalliativeProcedure',
'http://schema.org/Park' => 'Park',
'http://schema.org/ParkingFacility' => 'ParkingFacility',
'http://schema.org/PathologyTest' => 'PathologyTest',
'http://schema.org/PawnShop' => 'PawnShop',
'http://schema.org/PerformingArtsTheater' => 'PerformingArtsTheater',
'http://schema.org/Person' => 'Person',
'http://schema.org/PetStore' => 'PetStore',
'http://schema.org/Pharmacy' => 'Pharmacy',
'http://schema.org/Photograph' => 'Photograph',
'http://schema.org/PhysicalActivityCategory' => 'PhysicalActivityCategory',
'http://schema.org/AerobicActivity' => 'AerobicActivity',
'http://schema.org/AnaerobicActivity' => 'AnaerobicActivity',
'http://schema.org/Balance' => 'Balance',
'http://schema.org/Flexibility' => 'Flexibility',
'http://schema.org/LeisureTimeActivity' => 'LeisureTimeActivity',
'http://schema.org/OccupationalActivity' => 'OccupationalActivity',
'http://schema.org/StrengthTraining' => 'StrengthTraining',
'http://schema.org/PhysicalExam' => 'PhysicalExam',
'http://schema.org/Abdomen' => 'Abdomen',
'http://schema.org/Appearance' => 'Appearance',
'http://schema.org/CardiovascularExam' => 'CardiovascularExam',
'http://schema.org/Ear' => 'Ear',
'http://schema.org/Eye' => 'Eye',
'http://schema.org/Genitourinary' => 'Genitourinary',
'http://schema.org/Head' => 'Head',
'http://schema.org/Lung' => 'Lung',
'http://schema.org/MusculoskeletalExam' => 'MusculoskeletalExam',
'http://schema.org/Neck' => 'Neck',
'http://schema.org/Neuro' => 'Neuro',
'http://schema.org/Nose' => 'Nose',
'http://schema.org/Skin' => 'Skin',
'http://schema.org/Throat' => 'Throat',
'http://schema.org/VitalSign' => 'VitalSign',
'http://schema.org/PhysicalTherapy' => 'PhysicalTherapy',
'http://schema.org/Physician' => 'Physician',
'http://schema.org/Playground' => 'Playground',
'http://schema.org/Plumber' => 'Plumber',
'http://schema.org/PoliceStation' => 'PoliceStation',
'http://schema.org/Pond' => 'Pond',
'http://schema.org/PostOffice' => 'PostOffice',
'http://schema.org/PostalAddress' => 'PostalAddress',
'http://schema.org/Preschool' => 'Preschool',
'http://schema.org/PreventionIndication' => 'PreventionIndication',
'http://schema.org/Product' => 'Product',
'http://schema.org/ProfilePage' => 'ProfilePage',
'http://schema.org/PsychologicalTreatment' => 'PsychologicalTreatment',
'http://schema.org/PublicSwimmingPool' => 'PublicSwimmingPool',
'http://schema.org/RVPark' => 'RVPark',
'http://schema.org/RadiationTherapy' => 'RadiationTherapy',
'http://schema.org/RadioStation' => 'RadioStation',
'http://schema.org/RealEstateAgent' => 'RealEstateAgent',
'http://schema.org/Recipe' => 'Recipe',
'http://schema.org/RecommendedDoseSchedule' => 'RecommendedDoseSchedule',
'http://schema.org/RecyclingCenter' => 'RecyclingCenter',
'http://schema.org/ReportedDoseSchedule' => 'ReportedDoseSchedule',
'http://schema.org/Reservoir' => 'Reservoir',
'http://schema.org/Restaurant' => 'Restaurant',
'http://schema.org/Review' => 'Review',
'http://schema.org/RiverBodyOfWater' => 'RiverBodyOfWater',
'http://schema.org/RoofingContractor' => 'RoofingContractor',
'http://schema.org/SaleEvent' => 'SaleEvent',
'http://schema.org/School' => 'School',
'http://schema.org/Sculpture' => 'Sculpture',
'http://schema.org/SeaBodyOfWater' => 'SeaBodyOfWater',
'http://schema.org/SearchResultsPage' => 'SearchResultsPage',
'http://schema.org/SelfStorage' => 'SelfStorage',
'http://schema.org/ShoeStore' => 'ShoeStore',
'http://schema.org/ShoppingCenter' => 'ShoppingCenter',
'http://schema.org/SingleFamilyResidence' => 'SingleFamilyResidence',
'http://schema.org/WebPageElement' => 'WebPageElement',
'http://schema.org/SiteNavigationElement' => 'SiteNavigationElement',
'http://schema.org/SkiResort' => 'SkiResort',
'http://schema.org/SocialEvent' => 'SocialEvent',
'http://schema.org/SportingGoodsStore' => 'SportingGoodsStore',
'http://schema.org/SportsClub' => 'SportsClub',
'http://schema.org/SportsEvent' => 'SportsEvent',
'http://schema.org/SportsTeam' => 'SportsTeam',
'http://schema.org/StadiumOrArena' => 'StadiumOrArena',
'http://schema.org/State' => 'State',
'http://schema.org/SubwayStation' => 'SubwayStation',
'http://schema.org/SuperficialAnatomy' => 'SuperficialAnatomy',
'http://schema.org/Synagogue' => 'Synagogue',
'http://schema.org/Episode' => 'Episode',
'http://schema.org/TVEpisode' => 'TVEpisode',
'http://schema.org/Season' => 'Season',
'http://schema.org/TVSeason' => 'TVSeason',
'http://schema.org/Series' => 'Series',
'http://schema.org/TVSeries' => 'TVSeries',
'http://schema.org/VideoGameSeries' => 'VideoGameSeries',
'http://schema.org/Table' => 'Table',
'http://schema.org/TattooParlor' => 'TattooParlor',
'http://schema.org/TaxiStand' => 'TaxiStand',
'http://schema.org/TelevisionStation' => 'TelevisionStation',
'http://schema.org/TennisComplex' => 'TennisComplex',
'http://schema.org/Text' => 'Text',
'http://schema.org/TheaterEvent' => 'TheaterEvent',
'http://schema.org/TheaterGroup' => 'TheaterGroup',
'http://schema.org/TherapeuticProcedure' => 'TherapeuticProcedure',
'http://schema.org/Time' => 'Time',
'http://schema.org/TireShop' => 'TireShop',
'http://schema.org/TouristAttraction' => 'TouristAttraction',
'http://schema.org/TouristInformationCenter' => 'TouristInformationCenter',
'http://schema.org/ToyStore' => 'ToyStore',
'http://schema.org/TrainStation' => 'TrainStation',
'http://schema.org/TravelAgency' => 'TravelAgency',
'http://schema.org/TreatmentIndication' => 'TreatmentIndication',
'http://schema.org/URL' => 'URL',
'http://schema.org/UserInteraction' => 'UserInteraction',
'http://schema.org/UserBlocks' => 'UserBlocks',
'http://schema.org/UserCheckins' => 'UserCheckins',
'http://schema.org/UserComments' => 'UserComments',
'http://schema.org/UserDownloads' => 'UserDownloads',
'http://schema.org/UserLikes' => 'UserLikes',
'http://schema.org/UserPageVisits' => 'UserPageVisits',
'http://schema.org/UserPlays' => 'UserPlays',
'http://schema.org/UserPlusOnes' => 'UserPlusOnes',
'http://schema.org/UserTweets' => 'UserTweets',
'http://schema.org/Vein' => 'Vein',
'http://schema.org/VeterinaryCare' => 'VeterinaryCare',
'http://schema.org/VideoGallery' => 'VideoGallery',
'http://schema.org/VideoObject' => 'VideoObject',
'http://schema.org/VisualArtsEvent' => 'VisualArtsEvent',
'http://schema.org/Volcano' => 'Volcano',
'http://schema.org/WPAdBlock' => 'WPAdBlock',
'http://schema.org/WPFooter' => 'WPFooter',
'http://schema.org/WPHeader' => 'WPHeader',
'http://schema.org/WPSideBar' => 'WPSideBar',
'http://schema.org/Waterfall' => 'Waterfall',
'http://schema.org/WebApplication' => 'WebApplication',
'http://schema.org/WholesaleStore' => 'WholesaleStore',
'http://schema.org/Winery' => 'Winery',
'http://schema.org/Zoo' => 'Zoo',
'http://schema.org/Brand' => 'Brand',
'http://schema.org/BusinessEntityType' => 'BusinessEntityType',
'http://schema.org/BusinessFunction' => 'BusinessFunction',
'http://schema.org/PaymentMethod' => 'PaymentMethod',
'http://schema.org/CreditCard' => 'CreditCard',
'http://schema.org/DayOfWeek' => 'DayOfWeek',
'http://schema.org/PriceSpecification' => 'PriceSpecification',
'http://schema.org/DeliveryChargeSpecification' => 'DeliveryChargeSpecification',
'http://schema.org/DeliveryMethod' => 'DeliveryMethod',
'http://schema.org/Demand' => 'Demand',
'http://schema.org/IndividualProduct' => 'IndividualProduct',
'http://schema.org/OpeningHoursSpecification' => 'OpeningHoursSpecification',
'http://schema.org/OwnershipInfo' => 'OwnershipInfo',
'http://schema.org/ParcelService' => 'ParcelService',
'http://schema.org/PaymentChargeSpecification' => 'PaymentChargeSpecification',
'http://schema.org/ProductModel' => 'ProductModel',
'http://schema.org/QualitativeValue' => 'QualitativeValue',
'http://schema.org/QuantitativeValue' => 'QuantitativeValue',
'http://schema.org/SomeProducts' => 'SomeProducts',
'http://schema.org/TypeAndQuantityNode' => 'TypeAndQuantityNode',
'http://schema.org/UnitPriceSpecification' => 'UnitPriceSpecification',
'http://schema.org/WarrantyPromise' => 'WarrantyPromise',
'http://schema.org/WarrantyScope' => 'WarrantyScope',
'http://schema.org/TechArticle' => 'TechArticle',
'http://schema.org/APIReference' => 'APIReference',
'http://schema.org/Code' => 'Code',
'http://schema.org/ParentAudience' => 'ParentAudience',
'http://schema.org/AlignmentObject' => 'AlignmentObject',
'http://schema.org/EducationalAudience' => 'EducationalAudience',
'http://schema.org/DataCatalog' => 'DataCatalog',
'http://schema.org/DataDownload' => 'DataDownload',
'http://schema.org/Dataset' => 'Dataset',
'http://schema.org/Class' => 'Class',
'http://schema.org/Property' => 'Property',
'http://schema.org/PublicationEvent' => 'PublicationEvent',
'http://schema.org/BroadcastEvent' => 'BroadcastEvent',
'http://schema.org/BroadcastService' => 'BroadcastService',
'http://schema.org/Clip' => 'Clip',
'http://schema.org/OnDemandEvent' => 'OnDemandEvent',
'http://schema.org/RadioClip' => 'RadioClip',
'http://schema.org/RadioEpisode' => 'RadioEpisode',
'http://schema.org/RadioSeason' => 'RadioSeason',
'http://schema.org/RadioSeries' => 'RadioSeries',
'http://schema.org/TVClip' => 'TVClip',
'http://schema.org/BusinessAudience' => 'BusinessAudience',
'http://schema.org/ContactPointOption' => 'ContactPointOption',
'http://schema.org/HearingImpairedSupported' => 'HearingImpairedSupported',
'http://schema.org/TollFree' => 'TollFree',
'http://schema.org/Permit' => 'Permit',
'http://schema.org/GovernmentPermit' => 'GovernmentPermit',
'http://schema.org/Service' => 'Service',
'http://schema.org/GovernmentService' => 'GovernmentService',
'http://schema.org/ServiceChannel' => 'ServiceChannel',
'http://schema.org/EventStatusType' => 'EventStatusType',
'http://schema.org/EventCancelled' => 'EventCancelled',
'http://schema.org/EventPostponed' => 'EventPostponed',
'http://schema.org/EventRescheduled' => 'EventRescheduled',
'http://schema.org/EventScheduled' => 'EventScheduled',
'http://schema.org/DeliveryEvent' => 'DeliveryEvent',
'http://schema.org/LockerDelivery' => 'LockerDelivery',
'http://schema.org/OnSitePickup' => 'OnSitePickup',
'http://schema.org/Order' => 'Order',
'http://schema.org/OrderStatus' => 'OrderStatus',
'http://schema.org/OrderCancelled' => 'OrderCancelled',
'http://schema.org/OrderDelivered' => 'OrderDelivered',
'http://schema.org/OrderInTransit' => 'OrderInTransit',
'http://schema.org/OrderPaymentDue' => 'OrderPaymentDue',
'http://schema.org/OrderPickupAvailable' => 'OrderPickupAvailable',
'http://schema.org/OrderProblem' => 'OrderProblem',
'http://schema.org/OrderProcessing' => 'OrderProcessing',
'http://schema.org/OrderReturned' => 'OrderReturned',
'http://schema.org/ParcelDelivery' => 'ParcelDelivery',
'http://schema.org/Action' => 'Action',
'http://schema.org/OrganizeAction' => 'OrganizeAction',
'http://schema.org/AllocateAction' => 'AllocateAction',
'http://schema.org/AcceptAction' => 'AcceptAction',
'http://schema.org/AchieveAction' => 'AchieveAction',
'http://schema.org/UpdateAction' => 'UpdateAction',
'http://schema.org/AddAction' => 'AddAction',
'http://schema.org/AssessAction' => 'AssessAction',
'http://schema.org/ReactAction' => 'ReactAction',
'http://schema.org/AgreeAction' => 'AgreeAction',
'http://schema.org/InsertAction' => 'InsertAction',
'http://schema.org/AppendAction' => 'AppendAction',
'http://schema.org/ApplyAction' => 'ApplyAction',
'http://schema.org/MoveAction' => 'MoveAction',
'http://schema.org/ArriveAction' => 'ArriveAction',
'http://schema.org/InteractAction' => 'InteractAction',
'http://schema.org/CommunicateAction' => 'CommunicateAction',
'http://schema.org/AskAction' => 'AskAction',
'http://schema.org/AssignAction' => 'AssignAction',
'http://schema.org/AuthorizeAction' => 'AuthorizeAction',
'http://schema.org/BefriendAction' => 'BefriendAction',
'http://schema.org/BookmarkAction' => 'BookmarkAction',
'http://schema.org/TransferAction' => 'TransferAction',
'http://schema.org/BorrowAction' => 'BorrowAction',
'http://schema.org/TradeAction' => 'TradeAction',
'http://schema.org/BuyAction' => 'BuyAction',
'http://schema.org/PlanAction' => 'PlanAction',
'http://schema.org/CancelAction' => 'CancelAction',
'http://schema.org/FindAction' => 'FindAction',
'http://schema.org/CheckAction' => 'CheckAction',
'http://schema.org/CheckInAction' => 'CheckInAction',
'http://schema.org/CheckOutAction' => 'CheckOutAction',
'http://schema.org/ChooseAction' => 'ChooseAction',
'http://schema.org/CommentAction' => 'CommentAction',
'http://schema.org/InformAction' => 'InformAction',
'http://schema.org/ConfirmAction' => 'ConfirmAction',
'http://schema.org/ConsumeAction' => 'ConsumeAction',
'http://schema.org/CreateAction' => 'CreateAction',
'http://schema.org/CookAction' => 'CookAction',
'http://schema.org/DeleteAction' => 'DeleteAction',
'http://schema.org/DepartAction' => 'DepartAction',
'http://schema.org/DisagreeAction' => 'DisagreeAction',
'http://schema.org/DiscoverAction' => 'DiscoverAction',
'http://schema.org/DislikeAction' => 'DislikeAction',
'http://schema.org/DonateAction' => 'DonateAction',
'http://schema.org/DownloadAction' => 'DownloadAction',
'http://schema.org/DrawAction' => 'DrawAction',
'http://schema.org/DrinkAction' => 'DrinkAction',
'http://schema.org/EatAction' => 'EatAction',
'http://schema.org/EndorseAction' => 'EndorseAction',
'http://schema.org/ControlAction' => 'ControlAction',
'http://schema.org/ActivateAction' => 'ActivateAction',
'http://schema.org/DeactivateAction' => 'DeactivateAction',
'http://schema.org/ResumeAction' => 'ResumeAction',
'http://schema.org/SuspendAction' => 'SuspendAction',
'http://schema.org/PlayAction' => 'PlayAction',
'http://schema.org/ExerciseAction' => 'ExerciseAction',
'http://schema.org/FilmAction' => 'FilmAction',
'http://schema.org/FollowAction' => 'FollowAction',
'http://schema.org/GiveAction' => 'GiveAction',
'http://schema.org/IgnoreAction' => 'IgnoreAction',
'http://schema.org/InstallAction' => 'InstallAction',
'http://schema.org/InviteAction' => 'InviteAction',
'http://schema.org/JoinAction' => 'JoinAction',
'http://schema.org/LeaveAction' => 'LeaveAction',
'http://schema.org/LendAction' => 'LendAction',
'http://schema.org/LikeAction' => 'LikeAction',
'http://schema.org/ListenAction' => 'ListenAction',
'http://schema.org/LoseAction' => 'LoseAction',
'http://schema.org/MarryAction' => 'MarryAction',
'http://schema.org/OrderAction' => 'OrderAction',
'http://schema.org/PaintAction' => 'PaintAction',
'http://schema.org/PayAction' => 'PayAction',
'http://schema.org/PerformAction' => 'PerformAction',
'http://schema.org/PhotographAction' => 'PhotographAction',
'http://schema.org/PrependAction' => 'PrependAction',
'http://schema.org/QuoteAction' => 'QuoteAction',
'http://schema.org/ReadAction' => 'ReadAction',
'http://schema.org/ReceiveAction' => 'ReceiveAction',
'http://schema.org/RegisterAction' => 'RegisterAction',
'http://schema.org/RejectAction' => 'RejectAction',
'http://schema.org/RentAction' => 'RentAction',
'http://schema.org/ReplaceAction' => 'ReplaceAction',
'http://schema.org/ReplyAction' => 'ReplyAction',
'http://schema.org/ReserveAction' => 'ReserveAction',
'http://schema.org/ReturnAction' => 'ReturnAction',
'http://schema.org/ReviewAction' => 'ReviewAction',
'http://schema.org/RsvpAction' => 'RsvpAction',
'http://schema.org/additionalNumberOfGuests' => 'additionalNumberOfGuests',
'http://schema.org/rsvpResponse' => 'rsvpResponse',
'http://schema.org/RsvpResponseType' => 'RsvpResponseType',
'http://schema.org/RsvpResponseYes' => 'RsvpResponseYes',
'http://schema.org/RsvpResponseNo' => 'RsvpResponseNo',
'http://schema.org/RsvpResponseMaybe' => 'RsvpResponseMaybe',
'http://schema.org/ScheduleAction' => 'ScheduleAction',
'http://schema.org/SearchAction' => 'SearchAction',
'http://schema.org/SellAction' => 'SellAction',
'http://schema.org/SendAction' => 'SendAction',
'http://schema.org/ShareAction' => 'ShareAction',
'http://schema.org/SubscribeAction' => 'SubscribeAction',
'http://schema.org/TakeAction' => 'TakeAction',
'http://schema.org/TieAction' => 'TieAction',
'http://schema.org/TipAction' => 'TipAction',
'http://schema.org/TrackAction' => 'TrackAction',
'http://schema.org/TravelAction' => 'TravelAction',
'http://schema.org/UnRegisterAction' => 'UnRegisterAction',
'http://schema.org/UseAction' => 'UseAction',
'http://schema.org/ViewAction' => 'ViewAction',
'http://schema.org/VoteAction' => 'VoteAction',
'http://schema.org/WantAction' => 'WantAction',
'http://schema.org/WatchAction' => 'WatchAction',
'http://schema.org/WearAction' => 'WearAction',
'http://schema.org/WinAction' => 'WinAction',
'http://schema.org/WriteAction' => 'WriteAction',
'http://schema.org/about' => 'about',
'http://schema.org/acceptedOffer' => 'acceptedOffer',
'http://schema.org/acceptedPaymentMethod' => 'acceptedPaymentMethod',
'http://schema.org/acceptsReservations' => 'acceptsReservations',
'http://schema.org/accessCode' => 'accessCode',
'http://schema.org/accessibilityAPI' => 'accessibilityAPI',
'http://schema.org/accessibilityControl' => 'accessibilityControl',
'http://schema.org/accessibilityFeature' => 'accessibilityFeature',
'http://schema.org/accessibilityHazard' => 'accessibilityHazard',
'http://schema.org/accountablePerson' => 'accountablePerson',
'http://schema.org/acquiredFrom' => 'acquiredFrom',
'http://schema.org/action' => 'action',
'http://schema.org/muscleAction' => 'muscleAction',
'http://schema.org/activeIngredient' => 'activeIngredient',
'http://schema.org/activityDuration' => 'activityDuration',
'http://schema.org/activityFrequency' => 'activityFrequency',
'http://schema.org/actor' => 'actor',
'http://schema.org/actors' => 'actors',
'http://schema.org/additionalName' => 'additionalName',
'http://schema.org/additionalType' => 'additionalType',
'http://schema.org/additionalVariable' => 'additionalVariable',
'http://schema.org/addOn' => 'addOn',
'http://schema.org/address' => 'address',
'http://schema.org/addressCountry' => 'addressCountry',
'http://schema.org/addressLocality' => 'addressLocality',
'http://schema.org/addressRegion' => 'addressRegion',
'http://schema.org/administrationRoute' => 'administrationRoute',
'http://schema.org/advanceBookingRequirement' => 'advanceBookingRequirement',
'http://schema.org/adverseOutcome' => 'adverseOutcome',
'http://schema.org/affectedBy' => 'affectedBy',
'http://schema.org/affiliation' => 'affiliation',
'http://schema.org/agent' => 'agent',
'http://schema.org/aggregateRating' => 'aggregateRating',
'http://schema.org/album' => 'album',
'http://schema.org/albums' => 'albums',
'http://schema.org/alcoholWarning' => 'alcoholWarning',
'http://schema.org/algorithm' => 'algorithm',
'http://schema.org/alignmentType' => 'alignmentType',
'http://schema.org/alternateName' => 'alternateName',
'http://schema.org/alternativeHeadline' => 'alternativeHeadline',
'http://schema.org/alumni' => 'alumni',
'http://schema.org/alumniOf' => 'alumniOf',
'http://schema.org/amountOfThisGood' => 'amountOfThisGood',
'http://schema.org/antagonist' => 'antagonist',
'http://schema.org/applicableLocation' => 'applicableLocation',
'http://schema.org/applicationCategory' => 'applicationCategory',
'http://schema.org/applicationSubCategory' => 'applicationSubCategory',
'http://schema.org/applicationSuite' => 'applicationSuite',
'http://schema.org/appliesToDeliveryMethod' => 'appliesToDeliveryMethod',
'http://schema.org/appliesToPaymentMethod' => 'appliesToPaymentMethod',
'http://schema.org/area' => 'area',
'http://schema.org/areaServed' => 'areaServed',
'http://schema.org/arterialBranch' => 'arterialBranch',
'http://schema.org/articleBody' => 'articleBody',
'http://schema.org/articleSection' => 'articleSection',
'http://schema.org/aspect' => 'aspect',
'http://schema.org/assembly' => 'assembly',
'http://schema.org/assemblyVersion' => 'assemblyVersion',
'http://schema.org/associatedAnatomy' => 'associatedAnatomy',
'http://schema.org/associatedArticle' => 'associatedArticle',
'http://schema.org/associatedMedia' => 'associatedMedia',
'http://schema.org/associatedPathophysiology' => 'associatedPathophysiology',
'http://schema.org/organizer' => 'organizer',
'http://schema.org/attendee' => 'attendee',
'http://schema.org/attendees' => 'attendees',
'http://schema.org/audience' => 'audience',
'http://schema.org/audienceType' => 'audienceType',
'http://schema.org/audio' => 'audio',
'http://schema.org/author' => 'author',
'http://schema.org/availability' => 'availability',
'http://schema.org/availabilityEnds' => 'availabilityEnds',
'http://schema.org/availabilityStarts' => 'availabilityStarts',
'http://schema.org/availableAtOrFrom' => 'availableAtOrFrom',
'http://schema.org/availableChannel' => 'availableChannel',
'http://schema.org/availableDeliveryMethod' => 'availableDeliveryMethod',
'http://schema.org/availableFrom' => 'availableFrom',
'http://schema.org/availableIn' => 'availableIn',
'http://schema.org/availableLanguage' => 'availableLanguage',
'http://schema.org/availableService' => 'availableService',
'http://schema.org/availableStrength' => 'availableStrength',
'http://schema.org/availableTest' => 'availableTest',
'http://schema.org/availableThrough' => 'availableThrough',
'http://schema.org/award' => 'award',
'http://schema.org/awards' => 'awards',
'http://schema.org/background' => 'background',
'http://schema.org/baseSalary' => 'baseSalary',
'http://schema.org/benefits' => 'benefits',
'http://schema.org/bestRating' => 'bestRating',
'http://schema.org/billingAddress' => 'billingAddress',
'http://schema.org/billingIncrement' => 'billingIncrement',
'http://schema.org/biomechnicalClass' => 'biomechnicalClass',
'http://schema.org/birthDate' => 'birthDate',
'http://schema.org/bitrate' => 'bitrate',
'http://schema.org/blogPost' => 'blogPost',
'http://schema.org/blogPosts' => 'blogPosts',
'http://schema.org/bloodSupply' => 'bloodSupply',
'http://schema.org/bodyLocation' => 'bodyLocation',
'http://schema.org/bookEdition' => 'bookEdition',
'http://schema.org/bookFormat' => 'bookFormat',
'http://schema.org/borrower' => 'borrower',
'http://schema.org/box' => 'box',
'http://schema.org/branch' => 'branch',
'http://schema.org/branchOf' => 'branchOf',
'http://schema.org/brand' => 'brand',
'http://schema.org/breadcrumb' => 'breadcrumb',
'http://schema.org/breastfeedingWarning' => 'breastfeedingWarning',
'http://schema.org/broadcaster' => 'broadcaster',
'http://schema.org/browserRequirements' => 'browserRequirements',
'http://schema.org/businessFunction' => 'businessFunction',
'http://schema.org/buyer' => 'buyer',
'http://schema.org/byArtist' => 'byArtist',
'http://schema.org/calories' => 'calories',
'http://schema.org/candidate' => 'candidate',
'http://schema.org/caption' => 'caption',
'http://schema.org/carbohydrateContent' => 'carbohydrateContent',
'http://schema.org/carrier' => 'carrier',
'http://schema.org/carrierRequirements' => 'carrierRequirements',
'http://schema.org/catalog' => 'catalog',
'http://schema.org/category' => 'category',
'http://schema.org/cause' => 'cause',
'http://schema.org/causeOf' => 'causeOf',
'http://schema.org/childMaxAge' => 'childMaxAge',
'http://schema.org/childMinAge' => 'childMinAge',
'http://schema.org/children' => 'children',
'http://schema.org/cholesterolContent' => 'cholesterolContent',
'http://schema.org/circle' => 'circle',
'http://schema.org/citation' => 'citation',
'http://schema.org/clinicalPharmacology' => 'clinicalPharmacology',
'http://schema.org/clincalPharmacology' => 'clinicalPharmacology',
'http://schema.org/clipNumber' => 'clipNumber',
'http://schema.org/closes' => 'closes',
'http://schema.org/code' => 'code',
'http://schema.org/codeRepository' => 'codeRepository',
'http://schema.org/codeValue' => 'codeValue',
'http://schema.org/codingSystem' => 'codingSystem',
'http://schema.org/colleague' => 'colleague',
'http://schema.org/colleagues' => 'colleagues',
'http://schema.org/collection' => 'collection',
'http://schema.org/color' => 'color',
'http://schema.org/comment' => 'comment',
'http://schema.org/commentText' => 'commentText',
'http://schema.org/commentTime' => 'commentTime',
'http://schema.org/comprisedOf' => 'comprisedOf',
'http://schema.org/confirmationNumber' => 'confirmationNumber',
'http://schema.org/connectedTo' => 'connectedTo',
'http://schema.org/contactOption' => 'contactOption',
'http://schema.org/contactPoint' => 'contactPoint',
'http://schema.org/contactPoints' => 'contactPoints',
'http://schema.org/contactType' => 'contactType',
'http://schema.org/containedIn' => 'containedIn',
'http://schema.org/contentLocation' => 'contentLocation',
'http://schema.org/contentRating' => 'contentRating',
'http://schema.org/contentSize' => 'contentSize',
'http://schema.org/contentUrl' => 'contentUrl',
'http://schema.org/expectsAcceptanceOf' => 'expectsAcceptanceOf',
'http://schema.org/contraindication' => 'contraindication',
'http://schema.org/contributor' => 'contributor',
'http://schema.org/cookingMethod' => 'cookingMethod',
'http://schema.org/cookTime' => 'cookTime',
'http://schema.org/copyrightHolder' => 'copyrightHolder',
'http://schema.org/copyrightYear' => 'copyrightYear',
'http://schema.org/cost' => 'cost',
'http://schema.org/costCategory' => 'costCategory',
'http://schema.org/costCurrency' => 'costCurrency',
'http://schema.org/costOrigin' => 'costOrigin',
'http://schema.org/costPerUnit' => 'costPerUnit',
'http://schema.org/countriesNotSupported' => 'countriesNotSupported',
'http://schema.org/countriesSupported' => 'countriesSupported',
'http://schema.org/course' => 'course',
'http://schema.org/creator' => 'creator',
'http://schema.org/currenciesAccepted' => 'currenciesAccepted',
'http://schema.org/customer' => 'customer',
'http://schema.org/dataset' => 'dataset',
'http://schema.org/dateCreated' => 'dateCreated',
'http://schema.org/dateline' => 'dateline',
'http://schema.org/dateModified' => 'dateModified',
'http://schema.org/datePosted' => 'datePosted',
'http://schema.org/datePublished' => 'datePublished',
'http://schema.org/dayOfWeek' => 'dayOfWeek',
'http://schema.org/deathDate' => 'deathDate',
'http://schema.org/deliveryAddress' => 'deliveryAddress',
'http://schema.org/deliveryLeadTime' => 'deliveryLeadTime',
'http://schema.org/deliveryMethod' => 'deliveryMethod',
'http://schema.org/deliveryStatus' => 'deliveryStatus',
'http://schema.org/department' => 'department',
'http://schema.org/dependencies' => 'dependencies',
'http://schema.org/depth' => 'depth',
'http://schema.org/description' => 'description',
'http://schema.org/device' => 'device',
'http://schema.org/diagnosis' => 'diagnosis',
'http://schema.org/diagram' => 'diagram',
'http://schema.org/diet' => 'diet',
'http://schema.org/dietFeatures' => 'dietFeatures',
'http://schema.org/differentialDiagnosis' => 'differentialDiagnosis',
'http://schema.org/director' => 'director',
'http://schema.org/directors' => 'directors',
'http://schema.org/discount' => 'discount',
'http://schema.org/discountCode' => 'discountCode',
'http://schema.org/discountCurrency' => 'discountCurrency',
'http://schema.org/discusses' => 'discusses',
'http://schema.org/discussionUrl' => 'discussionUrl',
'http://schema.org/distance' => 'distance',
'http://schema.org/distinguishingSign' => 'distinguishingSign',
'http://schema.org/distribution' => 'distribution',
'http://schema.org/domainIncludes' => 'domainIncludes',
'http://schema.org/inverseOf' => 'inverseOf',
'http://schema.org/supersededBy' => 'supersededBy',
'http://schema.org/doorTime' => 'doorTime',
'http://schema.org/dosageForm' => 'dosageForm',
'http://schema.org/doseSchedule' => 'doseSchedule',
'http://schema.org/doseUnit' => 'doseUnit',
'http://schema.org/doseValue' => 'doseValue',
'http://schema.org/downloadUrl' => 'downloadUrl',
'http://schema.org/drainsTo' => 'drainsTo',
'http://schema.org/drug' => 'drug',
'http://schema.org/drugClass' => 'drugClass',
'http://schema.org/drugUnit' => 'drugUnit',
'http://schema.org/duns' => 'duns',
'http://schema.org/duplicateTherapy' => 'duplicateTherapy',
'http://schema.org/duration' => 'duration',
'http://schema.org/durationOfWarranty' => 'durationOfWarranty',
'http://schema.org/editor' => 'editor',
'http://schema.org/educationalAlignment' => 'educationalAlignment',
'http://schema.org/educationalFramework' => 'educationalFramework',
'http://schema.org/educationalRole' => 'educationalRole',
'http://schema.org/educationalUse' => 'educationalUse',
'http://schema.org/educationRequirements' => 'educationRequirements',
'http://schema.org/elevation' => 'elevation',
'http://schema.org/eligibleCustomerType' => 'eligibleCustomerType',
'http://schema.org/eligibleDuration' => 'eligibleDuration',
'http://schema.org/eligibleQuantity' => 'eligibleQuantity',
'http://schema.org/eligibleRegion' => 'eligibleRegion',
'http://schema.org/ineligibleRegion' => 'ineligibleRegion',
'http://schema.org/eligibleTransactionVolume' => 'eligibleTransactionVolume',
'http://schema.org/email' => 'email',
'http://schema.org/embedUrl' => 'embedUrl',
'http://schema.org/employee' => 'employee',
'http://schema.org/employees' => 'employees',
'http://schema.org/employmentType' => 'employmentType',
'http://schema.org/encodesCreativeWork' => 'encodesCreativeWork',
'http://schema.org/encoding' => 'encoding',
'http://schema.org/encodingFormat' => 'encodingFormat',
'http://schema.org/encodings' => 'encodings',
'http://schema.org/endDate' => 'endDate',
'http://schema.org/endorsee' => 'endorsee',
'http://schema.org/endorsers' => 'endorsers',
'http://schema.org/endTime' => 'endTime',
'http://schema.org/entertainmentBusiness' => 'entertainmentBusiness',
'http://schema.org/epidemiology' => 'epidemiology',
'http://schema.org/episode' => 'episode',
'http://schema.org/episodeNumber' => 'episodeNumber',
'http://schema.org/episodes' => 'episodes',
'http://schema.org/equal' => 'equal',
'http://schema.org/estimatesRiskOf' => 'estimatesRiskOf',
'http://schema.org/event' => 'event',
'http://schema.org/events' => 'events',
'http://schema.org/eventStatus' => 'eventStatus',
'http://schema.org/evidenceLevel' => 'evidenceLevel',
'http://schema.org/evidenceOrigin' => 'evidenceOrigin',
'http://schema.org/exercisePlan' => 'exercisePlan',
'http://schema.org/exerciseType' => 'exerciseType',
'http://schema.org/exifData' => 'exifData',
'http://schema.org/expectedArrivalFrom' => 'expectedArrivalFrom',
'http://schema.org/expectedArrivalUntil' => 'expectedArrivalUntil',
'http://schema.org/expectedPrognosis' => 'expectedPrognosis',
'http://schema.org/experienceRequirements' => 'experienceRequirements',
'http://schema.org/expertConsiderations' => 'expertConsiderations',
'http://schema.org/expires' => 'expires',
'http://schema.org/familyName' => 'familyName',
'http://schema.org/fatContent' => 'fatContent',
'http://schema.org/faxNumber' => 'faxNumber',
'http://schema.org/featureList' => 'featureList',
'http://schema.org/fiberContent' => 'fiberContent',
'http://schema.org/fileFormat' => 'fileFormat',
'http://schema.org/fileSize' => 'fileSize',
'http://schema.org/followee' => 'followee',
'http://schema.org/follows' => 'follows',
'http://schema.org/followup' => 'followup',
'http://schema.org/foodEstablishment' => 'foodEstablishment',
'http://schema.org/foodEvent' => 'foodEvent',
'http://schema.org/foodWarning' => 'foodWarning',
'http://schema.org/founder' => 'founder',
'http://schema.org/founders' => 'founders',
'http://schema.org/dissolutionDate' => 'dissolutionDate',
'http://schema.org/foundingDate' => 'foundingDate',
'http://schema.org/free' => 'free',
'http://schema.org/frequency' => 'frequency',
'http://schema.org/fromLocation' => 'fromLocation',
'http://schema.org/function' => 'function',
'http://schema.org/functionalClass' => 'functionalClass',
'http://schema.org/gender' => 'gender',
'http://schema.org/genre' => 'genre',
'http://schema.org/geo' => 'geo',
'http://schema.org/geographicArea' => 'geographicArea',
'http://schema.org/givenName' => 'givenName',
'http://schema.org/globalLocationNumber' => 'globalLocationNumber',
'http://schema.org/greater' => 'greater',
'http://schema.org/greaterOrEqual' => 'greaterOrEqual',
'http://schema.org/gtin13' => 'gtin13',
'http://schema.org/gtin14' => 'gtin14',
'http://schema.org/gtin8' => 'gtin8',
'http://schema.org/guideline' => 'guideline',
'http://schema.org/guidelineDate' => 'guidelineDate',
'http://schema.org/guidelineSubject' => 'guidelineSubject',
'http://schema.org/hasDeliveryMethod' => 'hasDeliveryMethod',
'http://schema.org/hasPOS' => 'hasPOS',
'http://schema.org/headline' => 'headline',
'http://schema.org/healthCondition' => 'healthCondition',
'http://schema.org/height' => 'height',
'http://schema.org/highPrice' => 'highPrice',
'http://schema.org/hiringOrganization' => 'hiringOrganization',
'http://schema.org/homeLocation' => 'homeLocation',
'http://schema.org/honorificPrefix' => 'honorificPrefix',
'http://schema.org/honorificSuffix' => 'honorificSuffix',
'http://schema.org/hospitalAffiliation' => 'hospitalAffiliation',
'http://schema.org/hoursAvailable' => 'hoursAvailable',
'http://schema.org/howPerformed' => 'howPerformed',
'http://schema.org/identifyingExam' => 'identifyingExam',
'http://schema.org/identifyingTest' => 'identifyingTest',
'http://schema.org/illustrator' => 'illustrator',
'http://schema.org/image' => 'image',
'http://schema.org/imagingTechnique' => 'imagingTechnique',
'http://schema.org/inAlbum' => 'inAlbum',
'http://schema.org/incentives' => 'incentives',
'http://schema.org/includedRiskFactor' => 'includedRiskFactor',
'http://schema.org/includesObject' => 'includesObject',
'http://schema.org/increasesRiskOf' => 'increasesRiskOf',
'http://schema.org/indication' => 'indication',
'http://schema.org/industry' => 'industry',
'http://schema.org/infectiousAgent' => 'infectiousAgent',
'http://schema.org/infectiousAgentClass' => 'infectiousAgentClass',
'http://schema.org/ingredients' => 'ingredients',
'http://schema.org/inLanguage' => 'inLanguage',
'http://schema.org/inPlaylist' => 'inPlaylist',
'http://schema.org/insertion' => 'insertion',
'http://schema.org/installUrl' => 'installUrl',
'http://schema.org/instrument' => 'instrument',
'http://schema.org/intensity' => 'intensity',
'http://schema.org/interactingDrug' => 'interactingDrug',
'http://schema.org/interactionCount' => 'interactionCount',
'http://schema.org/interactivityType' => 'interactivityType',
'http://schema.org/inventoryLevel' => 'inventoryLevel',
'http://schema.org/isAccessoryOrSparePartFor' => 'isAccessoryOrSparePartFor',
'http://schema.org/isAvailableGenerically' => 'isAvailableGenerically',
'http://schema.org/isBasedOnUrl' => 'isBasedOnUrl',
'http://schema.org/isbn' => 'isbn',
'http://schema.org/isConsumableFor' => 'isConsumableFor',
'http://schema.org/isFamilyFriendly' => 'isFamilyFriendly',
'http://schema.org/isGift' => 'isGift',
'http://schema.org/isicV4' => 'isicV4',
'http://schema.org/isPartOf' => 'isPartOf',
'http://schema.org/isProprietary' => 'isProprietary',
'http://schema.org/isRelatedTo' => 'isRelatedTo',
'http://schema.org/isSimilarTo' => 'isSimilarTo',
'http://schema.org/issuedThrough' => 'issuedThrough',
'http://schema.org/isVariantOf' => 'isVariantOf',
'http://schema.org/itemCondition' => 'itemCondition',
'http://schema.org/numberOfItems' => 'numberOfItems',
'http://schema.org/itemListOrder' => 'itemListOrder',
'http://schema.org/ItemListOrderType' => 'ItemListOrderType',
'http://schema.org/ItemListOrderAscending' => 'ItemListOrderAscending',
'http://schema.org/ItemListOrderDescending' => 'ItemListOrderDescending',
'http://schema.org/ItemListUnordered' => 'ItemListUnordered',
'http://schema.org/itemOffered' => 'itemOffered',
'http://schema.org/itemReviewed' => 'itemReviewed',
'http://schema.org/itemShipped' => 'itemShipped',
'http://schema.org/jobLocation' => 'jobLocation',
'http://schema.org/jobTitle' => 'jobTitle',
'http://schema.org/keywords' => 'keywords',
'http://schema.org/knows' => 'knows',
'http://schema.org/labelDetails' => 'labelDetails',
'http://schema.org/landlord' => 'landlord',
'http://schema.org/language' => 'language',
'http://schema.org/lastReviewed' => 'lastReviewed',
'http://schema.org/latitude' => 'latitude',
'http://schema.org/license' => 'license',
'http://schema.org/learningResourceType' => 'learningResourceType',
'http://schema.org/legalName' => 'legalName',
'http://schema.org/legalStatus' => 'legalStatus',
'http://schema.org/lender' => 'lender',
'http://schema.org/lesser' => 'lesser',
'http://schema.org/lesserOrEqual' => 'lesserOrEqual',
'http://schema.org/line' => 'line',
'http://schema.org/location' => 'location',
'http://schema.org/logo' => 'logo',
'http://schema.org/longitude' => 'longitude',
'http://schema.org/loser' => 'loser',
'http://schema.org/lowPrice' => 'lowPrice',
'http://schema.org/mainContentOfPage' => 'mainContentOfPage',
'http://schema.org/makesOffer' => 'makesOffer',
'http://schema.org/manufacturer' => 'manufacturer',
'http://schema.org/hasMap' => 'hasMap',
'http://schema.org/map' => 'map',
'http://schema.org/maps' => 'maps',
'http://schema.org/maximumIntake' => 'maximumIntake',
'http://schema.org/maxPrice' => 'maxPrice',
'http://schema.org/maxValue' => 'maxValue',
'http://schema.org/mechanismOfAction' => 'mechanismOfAction',
'http://schema.org/medicalSpecialty' => 'medicalSpecialty',
'http://schema.org/medicineSystem' => 'medicineSystem',
'http://schema.org/member' => 'member',
'http://schema.org/memberOf' => 'memberOf',
'http://schema.org/members' => 'members',
'http://schema.org/memoryRequirements' => 'memoryRequirements',
'http://schema.org/mentions' => 'mentions',
'http://schema.org/menu' => 'menu',
'http://schema.org/merchant' => 'merchant',
'http://schema.org/minPrice' => 'minPrice',
'http://schema.org/minValue' => 'minValue',
'http://schema.org/model' => 'model',
'http://schema.org/mpn' => 'mpn',
'http://schema.org/musicBy' => 'musicBy',
'http://schema.org/musicGroupMember' => 'musicGroupMember',
'http://schema.org/naics' => 'naics',
'http://schema.org/name' => 'name',
'http://schema.org/nationality' => 'nationality',
'http://schema.org/naturalProgression' => 'naturalProgression',
'http://schema.org/nerve' => 'nerve',
'http://schema.org/nerveMotor' => 'nerveMotor',
'http://schema.org/netWorth' => 'netWorth',
'http://schema.org/nonEqual' => 'nonEqual',
'http://schema.org/nonProprietaryName' => 'nonProprietaryName',
'http://schema.org/normalRange' => 'normalRange',
'http://schema.org/numberOfEmployees' => 'numberOfEmployees',
'http://schema.org/numberOfEpisodes' => 'numberOfEpisodes',
'http://schema.org/numberOfPages' => 'numberOfPages',
'http://schema.org/numberOfSeasons' => 'numberOfSeasons',
'http://schema.org/numTracks' => 'numTracks',
'http://schema.org/nutrition' => 'nutrition',
'http://schema.org/object' => 'object',
'http://schema.org/occupationalCategory' => 'occupationalCategory',
'http://schema.org/offerCount' => 'offerCount',
'http://schema.org/offers' => 'offers',
'http://schema.org/openingHours' => 'openingHours',
'http://schema.org/openingHoursSpecification' => 'openingHoursSpecification',
'http://schema.org/opens' => 'opens',
'http://schema.org/operatingSystem' => 'operatingSystem',
'http://schema.org/opponent' => 'opponent',
'http://schema.org/option' => 'option',
'http://schema.org/orderDate' => 'orderDate',
'http://schema.org/orderedItem' => 'orderedItem',
'http://schema.org/orderNumber' => 'orderNumber',
'http://schema.org/orderStatus' => 'orderStatus',
'http://schema.org/origin' => 'origin',
'http://schema.org/originAddress' => 'originAddress',
'http://schema.org/originatesFrom' => 'originatesFrom',
'http://schema.org/outcome' => 'outcome',
'http://schema.org/overdosage' => 'overdosage',
'http://schema.org/overview' => 'overview',
'http://schema.org/ownedFrom' => 'ownedFrom',
'http://schema.org/ownedThrough' => 'ownedThrough',
'http://schema.org/owns' => 'owns',
'http://schema.org/parent' => 'parent',
'http://schema.org/parents' => 'parents',
'http://schema.org/parentService' => 'parentService',
'http://schema.org/participant' => 'participant',
'http://schema.org/partOfEpisode' => 'partOfEpisode',
'http://schema.org/partOfInvoice' => 'partOfInvoice',
'http://schema.org/partOfOrder' => 'partOfOrder',
'http://schema.org/partOfSeason' => 'partOfSeason',
'http://schema.org/partOfSeries' => 'partOfSeries',
'http://schema.org/partOfSystem' => 'partOfSystem',
'http://schema.org/partOfTVSeries' => 'partOfTVSeries',
'http://schema.org/pathophysiology' => 'pathophysiology',
'http://schema.org/paymentAccepted' => 'paymentAccepted',
'http://schema.org/paymentDue' => 'paymentDue',
'http://schema.org/paymentMethod' => 'paymentMethod',
'http://schema.org/paymentMethodId' => 'paymentMethodId',
'http://schema.org/paymentUrl' => 'paymentUrl',
'http://schema.org/performer' => 'performer',
'http://schema.org/performerIn' => 'performerIn',
'http://schema.org/performers' => 'performers',
'http://schema.org/permissions' => 'permissions',
'http://schema.org/permitAudience' => 'permitAudience',
'http://schema.org/phase' => 'phase',
'http://schema.org/photo' => 'photo',
'http://schema.org/photos' => 'photos',
'http://schema.org/physiologicalBenefits' => 'physiologicalBenefits',
'http://schema.org/playerType' => 'playerType',
'http://schema.org/polygon' => 'polygon',
'http://schema.org/population' => 'population',
'http://schema.org/position' => 'position',
'http://schema.org/possibleComplication' => 'possibleComplication',
'http://schema.org/possibleTreatment' => 'possibleTreatment',
'http://schema.org/postalCode' => 'postalCode',
'http://schema.org/postOfficeBoxNumber' => 'postOfficeBoxNumber',
'http://schema.org/postOp' => 'postOp',
'http://schema.org/predecessorOf' => 'predecessorOf',
'http://schema.org/pregnancyCategory' => 'pregnancyCategory',
'http://schema.org/pregnancyWarning' => 'pregnancyWarning',
'http://schema.org/preOp' => 'preOp',
'http://schema.org/preparation' => 'preparation',
'http://schema.org/prepTime' => 'prepTime',
'http://schema.org/prescribingInfo' => 'prescribingInfo',
'http://schema.org/prescriptionStatus' => 'prescriptionStatus',
'http://schema.org/previousStartDate' => 'previousStartDate',
'http://schema.org/price' => 'price',
'http://schema.org/priceRange' => 'priceRange',
'http://schema.org/priceSpecification' => 'priceSpecification',
'http://schema.org/priceType' => 'priceType',
'http://schema.org/priceValidUntil' => 'priceValidUntil',
'http://schema.org/primaryImageOfPage' => 'primaryImageOfPage',
'http://schema.org/primaryPrevention' => 'primaryPrevention',
'http://schema.org/printColumn' => 'printColumn',
'http://schema.org/printEdition' => 'printEdition',
'http://schema.org/printPage' => 'printPage',
'http://schema.org/printSection' => 'printSection',
'http://schema.org/procedure' => 'procedure',
'http://schema.org/procedureType' => 'procedureType',
'http://schema.org/processingTime' => 'processingTime',
'http://schema.org/processorRequirements' => 'processorRequirements',
'http://schema.org/producer' => 'producer',
'http://schema.org/produces' => 'produces',
'http://schema.org/productID' => 'productID',
'http://schema.org/productionCompany' => 'productionCompany',
'http://schema.org/productSupported' => 'productSupported',
'http://schema.org/proficiencyLevel' => 'proficiencyLevel',
'http://schema.org/programmingLanguage' => 'programmingLanguage',
'http://schema.org/programmingModel' => 'programmingModel',
'http://schema.org/proprietaryName' => 'proprietaryName',
'http://schema.org/proteinContent' => 'proteinContent',
'http://schema.org/providesService' => 'providesService',
'http://schema.org/publication' => 'publication',
'http://schema.org/publicationType' => 'publicationType',
'http://schema.org/publishedOn' => 'publishedOn',
'http://schema.org/publisher' => 'publisher',
'http://schema.org/publishingPrinciples' => 'publishingPrinciples',
'http://schema.org/purpose' => 'purpose',
'http://schema.org/qualifications' => 'qualifications',
'http://schema.org/query' => 'query',
'http://schema.org/question' => 'question',
'http://schema.org/rangeIncludes' => 'rangeIncludes',
'http://schema.org/ratingCount' => 'ratingCount',
'http://schema.org/ratingValue' => 'ratingValue',
'http://schema.org/realEstateAgent' => 'realEstateAgent',
'http://schema.org/recipe' => 'recipe',
'http://schema.org/recipeCategory' => 'recipeCategory',
'http://schema.org/recipeCuisine' => 'recipeCuisine',
'http://schema.org/recipeInstructions' => 'recipeInstructions',
'http://schema.org/recipeYield' => 'recipeYield',
'http://schema.org/recipient' => 'recipient',
'http://schema.org/recognizingAuthority' => 'recognizingAuthority',
'http://schema.org/recommendationStrength' => 'recommendationStrength',
'http://schema.org/recommendedIntake' => 'recommendedIntake',
'http://schema.org/recordedAt' => 'recordedAt',
'http://schema.org/recordedIn' => 'recordedIn',
'http://schema.org/regionDrained' => 'regionDrained',
'http://schema.org/regionsAllowed' => 'regionsAllowed',
'http://schema.org/relatedAnatomy' => 'relatedAnatomy',
'http://schema.org/relatedCondition' => 'relatedCondition',
'http://schema.org/relatedDrug' => 'relatedDrug',
'http://schema.org/relatedLink' => 'relatedLink',
'http://schema.org/relatedStructure' => 'relatedStructure',
'http://schema.org/relatedTherapy' => 'relatedTherapy',
'http://schema.org/relatedTo' => 'relatedTo',
'http://schema.org/releaseDate' => 'releaseDate',
'http://schema.org/releaseNotes' => 'releaseNotes',
'http://schema.org/relevantSpecialty' => 'relevantSpecialty',
'http://schema.org/repetitions' => 'repetitions',
'http://schema.org/replacee' => 'replacee',
'http://schema.org/replacer' => 'replacer',
'http://schema.org/replyToUrl' => 'replyToUrl',
'http://schema.org/representativeOfPage' => 'representativeOfPage',
'http://schema.org/requiredGender' => 'requiredGender',
'http://schema.org/requiredMaxAge' => 'requiredMaxAge',
'http://schema.org/requiredMinAge' => 'requiredMinAge',
'http://schema.org/requirements' => 'requirements',
'http://schema.org/requiresSubscription' => 'requiresSubscription',
'http://schema.org/responsibilities' => 'responsibilities',
'http://schema.org/restPeriods' => 'restPeriods',
'http://schema.org/result' => 'result',
'http://schema.org/resultReview' => 'resultReview',
'http://schema.org/review' => 'review',
'http://schema.org/reviewBody' => 'reviewBody',
'http://schema.org/reviewCount' => 'reviewCount',
'http://schema.org/reviewedBy' => 'reviewedBy',
'http://schema.org/reviewRating' => 'reviewRating',
'http://schema.org/reviews' => 'reviews',
'http://schema.org/riskFactor' => 'riskFactor',
'http://schema.org/risks' => 'risks',
'http://schema.org/runsTo' => 'runsTo',
'http://schema.org/runtime' => 'runtime',
'http://schema.org/safetyConsideration' => 'safetyConsideration',
'http://schema.org/salaryCurrency' => 'salaryCurrency',
'http://schema.org/sameAs' => 'sameAs',
'http://schema.org/sampleType' => 'sampleType',
'http://schema.org/saturatedFatContent' => 'saturatedFatContent',
'http://schema.org/scheduledTime' => 'scheduledTime',
'http://schema.org/screenshot' => 'screenshot',
'http://schema.org/season' => 'season',
'http://schema.org/seasonNumber' => 'seasonNumber',
'http://schema.org/seasons' => 'seasons',
'http://schema.org/secondaryPrevention' => 'secondaryPrevention',
'http://schema.org/seeks' => 'seeks',
'http://schema.org/seller' => 'seller',
'http://schema.org/sender' => 'sender',
'http://schema.org/sensoryUnit' => 'sensoryUnit',
'http://schema.org/serialNumber' => 'serialNumber',
'http://schema.org/seriousAdverseOutcome' => 'seriousAdverseOutcome',
'http://schema.org/servesCuisine' => 'servesCuisine',
'http://schema.org/serviceArea' => 'serviceArea',
'http://schema.org/serviceAudience' => 'serviceAudience',
'http://schema.org/serviceLocation' => 'serviceLocation',
'http://schema.org/serviceOperator' => 'serviceOperator',
'http://schema.org/servicePhone' => 'servicePhone',
'http://schema.org/servicePostalAddress' => 'servicePostalAddress',
'http://schema.org/serviceSmsNumber' => 'serviceSmsNumber',
'http://schema.org/serviceType' => 'serviceType',
'http://schema.org/serviceUrl' => 'serviceUrl',
'http://schema.org/servingSize' => 'servingSize',
'http://schema.org/sibling' => 'sibling',
'http://schema.org/siblings' => 'siblings',
'http://schema.org/signDetected' => 'signDetected',
'http://schema.org/significance' => 'significance',
'http://schema.org/significantLink' => 'significantLink',
'http://schema.org/significantLinks' => 'significantLinks',
'http://schema.org/signOrSymptom' => 'signOrSymptom',
'http://schema.org/skills' => 'skills',
'http://schema.org/sku' => 'sku',
'http://schema.org/sodiumContent' => 'sodiumContent',
'http://schema.org/softwareVersion' => 'softwareVersion',
'http://schema.org/source' => 'source',
'http://schema.org/sourcedFrom' => 'sourcedFrom',
'http://schema.org/sourceOrganization' => 'sourceOrganization',
'http://schema.org/spatial' => 'spatial',
'http://schema.org/specialCommitments' => 'specialCommitments',
'http://schema.org/specialty' => 'specialty',
'http://schema.org/sponsor' => 'sponsor',
'http://schema.org/sportsActivityLocation' => 'sportsActivityLocation',
'http://schema.org/sportsEvent' => 'sportsEvent',
'http://schema.org/sportsTeam' => 'sportsTeam',
'http://schema.org/spouse' => 'spouse',
'http://schema.org/stage' => 'stage',
'http://schema.org/stageAsNumber' => 'stageAsNumber',
'http://schema.org/startDate' => 'startDate',
'http://schema.org/startTime' => 'startTime',
'http://schema.org/status' => 'status',
'http://schema.org/storageRequirements' => 'storageRequirements',
'http://schema.org/streetAddress' => 'streetAddress',
'http://schema.org/strengthUnit' => 'strengthUnit',
'http://schema.org/strengthValue' => 'strengthValue',
'http://schema.org/structuralClass' => 'structuralClass',
'http://schema.org/study' => 'study',
'http://schema.org/studyDesign' => 'studyDesign',
'http://schema.org/studyLocation' => 'studyLocation',
'http://schema.org/studySubject' => 'studySubject',
'http://schema.org/subEvent' => 'subEvent',
'http://schema.org/subEvents' => 'subEvents',
'http://schema.org/subOrganization' => 'subOrganization',
'http://schema.org/subStageSuffix' => 'subStageSuffix',
'http://schema.org/subStructure' => 'subStructure',
'http://schema.org/subTest' => 'subTest',
'http://schema.org/subtype' => 'subtype',
'http://schema.org/successorOf' => 'successorOf',
'http://schema.org/sugarContent' => 'sugarContent',
'http://schema.org/suggestedGender' => 'suggestedGender',
'http://schema.org/suggestedMaxAge' => 'suggestedMaxAge',
'http://schema.org/suggestedMinAge' => 'suggestedMinAge',
'http://schema.org/superEvent' => 'superEvent',
'http://schema.org/supplyTo' => 'supplyTo',
'http://schema.org/targetDescription' => 'targetDescription',
'http://schema.org/targetName' => 'targetName',
'http://schema.org/targetPlatform' => 'targetPlatform',
'http://schema.org/targetPopulation' => 'targetPopulation',
'http://schema.org/targetProduct' => 'targetProduct',
'http://schema.org/targetUrl' => 'targetUrl',
'http://schema.org/taxID' => 'taxID',
'http://schema.org/telephone' => 'telephone',
'http://schema.org/temporal' => 'temporal',
'http://schema.org/text' => 'text',
'http://schema.org/thumbnail' => 'thumbnail',
'http://schema.org/thumbnailUrl' => 'thumbnailUrl',
'http://schema.org/tickerSymbol' => 'tickerSymbol',
'http://schema.org/timeRequired' => 'timeRequired',
'http://schema.org/tissueSample' => 'tissueSample',
'http://schema.org/title' => 'title',
'http://schema.org/toLocation' => 'toLocation',
'http://schema.org/totalTime' => 'totalTime',
'http://schema.org/trackingNumber' => 'trackingNumber',
'http://schema.org/trackingUrl' => 'trackingUrl',
'http://schema.org/tracks' => 'tracks',
'http://schema.org/trailer' => 'trailer',
'http://schema.org/transcript' => 'transcript',
'http://schema.org/transFatContent' => 'transFatContent',
'http://schema.org/transmissionMethod' => 'transmissionMethod',
'http://schema.org/trialDesign' => 'trialDesign',
'http://schema.org/tributary' => 'tributary',
'http://schema.org/typeOfGood' => 'typeOfGood',
'http://schema.org/typicalAgeRange' => 'typicalAgeRange',
'http://schema.org/typicalTest' => 'typicalTest',
'http://schema.org/unitCode' => 'unitCode',
'http://schema.org/unsaturatedFatContent' => 'unsaturatedFatContent',
'http://schema.org/uploadDate' => 'uploadDate',
'http://schema.org/url' => 'url',
'http://schema.org/usedToDiagnose' => 'usedToDiagnose',
'http://schema.org/usesDevice' => 'usesDevice',
'http://schema.org/validFor' => 'validFor',
'http://schema.org/validFrom' => 'validFrom',
'http://schema.org/validIn' => 'validIn',
'http://schema.org/validThrough' => 'validThrough',
'http://schema.org/validUntil' => 'validUntil',
'http://schema.org/value' => 'value',
'http://schema.org/valueAddedTaxIncluded' => 'valueAddedTaxIncluded',
'http://schema.org/valueReference' => 'valueReference',
'http://schema.org/vatID' => 'vatID',
'http://schema.org/vendor' => 'vendor',
'http://schema.org/version' => 'version',
'http://schema.org/video' => 'video',
'http://schema.org/videoFrameSize' => 'videoFrameSize',
'http://schema.org/videoQuality' => 'videoQuality',
'http://schema.org/warning' => 'warning',
'http://schema.org/warranty' => 'warranty',
'http://schema.org/warrantyPromise' => 'warrantyPromise',
'http://schema.org/warrantyScope' => 'warrantyScope',
'http://schema.org/weight' => 'weight',
'http://schema.org/width' => 'width',
'http://schema.org/winner' => 'winner',
'http://schema.org/wordCount' => 'wordCount',
'http://schema.org/workHours' => 'workHours',
'http://schema.org/workload' => 'workload',
'http://schema.org/workLocation' => 'workLocation',
'http://schema.org/worksFor' => 'worksFor',
'http://schema.org/worstRating' => 'worstRating',
'http://schema.org/yearlyRevenue' => 'yearlyRevenue',
'http://schema.org/yearsInOperation' => 'yearsInOperation',
'http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_WikiDoc' => 'WikiDoc',
'http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_QAStackExchange' => 'Stack Exchange',
'http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews' => 'rNews',
'http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_DatasetClass' => 'DatasetClass',
'http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass' => 'GoodRelationsClass',
'http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsProperties' => 'GoodRelationsProperties',
'http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_LRMIClass' => 'LRMIClass',
'http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_ActionCollabClass' => 'ActionCollabClass',
'http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex' => 'BibExTerm',
'http://schema.org/Reservation' => 'Reservation',
'http://schema.org/BusReservation' => 'BusReservation',
'http://schema.org/EventReservation' => 'EventReservation',
'http://schema.org/FlightReservation' => 'FlightReservation',
'http://schema.org/FoodEstablishmentReservation' => 'FoodEstablishmentReservation',
'http://schema.org/LodgingReservation' => 'LodgingReservation',
'http://schema.org/RentalCarReservation' => 'RentalCarReservation',
'http://schema.org/TaxiReservation' => ' TaxiReservation',
'http://schema.org/TrainReservation' => ' TrainReservation',
'http://schema.org/ReservationPackage' => 'ReservationPackage',
'http://schema.org/ReservationStatusType' => 'ReservationStatusType',
'http://schema.org/ReservationCancelled' => 'ReservationCancelled',
'http://schema.org/ReservationConfirmed' => 'ReservationConfirmed',
'http://schema.org/ReservationHold' => 'ReservationHold',
'http://schema.org/ReservationPending' => 'ReservationPending',
'http://schema.org/BusTrip' => 'Bus Trip',
'http://schema.org/TrainTrip' => 'Train Trip',
'http://schema.org/Flight' => 'Flight',
'http://schema.org/Airline' => 'Airline',
'http://schema.org/ProgramMembership' => 'Program Membership',
'http://schema.org/Ticket' => 'Ticket',
'http://schema.org/Seat' => 'Seat',
'http://schema.org/Taxi' => 'Taxi',
'http://schema.org/Vehicle' => 'Vehicle',
'http://schema.org/Car' => 'Car',
'http://schema.org/reservationId' => 'reservationId',
'http://schema.org/reservationStatus' => 'reservationStatus',
'http://schema.org/reservationFor' => 'reservationFor',
'http://schema.org/underName' => 'underName',
'http://schema.org/provider' => 'provider',
'http://schema.org/bookingAgent' => 'bookingAgent',
'http://schema.org/bookingTime' => 'bookingTime',
'http://schema.org/modifiedTime' => 'modifiedTime',
'http://schema.org/programMembershipUsed' => 'programMembershipUsed',
'http://schema.org/reservedTicket' => 'reservedTicket',
'http://schema.org/totalPrice' => 'totalPrice',
'http://schema.org/priceCurrency' => 'priceCurrency',
'http://schema.org/membershipNumber' => 'membershipNumber',
'http://schema.org/programName' => 'programName',
'http://schema.org/hostingOrganization' => 'hostingOrganization',
'http://schema.org/issuedBy' => 'issuedBy',
'http://schema.org/dateIssued' => 'dateIssued',
'http://schema.org/ticketedSeat' => 'ticketedSeat',
'http://schema.org/ticketNumber' => 'ticketNumber',
'http://schema.org/ticketToken' => 'ticketToken',
'http://schema.org/seatNumber' => 'seatNumber',
'http://schema.org/seatRow' => 'seatRow',
'http://schema.org/seatSection' => 'seatSection',
'http://schema.org/seatingType' => 'seatingType',
'http://schema.org/subReservation' => 'subReservation',
'http://schema.org/boardingGroup' => 'boardingGroup',
'http://schema.org/flightNumber' => 'flightNumber',
'http://schema.org/departureTime' => 'departureTime',
'http://schema.org/arrivalTime' => 'arrivalTime',
'http://schema.org/departureAirport' => 'departureAirport',
'http://schema.org/arrivalAirport' => 'departureAirport',
'http://schema.org/departureGate' => 'departureGate',
'http://schema.org/arrivalGate' => 'arrivalGate',
'http://schema.org/departureTerminal' => 'departureTerminal',
'http://schema.org/arrivalTerminal' => 'arrivalTerminal',
'http://schema.org/aircraft' => 'aircraft',
'http://schema.org/mealService' => 'mealService',
'http://schema.org/estimatedFlightDuration' => 'estimatedFlightDuration',
'http://schema.org/flightDistance' => 'flightDistance',
'http://schema.org/webCheckinTime' => 'webCheckinTime',
'http://schema.org/iataCode' => 'iataCode',
'http://schema.org/icaoCode' => 'iacoCode',
'http://schema.org/partySize' => 'partySize',
'http://schema.org/trainNumber' => 'trainNumber',
'http://schema.org/trainName' => 'trainName',
'http://schema.org/departureStation' => 'departureStation',
'http://schema.org/arrivalStation' => 'arrivalStation',
'http://schema.org/departurePlatform' => 'departurePlatform',
'http://schema.org/arrivalPlatform' => 'arrivalPlatform',
'http://schema.org/busNumber' => 'busNumber',
'http://schema.org/busName' => 'busName',
'http://schema.org/departureBusStop' => 'departureBusStop',
'http://schema.org/arrivalBusStop' => 'arrivalBusStop',
'http://schema.org/pickupLocation' => 'pickupLocation',
'http://schema.org/dropoffLocation' => 'dropoffLocation',
'http://schema.org/pickupTime' => 'pickupTime',
'http://schema.org/dropoffTime' => 'dropoffTime',
'http://schema.org/checkinTime' => 'checkinTime',
'http://schema.org/checkoutTime' => 'checkoutTime',
'http://schema.org/lodgingUnitType' => 'lodgingUnitType',
'http://schema.org/lodgingUnitDescription' => 'lodgingUnitDescription',
'http://schema.org/numAdults' => 'numAdults',
'http://schema.org/numChildren' => 'numChildren',
'http://schema.org/QAPage' => 'QAPage',
'http://schema.org/Question' => 'Question',
'http://schema.org/upvoteCount' => 'upvoteCount',
'http://schema.org/downvoteCount' => 'downvoteCount',
'http://schema.org/answerCount' => 'answerCount',
'http://schema.org/commentCount' => 'commentCount',
'http://schema.org/acceptedAnswer' => 'acceptedAnswer',
'http://schema.org/Answer' => 'Answer',
'http://schema.org/parentItem' => 'parentItem',
'http://schema.org/suggestedAnswer' => 'suggestedAnswer',
'http://schema.org/EmailMessage' => 'EmailMessage',
'http://schema.org/actionStatus' => 'actionStatus',
'http://schema.org/ActionStatusType' => 'ActionStatusType',
'http://schema.org/PotentialActionStatus' => 'PotentialActionStatus',
'http://schema.org/ActiveActionStatus' => 'ActiveActionStatus',
'http://schema.org/CompletedActionStatus' => 'CompletedActionStatus',
'http://schema.org/FailedActionStatus' => 'FailedActionStatus',
'http://schema.org/error' => 'error',
'http://schema.org/potentialAction' => 'potentialAction',
'http://schema.org/EntryPoint' => 'EntryPoint',
'http://schema.org/target' => 'target',
'http://schema.org/httpMethod' => 'httpMethod',
'http://schema.org/encodingType' => 'encodingType',
'http://schema.org/contentType' => 'contentType',
'http://schema.org/application' => 'application',
'http://schema.org/PropertyValueSpecification' => 'PropertyValueSpecification',
'http://schema.org/urlTemplate' => 'urlTemplate',
'http://schema.org/valueName' => 'valueName',
'http://schema.org/valueRequired' => 'valueRequired',
'http://schema.org/defaultValue' => 'defaultValue',
'http://schema.org/readonlyValue' => 'readonlyValue',
'http://schema.org/multipleValues' => 'multipleValues',
'http://schema.org/valueMinLength' => 'valueMinLength',
'http://schema.org/valueMaxLength' => 'valueMaxLength',
'http://schema.org/valuePattern' => 'valuePattern',
'http://schema.org/stepValue' => 'stepValue',
'http://schema.org/workPerformed' => 'workPerformed',
'http://schema.org/Role' => 'Role',
'http://schema.org/PerformanceRole' => 'PerformanceRole',
'http://schema.org/characterName' => 'characterName',
'http://schema.org/OrganizationRole' => 'OrganizationRole',
'http://schema.org/namedPosition' => 'namedPosition',
'http://schema.org/roleName' => 'roleName',
'http://schema.org/EmployeeRole' => 'EmployeeRole',
'http://schema.org/WebSite' => 'WebSite',
'http://schema.org/Periodical' => 'Periodical',
'http://schema.org/PublicationVolume' => 'PublicationVolume',
'http://schema.org/PublicationIssue' => 'PublicationIssue',
'http://schema.org/hasPart' => 'hasPart',
'http://schema.org/issn' => 'issn',
'http://schema.org/issueNumber' => 'issueNumber',
'http://schema.org/pageEnd' => 'pageEnd',
'http://schema.org/pageStart' => 'pageStart',
'http://schema.org/pagination' => 'pagination',
'http://schema.org/volumeNumber' => 'volumeNumber',
'http://schema.org/workExample' => 'workExample',
'http://schema.org/exampleOfWork' => 'exampleOfWork',
'http://schema.org/broker' => 'broker',
'http://schema.org/itemListElement' => 'itemListElement',
'http://schema.org/ListItem' => 'ListItem',
'http://schema.org/item' => 'item',
'http://schema.org/previousItem' => 'previousItem',
'http://schema.org/nextItem' => 'nextItem',
'http://schema.org/MovieSeries' => 'MovieSeries',
'http://schema.org/BookSeries' => 'BookSeries',
'http://schema.org/VideoGame' => 'VideoGame',
'http://schema.org/GameServer' => 'GameServer',
'http://schema.org/Game' => 'Game',
'http://schema.org/GamePlayMode' => 'GamePlayMode',
'http://schema.org/MultiPlayer' => 'MultiPlayer',
'http://schema.org/CoOp' => 'CoOp',
'http://schema.org/SinglePlayer' => 'SinglePlayer',
'http://schema.org/GameServerStatus' => 'GameServerStatus',
'http://schema.org/Online' => 'Online',
'http://schema.org/OnlineFull' => 'OnlineFull ',
'http://schema.org/OfflineTemporarily' => 'OfflineTemporarily ',
'http://schema.org/OfflinePermanently' => 'OfflinePermanently ',
'http://schema.org/numberOfPlayers' => 'numberOfPlayers',
'http://schema.org/quest' => 'quest',
'http://schema.org/gameItem' => 'gameItem',
'http://schema.org/character' => 'character',
'http://schema.org/characterAttribute' => 'characterAttribute',
'http://schema.org/playMode' => 'playMode',
'http://schema.org/translator' => 'translator',
'http://schema.org/softwareAddOn' => 'softwareAddOn',
'http://schema.org/cheatCode' => 'cheatCode',
'http://schema.org/softwareHelp' => 'softwareHelp',
'http://schema.org/gameTip' => 'gameTip',
'http://schema.org/gamePlatform' => 'gamePlatform',
'http://schema.org/serverStatus' => 'serverStatus',
'http://schema.org/playersOnline' => 'playersOnline',
'http://schema.org/game' => 'game',
'http://schema.org/gameServer' => 'gameServer',
'http://schema.org/gameLocation' => 'gameLocation',
'http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ' => 'MBZ',
'http://schema.org/albumProductionType' => 'albumProductionType',
'http://schema.org/albumReleaseType' => 'albumReleaseType',
'http://schema.org/albumRelease' => 'albumRelease',
'http://schema.org/track' => 'track',
'http://schema.org/MusicAlbumProductionType' => 'MusicAlbumProductionType',
'http://schema.org/CompilationAlbum' => 'CompilationAlbum',
'http://schema.org/DemoAlbum' => 'DemoAlbum',
'http://schema.org/DJMixAlbum' => 'DJMixAlbum',
'http://schema.org/LiveAlbum' => 'LiveAlbum',
'http://schema.org/MixtapeAlbum' => 'MixtapeAlbum',
'http://schema.org/RemixAlbum' => 'RemixAlbum',
'http://schema.org/SoundtrackAlbum' => 'SoundtrackAlbum',
'http://schema.org/SpokenWordAlbum' => 'SpokenWordAlbum',
'http://schema.org/StudioAlbum' => 'StudioAlbum',
'http://schema.org/MusicAlbumReleaseType' => 'MusicAlbumReleaseType',
'http://schema.org/AlbumRelease' => 'AlbumRelease',
'http://schema.org/BroadcastRelease' => 'BroadcastRelease',
'http://schema.org/EPRelease' => 'EPRelease',
'http://schema.org/SingleRelease' => 'SingleRelease',
'http://schema.org/MusicComposition' => 'MusicComposition',
'http://schema.org/musicArrangement' => 'musicArrangement',
'http://schema.org/composer' => 'composer',
'http://schema.org/firstPerformance' => 'firstPerformance',
'http://schema.org/includedComposition' => 'includedComposition',
'http://schema.org/iswcCode' => 'iswcCode',
'http://schema.org/lyricist' => 'lyricist',
'http://schema.org/musicCompositionForm' => 'musicCompositionForm',
'http://schema.org/musicalKey' => 'musicalKey',
'http://schema.org/recordedAs' => 'recordedAs',
'http://schema.org/isrcCode' => 'isrcCode',
'http://schema.org/recordingOf' => 'recordingOf',
'http://schema.org/MusicRelease' => 'MusicRelease',
'http://schema.org/catalogNumber' => 'catalogNumber',
'http://schema.org/creditedTo' => 'creditedTo',
'http://schema.org/musicReleaseFormat' => 'musicReleaseFormat',
'http://schema.org/recordLabel' => 'recordLabel',
'http://schema.org/releaseOf' => 'releaseOf',
'http://schema.org/releasedEvent' => 'releasedEvent',
'http://schema.org/MusicReleaseFormatType' => 'MusicReleaseFormatType',
'http://schema.org/CassetteFormat' => 'CassetteFormat',
'http://schema.org/CDFormat' => 'CDFormat',
'http://schema.org/DVDFormat' => 'DVDFormat',
'http://schema.org/DigitalFormat' => 'DigitalFormat',
'http://schema.org/DigitalAudioTapeFormat' => 'DigitalAudioTapeFormat',
'http://schema.org/LaserDiscFormat' => 'LaserDiscFormat',
'http://schema.org/VinylFormat' => 'VinylFormat',
'http://schema.org/foundingLocation' => 'foundingLocation',
'http://schema.org/birthPlace' => 'birthPlace',
'http://schema.org/deathPlace' => 'deathPlace',
'http://schema.org/SportsOrganization' => 'SportsOrganization',
'http://schema.org/sport' => 'sport',
'http://schema.org/coach' => 'coach',
'http://schema.org/athlete' => 'athlete',
'http://schema.org/numberedPosition' => 'numberedPosition',
'http://schema.org/homeTeam' => 'homeTeam',
'http://schema.org/awayTeam' => 'awayTeam',
'http://schema.org/competitor' => 'competitor',
'http://schema.org/DatedMoneySpecification' => 'DatedMoneySpecification',
'http://schema.org/amount' => 'amount',
'http://schema.org/currency' => 'currency',
'http://schema.org/VisualArtwork' => 'VisualArtwork',
'http://schema.org/artform' => 'artform',
'http://schema.org/material' => 'material',
'http://schema.org/surface' => 'surface',
'http://schema.org/artEdition' => 'artEdition',
'http://schema.org/Invoice' => 'Invoice',
'http://schema.org/totalPaymentDue' => 'totalPaymentDue',
'http://schema.org/minimumPaymentDue' => 'minimumPaymentDue',
'http://schema.org/accountId' => 'accountId',
'http://schema.org/scheduledPaymentDate' => 'scheduledPaymentDate',
'http://schema.org/billingPeriod' => 'billingPeriod',
'http://schema.org/paymentStatus' => 'paymentStatus',
'http://schema.org/referencesOrder' => 'referencesOrder',
);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment