model
[ class tree: model ] [ index: model ] [ all elements ]

Class: RDF_Node

Source Location: /RDF-0.2.0/RDF/Node.php

Class Overview

RDF_Object
   |
   --RDF_Node

An abstract RDF node.


Author(s):

Version:

  • V0.7

Child classes:

RDF_Resource
An abstract RDF node.
RDF_Literal
An abstract RDF node.

Inherited Variables

Inherited Methods

Class: RDF_Object

RDF_Object::factory()
RDF_Object::toString()
Serializes a object into a string

Class Details

[line 17]
An abstract RDF node.

Can either be resource, literal or blank node. Node is used in some comparisons like is_a($obj, 'RDF_Node'), meaning is $obj a resource, blank node or literal.

  • Author: Chris Bizer <chris@bizer.de>
  • Version: V0.7
  • Todo: nothing
  • Abstract:


[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:39:28 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.