usc-isi-i2 / Web-Karma

Information Integration Tool

Home Page:http://www.isi.edu/integration/karma/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dcterms:references does not generate dcterms:isReferencedBy @ publish

MichaelSullivanArchitect opened this issue · comments

Describe the bug
My model makes use of dcterms:references properties. The expectation is that @ publish with "Add Inverse Properties" checked, my model would have corresponding dcterms:isReferencedBy for each triple containing a dcterms:references, as they are inverse properties of each other. See: https://www.dublincore.org/specifications/dublin-core/dcmi-terms/terms/references/

To Reproduce
Steps to reproduce the behavior:
1: load the dcterms ontology
2. create a model where a => dcterms:references => b
3. Save model and publish to RDF, being sure to check "Add Inverse Properties"
4. Inspect the RDF output by searching for b => dcterms:isReferencedBy => a
5. Result: nothing found

Expected behavior
The expectation is that @ publish with "Add Inverse Properties" checked, my model would have corresponding dcterms:isReferencedBy for each triple containing a dcterms:references.

Screenshots
self explanatory

Desktop:

  • OS: Linux
  • Browser: Firefox
  • Version: Karma v2.2

Additional context
Nothing.

Hi,

I have checked the ontology , it doesn't have the inverse property defined in it, which is why it is not being able to add the inverse property to the rdf.