Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Attending

Time:12:00PM PDT/03:00PM EDT - 01:00PM PDT/04:00PM EDT

Zoom: https://princeton.zoom.us/j/281265700


Participants


Agenda


Notes

Reviewing QA Pull Requests

https://github.com/samvera/questioning_authority/pull/250/files

Add two properties

Goal: Know how big the graph response is?

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 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 246, 248, and change 250 as a #map call








  • No labels