[GitHub] jena issue #390: Bugfix Tutorial 6: Missing "/" at the end of an URI resulte...

2018-05-04 Thread afs
Github user afs commented on the issue:

https://github.com/apache/jena/pull/390
  
Hi @supergitacc -- the data has been fixed in all the vc-db files.

Thanks for the report.



---


[GitHub] jena issue #390: Bugfix Tutorial 6: Missing "/" at the end of an URI resulte...

2018-04-24 Thread ajs6f
Github user ajs6f commented on the issue:

https://github.com/apache/jena/pull/390
  
@kinow Yep, those Commons threads are exactly what brought it back to my 
mind. Okay, I suggest that we leave this particular issue as @kinow suggests 
(Jira ticket and go from there) and I will (sometime today or tomorrow) restart 
those threads on dev@ about GitBox, etc.


---


[GitHub] jena issue #390: Bugfix Tutorial 6: Missing "/" at the end of an URI resulte...

2018-04-22 Thread kinow
Github user kinow commented on the issue:

https://github.com/apache/jena/pull/390
  
@ajs6f good point. I remember some projects in ASF keep the example code in 
the main code repository (e.g. [Commons 
Imaging](https://github.com/apache/commons-imaging/tree/master/src/test/java/org/apache/commons/imaging/examples)).
 Or we can move the site to git?

Some time ago we discussed in the mailing list gitbox, gitpusub... I 
believe the old git-wip are being slowly transitioned to gitbox (see 
[this](http://mail-archives.apache.org/mod_mbox/commons-dev/201804.mbox/%3ccaogo0vy+nds2aftystaz96chsblkhmzqzzeaw8u_gdeqbw+...@mail.gmail.com%3e)
 and 
[this](http://mail-archives.apache.org/mod_mbox/commons-dev/201804.mbox/%3ccae9l6g2zest9_rot_6rijdqpcqezjyiwdasffup9nvxy0tw...@mail.gmail.com%3e)
 for recent discussion in Commons dev).

So perhaps we could resurrect that old e-mail thread and discuss perhaps 
moving the site to gitpubsub, and a gitbox repository? This way the code would 
be hosted in git, making contributions a bit easier.


---


[GitHub] jena issue #390: Bugfix Tutorial 6: Missing "/" at the end of an URI resulte...

2018-04-22 Thread ajs6f
Github user ajs6f commented on the issue:

https://github.com/apache/jena/pull/390
  
Not to hijack the thread, but do we also want to open a ticket to get all 
of the relevant (tutorial) files into Git alongside the main codebase? Or 
should we just subsume that into the larger project of getting the site into 
Git?


---


[GitHub] jena issue #390: Bugfix Tutorial 6: Missing "/" at the end of an URI resulte...

2018-04-21 Thread kinow
Github user kinow commented on the issue:

https://github.com/apache/jena/pull/390
  
Note: these files are not in GitHub, but in SVN. For example: 
http://svn.apache.org/repos/asf/jena/site/trunk/content/tutorials/sparql_data/vc-db-1.rdf

@supergitacc would you be interested in reviewing the code & data from the 
RDF tutorial? We can create a ticket in JIRA (happy to do that) and you can 
attach the SVN patch.


---


[GitHub] jena issue #390: Bugfix Tutorial 6: Missing "/" at the end of an URI resulte...

2018-04-04 Thread afs
Github user afs commented on the issue:

https://github.com/apache/jena/pull/390
  
Hi there - thanks for the PR. There is a problem somewhere.

Looking at the RDF tutorial, it uses "http\://somewhere/JohnSmith" (no /) 
so I think the problem in the data  file vc-db-1.rdf (and other data files) 
where they use `http://somewhere/JohnSmith/` (with /).


---