RdfProperty Class Reference
Property description belonging to the property hierarchy of the system. More...
Public Member Functions | |
| __construct ($propertyURI, $ontologiesGraph, $inferredOntologiesGraph, &$db) | |
| Constructor. | |
| __destruct () | |
| getLabel () | |
| Get a human readable label of the property. | |
| getDescription () | |
| Get a human readable description of the property. | |
Public Attributes | |
| $triples = array() | |
| Triples defining a property. | |
Private Attributes | |
| $uri = "" | |
| URI of the property. | |
| $ontologiesGraph = "" | |
| URI of the graph where the ontologies are indexed. | |
Detailed Description
Property description belonging to the property hierarchy of the system.
Definition at line 26 of file RdfProperty.php.
Constructor & Destructor Documentation
| RdfProperty::__construct | ( | $ | propertyURI, | |
| $ | ontologiesGraph, | |||
| $ | inferredOntologiesGraph, | |||
| &$ | db | |||
| ) |
Constructor.
- Parameters:
-
[in] $propertyURI URI of the property [in] $ontologiesGraph URI of the graph where properties description are indexed [in] $inferredOntologiesGraph URI of the graph where inferred properties are indexed [in] $db DB connection where to index the properties descriptions
Definition at line 66 of file RdfProperty.php.
References $ontologiesGraph, and $query.
| RdfProperty::__destruct | ( | ) |
Definition at line 98 of file RdfProperty.php.
Member Function Documentation
| RdfProperty::getDescription | ( | ) |
Get a human readable description of the property.
- Returns:
- returns a human readable description of the property
Definition at line 160 of file RdfProperty.php.
References Namespaces::$dc, Namespaces::$dcterms, Namespaces::$iron, Namespaces::$rdfs, Namespaces::$skos_2004, and Namespaces::$skos_2008.
| RdfProperty::getLabel | ( | ) |
Get a human readable label of the property.
- Returns:
- returns a human readable label of the property
Definition at line 110 of file RdfProperty.php.
References Namespaces::$iron, Namespaces::$rdfs, Namespaces::$skos_2004, and Namespaces::$skos_2008.
Member Data Documentation
RdfProperty::$ontologiesGraph = "" [private] |
URI of the graph where the ontologies are indexed.
Definition at line 51 of file RdfProperty.php.
Referenced by __construct().
| RdfProperty::$triples = array() |
RdfProperty::$uri = "" [private] |
The documentation for this class was generated from the following file:
