Hets - the Heterogeneous Tool Set
Copyright(c) Eugen Kuksa Uni Bremen 2012
LicenseGPLv2 or higher, see LICENSE.txt
Maintainereugenk@informatik.uni-bremen.de
Stabilityexperimental
Portabilityportable
Safe HaskellSafe

CommonLogic.ExpandCurie

Description

Provides a function to expand each abbreviated IRI to a full IRI in a basic spec.

Synopsis

Documentation

expandCurieBS :: Map String IRI -> BASIC_SPEC -> BASIC_SPEC Source #

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.