Class RdfASpecsHelper
Provides constants for use in processing RDFa documents.
Inherited Members
Namespace: VDS.RDF.Parsing
Assembly: dotNetRdf.dll
Syntax
public static class RdfASpecsHelper
  Fields
| Edit this page View SourceRdfACopy
URI for the RDFa copy property type.
Declaration
public const string RdfACopy = "http://www.w3.org/ns/rdfa#copy"
  Field Value
| Type | Description | 
|---|---|
| string | 
RdfANamespace
Namespace URI for RDFa.
Declaration
public const string RdfANamespace = "http://www.w3.org/ns/rdfa#"
  Field Value
| Type | Description | 
|---|---|
| string | 
RdfAPattern
URI for the RDFa Pattern resource type.
Declaration
public const string RdfAPattern = "http://www.w3.org/ns/rdfa#Pattern"
  Field Value
| Type | Description | 
|---|---|
| string | 
RdfAPrefix
URI for the RDFa prefix property type.
Declaration
public const string RdfAPrefix = "http://www.w3.org/ns/rdfa#prefix"
  Field Value
| Type | Description | 
|---|---|
| string | 
RdfATerm
URI for the RDFa term property type.
Declaration
public const string RdfATerm = "http://www.w3.org/ns/rdfa#term"
  Field Value
| Type | Description | 
|---|---|
| string | 
RdfAUri
URI for the RDFa uri property type.
Declaration
public const string RdfAUri = "http://www.w3.org/ns/rdfa#uri"
  Field Value
| Type | Description | 
|---|---|
| string | 
RdfAVocabulary
URI for the RDFa vocabulary property type.
Declaration
public const string RdfAVocabulary = "http://www.w3.org/ns/rdfa#vocabulary"
  Field Value
| Type | Description | 
|---|---|
| string |