ls:
https://raw.githubusercontent.com/api-evangelist/life-sciences/refs/heads/main/vocabulary/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
obo:
http://purl.obolibrary.org/obo/
fhir:
http://hl7.org/fhir/
efo:
http://www.ebi.ac.uk/efo/
mondo:
http://purl.obolibrary.org/obo/MONDO_
ncit:
http://purl.obolibrary.org/obo/NCIT_
atc:
http://www.whocc.no/atc_ddd_index/?code=
hgnc:
https://identifiers.org/hgnc/
ensembl:
https://identifiers.org/ensembl/
ncbigene:
https://identifiers.org/ncbigene/
drugbank:
https://identifiers.org/drugbank/
ncit_id:
https://identifiers.org/ncit/
mesh:
https://identifiers.org/mesh/
unii:
https://identifiers.org/unii/
{
"@context": {
"@version": 1.1,
"ls": "https://raw.githubusercontent.com/api-evangelist/life-sciences/refs/heads/main/vocabulary/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"obo": "http://purl.obolibrary.org/obo/",
"fhir": "http://hl7.org/fhir/",
"efo": "http://www.ebi.ac.uk/efo/",
"mondo": "http://purl.obolibrary.org/obo/MONDO_",
"ncit": "http://purl.obolibrary.org/obo/NCIT_",
"atc": "http://www.whocc.no/atc_ddd_index/?code=",
"hgnc": "https://identifiers.org/hgnc/",
"ensembl": "https://identifiers.org/ensembl/",
"ncbigene": "https://identifiers.org/ncbigene/",
"rxcui": "https://identifiers.org/rxcui/",
"drugbank": "https://identifiers.org/drugbank/",
"ncit_id": "https://identifiers.org/ncit/",
"mesh": "https://identifiers.org/mesh/",
"unii": "https://identifiers.org/unii/",
"ndc": "https://identifiers.org/ndc/",
"ClinicalTrial": "ls:ClinicalTrial",
"Drug": "ls:Drug",
"Gene": "ls:Gene",
"Intervention": "ls:Intervention",
"Condition": "ls:Condition",
"Sponsor": "ls:Sponsor",
"Site": "ls:Site",
"Outcome": "ls:Outcome",
"Ingredient": "ls:Ingredient",
"Interaction": "ls:Interaction",
"Transcript": "ls:Transcript",
"Phenotype": "ls:Phenotype",
"name": "schema:name",
"description": "schema:description",
"url": "schema:url",
"identifier": "schema:identifier",
"nctId": { "@id": "ls:nctId", "@type": "xsd:string" },
"euctNumber": { "@id": "ls:euctNumber", "@type": "xsd:string" },
"officialTitle": { "@id": "ls:officialTitle", "@type": "xsd:string" },
"briefTitle": { "@id": "ls:briefTitle", "@type": "xsd:string" },
"status": { "@id": "ls:status", "@type": "xsd:string" },
"phase": { "@id": "ls:phase", "@container": "@set", "@type": "xsd:string" },
"studyType": { "@id": "ls:studyType", "@type": "xsd:string" },
"conditions": { "@id": "ls:conditions", "@container": "@set", "@type": "xsd:string" },
"interventions": { "@id": "ls:interventions", "@container": "@set" },
"sponsor": { "@id": "ls:sponsor" },
"locations": { "@id": "ls:locations", "@container": "@set" },
"enrollment": { "@id": "ls:enrollment" },
"startDate": { "@id": "ls:startDate", "@type": "xsd:date" },
"completionDate": { "@id": "ls:completionDate", "@type": "xsd:date" },
"primaryOutcomes": { "@id": "ls:primaryOutcomes", "@container": "@set" },
"eligibility": { "@id": "ls:eligibility" },
"rxcui": { "@id": "ls:rxcui", "@type": "xsd:string" },
"brandNames": { "@id": "ls:brandNames", "@container": "@set", "@type": "xsd:string" },
"ingredients": { "@id": "ls:ingredients", "@container": "@set" },
"dosageForm": { "@id": "ls:dosageForm", "@type": "xsd:string" },
"routeOfAdministration": { "@id": "ls:routeOfAdministration", "@container": "@set", "@type": "xsd:string" },
"ndc": { "@id": "ls:ndc", "@container": "@set", "@type": "xsd:string" },
"atcCodes": { "@id": "ls:atcCodes", "@container": "@set", "@type": "xsd:string" },
"manufacturer": { "@id": "ls:manufacturer", "@type": "xsd:string" },
"fdaApprovalDate": { "@id": "ls:fdaApprovalDate", "@type": "xsd:date" },
"marketingStatus": { "@id": "ls:marketingStatus", "@type": "xsd:string" },
"indications": { "@id": "ls:indications", "@container": "@set", "@type": "xsd:string" },
"interactions": { "@id": "ls:interactions", "@container": "@set" },
"blackBoxWarning": { "@id": "ls:blackBoxWarning", "@type": "xsd:boolean" },
"drugbankId": { "@id": "ls:drugbankId", "@type": "xsd:string" },
"splSetId": { "@id": "ls:splSetId", "@type": "xsd:string" },
"labelUrl": { "@id": "ls:labelUrl", "@type": "@id" },
"hgncSymbol": { "@id": "ls:hgncSymbol", "@type": "xsd:string" },
"hgncId": { "@id": "ls:hgncId", "@type": "xsd:string" },
"ensemblId": { "@id": "ls:ensemblId", "@type": "xsd:string" },
"ncbiGeneId": { "@id": "ls:ncbiGeneId", "@type": "xsd:string" },
"aliases": { "@id": "ls:aliases", "@container": "@set", "@type": "xsd:string" },
"organism": { "@id": "ls:organism" },
"scientificName": { "@id": "ls:scientificName", "@type": "xsd:string" },
"taxonomyId": { "@id": "ls:taxonomyId", "@type": "xsd:integer" },
"chromosome": { "@id": "ls:chromosome", "@type": "xsd:string" },
"location": { "@id": "ls:location" },
"assembly": { "@id": "ls:assembly", "@type": "xsd:string" },
"start": { "@id": "ls:start", "@type": "xsd:integer" },
"end": { "@id": "ls:end", "@type": "xsd:integer" },
"strand": { "@id": "ls:strand", "@type": "xsd:string" },
"biotype": { "@id": "ls:biotype", "@type": "xsd:string" },
"transcripts": { "@id": "ls:transcripts", "@container": "@set" },
"phenotypes": { "@id": "ls:phenotypes", "@container": "@set" },
"crossReferences": { "@id": "ls:crossReferences" }
}
}