[VIVO-1031] Remove redundant parts of construct query
This commit is contained in:
parent
5c01cca0ab
commit
84a7733bd6
1 changed files with 1 additions and 4 deletions
|
@ -67,7 +67,6 @@
|
||||||
?object a ?objectType .
|
?object a ?objectType .
|
||||||
} UNION {
|
} UNION {
|
||||||
?subject ?property ?object .
|
?subject ?property ?object .
|
||||||
?object a ?objectType .
|
|
||||||
?object rdfs:label ?label .
|
?object rdfs:label ?label .
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -96,15 +95,13 @@
|
||||||
?object a ?objectType .
|
?object a ?objectType .
|
||||||
} UNION {
|
} UNION {
|
||||||
?subject ?property ?object .
|
?subject ?property ?object .
|
||||||
?object a ?objectType .
|
|
||||||
?object vitro:mostSpecificType ?subclass .
|
?object vitro:mostSpecificType ?subclass .
|
||||||
?subclass rdfs:label ?type .
|
?subclass rdfs:label ?type .
|
||||||
?subclass vitro:inClassGroup ?classGroup .
|
?subclass vitro:inClassGroup ?classGroup .
|
||||||
?classGroup a vitro:ClassGroup
|
?classGroup a vitro:ClassGroup
|
||||||
} UNION {
|
} UNION {
|
||||||
?subject ?property ?object .
|
?subject ?property ?object .
|
||||||
?object a ?objectType .
|
?object obo:ARG_2000028 ?vcard .
|
||||||
?object obo:ARG_2000028 ?vcard .
|
|
||||||
?vcard vcard:hasTitle ?titleObj .
|
?vcard vcard:hasTitle ?titleObj .
|
||||||
?titleObj vcard:title ?title
|
?titleObj vcard:title ?title
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue