Skip to content
Snippets Groups Projects
Commit b335e9e5 authored by Tarje Lavik's avatar Tarje Lavik
Browse files

Remove pages from published.query as this is not used correctly

parent 778ea1d6
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ SELECT DISTINCT ?uri ?label ?issn ?pages ?vol ?issue ?pageStart ?pageEnd WHERE { ...@@ -5,7 +5,7 @@ SELECT DISTINCT ?uri ?label ?issn ?pages ?vol ?issue ?pageStart ?pageEnd WHERE {
OPTIONAL { ?uri dct:title ?label . } OPTIONAL { ?uri dct:title ?label . }
OPTIONAL { ?uri rdfs:label ?label .} OPTIONAL { ?uri rdfs:label ?label .}
OPTIONAL { <{{ uri }}> bibo:issn ?issn . } OPTIONAL { <{{ uri }}> bibo:issn ?issn . }
OPTIONAL { <{{ uri }}> bibo:pages ?pages . } #OPTIONAL { <{{ uri }}> bibo:pages ?pages . }
OPTIONAL { <{{ uri }}> bibo:volume ?vol . } OPTIONAL { <{{ uri }}> bibo:volume ?vol . }
OPTIONAL { <{{ uri }}> bibo:issue ?issue . } OPTIONAL { <{{ uri }}> bibo:issue ?issue . }
OPTIONAL { <{{ uri }}> bibo:pageStart ?pageStart . } OPTIONAL { <{{ uri }}> bibo:pageStart ?pageStart . }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment