We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following dataset must be converted to RDF: http://dx.doi.org/10.15454/1.4489666216568333E12
phenotype-search curl -X POST --header 'Content-Type: application/json' --header 'Accept: application/json' -d '{ "page": 0, "pageSize": 0, "studyDbIds": [ "BTH_Colmar_2001_SetA1","BTH_Clermont-Ferrand_2004_SetA1", "BTH_Clermont-Ferrand_2001_SetA1" ] }' 'https://urgi.versailles.inra.fr/ws/webresources/brapi/v1/phenotypes-search'
study-search curl -X POST --header 'Content-Type: application/json' --header 'Accept: application/json' -d ' { "page": 0, "pageSize": 0,
"studyNames": [ "BTH_Colmar_2001_SetA1","BTH_Clermont-Ferrand_2004_SetA1", "BTH_Clermont-Ferrand_2001_SetA1" ]
}' 'https://urgi.versailles.inra.fr/ws/webresources/brapi/v1/studies-search'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following dataset must be converted to RDF:
http://dx.doi.org/10.15454/1.4489666216568333E12
phenotype-search
curl -X POST --header 'Content-Type: application/json' --header 'Accept: application/json' -d '{
"page": 0,
"pageSize": 0,
"studyDbIds": [
"BTH_Colmar_2001_SetA1","BTH_Clermont-Ferrand_2004_SetA1", "BTH_Clermont-Ferrand_2001_SetA1"
]
}' 'https://urgi.versailles.inra.fr/ws/webresources/brapi/v1/phenotypes-search'
study-search
curl -X POST --header 'Content-Type: application/json' --header 'Accept: application/json' -d '
{
"page": 0,
"pageSize": 0,
"studyNames": [
"BTH_Colmar_2001_SetA1","BTH_Clermont-Ferrand_2004_SetA1", "BTH_Clermont-Ferrand_2001_SetA1"
]
}' 'https://urgi.versailles.inra.fr/ws/webresources/brapi/v1/studies-search'
The text was updated successfully, but these errors were encountered: