SparqlSpecsHelperIsValidPrefix Method  | 
 
            Gets whether a given prefix declaration is valid in SPARQL.
            
 
    Namespace: 
   VDS.RDF.Query
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic static bool IsValidPrefix(
	string value
)
Public Shared Function IsValidPrefix ( 
	value As String
) As Boolean
Parameters
- value
 - Type: SystemString
Prefix declaration. 
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:VDS.RDF.Query.SparqlSpecsHelper.IsValidPrefix(System.String)"]
See Also