From: Aleksandar Z. <al...@da...> - 2012-12-13 11:01:42
|
Hi, I am trying to enumerate all classes (OntologyClass type) in OntologyGraph; the code would go like: Dim g As New OntologyGraph FileLoader.Load(g, strURI) For Each cl As OntologyClass in g.OntologyClases (OntologyClases is not the real enum) 'do some work on classes Next Is this possible with DotNetRDF? Regards, Alex |