Giter VIP home page Giter VIP logo

Comments (7)

matentzn avatar matentzn commented on June 7, 2024

The corresponding turtle is this:

OBO:CHR_9606chr1 a owl:Class ;
    rdfs:label "chr1 (Human)" ;
    rdfs:subClassOf OBO:SO_0000340,
        <http://monarchinitiative.org/.well-known/genid/RO0002350_NCBITaxon9606genome>,
        <http://monarchinitiative.org/.well-known/genid/RO0002524CHR9606chr1p>,
        <http://monarchinitiative.org/.well-known/genid/RO0002524CHR9606chr1q> .

@cmungall can you fix this? It seems that this is not really valid OWL..

from monochrom.

matentzn avatar matentzn commented on June 7, 2024

(I mean, can you tell me what the intended syntax is here for that example class, I can piece the rest together)

from monochrom.

TomConlin avatar TomConlin commented on June 7, 2024

wild guess but suspect the subclass relation between chr1 and chr1[pq] is backwards.

Dippers original authors embraced a generous attitude towards blank nodes sometimes attempting to imbue them with characteristics bnodes do not technically support by giving them meaningful localid's or a handy base url. Both can be seen in this example.

I would interpret "OBO:CHR_9606chr1" as an attempt to have a URI for human chromosome 1 anchored at OBO.

My preference would be for an existing (resolvable) URI at Ensembl or UCSC.

First comment about the chr arms being subclasses of the chr still holds.
which is likely swapping argument order in dipper near here.

from monochrom.

matentzn avatar matentzn commented on June 7, 2024

@TomConlin will you ping me when you had a chance to rerun the dipper ingest without skolemisation? Thanks a lot :)

from monochrom.

TomConlin avatar TomConlin commented on June 7, 2024

Jenkins was updated to not Skolemized blank nodes for Monochrom any more.
The weekly dipper pipeline ran and the output is here:
https://data.monarchinitiative.org/dev/monochrom.ttl

from monochrom.

matentzn avatar matentzn commented on June 7, 2024

Hey @TomConlin , thanks, just checked this. There is still this issue:

_:RO0002350_NCBITaxon10090genome a owl:Restriction ;
    owl:onProperty OBO:RO_0002350 ;
    owl:someValuesFrom "_:NCBITaxon:10090genome" .

While this seems like legal RDF, in OWL, this is not possible; this would need to be an anymous expression like:

OBO:CHR_10090chr1 a owl:Class ;
    rdfs:label "chr1 (Mouse)" ;
    rdfs:subClassOf _:RO0002350_NCBITaxon10090genome, # <--- Not possible
        [ a owl:Restriction ; # <--- Correct
            owl:onProperty OBO:RO_0002524 ;
            owl:someValuesFrom OBO:CHR_10090chr1q ],
        OBO:SO_0000340 .

Thanks :)

from monochrom.

cmungall avatar cmungall commented on June 7, 2024

fixed by new pipeline

from monochrom.

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.