OWL2DTDL/Program.cs (7 lines): - line 228: // TODO commented out due to incompatible DotNetRdf in Microsoft.Azure.DigitalTwins.Parser - line 259: // TODO Extract all of these (often reused) node definitions into statics. - line 613: // TODO remember what I actually did here and document it - line 630: // TODO: move this into the DotNetRdfExtensions class - line 653: // TODO: move this into the DotNetRdfExtensions class - line 793: // TODO: ensure that owlPropertyRange is named! - line 928: /// TODO This is _horribly_ inefficient and is run all the time. Refactor! OWL2DTDL/Relationship.cs (1 line): - line 11: /// TODO Here be gremlins! Thid code is ugly and written in a hurry. It should probably be signficantly refactored and cleaned up, OWL2DTDL/DotNetRdfExtensions.cs (1 line): - line 77: // TODO This should probably be fixed to handle URN namespaces properly..