Enum JsonLdEmbed
Enumeration of the allowed values for the object embed option for JSON-LD framing.
Namespace: VDS.RDF.JsonLd.Syntax
Assembly: dotNetRDF.dll
Syntax
public enum JsonLdEmbed
Fields
Name | Description |
---|---|
Always | @always |
First | @first |
Last | @last |
Link | @link |
Never | @never |
Once | @once |