Show / Hide Table of Contents

Class RdfASpecsHelper

Provides constants for use in processing RDFa documents.

Inheritance
object
RdfASpecsHelper
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Parsing
Assembly: dotNetRdf.dll
Syntax
public static class RdfASpecsHelper

Fields

| Edit this page View Source

RdfACopy

URI for the RDFa copy property type.

Declaration
public const string RdfACopy = "http://www.w3.org/ns/rdfa#copy"
Field Value
Type Description
string
| Edit this page View Source

RdfANamespace

Namespace URI for RDFa.

Declaration
public const string RdfANamespace = "http://www.w3.org/ns/rdfa#"
Field Value
Type Description
string
| Edit this page View Source

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
| Edit this page View Source

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
| Edit this page View Source

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
| Edit this page View Source

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
| Edit this page View Source

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
  • Edit this page
  • View Source
In this article
  • Fields
    • RdfACopy
    • RdfANamespace
    • RdfAPattern
    • RdfAPrefix
    • RdfATerm
    • RdfAUri
    • RdfAVocabulary
Back to top Generated by DocFX