Class: Aws::Neptunedata::Types::SparqlData

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb

Overview

Neptune logs are converted to SPARQL quads in the graph using the Resource Description Framework (RDF) N-QUADS language defined in the W3C RDF 1.1 N-Quads specification

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stmtString

Holds an N-QUADS statement expressing the changed quad.

Returns:

  • (String)


2984
2985
2986
2987
2988
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 2984

class SparqlData < Struct.new(
  :stmt)
  SENSITIVE = []
  include Aws::Structure
end