Eyas

Results 59 comments of Eyas

I thought a richer set of RDF would be present in OWL (which exercises blank nodes), but in this case it appears that schema-dts might not need to care about...

I'm looking into fixing this, but FWIW gs1's generated schema seems to be invalid. E.g. `MeasurementPrecisionCode-LESS_THAN` is a sub-type of `MeasurementPrecisionTypeCode`, but no such class exists (it's a typo, supposed...

That's likely. And yeah fixing the typo for MeasurementPrecisionCode will help. There are a few others that are also broken. I'll try to regenerate a list. > I am having...

I ran schema-dts-gen 1.1.0 (or the equivalent local version I was using) against the .nt you provided, and every time it complained about an error I noted it

I also commented on consensusnetworks/healthnet#104 that the context you're using there is not quite right (yet).

This package only provides typings to be able to construct the right JSON as a plain JS object that you can then stringify and serve however you like. If you're...

Thanks for the report. Can you add a few details about how this is triggered: 1. Are you running TSC on this project, or a project that transitively includes schema-dts?...

Hmm. I'm not having any luck repro-ing in newer versions, but I'll try with the exact Node/tsc versions to see if that would do it

Yeah, I'll need to see how it could be broken up. The thing is, it's auto-generated and a lot of the fields in schema.org reference each other liberally, we'll need...

Hm. Another theory is that it isn't the file being too large, but the `WithContext` (which uses a generic upper-bound for it's `T` type parameter to extend `Thing`) might be...