Skip to main content
Glama
ncgm.shex1.1 kB
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX owl: <http://www.w3.org/2002/07/owl#> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX dct: <http://purl.org/dc/terms/> PREFIX obo: <http://purl.obolibrary.org/obo/> PREFIX hco: <http://biohackathon.org/resource/hco/> PREFIX ncgm: <http://purl.jp/bio/ncgm/> PREFIX sio: <http://semanticscience.org/resource/> PREFIX med2rdf: <http://med2rdf.org/ontology/med2rdf#> PREFIX gvo: <http://genome-variation.org/resource/gvo#> <GenotypeShape> { a [ med2rdf:Genotype ] ; med2rdf:sample @<SampleShape> ; med2rdf:reference xsd:string ; med2rdf:gt xsd:string ; med2rdf:ad xsd:string ; med2rdf:dp xsd:integer ; med2rdf:gq xsd:integer ; med2rdf:pl xsd:string } <SampleShape> { a [ sio:SIO_001050 ] ; dct:identifier xsd:string } <VariationShape> { a [ med2rdf:Variation ] ; dct:identifier xsd:string ; gvo:chromosome IRI ; gvo:pos xsd:integer ; med2rdf:reference_allele xsd:string ; med2rdf:alternative_allele xsd:string ; med2rdf:siginificance xsd:string }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/arkinjo/togo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server