Library for working prefixcommons.org CURIEs
Project description
prefixcommons
A python API for working with ID prefixes in the context of prefixcommons
Current functionality: Uses JSON-LD contexts to expand and contract CURIEs to URIs
E.g. GO:0008150 <=> http://purl.obolibrary.org/obo/GO_0008150
Example
>>> from prefixcommons import contract_uri >>> print(contract_uri('http://purl.obolibrary.org/obo/GO_0008150')) ['GO:0008150'] >>> from prefixcommons import expand_uri >>> print(expand_uri('GO:000850')) http://purl.obolibrary.org/obo/GO_0008150
The above uses standard JSON-LD context files from prefixcommons/biocontext
You can pass your own
>>> cmaps = [{'GO': 'http://purl.obolibrary.org/obo/GO_'}] >>> print(contract_uri('http://purl.obolibrary.org/obo/GO_0008150'), cmaps) ['GO:0008150']
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
prefixcommons-0.1.11a0.tar.gz
(5.4 kB
view hashes)
Built Distribution
Close
Hashes for prefixcommons-0.1.11a0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d57360bffc73a3ae064f2e184f2de1cb000d326c154e15d61d0399d61394061 |
|
MD5 | 11f6af1c1b5e07b904ad9176a7164407 |
|
BLAKE2b-256 | a9cde0f545e905e4f08ddac19ec56f3174f75c191b6b415abb5b7eb0bb19f3dc |