Skip to content

Commit

Permalink
add rdf:Statement
Browse files Browse the repository at this point in the history
  • Loading branch information
arenas-guerrero-julian committed Sep 24, 2022
1 parent 7748acf commit f48aa61
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions queries/q15/q15-reification.rq
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ SELECT ?x ?y ?z
WHERE {
?x a ub:GraduateStudent .
?x ub:takesCourse <http://www.department0.university0.edu/graduateCourse0> .
?r a rdf:Statement .
?r rdf:subject ?x .
?r rdf:predicate ub:undergraduateDegreeFrom .
?r rdf:object ?y .
Expand Down
1 change: 1 addition & 0 deletions queries/q16/q16-reification.rq
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
SELECT ?x ?y ?z ?w
WHERE {
?x a ub:GraduateStudent .
?r a rdf:Statement .
?r rdf:subject ?x .
?r rdf:predicate ub:undergraduateDegreeFrom .
?r rdf:object ?y .
Expand Down
1 change: 1 addition & 0 deletions queries/q17/q17-reification.rq
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>

SELECT ?x
WHERE {
?r a rdf:Statement .
?r rdf:subject <http://www.department14.university0.edu/graduateStudent106> .
?r rdf:predicate ub:undergraduateDegreeFrom .
?r rdf:object <http://www.university1.edu> .
Expand Down
1 change: 1 addition & 0 deletions queries/q18/q18-reification.rq
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

SELECT ?x ?y ?z
WHERE {
?r a rdf:Statement .
?r rdf:subject ?x .
?r rdf:predicate ?y .
?r rdf:object ?z .
Expand Down

0 comments on commit f48aa61

Please sign in to comment.