OntologyResource._literalProperties Field |
Storage of Literal Properties.
Namespace:
VDS.RDF.Ontology
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxprotected Dictionary<string, List<ILiteralNode>> _literalProperties
Protected _literalProperties As Dictionary(Of String, List(Of ILiteralNode))
Field Value
Type:
Dictionary<String,
List<ILiteralNode>>
See Also