Fixed productVolume transforms 20301a and 20301b and MPRG HTML header to find field name
Showing
2 changed files
with
4 additions
and
9 deletions
This diff could not be displayed because it is too large.
... | @@ -4,17 +4,12 @@ let:activity="{# SELECT ?activity WHERE {?activity a ep-fac:TemporalPartOfAProdu | ... | @@ -4,17 +4,12 @@ let:activity="{# SELECT ?activity WHERE {?activity a ep-fac:TemporalPartOfAProdu |
4 | let:activityEnd="{# SELECT ?activityEnd WHERE {?activity a ep-fac:TemporalPartOfAProductionFacility . ?report ep-report:reportOn ?activity . ?activity ep-activity:finishedAt ?activityEnd}}" | 4 | let:activityEnd="{# SELECT ?activityEnd WHERE {?activity a ep-fac:TemporalPartOfAProductionFacility . ?report ep-report:reportOn ?activity . ?activity ep-activity:finishedAt ?activityEnd}}" |
5 | let:reportedFieldName="{# SELECT ?reportedFieldName | 5 | let:reportedFieldName="{# SELECT ?reportedFieldName |
6 | WHERE { | 6 | WHERE { |
7 | - ?report rdf:type ep-report:ProductionReport . | 7 | + ?report rdf:type ep-report:MonthlyProductionReportGovernment . |
8 | - ?report a ?reportStatus . | 8 | + ?report ep-report:reportOn ?temporalpartofaproductionfacility . |
9 | - ?reportStatus a ep-report:ReportVersionStatus . | 9 | + ?temporalpartofaproductionfacility rdf:type ep-fac:TemporalPartOfAProductionFacility . |
10 | - ?reportStatus rdfs:label ?reportStatusLabel . | ||
11 | - ?productvolumereport ep-core:partOf ?report . | ||
12 | - ?productvolumereport rdf:type ep-report:ProductVolumeReport . | ||
13 | - ?productvolumereport ep-report:reportOn ?productioninventorycollection . | ||
14 | - ?temporalpartofaproductionfacility ep-core:hasSpatialPart ?productioninventorycollection . | ||
15 | ?temporalpartofaproductionfacility ep-core:temporalPartOf ?productionfacility . | 10 | ?temporalpartofaproductionfacility ep-core:temporalPartOf ?productionfacility . |
16 | ?productionfacility rdf:type ep-fac:Field . | 11 | ?productionfacility rdf:type ep-fac:Field . |
17 | - ?productvolumereport ep-core:name ?reportedFieldName . | 12 | + ?productionfacility npd:name ?reportedFieldName . |
18 | }}" | 13 | }}" |
19 | > | 14 | > |
20 | 15 | ... | ... |
-
Please register or login to post a comment