Method: RDF::OWL#DataRange

Defined in:
lib/rdf/vocab/owl.rb

#DataRangeRDF::Vocabulary::Term (readonly)

The class of OWL data ranges, which are special kinds of datatypes. Note: The use of the IRI owl:DataRange has been deprecated as of OWL 2. The IRI rdfs:Datatype SHOULD be used instead.



44
45
46
# File 'lib/rdf/vocab/owl.rb', line 44

def DataRange
  @DataRange
end