Trying to load the ttl files in a jena-fuseki docker image and it complains about all of them missing the xsd namespace definition.
Adding
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
to the top of each file fixes the issue
Trying to load the ttl files in a jena-fuseki docker image and it complains about all of them missing the xsd namespace definition.
Adding
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
to the top of each file fixes the issue
Yes, you are correct. I will report this issue to the Open PermID support team.
You can use ntriples files instead, as mentioned in this article: PermID Entity Bulk Download with Apache Jena.
C:\workspace\apache-jena-3.14.0>bat\tdb2_tdbloader.bat --loc c:\workspace\database OpenPermID-bulk-organization-xxx.nt OpenPermID-bulk-person-xxx.nt
C:\workspace\apache-jena-3.14.0>bat\tdb2_tdbdump.bat --loc c:\workspace\database
Press Ctrl+c to terminate the job