If I define terms in my RDF namespace, for example dcterms, will GraphDB resolve the ontology and perform reasoning over it? By 'resolve' the ontology I mean fetch the OWL representation at the URI and take the rules into consideration. I understand that forward chaining is being used to reason, so I imagine that if this were happening-the ontologies would be resolved on data insertion.
What has lead me to believe this might be possible is the following bit from the JSON-LD specification,
When processing JSON-LD documents, links to remote contexts are
typically followed automatically, resulting in the transfer of files
without the explicit request of the user for each one.