Giter Club home page Giter Club logo

edrn.rdf's People

Contributors

nutjob4life avatar yuliujpl avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

edrn.rdf's Issues

Clean up LabCAS RDF Generation

LabCAS 2.0 has different semantics for data collections and it's about time we address what @chrismattmann started a dozen years ago.

First off, all collection are the same, so we should get rid of this semantic:

<edrn:DNA_METHYLATION_LEV1 rdf:about="">
  <edrn:DataSetName>DNA_METHYLATION_LEV1</edrn:DataSetName>
</edrn:DNA_METHYLATION_LEV1>
<edrn:FHCRC_MALDI_Dilution_Processed_Data rdf:about="">
  <edrn:DataSetName>FHCRC MALDI Dilution Processed Data</edrn:DataSetName>
</edrn:FHCRC_MALDI_Dilution_Processed_Data>
  …

because this says we have two different objects of two different types when in reality they're just two collections with different names. This should be:

<edrn:Collection rdf:about="">
  <edrn:DataSetName>DNA_METHYLATION_LEV1</edrn:DataSetName>
</edrn:Collection>
<edrn:Collection rdf:about="">
  <edrn:DataSetName>FHCRC MALDI Dilution Processed Data</edrn:DataSetName>
</edrn:Collection>
  …

Then we need to address what Focus BMDB does and fix trying to interpret an XML tag name 😬 and adjust the portal too

While we're at it: use a Dublin Core title instead of our app-specific DataSetName!

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.