| Total Complexity | 2 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 3 | class SkosmosTurtleParser extends EasyRdf\Parser\Turtle |
||
| 4 | { |
||
| 5 | /** |
||
| 6 | * Returns the namespace prefixes as an array of prefix => URI |
||
| 7 | * @return array $namespaces |
||
| 8 | */ |
||
| 9 | public function getNamespaces() |
||
| 12 | } |
||
| 13 | |||
| 14 | /** |
||
| 15 | * Parse Turtle into a new Graph and return it. |
||
| 16 | * @return EasyRdf\Graph |
||
| 17 | */ |
||
| 18 | public function parseGraph($data, $baseUri) |
||
| 25 |