Commit graph

212 commits

Author SHA1 Message Date
rjy7
2a3b6615f7 NIHVIVO-1879 Combine collated and uncollated list view queries into a single query, with preprocessing to get the right version. 2011-03-02 22:33:01 +00:00
rjy7
d99dbdd526 NIHVIVO-2073 Modify custom view when there is no linked individual 2011-02-08 22:52:53 +00:00
rjy7
78493a91a4 NIHVIVO-2056 Correct and improve queries for core:relatedRole list view 2011-02-07 21:23:42 +00:00
rjy7
b99b656236 NIHVIVO-1724 Display core:hrJobTitle if there is no rdfs:label on the position 2011-02-04 14:52:06 +00:00
bjl23
51ce919b28 updated list views with CONSTRUCTs 2011-01-31 22:52:40 +00:00
rjy7
04d6f8b2d3 Removed unnecessary svn:ignore values 2011-01-31 21:27:05 +00:00
rjy7
18ade9a1dd NIHVIVO-1727 Corrections to core:relatedRole list view to get related individual that has no label 2011-01-31 20:04:46 +00:00
bjl23
0cf5f7cef6 first list view with CONSTRUCTs 2011-01-31 18:23:23 +00:00
rjy7
d61c7412ce NIHVIVO-1727 Update collated hasRole query with same changes made in uncollated query 2011-01-31 15:02:04 +00:00
rjy7
c833e512e2 NIHVIVO-1727 Allow for optional activity label, using activity local name when no label exists. 2011-01-31 15:00:24 +00:00
bjl23
2cbd060696 rolling back undesirable changes from r.2403, 'boatload' 2011-01-28 16:49:54 +00:00
bjl23
d4d353d4b0 added missing prefixes to query 2011-01-27 22:15:58 +00:00
bjl23
b2c7a7288a authorInAuthorship query fix 2011-01-27 21:57:37 +00:00
bjl23
7313e4210d rewritten list view queries with UNIONs plus various and sundry other bugfixes and improvements; also probably new bugs 2011-01-27 20:57:14 +00:00
rjy7
08ff4fa013 Fix query for core:relatedRole so it gets core:Role individuals not assigned to a subclass 2011-01-25 19:17:10 +00:00
rjy7
d317976a93 NIHVIVO-1889 Apply filtering to relatedRole query to ensure that the correct investigator role is retrieved 2011-01-24 21:53:02 +00:00
rjy7
6139bf24ef NIHVIVO-1859, NIHVIVO-1881 Comments and documentation on subclass collation of list views 2011-01-24 20:12:53 +00:00
rjy7
7afd3789a5 NIHVIVO-1859 Apply collation subclass filtering in Java postprocessing rather than in query, due to inefficiency of graph filtering in the SPARQl query as it is converted to SQL 2011-01-24 17:57:30 +00:00
rjy7
d736204bfc NIHVIVO-1868 Custom query for core:organizationForPosition shows only people in current positions 2011-01-24 15:01:30 +00:00
rjy7
f475953013 NIHVIVO-1863 Fix error in collated educational training query: reference was erroneously to core:Organization rather than foaf:Organization, which is why collation wasn't working. 2011-01-21 21:11:02 +00:00
rjy7
2a0d21ad3c Fix typo in ARQ function call 2011-01-20 16:51:14 +00:00
rjy7
e02cb9d26a NIHVIVO-1633 Handling of invalid custom list view configs 2011-01-20 15:20:49 +00:00
rjy7
a36565442a NIHVIVO-1633 Support collation toggling for all object properties. Basic functionality in place but not all queries working perfectly yet. 2011-01-19 20:46:39 +00:00
rjy7
156934e2a3 Minor typographical change 2011-01-19 15:28:41 +00:00
bjl23
d5d2c30515 NIHVIVO-1801 modification to sparql query for DateTimePrecisions 2011-01-18 20:23:08 +00:00
rjy7
2fbc6c22ca NIHVIVO-1665 Fix query for core:dateTimeInterval to allow for incomplete data 2011-01-18 02:16:14 +00:00
rjy7
31cb81dec6 NIHVIVO-1665 Handle display core:DateTimeValue with core:dateTime data prop but no precision, and with neither precision nor dateTime data prop. DateTimeValues as part of DateTimeIntervals not handled yet. 2011-01-18 00:25:43 +00:00
rjy7
21f3291f55 NIHVIVO-1591 Custom views for core:dateTimeValue, core:dateTimeInterval, core:start, core:end 2011-01-10 02:21:24 +00:00
rjy7
4d69f9574b NIHVIVO-1590 dateTimeValue custom list view finished; dateTimeInterval custom list view in progress. 2011-01-08 00:11:26 +00:00
rjy7
7edc978038 NIHVIVO-1339 In relatedRole view, display role type label if role has no label (for investigator roles and children).
NIHVIVO-1334 Remove terms from SELECT clause that don't get displayed (e.g., dateTimeInterval) but are used to get other terms.
2011-01-07 20:34:30 +00:00
rjy7
c50dc09c86 NIHVIVO-1625 For custom list views that order by end datetime descending, reorder (within a collation, if property is collated) to put nulls at beginning rather than end. 2011-01-07 17:13:46 +00:00
rjy7
9f62e70e81 NIHVIVO-1336 Modifications to educational training query and template due to core:EducationalTraining being associated with a core:DateTimeInterval rather than a core:DateTimeValue 2011-01-06 17:02:01 +00:00
nac26
4739e32b34 NIHVIVO-1339 Completed core:relatedRole custom list view thanks to Rebecca's help in using rdfs:subPropertyOf to keep this streamlined and generic. It does not assume that the individual in the role is of class foaf:Person 2011-01-06 16:01:40 +00:00
nac26
9ab78ca9cf NIHVIVO-1339 core:relatedRole custom list view is a work in progress. To review potential implementation options with Rebecca 2011-01-06 14:44:04 +00:00
nac26
bbd51fca82 NIHVIVO-1339 NIHVIVO-1340 Completed hasRole custom list views:
** core:hasClinicalRole
** core:hasLeaderRole
** core:hasMemberRole
** core:hasOutreachProviderRole
** core:hasServiceProviderRole
** core:hasResearcherRole
** core:hasInvestigatorRole
** core:hasCo-PrincipalInvestigatorRole
** core:hasPrincipalInvestigatorRole
** core:hasTeacherRole
** core:hasPresenterRole
2011-01-06 14:10:37 +00:00
nac26
6e588300e6 NIHVIVO-1338 Removed rogue tab at the end of one line 2011-01-06 14:04:34 +00:00
nac26
ec80cda36c NIHVIVO-1336 Updated to use dateTimeInterval instead of dateTimeValue since core:EducationalTraining has a restriction on the interval and Brian updated personHasEducationalTraining.jsp to assert as dateTimeInterval. Will confirm with Stella that this is correct. 2011-01-06 13:57:48 +00:00
rjy7
05d1dd8721 NIHVIVO-1338 Add subclass collation to organizationForPosition custom query 2011-01-05 22:15:59 +00:00
rjy7
2db6e37522 NIHVIVO-1334 Fixes to queries to prevent incorrect solutions 2011-01-05 21:45:57 +00:00
nac26
583ec198d5 NIHVIVO-1338 Custom list view for core:organizationForPosition 2011-01-04 14:04:55 +00:00
nac26
e07a78d3a8 NIHVIVO-1338 Custom list view for core:personInPosition 2011-01-04 13:28:48 +00:00
rjy7
9adad44233 2011-01-03 16:16:57 +00:00
rjy7
f1f00a7660 Moved list view configuration guidelines out of config files into a text file. 2011-01-03 16:00:42 +00:00
rjy7
785ebfbbe5 NIHVIVO-1335 Custom list views for core:authorInAuthorship and core:informationResourceInAuthorship 2011-01-03 15:38:16 +00:00
rjy7
b966540d94 NIHVIVO-1335, NIHVIVO-1336 Corrected dateTimeValue predicate in custom queries 2010-12-23 20:01:30 +00:00
rjy7
8d094db13d NIHVIVO-1510 Use query filters to remove inferred subclass assertions from collated object property custom list view query 2010-12-23 17:24:06 +00:00
rjy7
bf9b23b331 NIHVIVO-1510 Collated custom list views 2010-12-22 23:10:13 +00:00
rjy7
a0c88c859c NIHVIVO-1335, NIHVIVO-1510 Working on authorship list view and collated object properties: some reorganization to handle collated properties, but not displaying as collated yet. 2010-12-22 22:17:09 +00:00
bjl23
e9feb745b1 NIHVIVO-1570 changes to support SPARQL queries with GRAPH filtering in non-SDB Jena implementation 2010-12-22 20:11:16 +00:00
rjy7
44c4dc9f5b NIHVIVO-1341, NIHVIVO-1336 Implement strategies for handling missing linked individual in custom list views. 2010-12-21 20:30:15 +00:00