06/07/19
Attending
Time:12:00PM PDT/03:00PM EDT - 01:00PM PDT/04:00PM EDT
Zoom: https://princeton.zoom.us/j/281265700
Participants
@Trey Pendragon (Princeton University Library)
@Lynette Rayle (Cornell University)
@James Griffin (Princeton University Library)
Agenda
Check out the GitHub Board Review Column
Notes
Reviewing QA Pull Requests
https://github.com/samvera/questioning_authority/pull/250/files
Goal: Know how big the graph response is from a server or fragment
These are performance statistics, already tells you how long it takes, but the numbers for the speed alone aren't enough
If it takes a long time for the response but if the size of the payload is large, this should be accounted for
Data serialization: Casting RDF Graphs to Triples, then to Strings
rdf-vocab would need to be modified for a more exact measurement of the graph
Checking the size when they are all triples is close to checking the size when they are all RDF-XML
These statistics are more for gauging magnitude
Access time: when the graph is loaded
How long does it take ruby-rdf to load the RDF data (graph parse time, and etc.)
Normalization: Takes a RDF graph, breaks it down into URI, label, and expanded context
This PR was approved
Lynette will merge the PR
https://github.com/samvera/questioning_authority/pull/252
Previously only one predicate represented for IDs
loc:ccn and mads:rdfcode are mixed with LoC authorities
This extends an LDPath expression in order to support multiple predicates
Lines 76 - 80
Trey offered another pattern for a block of functionality
Line 96 can be dropped
Add Yard examples on line 246
Drop lines 246, 248, and change 250 as a #map call
The Pull Request requires changes
https://github.com/samvera/questioning_authority/pull/254
When you use the LinkedData Module, one can enable additional contextual information be rendered for the end-user
However, if the context contains blank property values, it can introduce usability issues
This ensures that the contextual display information is hidden
The Pull Request was approved
Next Scheduled Meeting
Trey and Mark will be attending Open Repostories next week
Bess will be unavailable (out on vacation)
Unless there is a need, there will not be a meeting for next week
Meeting concluded at 12:34PDT/15:34 EDT