class: RdfHelper
public class: RdfHelper
Author:
franke (initial creation)
Project:
Phase: 1.0; Status: Proposed; Version: $Revision: 1952 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates:
Created: 16.07.2009 15:15:50; Modified: 16.07.2009 15:15:50;
Flags:
Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID:
{E2CFB761-CD17-4d61-A6FF-BF47DDD401E4}
Static Helper class for RDF formatting.
Goto:
Custom Properties
,
Methods
Appears in:
util
Custom Properties
RdfHelper
Methods
Operation
Details
public static
formatList
(
List
pairs):String
Sequential
Notes:
Formats an List<Pair> into an RDF list.
@return The RDF
public static
formatMap
(
String id,
TreeFragment
triples):String
Sequential
Notes:
Formats an a Map of triples into RDF.
@return The RDF
private
RdfHelper
():
Sequential
public static
xmlEscape
(
String value):String
Sequential
class: RdfHelper