Robot.obolibrary.org is a subdomain of Obolibrary.org, which was created on 2009-06-08,making it 15 years ago.
Description:ROBOT is an...
Discover robot.obolibrary.org website stats, rating, details and status online.Use our online tools to find owner and admin contact info. Find out where is server located.Read and write reviews or vote to improve it ranking. Check alliedvsaxis duplicates with related css, domain relations, most used words, social networks references. Go to regular site
HomePage size: 16.328 KB |
Page Load Time: 0.423056 Seconds |
Website IP Address: 185.199.110.153 |
Content Curation Tool | Content Aggregation Tool | 3D Issue pressjack.3dissue.com |
Modular Robotics | Cubelets robot blocks archive.modrobotics.com |
Matco Tools - Tool Talk: a Franchise & Tool Blog blog.matcotools.com |
City of Columbia Office of Business Opportunities - City of Columbia OBO obo.columbiasc.gov |
Robotics and Intelligent Systems Company Listings - The Robot Report Robotics and Intelligent System search.therobotreport.com |
Forex Options Auto Trading l Forex Trading Robot forex.mt2trading.com |
Welcome to the OBO Foundry Dashboard | OBO Dashboard dashboard.obofoundry.org |
Power Tool Forum – Tool Message Board | Tools in Action forum.toolsinaction.com |
Meka MP3 Album Artwork Tool Download - Simple and free tool to help you assign a cover image to your meka-mp3-album-artwork-tool.software.informer.com |
Equipment and Machinery - Atlanta Tool Rental - Northside Tool Rental catalog.northsidetoolrental.com |
Obo's RailWorks Locomotive Catalog railworks.banal.net |
Tool Tracking System - Tool Connect | DEWALT toolconnect.dewalt.com |
Admin Tool - Admin Tool usagereports.elsevier.com |
ROBOT is an OBO Tool | robot http://robot.obolibrary.org/ |
Query - robot http://robot.obolibrary.org/query.html |
Measure - robot http://robot.obolibrary.org/measure.html |
Explain - robot http://robot.obolibrary.org/explain.html |
Reason - robot http://robot.obolibrary.org/reason.html |
Filter - robot http://robot.obolibrary.org/filter.html |
Export | robot http://robot.obolibrary.org/export.html |
Global Options | robot http://robot.obolibrary.org/global.html |
Common Error Messages - robot http://robot.obolibrary.org/errors.html |
Merge | robot http://robot.obolibrary.org/merge.html |
Annotate | robot http://robot.obolibrary.org/annotate.html |
Materialize | robot http://robot.obolibrary.org/materialize.html |
Extract | robot http://robot.obolibrary.org/extract.html |
Makefile | robot http://robot.obolibrary.org/make.html |
Template | robot http://robot.obolibrary.org/template.html |
Connection: keep-alive |
Content-Length: 13381 |
Server: GitHub.com |
Content-Type: text/html; charset=utf-8 |
x-origin-cache: HIT |
Last-Modified: Mon, 13 May 2024 20:33:27 GMT |
Access-Control-Allow-Origin: * |
ETag: "66427917-3445" |
expires: Wed, 15 May 2024 15:35:22 GMT |
Cache-Control: max-age=600 |
x-proxy-cache: MISS |
X-GitHub-Request-Id: 418A:2EA192:E35A49:E9097B:6644D3E1 |
Accept-Ranges: bytes |
Age: 0 |
Date: Wed, 15 May 2024 15:25:22 GMT |
Via: 1.1 varnish |
X-Served-By: cache-bur-kbur8200135-BUR |
X-Cache: MISS |
X-Cache-Hits: 0 |
X-Timer: S1715786722.312337,VS0,VE108 |
Vary: Accept-Encoding |
X-Fastly-Request-ID: |
charset="utf-8"/ |
content="chrome=1" http-equiv="X-UA-Compatible"/ |
content="Jekyll v3.9.5" name="generator" |
content="ROBOT is an OBO Tool" property="og:title" |
content="en_US" property="og:locale"/ |
content="ROBOT is an OBO Tool" name="description"/ |
content="ROBOT is an OBO Tool" property="og:description"/ |
content="http://robot.obolibrary.org/" property="og:url"/ |
content="robot" property="og:site_name"/ |
content="website" property="og:type"/ |
content="summary" name="twitter:card"/ |
content="ROBOT is an OBO Tool" property="twitter:title"/ |
content="width=device-width" |
Ip Country: United States |
Latitude: 34.0544 |
Longitude: -118.244 |
robot ROBOT - - - - - - - - - - view on github getting started common errors chaining commands global options makefile plugins - - - - - - - - - - annotate collapse convert diff expand explain export export-prefixes extract filter materialize measure merge mirror python query reason reduce relax remove rename repair report template unmerge validate-profile verify - - - - - - - - - - ROBOT is licensed under the BSD 3-Clause License . Theme by orderedlist ROBOT is an OBO Tool ROBOT is a tool for working with Open Biomedical Ontologies . It can be used as a command-line tool or as a library for any language on the Java Virtual Machine. Click on the command names in the sidebar for documentation and examples, and visit our JavaDocs for robot-core and robot-command for technical details. For a how-to” covering the major commands and features of ROBOT, visit our tutorial located here . Cite ROBOT R.C. Jackson, J.P. Balhoff, E. Douglass, N.L. Harris, C.J. Mungall, and J.A. Overton. ROBOT: A tool for automating ontology workflows . BMC Bioinformatics, vol. 20, July 2019. 1. Getting Started The command-line tool is packaged a Java JAR file and can be run via the robot shell script. Before getting started, make sure you have Java 11 or later installed. Check by entering java -version on the command line. Mac & Linux Download the robot.jar file from the latest release . Save the ROBOT shell script . OR enter curl https://raw.githubusercontent.com/ontodev/robot/master/bin/robotrobot in the same directory as robot.jar to download it from the terminal. Then, make sure the script is executable: sudo chmod u+x [path-to-robot-script] (replace [path-to-robot-script] with your location) Put both files on your system PATH in the same directory. this could be /usr/local/bin/ OR update your PATH to include the new directory. Follow the Solaris/Linux directions for Mac OS, except instead of updating .bashrc , you will need to update your .bash_profile . Make sure robot is executable by running sudo chmod +x robot from the terminal in the same directory. This will require you to enter you password. Now you should be able to run ROBOT from a command line: robot help Windows Download the robot.jar file from the latest release . Save the ROBOT batch script . Make sure this is saved as .bat and not .bat.txt OR in PowerShell , run "java %ROBOT_JAVA_ARGS% -jar %~dp0robot.jar %*" | out-file robot.bat -encoding utf8 in the same directory as robot.jar to create the batch script. Note that the above command requires PowerShell version 6 or later: previous versions will write a Unicode byte order mark (BOM) to the file, which breaks the command. Put both files on your system PATH in the same directory. this could be C:\Windows\ OR update your PATH to include the new directory. Make sure robot.bat is executable by running icacls robot.bat /grant Users:RX /T from the command prompt in the same directory. Now you should be able to run ROBOT from a command line: robot help Docker ROBOT is part of the Ontology Development Kit Docker image, and as a stand-alone Docker image . To use the Docker image, you can install it like this: docker pull obolibrary/robot To use the Docker image, you can run: docker run -v $PWD/:/work -w /work rm -ti obolibrary/robot robot version Or, on Windows: docker run -v D:/ontology:/work rm -ti obolibrary/robot robot version Where D:/ontology is the directory that contains the ontology or ontologies you want to work on (there is no equivalent for $PWD on Windows when running a command on the command line directly). 2. Using the Library ROBOT is written in Java, and can be used from any language that runs on the Java Virtual Machine. It’s available on Maven Central and javadoc.io . The code is divided into two parts: robot-core is a library of operations for working with ontologies ( Maven Central , javadoc.io ) robot-command is a command-line interface for using those operations ( Maven Central , javadoc.io ) You can also download the standalone robot.jar file from the latest release to include in your projects. The robot-core library provides a number of Operation classes for working with ontologies. The IOHelper class contains convenient methods for loading and saving ontologies, and for loading sets of term IRIs. Here’s an example of extracting a core” subset from an ontology: IOHelper ioHelper = new IOHelper(); OWLOntology full = ioHelper.loadOntology("ontology.owl"); SetIRI coreTerms = ioHelper.loadTerms("coreTerms.txt"); OWLOntology core = ExtractOperation.extract(full, coreTerms); ioHelper.saveOntology(core, "core.owl"); Alternatively: IOHelper ioHelper = new IOHelper(); ioHelper.saveOntology( ExtractOperation.extract( ioHelper.loadOntology("ontology.owl"), ioHelper.loadTerms("coreTerms.txt"), IRI.create("http://example.com") ),...
Domain Name: obolibrary.org Registry Domain ID: 94ab4f4506f14298a19180bade686eca-LROR Registrar WHOIS Server: whois.registrar.amazon.com Registrar URL: http://registrar.amazon.com Updated Date: 2024-05-09T23:02:48Z Creation Date: 2009-06-08T15:26:28Z Registry Expiry Date: 2025-06-08T15:26:28Z Registrar: Amazon Registrar, Inc. Registrar IANA ID: 468 Registrar Abuse Contact Email: abuse@amazonaws.com Registrar Abuse Contact Phone: +1.2024422253 Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited Registrant Organization: Identity Protection Service Registrant State/Province: Middlesex Registrant Country: GB Name Server: ns-1437.awsdns-51.org Name Server: ns-1985.awsdns-56.co.uk Name Server: ns-341.awsdns-42.com Name Server: ns-760.awsdns-31.net DNSSEC: unsigned >>> Last update of WHOIS database: 2024-05-18T03:38:35Z <<<