Life Sciences · JSON-LD Context

Life Sciences Context

JSON-LD context defining the semantic vocabulary for Life Sciences from Life Sciences.

Life Sciences Context is a JSON-LD context published by Life Sciences on the APIs.io network.

It defines 16 semantic classes, 50 properties.

Top classes include ClinicalTrial, Drug, Gene, Intervention, Condition, and 11 more. Namespace prefixes: ls, schema, dcterms, xsd, obo, and fhir. Tagged areas include Life Sciences, Biotech, Pharma, Healthcare, and Clinical Trials.

16 Classes 50 Properties 17 Namespaces
View Context View on GitHub

Namespaces

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/

Classes

ClinicalTrial Drug Gene Intervention Condition Sponsor Site Outcome Ingredient Interaction Transcript Phenotype name description url identifier

Properties

Property Type Container
rxcui string
ndc string set
nctId string
euctNumber string
officialTitle string
briefTitle string
status string
phase string set
studyType string
conditions string set
interventions set
sponsor
locations set
enrollment
startDate date
completionDate date
primaryOutcomes set
eligibility
brandNames string set
ingredients set
dosageForm string
routeOfAdministration string set
atcCodes string set
manufacturer string
fdaApprovalDate date
marketingStatus string
indications string set
interactions set
blackBoxWarning boolean
drugbankId string
splSetId string
labelUrl reference
hgncSymbol string
hgncId string
ensemblId string
ncbiGeneId string
aliases string set
organism
scientificName string
taxonomyId integer
chromosome string
location
assembly string
start integer
end integer
strand string
biotype string
transcripts set
phenotypes set
crossReferences

JSON-LD Document

Raw ↑
{
  "@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" }
  }
}