NASA-PDS / pds-api

PDS web APIs specifications and user's manual
http://nasa-pds.github.io/pds-api
Other
5 stars 3 forks source link

As a user, I want to get API responses in semantic formats #254

Open tloubrieu-jpl opened 1 year ago

tloubrieu-jpl commented 1 year ago

Checked for duplicates

Yes - I've already checked

🧑‍🔬 User Persona(s)

Data user

💪 Motivation

...so that I can use the API to populate knowledge data base (e.g. Pool Party) or graph databases.

📖 Additional Details

Need to chose the rigth format among: RDF, SKOS, Turtle... or others

Acceptance Criteria

Given When I perform Then I expect

⚙️ Engineering Details

This was not required first from the API since we are also thinking of using a graph data base as an API back-end, in which case the conversion from XML label to semantic format, would happen at the ingestion stage and not a the user request stage.

This previous statement still need to be discussed and our strategy needs to be validated.