You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to EasyRdf Discussion
Hi !
I have access to an Apache server which permit me to create a PHP website but I can't install composer or any other program in the server (he's not mine). So my question is simple : can I use EasyRDF without any other program, just with files downloaded in EasyRDF official website ?
Thank you very much,
Mohammad.
Nicholas Humfrey
unread,
Jun 22, 2016, 8:54:13 AM6/22/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
However alternatively, it is also possible to run composer on your local
machine and then upload the resulting collection of files to the remote
server.
nick.
On 2016-06-22 12:54, 'Mohammad Bilal Chawki' via EasyRdf Discussion
wrote:
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to EasyRdf Discussion
Hi !
Thank you very mich for you help, Nicholas, it's working ! :)
I have an other question : can EasyRDF access to a local RDF file ?
I started with the "Basic FOAF example". I tried to download "foaf.rdf" in the php server and to replace online address by my local address (like "../testER/foaf.rdf") but it doesn't work :
Fatal error: Uncaught exception 'InvalidArgumentException' with message 'EasyRdf_Http_Client only supports the 'http' and 'https' schemes.'
What do you think about it ?
Thank you a lot,
Mohammad.
Nicholas Humfrey
unread,
Jun 28, 2016, 8:03:09 AM6/28/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
$graph = new EasyRDF_Graph();
$graph->parseFile("../testER/foaf.rdf");
nick.
On 2016-06-28 12:33, 'Mohammad Bilal Chawki' via EasyRdf Discussion
wrote:
> Hi !
>
> Thank you very mich for you help, Nicholas, it's working ! :)
>
> I have an other question : can EasyRDF access to a local RDF file ?
>
> I started with the "Basic FOAF example". I tried to download
> "foaf.rdf" in the php server and to replace online address by my local
> address (like "../testER/foaf.rdf") but it doesn't work :
> Fatal error: Uncaught exception 'InvalidArgumentException' with
> message 'EasyRdf_Http_Client only supports the 'http' and 'https'
> schemes.'
>
> What do you think about it ?
>
> Thank you a lot,
> Mohammad.
>
> Le mercredi 22 juin 2016 14:54:13 UTC+2, Nicholas Humfrey a écrit :
>
>> Hello Mohammad,
>>
>> Simple answer is: Yes.
>>
>> All the examples at the moment, don't actually use Composer: