You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arc2 does not work when querying the PhySH RDF file for disciplines. It only returns 12 of the 18 disciplines.
If you go to the PhySH page, you can see that there are 18 concepts listed under Discipline. PhySH provides an RDF file for download at their GitHub page here:
Arc2 does not work when querying the PhySH RDF file for disciplines. It only returns 12 of the 18 disciplines.
If you go to the PhySH page, you can see that there are 18 concepts listed under Discipline. PhySH provides an RDF file for download at their GitHub page here:
https://github.com/physh-org/PhySH
I have taken the RDF file and made it available over HTTP here:
http://nloyola.asuscomm.com:8000/physh.rdf
I'm using the following script to query the disciplines:
When I run this script, it only returns 12 rows.
If I use Rasqal RDF Query Library with the same SPARQL query, 19 rows are returned. The extra row corresponds to the root entry I believe.
Note that I'm using MariaDB as my database server. Using PHP 8.1.12 running on Debian 11.
Any help with this issue is greatly appreciated.
The text was updated successfully, but these errors were encountered: