E. Lynette Rayle
E. Lynette Rayle
### Description Language processing in QA requires language tagged RDF::Literals. Without that, the sorting process is not able to sort by language and within language. Currently, the ldpath_service using the...
When using default json format, the performance data is correctly displayed... https://lookup-int.ld4l.org/authorities/show/linked_data/loc/names/n92016188?performance_data=true  ---- When using format=jsonld, an exception is thrown. https://lookup-int.ld4l.org/authorities/show/linked_data/loc/names/n92016188?performance_data=true&format=jsonld  Expected the results to include a performance...
## Description: Most extended context describes some property about the search result subject. It may be a triple directly off the subject, or it may require a more complex ldpath...
### Description Allow extended context property configurations to limit inclusion based on subauthority. ### Rational For some authorities, different entity types (typically represented as a subauthority) can use completely different...
Branch: blank_node_test TestFile: [spec/active_triples/upgrade_from_6_to_8_spec.rb](https://github.com/ActiveTriples/ActiveTriples/blob/blank_node_test/spec/active_triples/upgrade_from_6_to_8_spec.rb) Test: ``` upgrade_from_6_to_8 -> grandchild with parent strategy -> when persisting final_parent followed by destroying grandchild -> empties deleted grandchild -- PASSES removes all triples from...
Branch: blank_node_test TestFile: [spec/active_triples/upgrade_from_6_to_8_spec.rb](https://github.com/ActiveTriples/ActiveTriples/blob/blank_node_test/spec/active_triples/upgrade_from_6_to_8_spec.rb) Test: ``` upgrade_from_6_to_8 -> grandchild with parent strategy -> when persisting final_parent followed by destroying final_parent -> empties deleted parent -- PASSES empties children ??? --...
### Description At [LicenseDB](https://scancode-licensedb.aboutcode.org/) and in https://scancode-licensedb.aboutcode.org/index.json, `net-snmp` maps to `LicenseRef-scancode-net-snmp`. It includes an `other_spdx_license_keys` with the expected SPDX license `Net-SNMP`. ### Actual Excerpt from https://scancode-licensedb.aboutcode.org/index.json, ``` { "license_key": "net-snmp",...
When the following code is used to remove a related object from a collection/object, it has unexpected behaviors. ``` parent_collection.related_objects.delete child_related_object ``` - if child_related_object is present and deleted -...
### Descriptive summary Code for processing and understanding relation/use/type is spread through the code and led to some inconsistency in processing. The terms relation, use, and type are used interchangeably...