diff --git a/productMods/config/listViewConfig-authorInAuthorship.xml b/productMods/config/listViewConfig-authorInAuthorship.xml index 27206eb5..1ac9aa1c 100644 --- a/productMods/config/listViewConfig-authorInAuthorship.xml +++ b/productMods/config/listViewConfig-authorInAuthorship.xml @@ -36,8 +36,6 @@ GRAPH ?g3 { ?infoResource rdfs:label ?infoResourceName } OPTIONAL { GRAPH ?g4 { ?subclass rdfs:subClassOf core:InformationResource } GRAPH ?g5 { ?infoResource a ?subclass } - FILTER (?g5 != <http://vitro.mannlib.cornell.edu/default/inferred-tbox> && - ?g5 != <http://vitro.mannlib.cornell.edu/default/vitro-kb-inf> ) } OPTIONAL { GRAPH ?g6 { ?infoResource core:dateTimeValue ?dateTimeValue } GRAPH ?g7 { ?dateTimeValue core:dateTime ?dateTime } diff --git a/productMods/config/listViewConfig-educationalTraining.xml b/productMods/config/listViewConfig-educationalTraining.xml index fb2f5c8d..fb1e2850 100644 --- a/productMods/config/listViewConfig-educationalTraining.xml +++ b/productMods/config/listViewConfig-educationalTraining.xml @@ -59,8 +59,6 @@ GRAPH ?g3 { ?org rdfs:label ?orgName } OPTIONAL { GRAPH ?g4 { ?subclass rdfs:subClassOf foaf:Organization } GRAPH ?g5 { ?org a ?subclass } - FILTER (?g5 != <http://vitro.mannlib.cornell.edu/default/inferred-tbox> && - ?g5 != <http://vitro.mannlib.cornell.edu/default/vitro-kb-inf> ) } } OPTIONAL { GRAPH ?g6 { ?edTraining core:degreeEarned ?degree } diff --git a/productMods/config/listViewConfig-hasRole.xml b/productMods/config/listViewConfig-hasRole.xml index e67c3e8f..0b77426b 100644 --- a/productMods/config/listViewConfig-hasRole.xml +++ b/productMods/config/listViewConfig-hasRole.xml @@ -45,8 +45,6 @@ } OPTIONAL { GRAPH ?g4 { ?role a ?subclass } GRAPH ?g5 { ?subclass rdfs:subClassOf core:Role } - FILTER (?g5 != <http://vitro.mannlib.cornell.edu/default/inferred-tbox> && - ?g5 != <http://vitro.mannlib.cornell.edu/default/vitro-kb-inf> ) } OPTIONAL { GRAPH ?g6 { ?role rdfs:label ?roleLabel } } OPTIONAL { GRAPH ?g7 { ?role core:dateTimeInterval ?dateTimeInterval } diff --git a/productMods/config/listViewConfig-informationResourceInAuthorship.xml b/productMods/config/listViewConfig-informationResourceInAuthorship.xml index 17187c31..77a44646 100644 --- a/productMods/config/listViewConfig-informationResourceInAuthorship.xml +++ b/productMods/config/listViewConfig-informationResourceInAuthorship.xml @@ -34,8 +34,6 @@ GRAPH ?g4 { ?person rdfs:label ?personName } OPTIONAL { GRAPH ?g5 { ?person a ?subclass } GRAPH ?g6 { ?subclass rdfs:subClassOf foaf:Person } - FILTER (?g6 != <http://vitro.mannlib.cornell.edu/default/inferred-tbox> && - ?g6 != <http://vitro.mannlib.cornell.edu/default/vitro-kb-inf> ) } } } ORDER BY ?subclass ?rank ?personName diff --git a/productMods/config/listViewConfig-organizationForPosition.xml b/productMods/config/listViewConfig-organizationForPosition.xml index 7c32bcff..dbc91c5b 100644 --- a/productMods/config/listViewConfig-organizationForPosition.xml +++ b/productMods/config/listViewConfig-organizationForPosition.xml @@ -48,8 +48,6 @@ } OPTIONAL { GRAPH ?g4 { ?position a ?subclass } GRAPH ?g5 { ?subclass rdfs:subClassOf core:Position } - FILTER (?g5 != <http://vitro.mannlib.cornell.edu/default/inferred-tbox> && - ?g5 != <http://vitro.mannlib.cornell.edu/default/vitro-kb-inf> ) } OPTIONAL { GRAPH ?g6 { ?position rdfs:label ?positionTitle } } OPTIONAL { GRAPH ?g7 { ?position core:dateTimeInterval ?dateTimeInterval } diff --git a/productMods/config/listViewConfig-personInPosition.xml b/productMods/config/listViewConfig-personInPosition.xml index 1389e154..5f279f5f 100644 --- a/productMods/config/listViewConfig-personInPosition.xml +++ b/productMods/config/listViewConfig-personInPosition.xml @@ -54,8 +54,6 @@ } OPTIONAL { GRAPH ?g8 { ?position a ?subclass } GRAPH ?g9 { ?subclass rdfs:subClassOf core:Position } - FILTER (?g9 != <http://vitro.mannlib.cornell.edu/default/inferred-tbox> && - ?g9 != <http://vitro.mannlib.cornell.edu/default/vitro-kb-inf> ) } } ORDER BY ?subclass DESC(?dateTimeEnd) DESC(?dateTimeStart) ?orgName diff --git a/productMods/config/listViewConfig-relatedRole.xml b/productMods/config/listViewConfig-relatedRole.xml index efbaba71..5e55dc80 100644 --- a/productMods/config/listViewConfig-relatedRole.xml +++ b/productMods/config/listViewConfig-relatedRole.xml @@ -16,8 +16,9 @@ GRAPH ?g1 { ?subject ?property ?role } OPTIONAL { GRAPH ?g2 { ?roleProp rdfs:subPropertyOf core:roleOf } GRAPH ?g3 { ?role ?roleProp ?indivInRole } - FILTER (?g3 != <http://vitro.mannlib.cornell.edu/default/inferred-tbox> && - ?g3 != <http://vitro.mannlib.cornell.edu/default/vitro-kb-inf> ) + # TO DO: Implement this filtering in Java postprocessing + # FILTER (?g3 != <http://vitro.mannlib.cornell.edu/default/inferred-tbox> && + # ?g3 != <http://vitro.mannlib.cornell.edu/default/vitro-kb-inf> ) GRAPH ?g4 { ?indivInRole rdfs:label ?indivName } } OPTIONAL { GRAPH ?g5 { ?role rdfs:label ?roleLabel } } @@ -48,8 +49,9 @@ GRAPH ?g1 { ?subject ?property ?role } OPTIONAL { GRAPH ?g2 { ?roleProp rdfs:subPropertyOf core:roleOf } GRAPH ?g3 { ?role ?roleProp ?indivInRole } - FILTER (?g3 != <http://vitro.mannlib.cornell.edu/default/inferred-tbox> && - ?g3 != <http://vitro.mannlib.cornell.edu/default/vitro-kb-inf> ) + # TO DO: Implement this filtering in Java postprocessing + # FILTER (?g3 != <http://vitro.mannlib.cornell.edu/default/inferred-tbox> && + # ?g3 != <http://vitro.mannlib.cornell.edu/default/vitro-kb-inf> ) GRAPH ?g4 { ?indivInRole rdfs:label ?indivName } } OPTIONAL { GRAPH ?g5 { ?role rdfs:label ?roleLabel } } @@ -66,8 +68,6 @@ } OPTIONAL { GRAPH ?g13 { ?role a ?subclass } GRAPH ?g14 { ?subclass rdfs:subClassOf core:Role } - FILTER (?g14 != <http://vitro.mannlib.cornell.edu/default/inferred-tbox> && - ?g14 != <http://vitro.mannlib.cornell.edu/default/vitro-kb-inf> ) } } ORDER BY ?subclass ?indivName ?roleLabel ?roleTypeLabel