RdfClass Class Reference

Class description belonging to the class hierarchy of the system. More...

List of all members.

Public Member Functions

 __construct ($classURI, $ontologiesGraph, $inferredOntologiesGraph, &$db)
 Constructor.
 __destruct ()
 getLabel ()
 Get a human readable label of the class.
 getDescription ()
 Get a human readable description of the class.

Public Attributes

 $triples = array()
 Triples defining a class.

Private Attributes

 $uri = ""
 URI of the class.
 $ontologiesGraph = ""
 URI of the graph where the ontologies are indexed.


Detailed Description

Class description belonging to the class hierarchy of the system.


Author:
Frederick Giasson, Structured Dynamics LLC.



Definition at line 26 of file RdfClass.php.


Constructor & Destructor Documentation

RdfClass::__construct ( classURI,
ontologiesGraph,
inferredOntologiesGraph,
&$  db 
)

Constructor.

Parameters:
[in] $classURI URI of the class
[in] $ontologiesGraph URI of the graph where classes description are indexed
[in] $inferredOntologiesGraph URI of the graph where inferred classes are indexed
[in] $db DB connection where to index the classes descriptions

Author:
Frederick Giasson, Structured Dynamics LLC.



Definition at line 65 of file RdfClass.php.

References $ontologiesGraph, and $query.

RdfClass::__destruct (  ) 

Definition at line 97 of file RdfClass.php.


Member Function Documentation

RdfClass::getDescription (  ) 

Get a human readable description of the class.


Returns:
returns returns a human readable description of the class
Author:
Frederick Giasson, Structured Dynamics LLC.



Definition at line 159 of file RdfClass.php.

References Namespaces::$dc, Namespaces::$dcterms, Namespaces::$iron, Namespaces::$rdfs, Namespaces::$skos_2004, and Namespaces::$skos_2008.

RdfClass::getLabel (  ) 

Get a human readable label of the class.


Returns:
returns a human readable label of the class
Author:
Frederick Giasson, Structured Dynamics LLC.



Definition at line 109 of file RdfClass.php.

References Namespaces::$iron, Namespaces::$rdfs, Namespaces::$skos_2004, and Namespaces::$skos_2008.


Member Data Documentation

RdfClass::$ontologiesGraph = "" [private]

URI of the graph where the ontologies are indexed.

Definition at line 50 of file RdfClass.php.

Referenced by __construct().

RdfClass::$triples = array()

Triples defining a class.

Definition at line 44 of file RdfClass.php.

RdfClass::$uri = "" [private]

URI of the class.

Definition at line 47 of file RdfClass.php.


The documentation for this class was generated from the following file:
Copyright © 2009. Structured Dynamics LLC Structured Dynamics LLC. All rights reserved.