amicus-therapeutics · JSON-LD Context

Amicus Therapeutics Context

JSON-LD context defining the semantic vocabulary for Amicus Therapeutics from amicus-therapeutics.

32 Classes 4 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
bio: http://purl.obolibrary.org/obo/
amx: https://api-evangelist.github.io/amicus-therapeutics/vocab#

Classes

id type Organization MedicalOrganization name description url headquarters parentOrganization subsidiary Drug brandName nonProprietaryName activeIngredient drugClass mechanismOfAction routeOfAdministration diseaseArea approvalRegion approvalDate indication gene geneVariant amenable ClinicalTrial studyType studyPhase nctId ageRange studyStatus patientAdvocacy expandedAccess

Properties

Property Type Container
PharmaceuticalCompany schema:MedicalOrganization
RareDisease schema:MedicalCondition
LysosomalStorageDisorder amx:RareDisease
PatientProgram schema:Service

JSON-LD Document

amicus-therapeutics-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "bio": "http://purl.obolibrary.org/obo/",
    "amx": "https://api-evangelist.github.io/amicus-therapeutics/vocab#",
    "id": "@id",
    "type": "@type",
    "Organization": "schema:Organization",
    "MedicalOrganization": "schema:MedicalOrganization",
    "PharmaceuticalCompany": {
      "@id": "amx:PharmaceuticalCompany",
      "@type": "schema:MedicalOrganization"
    },
    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "headquarters": "schema:address",
    "parentOrganization": "schema:parentOrganization",
    "subsidiary": "schema:subOrganization",

    "Drug": "schema:Drug",
    "brandName": "schema:brandName",
    "nonProprietaryName": "schema:nonProprietaryName",
    "activeIngredient": "schema:activeIngredient",
    "drugClass": "schema:drugClass",
    "mechanismOfAction": "schema:mechanismOfAction",
    "routeOfAdministration": "amx:routeOfAdministration",
    "diseaseArea": "schema:relevantSpecialty",
    "approvalRegion": "amx:approvalRegion",
    "approvalDate": "amx:approvalDate",

    "RareDisease": {
      "@id": "amx:RareDisease",
      "@type": "schema:MedicalCondition"
    },
    "LysosomalStorageDisorder": {
      "@id": "amx:LysosomalStorageDisorder",
      "@type": "amx:RareDisease"
    },
    "indication": "schema:indication",
    "gene": "amx:gene",
    "geneVariant": "amx:geneVariant",
    "amenable": "amx:amenable",

    "ClinicalTrial": "schema:MedicalStudy",
    "studyType": "schema:studyType",
    "studyPhase": "schema:phase",
    "nctId": "amx:nctId",
    "ageRange": "amx:ageRange",
    "studyStatus": "schema:status",

    "PatientProgram": {
      "@id": "amx:PatientProgram",
      "@type": "schema:Service"
    },
    "patientAdvocacy": "amx:patientAdvocacy",
    "expandedAccess": "amx:expandedAccess"
  }
}