Class RdfAParserOptions
A collection of options for configuring the RDFa Parser.
Inherited Members
Namespace: VDS.RDF.Parsing
Assembly: dotNetRdf.dll
Syntax
public class RdfAParserOptions
  Properties
| Edit this page View SourceBase
The base IRI to use when processing the document.
Declaration
public Uri Base { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Uri | 
Remarks
If set, this overrides the input document's IRI, but does not override any @base attribute in the document itself.
DefaultContext
Get/set the default RDFa context to use for the resolution of terms and prefixes.
Declaration
public RdfAContext DefaultContext { get; set; }
  Property Value
| Type | Description | 
|---|---|
| RdfAContext | 
PropertyCopyEnabled
Get/set the flag that indicates if the parser should perform RDFa property copying.
Declaration
public bool PropertyCopyEnabled { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool | 
Syntax
The RDFa syntax to process.
Declaration
public RdfASyntax Syntax { get; set; }
  Property Value
| Type | Description | 
|---|---|
| RdfASyntax |