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