[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 .
|
||||
} UNION {
|
||||
?subject ?property ?object .
|
||||
?object a ?objectType .
|
||||
?object rdfs:label ?label .
|
||||
}
|
||||
}
|
||||
|
@ -96,14 +95,12 @@
|
|||
?object a ?objectType .
|
||||
} UNION {
|
||||
?subject ?property ?object .
|
||||
?object a ?objectType .
|
||||
?object vitro:mostSpecificType ?subclass .
|
||||
?subclass rdfs:label ?type .
|
||||
?subclass vitro:inClassGroup ?classGroup .
|
||||
?classGroup a vitro:ClassGroup
|
||||
} UNION {
|
||||
?subject ?property ?object .
|
||||
?object a ?objectType .
|
||||
?object obo:ARG_2000028 ?vcard .
|
||||
?vcard vcard:hasTitle ?titleObj .
|
||||
?titleObj vcard:title ?title
|
||||
|
|
Loading…
Add table
Reference in a new issue