Interface IRdfStarCapableWriter
Interface for writers that can support writing triple nodes in at least one of their syntax modes.
Namespace: VDS.RDF.Writing
Assembly: dotNetRdf.dll
Syntax
public interface IRdfStarCapableWriter
Properties
| Edit this page View SourceCanWriteTripleNodes
Gets whether the writer supports writing triple nodes in its current syntax mode.
Declaration
bool CanWriteTripleNodes { get; }
Property Value
Type | Description |
---|---|
bool |