PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX core: <http://vivoweb.org/ontology/core#> PREFIX afn: <http://jena.hpl.hp.com/ARQ/function#> PREFIX bibo: <http://purl.org/ontology/bibo/> PREFIX vitro: <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#> SELECT DISTINCT ?subclass ?authorship ?infoResource ?infoResourceName ?dateTime ?journal ?volume ?startPage ?endPage ?publisher ?locale ?appearsIn ?partOf ?editor ?hideThis WHERE { ?subject ?property ?authorship . ?authorship core:linkedInformationResource ?infoResource . ?infoResource rdfs:label ?infoResourceName OPTIONAL { ?infoResource bibo:volume ?volume } OPTIONAL { ?infoResource bibo:pageStart ?startPage } OPTIONAL { ?infoResource bibo:pageEnd ?endPage } OPTIONAL { ?infoResource core:placeOfPublication ?locale } OPTIONAL { ?infoResource bibo:reproducedIn ?appearsInObj . ?appearsInObj rdfs:label ?appearsIn } OPTIONAL { ?infoResource core:publisher ?publisherObj . ?publisherObj rdfs:label ?publisher } OPTIONAL { ?infoResource core:editor ?editorObj . ?editorObj rdfs:label ?editor } OPTIONAL { ?infoResource core:partOf ?partOfObj . ?partOfObj rdfs:label ?partOf } OPTIONAL { ?infoResource vitro:mostSpecificType ?subclass . ?subclass rdfs:subClassOf core:InformationResource } OPTIONAL { ?infoResource core:hasPublicationVenue ?publishedIn . ?publishedIn rdfs:label ?journal } OPTIONAL { ?infoResource core:dateTimeValue ?dateTimeValue . ?dateTimeValue core:dateTime ?dateTime } OPTIONAL { ?authorship core:hideFromDisplay ?hideThis } FILTER ( bound(?infoResource) ) } ORDER BY ?subclass DESC(?dateTime) ?infoResourceName PREFIX core: <http://vivoweb.org/ontology/core#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> CONSTRUCT { ?subclass rdfs:subClassOf core:InformationResource } WHERE { ?subclass rdfs:subClassOf core:InformationResource } PREFIX core: <http://vivoweb.org/ontology/core#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX bibo: <http://purl.org/ontology/bibo/> CONSTRUCT { ?subject ?property ?authorship . ?authorship ?authorshipProperty ?authorshipValue . ?authorship core:linkedInformationResource ?infoResource . ?infoResource rdfs:label ?infoResourceName . ?infoResource core:hasPublicationVenue ?publishedIn . ?publishedIn rdfs:label ?journal } WHERE { { ?subject ?property ?authorship } UNION { ?subject ?property ?authorship . ?authorship ?authorshipProperty ?authorshipValue } UNION { ?subject ?property ?authorship . ?authorship core:linkedInformationResource ?infoResource } UNION { ?subject ?property ?authorship . ?authorship core:linkedInformationResource ?infoResource . ?infoResource rdfs:label ?infoResourceName } UNION { ?subject ?property ?authorship . ?authorship core:linkedInformationResource ?infoResource . ?infoResource core:hasPublicationVenue ?publishedIn } UNION { ?subject ?property ?authorship . ?authorship core:linkedInformationResource ?infoResource . ?infoResource core:hasPublicationVenue ?publishedIn . ?publishedIn rdfs:label ?journal } } PREFIX core: <http://vivoweb.org/ontology/core#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX bibo: <http://purl.org/ontology/bibo/> CONSTRUCT { ?subject ?property ?authorship . ?authorship ?authorshipProperty ?authorshipValue . ?authorship core:linkedInformationResource ?infoResource . ?infoResource ?infoResourceProperty ?infoResourceValue . ?infoResource bibo:reproducedIn ?appearsInObj . ?infoResource core:publisher ?publisherObj . ?infoResource core:editor ?editorObj . ?infoResource core:partOf ?partOfObj . ?appearsInObj rdfs:label ?appearsIn . ?publisherObj rdfs:label ?publisher . ?editorObj rdfs:label ?editor . ?partOfObj rdfs:label ?partOf } WHERE { { ?subject ?property ?authorship } UNION { ?subject ?property ?authorship . ?authorship ?authorshipProperty ?authorshipValue } UNION { ?subject ?property ?authorship . ?authorship core:linkedInformationResource ?infoResource } UNION { ?subject ?property ?authorship . ?authorship core:linkedInformationResource ?infoResource . ?infoResource ?infoResourceProperty ?infoResourceValue } UNION { ?subject ?property ?authorship . ?authorship core:linkedInformationResource ?infoResource . ?infoResource bibo:reproducedIn ?appearsInObj . ?appearsInObj rdfs:label ?appearsIn } UNION { ?subject ?property ?authorship . ?authorship core:linkedInformationResource ?infoResource . ?infoResource core:publisher ?publisherObj . ?publisherObj rdfs:label ?publisher } UNION { ?subject ?property ?authorship . ?authorship core:linkedInformationResource ?infoResource . ?infoResource core:editor ?editorObj . ?editorObj rdfs:label ?editor } UNION { ?subject ?property ?authorship . ?authorship core:linkedInformationResource ?infoResource . ?infoResource core:partOf ?partOfObj . ?partOfObj rdfs:label ?partOf } } PREFIX core: <http://vivoweb.org/ontology/core#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> CONSTRUCT { ?subject ?property ?authorship . ?authorship core:linkedInformationResource ?infoResource . ?infoResource core:dateTimeValue ?dateTimeValue . ?dateTimeValue core:dateTime ?dateTime } WHERE { ?subject ?property ?authorship . ?authorship core:linkedInformationResource ?infoResource . ?infoResource core:dateTimeValue ?dateTimeValue . ?dateTimeValue core:dateTime ?dateTime }