Class OWL_Resource
In: vocdoc.rb
Parent: Object

The abstract super-class for OWL resources (ontology, class and property).

Methods

Attributes

comment  [R] 
label  [R] 
name  [R] 
namespace_prefix  [R] 
status  [R] 
topic  [R] 
types  [R] 
uri  [R] 

Public Class methods

Public Instance methods

Two OWL_Resource objects are equal when their URIs are equal.

The hash of a OWL_Resource = the hash of its URI.

[Validate]