Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
D
Django LDP
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 20
    • Issues 20
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 5
    • Merge Requests 5
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Packages
    • Packages
    • Container Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Startin blox
  • djangoldp-packages
  • Django LDP
  • Issues
  • #153

Closed
Open
Opened Jul 09, 2019 by Alexandre@alexandre
  • Report abuse
Report abuse

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 ?

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
2
Labels
BUG Doing
Assign labels
  • View project labels
Reference: startinblox/djangoldp-packages/djangoldp#153