aboutsummaryrefslogtreecommitdiffstats
path: root/include/serd
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-06-03 12:49:44 +0200
committerDavid Robillard <d@drobilla.net>2021-03-08 23:23:05 -0500
commit8f84a055c88c2c271abe9cf86e998a3e5d0a4ced (patch)
treec7662939be38c7ad93f0e336d080251dedeac166 /include/serd
parentef758859f54c37e90deb419fa4e58a9609ea1999 (diff)
downloadserd-8f84a055c88c2c271abe9cf86e998a3e5d0a4ced.tar.gz
serd-8f84a055c88c2c271abe9cf86e998a3e5d0a4ced.tar.bz2
serd-8f84a055c88c2c271abe9cf86e998a3e5d0a4ced.zip
Expand datatype of literal nodes in serd_env_expand_node
Diffstat (limited to 'include/serd')
-rw-r--r--include/serd/serd.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/serd/serd.h b/include/serd/serd.h
index 375a8c5d..41ee9993 100644
--- a/include/serd/serd.h
+++ b/include/serd/serd.h
@@ -834,7 +834,11 @@ serd_env_expand(const SerdEnv* SERD_NONNULL env,
SerdStringView* SERD_NONNULL uri_suffix);
/**
- Expand `node`, which must be a CURIE or URI, to a full URI.
+ Expand `node`, transforming CURIEs into URIs.
+
+ If `node` is a relative URI reference, it is expanded to a full URI if
+ possible. If `node` is a literal, its datatype is expanded if necessary.
+ If `node` is a CURIE, it is expanded to a full URI if possible.
Returns null if `node` can not be expanded.
*/