I would like to parse a Resource Description Framework Schema file in order to output the subClasses of a class or the subProperties of it.
Is there any open source tool available online? Or shall i create a DOM parser in order to parse the Resource Description Framework Schema file?
thanks