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
sbt discoveryJS/fullOptJS/webpack
sbt npmPackageJson => genere package.json
npm view @p2m2/discovery version -> list published version
npm unpublish @p2m2/[email protected] -> unpublished lib
npm publish --access public
generate-changelog / Usage
type(category): description [flags]
Where type is one of the following:
breaking
build
ci
chore
docs
feat
fix
other
perf
refactor
revert
style
test
FORUM
<scripttype="text/javascript" src="/media/olivier/hdd-local/workspace/INRAE/P2M2/DISCOVERY/discovery/dist/discovery-web-dev.js"></script><script>varconfig=SWDiscoveryConfiguration.proxy("http://localhost:8082").sparqlEndpoint("https://forum.semantic-metabolomics.fr/sparql/").sparqlEndpoint("https://query.wikidata.org/");SWDiscovery(config).prefix("cito","http://purl.org/spar/cito/").prefix("compound","http://rdf.ncbi.nlm.nih.gov/pubchem/compound/").prefix("rdfs","http://www.w3.org/2000/01/rdf-schema#").something("compound").set("compound:CID60823").isSubjectOf(URI("skos:closeMatch"),"supp").isSubjectOf(URI("http://www.wikidata.org/prop/P2175"),"medical_condition_treated").select("compound","supp","medical_condition_treated").commit().raw().then((response)=>{console.log(JSON.stringify(response))for(leti=0;i<response.results.bindings.length;i++){letstudy=response.results.bindings[i]["study"].value;// let label=response.results.datatypes["label"][study][0].value; letlabel="*";console.log(study+"-->"+label);}}).catch((error)=>{console.error(" -- catch exception --")console.error(error)});</script>