Click or drag to resize

JsonLdParser Class

Parser for JSON-LD 1.0/1.1.
Inheritance Hierarchy
SystemObject
  VDS.RDF.ParsingJsonLdParser

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class JsonLdParser : IStoreReader

The JsonLdParser type exposes the following members.

Constructors
  NameDescription
Public methodJsonLdParser
Create an instance of the parser configured to parser JSON-LD 1.1 with no pre-defined context.
Public methodJsonLdParser(JsonLdProcessorOptions)
Create an instance of the parser configured with the provided parser options.
Top
Properties
  NameDescription
Public propertyParserOptions
Get the current parser options.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoad(IRdfHandler, TextReader)
Loads a RDF dataset using a RDF Handler.
Public methodLoad(IRdfHandler, String)
Loads a RDF dataset using a RDF Handler.
Public methodLoad(ITripleStore, TextReader)
Loads a RDF dataset into a Triple Store.
Public methodLoad(ITripleStore, String)
Read JSON-LD from the specified file and add the RDF quads found in the JSON-LD to the specified store.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventWarning
Event which Readers can raise when they notice syntax that is ambigious/deprecated etc which can still be parsed
Top
See Also