microbiomedata / nmdc-schema

National Microbiome Data Collaborative (NMDC) unified data model
https://microbiomedata.github.io/nmdc-schema/
Creative Commons Zero v1.0 Universal
27 stars 8 forks source link

fix inconsistent `slot_usages` #1901

Open turbomam opened 5 months ago

turbomam commented 5 months ago

Some of these are confusions about what should be expressed in the nmdc-schema and what should be handled in the submission portal

types:
  external_identifier:
    typeof: uriorcurie
    uri: xsd:anyURI # isn't that inherited from typeof: uriorcurie? WARNING:root:No datatype specified for : external identifier, using plain Literal
    description: >-
      A CURIE representing an external identifier
    see_also:
      - https://microbiomedata.github.io/nmdc-schema/identifiers/
    pattern: '^[a-zA-Z0-9][a-zA-Z0-9_\.]+:[a-zA-Z0-9_][a-zA-Z0-9_\-\/\.,]*$'
turbomam commented 5 months ago

see