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