/AWS1/CL_NEDRDFGRAPHSUMMARY¶
The RDF graph summary API returns a read-only list of classes and predicate keys, along with counts of quads, subjects, and predicates.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_numdistinctsubjects TYPE /AWS1/NEDLONG /AWS1/NEDLONG¶
The number of distinct subjects in the graph.
iv_numdistinctpredicates TYPE /AWS1/NEDLONG /AWS1/NEDLONG¶
The number of distinct predicates in the graph.
iv_numquads TYPE /AWS1/NEDLONG /AWS1/NEDLONG¶
The number of quads in the graph.
iv_numclasses TYPE /AWS1/NEDLONG /AWS1/NEDLONG¶
The number of classes in the graph.
it_classes TYPE /AWS1/CL_NEDCLASSES_W=>TT_CLASSES TT_CLASSES¶
A list of the classes in the graph.
it_predicates TYPE /AWS1/CL_NEDLONGVALUEDMAP_W=>TT_LONGVALUEDMAPLIST TT_LONGVALUEDMAPLIST¶
"A list of predicates in the graph, along with the predicate counts.
it_subjectstructures TYPE /AWS1/CL_NEDSUBJECTSTRUCTURE=>TT_SUBJECTSTRUCTURES TT_SUBJECTSTRUCTURES¶
This field is only present when the request mode is
DETAILED. It contains a list of subject structures.
Queryable Attributes¶
numDistinctSubjects¶
The number of distinct subjects in the graph.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMDISTINCTSUBJECTS() |
Getter for NUMDISTINCTSUBJECTS, with configurable default |
ASK_NUMDISTINCTSUBJECTS() |
Getter for NUMDISTINCTSUBJECTS w/ exceptions if field has no |
HAS_NUMDISTINCTSUBJECTS() |
Determine if NUMDISTINCTSUBJECTS has a value |
numDistinctPredicates¶
The number of distinct predicates in the graph.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMDISTINCTPREDICATES() |
Getter for NUMDISTINCTPREDICATES, with configurable default |
ASK_NUMDISTINCTPREDICATES() |
Getter for NUMDISTINCTPREDICATES w/ exceptions if field has |
HAS_NUMDISTINCTPREDICATES() |
Determine if NUMDISTINCTPREDICATES has a value |
numQuads¶
The number of quads in the graph.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMQUADS() |
Getter for NUMQUADS, with configurable default |
ASK_NUMQUADS() |
Getter for NUMQUADS w/ exceptions if field has no value |
HAS_NUMQUADS() |
Determine if NUMQUADS has a value |
numClasses¶
The number of classes in the graph.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMCLASSES() |
Getter for NUMCLASSES, with configurable default |
ASK_NUMCLASSES() |
Getter for NUMCLASSES w/ exceptions if field has no value |
HAS_NUMCLASSES() |
Determine if NUMCLASSES has a value |
classes¶
A list of the classes in the graph.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLASSES() |
Getter for CLASSES, with configurable default |
ASK_CLASSES() |
Getter for CLASSES w/ exceptions if field has no value |
HAS_CLASSES() |
Determine if CLASSES has a value |
predicates¶
"A list of predicates in the graph, along with the predicate counts.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PREDICATES() |
Getter for PREDICATES, with configurable default |
ASK_PREDICATES() |
Getter for PREDICATES w/ exceptions if field has no value |
HAS_PREDICATES() |
Determine if PREDICATES has a value |
subjectStructures¶
This field is only present when the request mode is
DETAILED. It contains a list of subject structures.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBJECTSTRUCTURES() |
Getter for SUBJECTSTRUCTURES, with configurable default |
ASK_SUBJECTSTRUCTURES() |
Getter for SUBJECTSTRUCTURES w/ exceptions if field has no v |
HAS_SUBJECTSTRUCTURES() |
Determine if SUBJECTSTRUCTURES has a value |