{ "@context": { "schema": "http://schema.org/", "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", "rdfs": "http://www.w3.org/2000/01/rdf-schema#", "dct": "http://purl.org/dc/terms/", "bioschemas": "https://discovery.biothings.io/ns/bioschemas/", "niaid": "http://discovery.biothings.io/ns/niaid/", "nde": "https://discovery.biothings.io/ns/nde/", "revampp": "https://discovery.biothings.io/ns/revampp/" }, "@graph": [ { "@id": "revampp:Dataset", "@type": "rdfs:Class", "rdfs:comment": "Dataset schema for the NIAID ReVAMPP Network", "rdfs:label": "Dataset", "rdfs:subClassOf": { "@id": "nde:Dataset" }, "$validation": { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "name": { "description": "The name of the dataset", "owl:cardinality": "one", "type": "string" }, "description": { "description": "A description of the dataset", "owl:cardinality": "one", "type": "string" }, "alternateName": { "description": "Alias of the name", "oneOf": [ { "type": "array", "items": { "type": "string" } }, { "type": "string" } ] }, "dateCreated": { "description": "The date on which the dataset was added to a repository", "format": "date", "type": "string", "owl:cardinality": "one" }, "dateModified": { "description": "The date on which the dataset was most recently modified within a repository", "format": "date", "type": "string", "owl:cardinality": "one" }, "date": { "description": "Date the dataset was last changed: most recent date of dateModified, datePublished, and dateCreated", "abstract": "date changed", "format": "date", "type": "string", "owl:cardinality": "one", "items": { "$ref": "#/definitions/date" } }, "conditionsOfAccess": { "description": "Conditions that affect the availability of, or method(s) of access to, the work. Options include open (freely available), restricted (may include restrictions on use), closed (requires registration to access), or embargoed (unpublished).", "abstract": "accessibility of the work", "type": "string", "enum": [ "Closed", "Open", "Restricted", "Embargoed" ], "owl:cardinality": "one" }, "identifier": { "description": "Identifiers for the dataset (ideally less than 15 characters). These may be standardized identifiers used by the repository. For example, DataSet (GDS), Series (GSE) or Platform (GPL) accession numbers are used as identifiers by the Gene Expression Omnibus. DOIs are also common identifiers.", "owl:cardinality": "many", "oneOf": [ { "type": "string" }, { "type": "array", "items": { "type": "string" } } ] }, "measurementTechnique": { "description": "A technique or technology used in a dataset, corresponding to the method used for measuring the corresponding variable(s). Techniques and technologies not appearing in the list can be added manually. Selections will appear below the search list.", "owl:cardinality": "many", "oneOf": [ { "description": "Collection of vocabulary terms defined in ontologies", "@type": "DefinedTerm", "type": "string", "vocabulary": { "ontology": [ "ido", "efo", "cmo", "edam", "ncit" ], "children_of": [ "http://purl.obolibrary.org/obo/ido.owl", "http://www.ebi.ac.uk/efo/EFO_0000001", "http://purl.obolibrary.org/obo/CMO_0000000", "http://edamontology.org/topic_3361", "http://purl.obolibrary.org/obo/NCIT_C20368" ] }, "strict": false }, { "type": "array", "items": { "description": "Collection of vocabulary terms defined in ontologies", "@type": "DefinedTerm", "type": "string", "vocabulary": { "ontology": [ "ido", "efo", "cmo", "edam", "ncit" ], "children_of": [ "http://purl.obolibrary.org/obo/ido.owl", "http://www.ebi.ac.uk/efo/EFO_0000001", "http://purl.obolibrary.org/obo/CMO_0000000", "http://edamontology.org/topic_3361", "http://purl.obolibrary.org/obo/NCIT_C20368" ] }, "strict": false } } ] }, "datePublished": { "description": "Date the work was first published", "format": "date", "type": "string", "owl:cardinality": "one" }, "distribution": { "description": "DataDownload objects, which contain the URL link to download the raw, analyzed, and summary data associated with the dataset as well as associated metadata for the file", "owl:cardinality": "many", "oneOf": [ { "description": "A dataset in downloadable form", "@type": "DataDownload", "type": "object", "properties": { "dateModified": { "type": "string", "format": "date" }, "contentUrl": { "type": "string", "format": "uri" } }, "required": [ "dateModified", "contentUrl" ] }, { "type": "array", "items": { "description": "A dataset in downloadable form", "@type": "DataDownload", "type": "object", "properties": { "dateModified": { "type": "string", "format": "date" }, "contentUrl": { "type": "string", "format": "uri" } }, "required": [ "dateModified", "contentUrl" ] } } ] }, "funding": { "description": "Funding that supports (sponsors) the collection of this dataset through some kind of financial contribution. Please include your ReVAMPP grant number and information in addition to other applicable funding sources. Grant numbers will be used to identify ReVAMPP research as well as cross-collaboration efforts. Each of the following grant numbers is associated with a different ReVAMPP RC: AI181979 (BP4), AI181797 (CDSC), AI181960 (FLARE), AI181881 (MLvax), AI181930 (PABVAX), AI181977 (PROVIDENT), AI181984 (R2P2), AI181968 (VPPC). Parent organization can be listed as one of the ReVAMPP Researcher Centers.", "owl:cardinality": "many", "oneOf": [ { "type": "object", "@type": "MonetaryGrant", "description": "Funding that supports (sponsors) the collection of this dataset through some kind of financial contribution", "properties": { "funder": { "description": "An organization associated with a creator or funder of a dataset", "oneOf": [ { "type": "object", "@type": "Organization", "description": "Information about a single funder", "properties": { "name": { "type": "string", "description": "For ReVAMPP grant numbers, use 'NIAID.' For others, list organization name." }, "parentOrganization": { "type": "string", "description": "For ReVAMPP grant numbers, parent organization can be listed as one of the ReVAMPP researcher centers." } }, "required": [ "name" ] }, { "type": "array", "items": { "type": "object", "@type": "Organization", "description": "Information about a single funder", "properties": { "name": { "type": "string", "description": "An organization associated with a creator or funder of a dataset" }, "parentOrganization": { "type": "string", "description": "name of the parent funding organization" } }, "required": [ "name" ] } } ] }, "description": { "type": "string", "description": "Description about the funding award / grant" }, "url": { "type": "string", "description": "Award / grant URL" }, "identifier": { "type": "string", "description": "Unique identifier(s) for the grant(s) used to fund the Dataset, include any ReVAMPP grant numbers. Example grant numbers are AI181979 (BP4), AI181797 (CDSC), AI181960 (FLARE), AI181881 (MLvax), AI181930 (PABVAX), AI181977 (PROVIDENT), AI181984 (R2P2), and AI181968 (VPPC)." } }, "required": [ "funder", "identifier" ] }, { "type": "array", "items": { "type": "object", "@type": "MonetaryGrant", "description": "Funding that supports (sponsors) the collection of this dataset through some kind of financial contribution", "properties": { "funder": { "description": "An organization associated with a creator or funder of a dataset", "oneOf": [ { "type": "object", "@type": "Organization", "description": "Information about a single funder", "properties": { "name": { "type": "string", "description": "An organization associated with a creator or funder of a dataset" }, "parentOrganization": { "type": "string", "description": "Name of the parent funding organization (one of the ReVAMPP research centers)" } }, "required": [ "name" ] }, { "type": "array", "items": { "type": "object", "@type": "Organization", "description": "Information about a single funder", "properties": { "name": { "type": "string", "description": "An organization associated with a creator or funder of a dataset" }, "parentOrganization": { "type": "string", "description": "Name of the parent funding organization (one of the ReVAMPP research centers)" } }, "required": [ "name" ] } } ] }, "description": { "type": "string", "description": "Description about the funding award / grant" }, "url": { "type": "string", "description": "Award / grant URL" }, "identifier": { "type": "string", "description": "Unique identifier(s) for the grant(s) used to fund the Dataset, include any ReVAMPP grant numbers" } }, "required": [ "funder", "identifier" ] } } ] }, "infectiousAgent": { "description": "Infectious agent(s) / pathogen(s) which are the focus of the dataset (e.g. SARS-CoV-2). Agents and pathogens not appearing in the list can be added manually. Selections will appear below the search list.", "owl:cardinality": "many", "oneOf": [ { "description": "Collection of vocabulary terms defined in ontologies", "@type": "DefinedTerm", "type": "string", "vocabulary": { "ontology": [ "ncbitaxon" ], "children_of": [ "http://purl.obolibrary.org/obo/NCBITaxon_10239", "http://purl.obolibrary.org/obo/NCBITaxon_2" ] }, "strict": false }, { "type": "array", "items": { "description": "Collection of vocabulary terms defined in ontologies", "@type": "DefinedTerm", "type": "string", "vocabulary": { "ontology": [ "ncbitaxon" ], "children_of": [ "http://purl.obolibrary.org/obo/NCBITaxon_10239", "http://purl.obolibrary.org/obo/NCBITaxon_2" ] }, "strict": false } } ] }, "topicCategory": { "description": "Topic of the dataset (e.g. Infectious disease). To search the list of linked controlled vocabularies, select the topicCategory box. Controlled terms that do not have an IRI can be added via the DefinedTerm box.", "abstract": "topic", "anyOf": [ { "type": "array", "items": { "$ref": "#/definitions/topic" } }, { "$ref": "#/definitions/topic" }, { "type": "array", "items": { "$ref": "#/definitions/definedterm" } }, { "$ref": "#/definitions/definedterm" } ], "owl:cardinality": "many" }, "variableMeasured": { "description": "The variables that are measured in some dataset (repeated as necessary), either described as text or as pairs of identifier and description using PropertyValue. To search the list of linked controlled vocabularies, select the variableMeasured box. Controlled terms that do not have an IRI can be added via the DefinedTerm box", "oneOf": [ { "description": "collection of vocabulary terms defined in ontologies", "strict": false, "type": "string", "vocabulary": { "children_of": ["http://purl.obolibrary.org/obo/ido.owl", "http://www.ebi.ac.uk/efo/EFO_0000001", "http://purl.obolibrary.org/obo/CMO_0000000", "http://edamontology.org/topic_3361", "http://purl.obolibrary.org/obo/NCIT_C25209"], "ontology": ["ido", "efo", "cmo", "edam", "ncit"] } }, { "items": { "description": "Collection of vocabulary terms defined in ontologies", "strict": false, "type": "string", "vocabulary": { "children_of": ["http://purl.obolibrary.org/obo/ido.owl", "http://www.ebi.ac.uk/efo/EFO_0000001", "http://purl.obolibrary.org/obo/CMO_0000000", "http://edamontology.org/topic_3361", "http://purl.obolibrary.org/obo/NCIT_C25209"], "ontology": ["ido", "efo", "cmo", "edam", "ncit"] } }, "type": "array" }, { "type": "array", "items": { "$ref": "#/definitions/definedterm" } }, { "$ref": "#/definitions/definedterm" } ], "owl:cardinality": "many" }, "healthCondition": { "description": "The Infectious disease(s) / health condition(s) which are the focus of the dataset (e.g. COVID-19, pneumonia, etc.). Variables not appearing in the list can be added manually. Selections will appear below the search list.", "owl:cardinality": "many", "oneOf": [ { "description": "Collection of vocabulary terms defined in ontologies", "@type": "DefinedTerm", "type": "string", "vocabulary": { "ontology": [ "ido", "mondo" ], "children_of": [ "http://purl.obolibrary.org/obo/ido.owl", "http://purl.obolibrary.org/obo/MONDO_0000001" ] }, "strict": false }, { "type": "array", "items": { "description": "Collection of vocabulary terms defined in ontologies", "@type": "DefinedTerm", "type": "string", "vocabulary": { "ontology": [ "ido", "mondo" ], "children_of": [ "http://purl.obolibrary.org/obo/ido.owl", "http://purl.obolibrary.org/obo/MONDO_0000001" ] }, "strict": false } } ] }, "species": { "description": "Species from which the dataset has been collected or for which the tool was designed or applied. Species not appearing in the list can be added manually. Selections will appear below the search list.", "owl:cardinality": "many", "oneOf": [ { "description": "Collection of vocabulary terms defined in ontologies", "@type": "DefinedTerm", "type": "string", "vocabulary": { "ontology": [ "ncbitaxon" ], "children_of": [ "http://purl.obolibrary.org/obo/NCBITaxon_131567", "http://purl.obolibrary.org/obo/NCBITaxon_10239" ] }, "strict": false }, { "type": "array", "items": { "description": "Collection of vocabulary terms defined in ontologies", "@type": "DefinedTerm", "type": "string", "vocabulary": { "ontology": [ "ncbitaxon" ], "children_of": [ "http://purl.obolibrary.org/obo/NCBITaxon_131567", "http://purl.obolibrary.org/obo/NCBITaxon_10239" ] }, "strict": false } } ] }, "citation": { "description": "A citation or reference to another creative work, such as another publication, web page, scholarly article, etc. When available, use the DOI URL.", "owl:cardinality": "many", "oneOf": [ { "description": "A citation or reference to another creative work, such as another publication, web page, scholarly article, etc. When available, use the DOI URL.", "@type": "ScholarlyArticle", "type": "object", "properties": { "name": { "type": "string" }, "url": { "type": "string", "format": "uri" } }, "required": [ "url" ] }, { "type": "array", "items": { "description": "A citation or reference to another creative work, such as another publication, web page, scholarly article, etc. When available, use the DOI URL.", "@type": "ScholarlyArticle", "type": "object", "properties": { "name": { "type": "string" }, "url": { "type": "string", "format": "uri" } }, "required": [ "url" ] } } ] }, "license": { "description": "A license document that applies to this content, typically indicated by URL. For example, a Creative Commons license.", "type": "string", "owl:cardinality": "one", "format": "uri" }, "sdPublisher": { "description": "Original publisher of the Dataset metadata (i.e. GenBank, ImmPort, etc.). Indicates the party responsible for generating and publishing the current structured data markup, typically in cases where the structured data is derived automatically from existing published content but published on a different site. For example, student projects and open data initiatives often re-publish existing content with more explicitly structured metadata. The sdPublisher property helps make such practices more explicit.", "owl:cardinality": "many", "anyOf": [ { "$ref": "#/definitions/site" }, { "type": "array", "items": { "$ref": "#/definitions/site" } }, { "$ref": "#/definitions/organization" }, { "type": "array", "items": { "$ref": "#/definitions/organization" } } ] }, "spatialCoverage": { "description": "The place(s) which are the focus of the content. With a dataset, spatialCoverage indicates areas that the dataset describes. A dataset of New York weather would have spatialCoverage as state of New York.", "owl:cardinality": "many", "oneOf": [ { "description": "Location information", "@type": "AdministrativeArea", "type": "object", "properties": { "locationType": { "description": "Categorization of how the location relates to the dataset or computational tool", "oneOf": [ { "type": "string", "enum": [ "residence", "exposure", "collection", "screening", "treatment", "study location", "other", "unknown" ] }, { "type": "array", "items": { "type": "string", "enum": [ "residence", "exposure", "collection", "screening", "treatment", "study location", "other", "unknown" ] } } ] }, "administrativeType": { "description": "The type of administrative area", "type": "string", "enum": [ "province", "district", "chiefdom", "village", "city", "country", "prefecture", "sub-prefecture", "clan", "Federal Capital Territory", "state", "Local Government Area", "ward" ] }, "alternateName": { "description": "An alias for the location", "oneOf": [ { "type": "string" }, { "type": "array", "items": { "type": "string" } } ] }, "identifier": { "description": "An identifier for the location, preferably a Wikidata ID", "type": "string" }, "name": { "description": "The name of the item", "type": "string" } } }, { "type": "array", "items": { "description": "Location information", "@type": "AdministrativeArea", "type": "object", "properties": { "locationType": { "description": "Categorization of how the location relates to the dataset or computational tool", "oneOf": [ { "type": "string", "enum": [ "residence", "exposure", "collection", "screening", "treatment", "study location", "other", "unknown" ] }, { "type": "array", "items": { "type": "string", "enum": [ "residence", "exposure", "collection", "screening", "treatment", "study location", "other", "unknown" ] } } ] }, "administrativeType": { "description": "The type of administrative area", "type": "string", "enum": [ "province", "district", "chiefdom", "village", "city", "country", "prefecture", "sub-prefecture", "clan", "Federal Capital Territory", "state", "Local Government Area", "ward" ] }, "alternateName": { "description": "An alias for the location", "oneOf": [ { "type": "string" }, { "type": "array", "items": { "type": "string" } } ] }, "identifier": { "description": "An identifier for the location, preferably a Wikidata ID", "type": "string" }, "name": { "description": "The name of the item", "type": "string" } } } } ] }, "temporalCoverage": { "description": "Temporal information related to the dataset. For dates pertaining to the dataset record itself, use datePublished, dateCreated, dateModified, etc.", "owl:cardinality": "many", "oneOf": [ { "description": "Temporal information", "@type": "TemporalInterval", "type": "object", "properties": { "temporalType": { "description": "Categorization of how the date/temporal interval relates to the dataset or computational tool", "oneOf": [ { "type": "string", "enum": [ "exposure", "collection", "screening", "treatment", "study date", "other", "unknown" ] }, { "type": "array", "items": { "type": "string", "enum": [ "exposure", "collection", "screening", "treatment", "study date", "other", "unknown" ] } } ] }, "startDate": { "description": "A start date. ", "type": "string", "format": "date" }, "name": { "description": "String describing the temporal interval", "type": "string" }, "endDate": { "description": "An end date", "type": "string", "format": "date" }, "duration": { "description": "A time interval in ISO 8601 duration format", "type": "string" } } }, { "type": "array", "items": { "description": "Temporal information", "@type": "TemporalInterval", "type": "object", "properties": { "temporalType": { "description": "Categorization of how the date/temporal interval relates to the dataset or computational tool", "oneOf": [ { "type": "string", "enum": [ "exposure", "collection", "screening", "treatment", "study date", "other", "unknown" ] }, { "type": "array", "items": { "type": "string", "enum": [ "exposure", "collection", "screening", "treatment", "study date", "other", "unknown" ] } } ] }, "startDate": { "description": "A start date", "type": "string", "format": "date" }, "name": { "description": "String describing the temporal interval", "type": "string" }, "endDate": { "description": "An end date", "type": "string", "format": "date" }, "duration": { "description": "A time interval in ISO 8601 duration format", "type": "string" } } } } ] }, "creator": { "description": "Name of the author or organization that created the dataset. Note: schema.org/creator and schema.org/organization have additional fields that can provide more information about the author/organization, if desired.", "owl:cardinality": "many", "anyOf": [ { "$ref": "#/definitions/person" }, { "type": "array", "items": { "$ref": "#/definitions/person" } }, { "$ref": "#/definitions/organization" }, { "type": "array", "items": { "$ref": "#/definitions/organization" } } ] }, "sourceOrganization": { "description": "The Organization on whose behalf the creator was working. This will be the 'NIAID ReVAMPP Network' by default, but you will need to select accept.", "$ref": "#/definitions/revampp", "owl:cardinality": "many" } }, "required": [ "name", "date", "description", "identifier", "topicCategory", "measurementTechnique", "dateCreated", "dateModified", "variableMeasured", "distribution", "funding", "infectiousAgent", "healthCondition", "species", "creator", "license", "sourceOrganization" ], "recommended": [], "optional": [ "citation", "conditionsOfAccess", "alternateName", "sdPublisher", "spatialCoverage", "datePublished", "temporalCoverage" ], "definitions": { "person": { "description": "Reusable person definition", "@type": "Person", "type": "object", "properties": { "name": { "type": "string" }, "identifier": { "description": "An ORCID identifier if available", "type": "string" }, "affiliation": { "oneOf": [ { "$ref": "#/definitions/organization" }, { "type": "array", "items": { "$ref": "#/definitions/organization" } } ] }, "givenName": { "type": "string" }, "familyName": { "type": "string" }, "alternateName": { "type": "string" } }, "required": [ "name" ] }, "organization": { "description": "Reusable organization definition", "@type": "Organization", "type": "object", "properties": { "name": { "description": "The name of the organization", "type": "string" }, "alternateName": { "description": "Other names by which the organization is referred (e.g. abbreviations like WHO for World Health Organization)", "type": "string" }, "parentOrganization": { "oneOf": [ { "$ref": "#/definitions/stumporganization" }, { "type": "array", "items": { "$ref": "#/definitions/stumporganization" } } ] } }, "required": [ "name" ] }, "stumporganization": { "description": "Reusable organization definition", "@type": "Organization", "type": "object", "properties": { "name": { "description": "The name of the organization", "type": "string" }, "alternateName": { "description": "Other names by which the organization is referred (e.g. abbreviations like WHO for World Health Organization)", "type": "string" } }, "required": [ "name" ] }, "site": { "description": "Reusable metadata source definition", "@type": "CreativeWork", "type": "object", "properties": { "name": { "description": "The name of the publisher, data catalog or website", "type": "string" }, "url": { "description": "The url of the publisher, data catalog or website", "type": "string", "format": "uri" } }, "required": [ "name" ] }, "researchproject": { "@type": "ResearchProject", "description": "a type of organization definition", "properties": { "alternateName": { "description": "Alias of the name", "oneOf": [ { "type": "array", "items": { "type": "string" } }, { "type": "string" } ] }, "name": { "description": "Name of the organization", "type": "string" }, "parentOrganization": { "description": "Name of the parent organization. For instance, the parentOrganization of NIAID is the National Institutes of health (NIH).", "type": "string" }, "email": { "description": "Email address of the organization", "type": "string" }, "identifier": { "description": "Unique identifier of the organization", "type": "string" }, "url": { "description": "Link to the organization", "type": "string", "format": "uri" } }, "required": ["name"], "recommended": ["identifier", "url", "parentOrganization"], "optional": ["alternateName", "email", "role"], "type": "object" }, "date": { "description": "Date the metadata was harvested from the catalog", "type": "string", "format": "date" }, "topic": { "description": "Topic assigned to the work", "type": "string", "vocabulary": { "ontology": ["edam"], "children_of": ["http://edamontology.org/topic_0003"] }, "strict": true }, "definedterm": { "@type": "DefinedTerm", "type": "object", "properties": { "name": { "description": "The name of the item", "owl:cardinality": "one", "type": "string" }, "identifier": { "description": "The identifier property represents any kind of identifier for any kind of Thing, such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See background notes for more details.", "owl:cardinality": "one", "type": "string" }, "url": { "description": "URL of the item", "owl:cardinality": "one", "type": "string", "format": "uri" }, "curatedBy": { "description": "The person, organization, or catalog that curated this DefinedTerm for the metadata property", "anyOf": [ { "$ref": "#/definitions/person" }, { "$ref": "#/definitions/organization" }, { "$ref": "#/definitions/catalog" }, { "$ref": "#/definitions/researchproject" }, { "$ref": "#/definitions/softwareapplication" } ] }, "termCode": { "description": "A code that identifies this DefinedTerm within a DefinedTermSet", "type": "string" }, "description": { "description": "A description of the item", "type": "string" }, "inDefinedTermSet": { "description": "A DefinedTermSet that contains this term", "type": "string" }, "originalName": { "description": "The original name of the item, before any metadata standardization/normalization", "type": "string" }, "isCurated": { "description": "A boolean indicator describing whether or not this DefinedTerm was curated as the value of a property", "type": "boolean" } }, "required": [] }, "catalog": { "@type": "DataCatalog", "description": "Data, resource or tool catalog", "type": "object", "properties": { "name": { "description": "Data, resource or tool catalog name", "type": "string" }, "url": { "description": "Link to data, resource or tool catalog", "type": "string", "format": "uri" }, "versionDate": { "description": "date the metadata was harvested from the catalog", "type": "string", "format": "date" }, "archivedAt": { "description": "The url(s) of one or more datasets, tools, resources or other items listed in a DataCatalog or ResourceCatalog", "oneOf": [ { "items": { "type": "string", "format": "uri" }, "type": "array" }, { "type": "string", "format": "uri" } ] } }, "required": ["name", "url"], "recommended": ["versionDate", "archivedAt"] }, "softwareapplication": { "@type": "SoftwareApplication", "description": "Reusable software or algorithm definition", "properties": { "name": { "description": "Name of the software, computational tool, or algorithm", "type": "string" }, "dateModified": { "description": "Date the software, computational tool, or algorithm was run", "type": "string", "format": "date" }, "url": { "description": "URL of the software, computational tool, or algorithm", "type": "string", "format": "uri" } }, "required": ["name"], "recommended": ["url"], "optional": ["dateModified"], "type": "object" }, "revampp": { "description": "The Organization on whose behalf the creator was working. This will be the 'NIAID ReVAMPP Network' by default, but you will need to select accept.", "@type": "Organization", "type": "object", "properties": { "name": { "description": "The name of the organization", "const": "NIAID ReVAMPP Network" }, "alternateName": { "description": "Other names by which the organization is referred (e.g. abbreviations like WHO for World Health Organization)", "const": "ReVAMPP" } }, "required": [ "name" ] } } }, "schemaVersion": [ "https://schema.org/docs/releases.html#v26.0" ] } ] }