RdfSpecsHelper Class |
Namespace: VDS.RDF.Parsing
The RdfSpecsHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| RdfSpecsHelper | Initializes a new instance of the RdfSpecsHelper class |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsValidLangSpecifier |
Determines whether a given String is a valid Language Specifier.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| RdfDirection |
URI for rdf:direction.
| |
| RdfJson |
URI for JSON literal datatype.
| |
| RdfLangString |
URI for rdf:langString the implicit type of language specified literals.
| |
| RdfLanguage |
URI for rdf:language.
| |
| RdfList |
URI for rdf:List.
| |
| RdfListFirst |
URI for rdf:first.
| |
| RdfListNil |
URI for rdf:nil.
| |
| RdfListRest |
URI for rdf:rest.
| |
| RdfObject |
URI for rdf:object.
| |
| RdfPredicate |
URI for rdf:predicate.
| |
| RdfStatement |
URI for rdf:Statement.
| |
| RdfSubject |
URI for rdf:subject.
| |
| RdfType |
URI for rdf:type.
| |
| RdfValue |
URI for rdf:value.
| |
| RdfXmlLiteral |
URI for rdf:XMLLiteral.
| |
| ValidLangSpecifiersPattern |
Pattern for Valid Language Specifiers.
|