From 028024ef941bdd96c689d000226c2a78886696b2 Mon Sep 17 00:00:00 2001 From: grahamtriggs Date: Wed, 21 Oct 2015 08:12:43 +0100 Subject: [PATCH] [VIVO-1031] Eliminate redundant restriction in construct (inferred by the path to get to the restriction) --- .../config/listViewConfig-informationResourceInAuthorship.xml | 2 -- .../config/listViewConfig-informationResourceInEditorship.xml | 1 - 2 files changed, 3 deletions(-) diff --git a/productMods/config/listViewConfig-informationResourceInAuthorship.xml b/productMods/config/listViewConfig-informationResourceInAuthorship.xml index f746d0b9..26072736 100644 --- a/productMods/config/listViewConfig-informationResourceInAuthorship.xml +++ b/productMods/config/listViewConfig-informationResourceInAuthorship.xml @@ -86,7 +86,6 @@ ?author a foaf:Agent . ?author rdfs:label ?authorName . ?author vitro:mostSpecificType ?subclass . - ?subclass rdfs:subClassOf foaf:Agent } } @@ -146,7 +145,6 @@ ?authorship core:relates ?author . ?author a vcard:Kind . ?author vitro:mostSpecificType ?subclass . - ?subclass rdfs:subClassOf vcard:Kind } } diff --git a/productMods/config/listViewConfig-informationResourceInEditorship.xml b/productMods/config/listViewConfig-informationResourceInEditorship.xml index 2be08184..c653ef9e 100644 --- a/productMods/config/listViewConfig-informationResourceInEditorship.xml +++ b/productMods/config/listViewConfig-informationResourceInEditorship.xml @@ -69,7 +69,6 @@ ?person a foaf:Person . ?person rdfs:label ?personName . ?person vitro:mostSpecificType ?subclass . - ?subclass rdfs:subClassOf foaf:Person } }