Click or drag to resize

ConfigurationLoaderGetDefaultType Method (String)

Attempts to return the Default Type to load an Object as when there is no dnr:type property but there is a rdf:type property.

Namespace:  VDS.RDF.Configuration
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static string GetDefaultType(
	string typeUri
)

Parameters

typeUri
Type: SystemString
Type URI declared by the rdf:type property.

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.Configuration.ConfigurationLoader.GetDefaultType(System.String)"]

See Also