Class: Aws::Neptunedata::Types::SparqlData
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::SparqlData
- Includes:
- Structure
- Defined in:
- 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
[1]: www.w3.org/TR/n-quads/
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stmt ⇒ String
Holds an [N-QUADS] statement expressing the changed quad.
Instance Attribute Details
#stmt ⇒ String
Holds an [N-QUADS] statement expressing the changed quad.
[1]: www.w3.org/TR/n-quads/
2984 2985 2986 2987 2988 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2984 class SparqlData < Struct.new( :stmt) SENSITIVE = [] include Aws::Structure end |