-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Evaluating the creation of PHP classes and interfaces based on the RDF.js specification #130
Comments
ping @BigBlueHat |
|
#67 also have list of known implementations, as well as work in progress. |
If someone is interested in the current state, here is the repository: https://github.com/rdfphp/baseline Feel free to send me feedback. |
Very cool ❗
I think in low level interfaces we defined so far we require absolute IRIs. How does your interface handle CURIEs |
We don't define any IRI validation. This allows also relative paths and CURIEs. That's on purpose, so libraries can implement features like resolving CURIEs. In general, some definitions are very open to allow libraries to add new features and still be valid according to the spec. |
@elf-pavlik wrote:
My current implementation doesn't care if a given string is really an IRI to be honest. I support the approach @bergos mentioned. I plan to add a library on top of the current one, which contains common tools and provides utilities to check for valid IRIs, for instance. But to be more clear about IRI validation and usage of CURIEs, IRI, URI etc. we should add a sentence to §1 about that. EDIT: I added a proposal here: #134 |
I noticed the updates you guys are working on. Is it possible, to later make an announcement (or ping me), if you "finished" your next major version of this specification/these specifications? I am currently very busy, but will wait until the specs are stable. |
I am one of the maintainers/supporters of RDF libraries such as hardf, ARC2 and Saft, written in PHP. And i am currently evaluating, if its worth working on a (basic) PHP class set, which reflects the latest state of your standard/specification. It would be great if you could answer some of my questions:
Thanks in advance!
Internal references:
Triple
? A case for the misleading class #124External references:
The text was updated successfully, but these errors were encountered: