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
Copy file name to clipboardExpand all lines: docs/api/rest-api.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ Read, change, and validate Subjects. New Subjects are created on a page — see
48
48
| Endpoint | Description |
49
49
|---|---|
50
50
|`GET /neowiki/v0/subject/{subjectId}`| Fetch a Subject. Optional `revisionId`; `expand` with `page` or `relations`. |
51
+
|`GET /neowiki/v0/subject/{subjectId}/rdf`| Export one Subject as RDF. `format` is `trig` (default) or `turtle`; `projection` is `native` (default) or an ontology target. See [RDF export](../rdf/rdf-export.md). |
51
52
|`PUT /neowiki/v0/subject/{subjectId}`| Replace a Subject's label and statements. |
52
53
|`DELETE /neowiki/v0/subject/{subjectId}`| Delete a Subject. |
53
54
|`POST /neowiki/v0/subject/validate`| Check whether a new Subject is valid, without saving it. |
Copy file name to clipboardExpand all lines: i18n/qqq.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -236,5 +236,10 @@
236
236
"neowiki-managesubjects-id-copy": "Tooltip on the subject ID button. $1 is the Subject ID. Click copies the ID to the clipboard.",
237
237
"neowiki-managesubjects-id-copied": "Notification shown after the subject ID was copied. $1 is the Subject ID.",
238
238
"neowiki-managesubjects-id-copy-error": "Notification shown when copying the subject ID to the clipboard failed.",
239
+
"neowiki-managesubjects-export-button": "Label and accessible name of the button that opens the data export menu on the Data tab (per Subject, and for the whole page in the header).",
240
+
"neowiki-managesubjects-export-json": "Export menu item that downloads the raw JSON representation of the Subject or page.",
241
+
"neowiki-managesubjects-export-native": "Display name of the native (NeoWiki-vocabulary) RDF projection, used as $1 in {{msg-neowiki|neowiki-managesubjects-export-turtle}} and {{msg-neowiki|neowiki-managesubjects-export-trig}}.",
242
+
"neowiki-managesubjects-export-turtle": "Export menu item for the Turtle serialization of an RDF projection. $1 is the projection name (e.g. the message {{msg-neowiki|neowiki-managesubjects-export-native}}, or an ontology name such as \"EDM\"). \"Turtle\" is the name of the RDF serialization format and is not translated.",
243
+
"neowiki-managesubjects-export-trig": "Export menu item for the TriG serialization of an RDF projection. $1 is the projection name (e.g. the message {{msg-neowiki|neowiki-managesubjects-export-native}}, or an ontology name such as \"EDM\"). \"TriG\" is the name of the RDF serialization format and is not translated.",
239
244
"action-subjects": "Description of the Subject management action used by MediaWiki when generating action descriptions."
0 commit comments