Closed jimmyhli closed 4 years ago
Thanks for the feedback! Would you be ok making a PR for those?
I'd be willing to take a look at the issue
It’s an easy fix - just adding the data type declaration as xsd:string. I’m away from the office at the moment; if it’s problematic on your side I’ll do it on a Thursday when back. Let me know what you prefer :)
oh ok! that sounds easy haha. Thanks for the instructions.
Sorry I was busy with the implementation of our own dataset lookup API endpoints (powered by DUO) today and didn't see your response.
I will certainly try to fix this tomorrow and keep you posted of our progress.
It’s an easy fix - just adding the data type declaration as xsd:string. I’m away from the office at the moment; if it’s problematic on your side I’ll do it on a Thursday when back. Let me know what you prefer :)
i made a PR, kindly lemme know if anything needs to be changed
thanks!
Thanks for the PR - just merged it in.
I was parsing the duo-basic.owl, and got these warnings
These are all minor, and doesn't really affect the terms to be read, most of these are just
contains text but no
xsd:datatype``, and i was wondering if maybe this is something that may not follow the specs too closely? Again, I'm not too sure about this part, so if they are alright please ignore this issue.Thanks -