Macro reasonable::owl[][src]

macro_rules! owl {
    ($t:expr) => { ... };
}

Returns the full URI of the concept in the OWL namespace

let uri = owl!("Thing");
assert_eq!(uri, Node::UriNode { uri: Uri::new("http://www.w3.org/2002/07/owl#Thing".to_string()) } );