Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -18,7 +18,8 @@ WHERE { | ... | @@ -18,7 +18,8 @@ WHERE { |
18 | { | 18 | { |
19 | 19 | ||
20 | ?report a ep-report:ProductionReport . | 20 | ?report a ep-report:ProductionReport . |
21 | -?report ep-report:reportSubmittedFrom ?submittingFieldState . | 21 | +?reportIssueActivity ep-report:issuedReport ?report . |
22 | +?reportIssueActivity ep-activity:issuedFrom ?submittingFieldState . | ||
22 | ?submittingFieldState ep-core:temporalPartOf ?submittingField . | 23 | ?submittingFieldState ep-core:temporalPartOf ?submittingField . |
23 | ?submittingField npd:name ?submittingFieldName . | 24 | ?submittingField npd:name ?submittingFieldName . |
24 | 25 | ... | ... |
-
Please register or login to post a comment