JsonLdTermDefinition.TypeMapping Property |
Get or set the type mapping for this term definition.
Namespace:
VDS.RDF.JsonLd
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic string TypeMapping { get; set; }
Public Property TypeMapping As String
Get
Set
Property Value
Type:
String
RemarksMay be null. MUST be null if LanguageMapping is not null.
See Also