Closed smurp closed 7 years ago
I notice that http://id.loc.gov/vocabulary/relators/ currently has different prefixes in different files -- as a followup to its apparently being what is likely intended by the prefix rel:
in huvizTest4.ttl
File | Prefix |
---|---|
cwrc.ttl | ns1: |
data.ttl | loc: |
huvizTest.ttl | loc: |
huvizTest4.ttl | ns1: |
Prefixes change according to whatever converter it went through. Since they are local to the file being read, they aren't authoritative.
You're welcome to change it, @prefix ns1: http://id.loc.gov/vocabulary/relators/ is the right one.
huvizTest4.ttl now parses correctly at http://alpha.huviz.dev.nooron.com/
see: 3f5c455 12fbba8 db07cb4 50e360b 64532fb c758f2d ba645f0
Drat! It parses at http://alpha.huviz.dev.nooron.com/ but I have only seen it both parse and display when I run it try it in my development environment! I think this is now in the realm of HuViz. See https://github.com/smurp/huviz/issues/82
Oh dear. Perhaps we should just let it go and figure we’ll work with what we’ve got? At any rate, Rob, stop banging your head against it. Thanks, both of you.
On Jan 26, 2017, at 4:48 PM, Shawn Murphy notifications@github.com wrote:
Drat! It parses at http://alpha.huviz.dev.nooron.com/ http://alpha.huviz.dev.nooron.com/ but I have only seen it both parse and display when I run it try it in my development environment! I think this is now in the realm of HuViz. See smurp/huviz#82 https://github.com/smurp/huviz/issues/82 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cwrc/ontology/issues/13#issuecomment-275524525, or mute the thread https://github.com/notifications/unsubscribe-auth/AA1s9VScAYpl5k7iGa2CSugZzrdhuljSks5rWRSigaJpZM4LvHyp.
Ok. I've confirmed that Shawn's fixes to the data are working properly. But I can't get huviz to parse it in firefox / chrome. -rhw
On Jan 26, 2017, at 4:50 PM, Susan Brown sibrown@ualberta.ca wrote:
Oh dear. Perhaps we should just let it go and figure we’ll work with what we’ve got? At any rate, Rob, stop banging your head against it. Thanks, both of you.
On Jan 26, 2017, at 4:48 PM, Shawn Murphy notifications@github.com wrote:
Drat! It parses at http://alpha.huviz.dev.nooron.com/ but I have only seen it both parse and display when I run it try it in my development environment! I think this is now in the realm of HuViz. See smurp/huviz#82
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/cwrc/ontology","title":"cwrc/ontology","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/cwrc/ontology"}},"updates":{"snippets":[{"icon":"PERSON","message":"@smurp in #13: Drat! It parses at http://alpha.huviz.dev.nooron.com/ but I have only seen it both parse and display when I run it try it in my development environment! I think this is now in the realm of HuViz. See https://github.com/smurp/huviz/issues/82"}],"action":{"name":"View Issue","url":"https://github.com/cwrc/ontology/issues/13#issuecomment-275524525"}}}
Success! Try loading the latest version of huvizTest4.ttl into http://alpha.huviz.dev.nooron.com/orlonto.html
4cdaa7184c8cc9c0ca5d1af8f188b689ed0734d5 fixes data.ttl
so it works properly in http://alpha.huviz.dev.nooron.com/orlonto.html
My guess is that what is intended is: http://id.loc.gov/vocabulary/relators/
May I suggest that we use the prefix
marcrel
for this purpose, per the guidance of http://prefix.cc ?See: http://prefix.cc/marcrel
Happy to effect this change, just give me the GO code!