Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[higgins-dev] proper URI for higgins attribute types

I'm trying to fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=190589.  I see I've been making attribute types look like this:
http://www.eclipse.org/higgins/ontologies/2006/higgins#myAttribute
I see some other places they look like this instead:
http://www.eclipse.org/higgins/ontologies/2006/higgins.owl#myAttribute

Is the latter correct?  I had assumed that since the base namespace inside the higgins.owl definition itself is "http://www.eclipse.org/higgins/ontologies/2006/higgins";, that attributes (like #uniqueIdentifier) would look like "http://www.eclipse.org/higgins/ontologies/2006/higgins#uniqueIdentifier";

Jim



Back to the top