RDFtk: SKOS
A data model with RDF support for the Simple Knowledge Organization System (SKOS) vocabulary.
Example
TBD
Changes
Version 0.1.17
- Moved from
CodeBlocktoFormatted, XWiki is unpleasant when it doesn't know a language. - Fixed a bug where "|" was written twice if no collections present.
- Fixed a bug where the heading for the code block was "Collections", not "Appendix - RDF".
Version 0.1.16
- Fixed bug in document; highlighting the correct language.
Version 0.1.15
- Updated the
somedoccrate version.
Version 0.1.14
- Updated the
somedoccrate version.
Version 0.1.14
- Moved to use the
somedoccrate for document generation.
Version 0.1.13
- Only show "jump to collections" if there are collections.
- Fixed
fmtissues. - Updated paste dependency.
Version 0.1.12
- Enhancement; refactored traits, use
ResourceforNamed, all resources are both labeled and propertied. - Enhancement; copying constructors from
LiteralPropertyas methods onResource.
Version 0.1.11
- Enhancement; added logic to pull
skos:definitionproperty and display as text for any resource.
Version 0.1.10
- Fixed bug in jump-to links; an unwanted trailing ']' character.
- Fixed bug in tree generation; it was following non-narrower relationships.
Version 0.1.9
- Enhancement; added links at the top to jump down to different sections.
Version 0.1.8
- Fixed bug in
label_to_fragment; trim label string to get rid of trailing '-'. - Enhancement; make instances italic in concept tree.
Version 0.1.7
- Fixed markdown generation of fragment links.
- Fixed inverse relationship display for
ConceptRelation::Related.
Version 0.1.6
- Explicit version management.
Version 0.1.5
modelmodule now renamedsimpleand it follows a more strict hierarchy approach.- More performance work, but more to do.
Version 0.1.4
- Using new
IRIRefapproach for all crates.
Version 0.1.3
- Added relationship kinds from the ISO schema.
Version 0.1.2
- Added new
markdown::write_concept_tree_markdown.
Version 0.1.1
- Added
is_top_conceptmethod toScheme. - Added "Top" indicator to concepts in markdown.
- Added concept tree to markdown.
Version 0.1.0
- First release.
TODO
- Performance!!!