You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The per-page RDF export (GET /rest.php/neowiki/v0/page/{pageId}/rdf) was only
reachable by hand-constructing the URL. Add a "View RDF" link to the NeoWiki
page-tools sidebar section, next to "View JSON", pointing at the current page's
Turtle export.
It is shown only when the page has Subjects, so it never points at the
endpoint's 404-on-empty response. It uses ?format=turtle so the result renders
as readable text in the browser instead of downloading a TriG file, and targets
the native projection. Per-ontology projection links and a per-subject RDF
endpoint (#1087) are out of
scope here.
Relates to #1023
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: i18n/qqq.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@
43
43
"neowiki-page-tools-view-subjects": "Read-only counterpart of neowiki-page-tools-manage-subjects: label for the sidebar link to the Subject management page, shown to users who lack edit permission.",
44
44
"neowiki-page-tools-edit-json": "Label for the sidebar link that navigates to Special:NeoJson for the current page. Only visible when development UIs are enabled.",
45
45
"neowiki-page-tools-view-json": "Read-only counterpart of neowiki-page-tools-edit-json: label for the sidebar link to Special:NeoJson, shown to users who lack edit permission. Only visible when development UIs are enabled.",
46
+
"neowiki-page-tools-rdf": "Label for the sidebar link that opens the current page's RDF export (Turtle serialization of the page's Subjects), served by the per-page RDF REST endpoint. Only shown when the page has NeoWiki Subjects.",
46
47
47
48
"neowiki-subject-creator-creating-schema": "Subtitle shown in the subject creator dialog header when the user is creating a new schema.",
48
49
"neowiki-subject-creator-create-schema": "Label for the button that creates a new schema in the subject creator dialog.",
0 commit comments