KarlHammar (Talk | contribs) (→‎OWL Module) |
KarlHammar (Talk | contribs) |
||
Line 61: | Line 61: | ||
?degree rdfs:label ?degreeName | ?degree rdfs:label ?degreeName | ||
} | } | ||
+ | |||
+ | == Story: Seminars == | ||
+ | |||
+ | === Competency Questions === | ||
+ | |||
+ | TBD | ||
+ | |||
+ | === Contextual Statements === | ||
+ | |||
+ | TBD | ||
+ | |||
+ | === Reasoning Requirements === | ||
+ | |||
+ | TBD | ||
+ | |||
+ | === OWL Module === | ||
+ | |||
+ | TBD | ||
+ | |||
+ | === SPARQL Tests === | ||
+ | |||
+ | TBD |
SELECT ?date WHERE { ?person MedicalDegrees:personName "Pasquale Di Gennaro" . ?attendance MedicalDegrees:attendanceOfPerson ?person . ?attendance MedicalDegrees:attendanceToEducationalProgram ?program . ?program rdfs:label "Nursing Assistant Program" . ?attendance MedicalDegrees:attendanceStatus "DEGREE_AWARDED" . ?attendance MedicalDegrees:attendanceDuringTime ?timeinterval . ?timeinterval timeinterval:hasIntervalEndDate ?date }
SELECT ?degreeName WHERE { ?person MedicalDegrees:personName "Pasquale Di Gennaro" . ?attendance MedicalDegrees:attendanceOfPerson ?person . ?attendance MedicalDegrees:attendanceToEducationalProgram ?program . ?attendance MedicalDegrees:attendanceStatus "DEGREE_AWARDED" . ?program MedicalDegrees:programAwardsDegree ?degree . ?degree rdfs:label ?degreeName }
SELECT ?degreeName WHERE { ?person MedicalDegrees:personName "Pasquale Di Gennaro" . ?attendance MedicalDegrees:attendanceOfPerson ?person . ?attendance MedicalDegrees:attendanceToEducationalProgram ?program . ?program MedicalDegrees:programAwardsDegree ?degree . ?degree rdfs:label ?degreeName }
TBD
TBD
TBD
TBD
TBD