{
   "$id" : "https://schemablocks.org/schemas/sb-phenopackets/ExternalReference/v1.0.0",
   "$schema" : "http://json-schema.org/draft-07/schema#",
   "additionalProperties" : "",
   "description" : "Many of the defined elements in a resource are references to other resources.\nUsing these references, the resources combine to build a web of information.\n",
   "examples" : [
      {
         "description" : "Cellosaurus cell line identifier",
         "id" : "cellosaurus:CVCL_0312"
      },
      {
         "description" : "Heterozygous Fbn1 C1039G mutation. Judge DP, et al. Evidence for a critical contribution of haploinsufficiency in the complex pathogenesis of Marfan syndrome. J Clin Invest. 2004;114(2):172-81.",
         "id" : "PMID:15254584"
      }
   ],
   "meta" : {
      "contributors" : [
         {
            "description" : "Michael Baudis",
            "id" : "orcid:0000-0002-9903-4248"
         },
         {
            "description" : "Jules Jacobsen",
            "id" : "orcid:0000-0002-3265-15918"
         },
         {
            "description" : "Peter Robinson",
            "id" : "orcid:0000-0002-0736-91998"
         }
      ],
      "provenance" : [
         {
            "description" : "Phenopackets",
            "id" : "https://github.com/phenopackets/phenopacket-schema/blob/master/docs/externalreference.rst"
         }
      ],
      "sb_status" : "implemented",
      "used_by" : [
         {
            "description" : "Phenopackets",
            "id" : "https://github.com/phenopackets/phenopacket-schema/blob/master/docs/externalreference.rst"
         }
      ]
   },
   "properties" : {
      "description" : {
         "description" : "Free text about the external reference",
         "examples" : [
            "Cellosaurus cell line identifier",
            "Integrative genome-wide expression profiling identifies three distinct molecular subgroups of renal cell carcinoma with different patient outcome. Beleut M, Zimmermann P, Baudis M, Bruni N, Buehlmann P, Laule O, Luu VD, Gruissem W, Schraml P, Moch H. BMC Cancer 12, 2012"
         ],
         "type" : "string"
      },
      "id" : {
         "description" : "Identifer of the external reference. The format should be in the form\nof a URI (CURIE or URL recommended).\n",
         "examples" : [
            "cellosaurus:CVCL_0312",
            "PMID:15254584"
         ],
         "type" : "string"
      }
   },
   "required" : [
      "id"
   ],
   "title" : "ExternalReference",
   "type" : "object"
}

