Closed GoogleCodeExporter closed 8 years ago
Suggestion:
Refactor the method in thewebsemantic.Base.java:
protected Resource ontClass(String uri) {
return m.getResource(uri).addProperty(RDF.type, OWL.Class);
}
into:
protected Resource rdfsClass(String uri) {
return m.getResource(uri).addProperty(RDF.type, RDFS.Class);
}
Naming of the method is -- of course -- not important.
What do you think about that?
Best,
Maciej
Original comment by mgawine...@gmail.com
on 22 May 2008 at 3:17
I like it! you know I haven't been checking these bugs, they don't get mailed
to me.
I think somebody else, or myself, has made this change so I'm closing it.
Original comment by thewebse...@gmail.com
on 6 Nov 2008 at 4:24
Original issue reported on code.google.com by
mgawine...@gmail.com
on 19 May 2008 at 4:37