KarlHammar (Talk | contribs) |
KarlHammar (Talk | contribs) (→‎Competency Questions) |
||
Line 66: | Line 66: | ||
=== Competency Questions === | === Competency Questions === | ||
− | + | * Which papers were presented at a certain seminar? | |
+ | * Where is a certain hospital located? | ||
+ | * When and where was a certain seminar held? | ||
+ | * At which hospital was a certain paper presented? | ||
=== Contextual Statements === | === Contextual Statements === |
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