Tim Thompson

Results 9 issues of Tim Thompson

I am trying to integrate Green Turtle with an XForms application (XSLTForms) and would like to be able to merge Turtle data that has been dynamically loaded within an embedded...

Hello, I'm trying out Servlex (looks promising!) and just installed the latest release (0.9.2) using the GUI installer. When I deploy the demo `hello-world` app, everything works except for the...

When I try to create an XForms instance from a CSV file (`mediatype="text/csv; separator=,; header=present"`) I get an error in Firefox (Ubuntu 14.04): `Unsupported mediatype 'text/comma-separated-values'` However, in Chrome, the...

**Describe the bug** I have a schema with two levels of inheritance. When I define a `@oneOf` property choice on the top-level abstract class, an error is thrown when I...

bug

**Describe the bug** In TerminusCMS, I'm no longer able to retrieve documents whose IDs correspond to the `@base` IRI declared in my schema. Using the Python API, `client.get_document("person/f51cf591-1ddb-4c56-ba93-1200db8d4edb")` throws an...

bug

**Describe the bug** The [TerminusDB schema reference](https://terminusdb.com/docs/schema-reference-guide/#unfoldable) states the following: ``` The @unfoldable option can only be set on a class which does not directly or indirectly link to itself....

bug

**Scenario** When a subject field with a personal name and LCNAF IRI in $0 is converted, the following output is produced: ``` Hall, John Charles, 1821-1890 60010$aHall, John Charles,$d1821-1890.$0http://id.loc.gov/authorities/names/no2016089622 Hall,...

Agents are being incorrectly assigned an RWO version (which doesn't actually exist) of a name/title authority, as below: **Incorrect Output**: ``` Schubert, Franz, 1797-1828 70012$aSchubert, Franz,$d1797-1828.$tSchwanengesang (Song cycle).$pStändchen.$0http://id.loc.gov/authorities/names/n81100991 Schwanengesang (Song...

The `idsource` param never seems to be passed in to the template for `001`: DLC values are hard coded here: https://github.com/lcnetdev/marc2bibframe2/blob/57d44d0b8a83b9ca8fad53fb054ea262c7ae456c/xsl/ConvSpec-001-007.xsl#L30