OptionsValidateIris Property |
Gets/Sets whether IRIs are validated by parsers which support this functionality.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static bool ValidateIris { get; set; }
Public Shared Property ValidateIris As Boolean
Get
Set
Property Value
Type:
BooleanRemarks
When enabled certain parsers will validate all IRIs they see to ensure that they are valid and throw a parser error if they are not. Since there is a performance penalty associated with this and many older RDF standards were written pre-IRIs (thus enforcing IRI validity would reject data considered valid by those specifications) this feature is disabled by default.
See Also