agroportal / project-management

Repository used to consolidate documentation about the AgroPortal project and track content related issues.
http://agroportal.lirmm.fr
7 stars 0 forks source link

New version of the the "Get my metadata back" buttons #143

Open jonquet opened 2 years ago

jonquet commented 2 years ago

We need a few improvements for this feature that I start capturing here: Examples are described with : http://agroportal.lirmm.fr/ontologies/SDGIO

1- The object being described shall not be identified by the URI of the ontology -- In JSON the @id should ne be the URI of the ontology but the URI of the ontology in AgroPortal => "id": "http://data.agroportal.lirmm.fr/ontologies/SDGIO/submissions/2", (because the metadata described in AgroProtal is actually the metadata of the object stored in AgroPortal not the original ontology. The goal of using the Get my metadata back buttons is indeed to enable an ontology developer to introudce back these metadata inside the original ontology file) -- In NT, similarly the URI should not be the one of the original ontology. -- In RDF, similary the rdf:about should not be the one of the original ontology.

2- IN RDF outputs, we need the namespaces of the properties being declared. For the moment only rdf, rdfs and owl are.

3- We need to be able to distinguish 2 downloading profiles:

4- ... to come..

At the same time #116 need to be fixed.

syphax-bouazzouni commented 1 year ago

related https://github.com/ontoportal-lirmm/bioportal_web_ui/issues/3

jonquet commented 8 months ago

Related to https://github.com/ontoportal-lirmm/bioportal_web_ui/issues/3 and https://github.com/agroportal/project-management/issues/449

jonquet commented 6 months ago

Réfléchir à l’idée d'implémenter la distribution des profiles de métadonnées avec la content négociation “by profile” https://www.w3.org/TR/dx-prof-conneg/