[VIVO-1031] Eliminate redundant restriction in construct (inferred by the path to get to the restriction)
This commit is contained in:
parent
ce1bb9a9c9
commit
028024ef94
2 changed files with 0 additions and 3 deletions
|
@ -86,7 +86,6 @@
|
||||||
?author a foaf:Agent .
|
?author a foaf:Agent .
|
||||||
?author rdfs:label ?authorName .
|
?author rdfs:label ?authorName .
|
||||||
?author vitro:mostSpecificType ?subclass .
|
?author vitro:mostSpecificType ?subclass .
|
||||||
?subclass rdfs:subClassOf foaf:Agent
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</query-construct>
|
</query-construct>
|
||||||
|
@ -146,7 +145,6 @@
|
||||||
?authorship core:relates ?author .
|
?authorship core:relates ?author .
|
||||||
?author a vcard:Kind .
|
?author a vcard:Kind .
|
||||||
?author vitro:mostSpecificType ?subclass .
|
?author vitro:mostSpecificType ?subclass .
|
||||||
?subclass rdfs:subClassOf vcard:Kind
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</query-construct>
|
</query-construct>
|
||||||
|
|
|
@ -69,7 +69,6 @@
|
||||||
?person a foaf:Person .
|
?person a foaf:Person .
|
||||||
?person rdfs:label ?personName .
|
?person rdfs:label ?personName .
|
||||||
?person vitro:mostSpecificType ?subclass .
|
?person vitro:mostSpecificType ?subclass .
|
||||||
?subclass rdfs:subClassOf foaf:Person
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</query-construct>
|
</query-construct>
|
||||||
|
|
Loading…
Add table
Reference in a new issue