Re: Trying to create triples between two instances, but...
Posted by Jiba on
URL: http://owlready.306.s1.nabble.com/Trying-to-create-triples-between-two-instances-but-tp2900p2912.html
Hi,
Could you verify that flight_plan_ontology.SBGL exists and is really an individual (not a class)?
You can add these lines in Python for verifying it:
print(flight_plan_ontology.SBGL)
print(flight_plan_ontology.SBGL.__class__) # owlready2.entity.ThingClass means it is a class
Best regards,
Jiba