Design
Research
Resources
Contact
PREFIX rdf: <http://www.w3.org/1999/02/22/rdf-syntax-ns#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX ex: <https://tw.rpi.edu/ontology-engineering/oe2024/FitMe/FitMe/>
select DISTINCT ?exercisePlan ?exercise where {
BIND (ex:KneeLigamentInjuryAgnosticStrengthGainPlan AS ?plan).
?exercisePlan rdfs:subClassOf ?plan.
?exercise a ?exercisePlan.
}
exercisePlan | exercise |
---|---|
KLIASGBackDay | Pullups |
KLIASGCardioDay | Swimming |
KLIASGChestDay | BenchPress |
KLIASGChestDay | Dips |
KLIASGChestDay | InclineDumbbellPress |
KLIASGChestDay | Pushups |
KLIASGLegDay | AbCrunches |
KLIASGLegDay | GluteBridge |
KLIASGLegDay | RussianTwists |
KLIASGRecoveryDay | AbCrunches |
KLIASGRecoveryDay | BenchPress |
KLIASGRecoveryDay | Dips |
KLIASGRecoveryDay | GluteBridge |
KLIASGRecoveryDay | InclineDumbbellPress |
KLIASGRecoveryDay | Plank |
KLIASGRecoveryDay | Pullups |
KLIASGRecoveryDay | Pushups |
KLIASGRecoveryDay | Superman |
KLIASGRecoveryDay | Swimming |
KLIASGRecoveryDay | WallAngles |
PREFIX rdf: <http://www.w3.org/1999/02/22/rdf-syntax-ns#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX ex: <https://tw.rpi.edu/ontology-engineering/oe2024/FitMe/FitMe/>
select ?plan ?exercise where {
?plan a ex:StrengthGainPlan .
?exercise ex:exerciseContainedIn ?plan .
}
plan | exercise |
---|---|
BackDay | BentOverBarbellRows |
BackDay | BicepCurls |
BackDay | CableRows |
BackDay | DumbbellRows |
BackDay | FacePulls |
BackDay | LatPulldowns |
BackDay | LatPullovers |
BackDay | Pullups |
BackDay | SeatedRows |
ChestDay | BenchPress |
ChestDay | Dips |
ChestDay | InclineDumbbellPress |
ChestDay | LateralRaises |
ChestDay | OverheadShoulderPress |
ChestDay | Pushups |
ChestDay | TricepPushdowns |
LegDay | AbCrunches |
LegDay | BarbellBackSquats |
LegDay | BulgarianSplitSquats |
LegDay | GluteBridge |
LegDay | HeavyFrontSquat |
LegDay | RomanianDeadlifts |
LegDay | RussianTwists |
LegDay | SeatedLegExtensions |
PREFIX rdf: <http://www.w3.org/1999/02/22/rdf-syntax-ns#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX ex: <https://tw.rpi.edu/ontology-engineering/oe2024/FitMe/FitMe/>
select ?exercise where {
?exercise a ex:EnforceBackPlan.
}
Exercise |
---|
CableRows |
FacePulls |
LatPullovers |
Pullups |
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX ex: <https://tw.rpi.edu/ontology-engineering/oe2024/FitMe/FitMe/>
select ?exercise where {
?exercise a ex:StrengthExercise.
}
Exercise |
---|
AbCrunches |
Barbell Back Squats |
Bench Press |
Bent-Over Barbell Rows |
Bicep Curls |
Bulgarian Split Squats |
Cable Rows |
Deadlifts |
Dips |
Dumbbell Rows |
Face Pulls |
Glute Bridge |
Heavy Front Squat |
Incline Dumbbell Press |
Lateral Raises |
Lat Pulldowns |
Lat Pullovers |
Overhead Shoulder Press |
Plank |
Pullups |
Pushups |
Romanian Deadlifts |
Russian Twists |
Seated Leg Extensions |
Seated Rows |
Superman |
Tricep Pushdowns |
Wall Sit |
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX ex: <https://tw.rpi.edu/ontology-engineering/oe2024/FitMe/FitMe/>
select ?exercise where {
?exercise a ex:LegStrengtheningExercise.
}
Exercise |
---|
Barbell Back Squats |
Bulgarian Split Squats |
Deadlifts |
Heavy Front Squat |
Romanian Deadlift |
Seated Leg Extensions |