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. | |
Data Fields | |
| $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
| __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.
| __destruct | ( | ) |
Definition at line 98 of file RdfProperty.php.
Member Function Documentation
| 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.
| 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.
Field Documentation
$ontologiesGraph = "" [private] |
URI of the graph where the ontologies are indexed.
Definition at line 51 of file RdfProperty.php.
Referenced by __construct().
| $triples = array() |
Triples defining a property.
Definition at line 45 of file RdfProperty.php.
$uri = "" [private] |
URI of the property.
Definition at line 48 of file RdfProperty.php.
The documentation for this class was generated from the following file:
