RdfXmlFormatterFormatGraphHeader Method (IGraph) |
Formats a Graph Header by creating an <rdf:RDF> element and adding namespace definitions.
Namespace:
VDS.RDF.Writing.Formatting
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public string FormatGraphHeader(
IGraph g
)
Public Function FormatGraphHeader (
g As IGraph
) As String
Parameters
- g
- Type: VDS.RDFIGraph
Graph.
Return Value
Type:
String[Missing <returns> documentation for "M:VDS.RDF.Writing.Formatting.RdfXmlFormatter.FormatGraphHeader(VDS.RDF.IGraph)"]
Implements
IGraphFormatterFormatGraphHeader(IGraph)See Also