Module | Redland::OWL |
In: |
lib/rdf/redland/schemas/owl.rb
|
OWL | = | Namespace.new("http://www.w3.org/2002/07/owl#") | OWL | |
OWLNS | = | Redland::Namespace.new("http://www.w3.org/2002/07/owl#") | ||
OWL_CLASS | = | OWLNS['Class'] | ||
OWL_OBJECT_PROPERTY | = | OWLNS['ObjectProperty'] | ||
OWL_DATATYPE_PROPERTY | = | OWLNS['DatatypeProperty'] | ||
OWL_THING | = | OWLNS['OwlThing'] |