Class: DOWL::Namespaces

Inherits:
Object
  • Object
show all
Defined in:
lib/dowl.rb

Constant Summary collapse

OWL =
RDF::Vocabulary.new("http://www.w3.org/2002/07/owl#")
RDFS =
RDF::RDFS
VS =
RDF::Vocabulary.new("http://www.w3.org/2003/06/sw-vocab-status/ns#")
DCTERMS =
RDF::Vocabulary.new("http://purl.org/dc/terms/")
FOAF =
RDF::Vocabulary.new("http://xmlns.com/foaf/0.1/")