KarlHammar (Talk | contribs) (→‎SPARQL Tests) |
KarlHammar (Talk | contribs) (→‎SPARQL Tests) |
||
Line 94: | Line 94: | ||
?seminar Seminars:seminarIncludesPaper ?paper . | ?seminar Seminars:seminarIncludesPaper ?paper . | ||
?paper rdfs:label ?paperTitle | ?paper rdfs:label ?paperTitle | ||
+ | } | ||
+ | |||
+ | ==== CQ 2 ==== | ||
+ | |||
+ | SELECT ?locationName | ||
+ | WHERE { | ||
+ | ?hospital rdfs:label "Ospedale Riunito delle Tre Valli" . | ||
+ | ?hospital place:hasLocation ?location . | ||
+ | ?location rdfs:label ?locationName | ||
} | } |
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 }
There are no applicable reasoning requirements for this story.
SELECT ?paperTitle WHERE { ?seminar rdfs:label "Cancer Seminar in Nocera Inferiore" . ?seminar Seminars:seminarIncludesPaper ?paper . ?paper rdfs:label ?paperTitle }
SELECT ?locationName WHERE { ?hospital rdfs:label "Ospedale Riunito delle Tre Valli" . ?hospital place:hasLocation ?location . ?location rdfs:label ?locationName }