GShow documentation
AbsoluteUri :: String -> ResourceId 
  
ContextRelativeUri :: String -> ResourceId 
  
NamedChildOf :: ResourceId -> String -> ResourceId 
  
PropertyOf :: ResourceId -> String -> ResourceId 
  
decodeBase64 :: String -> Vector Byte 
  
encodeBase64 :: Vector Byte -> String 
  
gappend :: GShow a => Resource -> StringBuilder.T -> a -> <Proc,ReadGraph> StringBuilder.T 
Appends the string representation of the value to the string builder in a read transaction. 
  
graphPrecedence :: GShow a => a -> Integer 
  
gshow :: GShow a => Resource -> a -> <Proc,ReadGraph> String 
Converts a value to string in a read transtion. 
  
resourceId :: Resource -> Resource -> <ReadGraph> Maybe ResourceId 
  
simplifyResourceIdHead :: ResourceId -> ResourceId 
  
 |