Copyright | (c) Eugen Kuksa, Uni Bremen 2012 |
---|---|
License | GPLv2 or higher, see LICENSE.txt |
Maintainer | eugenk@informatik.uni-bremen.de |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe-Inferred |
Provides a function to expand each abbreviated IRI to a full IRI in a basic spec.
- expandCurieBS :: Map String IRI -> BASIC_SPEC -> BASIC_SPEC
Documentation
expandCurieBS :: Map String IRI -> BASIC_SPEC -> BASIC_SPEC
Expands each abbreviated IRI to a full IRI in the basic spec according to
the supplemented map gpm
. An IRI is stored in a name (quoted string). If
the prefix of an abbreviated IRI is not in the map, the IRI won't be expanded.