Click or drag to resize

JsonLdWriterSerializeStore Method

Serialize a Triple Store to an expanded JSON-LD document.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public JArray SerializeStore(
	ITripleStore store
)

Parameters

store
Type: VDS.RDFITripleStore

[Missing <param name="store"/> documentation for "M:VDS.RDF.Writing.JsonLdWriter.SerializeStore(VDS.RDF.ITripleStore)"]

Return Value

Type: JArray

[Missing <returns> documentation for "M:VDS.RDF.Writing.JsonLdWriter.SerializeStore(VDS.RDF.ITripleStore)"]

See Also