Git Product home page Git Product logo

Comments (4)

stain avatar stain commented on September 16, 2024 1

Thanks! See it in use: https://twitter.com/csarven/status/905422007436795904

from orcid-source.

stain avatar stain commented on September 16, 2024

I assume you mean the content-negotatiated RDF output from ORCID, e.g. from

curl -L -H "Accept: text/turtle" http://orcid.org/0000-0001-9842-9718

which lists the "Websites" URLs depending on their description:

<http://orcid.org/0000-0001-9842-9718>
        a                  foaf:Person , prov:Person ;
        rdfs:label         "Stian Soiland-Reyes" ;
        rdfs:seeAlso       <http://soiland-reyes.com/stian/#me> ;
        prov:alternateOf   <http://soiland-reyes.com/stian/#me> ;
        foaf:homepage      <http://soiland-reyes.com/stian/work/> ;
        foaf:page          <http://www.manchester.ac.uk/research/soiland-reyes/publications> , <https://twitter.com/soilandreyes> , <http://scholar.google.com/citations?user=OeBjonkAAAAJ> , <http://academic.research.microsoft.com/Author/5200832> , <http://uk.linkedin.com/in/stain/> , <https://github.com/stain> , <http://www.slideshare.net/soilandreyes/> .

(Perhaps the description should also be shown in literal somehow.. as an oa:Annotaton?)

The magic for choosing alternate properties than foaf:page is here
in RDFMessageBodyWriter.describeResearcherUrls()

I'm afraid these properties are not described anywhere else.. but adding handling of new "magic" URL description here like "LDP Inbox" and "PIM" would achieve what you want.

However using that (if we document it properly) would also mean showing the LDP Inbox and PIM Space at the normal browser HTML representation, but the LDP/PIM might not have a reasonable HTML representation themselves. So perhaps non-human "Websites" should be hidden from its listing of Websites? (This would include the FOAF I guess)

from orcid-source.

csarven avatar csarven commented on September 16, 2024

This is a two step process: The simplest thing to start off would be to allow profile owners to add the "Inbox" relation. That way people can use an Inbox of their choice. If ORCID wants to introduce/host Inboxes for profiles, that feature can be implemented separately.

from orcid-source.

csarven avatar csarven commented on September 16, 2024

I think the inbox (and storage) URLs should be human-visible by default. We can't foresee how inbox representations will be - well, at least available in JSON-LD. We let profile owners and inbox owners decide for themselves, i.e., profile owners choose to link to their Inbox which may or may not have a human-friendly view.

from orcid-source.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.