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:
Syntax public TermMappings(
string vocabUri
)
Public Sub New (
vocabUri As String
)
Parameters
- vocabUri
- Type: SystemString
Vocabulary URI.
See Also