LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
Statement Struct Reference

represents a RDF statement, or triple. More...

import"Statement.idl";

Public Attributes

XResource Subject
 the subject of the RDF statement. More...
 
XURI Predicate
 the predicate of the RDF statement. More...
 
XNode Object
 the object of the RDF statement. More...
 
XURI Graph
 the named graph that contains this statement, or NULL. More...
 

Detailed Description

represents a RDF statement, or triple.

Since
OOo 3.2
See also
XRepository

Member Data Documentation

◆ Graph

XURI Graph

the named graph that contains this statement, or NULL.

◆ Object

XNode Object

the object of the RDF statement.

◆ Predicate

XURI Predicate

the predicate of the RDF statement.

◆ Subject

XResource Subject

the subject of the RDF statement.


The documentation for this struct was generated from the following file: