The most recent versions of the three .ttl files I've checked (instruments, organizations, and persons) are all missing the turtle prefix headers. I know I can fix this manually, but would love to not have to worry about this edge case.
Examples:
https://permid.org/sfiles/bulkDownload/OpenPermID-bulk-organization-20200920_084135.ttl.gz?access-token=<>
https://permid.org/sfiles/bulkDownload/OpenPermID-bulk-instrument-20200920_084107.ttl.gz?access-token=<>
Seems similar to this old issue:
https://community.developers.refinitiv.com/questions/32327/openpermid-bulk-person-20180916-070349ttl-missing.html
@lx53
Thank you so much.
I will report this issue to the Open PermID support team.
I have checked the latest bulk files (27 Sep 2020) and found that the problem has been resolved.
@prefix tr-vcard: <http://permid.org/ontology/tr-vcard/#> .@prefix tr-common: <http://permid.org/ontology/common/> .@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .@prefix skos: <http://www.w3.org/2004/02/skos/core#> .@prefix tr-person: <http://permid.org/ontology/person/> .<https://permid.org/1-10010140> a tr-person:DirectorRole ; tr-common:hasPermId "10010140"^^xsd:string ;
@prefix tr-common: <http://permid.org/ontology/common/> .@prefix fibo-be-le-cb: <http://www.omg.org/spec/EDMC-FIBO/BE/LegalEntities/CorporateBodies/> .@prefix tr-org: <http://permid.org/ontology/organization/> .@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .@prefix mdaas: <http://permid.org/ontology/mdaas/> .@prefix tr-fin: <http://permid.org/ontology/financial/> .<https://permid.org/1-5015075953> a tr-org:Organization ; tr-common:hasPermId "5015075953"^^xsd:string ;
@prefix tr-common: <http://permid.org/ontology/common/> .@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .@prefix tr-fin: <http://permid.org/ontology/financial/> .<https://permid.org/1-21475418260> a tr-fin:Instrument ;
Noting a similar problem is present with the mdaas ontology:
https://permid.org/ontology/mdaas/
# baseURI: http://permid.org/ontology/mdaas/ # prefix: mdaas
@Peio
Old threads with accepted answers are not monitored by forum moderators. To report a new issue, please start a new thread.
In the question, please also specify which bulk files have this issue.