Package edu.stanford.bmir.protege.web.client.rpc.bioportal

Examples of edu.stanford.bmir.protege.web.client.rpc.bioportal.PublishToBioPortalInfo


    public static void main(String[] args) {
        try {
            File ontologyDocument = new File("/tmp/root-ontology.owl");

            PublishToBioPortalInfo publishInfo = new PublishToBioPortalInfo(
                    BioPortalUserId.createFromId(38871),
                    BioPortalOntologyId.getId(3142),
                    "Test Ontology 34",
                    "TONT",
                    "An ontology for testing the bioportal upload",
View Full Code Here

TOP

Related Classes of edu.stanford.bmir.protege.web.client.rpc.bioportal.PublishToBioPortalInfo

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.