Sotirios Karampatakis
Sotirios Karampatakis
Could you post your input?
iris should be inside so try this ``` . . ``` Although I am not sure if it could handle chinese characters.
Hi, I have the same problem using 0.9.0. I can succesfully register the namespace and use it whith shorten() function but when it comes to serialize the graph using the...
Changing Namespace.php like that on function get : ``` php if (preg_match('/\W\-/', $prefix)) { throw new InvalidArgumentException( "\$prefix should only contain alpha-numeric characters" ); } ``` made the trick for...
Hi @danfowler, You can find a first draft of this article on [this](https://docs.google.com/document/d/1M9T36hHLsuSXg46swM84EE6CMUpTg5vGSXGNfEM5dM4/edit?usp=sharing) Google Doc.
> For export with NIF, the `value` and/or `identifier` fields must be a valid IRI. E.g. if you simply put `LOC` into the value, this is not a valid IRI...