-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
David/prez identifier homepage mediatypes #246
Conversation
…z:FocusNode declaration for object and listing results,
…entifier datatype. 2. Expand accepted mediatypes on homepage
…dd bugfix to prevent creation of links for top concepts/narrowers endpoints (which were generating incorrectly - and are not necessarily required.)
…-node-decl Simplify prez:members declaration; add prez:FocusNode class to focus nodes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about now.
…identifiers Triples for parent link components + Bugfix to remove links for top concepts / narrowers endpoints
I'm happy to approve this and implement my suggestions later if you think it's a good idea. |
…entifier datatype. 2. Expand accepted mediatypes on homepage
…ndle annotated mediatypes.
…ediatypes' into david/prez-identifier-homepage-mediatypes # Conflicts: # prez/routers/management.py # prez/services/link_generation.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep looks good. speedy implementation!
(uri, DCTERMS.identifier, Literal(curie_for_uri, datatype=PREZ.identifier))
to:
(uri, PREZ.identifier, Literal(curie_for_uri))
This simplifies frontend processing.