WriterErrorMessagesMalformedCollectionWithMultipleFirsts Field |
Error message produced when a User attempts to serialize a Graph containing collections where a collection item has more than one rdf:first triple.
Namespace:
VDS.RDF.Writing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public const string MalformedCollectionWithMultipleFirsts = "This RDF Graph contains more than one rdf:first Triple for an Item in a Collection which means the Graph is not serializable"
Public Const MalformedCollectionWithMultipleFirsts As String = "This RDF Graph contains more than one rdf:first Triple for an Item in a Collection which means the Graph is not serializable"
Field Value
Type:
StringSee Also