Administrator
|
Hello,
Owlready was designed with OWL in mind, I'm not sure whether SKOS is OWL, or not. If it is, you should be able to load SKOS and then to use it as an ontology.
The creation of blank nodes is automatic, when using restrictions or other OWL structures that requires blank nodes. It's like in Protégé: you do not create the blank nodes manually.
Maybe you can use the rdflib support to access the Owlready quadstore as an rdflib graph and then use the rdflib functions to create blank nodes.
Best regards,
Jiba
|