Skip to content
ktym edited this page May 16, 2014 · 1 revision

Labels

Database entry ID should be represented as an URI with dcterms:identifier as its label.

  • Alternative options include gfvo:name, dct:identifier, rdfs:label, skos:prefLabel / gfvo:alias, skos:altLabel

ex. ChEMBL

<http://rdf.ebi.ac.uk/resource/chembl/targetcomponent/CHEMBL_TC_2240>
   rdfs:label "CHEMBL_TC_2240" .
<http://rdf.ebi.ac.uk/resource/chembl/assay/CHEMBL871941>
   rdfs:label "CHEMBL871941" .

ex. Identifiers.org

<http://info.identifiers.org/taxonomy/9606.rdf>
    dcterms:URI <http://identifiers.org/taxonomy/9606> ;
    dcterms:date "2014-04-16T03:55:57.990+01:00" ;
    dcterms:identifier "9606" ;
    dcterms:publisher <http://identifiers.org/> ;
    dcterms:source <http://identifiers.org/miriam.collection/MIR:00000006> ;
    dcterms:title "Entity 9606 provided by the data collection Taxonomy (MIR:00000006)."@en-gb ;
    sio:SIO_000671 [               # SIO: has identifier
        sio:SIO_000300 "9606" ;    # SIO: has value
        a edam:data_2091,          # EDAM: Accession
          <http://idtype.identifiers.org/taxonomy/>
    ] ;
    a "" ;
    rdfs:seeAlso <http://purl.bioontology.org/ontology/NCBITAXON/obo:NCBITaxon_9606>, <http://www.ebi.ac.uk/ena/data/view/Taxon:9606>, <http://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?mode=Info&id=9606>, <http://www.uniprot.org/taxonomy/9606> .
Clone this wiki locally