Class: Object

Inherits:
BasicObject
Defined in:
lib/ontomde-uml2-kb/protege.rb

Constant Summary collapse

NS_RDF_2000 =

URI of RDF version 2000

"http://www.w3.org/2000/01/"
NS_RDF_1999 =

URI of RDF version 1999

"http://www.w3.org/1999/02/"
RDF_TYPE_URI =

URI of RDF type property

"#{NS_RDF_1999}22-rdf-syntax-ns#type"
RDF_LABEL_URI =

URI of RDFS label property

"#{NS_RDF_2000}rdf-schema#label"
RDF_SUBCLASSOF_URI =

URI of RDFS sub class of property

"#{NS_RDF_2000}rdf-schema#subClassOf"
NS_UML_CLASS =

URI prefix of protege knowledge base

"http://protege.stanford.edu/kb"
PROTEGE_INSTANCE_ALIAS_URI_SUFFIX =

Name of the protege slot containing the name of an instance Name change should be propagated to bootstrap protege model

"UML_INSTANCE_ALIAS"
PROTEGE_USE_CASE_ENV_URI_SUFFIX =

Name of the protege slot containing the name of a use case sub-instance. (

"UML_DATA_SET_NAME"