I have a Protege (RDF/OWL) Ontology of a Debian Package Management System. The Ontology is structured as follows:
Class: Package Datatype Properties: Name architecture section version distribution
Object Properties: predepends enhances recommends suggests
How can I use Perl to execute an algorithm that will automatically import Package Descriptions from the Debian website as instances of my Ontology.
I am totally new to Perl language and also Ontologies. Looking forward to some tips.
Thank You