Click or drag to resize

OntologyResource._literalProperties Field

Storage of Literal Properties.

Namespace:  VDS.RDF.Ontology
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected Dictionary<string, List<ILiteralNode>> _literalProperties

Field Value

Type: Dictionary<String, List<ILiteralNode>>
See Also