Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

bel2rdf: Namespace in object of "hasConcept" triple missing #64

Closed
mhsano opened this issue Jul 29, 2015 · 5 comments
Closed

bel2rdf: Namespace in object of "hasConcept" triple missing #64

mhsano opened this issue Jul 29, 2015 · 5 comments
Assignees
Milestone

Comments

@mhsano
Copy link

mhsano commented Jul 29, 2015

The namespace in the object of the "hasConcept" triple is missing
Example:

http://www.openbel.org/bel/proteinAbundance_HGNC_SMN2> http://www.openbel.org/vocabulary/hasConcept http://www.openbel.org/bel/namespace//SMN2 .

I assume it should be something like http://www.openbel.org/bel/namespace/HGNC/SMN2

@abargnesi
Copy link
Member

Thanks for reporting this.

The namespace prefix can be used to identify the RDF URI needed for conversion. They are unique within OpenBEL published namespaces, but you may have an issue if you DEFINE your own namespace using an existing prefix.

abargnesi pushed a commit that referenced this issue Jul 29, 2015
This is a workaround that sets the defined namespace to the latest
namespaces declared in the tree (20150611).

A better solution would be accept URIs and all OpenBEL published
version URLs.

refs #64
@abargnesi
Copy link
Member

The above fix (on the next branch) will read the RDF URI from the 20150611 namespaces declared in bel.rb (see here).

@abargnesi abargnesi added this to the 0.3.2 milestone Jul 29, 2015
@abargnesi abargnesi self-assigned this Jul 29, 2015
@mhsano
Copy link
Author

mhsano commented Jul 29, 2015

Could there be also a mapping to URIs from identifiers.org?

e.g. for entrezgene ids:

http://identifiers.org/ncbigene/12345

This would help with linking to other datasets

@abargnesi
Copy link
Member

This is definitely on our radar since the dataset overlap is high. We would like to remove our http://www.openbel.org/bel/namespace/... URIs in favor of the equivalent http://identifiers.org/....

Let's start a new thread for this.

@abargnesi
Copy link
Member

Merge over to master.

identifiers.org discussion moved to #65.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants