| 17 | |
| 18 | |
| 19 | ==== Whatizit RDFa service ==== |
| 20 | |
| 21 | IL-5 Example: |
| 22 | http://whatizit.neurocommons.org/index.py/text_query?pipeline=whatizitEBIMedDiseaseChemicals&query=IL-5&format=atag&max_results=10 |
| 23 | |
| 24 | Converted to Turtle: |
| 25 | http://www.w3.org/2007/08/pyRdfa/extract?uri=http://whatizit.neurocommons.org/index.py/text_query?pipeline=whatizitEBIMedDiseaseChemicals&query=IL-5&format=atag&max_results=10 |
| 26 | |
| 27 | This uses a W3 service (http://www.w3.org/2007/08/pyRdfa/extract) |
| 28 | |
| 29 | ==== Uniprot RDF ==== |
| 30 | |
| 31 | {{{ |
| 32 | http://www.uniprot.org/uniprot/P12345.n4 |
| 33 | }}} |
| 34 | |
| 35 | {{{ |
| 36 | |
| 37 | uniprot:P12345 |
| 38 | rdf:type Protein |
| 39 | alternativeName |
| 40 | rdf:type Structured_Name |
| 41 | fullName "Transaminase A" |
| 42 | citation <http://purl.uniprot.org/citations/4030726> |
| 43 | rdf:type Journal_Citation |
| 44 | title |
| 45 | "Aspartate aminotransferase isozymes from rabbit liver. Purification |
| 46 | and properties." |
| 47 | author "Kuramitsu S." |
| 48 | author "Inoue K." |
| 49 | author "Kondo K." |
| 50 | author "Aki K." |
| 51 | author "Kagamiyama H." |
| 52 | skos:exactMatch <http://purl.uniprot.org/medline/85289123> |
| 53 | skos:exactMatch <http://purl.uniprot.org/pubmed/4030726> |
| 54 | date 1985 |
| 55 | name "J. Biochem." |
| 56 | volume 97 |
| 57 | pages "1337-1345" |
| 58 | +rdf:type Citation_Statement |
| 59 | +scope "PROTEIN SEQUENCE" |
| 60 | +context |
| 61 | rdf:type Tissue |
| 62 | rdfs:label "Liver" |
| 63 | |
| 64 | |
| 65 | }}} |