peterjohnlawrence / com.inova8.odata2sparql.v4

Part of the overall odata2sparql solution, this odata2sparql.v4 module containing the olingo4 dependencies. In other words specifically for odata v4
http://inova8.com/bg_inova8.com/offerings/odata2sparql/
Apache License 2.0
5 stars 5 forks source link

Objectproperty that has a superproperty, and the definition of that superproperty not included in model is ignored #130

Closed peterjohnlawrence closed 5 years ago

peterjohnlawrence commented 5 years ago

If a property such as wasManufacturedBy has a superproperty prov:wasGeneratedBy, but the declaration of the superproperty prov:wasGeneratedBy is not included in the model, then the navigation property wasManufacturedBy is not created.

Should simply ignore the superproperty as if it is a normal navigation property.