Releases: RealEstateCore/ExcelRDF
v1.1.4 -- Supports URIs in cells
This version contains a minor but possibly quite useful feature: object property cells that contain strings that are valid URIs will use those URIs as triple subjects. This allows for easier interlinking with existing datasets.
1.1.3 -- Bugfix release
This release fixes two bugs:
- On ontology import, the top named classes that the import GUI is rooted by now include those classes explicitly asserted to be subclass of owl:Thing (but not any other named class)
- The nested anonymous individuals feature now works for nested properties also in ontologies that use hash-based naming. Previously, due to how .NET handles URI equivalence (the fragment is not compared), usage of nested properites with such ontologies caused unexpected results.
1.1.2 -- New distribution URL
This is a patch release that updates the distribution URL after ExcelRDF was transferred to the RealEstateCore Consortium.
1.1.1 -- Bugfix release
This minor release fixes a bug whereby classes that had restrictions as superclasses were not included when importing an ontology.
1.1 -- Nested anonymous individuals support
This feature release incorporates support for nested anonymous individuals (see the end of the README).
Additionally, ExcelRDF annotations are now implemented as comments, rather than notes, on cells. This should be largely transparent to end-users, but was needed to support annotations that are long enough to support the nested individuals feature.
Also, a couple of nasty bugs were squashed.
Initial release
This is the initial public release.
Please note that this VSTO plugin will "phone home" to the above given site every 7 days to check for updates, and that these updates will be installed quietly and automatically. If you do not like this feature, feel free to download the project sources and run them from your local machine instead.