[VIVO-1031] Eliminate redundant restriction in construct (inferred by the path to get to the restriction)

This commit is contained in:
grahamtriggs 2015-10-21 08:12:43 +01:00
parent ce1bb9a9c9
commit 028024ef94
2 changed files with 0 additions and 3 deletions

View file

@ -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>

View file

@ -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>