GithubHelp home page GithubHelp logo

ivoa / bibvo Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 35 KB

A note on the relationship between the VO and bibliographics services

License: Creative Commons Attribution Share Alike 4.0 International

TeX 90.89% Makefile 7.77% Shell 1.34%

bibvo's People

Contributors

msdemlei avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bibvo's Issues

Biblink terms

About the biblink terms, the usual convention in the web-semantics world is to have:

  • capitalised terms for classes ;
  • camel-case with lower case first letter for properties.

Hence, I would propose to rename the terms as:

  • BibRef (class)
  • DatasetRef (class)
  • Relationship (class)
  • bibFormat (property)
  • anchorText (property)
  • cardinality (property)
  • cites (property)
  • isSupplementedBy (property)

biblink-harvest (sec. 3.1)

As a preliminary statement, I'm totally for finding a way to advertise bibliographic links as known from the data provider, for articles older than the data citation/DOI era. I also agree that we can provide links to contribute even if the data DOIs are already cited in the published articles, since many editors are not exposing the paper-to-data relations in their DOI metadata.

This said, I would like to be able to be more interoperable with any linked-data enabled service, rather than having our own JSON specification.

Hence I propose to have several option for the biblink-harvest endpoint data, including at least: JSON-LD and RDF Turtle. With the example provided in section 3.1, here is what it could look like (using #3 proposed terms):

JSON_LD

{
   "@context": "http://ivoa.net/rdf/biblink#",
   "@graph": [ 
   {
      "@id": "2020A&A...637A...4R",
      "@type: "Bib-Ref",
      "bib-format": "bibcode",
      "isSupplementedBy": {
         "@id": "https://dc.g-vo.org/LP/org.gavo.dc/toss/q/line_tap",
         "@type": "Dataset-Ref"
   }, {
      "@id": "2012A&A...546A..55R",
      "@type: "Bib-Ref",
      "bib-format": "bibcode",
      "isSupplementedBy": {
         "@id": "https://dc.g-vo.org/LP/org.gavo.dc/toss/q/line_tap",
         "@type": "Dataset-Ref"
   }
}

RDF/Turtle

@prefix : <http://ivoa.net/rdf/biblink#> .

<2020A&A...637A...4R> a :Bib-Ref ; 
   :bib-format "bibcode" ; 
   :isSupplementedBy [
      <https://dc.g-vo.org/LP/org.gavo.dc/toss/q/line_tap> a :Dataset-Ref ] .

<2012A&A...546A..55R> a :Bib-Ref ; 
   :bib-format "bibcode" ;
   :isSupplementedBy [ 
      <https://dc.g-vo.org/LP/org.gavo.dc/toss/q/line_tap> a :Dataset-Ref ] .

NB: the proposed JSON-LD and RDF/Turtle might have issues since I didn't fully checked their syntax, but this is the idea. And of course a biblink vocabulary should be place at http://ivoa.net/rdf/biblink#

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.