Skip to content

Commit

Permalink
Add writer for OWL-Functional style syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Mar 28, 2024
1 parent 5ca24ed commit 09431d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/io/ofn/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//! [Functional-style](https://www.w3.org/TR/owl2-syntax/)
//! syntax for OWL.
pub mod reader;
pub mod reader;
pub mod writer;

0 comments on commit 09431d0

Please sign in to comment.