From a1a5b2db96c315c784a8a77d8b2ce0db4c009f89 Mon Sep 17 00:00:00 2001 From: lltommy Date: Mon, 20 Apr 2020 10:13:16 +0200 Subject: Making collection date and collection location MANDATORY fields, turning orcid into IRI --- bh20sequploader/bh20seq-schema.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bh20sequploader/bh20seq-schema.yml') diff --git a/bh20sequploader/bh20seq-schema.yml b/bh20sequploader/bh20seq-schema.yml index 5000f08..64008f2 100644 --- a/bh20sequploader/bh20seq-schema.yml +++ b/bh20sequploader/bh20seq-schema.yml @@ -87,12 +87,12 @@ $graph: _type: "@id" collection_date: doc: Date when the sample was taken - type: string? + type: string jsonldPredicate: _id: http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C25164 collection_location: doc: Geographical location where the sample was collected as wikidata reference, e.g. http://www.wikidata.org/entity/Q148 (China) - type: string? + type: string jsonldPredicate: _id: http://purl.obolibrary.org/obo/GAZ_00000448 _type: "@id" @@ -214,6 +214,8 @@ $graph: type: string? jsonldPredicate: _id: http://semanticscience.org/resource/SIO_000115 + _type: "@id" + noLinkCheck: true - name: MainSchema type: record -- cgit v1.2.3