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

civic_sample.ttl review #1

Open
JervenBolleman opened this issue Mar 26, 2018 · 1 comment
Open

civic_sample.ttl review #1

JervenBolleman opened this issue Mar 26, 2018 · 1 comment

Comments

@JervenBolleman
Copy link

Hi all,

Great work on getting started with translating this data set into RDF!
I spotted some minor issues in the sample and thought to open an issue.

civicv:299
    civico:variantName "D473H"^^xsd:string ;
    m2r:evidence civice:745,civice:755,civice:1099 ;
    faldo:location [ 
    a faldo:Region ;
        faldo:begin [
            a faldo:ExactPosition ;
            faldo:position "128849189"^^xsd:integer ;
            faldo:reference "7"^^xsd:integer
        ];
	    faldo:end [
            a faldo:ExactPosition ;
            faldo:position "128849189"^^xsd:integer ;
            faldo:reference "7"^^xsd:integer
        ]
    ] ;
    m2r:reference_allele "G"^^xsd:string ;
    m2r:alternative_allele "C"^^xsd:string ;
    civico:referenceBuild "GRCh37"^^xsd:string ;
    civico:transcript "ENST00000249373.3"^^xsd:string ;
    civico:ensemblVersion "75"^^xsd:string ;
    civico:variantOrigin "Somatic Mutation"^^xsd:string ;
    m2r:disease civic:disease_0060105,civic:disease_2513 ;
    civico:variantID "299"^^xsd:string ;
    a obo:SO_0001583, m2r:Variation .

Here there is SNP described with a faldo:location (great !) I think this can be better modelled as in the example on SNP added by @ktym to the FALDO repository.

The faldo:reference is right now '7' but should be an IRI pointing to a chromsome, i.e. as in the Ensembl RDF it could be <http://rdf.ebi.ac.uk/resource/ensembl/75/homo_sapiens/GRCh38/7>

A great first effort!

@ktym
Copy link

ktym commented Mar 28, 2018

Hi Jerven, thank you for your quick review. We'll update the use of FALDO for SNPs and the Ensembl reference URIs. May we assume that the reference chromosome URI will be the form of <http://rdf.ebi.ac.uk/resource/ensembl/75/homo_sapiens/GRCh38/7> as it seems that the use of URIs is somewhat inconsistent in the Ensembl RDF for now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants