NtriplesState
data class NtriplesState(var location: Int = Location.PRE_SUBJECT, val uris: MutableList<String> = mutableListOf(), val anchors: MutableList<String> = mutableListOf(), val bnodes: MutableList<String> = mutableListOf(), val langs: MutableList<String> = mutableListOf(), val types: MutableList<String> = mutableListOf())
Constructors
Link copied to clipboard
constructor(location: Int = Location.PRE_SUBJECT, uris: MutableList<String> = mutableListOf(), anchors: MutableList<String> = mutableListOf(), bnodes: MutableList<String> = mutableListOf(), langs: MutableList<String> = mutableListOf(), types: MutableList<String> = mutableListOf())