metadatacenter / cedar-project

Build project for all CEDAR Java repositories
https://github.com/metadatacenter/cedar-docs/wiki
Other
12 stars 1 forks source link

strange Metadata Editor dropdowns #1106

Closed graybeal closed 3 years ago

graybeal commented 3 years ago

We created a template [1] that, when populated, randomly provided different dropdown choices than BioPortal is returning. For example, these images below show the networking call (which is https://terminology.metadatacenter.org/bioportal/ontologies/ZONMW-ADMIN-MD/classes/http%3A%2F%2Fwww.fair-data-collective.com%2Fzonmw%2Fprojectadmin%2FServices/descendants?page=1&page_size=500), the response from BioPortal (which looks correct), and the drop-down menu that CEDAR is displaying. Note that "antibodies titer" appears in the dropdown menu, but is not visible in the response from BioPortal, and it does not show up when autocompleting 'ant'.

The next image shows the dropdown for an entirely different field, but the dropdown menu is the same!

Screen Shot 2020-10-30 at 12.29.23 AM.png

Screen Shot 2020-10-30 at 12.29.44 AM.png

Screen Shot 2020-10-30 at 12.32.47 AM.png

This happens after I've cleared my cache and started a new metadata entry.

When I try to save the metadata entry, I get an error message that the instance can't be saved.

Status: 400, Bad Request
Method: POST
URL: https://resource.metadatacenter.org/template-instances?folder_id=https%3A%2F%2Frepo.metadatacenter.org%2Ffolders%2F8c5c1001-1864-46df-8888-8f60b9e96deb

Message: There was an error while validating the artifact
Error key: invalidData
Error reason: validationError
Exception: N/A
Stack trace:N/A
Error details:
{
  "validationReport": {
    "validates": "false",
    "warnings": [],
    "errors": [
      {
        "message": "object has missing required properties (['@value'])",
        "location": "/Care process phase/0",
        "additionalInfo": {
          "schemaFile": "#",
          "schemaPointer": "/properties/Care process phase/items"
        }
      }
    ]
  }
}
graybeal commented 3 years ago

Template content is

{
  "@id": "https://repo.metadatacenter.org/templates/a6cdaff0-6ef6-4759-9f60-22e7c7467d64",
  "@type": "https://schema.metadatacenter.org/core/Template",
  "@context": {
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "pav": "http://purl.org/pav/",
    "bibo": "http://purl.org/ontology/bibo/",
    "oslc": "http://open-services.net/ns/core#",
    "schema": "http://schema.org/",
    "schema:name": {
      "@type": "xsd:string"
    },
    "schema:description": {
      "@type": "xsd:string"
    },
    "pav:createdOn": {
      "@type": "xsd:dateTime"
    },
    "pav:createdBy": {
      "@type": "@id"
    },
    "pav:lastUpdatedOn": {
      "@type": "xsd:dateTime"
    },
    "oslc:modifiedBy": {
      "@type": "@id"
    }
  },
  "type": "object",
  "title": "Covid project metadata template template schema",
  "description": "Covid project metadata template template schema generated by the CEDAR Template Editor 2.5.11",
  "_ui": {
    "pages": [],
    "order": [
      "Section 1: Administrative Project Information",
      "Project Title",
      "Acronym/short title",
      "Project ID",
      "Project's Website",
      "FunderInformation",
      "Start date",
      "Expected end date",
      "Project duration",
      "Lead Institution",
      "Principal Investigator",
      "Project Partner",
      "Country",
      "Province",
      "Study area",
      "Section 2: Project Details",
      "Focus Area",
      "Theme",
      "Setting",
      "Care process phase",
      "Types of Collection",
      "Size of collection",
      "Types of Data",
      "Population",
      "Services"
    ],
    "propertyLabels": {
      "Project ID": "Project ID",
      "Project Title": "Project Title",
      "Acronym/short title": "Acronym/short title",
      "Start date": "Start date",
      "Expected end date": "Expected end date",
      "Project duration": "Project duration",
      "Lead Institution": "Lead Institution",
      "Project Partner": "Project Partner",
      "Province": "Province",
      "Study area": "Study area",
      "Care process phase": "Care process phase",
      "Size of collection": "Size of collection",
      "Section 1: Administrative Project Information": "Section 1: Administrative Project Information",
      "FunderInformation": "FunderInformation",
      "Principal Investigator": "Principal Investigator",
      "Project's Website": "Project's Website",
      "Country": "Country",
      "Section 2: Project Details": "Section 2: Project Details",
      "Services": "Services",
      "Population": "Population",
      "Types of Data": "Types of Data",
      "Types of Collection": "Types of Collection",
      "Setting": "Setting",
      "Focus Area": "Focus Area",
      "Theme": "Theme"
    },
    "propertyDescriptions": {
      "Project ID": "",
      "Project Title": "Enter the full title of the project",
      "Acronym/short title": "Enter optional acronym/short title for the study",
      "Start date": "The date the project started or is expected to start",
      "Expected end date": "The date the project is expected to end",
      "Project duration": "Project duration in months",
      "Lead Institution": "Enter the name of the project's lead institution",
      "Project Partner": "The project partner instiution",
      "Province": "Enter the name of the province that applies for the project",
      "Study area": "Enter the study area that applies for the project",
      "Care process phase": "Enter the phase of the care process the project is contributing to.",
      "Size of collection": "Indicate the size of collection",
      "Section 1: Administrative Project Information": "Help Text",
      "FunderInformation": "Information about the organization providing the funding for the described project ('funding provider').",
      "Principal Investigator": "The principal investigator of the project",
      "Project's Website": "Enter the URL of the project's website",
      "Country": "Enter the name of the countries involved in the project",
      "Section 2: Project Details": "Help Text",
      "Services": "Services used/provided by the project",
      "Population": "Population addressed by the project",
      "Types of Data": "Types of data the project is contributing to",
      "Types of Collection": "Types of collection the project is contributing to",
      "Setting": "Setting applying to the project",
      "Focus Area": "Please select the focus area of your project",
      "Theme": "Select the theme your project is dealing with"
    }
  },
  "properties": {
    "@context": {
      "type": "object",
      "properties": {
        "rdfs": {
          "type": "string",
          "format": "uri",
          "enum": [
            "http://www.w3.org/2000/01/rdf-schema#"
          ]
        },
        "xsd": {
          "type": "string",
          "format": "uri",
          "enum": [
            "http://www.w3.org/2001/XMLSchema#"
          ]
        },
        "pav": {
          "type": "string",
          "format": "uri",
          "enum": [
            "http://purl.org/pav/"
          ]
        },
        "schema": {
          "type": "string",
          "format": "uri",
          "enum": [
            "http://schema.org/"
          ]
        },
        "oslc": {
          "type": "string",
          "format": "uri",
          "enum": [
            "http://open-services.net/ns/core#"
          ]
        },
        "skos": {
          "type": "string",
          "format": "uri",
          "enum": [
            "http://www.w3.org/2004/02/skos/core#"
          ]
        },
        "rdfs:label": {
          "type": "object",
          "properties": {
            "@type": {
              "type": "string",
              "enum": [
                "xsd:string"
              ]
            }
          }
        },
        "schema:isBasedOn": {
          "type": "object",
          "properties": {
            "@type": {
              "type": "string",
              "enum": [
                "@id"
              ]
            }
          }
        },
        "schema:name": {
          "type": "object",
          "properties": {
            "@type": {
              "type": "string",
              "enum": [
                "xsd:string"
              ]
            }
          }
        },
        "schema:description": {
          "type": "object",
          "properties": {
            "@type": {
              "type": "string",
              "enum": [
                "xsd:string"
              ]
            }
          }
        },
        "pav:derivedFrom": {
          "type": "object",
          "properties": {
            "@type": {
              "type": "string",
              "enum": [
                "@id"
              ]
            }
          }
        },
        "pav:createdOn": {
          "type": "object",
          "properties": {
            "@type": {
              "type": "string",
              "enum": [
                "xsd:dateTime"
              ]
            }
          }
        },
        "pav:createdBy": {
          "type": "object",
          "properties": {
            "@type": {
              "type": "string",
              "enum": [
                "@id"
              ]
            }
          }
        },
        "pav:lastUpdatedOn": {
          "type": "object",
          "properties": {
            "@type": {
              "type": "string",
              "enum": [
                "xsd:dateTime"
              ]
            }
          }
        },
        "oslc:modifiedBy": {
          "type": "object",
          "properties": {
            "@type": {
              "type": "string",
              "enum": [
                "@id"
              ]
            }
          }
        },
        "skos:notation": {
          "type": "object",
          "properties": {
            "@type": {
              "type": "string",
              "enum": [
                "xsd:string"
              ]
            }
          }
        },
        "Project ID": {
          "enum": [
            "https://schema.metadatacenter.org/properties/8df7e87b-dc3b-4960-8e2e-f5fd60a2e530"
          ]
        },
        "Project Title": {
          "enum": [
            "https://schema.metadatacenter.org/properties/c14745ef-2ef9-477e-8b41-829707826d9e"
          ]
        },
        "Acronym/short title": {
          "enum": [
            "https://schema.metadatacenter.org/properties/dbbef5fd-0a6f-41ab-8dbc-9dfbf1c2ca36"
          ]
        },
        "Start date": {
          "enum": [
            "https://schema.metadatacenter.org/properties/88a25a8c-1943-42d4-90ed-9d9fc0630d65"
          ]
        },
        "Expected end date": {
          "enum": [
            "https://schema.metadatacenter.org/properties/7275d9d9-6501-4921-b6fe-4d05f79c2f95"
          ]
        },
        "Project duration": {
          "enum": [
            "https://schema.metadatacenter.org/properties/dcca0b0c-998f-4625-b915-edd5fa44787a"
          ]
        },
        "Lead Institution": {
          "enum": [
            "https://schema.metadatacenter.org/properties/49564f3f-1338-4431-8003-94107652e891"
          ]
        },
        "Project Partner": {
          "enum": [
            "https://schema.metadatacenter.org/properties/6bbd367d-cb73-47b4-ab0b-5d44ecd4bde2"
          ]
        },
        "Province": {
          "enum": [
            "https://schema.metadatacenter.org/properties/3bc7a91b-b53f-4ed5-b067-116fb435fd80"
          ]
        },
        "Study area": {
          "enum": [
            "https://schema.metadatacenter.org/properties/92115367-b4b4-47b2-93b5-92b15260190b"
          ]
        },
        "Care process phase": {
          "enum": [
            "https://schema.metadatacenter.org/properties/75ffb8cc-dc51-40d6-b39a-f0802595490b"
          ]
        },
        "Size of collection": {
          "enum": [
            "https://schema.metadatacenter.org/properties/7e9765c2-0e74-47ef-9179-fa2d4c58b718"
          ]
        },
        "FunderInformation": {
          "enum": [
            "https://schema.metadatacenter.org/properties/67a8627a-c659-482e-899b-0cf507669cc2"
          ]
        },
        "Principal Investigator": {
          "enum": [
            "https://schema.metadatacenter.org/properties/46f97130-554e-487b-b2f3-86428a355a5a"
          ]
        },
        "Project's Website": {
          "enum": [
            "https://schema.metadatacenter.org/properties/d31edb55-315d-4f18-9432-84c3ca62c403"
          ]
        },
        "Country": {
          "enum": [
            "https://schema.metadatacenter.org/properties/bb63de10-6531-4263-b046-028373e6a4bf"
          ]
        },
        "Services": {
          "enum": [
            "https://schema.metadatacenter.org/properties/f7c29716-e2ac-4185-9f0d-9fefc1203d68"
          ]
        },
        "Population": {
          "enum": [
            "https://schema.metadatacenter.org/properties/177a8d23-3e7d-44ce-bbf4-a939114efc3f"
          ]
        },
        "Types of Data": {
          "enum": [
            "https://schema.metadatacenter.org/properties/8c4e2b73-b645-4bd7-aab3-e11974117ffd"
          ]
        },
        "Types of Collection": {
          "enum": [
            "https://schema.metadatacenter.org/properties/7f647e8d-bd83-42af-a32f-50e275b7b0ef"
          ]
        },
        "Setting": {
          "enum": [
            "https://schema.metadatacenter.org/properties/a90a820a-93a8-4ddb-8cca-69b829b57ef9"
          ]
        },
        "Focus Area": {
          "enum": [
            "https://schema.metadatacenter.org/properties/44755c0d-ca39-4bf3-acf3-7341e37480b6"
          ]
        },
        "Theme": {
          "enum": [
            "https://schema.metadatacenter.org/properties/b3529315-9fcb-4853-8488-61c552ecd20e"
          ]
        }
      },
      "required": [
        "xsd",
        "pav",
        "schema",
        "oslc",
        "schema:isBasedOn",
        "schema:name",
        "schema:description",
        "pav:createdOn",
        "pav:createdBy",
        "pav:lastUpdatedOn",
        "oslc:modifiedBy",
        "Project ID",
        "Project Title",
        "Lead Institution",
        "Project Partner",
        "FunderInformation",
        "Principal Investigator",
        "Services",
        "Population",
        "Types of Data",
        "Types of Collection",
        "Setting"
      ],
      "additionalProperties": false
    },
    "@id": {
      "type": [
        "string",
        "null"
      ],
      "format": "uri"
    },
    "@type": {
      "oneOf": [
        {
          "type": "string",
          "format": "uri"
        },
        {
          "type": "array",
          "minItems": 1,
          "items": {
            "type": "string",
            "format": "uri"
          },
          "uniqueItems": true
        }
      ]
    },
    "schema:isBasedOn": {
      "type": "string",
      "format": "uri"
    },
    "schema:name": {
      "type": "string",
      "minLength": 1
    },
    "schema:description": {
      "type": "string"
    },
    "pav:derivedFrom": {
      "type": "string",
      "format": "uri"
    },
    "pav:createdOn": {
      "type": [
        "string",
        "null"
      ],
      "format": "date-time"
    },
    "pav:createdBy": {
      "type": [
        "string",
        "null"
      ],
      "format": "uri"
    },
    "pav:lastUpdatedOn": {
      "type": [
        "string",
        "null"
      ],
      "format": "date-time"
    },
    "oslc:modifiedBy": {
      "type": [
        "string",
        "null"
      ],
      "format": "uri"
    },
    "Project ID": {
      "@id": "https://repo.metadatacenter.org/template-elements/713e6c6b-2352-416b-9d0b-feb5755d1c1b",
      "@type": "https://schema.metadatacenter.org/core/TemplateElement",
      "@context": {
        "xsd": "http://www.w3.org/2001/XMLSchema#",
        "pav": "http://purl.org/pav/",
        "bibo": "http://purl.org/ontology/bibo/",
        "oslc": "http://open-services.net/ns/core#",
        "schema": "http://schema.org/",
        "schema:name": {
          "@type": "xsd:string"
        },
        "schema:description": {
          "@type": "xsd:string"
        },
        "pav:createdOn": {
          "@type": "xsd:dateTime"
        },
        "pav:createdBy": {
          "@type": "@id"
        },
        "pav:lastUpdatedOn": {
          "@type": "xsd:dateTime"
        },
        "oslc:modifiedBy": {
          "@type": "@id"
        }
      },
      "type": "object",
      "title": "Project id element schema",
      "description": "Project id element schema generated by the CEDAR Template Editor 2.5.11",
      "_ui": {
        "order": [
          "Project ID"
        ],
        "propertyLabels": {
          "Project ID": "Project ID"
        },
        "propertyDescriptions": {
          "Project ID": "Project ID as provided with award (start with 10...)"
        }
      },
      "properties": {
        "@context": {
          "type": "object",
          "properties": {
            "Project ID": {
              "enum": [
                "https://schema.metadatacenter.org/properties/cbf67c11-a9c9-479b-99e0-0a47ec9044b7"
              ]
            }
          },
          "additionalProperties": false,
          "required": [
            "Project ID"
          ]
        },
        "@id": {
          "type": "string",
          "format": "uri"
        },
        "@type": {
          "oneOf": [
            {
              "type": "string",
              "format": "uri"
            },
            {
              "type": "array",
              "minItems": 1,
              "items": {
                "type": "string",
                "format": "uri"
              },
              "uniqueItems": true
            }
          ]
        },
        "Project ID": {
          "@type": "https://schema.metadatacenter.org/core/TemplateField",
          "@context": {
            "xsd": "http://www.w3.org/2001/XMLSchema#",
            "pav": "http://purl.org/pav/",
            "bibo": "http://purl.org/ontology/bibo/",
            "oslc": "http://open-services.net/ns/core#",
            "schema": "http://schema.org/",
            "skos": "http://www.w3.org/2004/02/skos/core#",
            "schema:name": {
              "@type": "xsd:string"
            },
            "schema:description": {
              "@type": "xsd:string"
            },
            "skos:prefLabel": {
              "@type": "xsd:string"
            },
            "skos:altLabel": {
              "@type": "xsd:string"
            },
            "pav:createdOn": {
              "@type": "xsd:dateTime"
            },
            "pav:createdBy": {
              "@type": "@id"
            },
            "pav:lastUpdatedOn": {
              "@type": "xsd:dateTime"
            },
            "oslc:modifiedBy": {
              "@type": "@id"
            }
          },
          "type": "object",
          "title": "Project ID field schema",
          "description": "Project ID field schema generated by the CEDAR Template Editor 2.5.11",
          "_ui": {
            "inputType": "textfield"
          },
          "_valueConstraints": {
            "requiredValue": false
          },
          "properties": {
            "@type": {
              "oneOf": [
                {
                  "type": "string",
                  "format": "uri"
                },
                {
                  "type": "array",
                  "minItems": 1,
                  "items": {
                    "type": "string",
                    "format": "uri"
                  },
                  "uniqueItems": true
                }
              ]
            },
            "@value": {
              "type": [
                "string",
                "null"
              ]
            },
            "rdfs:label": {
              "type": [
                "string",
                "null"
              ]
            }
          },
          "required": [
            "@value"
          ],
          "schema:name": "Project ID",
          "schema:description": "Project ID as provided with award (start with 10...)",
          "pav:createdOn": "2020-10-29T04:43:35-07:00",
          "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
          "pav:lastUpdatedOn": "2020-10-29T04:43:35-07:00",
          "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
          "schema:schemaVersion": "1.6.0",
          "additionalProperties": false,
          "skos:prefLabel": "Project ID",
          "@id": "https://repo.metadatacenter.org/template-fields/418060c6-105d-43d8-a0dc-4f03db14835f",
          "$schema": "http://json-schema.org/draft-04/schema#"
        }
      },
      "schema:name": "Project ID",
      "schema:description": "",
      "required": [
        "@context",
        "@id",
        "Project ID"
      ],
      "pav:createdOn": "2020-10-29T23:56:41-07:00",
      "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "pav:lastUpdatedOn": "2020-10-29T23:56:41-07:00",
      "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "schema:schemaVersion": "1.6.0",
      "additionalProperties": false,
      "pav:version": "0.0.1",
      "bibo:status": "bibo:draft",
      "$schema": "http://json-schema.org/draft-04/schema#"
    },
    "Project Title": {
      "type": "array",
      "pav:derivedFrom": "https://repo.metadatacenter.org/template-elements/b1f2ec6a-31e6-4bea-80f0-0c996d904da4",
      "items": {
        "type": "object",
        "@id": "https://repo.metadatacenter.org/template-elements/57716a93-bd57-4467-a27d-63f2b0c73570",
        "@type": "https://schema.metadatacenter.org/core/TemplateElement",
        "@context": {
          "xsd": "http://www.w3.org/2001/XMLSchema#",
          "pav": "http://purl.org/pav/",
          "bibo": "http://purl.org/ontology/bibo/",
          "oslc": "http://open-services.net/ns/core#",
          "schema": "http://schema.org/",
          "schema:name": {
            "@type": "xsd:string"
          },
          "schema:description": {
            "@type": "xsd:string"
          },
          "pav:createdOn": {
            "@type": "xsd:dateTime"
          },
          "pav:createdBy": {
            "@type": "@id"
          },
          "pav:lastUpdatedOn": {
            "@type": "xsd:dateTime"
          },
          "oslc:modifiedBy": {
            "@type": "@id"
          }
        },
        "title": "Project Title field schema",
        "description": "Project Title field schema generated by the CEDAR Template Editor 2.5.11",
        "_ui": {
          "order": [
            "title",
            "languageTag"
          ],
          "propertyLabels": {
            "title": "title",
            "languageTag": "languageTag"
          },
          "propertyDescriptions": {
            "title": "Enter the full title of the project",
            "languageTag": "A tag used to identify the language of a CEDAR free-text value (follows ISO 639-1)."
          }
        },
        "properties": {
          "@context": {
            "type": "object",
            "properties": {
              "title": {
                "enum": [
                  "http://purl.org/dc/elements/1.1/title"
                ]
              },
              "languageTag": {
                "enum": [
                  "https://schema.metadatacenter.org/properties/bfa4a9d1-83f3-40af-a699-be7bef5661fa"
                ]
              }
            },
            "additionalProperties": false,
            "required": [
              "title",
              "languageTag"
            ]
          },
          "@id": {
            "type": "string",
            "format": "uri"
          },
          "@type": {
            "oneOf": [
              {
                "type": "string",
                "format": "uri"
              },
              {
                "type": "array",
                "minItems": 1,
                "items": {
                  "type": "string",
                  "format": "uri"
                },
                "uniqueItems": true
              }
            ]
          },
          "title": {
            "type": "object",
            "@id": "https://repo.metadatacenter.org/template-fields/9796f4e7-e3b3-4c83-826d-4f2b6e7e4e44",
            "@type": "https://schema.metadatacenter.org/core/TemplateField",
            "@context": {
              "xsd": "http://www.w3.org/2001/XMLSchema#",
              "pav": "http://purl.org/pav/",
              "bibo": "http://purl.org/ontology/bibo/",
              "oslc": "http://open-services.net/ns/core#",
              "schema": "http://schema.org/",
              "skos": "http://www.w3.org/2004/02/skos/core#",
              "schema:name": {
                "@type": "xsd:string"
              },
              "schema:description": {
                "@type": "xsd:string"
              },
              "skos:prefLabel": {
                "@type": "xsd:string"
              },
              "skos:altLabel": {
                "@type": "xsd:string"
              },
              "pav:createdOn": {
                "@type": "xsd:dateTime"
              },
              "pav:createdBy": {
                "@type": "@id"
              },
              "pav:lastUpdatedOn": {
                "@type": "xsd:dateTime"
              },
              "oslc:modifiedBy": {
                "@type": "@id"
              }
            },
            "title": "title field schema",
            "description": "title field schema generated by the CEDAR Template Editor 2.5.11",
            "_ui": {
              "inputType": "textfield"
            },
            "_valueConstraints": {
              "requiredValue": true
            },
            "properties": {
              "@type": {
                "oneOf": [
                  {
                    "type": "string",
                    "format": "uri"
                  },
                  {
                    "type": "array",
                    "minItems": 1,
                    "items": {
                      "type": "string",
                      "format": "uri"
                    },
                    "uniqueItems": true
                  }
                ]
              },
              "@value": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "rdfs:label": {
                "type": [
                  "string",
                  "null"
                ]
              }
            },
            "required": [
              "@value"
            ],
            "additionalProperties": false,
            "pav:createdOn": "2020-10-29T04:54:16-07:00",
            "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
            "pav:lastUpdatedOn": "2020-10-29T04:54:16-07:00",
            "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
            "schema:schemaVersion": "1.6.0",
            "schema:name": "title",
            "schema:description": "Enter the full title of the project",
            "skos:prefLabel": "Title of the project",
            "$schema": "http://json-schema.org/draft-04/schema#"
          },
          "languageTag": {
            "type": "object",
            "@id": "https://repo.metadatacenter.org/template-fields/32e1fb33-0ed6-423b-8695-810a798c415f",
            "@type": "https://schema.metadatacenter.org/core/TemplateField",
            "@context": {
              "xsd": "http://www.w3.org/2001/XMLSchema#",
              "pav": "http://purl.org/pav/",
              "bibo": "http://purl.org/ontology/bibo/",
              "oslc": "http://open-services.net/ns/core#",
              "schema": "http://schema.org/",
              "skos": "http://www.w3.org/2004/02/skos/core#",
              "schema:name": {
                "@type": "xsd:string"
              },
              "schema:description": {
                "@type": "xsd:string"
              },
              "skos:prefLabel": {
                "@type": "xsd:string"
              },
              "skos:altLabel": {
                "@type": "xsd:string"
              },
              "pav:createdOn": {
                "@type": "xsd:dateTime"
              },
              "pav:createdBy": {
                "@type": "@id"
              },
              "pav:lastUpdatedOn": {
                "@type": "xsd:dateTime"
              },
              "oslc:modifiedBy": {
                "@type": "@id"
              }
            },
            "title": "languageTag field schema",
            "description": "languageTag field schema generated by the CEDAR Template Editor 2.5.11",
            "_ui": {
              "inputType": "textfield"
            },
            "_valueConstraints": {
              "requiredValue": true,
              "ontologies": [
                {
                  "numTerms": 2,
                  "acronym": "ISO639-1",
                  "name": "ISO 639-1: Codes for the Representation of Names of Languages - Part 1: Two-letter codes for languages",
                  "uri": "http://data.bioontology.org/ontologies/ISO639-1"
                }
              ],
              "valueSets": [],
              "classes": [],
              "branches": [],
              "multipleChoice": false
            },
            "properties": {
              "@type": {
                "oneOf": [
                  {
                    "type": "string",
                    "format": "uri"
                  },
                  {
                    "type": "array",
                    "minItems": 1,
                    "items": {
                      "type": "string",
                      "format": "uri"
                    },
                    "uniqueItems": true
                  }
                ]
              },
              "rdfs:label": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "@id": {
                "type": "string",
                "format": "uri"
              }
            },
            "additionalProperties": false,
            "pav:createdOn": "2020-10-29T04:54:16-07:00",
            "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
            "pav:lastUpdatedOn": "2020-10-29T04:54:16-07:00",
            "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
            "schema:schemaVersion": "1.6.0",
            "schema:name": "languageTag",
            "schema:description": "A tag used to identify the language of a CEDAR free-text value (follows ISO 639-1).",
            "skos:prefLabel": "Language Tag",
            "$schema": "http://json-schema.org/draft-04/schema#"
          }
        },
        "required": [
          "@context",
          "@id",
          "title",
          "languageTag"
        ],
        "additionalProperties": false,
        "pav:createdOn": "2020-10-29T23:56:41-07:00",
        "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
        "pav:lastUpdatedOn": "2020-10-29T23:56:41-07:00",
        "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
        "schema:schemaVersion": "1.6.0",
        "schema:name": "Project Title",
        "schema:description": "A name or title by which the project being described is known",
        "pav:version": "0.0.1",
        "bibo:status": "bibo:draft",
        "$schema": "http://json-schema.org/draft-04/schema#"
      },
      "minItems": 1
    },
    "Acronym/short title": {
      "@type": "https://schema.metadatacenter.org/core/TemplateField",
      "@context": {
        "xsd": "http://www.w3.org/2001/XMLSchema#",
        "pav": "http://purl.org/pav/",
        "bibo": "http://purl.org/ontology/bibo/",
        "oslc": "http://open-services.net/ns/core#",
        "schema": "http://schema.org/",
        "skos": "http://www.w3.org/2004/02/skos/core#",
        "schema:name": {
          "@type": "xsd:string"
        },
        "schema:description": {
          "@type": "xsd:string"
        },
        "skos:prefLabel": {
          "@type": "xsd:string"
        },
        "skos:altLabel": {
          "@type": "xsd:string"
        },
        "pav:createdOn": {
          "@type": "xsd:dateTime"
        },
        "pav:createdBy": {
          "@type": "@id"
        },
        "pav:lastUpdatedOn": {
          "@type": "xsd:dateTime"
        },
        "oslc:modifiedBy": {
          "@type": "@id"
        }
      },
      "type": "object",
      "title": "Acronym/short title field schema",
      "description": "Acronym/short title field schema generated by the CEDAR Template Editor 2.5.11",
      "_ui": {
        "inputType": "textfield"
      },
      "_valueConstraints": {
        "requiredValue": false
      },
      "properties": {
        "@type": {
          "oneOf": [
            {
              "type": "string",
              "format": "uri"
            },
            {
              "type": "array",
              "minItems": 1,
              "items": {
                "type": "string",
                "format": "uri"
              },
              "uniqueItems": true
            }
          ]
        },
        "@value": {
          "type": [
            "string",
            "null"
          ]
        },
        "rdfs:label": {
          "type": [
            "string",
            "null"
          ]
        }
      },
      "required": [
        "@value"
      ],
      "schema:name": "Acronym/short title",
      "schema:description": "Enter optional acronym/short title for the study",
      "pav:createdOn": "2020-10-29T23:56:41-07:00",
      "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "pav:lastUpdatedOn": "2020-10-29T23:56:41-07:00",
      "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "schema:schemaVersion": "1.6.0",
      "additionalProperties": false,
      "skos:prefLabel": "Acronym/short title",
      "@id": "https://repo.metadatacenter.org/template-fields/910390e7-b63e-4446-9cdb-eb41afba0c5e",
      "$schema": "http://json-schema.org/draft-04/schema#"
    },
    "Start date": {
      "@type": "https://schema.metadatacenter.org/core/TemplateField",
      "@context": {
        "xsd": "http://www.w3.org/2001/XMLSchema#",
        "pav": "http://purl.org/pav/",
        "bibo": "http://purl.org/ontology/bibo/",
        "oslc": "http://open-services.net/ns/core#",
        "schema": "http://schema.org/",
        "skos": "http://www.w3.org/2004/02/skos/core#",
        "schema:name": {
          "@type": "xsd:string"
        },
        "schema:description": {
          "@type": "xsd:string"
        },
        "skos:prefLabel": {
          "@type": "xsd:string"
        },
        "skos:altLabel": {
          "@type": "xsd:string"
        },
        "pav:createdOn": {
          "@type": "xsd:dateTime"
        },
        "pav:createdBy": {
          "@type": "@id"
        },
        "pav:lastUpdatedOn": {
          "@type": "xsd:dateTime"
        },
        "oslc:modifiedBy": {
          "@type": "@id"
        }
      },
      "type": "object",
      "title": "Start date field schema",
      "description": "Start date field schema generated by the CEDAR Template Editor 2.5.11",
      "_ui": {
        "inputType": "temporal",
        "temporalGranularity": "day"
      },
      "_valueConstraints": {
        "requiredValue": true,
        "temporalType": "xsd:date"
      },
      "properties": {
        "@type": {
          "oneOf": [
            {
              "type": "string",
              "format": "uri"
            },
            {
              "type": "array",
              "minItems": 1,
              "items": {
                "type": "string",
                "format": "uri"
              },
              "uniqueItems": true
            }
          ]
        },
        "@value": {
          "type": [
            "string",
            "null"
          ]
        },
        "rdfs:label": {
          "type": [
            "string",
            "null"
          ]
        }
      },
      "required": [
        "@value"
      ],
      "schema:name": "Start date",
      "schema:description": "The date the project started or is expected to start",
      "pav:createdOn": "2020-10-29T23:56:41-07:00",
      "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "pav:lastUpdatedOn": "2020-10-29T23:56:41-07:00",
      "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "schema:schemaVersion": "1.6.0",
      "additionalProperties": false,
      "skos:prefLabel": "Start date",
      "@id": "https://repo.metadatacenter.org/template-fields/a5fae20e-a574-45b6-9e9b-d4c327594295",
      "$schema": "http://json-schema.org/draft-04/schema#"
    },
    "Expected end date": {
      "@type": "https://schema.metadatacenter.org/core/TemplateField",
      "@context": {
        "xsd": "http://www.w3.org/2001/XMLSchema#",
        "pav": "http://purl.org/pav/",
        "bibo": "http://purl.org/ontology/bibo/",
        "oslc": "http://open-services.net/ns/core#",
        "schema": "http://schema.org/",
        "skos": "http://www.w3.org/2004/02/skos/core#",
        "schema:name": {
          "@type": "xsd:string"
        },
        "schema:description": {
          "@type": "xsd:string"
        },
        "skos:prefLabel": {
          "@type": "xsd:string"
        },
        "skos:altLabel": {
          "@type": "xsd:string"
        },
        "pav:createdOn": {
          "@type": "xsd:dateTime"
        },
        "pav:createdBy": {
          "@type": "@id"
        },
        "pav:lastUpdatedOn": {
          "@type": "xsd:dateTime"
        },
        "oslc:modifiedBy": {
          "@type": "@id"
        }
      },
      "type": "object",
      "title": "Expected end date field schema",
      "description": "Expected end date field schema generated by the CEDAR Template Editor 2.5.11",
      "_ui": {
        "inputType": "temporal",
        "temporalGranularity": "day"
      },
      "_valueConstraints": {
        "requiredValue": true,
        "temporalType": "xsd:date"
      },
      "properties": {
        "@type": {
          "oneOf": [
            {
              "type": "string",
              "format": "uri"
            },
            {
              "type": "array",
              "minItems": 1,
              "items": {
                "type": "string",
                "format": "uri"
              },
              "uniqueItems": true
            }
          ]
        },
        "@value": {
          "type": [
            "string",
            "null"
          ]
        },
        "rdfs:label": {
          "type": [
            "string",
            "null"
          ]
        }
      },
      "required": [
        "@value"
      ],
      "schema:name": "Expected end date",
      "schema:description": "The date the project is expected to end",
      "pav:createdOn": "2020-10-29T23:56:41-07:00",
      "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "pav:lastUpdatedOn": "2020-10-29T23:56:41-07:00",
      "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "schema:schemaVersion": "1.6.0",
      "additionalProperties": false,
      "skos:prefLabel": "Expected end date",
      "@id": "https://repo.metadatacenter.org/template-fields/99611804-c7f6-49ce-98b0-f440a402c335",
      "$schema": "http://json-schema.org/draft-04/schema#"
    },
    "Project duration": {
      "@type": "https://schema.metadatacenter.org/core/TemplateField",
      "@context": {
        "xsd": "http://www.w3.org/2001/XMLSchema#",
        "pav": "http://purl.org/pav/",
        "bibo": "http://purl.org/ontology/bibo/",
        "oslc": "http://open-services.net/ns/core#",
        "schema": "http://schema.org/",
        "skos": "http://www.w3.org/2004/02/skos/core#",
        "schema:name": {
          "@type": "xsd:string"
        },
        "schema:description": {
          "@type": "xsd:string"
        },
        "skos:prefLabel": {
          "@type": "xsd:string"
        },
        "skos:altLabel": {
          "@type": "xsd:string"
        },
        "pav:createdOn": {
          "@type": "xsd:dateTime"
        },
        "pav:createdBy": {
          "@type": "@id"
        },
        "pav:lastUpdatedOn": {
          "@type": "xsd:dateTime"
        },
        "oslc:modifiedBy": {
          "@type": "@id"
        }
      },
      "type": "object",
      "title": "Project duration field schema",
      "description": "Project duration field schema generated by the CEDAR Template Editor 2.5.11",
      "_ui": {
        "inputType": "textfield"
      },
      "_valueConstraints": {
        "requiredValue": true
      },
      "properties": {
        "@type": {
          "oneOf": [
            {
              "type": "string",
              "format": "uri"
            },
            {
              "type": "array",
              "minItems": 1,
              "items": {
                "type": "string",
                "format": "uri"
              },
              "uniqueItems": true
            }
          ]
        },
        "@value": {
          "type": [
            "string",
            "null"
          ]
        },
        "rdfs:label": {
          "type": [
            "string",
            "null"
          ]
        }
      },
      "required": [
        "@value"
      ],
      "schema:name": "Project duration",
      "schema:description": "Project duration in months",
      "pav:createdOn": "2020-10-29T23:56:41-07:00",
      "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "pav:lastUpdatedOn": "2020-10-29T23:56:41-07:00",
      "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "schema:schemaVersion": "1.6.0",
      "additionalProperties": false,
      "skos:prefLabel": "Project duration",
      "@id": "https://repo.metadatacenter.org/template-fields/425a5841-7f55-41aa-bbbb-1b4abe062360",
      "$schema": "http://json-schema.org/draft-04/schema#"
    },
    "Lead Institution": {
      "_ui": {
        "order": [
          "Name of the lead insitution",
          "Lead institution GRID reference"
        ],
        "propertyLabels": {
          "Name of the lead insitution": "Name of the lead insitution",
          "Lead institution GRID reference": "Lead institution GRID reference"
        },
        "propertyDescriptions": {
          "Name of the lead insitution": "Choose the name of the project's lead institution",
          "Lead institution GRID reference": "Enter the GRID reference of the lead institution"
        }
      },
      "schema:name": "Lead Institution",
      "properties": {
        "@id": {
          "type": "string",
          "format": "uri"
        },
        "@context": {
          "additionalProperties": false,
          "type": "object",
          "required": [
            "Name of the lead insitution",
            "Lead institution GRID reference"
          ],
          "properties": {
            "Name of the lead insitution": {
              "enum": [
                "https://schema.metadatacenter.org/properties/9f774ee2-3723-498e-81b6-d9f30017d07e"
              ]
            },
            "Lead institution GRID reference": {
              "enum": [
                "https://schema.metadatacenter.org/properties/853f58fb-c9de-4907-bf31-ddd282a871b2"
              ]
            }
          }
        },
        "@type": {
          "oneOf": [
            {
              "type": "string",
              "format": "uri"
            },
            {
              "minItems": 1,
              "type": "array",
              "items": {
                "type": "string",
                "format": "uri"
              },
              "uniqueItems": true
            }
          ]
        },
        "Name of the lead insitution": {
          "_ui": {
            "inputType": "textfield"
          },
          "schema:name": "Name of the lead insitution",
          "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
          "required": [
            "@value"
          ],
          "@id": "https://repo.metadatacenter.org/template-fields/bac3b69e-ca69-4b21-b409-f2ca86e2a739",
          "@context": {
            "schema:name": {
              "@type": "xsd:string"
            },
            "schema": "http://schema.org/",
            "pav": "http://purl.org/pav/",
            "xsd": "http://www.w3.org/2001/XMLSchema#",
            "bibo": "http://purl.org/ontology/bibo/",
            "pav:createdOn": {
              "@type": "xsd:dateTime"
            },
            "oslc:modifiedBy": {
              "@type": "@id"
            },
            "skos": "http://www.w3.org/2004/02/skos/core#",
            "pav:lastUpdatedOn": {
              "@type": "xsd:dateTime"
            },
            "oslc": "http://open-services.net/ns/core#",
            "skos:prefLabel": {
              "@type": "xsd:string"
            },
            "skos:altLabel": {
              "@type": "xsd:string"
            },
            "schema:description": {
              "@type": "xsd:string"
            },
            "pav:createdBy": {
              "@type": "@id"
            }
          },
          "_valueConstraints": {
            "requiredValue": true
          },
          "type": "object",
          "title": "Name of the lead insitution field schema",
          "description": "Name of the lead insitution field schema generated by the CEDAR Template Editor 2.5.11",
          "pav:lastUpdatedOn": "2020-10-29T05:11:17-07:00",
          "pav:createdOn": "2020-10-29T05:11:17-07:00",
          "additionalProperties": false,
          "schema:schemaVersion": "1.6.0",
          "properties": {
            "@value": {
              "type": [
                "string",
                "null"
              ]
            },
            "@type": {
              "oneOf": [
                {
                  "type": "string",
                  "format": "uri"
                },
                {
                  "minItems": 1,
                  "type": "array",
                  "items": {
                    "type": "string",
                    "format": "uri"
                  },
                  "uniqueItems": true
                }
              ]
            },
            "rdfs:label": {
              "type": [
                "string",
                "null"
              ]
            }
          },
          "schema:description": "Choose the name of the project's lead institution",
          "@type": "https://schema.metadatacenter.org/core/TemplateField",
          "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
          "skos:prefLabel": "Name of the lead institution",
          "$schema": "http://json-schema.org/draft-04/schema#"
        },
        "Lead institution GRID reference": {
          "_ui": {
            "inputType": "textfield"
          },
          "schema:name": "Lead institution GRID reference",
          "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
          "required": [
            "@value"
          ],
          "@id": "https://repo.metadatacenter.org/template-fields/557e0109-d07c-48a4-bf90-f5c47ec9ad79",
          "@context": {
            "schema:name": {
              "@type": "xsd:string"
            },
            "schema": "http://schema.org/",
            "pav": "http://purl.org/pav/",
            "xsd": "http://www.w3.org/2001/XMLSchema#",
            "bibo": "http://purl.org/ontology/bibo/",
            "pav:createdOn": {
              "@type": "xsd:dateTime"
            },
            "oslc:modifiedBy": {
              "@type": "@id"
            },
            "skos": "http://www.w3.org/2004/02/skos/core#",
            "pav:lastUpdatedOn": {
              "@type": "xsd:dateTime"
            },
            "oslc": "http://open-services.net/ns/core#",
            "skos:prefLabel": {
              "@type": "xsd:string"
            },
            "skos:altLabel": {
              "@type": "xsd:string"
            },
            "schema:description": {
              "@type": "xsd:string"
            },
            "pav:createdBy": {
              "@type": "@id"
            }
          },
          "_valueConstraints": {
            "requiredValue": true
          },
          "type": "object",
          "title": "Lead institution GRID reference field schema",
          "description": "Lead institution GRID reference field schema generated by the CEDAR Template Editor 2.5.11",
          "pav:lastUpdatedOn": "2020-10-29T05:11:17-07:00",
          "pav:createdOn": "2020-10-29T05:11:17-07:00",
          "additionalProperties": false,
          "schema:schemaVersion": "1.6.0",
          "properties": {
            "@value": {
              "type": [
                "string",
                "null"
              ]
            },
            "@type": {
              "oneOf": [
                {
                  "type": "string",
                  "format": "uri"
                },
                {
                  "minItems": 1,
                  "type": "array",
                  "items": {
                    "type": "string",
                    "format": "uri"
                  },
                  "uniqueItems": true
                }
              ]
            },
            "rdfs:label": {
              "type": [
                "string",
                "null"
              ]
            }
          },
          "schema:description": "Enter the GRID reference of the lead institution",
          "@type": "https://schema.metadatacenter.org/core/TemplateField",
          "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
          "skos:prefLabel": "Lead institution GRID reference",
          "$schema": "http://json-schema.org/draft-04/schema#"
        }
      },
      "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "required": [
        "@context",
        "@id",
        "Name of the lead insitution",
        "Lead institution GRID reference"
      ],
      "@context": {
        "pav:lastUpdatedOn": {
          "@type": "xsd:dateTime"
        },
        "oslc": "http://open-services.net/ns/core#",
        "schema": "http://schema.org/",
        "pav:createdBy": {
          "@type": "@id"
        },
        "xsd": "http://www.w3.org/2001/XMLSchema#",
        "schema:name": {
          "@type": "xsd:string"
        },
        "pav:createdOn": {
          "@type": "xsd:dateTime"
        },
        "oslc:modifiedBy": {
          "@type": "@id"
        },
        "bibo": "http://purl.org/ontology/bibo/",
        "schema:description": {
          "@type": "xsd:string"
        },
        "pav": "http://purl.org/pav/"
      },
      "type": "object",
      "title": "Lead institution element schema",
      "description": "Lead institution element schema generated by the CEDAR Template Editor 2.5.11",
      "pav:lastUpdatedOn": "2020-10-29T23:56:41-07:00",
      "pav:createdOn": "2020-10-29T23:56:41-07:00",
      "additionalProperties": false,
      "bibo:status": "bibo:draft",
      "schema:schemaVersion": "1.6.0",
      "pav:version": "0.0.1",
      "schema:description": "Give the name of the project's lead institution",
      "@type": "https://schema.metadatacenter.org/core/TemplateElement",
      "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "pav:derivedFrom": "https://repo.metadatacenter.org/template-elements/13817269-34a4-4b3e-97bc-edc9dfe959c8",
      "@id": "https://repo.metadatacenter.org/template-elements/904e0d23-519b-4912-ba13-5f5a5ccef037",
      "$schema": "http://json-schema.org/draft-04/schema#"
    },
    "Project Partner": {
      "type": "array",
      "pav:derivedFrom": "https://repo.metadatacenter.org/template-elements/ff53480b-6d60-40b2-aa8e-717fcb62c039",
      "minItems": 1,
      "items": {
        "type": "object",
        "@id": "https://repo.metadatacenter.org/template-elements/76d3809d-bee7-48c1-9dec-53997a438361",
        "@type": "https://schema.metadatacenter.org/core/TemplateElement",
        "@context": {
          "xsd": "http://www.w3.org/2001/XMLSchema#",
          "pav": "http://purl.org/pav/",
          "bibo": "http://purl.org/ontology/bibo/",
          "oslc": "http://open-services.net/ns/core#",
          "schema": "http://schema.org/",
          "schema:name": {
            "@type": "xsd:string"
          },
          "schema:description": {
            "@type": "xsd:string"
          },
          "pav:createdOn": {
            "@type": "xsd:dateTime"
          },
          "pav:createdBy": {
            "@type": "@id"
          },
          "pav:lastUpdatedOn": {
            "@type": "xsd:dateTime"
          },
          "oslc:modifiedBy": {
            "@type": "@id"
          }
        },
        "title": "Project Partner field schema",
        "description": "Project Partner field schema generated by the CEDAR Template Editor 2.5.11",
        "_ui": {
          "order": [
            "Project partner institution name"
          ],
          "propertyLabels": {
            "Project partner institution name": "Project partner institution name"
          },
          "propertyDescriptions": {
            "Project partner institution name": "The project partner institution name"
          }
        },
        "properties": {
          "@context": {
            "type": "object",
            "properties": {
              "Project partner institution name": {
                "enum": [
                  "https://schema.metadatacenter.org/properties/8f874831-9e03-4480-a0bd-54c59d047a60"
                ]
              }
            },
            "additionalProperties": false,
            "required": [
              "Project partner institution name"
            ]
          },
          "@id": {
            "type": "string",
            "format": "uri"
          },
          "@type": {
            "oneOf": [
              {
                "type": "string",
                "format": "uri"
              },
              {
                "type": "array",
                "minItems": 1,
                "items": {
                  "type": "string",
                  "format": "uri"
                },
                "uniqueItems": true
              }
            ]
          },
          "Project partner institution name": {
            "@type": "https://schema.metadatacenter.org/core/TemplateField",
            "@context": {
              "xsd": "http://www.w3.org/2001/XMLSchema#",
              "pav": "http://purl.org/pav/",
              "bibo": "http://purl.org/ontology/bibo/",
              "oslc": "http://open-services.net/ns/core#",
              "schema": "http://schema.org/",
              "skos": "http://www.w3.org/2004/02/skos/core#",
              "schema:name": {
                "@type": "xsd:string"
              },
              "schema:description": {
                "@type": "xsd:string"
              },
              "skos:prefLabel": {
                "@type": "xsd:string"
              },
              "skos:altLabel": {
                "@type": "xsd:string"
              },
              "pav:createdOn": {
                "@type": "xsd:dateTime"
              },
              "pav:createdBy": {
                "@type": "@id"
              },
              "pav:lastUpdatedOn": {
                "@type": "xsd:dateTime"
              },
              "oslc:modifiedBy": {
                "@type": "@id"
              }
            },
            "type": "object",
            "title": "Project partner institution name field schema",
            "description": "Project partner institution name field schema generated by the CEDAR Template Editor 2.5.11",
            "_ui": {
              "inputType": "textfield"
            },
            "_valueConstraints": {
              "requiredValue": true
            },
            "properties": {
              "@type": {
                "oneOf": [
                  {
                    "type": "string",
                    "format": "uri"
                  },
                  {
                    "type": "array",
                    "minItems": 1,
                    "items": {
                      "type": "string",
                      "format": "uri"
                    },
                    "uniqueItems": true
                  }
                ]
              },
              "@value": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "rdfs:label": {
                "type": [
                  "string",
                  "null"
                ]
              }
            },
            "required": [
              "@value"
            ],
            "schema:name": "Project partner institution name",
            "schema:description": "The project partner institution name",
            "pav:createdOn": "2020-10-29T05:31:24-07:00",
            "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
            "pav:lastUpdatedOn": "2020-10-29T05:31:24-07:00",
            "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
            "schema:schemaVersion": "1.6.0",
            "additionalProperties": false,
            "skos:prefLabel": "Project partner institution name",
            "@id": "https://repo.metadatacenter.org/template-fields/020e7746-7031-40fe-b5f0-4e54f6e18421",
            "$schema": "http://json-schema.org/draft-04/schema#"
          }
        },
        "required": [
          "@context",
          "@id",
          "Project partner institution name"
        ],
        "additionalProperties": false,
        "pav:createdOn": "2020-10-29T23:56:41-07:00",
        "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
        "pav:lastUpdatedOn": "2020-10-29T23:56:41-07:00",
        "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
        "schema:schemaVersion": "1.6.0",
        "schema:name": "Project Partner",
        "schema:description": "The project partner instiution",
        "pav:version": "0.0.1",
        "bibo:status": "bibo:draft",
        "$schema": "http://json-schema.org/draft-04/schema#"
      }
    },
    "Province": {
      "type": "array",
      "minItems": 1,
      "items": {
        "type": "object",
        "@type": "https://schema.metadatacenter.org/core/TemplateField",
        "@context": {
          "xsd": "http://www.w3.org/2001/XMLSchema#",
          "pav": "http://purl.org/pav/",
          "bibo": "http://purl.org/ontology/bibo/",
          "oslc": "http://open-services.net/ns/core#",
          "schema": "http://schema.org/",
          "skos": "http://www.w3.org/2004/02/skos/core#",
          "schema:name": {
            "@type": "xsd:string"
          },
          "schema:description": {
            "@type": "xsd:string"
          },
          "skos:prefLabel": {
            "@type": "xsd:string"
          },
          "skos:altLabel": {
            "@type": "xsd:string"
          },
          "pav:createdOn": {
            "@type": "xsd:dateTime"
          },
          "pav:createdBy": {
            "@type": "@id"
          },
          "pav:lastUpdatedOn": {
            "@type": "xsd:dateTime"
          },
          "oslc:modifiedBy": {
            "@type": "@id"
          }
        },
        "title": "Province field schema",
        "description": "Province field schema generated by the CEDAR Template Editor 2.5.11",
        "_ui": {
          "inputType": "textfield"
        },
        "_valueConstraints": {
          "requiredValue": true
        },
        "properties": {
          "@type": {
            "oneOf": [
              {
                "type": "string",
                "format": "uri"
              },
              {
                "type": "array",
                "minItems": 1,
                "items": {
                  "type": "string",
                  "format": "uri"
                },
                "uniqueItems": true
              }
            ]
          },
          "@value": {
            "type": [
              "string",
              "null"
            ]
          },
          "rdfs:label": {
            "type": [
              "string",
              "null"
            ]
          }
        },
        "required": [
          "@value"
        ],
        "additionalProperties": false,
        "pav:createdOn": "2020-10-29T23:56:41-07:00",
        "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
        "pav:lastUpdatedOn": "2020-10-29T23:56:41-07:00",
        "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
        "schema:schemaVersion": "1.6.0",
        "schema:name": "Province",
        "schema:description": "Enter the name of the province that applies for the project",
        "skos:prefLabel": "Province",
        "@id": "https://repo.metadatacenter.org/template-fields/c3fbc023-86d0-4fcf-87c7-50803ca7dc0c",
        "$schema": "http://json-schema.org/draft-04/schema#"
      }
    },
    "Study area": {
      "type": "array",
      "minItems": 1,
      "items": {
        "type": "object",
        "@type": "https://schema.metadatacenter.org/core/TemplateField",
        "@context": {
          "xsd": "http://www.w3.org/2001/XMLSchema#",
          "pav": "http://purl.org/pav/",
          "bibo": "http://purl.org/ontology/bibo/",
          "oslc": "http://open-services.net/ns/core#",
          "schema": "http://schema.org/",
          "skos": "http://www.w3.org/2004/02/skos/core#",
          "schema:name": {
            "@type": "xsd:string"
          },
          "schema:description": {
            "@type": "xsd:string"
          },
          "skos:prefLabel": {
            "@type": "xsd:string"
          },
          "skos:altLabel": {
            "@type": "xsd:string"
          },
          "pav:createdOn": {
            "@type": "xsd:dateTime"
          },
          "pav:createdBy": {
            "@type": "@id"
          },
          "pav:lastUpdatedOn": {
            "@type": "xsd:dateTime"
          },
          "oslc:modifiedBy": {
            "@type": "@id"
          }
        },
        "title": "Study area field schema",
        "description": "Study area field schema generated by the CEDAR Template Editor 2.5.11",
        "_ui": {
          "inputType": "textfield"
        },
        "_valueConstraints": {
          "requiredValue": true,
          "ontologies": [],
          "valueSets": [],
          "classes": [],
          "branches": [
            {
              "source": "ZonMW Administrative Metadata Vocabulary (ZONMW-ADMIN-MD)",
              "acronym": "ZONMW-ADMIN-MD",
              "uri": "http://www.fair-data-collective.com/zonmw/projectadmin/StudyArea",
              "name": "Study Area",
              "maxDepth": 0
            }
          ],
          "multipleChoice": false
        },
        "properties": {
          "@type": {
            "oneOf": [
              {
                "type": "string",
                "format": "uri"
              },
              {
                "type": "array",
                "minItems": 1,
                "items": {
                  "type": "string",
                  "format": "uri"
                },
                "uniqueItems": true
              }
            ]
          },
          "rdfs:label": {
            "type": [
              "string",
              "null"
            ]
          },
          "@id": {
            "type": "string",
            "format": "uri"
          }
        },
        "required": [
          "@value"
        ],
        "additionalProperties": false,
        "pav:createdOn": "2020-10-29T23:56:41-07:00",
        "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
        "pav:lastUpdatedOn": "2020-10-29T23:56:41-07:00",
        "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
        "schema:schemaVersion": "1.6.0",
        "schema:name": "Study area",
        "schema:description": "Enter the study area that applies for the project",
        "skos:prefLabel": "Study area",
        "@id": "https://repo.metadatacenter.org/template-fields/0309e319-192b-4c73-8f2e-26809be1d4f7",
        "$schema": "http://json-schema.org/draft-04/schema#"
      }
    },
    "Care process phase": {
      "type": "array",
      "minItems": 1,
      "items": {
        "type": "object",
        "@type": "https://schema.metadatacenter.org/core/TemplateField",
        "@context": {
          "xsd": "http://www.w3.org/2001/XMLSchema#",
          "pav": "http://purl.org/pav/",
          "bibo": "http://purl.org/ontology/bibo/",
          "oslc": "http://open-services.net/ns/core#",
          "schema": "http://schema.org/",
          "skos": "http://www.w3.org/2004/02/skos/core#",
          "schema:name": {
            "@type": "xsd:string"
          },
          "schema:description": {
            "@type": "xsd:string"
          },
          "skos:prefLabel": {
            "@type": "xsd:string"
          },
          "skos:altLabel": {
            "@type": "xsd:string"
          },
          "pav:createdOn": {
            "@type": "xsd:dateTime"
          },
          "pav:createdBy": {
            "@type": "@id"
          },
          "pav:lastUpdatedOn": {
            "@type": "xsd:dateTime"
          },
          "oslc:modifiedBy": {
            "@type": "@id"
          }
        },
        "title": "Care process phase field schema",
        "description": "Care process phase field schema generated by the CEDAR Template Editor 2.5.11",
        "_ui": {
          "inputType": "textfield"
        },
        "_valueConstraints": {
          "requiredValue": true,
          "ontologies": [],
          "valueSets": [],
          "classes": [],
          "branches": [
            {
              "source": "undefined (ZONMW-ADMIN-MD)",
              "acronym": "ZONMW-ADMIN-MD",
              "uri": "http://www.fair-data-collective.com/zonmw/projectadmin/CareProcessPhase",
              "name": "Care Process Phase",
              "maxDepth": 0
            }
          ],
          "multipleChoice": false
        },
        "properties": {
          "@type": {
            "oneOf": [
              {
                "type": "string",
                "format": "uri"
              },
              {
                "type": "array",
                "minItems": 1,
                "items": {
                  "type": "string",
                  "format": "uri"
                },
                "uniqueItems": true
              }
            ]
          },
          "rdfs:label": {
            "type": [
              "string",
              "null"
            ]
          },
          "@id": {
            "type": "string",
            "format": "uri"
          }
        },
        "required": [
          "@value"
        ],
        "additionalProperties": false,
        "pav:createdOn": "2020-10-29T23:56:41-07:00",
        "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
        "pav:lastUpdatedOn": "2020-10-29T23:56:41-07:00",
        "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
        "schema:schemaVersion": "1.6.0",
        "schema:name": "Care process phase",
        "schema:description": "Enter the phase of the care process the project is contributing to.",
        "skos:prefLabel": "Care process phase",
        "@id": "https://repo.metadatacenter.org/template-fields/e3de4072-29f5-4ca6-846a-8b0eddf9d495",
        "$schema": "http://json-schema.org/draft-04/schema#"
      }
    },
    "Size of collection": {
      "@type": "https://schema.metadatacenter.org/core/TemplateField",
      "@context": {
        "xsd": "http://www.w3.org/2001/XMLSchema#",
        "pav": "http://purl.org/pav/",
        "bibo": "http://purl.org/ontology/bibo/",
        "oslc": "http://open-services.net/ns/core#",
        "schema": "http://schema.org/",
        "skos": "http://www.w3.org/2004/02/skos/core#",
        "schema:name": {
          "@type": "xsd:string"
        },
        "schema:description": {
          "@type": "xsd:string"
        },
        "skos:prefLabel": {
          "@type": "xsd:string"
        },
        "skos:altLabel": {
          "@type": "xsd:string"
        },
        "pav:createdOn": {
          "@type": "xsd:dateTime"
        },
        "pav:createdBy": {
          "@type": "@id"
        },
        "pav:lastUpdatedOn": {
          "@type": "xsd:dateTime"
        },
        "oslc:modifiedBy": {
          "@type": "@id"
        }
      },
      "type": "object",
      "title": "Size of collection field schema",
      "description": "Size of collection field schema generated by the CEDAR Template Editor 2.5.11",
      "_ui": {
        "inputType": "textfield"
      },
      "_valueConstraints": {
        "requiredValue": true,
        "ontologies": [],
        "valueSets": [],
        "classes": [],
        "branches": [
          {
            "source": "ZonMW Administrative Metadata Vocabulary (ZONMW-ADMIN-MD)",
            "acronym": "ZONMW-ADMIN-MD",
            "uri": "http://www.fair-data-collective.com/zonmw/projectadmin/SizeOfCollection",
            "name": "Size Of Collection",
            "maxDepth": 0
          }
        ],
        "multipleChoice": false
      },
      "properties": {
        "@type": {
          "oneOf": [
            {
              "type": "string",
              "format": "uri"
            },
            {
              "type": "array",
              "minItems": 1,
              "items": {
                "type": "string",
                "format": "uri"
              },
              "uniqueItems": true
            }
          ]
        },
        "rdfs:label": {
          "type": [
            "string",
            "null"
          ]
        },
        "@id": {
          "type": "string",
          "format": "uri"
        }
      },
      "schema:name": "Size of collection",
      "schema:description": "Indicate the size of collection",
      "pav:createdOn": "2020-10-29T23:56:41-07:00",
      "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "pav:lastUpdatedOn": "2020-10-29T23:56:41-07:00",
      "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "schema:schemaVersion": "1.6.0",
      "additionalProperties": false,
      "skos:prefLabel": "Size of collection",
      "@id": "https://repo.metadatacenter.org/template-fields/93310411-af6b-4a92-bea9-4cafed99f1d6",
      "$schema": "http://json-schema.org/draft-04/schema#"
    },
    "Section 1: Administrative Project Information": {
      "@type": "https://schema.metadatacenter.org/core/StaticTemplateField",
      "@context": {
        "schema": "http://schema.org/",
        "pav": "http://purl.org/pav/",
        "bibo": "http://purl.org/ontology/bibo/",
        "oslc": "http://open-services.net/ns/core#"
      },
      "type": "object",
      "title": "Section 1: Administrative Project Information field schema",
      "description": "Section 1: Administrative Project Information field schema generated by the CEDAR Template Editor 2.5.11",
      "_ui": {
        "inputType": "section-break",
        "_content": null
      },
      "pav:createdOn": "2020-10-29T23:56:41-07:00",
      "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "pav:lastUpdatedOn": "2020-10-29T23:56:41-07:00",
      "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "schema:schemaVersion": "1.6.0",
      "schema:description": "Help Text",
      "additionalProperties": false,
      "schema:name": "Section 1: Administrative Project Information",
      "@id": "https://repo.metadatacenter.org/template-fields/e2d6e0c6-f4e1-46eb-8529-adae677da4c4",
      "$schema": "http://json-schema.org/draft-04/schema#"
    },
    "FunderInformation": {
      "type": "array",
      "pav:derivedFrom": "https://repo.metadatacenter.org/template-elements/9c8cdea3-7ce9-44cf-91d9-ef23a262c547",
      "minItems": 1,
      "items": {
        "type": "object",
        "@id": "https://repo.metadatacenter.org/template-elements/9a806c57-2b2b-4cdf-9cf1-5cb8a3cce9f7",
        "@type": "https://schema.metadatacenter.org/core/TemplateElement",
        "@context": {
          "xsd": "http://www.w3.org/2001/XMLSchema#",
          "pav": "http://purl.org/pav/",
          "bibo": "http://purl.org/ontology/bibo/",
          "oslc": "http://open-services.net/ns/core#",
          "schema": "http://schema.org/",
          "schema:name": {
            "@type": "xsd:string"
          },
          "schema:description": {
            "@type": "xsd:string"
          },
          "pav:createdOn": {
            "@type": "xsd:dateTime"
          },
          "pav:createdBy": {
            "@type": "@id"
          },
          "pav:lastUpdatedOn": {
            "@type": "xsd:dateTime"
          },
          "oslc:modifiedBy": {
            "@type": "@id"
          }
        },
        "title": "FunderInformation field schema",
        "description": "FunderInformation field schema generated by the CEDAR Template Editor 2.5.11",
        "_ui": {
          "order": [
            "funderName",
            "awardPageIRI"
          ],
          "propertyLabels": {
            "funderName": "funderName",
            "awardPageIRI": "awardPageIRI"
          },
          "propertyDescriptions": {
            "funderName": "Name of the organization providing the funding for the described project ('funding provider').",
            "awardPageIRI": "The IRI leading to a page provided by the funder for more information about the award (grant)."
          }
        },
        "properties": {
          "@context": {
            "type": "object",
            "properties": {
              "funderName": {
                "enum": [
                  "https://schema.metadatacenter.org/properties/0eb27432-1ede-44a1-87c2-bed2081cab5c"
                ]
              },
              "awardPageIRI": {
                "enum": [
                  "https://schema.metadatacenter.org/properties/41a72a33-f1c7-4c0b-8b26-129bc1793ea8"
                ]
              }
            },
            "additionalProperties": false,
            "required": [
              "funderName",
              "awardPageIRI"
            ]
          },
          "@id": {
            "type": "string",
            "format": "uri"
          },
          "@type": {
            "oneOf": [
              {
                "type": "string",
                "format": "uri"
              },
              {
                "type": "array",
                "minItems": 1,
                "items": {
                  "type": "string",
                  "format": "uri"
                },
                "uniqueItems": true
              }
            ]
          },
          "funderName": {
            "@type": "https://schema.metadatacenter.org/core/TemplateField",
            "@context": {
              "xsd": "http://www.w3.org/2001/XMLSchema#",
              "pav": "http://purl.org/pav/",
              "bibo": "http://purl.org/ontology/bibo/",
              "oslc": "http://open-services.net/ns/core#",
              "schema": "http://schema.org/",
              "skos": "http://www.w3.org/2004/02/skos/core#",
              "schema:name": {
                "@type": "xsd:string"
              },
              "schema:description": {
                "@type": "xsd:string"
              },
              "skos:prefLabel": {
                "@type": "xsd:string"
              },
              "skos:altLabel": {
                "@type": "xsd:string"
              },
              "pav:createdOn": {
                "@type": "xsd:dateTime"
              },
              "pav:createdBy": {
                "@type": "@id"
              },
              "pav:lastUpdatedOn": {
                "@type": "xsd:dateTime"
              },
              "oslc:modifiedBy": {
                "@type": "@id"
              }
            },
            "type": "object",
            "title": "funderName field schema",
            "description": "funderName field schema generated by the CEDAR Template Editor 2.5.11",
            "_ui": {
              "inputType": "textfield"
            },
            "_valueConstraints": {
              "requiredValue": true,
              "defaultValue": "ZonMw"
            },
            "properties": {
              "@type": {
                "oneOf": [
                  {
                    "type": "string",
                    "format": "uri"
                  },
                  {
                    "type": "array",
                    "minItems": 1,
                    "items": {
                      "type": "string",
                      "format": "uri"
                    },
                    "uniqueItems": true
                  }
                ]
              },
              "@value": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "rdfs:label": {
                "type": [
                  "string",
                  "null"
                ]
              }
            },
            "required": [
              "@value"
            ],
            "schema:name": "funderName",
            "schema:description": "Name of the organization providing the funding for the described project ('funding provider').",
            "pav:createdOn": "2020-10-29T21:53:17-07:00",
            "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
            "pav:lastUpdatedOn": "2020-10-29T21:53:17-07:00",
            "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
            "schema:schemaVersion": "1.6.0",
            "additionalProperties": false,
            "skos:prefLabel": "funderName",
            "@id": "https://repo.metadatacenter.org/template-fields/02e20574-dfce-45a0-a1fa-66b0bc973934",
            "$schema": "http://json-schema.org/draft-04/schema#"
          },
          "awardPageIRI": {
            "@type": "https://schema.metadatacenter.org/core/TemplateField",
            "@context": {
              "xsd": "http://www.w3.org/2001/XMLSchema#",
              "pav": "http://purl.org/pav/",
              "bibo": "http://purl.org/ontology/bibo/",
              "oslc": "http://open-services.net/ns/core#",
              "schema": "http://schema.org/",
              "skos": "http://www.w3.org/2004/02/skos/core#",
              "schema:name": {
                "@type": "xsd:string"
              },
              "schema:description": {
                "@type": "xsd:string"
              },
              "skos:prefLabel": {
                "@type": "xsd:string"
              },
              "skos:altLabel": {
                "@type": "xsd:string"
              },
              "pav:createdOn": {
                "@type": "xsd:dateTime"
              },
              "pav:createdBy": {
                "@type": "@id"
              },
              "pav:lastUpdatedOn": {
                "@type": "xsd:dateTime"
              },
              "oslc:modifiedBy": {
                "@type": "@id"
              }
            },
            "type": "object",
            "title": "awardPageIRI field schema",
            "description": "awardPageIRI field schema generated by the CEDAR Template Editor 2.5.11",
            "_ui": {
              "inputType": "textfield"
            },
            "_valueConstraints": {
              "requiredValue": false
            },
            "properties": {
              "@type": {
                "oneOf": [
                  {
                    "type": "string",
                    "format": "uri"
                  },
                  {
                    "type": "array",
                    "minItems": 1,
                    "items": {
                      "type": "string",
                      "format": "uri"
                    },
                    "uniqueItems": true
                  }
                ]
              },
              "@value": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "rdfs:label": {
                "type": [
                  "string",
                  "null"
                ]
              }
            },
            "required": [
              "@value"
            ],
            "schema:name": "awardPageIRI",
            "schema:description": "The IRI leading to a page provided by the funder for more information about the award (grant).",
            "pav:createdOn": "2020-10-29T21:53:17-07:00",
            "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
            "pav:lastUpdatedOn": "2020-10-29T21:53:17-07:00",
            "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
            "schema:schemaVersion": "1.6.0",
            "additionalProperties": false,
            "skos:prefLabel": "awardPageIRI",
            "@id": "https://repo.metadatacenter.org/template-fields/3268ff1e-a3dc-4e78-92fe-59d8b6a38bf5",
            "$schema": "http://json-schema.org/draft-04/schema#"
          }
        },
        "required": [
          "@context",
          "@id",
          "funderName",
          "awardPageIRI"
        ],
        "additionalProperties": false,
        "pav:createdOn": "2020-10-29T23:56:41-07:00",
        "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
        "pav:lastUpdatedOn": "2020-10-29T23:56:41-07:00",
        "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
        "schema:schemaVersion": "1.6.0",
        "schema:name": "FunderInformation",
        "schema:description": "Information about the organization providing the funding for the described project ('funding provider').",
        "pav:version": "0.0.1",
        "bibo:status": "bibo:draft",
        "$schema": "http://json-schema.org/draft-04/schema#"
      }
    },
    "Principal Investigator": {
      "@type": "https://schema.metadatacenter.org/core/TemplateElement",
      "@context": {
        "xsd": "http://www.w3.org/2001/XMLSchema#",
        "pav": "http://purl.org/pav/",
        "bibo": "http://purl.org/ontology/bibo/",
        "oslc": "http://open-services.net/ns/core#",
        "schema": "http://schema.org/",
        "schema:name": {
          "@type": "xsd:string"
        },
        "schema:description": {
          "@type": "xsd:string"
        },
        "pav:createdOn": {
          "@type": "xsd:dateTime"
        },
        "pav:createdBy": {
          "@type": "@id"
        },
        "pav:lastUpdatedOn": {
          "@type": "xsd:dateTime"
        },
        "oslc:modifiedBy": {
          "@type": "@id"
        }
      },
      "type": "object",
      "title": "Principal investigator element schema",
      "description": "Principal investigator element schema generated by the CEDAR Template Editor 2.5.11",
      "_ui": {
        "order": [
          "Principal Investigator First Name",
          "Principal Investigator Surname",
          "Principal Investigator Name",
          "Principle Investigator ORCID",
          "Principle Investigator Email"
        ],
        "propertyLabels": {
          "Principle Investigator Email": "Principle Investigator Email",
          "Principal Investigator Name": "Principal Investigator Name",
          "Principle Investigator ORCID": "Principle Investigator ORCID",
          "Principal Investigator Surname": "Principal Investigator Surname",
          "Principal Investigator First Name": "Principal Investigator First Name"
        },
        "propertyDescriptions": {
          "Principle Investigator Email": "An email address of the Principle Investigator",
          "Principal Investigator Name": "The full name of the Principle Investigator",
          "Principle Investigator ORCID": "Enter the ORCID of the Principle Investigator",
          "Principal Investigator Surname": "The surname(s) of the Principle Investigator",
          "Principal Investigator First Name": "The personal name(s) of the Principle Investigator."
        }
      },
      "properties": {
        "@context": {
          "type": "object",
          "properties": {
            "Principle Investigator Email": {
              "enum": [
                "http://xmlns.com/foaf/0.1/mbox"
              ]
            },
            "Principal Investigator Name": {
              "enum": [
                "http://purl.org/dc/terms/creator"
              ]
            },
            "Principle Investigator ORCID": {
              "enum": [
                "https://schema.metadatacenter.org/properties/ee24c19a-1bb5-4693-8775-52ab7716108c"
              ]
            },
            "Principal Investigator Surname": {
              "enum": [
                "http://xmlns.com/foaf/0.1/familyName"
              ]
            },
            "Principal Investigator First Name": {
              "enum": [
                "http://xmlns.com/foaf/0.1/givenName"
              ]
            }
          },
          "additionalProperties": false,
          "required": [
            "Principal Investigator First Name",
            "Principal Investigator Surname",
            "Principal Investigator Name",
            "Principle Investigator Email",
            "Principle Investigator ORCID"
          ]
        },
        "@id": {
          "type": "string",
          "format": "uri"
        },
        "@type": {
          "oneOf": [
            {
              "type": "string",
              "format": "uri"
            },
            {
              "type": "array",
              "minItems": 1,
              "items": {
                "type": "string",
                "format": "uri"
              },
              "uniqueItems": true
            }
          ]
        },
        "Principle Investigator Email": {
          "@type": "https://schema.metadatacenter.org/core/TemplateField",
          "@context": {
            "xsd": "http://www.w3.org/2001/XMLSchema#",
            "pav": "http://purl.org/pav/",
            "bibo": "http://purl.org/ontology/bibo/",
            "oslc": "http://open-services.net/ns/core#",
            "schema": "http://schema.org/",
            "skos": "http://www.w3.org/2004/02/skos/core#",
            "schema:name": {
              "@type": "xsd:string"
            },
            "schema:description": {
              "@type": "xsd:string"
            },
            "skos:prefLabel": {
              "@type": "xsd:string"
            },
            "skos:altLabel": {
              "@type": "xsd:string"
            },
            "pav:createdOn": {
              "@type": "xsd:dateTime"
            },
            "pav:createdBy": {
              "@type": "@id"
            },
            "pav:lastUpdatedOn": {
              "@type": "xsd:dateTime"
            },
            "oslc:modifiedBy": {
              "@type": "@id"
            }
          },
          "type": "object",
          "title": "Principle Investigator Email field schema",
          "description": "Principle Investigator Email field schema generated by the CEDAR Template Editor 2.5.11",
          "_ui": {
            "inputType": "textfield"
          },
          "_valueConstraints": {
            "requiredValue": false
          },
          "properties": {
            "@type": {
              "oneOf": [
                {
                  "type": "string",
                  "format": "uri"
                },
                {
                  "type": "array",
                  "minItems": 1,
                  "items": {
                    "type": "string",
                    "format": "uri"
                  },
                  "uniqueItems": true
                }
              ]
            },
            "@value": {
              "type": [
                "string",
                "null"
              ]
            },
            "rdfs:label": {
              "type": [
                "string",
                "null"
              ]
            }
          },
          "required": [
            "@value"
          ],
          "schema:name": "Principle Investigator Email",
          "schema:description": "An email address of the Principle Investigator",
          "pav:createdOn": "2020-10-29T22:15:57-07:00",
          "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
          "pav:lastUpdatedOn": "2020-10-29T22:15:57-07:00",
          "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
          "schema:schemaVersion": "1.6.0",
          "additionalProperties": false,
          "skos:prefLabel": "Principal Investigator Email",
          "@id": "https://repo.metadatacenter.org/template-fields/48bff62d-85df-4a58-b5ea-1de8b12acf2d",
          "$schema": "http://json-schema.org/draft-04/schema#"
        },
        "Principal Investigator Name": {
          "@type": "https://schema.metadatacenter.org/core/TemplateField",
          "@context": {
            "xsd": "http://www.w3.org/2001/XMLSchema#",
            "pav": "http://purl.org/pav/",
            "bibo": "http://purl.org/ontology/bibo/",
            "oslc": "http://open-services.net/ns/core#",
            "schema": "http://schema.org/",
            "skos": "http://www.w3.org/2004/02/skos/core#",
            "schema:name": {
              "@type": "xsd:string"
            },
            "schema:description": {
              "@type": "xsd:string"
            },
            "skos:prefLabel": {
              "@type": "xsd:string"
            },
            "skos:altLabel": {
              "@type": "xsd:string"
            },
            "pav:createdOn": {
              "@type": "xsd:dateTime"
            },
            "pav:createdBy": {
              "@type": "@id"
            },
            "pav:lastUpdatedOn": {
              "@type": "xsd:dateTime"
            },
            "oslc:modifiedBy": {
              "@type": "@id"
            }
          },
          "type": "object",
          "title": "Principal Investigator Name field schema",
          "description": "Principal Investigator Name field schema generated by the CEDAR Template Editor 2.5.11",
          "_ui": {
            "inputType": "textfield"
          },
          "_valueConstraints": {
            "requiredValue": true
          },
          "properties": {
            "@type": {
              "oneOf": [
                {
                  "type": "string",
                  "format": "uri"
                },
                {
                  "type": "array",
                  "minItems": 1,
                  "items": {
                    "type": "string",
                    "format": "uri"
                  },
                  "uniqueItems": true
                }
              ]
            },
            "@value": {
              "type": [
                "string",
                "null"
              ]
            },
            "rdfs:label": {
              "type": [
                "string",
                "null"
              ]
            }
          },
          "required": [
            "@value"
          ],
          "schema:name": "Principal Investigator Name",
          "schema:description": "The full name of the Principle Investigator",
          "pav:createdOn": "2020-10-29T22:15:57-07:00",
          "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
          "pav:lastUpdatedOn": "2020-10-29T22:15:57-07:00",
          "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
          "schema:schemaVersion": "1.6.0",
          "additionalProperties": false,
          "skos:prefLabel": "Principal Investigator Name",
          "@id": "https://repo.metadatacenter.org/template-fields/0ad66799-8ae6-4b50-bc25-271cb0119bc9",
          "$schema": "http://json-schema.org/draft-04/schema#"
        },
        "Principle Investigator ORCID": {
          "@type": "https://schema.metadatacenter.org/core/TemplateField",
          "@context": {
            "xsd": "http://www.w3.org/2001/XMLSchema#",
            "pav": "http://purl.org/pav/",
            "bibo": "http://purl.org/ontology/bibo/",
            "oslc": "http://open-services.net/ns/core#",
            "schema": "http://schema.org/",
            "skos": "http://www.w3.org/2004/02/skos/core#",
            "schema:name": {
              "@type": "xsd:string"
            },
            "schema:description": {
              "@type": "xsd:string"
            },
            "skos:prefLabel": {
              "@type": "xsd:string"
            },
            "skos:altLabel": {
              "@type": "xsd:string"
            },
            "pav:createdOn": {
              "@type": "xsd:dateTime"
            },
            "pav:createdBy": {
              "@type": "@id"
            },
            "pav:lastUpdatedOn": {
              "@type": "xsd:dateTime"
            },
            "oslc:modifiedBy": {
              "@type": "@id"
            }
          },
          "type": "object",
          "title": "Principle Investigator ORCID field schema",
          "description": "Principle Investigator ORCID field schema generated by the CEDAR Template Editor 2.5.11",
          "_ui": {
            "inputType": "textfield"
          },
          "_valueConstraints": {
            "requiredValue": true
          },
          "properties": {
            "@type": {
              "oneOf": [
                {
                  "type": "string",
                  "format": "uri"
                },
                {
                  "type": "array",
                  "minItems": 1,
                  "items": {
                    "type": "string",
                    "format": "uri"
                  },
                  "uniqueItems": true
                }
              ]
            },
            "@value": {
              "type": [
                "string",
                "null"
              ]
            },
            "rdfs:label": {
              "type": [
                "string",
                "null"
              ]
            }
          },
          "required": [
            "@value"
          ],
          "schema:name": "Principle Investigator ORCID",
          "schema:description": "Enter the ORCID of the Principle Investigator",
          "pav:createdOn": "2020-10-29T22:15:57-07:00",
          "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
          "pav:lastUpdatedOn": "2020-10-29T22:15:57-07:00",
          "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
          "schema:schemaVersion": "1.6.0",
          "additionalProperties": false,
          "skos:prefLabel": "Principle Investigator ORCID",
          "@id": "https://repo.metadatacenter.org/template-fields/03602b81-9ab3-4f82-9de4-4f1d8ac5f4cb",
          "$schema": "http://json-schema.org/draft-04/schema#"
        },
        "Principal Investigator Surname": {
          "type": "array",
          "minItems": 0,
          "items": {
            "type": "object",
            "@type": "https://schema.metadatacenter.org/core/TemplateField",
            "@context": {
              "xsd": "http://www.w3.org/2001/XMLSchema#",
              "pav": "http://purl.org/pav/",
              "bibo": "http://purl.org/ontology/bibo/",
              "oslc": "http://open-services.net/ns/core#",
              "schema": "http://schema.org/",
              "skos": "http://www.w3.org/2004/02/skos/core#",
              "schema:name": {
                "@type": "xsd:string"
              },
              "schema:description": {
                "@type": "xsd:string"
              },
              "skos:prefLabel": {
                "@type": "xsd:string"
              },
              "skos:altLabel": {
                "@type": "xsd:string"
              },
              "pav:createdOn": {
                "@type": "xsd:dateTime"
              },
              "pav:createdBy": {
                "@type": "@id"
              },
              "pav:lastUpdatedOn": {
                "@type": "xsd:dateTime"
              },
              "oslc:modifiedBy": {
                "@type": "@id"
              }
            },
            "title": "Principal Investigator Surname field schema",
            "description": "Principal Investigator Surname field schema generated by the CEDAR Template Editor 2.5.11",
            "_ui": {
              "inputType": "textfield"
            },
            "_valueConstraints": {
              "requiredValue": false
            },
            "properties": {
              "@type": {
                "oneOf": [
                  {
                    "type": "string",
                    "format": "uri"
                  },
                  {
                    "type": "array",
                    "minItems": 1,
                    "items": {
                      "type": "string",
                      "format": "uri"
                    },
                    "uniqueItems": true
                  }
                ]
              },
              "@value": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "rdfs:label": {
                "type": [
                  "string",
                  "null"
                ]
              }
            },
            "required": [
              "@value"
            ],
            "additionalProperties": false,
            "pav:createdOn": "2020-10-29T22:15:57-07:00",
            "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
            "pav:lastUpdatedOn": "2020-10-29T22:15:57-07:00",
            "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
            "schema:schemaVersion": "1.6.0",
            "schema:name": "Principal Investigator Surname",
            "schema:description": "The surname(s) of the Principle Investigator",
            "skos:prefLabel": "Principla Investigator Surname",
            "@id": "https://repo.metadatacenter.org/template-fields/e9bb38e7-4b9b-4db8-a013-a82b3ccdd90d",
            "$schema": "http://json-schema.org/draft-04/schema#"
          }
        },
        "Principal Investigator First Name": {
          "type": "array",
          "minItems": 0,
          "items": {
            "type": "object",
            "@type": "https://schema.metadatacenter.org/core/TemplateField",
            "@context": {
              "xsd": "http://www.w3.org/2001/XMLSchema#",
              "pav": "http://purl.org/pav/",
              "bibo": "http://purl.org/ontology/bibo/",
              "oslc": "http://open-services.net/ns/core#",
              "schema": "http://schema.org/",
              "skos": "http://www.w3.org/2004/02/skos/core#",
              "schema:name": {
                "@type": "xsd:string"
              },
              "schema:description": {
                "@type": "xsd:string"
              },
              "skos:prefLabel": {
                "@type": "xsd:string"
              },
              "skos:altLabel": {
                "@type": "xsd:string"
              },
              "pav:createdOn": {
                "@type": "xsd:dateTime"
              },
              "pav:createdBy": {
                "@type": "@id"
              },
              "pav:lastUpdatedOn": {
                "@type": "xsd:dateTime"
              },
              "oslc:modifiedBy": {
                "@type": "@id"
              }
            },
            "title": "Principal Investigator First Name field schema",
            "description": "Principal Investigator First Name field schema generated by the CEDAR Template Editor 2.5.11",
            "_ui": {
              "inputType": "textfield"
            },
            "_valueConstraints": {
              "requiredValue": false
            },
            "properties": {
              "@type": {
                "oneOf": [
                  {
                    "type": "string",
                    "format": "uri"
                  },
                  {
                    "type": "array",
                    "minItems": 1,
                    "items": {
                      "type": "string",
                      "format": "uri"
                    },
                    "uniqueItems": true
                  }
                ]
              },
              "@value": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "rdfs:label": {
                "type": [
                  "string",
                  "null"
                ]
              }
            },
            "required": [
              "@value"
            ],
            "additionalProperties": false,
            "pav:createdOn": "2020-10-29T22:15:57-07:00",
            "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
            "pav:lastUpdatedOn": "2020-10-29T22:15:57-07:00",
            "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
            "schema:schemaVersion": "1.6.0",
            "schema:name": "Principal Investigator First Name",
            "schema:description": "The personal name(s) of the Principle Investigator.",
            "skos:prefLabel": "Principal Investigator First Name",
            "@id": "https://repo.metadatacenter.org/template-fields/bab0cf23-2f62-42a8-8cf7-d7eb8bd03a2a",
            "$schema": "http://json-schema.org/draft-04/schema#"
          }
        }
      },
      "schema:name": "Principal Investigator",
      "schema:description": "The principal investigator of the project",
      "required": [
        "@context",
        "@id",
        "Principal Investigator First Name",
        "Principal Investigator Surname",
        "Principal Investigator Name",
        "Principle Investigator Email",
        "Principle Investigator ORCID"
      ],
      "pav:createdOn": "2020-10-29T23:56:41-07:00",
      "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "pav:lastUpdatedOn": "2020-10-29T23:56:41-07:00",
      "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "schema:schemaVersion": "1.6.0",
      "additionalProperties": false,
      "pav:version": "0.0.1",
      "bibo:status": "bibo:draft",
      "pav:derivedFrom": "https://repo.metadatacenter.org/template-elements/8a24cdba-89ac-4873-a57d-6d0282c6e2e4",
      "@id": "https://repo.metadatacenter.org/template-elements/79cb6243-998f-4b32-b8ee-295fdaf95d4e",
      "$schema": "http://json-schema.org/draft-04/schema#"
    },
    "Project's Website": {
      "@type": "https://schema.metadatacenter.org/core/TemplateField",
      "@context": {
        "xsd": "http://www.w3.org/2001/XMLSchema#",
        "pav": "http://purl.org/pav/",
        "bibo": "http://purl.org/ontology/bibo/",
        "oslc": "http://open-services.net/ns/core#",
        "schema": "http://schema.org/",
        "skos": "http://www.w3.org/2004/02/skos/core#",
        "schema:name": {
          "@type": "xsd:string"
        },
        "schema:description": {
          "@type": "xsd:string"
        },
        "skos:prefLabel": {
          "@type": "xsd:string"
        },
        "skos:altLabel": {
          "@type": "xsd:string"
        },
        "pav:createdOn": {
          "@type": "xsd:dateTime"
        },
        "pav:createdBy": {
          "@type": "@id"
        },
        "pav:lastUpdatedOn": {
          "@type": "xsd:dateTime"
        },
        "oslc:modifiedBy": {
          "@type": "@id"
        }
      },
      "type": "object",
      "title": "Project's Website field schema",
      "description": "Project's Website field schema generated by the CEDAR Template Editor 2.5.11",
      "_ui": {
        "inputType": "textfield"
      },
      "_valueConstraints": {
        "requiredValue": false
      },
      "properties": {
        "@type": {
          "oneOf": [
            {
              "type": "string",
              "format": "uri"
            },
            {
              "type": "array",
              "minItems": 1,
              "items": {
                "type": "string",
                "format": "uri"
              },
              "uniqueItems": true
            }
          ]
        },
        "@value": {
          "type": [
            "string",
            "null"
          ]
        },
        "rdfs:label": {
          "type": [
            "string",
            "null"
          ]
        }
      },
      "required": [
        "@value"
      ],
      "schema:name": "Project's Website",
      "schema:description": "Enter the URL of the project's website",
      "pav:createdOn": "2020-10-29T23:56:41-07:00",
      "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "pav:lastUpdatedOn": "2020-10-29T23:56:41-07:00",
      "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "schema:schemaVersion": "1.6.0",
      "additionalProperties": false,
      "@id": "https://repo.metadatacenter.org/template-fields/92e026bc-223e-48ff-b065-4e34caa1a339",
      "$schema": "http://json-schema.org/draft-04/schema#"
    },
    "Country": {
      "type": "array",
      "minItems": 1,
      "items": {
        "type": "object",
        "@type": "https://schema.metadatacenter.org/core/TemplateField",
        "@context": {
          "xsd": "http://www.w3.org/2001/XMLSchema#",
          "pav": "http://purl.org/pav/",
          "bibo": "http://purl.org/ontology/bibo/",
          "oslc": "http://open-services.net/ns/core#",
          "schema": "http://schema.org/",
          "skos": "http://www.w3.org/2004/02/skos/core#",
          "schema:name": {
            "@type": "xsd:string"
          },
          "schema:description": {
            "@type": "xsd:string"
          },
          "skos:prefLabel": {
            "@type": "xsd:string"
          },
          "skos:altLabel": {
            "@type": "xsd:string"
          },
          "pav:createdOn": {
            "@type": "xsd:dateTime"
          },
          "pav:createdBy": {
            "@type": "@id"
          },
          "pav:lastUpdatedOn": {
            "@type": "xsd:dateTime"
          },
          "oslc:modifiedBy": {
            "@type": "@id"
          }
        },
        "title": "Country field schema",
        "description": "Country field schema generated by the CEDAR Template Editor 2.5.11",
        "_ui": {
          "inputType": "textfield"
        },
        "_valueConstraints": {
          "requiredValue": true,
          "ontologies": [],
          "valueSets": [],
          "classes": [],
          "branches": [
            {
              "source": "undefined (SNOMEDCT)",
              "acronym": "SNOMEDCT",
              "uri": "http://purl.bioontology.org/ontology/SNOMEDCT/223369002",
              "name": "Country",
              "maxDepth": 0
            }
          ],
          "multipleChoice": false
        },
        "properties": {
          "@type": {
            "oneOf": [
              {
                "type": "string",
                "format": "uri"
              },
              {
                "type": "array",
                "minItems": 1,
                "items": {
                  "type": "string",
                  "format": "uri"
                },
                "uniqueItems": true
              }
            ]
          },
          "rdfs:label": {
            "type": [
              "string",
              "null"
            ]
          },
          "@id": {
            "type": "string",
            "format": "uri"
          }
        },
        "additionalProperties": false,
        "pav:createdOn": "2020-10-29T23:56:41-07:00",
        "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
        "pav:lastUpdatedOn": "2020-10-29T23:56:41-07:00",
        "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
        "schema:schemaVersion": "1.6.0",
        "schema:name": "Country",
        "schema:description": "Enter the name of the countries involved in the project",
        "@id": "https://repo.metadatacenter.org/template-fields/277fdecc-5b0f-4e08-8eb4-4eba58c960a1",
        "required": [
          "@value"
        ],
        "$schema": "http://json-schema.org/draft-04/schema#"
      }
    },
    "Section 2: Project Details": {
      "@type": "https://schema.metadatacenter.org/core/StaticTemplateField",
      "@context": {
        "schema": "http://schema.org/",
        "pav": "http://purl.org/pav/",
        "bibo": "http://purl.org/ontology/bibo/",
        "oslc": "http://open-services.net/ns/core#"
      },
      "type": "object",
      "title": "Section 2: Project Details field schema",
      "description": "Section 2: Project Details field schema generated by the CEDAR Template Editor 2.5.11",
      "_ui": {
        "inputType": "section-break",
        "_content": null
      },
      "pav:createdOn": "2020-10-29T23:56:41-07:00",
      "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "pav:lastUpdatedOn": "2020-10-29T23:56:41-07:00",
      "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "schema:schemaVersion": "1.6.0",
      "schema:description": "Help Text",
      "additionalProperties": false,
      "schema:name": "Section 2: Project Details",
      "@id": "https://repo.metadatacenter.org/template-fields/0c9c40cc-59b6-4467-8125-132980a42fa4",
      "$schema": "http://json-schema.org/draft-04/schema#"
    },
    "Services": {
      "@id": "https://repo.metadatacenter.org/template-elements/2cc4ced5-f695-4bb7-8f66-ed4d13960ff7",
      "@type": "https://schema.metadatacenter.org/core/TemplateElement",
      "@context": {
        "xsd": "http://www.w3.org/2001/XMLSchema#",
        "pav": "http://purl.org/pav/",
        "bibo": "http://purl.org/ontology/bibo/",
        "oslc": "http://open-services.net/ns/core#",
        "schema": "http://schema.org/",
        "schema:name": {
          "@type": "xsd:string"
        },
        "schema:description": {
          "@type": "xsd:string"
        },
        "pav:createdOn": {
          "@type": "xsd:dateTime"
        },
        "pav:createdBy": {
          "@type": "@id"
        },
        "pav:lastUpdatedOn": {
          "@type": "xsd:dateTime"
        },
        "oslc:modifiedBy": {
          "@type": "@id"
        }
      },
      "type": "object",
      "title": "Services element schema",
      "description": "Services element schema generated by the CEDAR Template Editor 2.5.11",
      "_ui": {
        "order": [
          "Services",
          "Services1"
        ],
        "propertyLabels": {
          "Services": "Services",
          "Services1": "Services"
        },
        "propertyDescriptions": {
          "Services": "Choose the services the project uses or provides",
          "Services1": "In case you have selected above 'other service\" enter a service as free text here"
        }
      },
      "properties": {
        "@context": {
          "type": "object",
          "properties": {
            "Services": {
              "enum": [
                "https://schema.metadatacenter.org/properties/b48d766d-3c04-4ac2-8ca3-c3d45f23ba5c"
              ]
            },
            "Services1": {
              "enum": [
                "https://schema.metadatacenter.org/properties/a3026932-7cd7-41a5-98ae-46d422fb9e47"
              ]
            }
          },
          "additionalProperties": false,
          "required": [
            "Services",
            "Services1"
          ]
        },
        "@id": {
          "type": "string",
          "format": "uri"
        },
        "@type": {
          "oneOf": [
            {
              "type": "string",
              "format": "uri"
            },
            {
              "type": "array",
              "minItems": 1,
              "items": {
                "type": "string",
                "format": "uri"
              },
              "uniqueItems": true
            }
          ]
        },
        "Services": {
          "type": "array",
          "minItems": 1,
          "items": {
            "type": "object",
            "@id": "https://repo.metadatacenter.org/template-fields/2d3ace91-6355-4ba8-9624-5bf6567e05d1",
            "@type": "https://schema.metadatacenter.org/core/TemplateField",
            "@context": {
              "xsd": "http://www.w3.org/2001/XMLSchema#",
              "pav": "http://purl.org/pav/",
              "bibo": "http://purl.org/ontology/bibo/",
              "oslc": "http://open-services.net/ns/core#",
              "schema": "http://schema.org/",
              "skos": "http://www.w3.org/2004/02/skos/core#",
              "schema:name": {
                "@type": "xsd:string"
              },
              "schema:description": {
                "@type": "xsd:string"
              },
              "skos:prefLabel": {
                "@type": "xsd:string"
              },
              "skos:altLabel": {
                "@type": "xsd:string"
              },
              "pav:createdOn": {
                "@type": "xsd:dateTime"
              },
              "pav:createdBy": {
                "@type": "@id"
              },
              "pav:lastUpdatedOn": {
                "@type": "xsd:dateTime"
              },
              "oslc:modifiedBy": {
                "@type": "@id"
              }
            },
            "title": "Services field schema",
            "description": "Services field schema generated by the CEDAR Template Editor 2.5.11",
            "_ui": {
              "inputType": "textfield"
            },
            "_valueConstraints": {
              "requiredValue": false,
              "ontologies": [],
              "valueSets": [],
              "classes": [],
              "branches": [
                {
                  "source": "ZonMW Administrative Metadata Vocabulary (ZONMW-ADMIN-MD)",
                  "acronym": "ZONMW-ADMIN-MD",
                  "uri": "http://www.fair-data-collective.com/zonmw/projectadmin/Services",
                  "name": "Services",
                  "maxDepth": 0
                }
              ],
              "multipleChoice": false
            },
            "properties": {
              "@type": {
                "oneOf": [
                  {
                    "type": "string",
                    "format": "uri"
                  },
                  {
                    "type": "array",
                    "minItems": 1,
                    "items": {
                      "type": "string",
                      "format": "uri"
                    },
                    "uniqueItems": true
                  }
                ]
              },
              "rdfs:label": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "@id": {
                "type": "string",
                "format": "uri"
              }
            },
            "required": [
              "@value"
            ],
            "additionalProperties": false,
            "pav:createdOn": "2020-10-29T23:31:08-07:00",
            "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
            "pav:lastUpdatedOn": "2020-10-29T23:31:08-07:00",
            "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
            "schema:schemaVersion": "1.6.0",
            "schema:name": "Services",
            "schema:description": "Choose the services the project uses or provides",
            "skos:prefLabel": "Services",
            "$schema": "http://json-schema.org/draft-04/schema#"
          }
        },
        "Services1": {
          "@type": "https://schema.metadatacenter.org/core/TemplateField",
          "@context": {
            "xsd": "http://www.w3.org/2001/XMLSchema#",
            "pav": "http://purl.org/pav/",
            "bibo": "http://purl.org/ontology/bibo/",
            "oslc": "http://open-services.net/ns/core#",
            "schema": "http://schema.org/",
            "skos": "http://www.w3.org/2004/02/skos/core#",
            "schema:name": {
              "@type": "xsd:string"
            },
            "schema:description": {
              "@type": "xsd:string"
            },
            "skos:prefLabel": {
              "@type": "xsd:string"
            },
            "skos:altLabel": {
              "@type": "xsd:string"
            },
            "pav:createdOn": {
              "@type": "xsd:dateTime"
            },
            "pav:createdBy": {
              "@type": "@id"
            },
            "pav:lastUpdatedOn": {
              "@type": "xsd:dateTime"
            },
            "oslc:modifiedBy": {
              "@type": "@id"
            }
          },
          "type": "object",
          "title": "Services field schema",
          "description": "Services field schema generated by the CEDAR Template Editor 2.5.11",
          "_ui": {
            "inputType": "textfield"
          },
          "_valueConstraints": {
            "requiredValue": false
          },
          "properties": {
            "@type": {
              "oneOf": [
                {
                  "type": "string",
                  "format": "uri"
                },
                {
                  "type": "array",
                  "minItems": 1,
                  "items": {
                    "type": "string",
                    "format": "uri"
                  },
                  "uniqueItems": true
                }
              ]
            },
            "@value": {
              "type": [
                "string",
                "null"
              ]
            },
            "rdfs:label": {
              "type": [
                "string",
                "null"
              ]
            }
          },
          "required": [
            "@value"
          ],
          "schema:name": "Services",
          "schema:description": "In case you have selected above 'other service\" enter a service as free text here",
          "pav:createdOn": "2020-10-29T23:31:08-07:00",
          "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
          "pav:lastUpdatedOn": "2020-10-29T23:31:08-07:00",
          "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
          "schema:schemaVersion": "1.6.0",
          "additionalProperties": false,
          "skos:prefLabel": "Services",
          "@id": "https://repo.metadatacenter.org/template-fields/4fba3e3a-0625-49d1-8d18-449d477636fc",
          "$schema": "http://json-schema.org/draft-04/schema#"
        }
      },
      "schema:name": "Services",
      "schema:description": "Services used/provided by the project",
      "required": [
        "@context",
        "@id",
        "Services",
        "Services1"
      ],
      "pav:createdOn": "2020-10-29T23:56:41-07:00",
      "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "pav:lastUpdatedOn": "2020-10-29T23:56:41-07:00",
      "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "schema:schemaVersion": "1.6.0",
      "additionalProperties": false,
      "pav:version": "0.0.1",
      "bibo:status": "bibo:draft",
      "$schema": "http://json-schema.org/draft-04/schema#"
    },
    "Population": {
      "@type": "https://schema.metadatacenter.org/core/TemplateElement",
      "@context": {
        "xsd": "http://www.w3.org/2001/XMLSchema#",
        "pav": "http://purl.org/pav/",
        "bibo": "http://purl.org/ontology/bibo/",
        "oslc": "http://open-services.net/ns/core#",
        "schema": "http://schema.org/",
        "schema:name": {
          "@type": "xsd:string"
        },
        "schema:description": {
          "@type": "xsd:string"
        },
        "pav:createdOn": {
          "@type": "xsd:dateTime"
        },
        "pav:createdBy": {
          "@type": "@id"
        },
        "pav:lastUpdatedOn": {
          "@type": "xsd:dateTime"
        },
        "oslc:modifiedBy": {
          "@type": "@id"
        }
      },
      "type": "object",
      "title": "Population element schema",
      "description": "Population element schema generated by the CEDAR Template Editor 2.5.11",
      "_ui": {
        "order": [
          "Population",
          "Population1"
        ],
        "propertyLabels": {
          "Population": "Population",
          "Population1": "Population"
        },
        "propertyDescriptions": {
          "Population": "Choose the population the project addresses",
          "Population1": "In case you have selected above 'other population\" enter a population as free text here"
        }
      },
      "properties": {
        "@context": {
          "type": "object",
          "properties": {
            "Population": {
              "enum": [
                "https://schema.metadatacenter.org/properties/b48d766d-3c04-4ac2-8ca3-c3d45f23ba5c"
              ]
            },
            "Population1": {
              "enum": [
                "https://schema.metadatacenter.org/properties/a3026932-7cd7-41a5-98ae-46d422fb9e47"
              ]
            }
          },
          "additionalProperties": false,
          "required": [
            "Population",
            "Population1"
          ]
        },
        "@id": {
          "type": "string",
          "format": "uri"
        },
        "@type": {
          "oneOf": [
            {
              "type": "string",
              "format": "uri"
            },
            {
              "type": "array",
              "minItems": 1,
              "items": {
                "type": "string",
                "format": "uri"
              },
              "uniqueItems": true
            }
          ]
        },
        "Population": {
          "type": "array",
          "minItems": 1,
          "items": {
            "type": "object",
            "@id": "https://repo.metadatacenter.org/template-fields/2d3ace91-6355-4ba8-9624-5bf6567e05d1",
            "@type": "https://schema.metadatacenter.org/core/TemplateField",
            "@context": {
              "xsd": "http://www.w3.org/2001/XMLSchema#",
              "pav": "http://purl.org/pav/",
              "bibo": "http://purl.org/ontology/bibo/",
              "oslc": "http://open-services.net/ns/core#",
              "schema": "http://schema.org/",
              "skos": "http://www.w3.org/2004/02/skos/core#",
              "schema:name": {
                "@type": "xsd:string"
              },
              "schema:description": {
                "@type": "xsd:string"
              },
              "skos:prefLabel": {
                "@type": "xsd:string"
              },
              "skos:altLabel": {
                "@type": "xsd:string"
              },
              "pav:createdOn": {
                "@type": "xsd:dateTime"
              },
              "pav:createdBy": {
                "@type": "@id"
              },
              "pav:lastUpdatedOn": {
                "@type": "xsd:dateTime"
              },
              "oslc:modifiedBy": {
                "@type": "@id"
              }
            },
            "title": "Population field schema",
            "description": "Population field schema generated by the CEDAR Template Editor 2.5.11",
            "_ui": {
              "inputType": "textfield"
            },
            "_valueConstraints": {
              "requiredValue": true,
              "ontologies": [],
              "valueSets": [],
              "classes": [],
              "branches": [
                {
                  "source": "undefined (ZONMW-ADMIN-MD)",
                  "acronym": "ZONMW-ADMIN-MD",
                  "uri": "http://www.fair-data-collective.com/zonmw/projectadmin/Population",
                  "name": "Population",
                  "maxDepth": 0
                }
              ],
              "multipleChoice": false
            },
            "properties": {
              "@type": {
                "oneOf": [
                  {
                    "type": "string",
                    "format": "uri"
                  },
                  {
                    "type": "array",
                    "minItems": 1,
                    "items": {
                      "type": "string",
                      "format": "uri"
                    },
                    "uniqueItems": true
                  }
                ]
              },
              "rdfs:label": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "@id": {
                "type": "string",
                "format": "uri"
              }
            },
            "required": [
              "@value"
            ],
            "additionalProperties": false,
            "pav:createdOn": "2020-10-29T23:42:42-07:00",
            "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
            "pav:lastUpdatedOn": "2020-10-29T23:42:42-07:00",
            "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
            "schema:schemaVersion": "1.6.0",
            "schema:name": "Population",
            "schema:description": "Choose the population the project addresses",
            "skos:prefLabel": "Population",
            "$schema": "http://json-schema.org/draft-04/schema#"
          }
        },
        "Population1": {
          "@type": "https://schema.metadatacenter.org/core/TemplateField",
          "@context": {
            "xsd": "http://www.w3.org/2001/XMLSchema#",
            "pav": "http://purl.org/pav/",
            "bibo": "http://purl.org/ontology/bibo/",
            "oslc": "http://open-services.net/ns/core#",
            "schema": "http://schema.org/",
            "skos": "http://www.w3.org/2004/02/skos/core#",
            "schema:name": {
              "@type": "xsd:string"
            },
            "schema:description": {
              "@type": "xsd:string"
            },
            "skos:prefLabel": {
              "@type": "xsd:string"
            },
            "skos:altLabel": {
              "@type": "xsd:string"
            },
            "pav:createdOn": {
              "@type": "xsd:dateTime"
            },
            "pav:createdBy": {
              "@type": "@id"
            },
            "pav:lastUpdatedOn": {
              "@type": "xsd:dateTime"
            },
            "oslc:modifiedBy": {
              "@type": "@id"
            }
          },
          "type": "object",
          "title": "Population field schema",
          "description": "Population field schema generated by the CEDAR Template Editor 2.5.11",
          "_ui": {
            "inputType": "textfield"
          },
          "_valueConstraints": {
            "requiredValue": false
          },
          "properties": {
            "@type": {
              "oneOf": [
                {
                  "type": "string",
                  "format": "uri"
                },
                {
                  "type": "array",
                  "minItems": 1,
                  "items": {
                    "type": "string",
                    "format": "uri"
                  },
                  "uniqueItems": true
                }
              ]
            },
            "@value": {
              "type": [
                "string",
                "null"
              ]
            },
            "rdfs:label": {
              "type": [
                "string",
                "null"
              ]
            }
          },
          "required": [
            "@value"
          ],
          "schema:name": "Population",
          "schema:description": "In case you have selected above 'other population\" enter a population as free text here",
          "pav:createdOn": "2020-10-29T23:42:42-07:00",
          "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
          "pav:lastUpdatedOn": "2020-10-29T23:42:42-07:00",
          "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
          "schema:schemaVersion": "1.6.0",
          "additionalProperties": false,
          "skos:prefLabel": "Population",
          "@id": "https://repo.metadatacenter.org/template-fields/4fba3e3a-0625-49d1-8d18-449d477636fc",
          "$schema": "http://json-schema.org/draft-04/schema#"
        }
      },
      "schema:name": "Population",
      "schema:description": "Population addressed by the project",
      "required": [
        "@context",
        "@id",
        "Population",
        "Population1"
      ],
      "pav:createdOn": "2020-10-29T23:56:41-07:00",
      "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "pav:lastUpdatedOn": "2020-10-29T23:56:41-07:00",
      "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "schema:schemaVersion": "1.6.0",
      "additionalProperties": false,
      "pav:version": "0.0.1",
      "bibo:status": "bibo:draft",
      "pav:derivedFrom": "https://repo.metadatacenter.org/template-elements/2cc4ced5-f695-4bb7-8f66-ed4d13960ff7",
      "@id": "https://repo.metadatacenter.org/template-elements/4a51fd24-b099-4d7e-a976-4b3286025df0",
      "$schema": "http://json-schema.org/draft-04/schema#"
    },
    "Types of Data": {
      "@type": "https://schema.metadatacenter.org/core/TemplateElement",
      "@context": {
        "xsd": "http://www.w3.org/2001/XMLSchema#",
        "pav": "http://purl.org/pav/",
        "bibo": "http://purl.org/ontology/bibo/",
        "oslc": "http://open-services.net/ns/core#",
        "schema": "http://schema.org/",
        "schema:name": {
          "@type": "xsd:string"
        },
        "schema:description": {
          "@type": "xsd:string"
        },
        "pav:createdOn": {
          "@type": "xsd:dateTime"
        },
        "pav:createdBy": {
          "@type": "@id"
        },
        "pav:lastUpdatedOn": {
          "@type": "xsd:dateTime"
        },
        "oslc:modifiedBy": {
          "@type": "@id"
        }
      },
      "type": "object",
      "title": "Types of data element schema",
      "description": "Types of data element schema generated by the CEDAR Template Editor 2.5.11",
      "_ui": {
        "order": [
          "Types of Data",
          "Types of Data1"
        ],
        "propertyLabels": {
          "Types of Data": "Types of Data",
          "Types of Data1": "Types of Data"
        },
        "propertyDescriptions": {
          "Types of Data": "Choose the types of data the project is creating",
          "Types of Data1": "In case you have selected above 'other types of data\" enter a type of data as free text here"
        }
      },
      "properties": {
        "@context": {
          "type": "object",
          "properties": {
            "Types of Data": {
              "enum": [
                "https://schema.metadatacenter.org/properties/b48d766d-3c04-4ac2-8ca3-c3d45f23ba5c"
              ]
            },
            "Types of Data1": {
              "enum": [
                "https://schema.metadatacenter.org/properties/a3026932-7cd7-41a5-98ae-46d422fb9e47"
              ]
            }
          },
          "additionalProperties": false,
          "required": [
            "Types of Data",
            "Types of Data1"
          ]
        },
        "@id": {
          "type": "string",
          "format": "uri"
        },
        "@type": {
          "oneOf": [
            {
              "type": "string",
              "format": "uri"
            },
            {
              "type": "array",
              "minItems": 1,
              "items": {
                "type": "string",
                "format": "uri"
              },
              "uniqueItems": true
            }
          ]
        },
        "Types of Data": {
          "type": "array",
          "minItems": 1,
          "items": {
            "type": "object",
            "@id": "https://repo.metadatacenter.org/template-fields/2d3ace91-6355-4ba8-9624-5bf6567e05d1",
            "@type": "https://schema.metadatacenter.org/core/TemplateField",
            "@context": {
              "xsd": "http://www.w3.org/2001/XMLSchema#",
              "pav": "http://purl.org/pav/",
              "bibo": "http://purl.org/ontology/bibo/",
              "oslc": "http://open-services.net/ns/core#",
              "schema": "http://schema.org/",
              "skos": "http://www.w3.org/2004/02/skos/core#",
              "schema:name": {
                "@type": "xsd:string"
              },
              "schema:description": {
                "@type": "xsd:string"
              },
              "skos:prefLabel": {
                "@type": "xsd:string"
              },
              "skos:altLabel": {
                "@type": "xsd:string"
              },
              "pav:createdOn": {
                "@type": "xsd:dateTime"
              },
              "pav:createdBy": {
                "@type": "@id"
              },
              "pav:lastUpdatedOn": {
                "@type": "xsd:dateTime"
              },
              "oslc:modifiedBy": {
                "@type": "@id"
              }
            },
            "title": "Types of Data field schema",
            "description": "Types of Data field schema generated by the CEDAR Template Editor 2.5.11",
            "_ui": {
              "inputType": "textfield"
            },
            "_valueConstraints": {
              "requiredValue": true,
              "ontologies": [],
              "valueSets": [],
              "classes": [],
              "branches": [
                {
                  "source": "undefined (ZONMW-ADMIN-MD)",
                  "acronym": "ZONMW-ADMIN-MD",
                  "uri": "http://www.fair-data-collective.com/zonmw/projectadmin/TypesOfData",
                  "name": "Types Of Data",
                  "maxDepth": 0
                }
              ],
              "multipleChoice": false
            },
            "properties": {
              "@type": {
                "oneOf": [
                  {
                    "type": "string",
                    "format": "uri"
                  },
                  {
                    "type": "array",
                    "minItems": 1,
                    "items": {
                      "type": "string",
                      "format": "uri"
                    },
                    "uniqueItems": true
                  }
                ]
              },
              "rdfs:label": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "@id": {
                "type": "string",
                "format": "uri"
              }
            },
            "required": [
              "@value"
            ],
            "additionalProperties": false,
            "pav:createdOn": "2020-10-29T23:44:36-07:00",
            "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
            "pav:lastUpdatedOn": "2020-10-29T23:44:36-07:00",
            "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
            "schema:schemaVersion": "1.6.0",
            "schema:name": "Types of Data",
            "schema:description": "Choose the types of data the project is creating",
            "skos:prefLabel": "Types of Data",
            "$schema": "http://json-schema.org/draft-04/schema#"
          }
        },
        "Types of Data1": {
          "@type": "https://schema.metadatacenter.org/core/TemplateField",
          "@context": {
            "xsd": "http://www.w3.org/2001/XMLSchema#",
            "pav": "http://purl.org/pav/",
            "bibo": "http://purl.org/ontology/bibo/",
            "oslc": "http://open-services.net/ns/core#",
            "schema": "http://schema.org/",
            "skos": "http://www.w3.org/2004/02/skos/core#",
            "schema:name": {
              "@type": "xsd:string"
            },
            "schema:description": {
              "@type": "xsd:string"
            },
            "skos:prefLabel": {
              "@type": "xsd:string"
            },
            "skos:altLabel": {
              "@type": "xsd:string"
            },
            "pav:createdOn": {
              "@type": "xsd:dateTime"
            },
            "pav:createdBy": {
              "@type": "@id"
            },
            "pav:lastUpdatedOn": {
              "@type": "xsd:dateTime"
            },
            "oslc:modifiedBy": {
              "@type": "@id"
            }
          },
          "type": "object",
          "title": "Types of Data field schema",
          "description": "Types of Data field schema generated by the CEDAR Template Editor 2.5.11",
          "_ui": {
            "inputType": "textfield"
          },
          "_valueConstraints": {
            "requiredValue": false
          },
          "properties": {
            "@type": {
              "oneOf": [
                {
                  "type": "string",
                  "format": "uri"
                },
                {
                  "type": "array",
                  "minItems": 1,
                  "items": {
                    "type": "string",
                    "format": "uri"
                  },
                  "uniqueItems": true
                }
              ]
            },
            "@value": {
              "type": [
                "string",
                "null"
              ]
            },
            "rdfs:label": {
              "type": [
                "string",
                "null"
              ]
            }
          },
          "required": [
            "@value"
          ],
          "schema:name": "Types of Data",
          "schema:description": "In case you have selected above 'other types of data\" enter a type of data as free text here",
          "pav:createdOn": "2020-10-29T23:44:36-07:00",
          "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
          "pav:lastUpdatedOn": "2020-10-29T23:44:36-07:00",
          "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
          "schema:schemaVersion": "1.6.0",
          "additionalProperties": false,
          "skos:prefLabel": "Types of Data",
          "@id": "https://repo.metadatacenter.org/template-fields/4fba3e3a-0625-49d1-8d18-449d477636fc",
          "$schema": "http://json-schema.org/draft-04/schema#"
        }
      },
      "schema:name": "Types of Data",
      "schema:description": "Types of data the project is contributing to",
      "required": [
        "@context",
        "@id",
        "Types of Data",
        "Types of Data1"
      ],
      "pav:createdOn": "2020-10-29T23:56:41-07:00",
      "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "pav:lastUpdatedOn": "2020-10-29T23:56:41-07:00",
      "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "schema:schemaVersion": "1.6.0",
      "additionalProperties": false,
      "pav:version": "0.0.1",
      "bibo:status": "bibo:draft",
      "pav:derivedFrom": "https://repo.metadatacenter.org/template-elements/4e68a9ef-be19-47aa-a20d-2289bc790ba4",
      "@id": "https://repo.metadatacenter.org/template-elements/6bcb2467-a4cd-4b74-849b-e2d20bb6805e",
      "$schema": "http://json-schema.org/draft-04/schema#"
    },
    "Types of Collection": {
      "@type": "https://schema.metadatacenter.org/core/TemplateElement",
      "@context": {
        "xsd": "http://www.w3.org/2001/XMLSchema#",
        "pav": "http://purl.org/pav/",
        "bibo": "http://purl.org/ontology/bibo/",
        "oslc": "http://open-services.net/ns/core#",
        "schema": "http://schema.org/",
        "schema:name": {
          "@type": "xsd:string"
        },
        "schema:description": {
          "@type": "xsd:string"
        },
        "pav:createdOn": {
          "@type": "xsd:dateTime"
        },
        "pav:createdBy": {
          "@type": "@id"
        },
        "pav:lastUpdatedOn": {
          "@type": "xsd:dateTime"
        },
        "oslc:modifiedBy": {
          "@type": "@id"
        }
      },
      "type": "object",
      "title": "Types of collection element schema",
      "description": "Types of collection element schema generated by the CEDAR Template Editor 2.5.11",
      "_ui": {
        "order": [
          "Types of Collection",
          "Types of Collection1"
        ],
        "propertyLabels": {
          "Types of Collection": "Types of Collection",
          "Types of Collection1": "Types of Collection"
        },
        "propertyDescriptions": {
          "Types of Collection": "Choose the types of collections the project is creating/contributing to",
          "Types of Collection1": "In case you have selected above 'other types of collection\" enter a type of collection as free text here"
        }
      },
      "properties": {
        "@context": {
          "type": "object",
          "properties": {
            "Types of Collection": {
              "enum": [
                "https://schema.metadatacenter.org/properties/b48d766d-3c04-4ac2-8ca3-c3d45f23ba5c"
              ]
            },
            "Types of Collection1": {
              "enum": [
                "https://schema.metadatacenter.org/properties/a3026932-7cd7-41a5-98ae-46d422fb9e47"
              ]
            }
          },
          "additionalProperties": false,
          "required": [
            "Types of Collection",
            "Types of Collection1"
          ]
        },
        "@id": {
          "type": "string",
          "format": "uri"
        },
        "@type": {
          "oneOf": [
            {
              "type": "string",
              "format": "uri"
            },
            {
              "type": "array",
              "minItems": 1,
              "items": {
                "type": "string",
                "format": "uri"
              },
              "uniqueItems": true
            }
          ]
        },
        "Types of Collection": {
          "type": "array",
          "minItems": 1,
          "items": {
            "type": "object",
            "@id": "https://repo.metadatacenter.org/template-fields/2d3ace91-6355-4ba8-9624-5bf6567e05d1",
            "@type": "https://schema.metadatacenter.org/core/TemplateField",
            "@context": {
              "xsd": "http://www.w3.org/2001/XMLSchema#",
              "pav": "http://purl.org/pav/",
              "bibo": "http://purl.org/ontology/bibo/",
              "oslc": "http://open-services.net/ns/core#",
              "schema": "http://schema.org/",
              "skos": "http://www.w3.org/2004/02/skos/core#",
              "schema:name": {
                "@type": "xsd:string"
              },
              "schema:description": {
                "@type": "xsd:string"
              },
              "skos:prefLabel": {
                "@type": "xsd:string"
              },
              "skos:altLabel": {
                "@type": "xsd:string"
              },
              "pav:createdOn": {
                "@type": "xsd:dateTime"
              },
              "pav:createdBy": {
                "@type": "@id"
              },
              "pav:lastUpdatedOn": {
                "@type": "xsd:dateTime"
              },
              "oslc:modifiedBy": {
                "@type": "@id"
              }
            },
            "title": "Types of Collection field schema",
            "description": "Types of Collection field schema generated by the CEDAR Template Editor 2.5.11",
            "_ui": {
              "inputType": "textfield"
            },
            "_valueConstraints": {
              "requiredValue": true,
              "ontologies": [],
              "valueSets": [],
              "classes": [],
              "branches": [
                {
                  "source": "undefined (ZONMW-ADMIN-MD)",
                  "acronym": "ZONMW-ADMIN-MD",
                  "uri": "http://www.fair-data-collective.com/zonmw/projectadmin/TypesOfCollection",
                  "name": "Types Of Collection",
                  "maxDepth": 0
                }
              ],
              "multipleChoice": false
            },
            "properties": {
              "@type": {
                "oneOf": [
                  {
                    "type": "string",
                    "format": "uri"
                  },
                  {
                    "type": "array",
                    "minItems": 1,
                    "items": {
                      "type": "string",
                      "format": "uri"
                    },
                    "uniqueItems": true
                  }
                ]
              },
              "rdfs:label": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "@id": {
                "type": "string",
                "format": "uri"
              }
            },
            "required": [
              "@value"
            ],
            "additionalProperties": false,
            "pav:createdOn": "2020-10-29T23:42:04-07:00",
            "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
            "pav:lastUpdatedOn": "2020-10-29T23:42:04-07:00",
            "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
            "schema:schemaVersion": "1.6.0",
            "schema:name": "Types of Collection",
            "schema:description": "Choose the types of collections the project is creating/contributing to",
            "skos:prefLabel": "Types of Collection",
            "$schema": "http://json-schema.org/draft-04/schema#"
          }
        },
        "Types of Collection1": {
          "@type": "https://schema.metadatacenter.org/core/TemplateField",
          "@context": {
            "xsd": "http://www.w3.org/2001/XMLSchema#",
            "pav": "http://purl.org/pav/",
            "bibo": "http://purl.org/ontology/bibo/",
            "oslc": "http://open-services.net/ns/core#",
            "schema": "http://schema.org/",
            "skos": "http://www.w3.org/2004/02/skos/core#",
            "schema:name": {
              "@type": "xsd:string"
            },
            "schema:description": {
              "@type": "xsd:string"
            },
            "skos:prefLabel": {
              "@type": "xsd:string"
            },
            "skos:altLabel": {
              "@type": "xsd:string"
            },
            "pav:createdOn": {
              "@type": "xsd:dateTime"
            },
            "pav:createdBy": {
              "@type": "@id"
            },
            "pav:lastUpdatedOn": {
              "@type": "xsd:dateTime"
            },
            "oslc:modifiedBy": {
              "@type": "@id"
            }
          },
          "type": "object",
          "title": "Types of Collection field schema",
          "description": "Types of Collection field schema generated by the CEDAR Template Editor 2.5.11",
          "_ui": {
            "inputType": "textfield"
          },
          "_valueConstraints": {
            "requiredValue": false
          },
          "properties": {
            "@type": {
              "oneOf": [
                {
                  "type": "string",
                  "format": "uri"
                },
                {
                  "type": "array",
                  "minItems": 1,
                  "items": {
                    "type": "string",
                    "format": "uri"
                  },
                  "uniqueItems": true
                }
              ]
            },
            "@value": {
              "type": [
                "string",
                "null"
              ]
            },
            "rdfs:label": {
              "type": [
                "string",
                "null"
              ]
            }
          },
          "required": [
            "@value"
          ],
          "schema:name": "Types of Collection",
          "schema:description": "In case you have selected above 'other types of collection\" enter a type of collection as free text here",
          "pav:createdOn": "2020-10-29T23:42:04-07:00",
          "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
          "pav:lastUpdatedOn": "2020-10-29T23:42:04-07:00",
          "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
          "schema:schemaVersion": "1.6.0",
          "additionalProperties": false,
          "skos:prefLabel": "Types of Collection",
          "@id": "https://repo.metadatacenter.org/template-fields/4fba3e3a-0625-49d1-8d18-449d477636fc",
          "$schema": "http://json-schema.org/draft-04/schema#"
        }
      },
      "schema:name": "Types of Collection",
      "schema:description": "Types of collection the project is contributing to",
      "required": [
        "@context",
        "@id",
        "Types of Collection",
        "Types of Collection1"
      ],
      "pav:createdOn": "2020-10-29T23:56:41-07:00",
      "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "pav:lastUpdatedOn": "2020-10-29T23:56:41-07:00",
      "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "schema:schemaVersion": "1.6.0",
      "additionalProperties": false,
      "pav:version": "0.0.1",
      "bibo:status": "bibo:draft",
      "pav:derivedFrom": "https://repo.metadatacenter.org/template-elements/0d3835ee-adea-4de9-b0b6-729bc2a360e9",
      "@id": "https://repo.metadatacenter.org/template-elements/4e68a9ef-be19-47aa-a20d-2289bc790ba4",
      "$schema": "http://json-schema.org/draft-04/schema#"
    },
    "Setting": {
      "@type": "https://schema.metadatacenter.org/core/TemplateElement",
      "@context": {
        "xsd": "http://www.w3.org/2001/XMLSchema#",
        "pav": "http://purl.org/pav/",
        "bibo": "http://purl.org/ontology/bibo/",
        "oslc": "http://open-services.net/ns/core#",
        "schema": "http://schema.org/",
        "schema:name": {
          "@type": "xsd:string"
        },
        "schema:description": {
          "@type": "xsd:string"
        },
        "pav:createdOn": {
          "@type": "xsd:dateTime"
        },
        "pav:createdBy": {
          "@type": "@id"
        },
        "pav:lastUpdatedOn": {
          "@type": "xsd:dateTime"
        },
        "oslc:modifiedBy": {
          "@type": "@id"
        }
      },
      "type": "object",
      "title": "Setting element schema",
      "description": "Setting element schema generated by the CEDAR Template Editor 2.5.11",
      "_ui": {
        "order": [
          "Setting",
          "Setting1"
        ],
        "propertyLabels": {
          "Setting": "Setting",
          "Setting1": "Setting"
        },
        "propertyDescriptions": {
          "Setting": "Choose the setting that applies to the project",
          "Setting1": "In case you have selected above 'other setting\" enter a setting as free text here"
        }
      },
      "properties": {
        "@context": {
          "type": "object",
          "properties": {
            "Setting": {
              "enum": [
                "https://schema.metadatacenter.org/properties/b48d766d-3c04-4ac2-8ca3-c3d45f23ba5c"
              ]
            },
            "Setting1": {
              "enum": [
                "https://schema.metadatacenter.org/properties/a3026932-7cd7-41a5-98ae-46d422fb9e47"
              ]
            }
          },
          "additionalProperties": false,
          "required": [
            "Setting",
            "Setting1"
          ]
        },
        "@id": {
          "type": "string",
          "format": "uri"
        },
        "@type": {
          "oneOf": [
            {
              "type": "string",
              "format": "uri"
            },
            {
              "type": "array",
              "minItems": 1,
              "items": {
                "type": "string",
                "format": "uri"
              },
              "uniqueItems": true
            }
          ]
        },
        "Setting": {
          "type": "array",
          "minItems": 1,
          "items": {
            "type": "object",
            "@id": "https://repo.metadatacenter.org/template-fields/2d3ace91-6355-4ba8-9624-5bf6567e05d1",
            "@type": "https://schema.metadatacenter.org/core/TemplateField",
            "@context": {
              "xsd": "http://www.w3.org/2001/XMLSchema#",
              "pav": "http://purl.org/pav/",
              "bibo": "http://purl.org/ontology/bibo/",
              "oslc": "http://open-services.net/ns/core#",
              "schema": "http://schema.org/",
              "skos": "http://www.w3.org/2004/02/skos/core#",
              "schema:name": {
                "@type": "xsd:string"
              },
              "schema:description": {
                "@type": "xsd:string"
              },
              "skos:prefLabel": {
                "@type": "xsd:string"
              },
              "skos:altLabel": {
                "@type": "xsd:string"
              },
              "pav:createdOn": {
                "@type": "xsd:dateTime"
              },
              "pav:createdBy": {
                "@type": "@id"
              },
              "pav:lastUpdatedOn": {
                "@type": "xsd:dateTime"
              },
              "oslc:modifiedBy": {
                "@type": "@id"
              }
            },
            "title": "Setting field schema",
            "description": "Setting field schema generated by the CEDAR Template Editor 2.5.11",
            "_ui": {
              "inputType": "textfield"
            },
            "_valueConstraints": {
              "requiredValue": true,
              "ontologies": [],
              "valueSets": [],
              "classes": [],
              "branches": [
                {
                  "source": "ZonMW Administrative Metadata Vocabulary (ZONMW-ADMIN-MD)",
                  "acronym": "ZONMW-ADMIN-MD",
                  "uri": "http://www.fair-data-collective.com/zonmw/projectadmin/Setting",
                  "name": "Setting",
                  "maxDepth": 0
                }
              ],
              "multipleChoice": false
            },
            "properties": {
              "@type": {
                "oneOf": [
                  {
                    "type": "string",
                    "format": "uri"
                  },
                  {
                    "type": "array",
                    "minItems": 1,
                    "items": {
                      "type": "string",
                      "format": "uri"
                    },
                    "uniqueItems": true
                  }
                ]
              },
              "rdfs:label": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "@id": {
                "type": "string",
                "format": "uri"
              }
            },
            "required": [
              "@value"
            ],
            "additionalProperties": false,
            "pav:createdOn": "2020-10-29T23:38:36-07:00",
            "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
            "pav:lastUpdatedOn": "2020-10-29T23:38:36-07:00",
            "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
            "schema:schemaVersion": "1.6.0",
            "schema:name": "Setting",
            "schema:description": "Choose the setting that applies to the project",
            "skos:prefLabel": "Setting",
            "$schema": "http://json-schema.org/draft-04/schema#"
          }
        },
        "Setting1": {
          "@type": "https://schema.metadatacenter.org/core/TemplateField",
          "@context": {
            "xsd": "http://www.w3.org/2001/XMLSchema#",
            "pav": "http://purl.org/pav/",
            "bibo": "http://purl.org/ontology/bibo/",
            "oslc": "http://open-services.net/ns/core#",
            "schema": "http://schema.org/",
            "skos": "http://www.w3.org/2004/02/skos/core#",
            "schema:name": {
              "@type": "xsd:string"
            },
            "schema:description": {
              "@type": "xsd:string"
            },
            "skos:prefLabel": {
              "@type": "xsd:string"
            },
            "skos:altLabel": {
              "@type": "xsd:string"
            },
            "pav:createdOn": {
              "@type": "xsd:dateTime"
            },
            "pav:createdBy": {
              "@type": "@id"
            },
            "pav:lastUpdatedOn": {
              "@type": "xsd:dateTime"
            },
            "oslc:modifiedBy": {
              "@type": "@id"
            }
          },
          "type": "object",
          "title": "Setting field schema",
          "description": "Setting field schema generated by the CEDAR Template Editor 2.5.11",
          "_ui": {
            "inputType": "textfield"
          },
          "_valueConstraints": {
            "requiredValue": false
          },
          "properties": {
            "@type": {
              "oneOf": [
                {
                  "type": "string",
                  "format": "uri"
                },
                {
                  "type": "array",
                  "minItems": 1,
                  "items": {
                    "type": "string",
                    "format": "uri"
                  },
                  "uniqueItems": true
                }
              ]
            },
            "@value": {
              "type": [
                "string",
                "null"
              ]
            },
            "rdfs:label": {
              "type": [
                "string",
                "null"
              ]
            }
          },
          "required": [
            "@value"
          ],
          "schema:name": "Setting",
          "schema:description": "In case you have selected above 'other setting\" enter a setting as free text here",
          "pav:createdOn": "2020-10-29T23:38:36-07:00",
          "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
          "pav:lastUpdatedOn": "2020-10-29T23:38:36-07:00",
          "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
          "schema:schemaVersion": "1.6.0",
          "additionalProperties": false,
          "skos:prefLabel": "Setting",
          "@id": "https://repo.metadatacenter.org/template-fields/4fba3e3a-0625-49d1-8d18-449d477636fc",
          "$schema": "http://json-schema.org/draft-04/schema#"
        }
      },
      "schema:name": "Setting",
      "schema:description": "Setting applying to the project",
      "required": [
        "@context",
        "@id",
        "Setting",
        "Setting1"
      ],
      "pav:createdOn": "2020-10-29T23:56:41-07:00",
      "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "pav:lastUpdatedOn": "2020-10-29T23:56:41-07:00",
      "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "schema:schemaVersion": "1.6.0",
      "additionalProperties": false,
      "pav:version": "0.0.1",
      "bibo:status": "bibo:draft",
      "pav:derivedFrom": "https://repo.metadatacenter.org/template-elements/4a51fd24-b099-4d7e-a976-4b3286025df0",
      "@id": "https://repo.metadatacenter.org/template-elements/0d3835ee-adea-4de9-b0b6-729bc2a360e9",
      "$schema": "http://json-schema.org/draft-04/schema#"
    },
    "Focus Area": {
      "@type": "https://schema.metadatacenter.org/core/TemplateField",
      "@context": {
        "xsd": "http://www.w3.org/2001/XMLSchema#",
        "pav": "http://purl.org/pav/",
        "bibo": "http://purl.org/ontology/bibo/",
        "oslc": "http://open-services.net/ns/core#",
        "schema": "http://schema.org/",
        "skos": "http://www.w3.org/2004/02/skos/core#",
        "schema:name": {
          "@type": "xsd:string"
        },
        "schema:description": {
          "@type": "xsd:string"
        },
        "skos:prefLabel": {
          "@type": "xsd:string"
        },
        "skos:altLabel": {
          "@type": "xsd:string"
        },
        "pav:createdOn": {
          "@type": "xsd:dateTime"
        },
        "pav:createdBy": {
          "@type": "@id"
        },
        "pav:lastUpdatedOn": {
          "@type": "xsd:dateTime"
        },
        "oslc:modifiedBy": {
          "@type": "@id"
        }
      },
      "type": "object",
      "title": "Focus Area field schema",
      "description": "Focus Area field schema generated by the CEDAR Template Editor 2.5.11",
      "_ui": {
        "inputType": "textfield"
      },
      "_valueConstraints": {
        "requiredValue": false
      },
      "properties": {
        "@type": {
          "oneOf": [
            {
              "type": "string",
              "format": "uri"
            },
            {
              "type": "array",
              "minItems": 1,
              "items": {
                "type": "string",
                "format": "uri"
              },
              "uniqueItems": true
            }
          ]
        },
        "@value": {
          "type": [
            "string",
            "null"
          ]
        },
        "rdfs:label": {
          "type": [
            "string",
            "null"
          ]
        }
      },
      "required": [
        "@value"
      ],
      "schema:name": "Focus Area",
      "schema:description": "Please select the focus area of your project",
      "pav:createdOn": "2020-10-29T23:56:41-07:00",
      "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "pav:lastUpdatedOn": "2020-10-29T23:56:41-07:00",
      "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "schema:schemaVersion": "1.6.0",
      "additionalProperties": false,
      "skos:prefLabel": "Focus Area",
      "@id": "https://repo.metadatacenter.org/template-fields/7637525f-1afb-4a01-8213-0f9efbd49e0d",
      "$schema": "http://json-schema.org/draft-04/schema#"
    },
    "Theme": {
      "@type": "https://schema.metadatacenter.org/core/TemplateField",
      "@context": {
        "xsd": "http://www.w3.org/2001/XMLSchema#",
        "pav": "http://purl.org/pav/",
        "bibo": "http://purl.org/ontology/bibo/",
        "oslc": "http://open-services.net/ns/core#",
        "schema": "http://schema.org/",
        "skos": "http://www.w3.org/2004/02/skos/core#",
        "schema:name": {
          "@type": "xsd:string"
        },
        "schema:description": {
          "@type": "xsd:string"
        },
        "skos:prefLabel": {
          "@type": "xsd:string"
        },
        "skos:altLabel": {
          "@type": "xsd:string"
        },
        "pav:createdOn": {
          "@type": "xsd:dateTime"
        },
        "pav:createdBy": {
          "@type": "@id"
        },
        "pav:lastUpdatedOn": {
          "@type": "xsd:dateTime"
        },
        "oslc:modifiedBy": {
          "@type": "@id"
        }
      },
      "type": "object",
      "title": "Theme field schema",
      "description": "Theme field schema generated by the CEDAR Template Editor 2.5.11",
      "_ui": {
        "inputType": "textfield"
      },
      "_valueConstraints": {
        "requiredValue": false
      },
      "properties": {
        "@type": {
          "oneOf": [
            {
              "type": "string",
              "format": "uri"
            },
            {
              "type": "array",
              "minItems": 1,
              "items": {
                "type": "string",
                "format": "uri"
              },
              "uniqueItems": true
            }
          ]
        },
        "@value": {
          "type": [
            "string",
            "null"
          ]
        },
        "rdfs:label": {
          "type": [
            "string",
            "null"
          ]
        }
      },
      "required": [
        "@value"
      ],
      "schema:name": "Theme",
      "schema:description": "Select the theme your project is dealing with",
      "pav:createdOn": "2020-10-29T23:56:41-07:00",
      "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "pav:lastUpdatedOn": "2020-10-29T23:56:41-07:00",
      "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
      "schema:schemaVersion": "1.6.0",
      "additionalProperties": false,
      "skos:prefLabel": "Theme",
      "@id": "https://repo.metadatacenter.org/template-fields/d5999afe-9103-4434-b4a4-3650b90fdcd1",
      "$schema": "http://json-schema.org/draft-04/schema#"
    }
  },
  "required": [
    "@context",
    "@id",
    "schema:isBasedOn",
    "schema:name",
    "schema:description",
    "pav:createdOn",
    "pav:createdBy",
    "pav:lastUpdatedOn",
    "oslc:modifiedBy",
    "Project ID",
    "Project Title",
    "Acronym/short title",
    "Start date",
    "Expected end date",
    "Project duration",
    "Lead Institution",
    "Project Partner",
    "Province",
    "Study area",
    "Care process phase",
    "Size of collection",
    "FunderInformation",
    "Project's Website",
    "Principal Investigator",
    "Country",
    "Services",
    "Population",
    "Types of Data",
    "Types of Collection",
    "Setting",
    "Focus Area",
    "Theme"
  ],
  "schema:name": "COVID Project Metadata Template",
  "schema:description": "A metadata template for COVID 19 projects funded by ZonMw",
  "pav:createdOn": "2020-10-29T04:07:51-07:00",
  "pav:createdBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
  "pav:lastUpdatedOn": "2020-10-29T23:56:41-07:00",
  "oslc:modifiedBy": "https://metadatacenter.org/users/ffbb4dc6-7829-4a3c-8708-a2e4c386997b",
  "schema:schemaVersion": "1.6.0",
  "additionalProperties": false,
  "pav:version": "0.0.1",
  "bibo:status": "bibo:draft",
  "$schema": "http://json-schema.org/draft-04/schema#"
}
graybeal commented 3 years ago

To troubleshoot this, I started deleting fields. I ended up deleting every field and element after the Project Partner element, and then it saved successfully. I then added in the following successfully:

What did not work was adding a controlled term branch from SNOMEDCT. Oddly, although the chosen branch is identified as 223369002 ("Country"), the countries shown are all African Countries—which is one of the choices underneath the Country selection.

This is repeatable. The copied request in the UI (from Network view in browser debugging window) is

https://terminology.metadatacenter.org/bioportal/ontologies/SNOMEDCT/classes/http%3A%2F%2Fpurl.bioontology.org%2Fontology%2FSNOMEDCT%2F223369002/descendants?page=1&page_size=500

The response is below. This response can be matched by directly requesting the request IRI in the browser. Note that the response has a pageSize of 50, while the request has a page_size=500. It turns out the correct term is pageSize, not page_size. Setting pageSize=500 returns all the countries.

This, however, does not explain why an error is presenting the metadata from being saved.

{"page":1,"pageCount":5,"pageSize":50,"totalCount":227,"prevPage":null,"nextPage":2,"collection":[{"id":"223375006","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223375006","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Georgia","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Georgia (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223382005","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223382005","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Hong Kong","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Hong Kong (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223508008","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223508008","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"African country","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["African country (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223509000","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223509000","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"North African country","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["North African country (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223510005","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223510005","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Algeria","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Algeria (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223511009","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223511009","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Egypt","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Egypt (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223512002","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223512002","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Libya","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Libya (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223513007","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223513007","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Morocco","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Morocco (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223514001","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223514001","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Tunisia","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Tunisia (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223515000","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223515000","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"North east African country","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["North east African country (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223516004","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223516004","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Djibouti","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Djibouti (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223517008","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223517008","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Ethiopia","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Ethiopia (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223518003","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223518003","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Sudan","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Sudan (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223519006","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223519006","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Central African country","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Central African country (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223520000","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223520000","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Burundi","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Burundi (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223521001","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223521001","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Cameroon","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Cameroon (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223522008","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223522008","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Central African Republic","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Central African Republic (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223523003","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223523003","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Chad","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Chad (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223524009","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223524009","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Congo","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Congo (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223525005","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223525005","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Gabon","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Gabon (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223526006","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223526006","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Niger","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Niger (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223527002","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223527002","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Rwanda","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Rwanda (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223528007","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223528007","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Somalia","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Somalia (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223529004","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223529004","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Zaire","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Zaire (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223531008","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223531008","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Zambia","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Zambia (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223532001","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223532001","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"East African country","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["East African country (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223533006","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223533006","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Comoros islands","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Comoros islands (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223534000","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223534000","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Kenya","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Kenya (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223535004","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223535004","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Madagascar","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Madagascar (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223536003","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223536003","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Seychelles","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Seychelles (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223537007","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223537007","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Tanzania","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Tanzania (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223538002","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223538002","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Uganda","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Uganda (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223539005","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223539005","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"South east African country","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["South east African country (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223540007","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223540007","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Malawi","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Malawi (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223541006","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223541006","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Mauritius","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Mauritius (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223542004","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223542004","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Mozambique","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Mozambique (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223543009","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223543009","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"South west African country","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["South west African country (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223544003","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223544003","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Angola","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Angola (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223545002","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223545002","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Namibia","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Namibia (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223546001","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223546001","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"South African country","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["South African country (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223547005","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223547005","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Botswana","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Botswana (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223548000","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223548000","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Lesotho","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Lesotho (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223549008","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223549008","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"South Africa","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["South Africa (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223550008","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223550008","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Swaziland","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Swaziland (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223551007","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223551007","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Zimbabwe","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Zimbabwe (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223552000","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223552000","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"West African country","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["West African country (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223553005","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223553005","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Benin","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Benin (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223554004","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223554004","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Burkina Faso","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Burkina Faso (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223555003","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223555003","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Cape Verde islands","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Cape Verde islands (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false},{"id":"223556002","@id":"http://purl.bioontology.org/ontology/SNOMEDCT/223556002","@type":"http://data.bioontology.org/metadata/OntologyClass","type":"OntologyClass","prefLabel":"Equatorial Guinea","creator":null,"ontology":"http://data.bioontology.org/ontologies/SNOMEDCT","definitions":[],"synonyms":["Equatorial Guinea (geographic location)"],"subclassOf":null,"relations":null,"provisional":false,"created":null,"hasChildren":false}]}
graybeal commented 3 years ago

A second issue in the above-copied template is that there are multiple fields in which the name of the ontology is listed as undefined:

"source": "undefined (ZONMW-ADMIN-MD)",
"source": "undefined (SNOMEDCT)",

It isn't clear how or why this happened—although the ZONMW vocabulary had been updated in the same time frame as this template was being created, SNOMED CT had not.

graybeal commented 3 years ago

Returning to the main issue, I tried filling in all the values, this did not work.

Figuring the issues might be related to ontology constraints, I determined that in my test template, only one other field has an ontology constraint: the languageTag field for the Title. This constraint was mildly odd, in that it said numTerms was 2, but there are many more terms in the languageTag drop down (it's a weird SKOS thing, with 2 classes and lots of pseudo-classes).

I tested whether languageTag might be the problem by (1) changing it to not required; (2) removing the ontology, (3) removing the tag. Instance still wouldn't save.

I tried creating a template with the Country field. This worked (though with only showing the first 50 countries).

I went back to my Test Template and started removing fields/elements:

So now we're down to just the Country field, and it's still failing. The template now has the content below. I don't see anything particularly odd, except Property ID doesn't seem like it should be there.

{
  "@type": "https://schema.metadatacenter.org/core/Template",
  "@context": {
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "pav": "http://purl.org/pav/",
    "bibo": "http://purl.org/ontology/bibo/",
    "oslc": "http://open-services.net/ns/core#",
    "schema": "http://schema.org/",
    "schema:name": {
      "@type": "xsd:string"
    },
    "schema:description": {
      "@type": "xsd:string"
    },
    "pav:createdOn": {
      "@type": "xsd:dateTime"
    },
    "pav:createdBy": {
      "@type": "@id"
    },
    "pav:lastUpdatedOn": {
      "@type": "xsd:dateTime"
    },
    "oslc:modifiedBy": {
      "@type": "@id"
    }
  },
  "type": "object",
  "title": "Testing covid project metadata template template schema",
  "description": "Testing covid project metadata template template schema generated by the CEDAR Template Editor 2.5.11",
  "_ui": {
    "pages": [],
    "order": [
      "Country"
    ],
    "propertyLabels": {
      "Country": "Country"
    },
    "propertyDescriptions": {
      "Project ID": "",
      "Country": "Enter the name of the countries involved in the project"
    }
  },
  "properties": {
    "@context": {
      "type": "object",
      "properties": {
        "rdfs": {
          "type": "string",
          "format": "uri",
          "enum": [
            "http://www.w3.org/2000/01/rdf-schema#"
          ]
        },
        "xsd": {
          "type": "string",
          "format": "uri",
          "enum": [
            "http://www.w3.org/2001/XMLSchema#"
          ]
        },
        "pav": {
          "type": "string",
          "format": "uri",
          "enum": [
            "http://purl.org/pav/"
          ]
        },
        "schema": {
          "type": "string",
          "format": "uri",
          "enum": [
            "http://schema.org/"
          ]
        },
        "oslc": {
          "type": "string",
          "format": "uri",
          "enum": [
            "http://open-services.net/ns/core#"
          ]
        },
        "skos": {
          "type": "string",
          "format": "uri",
          "enum": [
            "http://www.w3.org/2004/02/skos/core#"
          ]
        },
        "rdfs:label": {
          "type": "object",
          "properties": {
            "@type": {
              "type": "string",
              "enum": [
                "xsd:string"
              ]
            }
          }
        },
        "schema:isBasedOn": {
          "type": "object",
          "properties": {
            "@type": {
              "type": "string",
              "enum": [
                "@id"
              ]
            }
          }
        },
        "schema:name": {
          "type": "object",
          "properties": {
            "@type": {
              "type": "string",
              "enum": [
                "xsd:string"
              ]
            }
          }
        },
        "schema:description": {
          "type": "object",
          "properties": {
            "@type": {
              "type": "string",
              "enum": [
                "xsd:string"
              ]
            }
          }
        },
        "pav:derivedFrom": {
          "type": "object",
          "properties": {
            "@type": {
              "type": "string",
              "enum": [
                "@id"
              ]
            }
          }
        },
        "pav:createdOn": {
          "type": "object",
          "properties": {
            "@type": {
              "type": "string",
              "enum": [
                "xsd:dateTime"
              ]
            }
          }
        },
        "pav:createdBy": {
          "type": "object",
          "properties": {
            "@type": {
              "type": "string",
              "enum": [
                "@id"
              ]
            }
          }
        },
        "pav:lastUpdatedOn": {
          "type": "object",
          "properties": {
            "@type": {
              "type": "string",
              "enum": [
                "xsd:dateTime"
              ]
            }
          }
        },
        "oslc:modifiedBy": {
          "type": "object",
          "properties": {
            "@type": {
              "type": "string",
              "enum": [
                "@id"
              ]
            }
          }
        },
        "skos:notation": {
          "type": "object",
          "properties": {
            "@type": {
              "type": "string",
              "enum": [
                "xsd:string"
              ]
            }
          }
        },
        "Country": {
          "enum": [
            "https://schema.metadatacenter.org/properties/9ae41e61-8f64-4bec-8274-90eefcc1510a"
          ]
        }
      },
      "required": [
        "xsd",
        "pav",
        "schema",
        "oslc",
        "schema:isBasedOn",
        "schema:name",
        "schema:description",
        "pav:createdOn",
        "pav:createdBy",
        "pav:lastUpdatedOn",
        "oslc:modifiedBy"
      ],
      "additionalProperties": false
    },
    "@id": {
      "type": [
        "string",
        "null"
      ],
      "format": "uri"
    },
    "@type": {
      "oneOf": [
        {
          "type": "string",
          "format": "uri"
        },
        {
          "type": "array",
          "minItems": 1,
          "items": {
            "type": "string",
            "format": "uri"
          },
          "uniqueItems": true
        }
      ]
    },
    "schema:isBasedOn": {
      "type": "string",
      "format": "uri"
    },
    "schema:name": {
      "type": "string",
      "minLength": 1
    },
    "schema:description": {
      "type": "string"
    },
    "pav:derivedFrom": {
      "type": "string",
      "format": "uri"
    },
    "pav:createdOn": {
      "type": [
        "string",
        "null"
      ],
      "format": "date-time"
    },
    "pav:createdBy": {
      "type": [
        "string",
        "null"
      ],
      "format": "uri"
    },
    "pav:lastUpdatedOn": {
      "type": [
        "string",
        "null"
      ],
      "format": "date-time"
    },
    "oslc:modifiedBy": {
      "type": [
        "string",
        "null"
      ],
      "format": "uri"
    },
    "Country": {
      "type": "array",
      "minItems": 1,
      "items": {
        "type": "object",
        "@id": "https://repo.metadatacenter.org/template-fields/fcd6d012-4a89-497f-a4e2-6db43dc5ee75",
        "@type": "https://schema.metadatacenter.org/core/TemplateField",
        "@context": {
          "xsd": "http://www.w3.org/2001/XMLSchema#",
          "pav": "http://purl.org/pav/",
          "bibo": "http://purl.org/ontology/bibo/",
          "oslc": "http://open-services.net/ns/core#",
          "schema": "http://schema.org/",
          "skos": "http://www.w3.org/2004/02/skos/core#",
          "schema:name": {
            "@type": "xsd:string"
          },
          "schema:description": {
            "@type": "xsd:string"
          },
          "skos:prefLabel": {
            "@type": "xsd:string"
          },
          "skos:altLabel": {
            "@type": "xsd:string"
          },
          "pav:createdOn": {
            "@type": "xsd:dateTime"
          },
          "pav:createdBy": {
            "@type": "@id"
          },
          "pav:lastUpdatedOn": {
            "@type": "xsd:dateTime"
          },
          "oslc:modifiedBy": {
            "@type": "@id"
          }
        },
        "title": "Country field schema",
        "description": "Country field schema generated by the CEDAR Template Editor 2.5.11",
        "_ui": {
          "inputType": "textfield"
        },
        "_valueConstraints": {
          "requiredValue": true,
          "ontologies": [],
          "valueSets": [],
          "classes": [],
          "branches": [
            {
              "source": "SNOMED CT (SNOMEDCT)",
              "acronym": "SNOMEDCT",
              "uri": "http://purl.bioontology.org/ontology/SNOMEDCT/223369002",
              "name": "Country",
              "maxDepth": 0
            }
          ],
          "multipleChoice": false
        },
        "properties": {
          "@type": {
            "oneOf": [
              {
                "type": "string",
                "format": "uri"
              },
              {
                "type": "array",
                "minItems": 1,
                "items": {
                  "type": "string",
                  "format": "uri"
                },
                "uniqueItems": true
              }
            ]
          },
          "rdfs:label": {
            "type": [
              "string",
              "null"
            ]
          },
          "@id": {
            "type": "string",
            "format": "uri"
          }
        },
        "required": [
          "@value"
        ],
        "additionalProperties": false,
        "pav:createdOn": "2020-10-30T02:26:22-07:00",
        "pav:createdBy": "https://metadatacenter.org/users/1adf5ee5-cee0-47d1-9769-efbe00cdebee",
        "pav:lastUpdatedOn": "2020-10-30T02:26:22-07:00",
        "oslc:modifiedBy": "https://metadatacenter.org/users/1adf5ee5-cee0-47d1-9769-efbe00cdebee",
        "schema:schemaVersion": "1.6.0",
        "schema:name": "Country",
        "schema:description": "Enter the name of the countries involved in the project",
        "$schema": "http://json-schema.org/draft-04/schema#"
      }
    }
  },
  "required": [
    "@context",
    "@id",
    "schema:isBasedOn",
    "schema:name",
    "schema:description",
    "pav:createdOn",
    "pav:createdBy",
    "pav:lastUpdatedOn",
    "oslc:modifiedBy",
    "Country"
  ],
  "schema:name": "Testing COVID Project Metadata Template",
  "schema:description": "A metadata template for COVID 19 projects funded by ZonMw",
  "pav:createdOn": "2020-10-30T01:02:19-07:00",
  "pav:createdBy": "https://metadatacenter.org/users/1adf5ee5-cee0-47d1-9769-efbe00cdebee",
  "pav:lastUpdatedOn": "2020-10-30T02:26:22-07:00",
  "oslc:modifiedBy": "https://metadatacenter.org/users/1adf5ee5-cee0-47d1-9769-efbe00cdebee",
  "schema:schemaVersion": "1.6.0",
  "additionalProperties": false,
  "pav:version": "0.0.1",
  "bibo:status": "bibo:draft",
  "pav:derivedFrom": "https://repo.metadatacenter.org/templates/a6cdaff0-6ef6-4759-9f60-22e7c7467d64",
  "@id": "https://repo.metadatacenter.org/templates/5d344a85-1025-4751-ae78-82a62334f524",
  "$schema": "http://json-schema.org/draft-04/schema#"
}
graybeal commented 3 years ago

So then I tried building up the template all over again. I got all the up to Type of Data, and it failed again. Deleting the last 4 entries (Type of Data element, Type of Collection element, Care Process Phase field, and Setting element) made it work again. Skipping the Setting element, I added all the others back in, and it still works. (yay)

Moving on, I was able to add Size of Collection field. When I added Population element, that failed again. Finally at the end I successfully entered one more element that was like the Type of Data element. Of the successful 2-part elements (there were only 2), neither have semantic content. Of the unsuccessful 2-part elements, most or all have semantic content. Just sayin'.

Do I vaguely remember an old ticket that had this problem? Shoot me if I just stayed up all night rediscovering this.

marcosmro commented 3 years ago

Hi @graybeal, here is a quick update on what I’ve discovered so far by taking a look at the original template (https://cedar.metadatacenter.org/templates/edit/https://repo.metadatacenter.org/templates/a6cdaff0-6ef6-4759-9f60-22e7c7467d64):

  1. Some fields point to branches that do not exist anymore. For example, the class "Services" is called now "Service", in singular. The same happens to "Types of Data" -> "Type of Data", and may happen to other fields as well. In these cases, clicking on the dropdown generates an HTTP 404 error and its corresponding yellow box "Error establishing a connection to BioPortal."
  2. BioPortal search (and therefore, autocomplete search) does not work for the ZONMW-ADMIN-MD ontology. When the user starts typing, she gets "Not found":
  3. It seems clear to me that there is a bug in the cache of the CEDAR front end. The values of different fields get mixed. I'm looking into this issue now.
  4. Issues 1 and 3 together cause that some fields get the full list of values that correspond to other fields. This is the issue that you reported initially (different fields get the same dropdown menu!).
graybeal commented 3 years ago

Great update, thanks Marcos.

I’ll talk to Misha about the search issues. It seems we may have different endpoints considering different definitions of a class, but I also wonder if search may be not working as expected. >> Realized (below) it was just indexing hadn't been done yet.

Thanks for looking into the caching issue. I was aware of #1 but stymied to fix it (I created it but didn’t anticipate the template update challenges!).

Any idea what is causing the “can’t save instances” problem? That’s a bit of a blocker, a big painful blocker actually.

John


From: Marcos Martinez notifications@github.com Sent: Friday, October 30, 2020 2:11:20 PM To: metadatacenter/cedar-project cedar-project@noreply.github.com Cc: John Graybeal jgraybeal@stanford.edu; Mention mention@noreply.github.com Subject: Re: [metadatacenter/cedar-project] strange Metadata Editor dropdowns (#1106)

Hi @graybealhttps://github.com/graybeal, here is a quick update on what I’ve discovered so far by taking a look at the original template (https://cedar.metadatacenter.org/templates/edit/https://repo.metadatacenter.org/templates/a6cdaff0-6ef6-4759-9f60-22e7c7467d64):

  1. Some fields point to branches that do not exist anymore. For example, the class “Services” is called now “Service”, in singular. The same happens to “Types of Data” -> “Type of Data”, and may happen to other fields as well. In these cases, clicking on the dropdown generates an HTTP 404 error and its corresponding yellow box “Error establishing a connection to BioPortal.”
  2. BioPortal search (and therefore, autocomplete search - When you start typing, you get “Not Found.”) does not work for the ZONMW-ADMIN-MD ontology. Example: http://data.bioontology.org/search?q=care&ontologies=ZONMW-ADMIN-MD. This problem may be related to the fact that the summary page shows only 2 classes for the ontology (http://bioportal.bioontology.org/ontologies/ZONMW-ADMIN-MD/?p=summary).
  3. It seems clear to me that there is a bug in the cache of the CEDAR front end. The values of different fields get mixed. I’m looking into this issue now.
  4. Issues 1 and 3 together cause that some fields get the full list of values that correspond to other fields.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/metadatacenter/cedar-project/issues/1106#issuecomment-719801532, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAJVJUCITJIRTMCF63ICIDDSNMTXRANCNFSM4TEVDVGA.

marcosmro commented 3 years ago

I've fixed the template. The good news is that there were no issues with our cache. The template was just broken. Apart from issues #1 and #2 mentioned in my previous comment, I found the following problems:

  1. There were multiple fields with the same identifier (@id) and different content. These duplicated identifiers were the cause of the wrong values in the dropdown. We should try to avoid fields with different content or constraints and the same identifier. CEDAR should indeed be able to check that case and inform the user, but it's just something that it's not there yet. I've regenerated all the identifiers of the fields in the template, to be sure that there are no duplicates.

  2. The model contained some controlled fields that required an "@value". That's wrong since controlled fields store their values using "@id". We've seen this issue in the past, and we've observed that it may happen in particular cases when changing the field between controlled and non-controlled, but it's still a TO-DO task. This behavior was the cause of the "can't save instances" problem. I've removed the "@value" requirement in the model for those controlled fields that had it. These fields included Service, Population, TypeOfData, TypeOfCollection, and Setting.

I've also fixed #1.

I've uploaded the fixed template (called "COVID Project Metadata Template - fixed - Marcos" - of course, feel free to rename it") to the "Project Metadata Template" folder, and given @graybeal write permissions. Here are the links to the template and the folder where it's stored:

graybeal commented 3 years ago

I don't fully understand #6. What does the user does (if anything) that requires @value—are there instructions to give to the user here? >> Update: I see now, the instruction to users is "don't change field from text to CV—delete and replace."

Re #5: Could it cause a problem if I make a copy of an element (or several) and use them all in one template? So the same identifier showing up in multiple places from different elements could cause a problem? How can we guide the user here?

Should we explicitly avoid the existing template(s), consider them corrupt? >> I will go through the elements and make them independent identifiers somehow. Then I will replace them in one of the templates.

It would be good to know which template you based the fixed template on, I assume it was the 'original template' you cited in an earlier comment (a6cdaff0-6ef6-4759-9f60-22e7c7467d64). >> I've just done a diff and determined differences in identifiers and the 'missing' vocabularies only. So, correct assumption.

graybeal commented 3 years ago

Re item #2, BioPortal search appears to work fine now. The search indexing happens overnight, and this vocabulary would have been updated early on Friday, so the search indexing wouldn't have happened yet. A problem of sorts but not a bug, exactly.

graybeal commented 3 years ago

Updating the knowledge on these 6 points:

  1. Some fields point to branches that do not exist anymore. >> Yes, a known outcome I consciously caused, and fixed later.
  2. BioPortal search (and autocomplete search) does not work for ZONMW-ADMIN-MD ontology. >> Indexed that night.
  3. It seems clear to me that there is a bug in the cache of the CEDAR front end. >> "Just a broken template." (?)
  4. Different fields get the same dropdown menu!). >> Pointing to no-longer existing branches is bad. Won't do it.
  5. multiple fields with the same identifier (@id) and different content. >> Need to understand how user causes and avoids this. For now, I will go through the elements and make sure all the identifiers are different somehow. (How did you do this in the template?)
  6. model contained some controlled fields that required an "@value" >> Can confirm this would have been created when turning text fields for CV fields. Will look for that in the elements and in my funky template.
marcosmro commented 3 years ago

3 - Right. The issues in the dropdown where not caused by the cache. The template was broken.

5 - I'd also like to know how the user caused this. I think that part of the process involves inserting the same element into the template multiple times and then change it, or the other way around, but I'm not sure how the user did this. In order to fix the fields, I took the original template and reassigned identifiers to all the fields by hand, at the JSON-LD level. It took me a while, but I think that the fixed template doesn't have any duplicated field identifiers.

6 - I've created a GitHub issue to fix this problem: https://github.com/metadatacenter/cedar-project/issues/1107

graybeal commented 3 years ago

5 - With the information you provided, I assessed the elements from which the template was constructed. The elements themselves had the same issue. I don't have your identifier-hand-edit mojo, so what I did to fix it was delete the offending CV-based field and recreate it, then verify by inspecting the 'required:' items that there were the right number. The problem came back today in another template created by the same person, in this case caused by a field created within the template (the Country field). (Found it by inspecting all the required: items in the JSON.) I deleted the field and replaced it and the "can't save instances" issue with that template went away. I'll put a comment about my theory in the other ticket.