TermMappings Constructor (String) |
Creates a new set of Term Mappings with the given Vocabulary URI.
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic TermMappings(
string vocabUri
)
Public Sub New (
vocabUri As String
)
Parameters
- vocabUri
- Type: System.String
Vocabulary URI.
See Also