make the query more efficient
This commit is contained in:
parent
76e3160abf
commit
1d61e93c2e
1 changed files with 13 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
||||||
|
|
||||||
|
PREFIX core: <http://vivoweb.org/ontology/core#>
|
||||||
|
|
||||||
|
construct {
|
||||||
|
<http://vivoweb.org/ontology/florida#StatewideGoalAndFocusArea> <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#inClassGroup> <http://vivoweb.org/ontology#vitroClassGrouptopics> .
|
||||||
|
|
||||||
|
<http://vivoweb.org/ontology/florida#divisionOfSponsoredResearchNumber> <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#inPropertyGroup> <http://vivoweb.org/ontology#vitroPropertyGroupidentifiers> .
|
||||||
|
|
||||||
|
<http://vivoweb.org/ontology/florida#statewideGoalAndFocusArea> <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#inPropertyGroup> <http://vivoweb.org/ontology#vitroPropertyGroupoutreach>
|
||||||
|
} where {
|
||||||
|
|
||||||
|
<http://vivoweb.org/ontology/florida#StatewideGoalAndFocusArea> <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#inClassGroup> <http://vivoweb.org/ontology#vitroClassGrouptopics>
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue