rdf_context not taken into account
If for instance I have such settings :
User._meta.rdf_context = {"get_full_name": "rdfs:label"}
I always end up with the following context in my APIs :
@context "https://cdn.happy-dev.fr/owl/hdcontext.jsonld"
Which makes sense I guess, as this is present in my settings.py
:
LDP_RDF_CONTEXT = 'https://cdn.happy-dev.fr/owl/hdcontext.jsonld'
It is just not working, or is it me now using the feature properly ?