OpenCyc Web Services
- Get the comment for a Cyc Constant:
http://65.99.218.242:8080/RESTfulCyc/Constant/Food/comment
- List the denotations for a given string:
http://65.99.218.242:8080/RESTfulCyc/denotation/president
- List the siblings:
http://65.99.218.242:8080/RESTfulCyc/Constant/Retriever-Dog/siblings
- List the isa’s:
http://65.99.218.242:8080/RESTfulCyc/Constant/EiffelTower/isa
- List the genls:
http://65.99.218.242:8080/RESTfulCyc/Constant/EiffelTower/genls
- List the specs:
http://65.99.218.242:8080/RESTfulCyc/Constant/Shirt/specs
- Return an alphabetical list of constants:
http://65.99.218.242:8080/RESTfulCyc/Constants/Ab
- Evaluate SubL — EXAMPLE — (this is disabled until we get security implemented)
http://65.99.218.242:8080/RESTfulCyc/DoSubL.jsp
- Fetch a random constant:
http://65.99.218.242:8080/RESTfulCyc/RandomConstant
- Alphabetic paging
http://65.99.218.242:8080/RESTfulCyc/AlphaConstants/Coo/0/10 http://65.99.218.242:8080/RESTfulCyc/AlphaConstants/C/-1/-1
- Facets-Generic
http://65.99.218.242:8080/RESTfulCyc/Constant/Dog/facets-generic
- Instances
http://65.99.218.242:8080/RESTfulCyc/Constant/Dog/instances
- Pretty Strings
http://65.99.218.242:8080/RESTfulCyc/Constant/Dog/prettyString
- Canonical Pretty Strings
http://65.99.218.242:8080/RESTfulCyc/Constant/Dog/prettyStringCanonical
