- From: Dan Brickley <danbri@google.com>
- Date: Thu, 21 Apr 2016 15:51:05 +0100
- To: Marc Twagirumukiza <marc.twagirumukiza@agfa.com>, "schema.org Mailing List" <public-schemaorg@w3.org>
Looking at these: Currently in v2.2 on schema.org they are both in the flat core. In the v3.0 release candidate we have them still in the core. However we have somehow broken PhysicalActivity. I'd like to find a simple fix for this release. Compare (where schema.org has v2.2, webschemas has candidate v3.0): * http://schema.org/ExercisePlan * http://webschemas.org/ExercisePlan * http://schema.org/PhysicalActivity * http://webschemas.org/PhysicalActivity Here (below) are the definitions (in triples) currently in data/schema.org i.e. the core. They do look to me (from the descriptions) as if they were part of the big collection of medical docs i.e. http://schema.org/docs/meddocs.html. Did you discuss including in core vs health-lifesci extension? It seems that the definitions in repo currently have lost this: Thing > MedicalEntity > MedicalTherapy > LifestyleModification > PhysicalActivity ... it seems that LifestyleModification moved to the extension but PhysicalActivity did not. It might be easiest to have them all in the extension. Thoughts? cheers, Dan 15:35 $ ../scripts/rdfa2nt schema.rdfa | grep ExercisePlan <http://schema.org/workload> <http://schema.org/domainIncludes> <http://schema.org/ExercisePlan> . <http://schema.org/repetitions> <http://schema.org/domainIncludes> <http://schema.org/ExercisePlan> . <http://schema.org/activityFrequency> <http://schema.org/domainIncludes> <http://schema.org/ExercisePlan> . <http://schema.org/exerciseType> <http://schema.org/domainIncludes> <http://schema.org/ExercisePlan> . <http://schema.org/ExercisePlan> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . <http://schema.org/additionalVariable> <http://schema.org/domainIncludes> <http://schema.org/ExercisePlan> . <http://schema.org/intensity> <http://schema.org/domainIncludes> <http://schema.org/ExercisePlan> . <http://schema.org/ExercisePlan> <http://www.w3.org/2000/01/rdf-schema#comment> "Fitness-related activity designed for a specific health-related purpose, including defined exercise routines as well as activity prescribed by a clinician." . <http://schema.org/ExercisePlan> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/PhysicalActivity> . <http://schema.org/exercisePlan> <http://schema.org/rangeIncludes> <http://schema.org/ExercisePlan> . <http://schema.org/activityDuration> <http://schema.org/domainIncludes> <http://schema.org/ExercisePlan> . <http://schema.org/restPeriods> <http://schema.org/domainIncludes> <http://schema.org/ExercisePlan> . <http://schema.org/ExercisePlan> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/CreativeWork> . <http://schema.org/ExercisePlan> <http://www.w3.org/2000/01/rdf-schema#label> "ExercisePlan" . 15:38 $ ../scripts/rdfa2nt schema.rdfa | grep PhysicalActivity <http://schema.org/LeisureTimeActivity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/PhysicalActivityCategory> . <http://schema.org/category> <http://schema.org/rangeIncludes> <http://schema.org/PhysicalActivityCategory> . <http://schema.org/StrengthTraining> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/PhysicalActivityCategory> . <http://schema.org/PhysicalActivity> <http://www.w3.org/2000/01/rdf-schema#label> "PhysicalActivity" . <http://schema.org/PhysicalActivityCategory> <http://www.w3.org/2000/01/rdf-schema#label> "PhysicalActivityCategory" . <http://schema.org/PhysicalActivityCategory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . <http://schema.org/PhysicalActivity> <http://www.w3.org/2000/01/rdf-schema#comment> "Any bodily activity that enhances or maintains physical fitness and overall health and wellness. Includes activity that is part of daily living and routine, structured exercise, and exercise prescribed as part of a medical treatment or recovery plan." . <http://schema.org/PhysicalActivity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . <http://schema.org/category> <http://schema.org/domainIncludes> <http://schema.org/PhysicalActivity> . <http://schema.org/PhysicalActivityCategory> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Enumeration> . <http://schema.org/Balance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/PhysicalActivityCategory> . <http://schema.org/ExercisePlan> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/PhysicalActivity> . <http://schema.org/AnaerobicActivity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/PhysicalActivityCategory> . <http://schema.org/PhysicalActivityCategory> <http://www.w3.org/2000/01/rdf-schema#comment> "Categories of physical activity, organized by physiologic classification." . <http://schema.org/AerobicActivity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/PhysicalActivityCategory> . <http://schema.org/OccupationalActivity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/PhysicalActivityCategory> . <http://schema.org/Flexibility> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/PhysicalActivityCategory> .
Received on Thursday, 21 April 2016 14:51:39 UTC