Re: Read out restrictions of classes

Posted by Jiba on
URL: http://owlready.306.s1.nabble.com/Read-out-restrictions-of-classes-tp2154p2165.html

Hello,

The RDF/XML syntax for imports is the following:

<owl:Ontology rdf:about="http://test.org/testB.owl">
  <owl:imports rdf:resource="http://test.org/testA.owl"/>
</owl:Ontology>

Jiba