Core-PHP icon indicating copy to clipboard operation
Core-PHP copied to clipboard

Generic Jena-compatible PHP Linked Data management library. Apache license.

Results 19 Core-PHP issues
Sort by recently updated
recently updated
newest added

Implement all HTTP logic??? http://www.aisee.com/graph_of_the_month/http.png

Move multipart-related classes to Graphity\Multipart namespace

RDFForm to extend MultipartRequest? That probably calls for rewrite of MR methods as well

Having a generic SPIN to SPARQL converter would allow us to create/modify/store SPARQL queries as RDF. Could be implemented as RDF/XML to querystring XSLT transformation. Syntax: http://www.spinrdf.org/sp.html Test service: http://spinservices.org/spinrdfconverter.html

http://trac.usefulinc.com/doap http://usefulinc.com/ns/doap

http://json-ld.org/ http://www.w3.org/community/json-ld/ http://www.ldodds.com/blog/2010/12/rdf-and-json-a-clash-of-model-and-syntax/ http://www.w3.org/wiki/JSON+RDF http://www.w3.org/blog/SW/2011/09/13/the-state-of-rdf-and-json/ http://www.w3.org/2011/rdf-wg/wiki/JSON-Serialization-Examples

This probably calls for implementation of UriInfo as well: http://jackson.codehaus.org/javadoc/jax-rs/1.0/javax/ws/rs/core/UriInfo.html

http://jackson.codehaus.org/javadoc/jax-rs/1.0/javax/ws/rs/QueryParam.html http://jackson.codehaus.org/javadoc/jax-rs/1.0/javax/ws/rs/PathParam.html

Implement Graphity\RDFResource that would: - extend Graphity\Resource - implement Rdf\Resource - contain Rdf\Model - convert DOM from describe() into Model - implement getModel() on on top of that