Click or drag to resize

RdfSpecsHelper Class

Helper class with useful constants relating to the RDF Specification.
Inheritance Hierarchy
SystemObject
  VDS.RDF.ParsingRdfSpecsHelper

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

The RdfSpecsHelper type exposes the following members.

Constructors
  NameDescription
Public methodRdfSpecsHelper
Initializes a new instance of the RdfSpecsHelper class
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 methodStatic memberIsValidLangSpecifier
Determines whether a given String is a valid Language Specifier.
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
Fields
  NameDescription
Public fieldStatic memberRdfDirection
URI for rdf:direction.
Public fieldStatic memberRdfJson
URI for JSON literal datatype.
Public fieldStatic memberRdfLangString
URI for rdf:langString the implicit type of language specified literals.
Public fieldStatic memberRdfLanguage
URI for rdf:language.
Public fieldStatic memberRdfList
URI for rdf:List.
Public fieldStatic memberRdfListFirst
URI for rdf:first.
Public fieldStatic memberRdfListNil
URI for rdf:nil.
Public fieldStatic memberRdfListRest
URI for rdf:rest.
Public fieldStatic memberRdfObject
URI for rdf:object.
Public fieldStatic memberRdfPredicate
URI for rdf:predicate.
Public fieldStatic memberRdfStatement
URI for rdf:Statement.
Public fieldStatic memberRdfSubject
URI for rdf:subject.
Public fieldStatic memberRdfType
URI for rdf:type.
Public fieldStatic memberRdfValue
URI for rdf:value.
Public fieldStatic memberRdfXmlLiteral
URI for rdf:XMLLiteral.
Public fieldStatic memberValidLangSpecifiersPattern
Pattern for Valid Language Specifiers.
Top
See Also