removed the collate tags so that the subclass will be available to the list view in the event that collate by subclass is turned off
This commit is contained in:
parent
5480a2d8ba
commit
47b47d0b69
1 changed files with 2 additions and 4 deletions
|
@ -11,7 +11,7 @@
|
|||
PREFIX bibo: <http://purl.org/ontology/bibo/>
|
||||
PREFIX vitro: <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#>
|
||||
|
||||
SELECT DISTINCT <collated> ?subclass </collated>
|
||||
SELECT DISTINCT ?subclass
|
||||
?authorship
|
||||
?infoResource ?infoResourceName
|
||||
?dateTime
|
||||
|
@ -46,11 +46,9 @@
|
|||
?partOfObj rdfs:label ?partOf
|
||||
}
|
||||
|
||||
<collated>
|
||||
OPTIONAL { ?infoResource vitro:mostSpecificType ?subclass .
|
||||
?subclass rdfs:subClassOf core:InformationResource
|
||||
}
|
||||
</collated>
|
||||
OPTIONAL { ?infoResource core:hasPublicationVenue ?publishedIn .
|
||||
?publishedIn rdfs:label ?journal
|
||||
}
|
||||
|
@ -61,7 +59,7 @@
|
|||
<critical-data-required>
|
||||
FILTER ( bound(?infoResource) )
|
||||
</critical-data-required>
|
||||
} ORDER BY <collated> ?subclass </collated> DESC(?dateTime) ?infoResourceName
|
||||
} ORDER BY ?subclass DESC(?dateTime) ?infoResourceName
|
||||
</query-select>
|
||||
|
||||
<query-construct>
|
||||
|
|
Loading…
Add table
Reference in a new issue