Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

making the Turtle more human readable (while preserving the machine readability) #59

Closed
egonw opened this issue Dec 9, 2016 · 1 comment

Comments

@egonw
Copy link
Collaborator

egonw commented Dec 9, 2016

A trick I saw in Michel's work recently:

@prefix in-taxon: <http://purl.obolibrary.org/obo/RO_0002162>

<http://localhost:8890/genome/Sus_scrofa/qtl/95261> a obo:SO_0000771 ;
    in-taxon: obo:LBO_0000358 , obo:LBO_0000378 , obo:LBO_0000692 .
@arnikz
Copy link
Contributor

arnikz commented Dec 11, 2016

@egonw: Indeed, it makes the machine-readable Turtle a bit more human friendly; however, I use a LInked Data browser in which the ID-based predicates (e.g. obo:RO_0002162) are replaced by labels (e.g. in taxon) so expanding the list of ns prefixes seems unnecessary/redundant to me.

@arnikz arnikz closed this as completed Dec 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants