2010-12-21 00:00:23 +00:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
2010-12-21 13:41:11 +00:00
|
|
|
|
2011-01-03 16:16:57 +00:00
|
|
|
<!-- See guidelines in vitro/doc/list_view_configuration_guidelines.txt -->
|
2010-12-21 13:41:11 +00:00
|
|
|
|
2010-12-21 00:00:23 +00:00
|
|
|
<list-view-config>
|
2011-03-02 22:33:01 +00:00
|
|
|
<query-select>
|
2010-12-23 20:01:30 +00:00
|
|
|
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
2010-12-21 00:00:23 +00:00
|
|
|
PREFIX core: <http://vivoweb.org/ontology/core#>
|
2010-12-22 22:17:09 +00:00
|
|
|
PREFIX afn: <http://jena.hpl.hp.com/ARQ/function#>
|
2010-12-21 00:00:23 +00:00
|
|
|
|
2011-03-21 22:24:37 +00:00
|
|
|
SELECT DISTINCT <collated> ?subclass </collated>
|
2011-02-08 22:52:53 +00:00
|
|
|
?authorship
|
2011-01-19 20:46:39 +00:00
|
|
|
?infoResource ?infoResourceName
|
2011-01-28 16:49:54 +00:00
|
|
|
?dateTime WHERE {
|
2011-03-21 22:24:37 +00:00
|
|
|
?subject ?property ?authorship
|
|
|
|
OPTIONAL { ?authorship core:linkedInformationResource ?infoResource .
|
|
|
|
?infoResource rdfs:label ?infoResourceName
|
|
|
|
<collated>
|
|
|
|
OPTIONAL { ?subclass rdfs:subClassOf core:InformationResource .
|
|
|
|
?infoResource a ?subclass
|
|
|
|
}
|
|
|
|
</collated>
|
|
|
|
OPTIONAL { ?infoResource core:dateTimeValue ?dateTimeValue .
|
|
|
|
?dateTimeValue core:dateTime ?dateTime
|
|
|
|
}
|
2011-03-02 22:33:01 +00:00
|
|
|
}
|
2011-03-21 22:24:37 +00:00
|
|
|
<linked-individual-required>
|
|
|
|
FILTER ( bound(?infoResource) )
|
|
|
|
</linked-individual-required>
|
|
|
|
} ORDER BY <collated> ?subclass </collated> ?infoResourceName
|
2011-03-02 22:33:01 +00:00
|
|
|
</query-select>
|
2011-01-31 18:23:23 +00:00
|
|
|
|
|
|
|
<query-construct>
|
|
|
|
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
|
|
|
|
}
|
|
|
|
</query-construct>
|
|
|
|
|
|
|
|
<query-construct>
|
|
|
|
PREFIX core: <http://vivoweb.org/ontology/core#>
|
|
|
|
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
|
|
|
CONSTRUCT {
|
|
|
|
?subject ?property ?authorship .
|
|
|
|
?authorship ?authorshipProperty ?authorshipValue .
|
|
|
|
?authorship core:linkedInformationResource ?infoResource .
|
|
|
|
?infoResource rdfs:label ?infoResourceName
|
|
|
|
} WHERE {
|
|
|
|
{
|
|
|
|
?subject ?property ?authorship
|
|
|
|
}
|
|
|
|
UNION {
|
|
|
|
?subject ?property ?authorship .
|
|
|
|
?authorship ?authorshipProperty ?authorshipValue .
|
|
|
|
} UNION {
|
|
|
|
?subject ?property ?authorship .
|
|
|
|
?authorship core:linkedInformationResource ?infoResource .
|
|
|
|
?infoResource rdfs:label ?infoResourceName
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</query-construct>
|
|
|
|
|
|
|
|
<query-construct>
|
|
|
|
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 a ?subclass
|
|
|
|
} WHERE {
|
|
|
|
?subject ?property ?authorship .
|
|
|
|
?authorship core:linkedInformationResource ?infoResource .
|
|
|
|
?subclass rdfs:subClassOf core:InformationResource .
|
|
|
|
?infoResource a ?subclass
|
|
|
|
}
|
|
|
|
</query-construct>
|
|
|
|
|
|
|
|
<query-construct>
|
|
|
|
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
|
|
|
|
}
|
|
|
|
</query-construct>
|
2010-12-22 22:17:09 +00:00
|
|
|
|
2010-12-21 00:00:23 +00:00
|
|
|
<template>propStatement-authorInAuthorship.ftl</template>
|
2010-12-22 20:11:16 +00:00
|
|
|
</list-view-config>
|