Class: statement
A quad that is optionally adorned with statements about it
URI: sparqlfun:Statement
Parents
- is_a: Quad - Represents an RDF triple plus named graph to which the triple belongs
Children
- Association
- AssociationWithInferredCategories
- NodeToNodeStatement - A statement where object is a node (isIRI)
- NodeToValueStatement - A statement where object is a literal
Referenced by Class
- None statements 0..* Statement
Attributes
Own
- statement➞node_statements 0..*
- Description: statements about the quad where the object is a node
- Range: NodeToNodeStatement
- statement➞value_statements 0..*
- Description: statements about the quad where the object is a literal
- Range: NodeToValueStatement
Inherited from quad:
- subject 0..1
- Range: Node
- predicate 0..1
- Range: PropertyNode
- object 0..1
- Description: a literal or node representing the object of the triple
- Range: NodeOrLiteral
- graph 0..1
- Description: Graph to which the triple belongs
- Range: Node