How to get permid data in NTRIPLE format using the Entity Search RESTful API

I need assistance for the “PermID - Entity Search · RESTful API” (https://developers.refinitiv.com/open-permid/open-permid-entity-search-restful-api).


I looked through the documentation but could not find the answer. The issue is that the data comes back in a couple different formats, “Turtle” and “JSON-LD”. However, when we download the “entity bulk download” files (https://permid.org/download) we have the option for “ntriples”. Also, the “feeds” (https://permid.org/atom/organization?access-token=mytoken) have a “ntriples” view as well (see screenshot)


image


My question is: how can we use the “PermID - Entity Search · RESTful API” to return us the data in “ntriples” format?

Best Answer

  • Hello @dharvey,

    You are correct. As described in The PermID API User Guide:

    Format options that are supported by REST service "are Turtle and JSON-LD".

    PermID.org provides “bulk” files "in both the Turtle and the NTriples zipped formats", as well as atom feeds.

    Therefore, you understand the options that are available via REST service correctly.