Search code examples
rdfrdfsgraphdb

In GraphDB, importing seeAlso and isDefinedBy resources as RDF content


I import a RDF document in GraphDB, with rdfs:seeAlso and rdfs:isDefinedBy resources, and these resources URLs point to valid RDF content.

This document is correctly loaded in GraphDB and I can see the seeAlso and isDefinedBy links.

But what I expect is to be able to import the content of these URLs (Right-click, command or whatever), just as importing these URLs independently.

Instead, GraphDB just allows to click and display their content as text.

Does it mean that my assumption that GraphDB considers seeAlso and isDefinedBy links as distant RDF resources, is wrong ?

And is there any mean to browse / import RDF resources in an RDF document ?


Solution

  • rdfs:seeAlso indicates that a resource might provide additional information about the subject resource. Currently there's no way to load the relations as distant resources in GraphDB as you described, but it's a good idea for future improvement. However you can use federation as an alternative to join multiple resource sources.