From 514c0c456af32736a09eea016bd245d50fabde94 Mon Sep 17 00:00:00 2001
From: Marco Cano Changes since the 0.6-DRAFTSummary of Changes
Changes since 0.8-DRAFT:
",
- "schema:schemaVersion": [
- "https://github.com/BioSchemas/specifications/blob/master/Taxon/jsonld/Taxon_v1.0-RELEASE.json",
- "https://bioschemas.org/profiles/Taxon/1.0-RELEASE"
- ],
- "rdfs:label": "Taxon",
- "rdfs:subClassOf": {
- "@id": "bioschemastypes:Taxon"
- },
- "$validation": {
- "$schema": "http://json-schema.org/draft-07/schema#",
- "type": "object",
- "properties": {
- "additionalType": {
- "description": "A Taxon type from a well known vocabulary, e.g. DarwinCore http://rs.tdwg.org/dwc/terms/Taxon or http://rs.tdwg.org/ontology/voc/TaxonConcept#TaxonConcept An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.",
- "oneOf": [
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "alternateName": {
- "description": "Scientific name, with authorship and date information if known, of a synonym of the currently valid (zoological) or accepted (botanical) name. An alias for the item.",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "alternateScientificName": {
- "description": " A TaxonName representing a scientific name, with authorship and date information if known, of a synonym of the currently valid (zoological) or accepted (botanical) name",
- "oneOf": [
- {
- "$ref": "#/definitions/taxonname"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/taxonname"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "childTaxon": {
- "description": "Direct, most proximate lower-rank child taxa Closest child taxa of the taxon in question.\nInverse property: parentTaxon",
- "anyOf": [
- {
- "$ref": "#/definitions/taxon"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/taxon"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "description": {
- "description": " A description of the item.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "disambiguatingDescription": {
- "description": "Can be used to specify the taxon circumscription retained in this description, e.g. by denoting the scientific works that assert the status of the accepted/valid name and synonyms. A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "vernacularName": {
- "description": "A vernacular (common) name of the taxon ",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "identifier": {
- "description": "A PropertyValue should be used to relate the taxon with couterparts identifiers within well known authorities such as GBIF, WoRMS, EoL etc.\nWikidata properties may be used in this respect, e.g.:\nNCBI id (https://www.wikidata.org/entity/P685), \nGBIF id (https://www.wikidata.org/entity/P846),\nEoL id (https://www.wikidata.org/entity/P830), \niNaturalist id (https://www.wikidata.org/entity/P3151), \nWoRMS id (https://www.wikidata.org/entity/P850), \nFishbase id (https://www.wikidata.org/entity/P938),\nTAXREF id (https://www.wikidata.org/entity/P3186),\n...\n 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](http://schema.org/docs/datamodel.html#identifierBg) for more details.\n",
- "oneOf": [
- {
- "$ref": "#/definitions/propertyvalue"
- },
- {
- "type": "string"
- },
- {
- "type": "string",
- "format": "uri"
- }
- ],
- "owl:cardinality": "one"
- },
- "image": {
- "description": " An image of the item. This can be a URL or a fully described ImageObject.",
- "oneOf": [
- {
- "$ref": "#/definitions/imageobject"
- },
- {
- "type": "string",
- "format": "uri"
- }
- ],
- "owl:cardinality": "one"
- },
- "isBasedOn": {
- "description": "A CreativeWork, such as a scholarly article, asserting the status of the accepted/valid name and synonyms, retained for the taxon circumscription A resource from which this work is derived or from which it is a modification or adaption. Supersedes, isBasedOnUrl. ",
- "oneOf": [
- {
- "$ref": "#/definitions/creativework"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "mainEntityOfPage": {
- "description": " Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See background notes for details.\nInverse property: mainEntity.",
- "oneOf": [
- {
- "$ref": "#/definitions/creativework"
- },
- {
- "type": "string",
- "format": "uri"
- }
- ],
- "owl:cardinality": "one"
- },
- "name": {
- "description": "Currently valid (zoological) or accepted (botanical) name for that taxon, with authorship and date information if known. The name of the item.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "parentTaxon": {
- "description": "Direct, most proximate higher-rank parent taxon Closest parent taxon of the taxon in question.\nInverse property: childTaxon",
- "oneOf": [
- {
- "$ref": "#/definitions/taxon"
- },
- {
- "type": "string"
- },
- {
- "type": "string",
- "format": "uri"
- }
- ],
- "owl:cardinality": "one"
- },
- "sameAs": {
- "description": "URL of third-party webpages describing the same taxon URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.",
- "oneOf": [
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "scientificName": {
- "description": " A TaxonName representing the currently valid (zoological) or accepted (botanical) name for that taxon",
- "$ref": "#/definitions/taxonname",
- "owl:cardinality": "one"
- },
- "taxonRank": {
- "description": " The taxonomic rank of this taxon given preferably as a URI from a controlled vocabulary (e.g. the ranks from TDWG TaxonRank ontology or equivalent Wikidata URIs)",
- "anyOf": [
- {
- "$ref": "#/definitions/propertyvalue"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/propertyvalue"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "url": {
- "description": "Link to the webpage associated to this taxon URL of the item.",
- "type": "string",
- "format": "uri",
- "owl:cardinality": "one"
- },
- "conformsTo": {
- "description": "This is used to state the Bioschemas profile that the markup relates to. The identifier can be the url for the version of this bioschemas class on github: https://github.com/BioSchemas/specifications/blob/master/Taxon/jsonld/Taxon_v1.0-RELEASE.json",
- "$ref": "#/definitions/conformsDefinition"
- }
- },
- "required": [
- "name",
- "taxonRank",
- "conformsTo"
- ],
- "recommended": [
- "parentTaxon",
- "scientificName",
- "url",
- "sameAs"
- ],
- "optional": [
- "additionalType",
- "alternateName",
- "alternateScientificName",
- "childTaxon",
- "description",
- "disambiguatingDescription",
- "vernacularName",
- "identifier",
- "image",
- "isBasedOn",
- "mainEntityOfPage"
- ],
- "definitions": {
- "taxonname": {
- "@type": "bioschemastypes:TaxonName",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "taxon": {
- "@type": "bioschemastypes:Taxon",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "taxonRank": {
- "anyOf": [
- {
- "$ref": "#/definitions/propertyvalue"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/propertyvalue"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ]
- }
- },
- "required": [
- "name",
- "taxonRank"
- ]
- },
- "propertyvalue": {
- "@type": "schema:PropertyValue",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "value": {
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "boolean"
- },
- {
- "type": "number"
- }
- ]
- },
- "identifier": {
- "type": "string"
- },
- "valuereference": {
- "oneOf": [
- {
- "$ref": "#/definitions/categorycode"
- },
- {
- "type": "array",
- "items": [
- {
- "$ref": "#/definitions/categorycode"
- }
- ]
- }
- ]
- },
- "unitCode": {
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "string",
- "format": "uri"
- }
- ]
- },
- "unitText": {
- "type": "string"
- }
- },
- "required": [
- "name",
- "value"
- ],
- "recommended": [
- "valueReference"
- ],
- "optional": [
- "unitCode",
- "unitText"
- ]
- },
- "categorycode": {
- "@type": "schema:CategoryCode",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "codeValue": {
- "type": "string"
- },
- "url": {
- "type": "string"
- }
- },
- "required": [
- "name",
- "codeValue",
- "url"
- ]
- },
- "imageobject": {
- "@type": "schema:ImageObject",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- }
- },
- "required": []
- },
- "creativework": {
- "@type": "schema:CreativeWork",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- }
- },
- "required": []
- },
- "conformsDefinition": {
- "@type": "CreativeWork",
- "type": "object",
- "properties": {
- "identifier": {
- "description": "The url of the version bioschemas profile that was used. For jsonschema, set @id to the identifier",
- "oneOf": [
- {
- "enum": [
- "https://github.com/BioSchemas/specifications/blob/master/Taxon/jsonld/Taxon_v1.0-RELEASE.json"
- ]
- },
- {
- "type": "string",
- "format": "uri"
- }
- ]
- }
- },
- "required": [
- "identifier"
- ]
- }
- }
- },
- "additional_type": "https://bioschemas.org/profiles#nav-release"
- },
- {
- "@id": "bioschemas:MolecularEntity",
- "@type": "rdfs:Class",
- "rdfs:comment": "Bioschemas profile describing a MolecularEntity. Any constitutionally or isotopically distinct atom, molecule, ion, ion pair, radical, radical ion, complex, conformer etc., identifiable as a separately distinguishable entity. (Source: ChEBI:23367) based on version 0.5. Note, the parent class for this profile has been updated to a pending class in schema.org.",
- "rdfs:label": "MolecularEntity",
- "rdfs:subClassOf": {
- "@id": "schema:MolecularEntity"
- },
- "$validation": {
- "$schema": "http://json-schema.org/draft-07/schema#",
- "type": "object",
- "properties": {
- "inChI": {
- "description": "Non-proprietary identifier for molecular entity that can be used in printed and electronic data sources thus enabling easier linking of diverse data compilations.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "inChIKey": {
- "description": "InChIKey is a hashed version of the full InChI (using the SHA-256 algorithm).",
- "type": "string",
- "owl:cardinality": "one"
- },
- "iupacName": {
- "description": "Systematic method of naming chemical compounds as recommended by the International Union of Pure and Applied Chemistry (IUPAC).",
- "type": "string",
- "owl:cardinality": "one"
- },
- "molecularFormula": {
- "description": "The empirical formula is the simplest whole number ratio of all the atoms in a molecule.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "molecularWeight": {
- "description": "This is the molecular weight of the entity being described, not of the parent. Units should be included in the form \u2018 ', for example '12 amu' or as '.",
- "oneOf": [
- {
- "$ref": "#/definitions/quantitativeValue"
- },
- {
- "type": "string"
- }
- ],
- "owl:cardinality": "one"
- },
- "smiles": {
- "description": "A specification in form of a line notation for describing the structure of chemical species using short ASCII strings. Double bond stereochemistry \\ indicators may need to be escaped in the string in formats where the backslash is an escape character.",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "chemicalRole": {
- "description": "A role played by the BioChemEntity within a chemical context.",
- "oneOf": [
- {
- "$ref": "#/definitions/definedTerm"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/definedTerm"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "monoisotopicMolecularWeight": {
- "description": "The monoisotopic mass is the sum of the masses of the atoms in a molecule using the unbound, ground-state, rest mass of the principal (most abundant) isotope for each element instead of the isotopic average mass. Please include the units the form \u2018 ', for example '770.230488 g/mol' or as '.",
- "oneOf": [
- {
- "$ref": "#/definitions/quantitativeValue"
- },
- {
- "type": "string"
- }
- ],
- "owl:cardinality": "one"
- },
- "potentialUse": {
- "description": "Intended use of the BioChemEntity by humans.",
- "oneOf": [
- {
- "$ref": "#/definitions/definedTerm"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/definedTerm"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "associatedDisease": {
- "description": "Disease associated to this BioChemEntity. Such a disease can be a MedicalCondition or a URL. If you want to add an evidence supporting the association, please use PropertyValue.",
- "anyOf": [
- {
- "$ref": "#/definitions/medicalCondition"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/medicalCondition"
- }
- },
- {
- "$ref": "#/definitions/propertyValue"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/propertyValue"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "bioChemInteraction": {
- "description": "A BioChemEntity that is know to interact with this item.",
- "oneOf": [
- {
- "$ref": "#/definitions/bioChemEntity"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/bioChemEntity"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "bioChemSimilarity": {
- "description": "A similar molecular entity, e.g., obtained by fingerprint similarity algorithm.",
- "oneOf": [
- {
- "$ref": "#/definitions/bioChemEntity"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/bioChemEntity"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "biologicalRole": {
- "description": "A role played by the molecular entity within a biological context.",
- "oneOf": [
- {
- "$ref": "#/definitions/definedTerm"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/definedTerm"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "hasBioChemEntityPart": {
- "description": "Indicates a BioChemEntity that (in some sense) has this BioChemEntity as a part. Inverse property: isPartOfBioChemEntity",
- "oneOf": [
- {
- "$ref": "#/definitions/bioChemEntity"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/bioChemEntity"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "hasMolecularFunction": {
- "description": "Molecular function performed by this BioChemEntity; please use PropertyValue if you want to include any evidence.",
- "anyOf": [
- {
- "$ref": "#/definitions/definedTerm"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/definedTerm"
- }
- },
- {
- "$ref": "#/definitions/propertyValue"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/propertyValue"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "hasRepresentation": {
- "description": "A common representation such as a protein sequence or chemical structure for this entity. For images use schema.org/image.",
- "anyOf": [
- {
- "$ref": "#/definitions/definedTerm"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/definedTerm"
- }
- },
- {
- "$ref": "#/definitions/propertyValue"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/propertyValue"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "isEncodedByBioChemEntity": {
- "description": "Another BioChemEntity encoding this one. Inverse property: encodesBioChemEntity.",
- "oneOf": [
- {
- "$ref": "#/definitions/gene"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/gene"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "isInvolvedInBiologicalProcess": {
- "description": "Biological process this BioChemEntity is involved in; please use PropertyValue if you want to include any evidence.",
- "anyOf": [
- {
- "$ref": "#/definitions/definedTerm"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/definedTerm"
- }
- },
- {
- "$ref": "#/definitions/propertyValue"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/propertyValue"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "isLocatedInSubcellularLocation": {
- "description": "Subcellular location where this BioChemEntity is located; please use PropertyValue if you want to include any evidence.",
- "anyOf": [
- {
- "$ref": "#/definitions/definedTerm"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/definedTerm"
- }
- },
- {
- "$ref": "#/definitions/propertyValue"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/propertyValue"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "isPartOfBioChemEntity": {
- "description": "Indicates a BioChemEntity that is (in some sense) a part of this BioChemEntity. Inverse property: hasBioChemEntityPart",
- "oneOf": [
- {
- "$ref": "#/definitions/bioChemEntity"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/bioChemEntity"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "taxonomicRange": {
- "description": "The taxonomic grouping of the organism that expresses, encodes, or in someway related to the BioChemEntity.",
- "anyOf": [
- {
- "$ref": "#/definitions/definedTerm"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/definedTerm"
- }
- },
- {
- "$ref": "#/definitions/taxon"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/taxon"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "alternateName": {
- "description": "An alias for the item.",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "description": {
- "description": "A description of the item.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "disambiguatingDescription": {
- "description": "A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "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.",
- "anyOf": [
- {
- "$ref": "#/definitions/definedTerm"
- },
- {
- "$ref": "#/definitions/propertyValue"
- },
- {
- "type": "string"
- },
- {
- "type": "string",
- "format": "uri"
- }
- ],
- "owl:cardinality": "one"
- },
- "image": {
- "description": "An image of the item. This can be a URL or a fully described ImageObject.",
- "oneOf": [
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "name": {
- "description": "The name of the item.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "sameAs": {
- "description": "URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.",
- "oneOf": [
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "url": {
- "description": "URL of the item.",
- "oneOf": [
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "conformsTo": {
- "description": "This is used to state the Bioschemas profile that the markup relates to. The identifier can be the url for the version of this bioschemas class on github: https://github.com/BioSchemas/specifications/blob/master/MolecularEntity/jsonld/MolecularEntity_v0.5-RELEASE.json",
- "$ref": "#/definitions/conformsDefinition"
- }
- },
- "required": [
- "identifier",
- "name",
- "url",
- "conformsTo"
- ],
- "recommended": [
- "inChI",
- "inChIKey",
- "iupacName",
- "molecularFormula",
- "molecularWeight",
- "smiles"
- ],
- "optional": [
- "alternateName",
- "associatedDisease",
- "bioChemInteraction",
- "bioChemSimilarity",
- "biologicalRole",
- "chemicalRole",
- "description",
- "disambiguatingDescription",
- "hasBioChemEntityPart",
- "hasMolecularFunction",
- "hasRepresentation",
- "image",
- "isEncodedByBioChemEntity",
- "isInvolvedInBiologicalProcess",
- "isLocatedInSubcellularLocation",
- "isPartOfBioChemEntity",
- "monoisotopicMolecularWeight",
- "potentialUse",
- "sameAs",
- "taxonomicRange"
- ],
- "definitions": {
- "taxon": {
- "@type": "bioschemas:Taxon",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "taxonRank": {
- "anyOf": [
- {
- "$ref": "#/definitions/propertyValue"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/propertyValue"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ]
- }
- },
- "required": [
- "name",
- "taxonRank"
- ]
- },
- "propertyValue": {
- "@type": "PropertyValue",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "value": {
- "type": "string"
- }
- },
- "required": []
- },
- "definedTerm": {
- "@type": "DefinedTerm",
- "type": "object",
- "properties": {
- "url": {
- "type": "string",
- "format": "uri"
- },
- "name": {
- "type": "string"
- },
- "termCode": {
- "type": "string"
- }
- },
- "required": []
- },
- "medicalCondition": {
- "@type": "MedicalCondition",
- "type": "object",
- "properties": {
- "url": {
- "type": "string",
- "format": "uri"
- },
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "bioChemEntity": {
- "@type": "bioschemas:BioChemEntity",
- "type": "object",
- "properties": {
- "url": {
- "type": "string",
- "format": "uri"
- },
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "gene": {
- "@type": "bioschemas:Gene",
- "type": "object",
- "properties": {
- "identifier": {
- "anyOf": [
- {
- "$ref": "#/definitions/propertyValue"
- },
- {
- "type": "string"
- },
- {
- "type": "string",
- "format": "uri"
- }
- ]
- },
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "quantitativeValue": {
- "@type": "QuantitativeValue",
- "type": "object",
- "properties": {
- "value": {
- "type": "string"
- },
- "unitText": {
- "type": "string"
- }
- },
- "required": []
- },
- "conformsDefinition": {
- "@type": "CreativeWork",
- "type": "object",
- "properties": {
- "identifier": {
- "description": "The url of the version bioschemas profile that was used. For jsonschema, set @id to the identifier",
- "oneOf": [
- {
- "enum": [
- "https://github.com/BioSchemas/specifications/blob/master/MolecularEntity/jsonld/MolecularEntity_v0.5-RELEASE.json"
- ]
- },
- {
- "type": "string",
- "format": "uri"
- }
- ]
- }
- },
- "required": [
- "identifier"
- ]
- }
- }
- },
- "additional_type": "https://bioschemas.org/profiles#nav-release",
- "schema:schemaVersion": [
- "https://github.com/BioSchemas/specifications/blob/master/MolecularEntity/jsonld/MolecularEntity_v0.5-RELEASE.json",
- "https://bioschemas.org/profiles/MolecularEntity/0.5-RELEASE"
- ]
- },
- {
- "@id": "bioschemas:Protein",
- "@type": "rdfs:Class",
- "rdfs:comment": "Bioschemas profile describing a Protein in Life Sciences. This Protein profile specification presents the most common properties used for a Protein and is based on Version 0.11. Note, the parent class for this profile has been updated to a pending class in schema.org.",
- "rdfs:label": "Protein",
- "rdfs:subClassOf": {
- "@id": "schema:Protein"
- },
- "$validation": {
- "$schema": "http://json-schema.org/draft-07/schema#",
- "type": "object",
- "properties": {
- "hasBioPolymerSequence": {
- "description": "A symbolic representation of a BioChemEnity. For example, a nucleotide sequence of a Gene or an amino acid sequence of a Protein.",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "associatedDisease": {
- "description": "Disease associated to this protein, if any.",
- "anyOf": [
- {
- "$ref": "#/definitions/medicalCondition"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/medicalCondition"
- }
- },
- {
- "$ref": "#/definitions/propertyValue"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/propertyValue"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "bioChemInteraction": {
- "description": "A BioChemEntity that is know to interact with this item.",
- "oneOf": [
- {
- "$ref": "#/definitions/bioChemEntity"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/bioChemEntity"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "bioChemSimilarity": {
- "description": "A similar molecular entity, e.g., obtained by fingerprint similarity algorithm.",
- "oneOf": [
- {
- "$ref": "#/definitions/bioChemEntity"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/bioChemEntity"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "hasBioChemEntityPart": {
- "description": "Indicates a BioChemEntity that (in some sense) has this BioChemEntity as a part. Inverse property: isPartOfBioChemEntity",
- "anyOf": [
- {
- "$ref": "#/definitions/bioChemEntity"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/bioChemEntity"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "hasMolecularFunction": {
- "description": "GO term corresponding to the Molecular Function branch of the GO ontology.",
- "anyOf": [
- {
- "$ref": "#/definitions/definedTerm"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/definedTerm"
- }
- },
- {
- "$ref": "#/definitions/propertyValue"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/propertyValue"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "hasRepresentation": {
- "description": "Bioschemas Protein: This property could be used, for instance, to link to a page containing the corresponding sequence protein. If you want to better define the nature of the representation, use a PropertyValue as described in additionalProperty.",
- "anyOf": [
- {
- "$ref": "#/definitions/propertyValue"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/propertyValue"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "isEncodedByBioChemEntity": {
- "description": "Another BioChemEntity encoding this one. Inverse property: encodesBioChemEntity.",
- "anyOf": [
- {
- "$ref": "#/definitions/gene"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/gene"
- }
- },
- {
- "$ref": "#/definitions/dna"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/dna"
- }
- },
- {
- "$ref": "#/definitions/rna"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/rna"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "isInvolvedInBiologicalProcess": {
- "description": "Functional term corresponding to the biological process (typically the Biological Process branch of the GO ontology).",
- "anyOf": [
- {
- "$ref": "#/definitions/definedTerm"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/definedTerm"
- }
- },
- {
- "$ref": "#/definitions/propertyValue"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/propertyValue"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "isLocatedInSubcellularLocation": {
- "description": "Functional term corresponding to the subcellular location (typically the Subcellular Location branch of the GO ontology).",
- "anyOf": [
- {
- "$ref": "#/definitions/definedTerm"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/definedTerm"
- }
- },
- {
- "$ref": "#/definitions/propertyValue"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/propertyValue"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "isPartOfBioChemEntity": {
- "description": "For proteins, it can be used to link to protein sequence annotations such as domains, sites, regions, etc.",
- "oneOf": [
- {
- "$ref": "#/definitions/bioChemEntity"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/bioChemEntity"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "taxonomicRange": {
- "description": "For proteins, it is recommended to use this property to specify the taxon/organism corresponding to a genome including a expressed gene that can be translated to this protein. For taxon/organism, it is a good practice to use hasCategoryCode to point to a controlled vacabulary such as NCBI taxon or UniProt Taxonomy..",
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "$ref": "#/definitions/definedTerm"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/definedTerm"
- }
- },
- {
- "$ref": "#/definitions/taxon"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/taxon"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "alternateName": {
- "description": "An alias for the item.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "description": {
- "description": "Protein function. We recommend to start the description with \u201cFunction: [\u2026]\u201d.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "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.",
- "anyOf": [
- {
- "$ref": "#/definitions/propertyValue"
- },
- {
- "type": "string"
- },
- {
- "type": "string",
- "format": "uri"
- }
- ],
- "owl:cardinality": "one"
- },
- "image": {
- "description": "An image of the item. This can be a URL or a fully described ImageObject.",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "mainEntityOfPage": {
- "description": "Link to the main DataRecord representing this entity in a dataset.",
- "type": "string",
- "format": "uri",
- "owl:cardinality": "one"
- },
- "name": {
- "description": "The name of the item.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "sameAs": {
- "description": "Link to any resource other than the Record and the official webpage, for instance a Wikipedia page.",
- "oneOf": [
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "url": {
- "description": "Link to the official webpage associated to this entity.",
- "type": "string",
- "format": "uri",
- "owl:cardinality": "one"
- },
- "conformsTo": {
- "description": "This is used to state the Bioschemas profile that the markup relates to. The identifier can be the url for the version of this bioschemas class on github: https://github.com/BioSchemas/specifications/blob/master/Protein/jsonld/Protein_v0.11-RELEASE.json",
- "$ref": "#/definitions/conformsDefinition"
- }
- },
- "required": [
- "identifier",
- "name",
- "conformsTo"
- ],
- "recommended": [
- "associatedDisease",
- "description",
- "isEncodedByBioChemEntity",
- "taxonomicRange",
- "url"
- ],
- "optional": [
- "alternateName",
- "bioChemInteraction",
- "bioChemSimilarity",
- "hasBioChemEntityPart",
- "hasBioPolymerSequence",
- "hasMolecularFunction",
- "hasRepresentation",
- "image",
- "isInvolvedInBiologicalProcess",
- "isLocatedInSubcellularLocation",
- "isPartOfBioChemEntity",
- "mainEntityOfPage",
- "sameAs"
- ],
- "definitions": {
- "taxon": {
- "@type": "bioschemas:Taxon",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "taxonRank": {
- "anyOf": [
- {
- "$ref": "#/definitions/propertyValue"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/propertyValue"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ]
- }
- },
- "required": [
- "name",
- "taxonRank"
- ]
- },
- "propertyValue": {
- "@type": "PropertyValue",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "value": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- }
- },
- "required": []
- },
- "definedTerm": {
- "@type": "DefinedTerm",
- "type": "object",
- "properties": {
- "url": {
- "type": "string",
- "format": "uri"
- },
- "name": {
- "type": "string"
- },
- "termCode": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- }
- },
- "required": []
- },
- "medicalCondition": {
- "@type": "MedicalCondition",
- "type": "object",
- "properties": {
- "url": {
- "type": "string",
- "format": "uri"
- },
- "name": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- }
- },
- "required": []
- },
- "bioChemEntity": {
- "@type": "bioschemas:BioChemEntity",
- "type": "object",
- "properties": {
- "url": {
- "type": "string",
- "format": "uri"
- },
- "name": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- }
- },
- "required": []
- },
- "gene": {
- "@type": "bioschemas:Gene",
- "type": "object",
- "properties": {
- "identifier": {
- "anyOf": [
- {
- "$ref": "#/definitions/propertyValue"
- },
- {
- "type": "string"
- },
- {
- "type": "string",
- "format": "uri"
- }
- ]
- },
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "quantitativeValue": {
- "@type": "QuantitativeValue",
- "type": "object",
- "properties": {
- "value": {
- "type": "string"
- },
- "unitText": {
- "type": "string"
- }
- },
- "required": []
- },
- "anatomicalPart": {
- "anyOf": [
- {
- "@type": "AnatomicalStructure",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- {
- "@type": "AnatomicalSystem",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- }
- ]
- },
- "dna": {
- "@type": "bioschemastypesdrafts:DNA",
- "type": "object",
- "properties": {
- "encodesBioChemEntity": {
- "oneOf": [
- {
- "$ref": "#/definitions/bioChemEntity"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/bioChemEntity"
- }
- }
- ]
- },
- "hasSequence": {
- "type": "string"
- }
- },
- "required": []
- },
- "rna": {
- "@type": "bioschemastypesdrafts:RNA",
- "type": "object",
- "properties": {
- "encodesBioChemEntity": {
- "oneOf": [
- {
- "$ref": "#/definitions/bioChemEntity"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/bioChemEntity"
- }
- }
- ]
- },
- "hasSequence": {
- "type": "string"
- }
- },
- "required": []
- },
- "conformsDefinition": {
- "@type": "CreativeWork",
- "type": "object",
- "properties": {
- "identifier": {
- "description": "The url of the version bioschemas profile that was used. For jsonschema, set @id to the identifier",
- "oneOf": [
- {
- "enum": [
- "https://github.com/BioSchemas/specifications/blob/master/Protein/jsonld/Protein_v0.11-RELEASE.json"
- ]
- },
- {
- "type": "string",
- "format": "uri"
- }
- ]
- }
- },
- "required": [
- "identifier"
- ]
- }
- }
- },
- "additional_type": "https://bioschemas.org/profiles#nav-release",
- "schema:schemaVersion": [
- "https://github.com/BioSchemas/specifications/blob/master/Protein/jsonld/Protein_v0.11-RELEASE.json",
- "https://bioschemas.org/profiles/Protein/0.11-RELEASE"
- ]
- },
- {
- "@id": "bioschemas:FormalParameter",
- "@type": "rdfs:Class",
- "rdfs:comment": "Bioschemas specification for describing a formal parameter in the Life Sciences. Version: 1.0-RELEASE (09 March 2021) ",
- "rdfs:label": "FormalParameter",
- "rdfs:subClassOf": {
- "@id": "bioschemastypes:FormalParameter"
- },
- "$validation": {
- "$schema": "http://json-schema.org/draft-07/schema#",
- "type": "object",
- "properties": {
- "defaultValue": {
- "description": "The default value for the FormalParameter. This is commonly only used for Inputs.",
- "oneOf": [
- {
- "$ref": "#/definitions/thing"
- },
- {
- "type": "string"
- }
- ],
- "owl:cardinality": "one"
- },
- "valueRequired": {
- "description": "If the FormalParameter must be specified. This is commonly only used for Inputs",
- "type": "boolean",
- "owl:cardinality": "one"
- },
- "encodingFormat": {
- "description": "URLs to accepted formats. It is strongly recommented that this be specified. If it is not specified, then nothing should be assumed about the encoding formats of the FormalParameter.",
- "oneOf": [
- {
- "$ref": "#/definitions/edmoformats"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/edmoformats"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "additionalType": {
- "description": "An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.",
- "oneOf": [
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "name": {
- "description": "The name of the item.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "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.",
- "anyOf": [
- {
- "$ref": "#/definitions/propertyValue"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/propertyValue"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "description": {
- "description": "A description of the item.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "conformsTo": {
- "description": "This is used to state the Bioschemas profile that the markup relates to. The identifier can be the url for the version of this bioschemas class on github: https://github.com/BioSchemas/specifications/blob/master/FormalParameter/jsonld/FormalParameter_v1.0-RELEASE.json",
- "$ref": "#/definitions/conformsDefinition"
- }
- },
- "required": [
- "name",
- "conformsTo"
- ],
- "recommended": [
- "additionalType",
- "description",
- "encodingFormat"
- ],
- "optional": [
- "defaultValue",
- "identifier",
- "valueRequired"
- ],
- "definitions": {
- "thing": {
- "description": "The most generic type of item.",
- "@type": "Thing",
- "type": "object",
- "properties": {
- "name": {
- "description": "The name of the item.",
- "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.",
- "type": "string"
- },
- "url": {
- "description": "URL of the item.",
- "type": "string",
- "format": "uri"
- },
- "additionalType": {
- "description": "An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.",
- "type": "string",
- "format": "uri"
- }
- },
- "required": [
- "name"
- ]
- },
- "edmoformats": {
- "@type": "DefinedTerm",
- "type": "string",
- "vocabulary": {
- "ontology": [
- "edmo_format"
- ],
- "children_of": [
- "http://edamontology.org/format_1915"
- ]
- },
- "strict": false
- },
- "propertyValue": {
- "description": "A property-value pair, e.g. representing a feature of a product or place. Use the 'name' property for the name of the property. If there is an additional human-readable version of the value, put that into the 'description' property.",
- "@type": "PropertyValue",
- "type": "object",
- "properties": {
- "name": {
- "description": "The name of the item.",
- "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.",
- "type": "string"
- },
- "url": {
- "description": "URL of the item.",
- "type": "string",
- "format": "uri"
- },
- "additionalType": {
- "description": "An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.",
- "type": "string",
- "format": "uri"
- },
- "propertyID": {
- "type": "string"
- }
- },
- "required": []
- },
- "conformsDefinition": {
- "@type": "CreativeWork",
- "type": "object",
- "properties": {
- "identifier": {
- "description": "The url of the version bioschemas profile that was used. For jsonschema, set @id to the identifier",
- "oneOf": [
- {
- "enum": [
- "https://github.com/BioSchemas/specifications/blob/master/FormalParameter/jsonld/FormalParameter_v1.0-RELEASE.json"
- ]
- },
- {
- "type": "string",
- "format": "uri"
- }
- ]
- }
- },
- "required": [
- "identifier"
- ]
- }
- }
- },
- "additional_type": "https://bioschemas.org/profiles#nav-release",
- "schema:schemaVersion": [
- "https://github.com/BioSchemas/specifications/blob/master/FormalParameter/jsonld/FormalParameter_v1.0-RELEASE.json",
- "https://bioschemas.org/profiles/FormalParameter/1.0-RELEASE"
- ]
- },
- {
- "@id": "bioschemas:ComputationalTool",
- "@type": "rdfs:Class",
- "rdfs:comment": "The Life Science Tools specification provides a way to describe bioscience tools and software on the World Wide Web. It defines a set of metadata and vocabularies, built on top of existing technologies and standards, that can be used to represent such tools in Web pages and applications. The goal of the specification is to make it easier to discover. Version 1.0-RELEASE.Summary of Changes
",
- "rdfs:label": "ComputationalTool",
- "rdfs:subClassOf": {
- "@id": "schema:SoftwareApplication"
- },
- "$validation": {
- "$schema": "http://json-schema.org/draft-07/schema#",
- "type": "object",
- "properties": {
- "codeRepository": {
- "description": "Link to the source code repository of the tool.",
- "oneOf": [
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "input": {
- "description": "Specification of a consumed input.",
- "oneOf": [
- {
- "$ref": "#/definitions/formalParameter"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/formalParameter"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "output": {
- "description": "Specification of a produced output.",
- "oneOf": [
- {
- "$ref": "#/definitions/formalParameter"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/formalParameter"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "programmingLanguage": {
- "description": "The main programming language(s) used to build or execute the tool. Please use terms from the \u2018Programming language\u2019 table in the Bio.Tools documentation",
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "$ref": "#/definitions/computerLanguage"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/computerLanguage"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "downloadUrl": {
- "description": "Link(s) to the downloadable(s).",
- "oneOf": [
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "applicationSubCategory": {
- "description": "Subcategory of the application, e.g. 'Arcade Game'. Use an EDAM:Topic to describe the category of application",
- "oneOf": [
- {
- "$ref": "#/definitions/edamTopic"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/edamTopic"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "applicationCategory": {
- "description": "Type of software application, e.g. 'Game, Multimedia'. Please use terms from the 'Tool type' table in the biotools documentation.",
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "softwareVersion": {
- "description": "Version(s) of the tool, which this information is valid for. Can also be a comma-delimited list and include hyphen-separated ranges of versions.",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "featureList": {
- "description": "Features or modules provided by this application (and possibly required by other applications). Functionality provided by the tool. Note: Bioschemas have removed Text from the Expected Types.",
- "anyOf": [
- {
- "$ref": "#/definitions/edamOperation"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/edamOperation"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "applicationSuite": {
- "description": "A suite of tools, to which the tool belongs. The name of the application suite to which the application belongs (e.g. Excel belongs to Office).",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "softwareHelp": {
- "description": "A documentation of the tool.",
- "oneOf": [
- {
- "$ref": "#/definitions/creativeWork"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativeWork"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "softwareAddOn": {
- "description": "Additional sub-tools (add-ons, plug-ins, tools in a suite, etc.) that are included in the tool or workflow. Additional content for a software application.",
- "oneOf": [
- {
- "$ref": "#/definitions/softwareApplication"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/softwareApplication"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "operatingSystem": {
- "description": "Operating systems on which the tool can be used (without additional wrapping). Operating systems supported (Windows 7, OSX 10.6, Android 1.6). Please use terms from the \u2018Operating systems\u2019 table in the biotools documentation",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "description": {
- "description": "A short description of the tool.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "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.",
- "anyOf": [
- {
- "$ref": "#/definitions/propertyValue"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/propertyValue"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "name": {
- "description": "The name of the item.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "url": {
- "description": "Homepage of the tool. URL of the item.",
- "type": "string",
- "format": "uri",
- "owl:cardinality": "one"
- },
- "author": {
- "description": "The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably.",
- "anyOf": [
- {
- "$ref": "#/definitions/organization"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- },
- {
- "$ref": "#/definitions/person"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "citation": {
- "description": "Publication about this tool. A citation or reference to another creative work, such as another publication, web page, scholarly article, etc.",
- "oneOf": [
- {
- "$ref": "#/definitions/citation"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/citation"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "contributor": {
- "description": "A secondary contributor to the CreativeWork or Event.",
- "anyOf": [
- {
- "$ref": "#/definitions/organization"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- },
- {
- "$ref": "#/definitions/person"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "discussionUrl": {
- "description": "A link to the page containing the comments of the CreativeWork.",
- "oneOf": [
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "funder": {
- "description": "A person or organization that supports (sponsors) something through some kind of financial contribution.",
- "anyOf": [
- {
- "$ref": "#/definitions/organization"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- },
- {
- "$ref": "#/definitions/person"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "hasPart": {
- "description": "Indicates any software dependency. Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense).",
- "oneOf": [
- {
- "$ref": "#/definitions/creativeWork"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativeWork"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "isAccessibleForFree": {
- "description": "A flag to signal that the tool or the service are available to be used for free.",
- "type": "boolean",
- "owl:cardinality": "one"
- },
- "isBasedOn": {
- "description": "A tool or another work which this tool is based on, or is an extension, distribution, or deployment of. A resource from which this work is derived or from which it is a modification or adaption.",
- "anyOf": [
- {
- "$ref": "#/definitions/creativeWork"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativeWork"
- }
- },
- {
- "$ref": "#/definitions/product"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/product"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "isPartOf": {
- "description": "A collection, other than a suite of tools, to which the tool belongs.. Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of.",
- "oneOf": [
- {
- "$ref": "#/definitions/creativeWork"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativeWork"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "keywords": {
- "description": "Additional keywords or tags important for this tool. Multiple entries are delimited by commas. Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas.",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "license": {
- "description": "The license of a software, curated dataset, etc. A license document that applies to this content, typically indicated by URL. Use SPDX list of licenses in form https://spdx.org/licenses/",
- "anyOf": [
- {
- "$ref": "#/definitions/creativeWork"
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativeWork"
- }
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "provider": {
- "description": "The provider organization of a web application, database portal, web service, etc. Note: Bioschemas have removed Person from the Expected Types. The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller.",
- "anyOf": [
- {
- "$ref": "#/definitions/organization"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "thumbnailUrl": {
- "description": "A small image representing the tool, such as an icon. A thumbnail image relevant to the Thing.",
- "type": "string",
- "format": "uri",
- "owl:cardinality": "one"
- },
- "conformsTo": {
- "description": "This is used to state the Bioschemas profile that the markup relates to. The identifier can be the url for the version of this bioschemas class on github: https://github.com/BioSchemas/specifications/blob/master/ComputationalTool/jsonld/ComputationalTool_v1.0-RELEASE.json",
- "$ref": "#/definitions/conformsDefinition"
- }
- },
- "required": [
- "description",
- "name",
- "url",
- "conformsTo"
- ],
- "recommended": [
- "applicationCategory",
- "applicationSubCategory",
- "author",
- "citation",
- "featureList",
- "license",
- "softwareVersion"
- ],
- "optional": [
- "applicationSuite",
- "codeRepository",
- "contributor",
- "discussionUrl",
- "downloadUrl",
- "funder",
- "hasPart",
- "identifier",
- "input",
- "isAccessibleForFree",
- "isBasedOn",
- "isPartOf",
- "keywords",
- "operatingSystem",
- "output",
- "programmingLanguage",
- "provider",
- "softwareAddOn",
- "softwareHelp",
- "thumbnailUrl"
- ],
- "definitions": {
- "formalParameter": {
- "@type": "bioschemas:FormalParameter",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- }
- },
- "required": []
- },
- "schema": {
- "@type": "CreativeWork",
- "type": "object",
- "properties": {
- "url": {
- "type": "string",
- "format": "uri"
- },
- "name": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- },
- "@id": {
- "type": "string"
- }
- },
- "required": []
- },
- "edamTopic": {
- "@type": "DefinedTerm",
- "type": "object",
- "strict": false,
- "vocabulary": {
- "ontology": [
- "edam"
- ],
- "children_of": [
- "http://edamontology.org/topic_0003"
- ],
- "property": {
- "name": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- },
- "identifier": {
- "type": "string"
- }
- }
- }
- },
- "edamOperation": {
- "@type": "DefinedTerm",
- "type": "object",
- "strict": false,
- "vocabulary": {
- "ontology": [
- "edam"
- ],
- "children_of": [
- "http://edamontology.org/operation_0004"
- ],
- "property": {
- "name": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- },
- "identifier": {
- "type": "string"
- }
- }
- }
- },
- "creativeWork": {
- "@type": "CreativeWork",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- }
- },
- "required": []
- },
- "softwareApplication": {
- "@type": "SoftwareApplication",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- }
- },
- "required": []
- },
- "propertyValue": {
- "@type": "PropertyValue",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "value": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- }
- },
- "required": []
- },
- "person": {
- "@type": "Person",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "alternateName": {
- "type": "string"
- },
- "givenName": {
- "type": "string"
- },
- "familyName": {
- "type": "string",
- "identifier": {
- "type": "string"
- }
- },
- "affiliation": {
- "oneOf": [
- {
- "$ref": "#/definitions/organization"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- }
- ]
- },
- "identifier": {
- "type": "string"
- }
- }
- },
- "organization": {
- "@type": "Organization",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "alternateName": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- }
- }
- },
- "citation": {
- "description": "A citation object for a resource.",
- "@type": "CreativeWork",
- "type": "object",
- "properties": {
- "name": {
- "description": "Name of or title of the citation",
- "type": "string"
- },
- "identifier": {
- "description": "An identifier associated with the citation",
- "type": "string"
- },
- "pmid": {
- "description": "A pubmed identifier if available",
- "type": "string"
- },
- "doi": {
- "description": "A doi if available",
- "type": "string"
- },
- "url": {
- "description": "The url of the resource cited",
- "type": "string",
- "format": "uri"
- },
- "citeText": {
- "description": "The bibliographic citation for the referenced resource as is provided",
- "type": "string"
- }
- },
- "required": []
- },
- "product": {
- "@type": "Product",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- }
- },
- "required": []
- },
- "computerLanguage": {
- "@type": "ComputerLanguage",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "conformsDefinition": {
- "@type": "CreativeWork",
- "type": "object",
- "properties": {
- "identifier": {
- "description": "The url of the version bioschemas profile that was used. For jsonschema, set @id to the identifier",
- "oneOf": [
- {
- "enum": [
- "https://github.com/BioSchemas/specifications/blob/master/ComputationalTool/jsonld/ComputationalTool_v1.0-RELEASE.json"
- ]
- },
- {
- "type": "string",
- "format": "uri"
- }
- ]
- }
- },
- "required": [
- "identifier"
- ]
- }
- }
- },
- "additional_type": "https://bioschemas.org/profiles#nav-release",
- "schema:schemaVersion": [
- "https://bioschemas.org/profiles/ComputationalTool/1.0-RELEASE",
- "https://github.com/BioSchemas/specifications/blob/master/ComputationalTool/jsonld/ComputationalTool_v1.0-RELEASE.json"
- ]
- },
- {
- "@id": "bioschemas:ComputationalWorkflow",
- "@type": "rdfs:Class",
- "rdfs:comment": "A computational workflow consists of an orchestrated and repeatable pattern of activity enabled by the systematic organization of resources into processes that transform materials, provide services, or process information (source Wikipedia.org). It is executed by a computational process and is thus distinct from laboratory or business workflows. version 1.0-RELEASE",
- "rdfs:label": "ComputationalWorkflow",
- "rdfs:subClassOf": {
- "@id": "bioschemastypes:ComputationalWorkflow"
- },
- "$validation": {
- "$schema": "http://json-schema.org/draft-07/schema#",
- "type": "object",
- "properties": {
- "input": {
- "description": "An input required to use the computational workflow (eg. Excel spreadsheet, BAM file)",
- "oneOf": [
- {
- "$ref": "#/definitions/formalParameter"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/formalParameter"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "output": {
- "description": "An output produced by the workflow",
- "oneOf": [
- {
- "$ref": "#/definitions/formalParameter"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/formalParameter"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "creativeWorkStatus": {
- "description": "The status of a creative work in terms of its stage in a lifecycle. Example terms include Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for the stages of their publication lifecycle.",
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "$ref": "#/definitions/definedTerm"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/definedTerm"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "documentation": {
- "description": "Documentation describing the ComputationalWorkflow and its use.",
- "anyOf": [
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- },
- {
- "$ref": "#/definitions/creativeWork"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativeWork"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "funding": {
- "description": "The funding for the workflow",
- "oneOf": [
- {
- "$ref": "#/definitions/grant"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/grant"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "maintainer": {
- "description": " maintainer of a Dataset, software package (SoftwareApplication), or other Project. A maintainer is a Person or Organization that manages contributions to, and/or publication of, some (typically complex) artifact. It is common for distributions of software and data to be based on \u201cupstream\u201d sources. When maintainer is applied to a specific version of something e.g. a particular version or packaging of a Dataset, it is always possible that the upstream source has a different maintainer. The isBasedOn property can be used to indicate such relationships between datasets to make the different maintenance roles clear. Similarly in the case of software, a package may have dedicated maintainers working on integration into software distributions such as Ubuntu, as well as upstream maintainers of the underlying work.",
- "anyOf": [
- {
- "$ref": "#/definitions/person"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- },
- {
- "$ref": "#/definitions/organization"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "softwareRequirements": {
- "description": "Renaming schema.org/requirements as softwareRequirements. Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (Examples: DirectX, Java or .NET runtime). Supersedes requirements. ",
- "oneOf": [
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "conditionsOfAccess": {
- "description": "Conditions that affect the availability of, or method(s) of access to, an item. Typically used for real world items such as an ArchiveComponent held by an ArchiveOrganization. This property is not suitable for use as a general Web access control mechanism. It is expressed only in natural language. For example \u201cAvailable by appointment from the Reading Room\u201d or \u201cAccessible only from logged-in accounts \u201c.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "targetProduct": {
- "description": "Target Operating System / Product to which the code applies. If applies to several versions, just the product name can be used.",
- "oneOf": [
- {
- "$ref": "#/definitions/softwareApplication"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/softwareApplication"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "programmingLanguage": {
- "description": "The computer programming language.",
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "$ref": "#/definitions/computerLanguage"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/computerLanguage"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "runtimePlatform": {
- "description": "Runtime platform or script interpreter dependencies (Example - Java v1, Python2.3, .Net Framework 3.0).",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "alternateName": {
- "description": "An alias for the item.",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "description": {
- "description": "A description of the item.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "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.",
- "anyOf": [
- {
- "$ref": "#/definitions/propertyValue"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/propertyValue"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "image": {
- "description": "An image of the item. This can be a URL or a fully described ImageObject.",
- "oneOf": [
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- },
- {
- "$ref": "#/definitions/imageObject"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/imageObject"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "name": {
- "description": "The name of the item.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "url": {
- "description": "URL of the item.",
- "type": "string",
- "format": "uri",
- "owl:cardinality": "one"
- },
- "citation": {
- "description": "A citation or reference to another creative work, such as another publication, web page, scholarly article, etc.",
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "$ref": "#/definitions/creativeWork"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativeWork"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "contributor": {
- "description": "A secondary contributor to the CreativeWork or Event.",
- "anyOf": [
- {
- "$ref": "#/definitions/person"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- },
- {
- "$ref": "#/definitions/organization"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "creator": {
- "description": "The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork.",
- "anyOf": [
- {
- "$ref": "#/definitions/person"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- },
- {
- "$ref": "#/definitions/organization"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "dateCreated": {
- "description": "The date on which the CreativeWork was created or the item was added to a DataFeed.",
- "format": "date",
- "type": "string",
- "owl:cardinality": "one"
- },
- "dateModified": {
- "description": "The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed.",
- "format": "date",
- "type": "string",
- "owl:cardinality": "one"
- },
- "datePublished": {
- "description": "Date of first broadcast/publication.",
- "format": "date",
- "type": "string",
- "owl:cardinality": "one"
- },
- "encodingFormat": {
- "description": "Media type typically expressed using a MIME format (see IANA site and MDN reference) e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.).
\n\nIn cases where a CreativeWork has several media type representations, encoding can be used to indicate each MediaObject alongside particular encodingFormat information.
\n\nUnregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.",
- "oneOf": [
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "hasPart": {
- "description": "Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense).",
- "oneOf": [
- {
- "$ref": "#/definitions/creativeWork"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativeWork"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "isBasedOn": {
- "description": "A resource from which this work is derived or from which it is a modification or adaption.",
- "oneOf": [
- {
- "$ref": "#/definitions/product"
- },
- {
- "$ref": "#/definitions/creativeWork"
- },
- {
- "type": "string",
- "format": "uri"
- }
- ],
- "owl:cardinality": "one"
- },
- "keywords": {
- "description": "Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas.",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "license": {
- "description": "A license document that applies to this content, typically indicated by URL.",
- "anyOf": [
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- },
- {
- "$ref": "#/definitions/creativeWork"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativeWork"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "producer": {
- "description": "The person or organization who produced the work (e.g. music album, movie, tv/radio series etc.).",
- "anyOf": [
- {
- "$ref": "#/definitions/person"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- },
- {
- "$ref": "#/definitions/organization"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "publisher": {
- "description": "The publisher of the creative work.",
- "anyOf": [
- {
- "$ref": "#/definitions/person"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- },
- {
- "$ref": "#/definitions/organization"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "sdPublisher": {
- "description": "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\nsdPublisher property helps make such practices more explicit.",
- "anyOf": [
- {
- "$ref": "#/definitions/person"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- },
- {
- "$ref": "#/definitions/organization"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "version": {
- "description": "The version of the CreativeWork embodied by a specified resource.",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "number"
- }
- ],
- "owl:cardinality": "one"
- },
- "conformsTo": {
- "description": "This is used to state the Bioschemas profile that the markup relates to. The identifier can be the url for the version of this bioschemas class on github: https://github.com/BioSchemas/specifications/blob/master/ComputationalWorkflow/jsonld/ComputationalWorkflow_v1.0-RELEASE.json",
- "$ref": "#/definitions/conformsDefinition"
- }
- },
- "required": [
- "input",
- "output",
- "programmingLanguage",
- "name",
- "url",
- "creator",
- "dateCreated",
- "license",
- "sdPublisher",
- "version",
- "conformsTo"
- ],
- "recommended": [
- "citation",
- "contributor",
- "creativeWorkStatus",
- "description",
- "documentation",
- "funding",
- "hasPart",
- "isBasedOn",
- "keywords",
- "maintainer",
- "producer",
- "publisher",
- "runtimePlatform",
- "softwareRequirements",
- "targetProduct"
- ],
- "optional": [
- "alternateName",
- "conditionsOfAccess",
- "dateModified",
- "datePublished",
- "encodingFormat",
- "identifier",
- "image"
- ],
- "definitions": {
- "formalParameter": {
- "@type": "bioschemas:FormalParameter",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- }
- },
- "required": []
- },
- "grant": {
- "@type": "Grant",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- },
- "sponsor": {
- "oneOf": [
- {
- "$ref": "#/definitions/organization"
- },
- {
- "$ref": "#/definitions/person"
- }
- ]
- },
- "identifier": {
- "type": "string"
- }
- },
- "required": [
- "name"
- ]
- },
- "person": {
- "@type": "Person",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- },
- "affiliation": {
- "$ref": "#/definitions/organization"
- }
- },
- "required": [
- "name"
- ]
- },
- "organization": {
- "@type": "Organization",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "alternateName": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- }
- }
- },
- "softwareApplication": {
- "@type": "SoftwareApplication",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- }
- },
- "required": []
- },
- "propertyValue": {
- "@type": "PropertyValue",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "value": {
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "boolean"
- },
- {
- "type": "number"
- }
- ]
- },
- "identifier": {
- "type": "string"
- },
- "valueReference": {
- "oneOf": [
- {
- "$ref": "#/definitions/categoryCode"
- },
- {
- "type": "array",
- "items": [
- {
- "$ref": "#/definitions/categoryCode"
- }
- ]
- }
- ]
- },
- "unitCode": {
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "string",
- "format": "uri"
- }
- ]
- },
- "unitText": {
- "type": "string"
- }
- },
- "required": [
- "name",
- "value"
- ],
- "recommended": [
- "valueReference"
- ],
- "optional": [
- "unitCode",
- "unitText"
- ]
- },
- "categoryCode": {
- "@type": "CategoryCode",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "codeValue": {
- "type": "string"
- },
- "url": {
- "type": "string"
- }
- },
- "required": [
- "name",
- "codeValue",
- "url"
- ]
- },
- "creativeWork": {
- "@type": "CreativeWork",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- }
- },
- "required": []
- },
- "product": {
- "@type": "Product",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- }
- },
- "required": []
- },
- "definedTerm": {
- "@type": "DefinedTerm",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- },
- "termCode": {
- "type": "string"
- }
- },
- "required": []
- },
- "computerLanguage": {
- "@type": "ComputerLanguage",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "imageObject": {
- "@type": "ImageObject",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- }
- },
- "required": []
- },
- "conformsDefinition": {
- "@type": "CreativeWork",
- "type": "object",
- "properties": {
- "identifier": {
- "description": "The url of the version bioschemas profile that was used. For jsonschema, set @id to the identifier",
- "oneOf": [
- {
- "enum": [
- "https://github.com/BioSchemas/specifications/blob/master/ComputationalWorkflow/jsonld/ComputationalWorkflow_v1.0-RELEASE.json"
- ]
- },
- {
- "type": "string",
- "format": "uri"
- }
- ]
- }
- },
- "required": [
- "identifier"
- ]
- }
- }
- },
- "additional_type": "https://bioschemas.org/profiles#nav-release",
- "schema:schemaVersion": [
- "https://bioschemas.org/profiles/ComputationalWorkflow/1.0-RELEASE",
- "https://github.com/BioSchemas/specifications/blob/master/ComputationalWorkflow/jsonld/ComputationalWorkflow_v1.0-RELEASE.json"
- ]
- },
- {
- "@id": "bioschemas:DataCatalog",
- "@type": "rdfs:Class",
- "rdfs:comment": "A guide for how to describe data catalogs/repositories in the life-sciences using Schema.org-like annotation. Version 0.3-RELEASE-2019_07_01",
- "rdfs:label": "DataCatalog",
- "rdfs:subClassOf": {
- "@id": "schema:DataCatalog"
- },
- "$validation": {
- "$schema": "http://json-schema.org/draft-07/schema#",
- "type": "object",
- "properties": {
- "dataset": {
- "description": "A dataset contained in this catalog.",
- "oneOf": [
- {
- "$ref": "#/definitions/datasetObject"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/datasetObject"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "alternateName": {
- "description": "An alias for the item.",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "description": {
- "description": "A description of the item.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "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.",
- "anyOf": [
- {
- "$ref": "#/definitions/propertyValue"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/propertyValue"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "name": {
- "description": "The name of the item.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "url": {
- "description": "URL of the item.",
- "type": "string",
- "format": "uri",
- "owl:cardinality": "one"
- },
- "about": {
- "description": "The subject matter of the content.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "citation": {
- "description": "A citation or reference to another creative work, such as another publication, web page, scholarly article, etc.",
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "$ref": "#/definitions/creativeWork"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativeWork"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "dateCreated": {
- "description": "The date on which the CreativeWork was created or the item was added to a DataFeed.",
- "format": "date",
- "type": "string",
- "owl:cardinality": "one"
- },
- "dateModified": {
- "description": "The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed.",
- "format": "date",
- "type": "string",
- "owl:cardinality": "one"
- },
- "encodingFormat": {
- "description": "Media type typically expressed using a MIME format (see IANA site and MDN reference) e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.).
\n\nIn cases where a CreativeWork has several media type representations, encoding can be used to indicate each MediaObject alongside particular encodingFormat information.
\n\nUnregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.",
- "oneOf": [
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "keywords": {
- "description": "Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas.",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "license": {
- "description": "A license document that applies to this content, typically indicated by URL.",
- "oneOf": [
- {
- "type": "string",
- "format": "uri"
- },
- {
- "$ref": "#/definitions/creativeWork"
- }
- ],
- "owl:cardinality": "one"
- },
- "provider": {
- "description": "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller.",
- "anyOf": [
- {
- "$ref": "#/definitions/person"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- },
- {
- "$ref": "#/definitions/organization"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "sourceOrganization": {
- "description": "The Organization on whose behalf the creator was working.",
- "oneOf": [
- {
- "$ref": "#/definitions/organization"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "conformsTo": {
- "description": "This is used to state the Bioschemas profile that the markup relates to. The identifier can be the url for the version of this bioschemas class on github: https://github.com/BioSchemas/specifications/blob/master/DataCatalog/jsonld/DataCatalog_v0.3-RELEASE-2019_07_01.json",
- "$ref": "#/definitions/conformsDefinition"
- }
- },
- "required": [
- "description",
- "name",
- "url",
- "keywords",
- "provider",
- "conformsTo"
- ],
- "recommended": [
- "about",
- "alternateName",
- "citation",
- "dataset",
- "dateCreated",
- "identifier",
- "license",
- "sourceOrganization"
- ],
- "optional": [
- "dateModified",
- "encodingFormat"
- ],
- "definitions": {
- "person": {
- "@type": "Person",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- },
- "affiliation": {
- "$ref": "#/definitions/organization"
- }
- },
- "required": [
- "name"
- ]
- },
- "organization": {
- "@type": "Organization",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- }
- },
- "required": [
- "name"
- ]
- },
- "datasetObject": {
- "@type": "Dataset",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- },
- "description": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- },
- "keywords": {
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ]
- }
- },
- "required": [
- "name",
- "url",
- "description",
- "keywords",
- "identifier"
- ]
- },
- "creativeWork": {
- "@type": "CreativeWork",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- }
- },
- "required": []
- },
- "propertyValue": {
- "@type": "PropertyValue",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "value": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- }
- },
- "required": []
- },
- "conformsDefinition": {
- "@type": "CreativeWork",
- "type": "object",
- "properties": {
- "identifier": {
- "description": "The url of the version bioschemas profile that was used. For jsonschema, set @id to the identifier",
- "oneOf": [
- {
- "enum": [
- "https://github.com/BioSchemas/specifications/blob/master/DataCatalog/jsonld/DataCatalog_v0.3-RELEASE-2019_07_01.json"
- ]
- },
- {
- "type": "string",
- "format": "uri"
- }
- ]
- }
- },
- "required": [
- "identifier"
- ]
- }
- }
- },
- "additional_type": "https://bioschemas.org/profiles#nav-release",
- "schema:schemaVersion": [
- "https://bioschemas.org/profiles/DataCatalog/0.3-RELEASE-2019_07_01",
- "https://github.com/BioSchemas/specifications/blob/master/DataCatalog/jsonld/DataCatalog_v0.3-RELEASE-2019_07_01.json"
- ]
- },
- {
- "@id": "bioschemas:Dataset",
- "@type": "rdfs:Class",
- "rdfs:comment": "A guide for how to describe datasets in the life-sciences using Schema.org-like annotation. Version 1.0-RELEASE. Summary of Changes
Key changes since 0.3-RELEASE:
",
- "schema:schemaVersion": [
- "https://bioschemas.org/profiles/Dataset/1.0-RELEASE",
- "https://github.com/BioSchemas/specifications/blob/master/Dataset/jsonld/Dataset_v1.0-RELEASE.json"
- ],
- "rdfs:label": "Dataset",
- "rdfs:subClassOf": {
- "@id": "schema:Dataset"
- },
- "$validation": {
- "$schema": "http://json-schema.org/draft-07/schema#",
- "type": "object",
- "properties": {
- "alternateName": {
- "description": " An alias for the item.",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "citation": {
- "description": "A citation for a publication that describes the dataset. A citation or reference to another creative work, such as another publication, web page, scholarly article, etc.",
- "anyOf": [
- {
- "$ref": "#/definitions/creativework"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "creator": {
- "description": "The name of the dataset creator (person or organization). The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork.",
- "anyOf": [
- {
- "$ref": "#/definitions/organization"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- },
- {
- "$ref": "#/definitions/person"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "dateCreated": {
- "description": " The date on which the CreativeWork was created or the item was added to a DataFeed.",
- "oneOf": [
- {
- "type": "string",
- "format": "date"
- },
- {
- "$ref": "#/definitions/datetime"
- }
- ],
- "owl:cardinality": "one"
- },
- "dateModified": {
- "description": " The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed.",
- "oneOf": [
- {
- "type": "string",
- "format": "date"
- },
- {
- "$ref": "#/definitions/datetime"
- }
- ],
- "owl:cardinality": "one"
- },
- "datePublished": {
- "description": " Date of first broadcast/publication.",
- "type": "string",
- "format": "date",
- "owl:cardinality": "one"
- },
- "description": {
- "description": "A short summary describing a dataset. A description of the item.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "distribution": {
- "description": " A downloadable form of this dataset, at a specific location, in a specific format.",
- "oneOf": [
- {
- "$ref": "#/definitions/datadownload"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/datadownload"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "hasPart": {
- "description": " Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense). \nInverse property: [isPartOf](https://schema.org/isPartOf)",
- "oneOf": [
- {
- "$ref": "#/definitions/creativework"
- },
- {
- "$ref": "#/definitions/trip"
- }
- ],
- "owl:cardinality": "one"
- },
- "identifier": {
- "description": "CURIEs that can be resolved using [Identifiers.org](https://identifiers.org/) should be used. The identifier property represents any kind of identifier for any kind of [Thing](https://schema.org/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](http://schema.org/docs/datamodel.html#identifierBg) for more details.",
- "anyOf": [
- {
- "$ref": "#/definitions/propertyvalue"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/propertyvalue"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "includedInDataCatalog": {
- "description": " A data catalog which contains this dataset. Supersedes [includedDataCatalog](https://schema.org/includedDataCatalog), [catalog](https://schema.org/catalog).\nInverse property: [dataset](https://schema.org/dataset)",
- "oneOf": [
- {
- "$ref": "#/definitions/datacatalog"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/datacatalog"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "isAccessibleForFree": {
- "description": " A flag to signal that the item, event, or place is accessible for free. Supersedes [free](https://schema.org/free).",
- "type": "boolean",
- "owl:cardinality": "one"
- },
- "isBasedOn": {
- "description": "Use to link a Dataset to the Study that it was generated from. A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, http://example.com/great-multiplication-intro.html. \nSupersedes isBasedOnUrl.",
- "anyOf": [
- {
- "$ref": "#/definitions/creativework"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- },
- {
- "$ref": "#/definitions/product"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/product"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "isPartOf": {
- "description": " Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of. Inverse property: [hasPart](https://schema.org/hasPart)",
- "oneOf": [
- {
- "$ref": "#/definitions/creativework"
- },
- {
- "type": "string",
- "format": "uri"
- }
- ],
- "owl:cardinality": "one"
- },
- "keywords": {
- "description": "Keywords should be drawn from a controlled vocabulary, e.g. [EDAM](https://edamontology.org/), and supplied as a DefinedTerm list. Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas.",
- "anyOf": [
- {
- "$ref": "#/definitions/definedterm"
- },
- {
- "type": "string"
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/definedterm"
- }
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "license": {
- "description": "A license under which the dataset is distributed. A license document that applies to this content, typically indicated by URL.",
- "oneOf": [
- {
- "$ref": "#/definitions/creativework"
- },
- {
- "type": "string",
- "format": "uri"
- }
- ],
- "owl:cardinality": "one"
- },
- "maintainer": {
- "description": " A maintainer of a [Dataset](https://schema.org/Dataset), software package ([SoftwareApplication](https://schema.org/SoftwareApplication)), or other [Project](https://schema.org/Project). A maintainer is a [Person](https://schema.org/Person) or [Organization](https://schema.org/Organization) that manages contributions to, and/or publication of, some (typically complex) artifact. It is common for distributions of software and data to be based on \"upstream\" sources. When [maintainer](https://schema.org/maintainer) is applied to a specific version of something e.g. a particular version or packaging of a [Dataset](https://schema.org/Dataset), it is always possible that the upstream source has a different maintainer. The [isBasedOn](https://schema.org/isBasedOn) property can be used to indicate such relationships between datasets to make the different maintenance roles clear. Similarly in the case of software, a package may have dedicated maintainers working on integration into software distributions such as Ubuntu, as well as upstream maintainers of the underlying work.",
- "anyOf": [
- {
- "$ref": "#/definitions/organization"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- },
- {
- "$ref": "#/definitions/person"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "measurementTechnique": {
- "description": " A technique or technology used in a [Dataset](https://schema.org/Dataset) (or [DataDownload](https://schema.org/DataDownload), [DataCatalog](https://schema.org/DataCatalog)), corresponding to the method used for measuring the corresponding variable(s) (described using [variableMeasured](https://schema.org/variableMeasured)). This is oriented towards scientific and scholarly dataset publication but may have broader applicability; it is not intended as a full representation of measurement, but rather as a high level summary for dataset discovery.\n\nFor example, if [variableMeasured](https://schema.org/variableMeasured) is: molecule concentration, [measurementTechnique](https://schema.org/measurementTechnique) could be: \"mass spectrometry\" or \"nmr spectroscopy\" or \"colorimetry\" or \"immunofluorescence\".\n\nIf the [variableMeasured](https://schema.org/variableMeasured) is \"depression rating\", the [measurementTechnique](https://schema.org/measurementTechnique) could be \"Zung Scale\" or \"HAM-D\" or \"Beck Depression Inventory\".\n\nIf there are several [variableMeasured](https://schema.org/variableMeasured) properties recorded for some given data object, use a [PropertyValue](https://schema.org/PropertyValue) for each [variableMeasured](https://schema.org/variableMeasured) and attach the corresponding [measurementTechnique](https://schema.org/measurementTechnique).",
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- },
- {
- "$ref": "#/definitions/definedterm"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/definedterm"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "name": {
- "description": "A descriptive name of the dataset. The name of the item.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "publisher": {
- "description": " The publisher of the creative work.",
- "oneOf": [
- {
- "$ref": "#/definitions/organization"
- },
- {
- "$ref": "#/definitions/person"
- }
- ],
- "owl:cardinality": "one"
- },
- "sameAs": {
- "description": " URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.",
- "type": "string",
- "format": "uri",
- "owl:cardinality": "one"
- },
- "url": {
- "description": "The location of a page describing the dataset. URL of the item.",
- "type": "string",
- "format": "uri",
- "owl:cardinality": "one"
- },
- "variableMeasured": {
- "description": "What does the dataset measure? (e.g., temperature, pressure). The variableMeasured property can indicate (repeated as necessary) the variables that are measured in some dataset, either described as text or as pairs of identifier and description using PropertyValue.",
- "anyOf": [
- {
- "$ref": "#/definitions/propertyvalue"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/propertyvalue"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "version": {
- "description": "The version number for this dataset. The version of the CreativeWork embodied by a specified resource.",
- "oneOf": [
- {
- "type": "number"
- },
- {
- "type": "string"
- }
- ],
- "owl:cardinality": "one"
- },
- "conformsTo": {
- "description": "This is used to state the Bioschemas profile that the markup relates to. The identifier can be the url for the version of this bioschemas class on github: https://github.com/BioSchemas/specifications/blob/master/Dataset/jsonld/Dataset_v1.0-RELEASE.json",
- "$ref": "#/definitions/conformsDefinition"
- }
- },
- "required": [
- "description",
- "identifier",
- "keywords",
- "license",
- "name",
- "url",
- "conformsTo"
- ],
- "recommended": [
- "alternateName",
- "citation",
- "creator",
- "datePublished",
- "distribution",
- "includedInDataCatalog",
- "isBasedOn",
- "measurementTechnique",
- "variableMeasured",
- "version"
- ],
- "optional": [
- "dateCreated",
- "dateModified",
- "hasPart",
- "isAccessibleForFree",
- "isPartOf",
- "maintainer",
- "publisher",
- "sameAs"
- ],
- "definitions": {
- "creativework": {
- "@type": "CreativeWork",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- }
- },
- "required": []
- },
- "organization": {
- "@type": "Organization",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "legalName": {
- "type": "string"
- },
- "description": {
- "type": "string"
- },
- "sameAs": {
- "type": "string",
- "format": "uri"
- }
- }
- },
- "person": {
- "@type": "Person",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- },
- "mainEntityOfPage": {
- "anyOf": [
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- },
- {
- "$ref": "#/definitions/creativework"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ]
- }
- },
- "required": [
- "name"
- ]
- },
- "datetime": {
- "@type": "schema:DateTime",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "datadownload": {
- "@type": "schema:DataDownload",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "trip": {
- "@type": "schema:Trip",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "propertyvalue": {
- "@type": "PropertyValue",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "value": {
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "boolean"
- },
- {
- "type": "number"
- }
- ]
- },
- "identifier": {
- "type": "string"
- },
- "valuereference": {
- "oneOf": [
- {
- "$ref": "#/definitions/categorycode"
- },
- {
- "type": "array",
- "items": [
- {
- "$ref": "#/definitions/categorycode"
- }
- ]
- }
- ]
- },
- "unitCode": {
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "string",
- "format": "uri"
- }
- ]
- },
- "unitText": {
- "type": "string"
- }
- },
- "required": [
- "name",
- "value"
- ],
- "recommended": [
- "valueReference"
- ],
- "optional": [
- "unitCode",
- "unitText"
- ]
- },
- "categorycode": {
- "@type": "CategoryCode",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "codeValue": {
- "type": "string"
- },
- "url": {
- "type": "string"
- }
- },
- "required": [
- "name",
- "codeValue",
- "url"
- ]
- },
- "datacatalog": {
- "@type": "bioschemas:DataCatalog",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "product": {
- "@type": "schema:Product",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "definedterm": {
- "@type": "DefinedTerm",
- "type": "object",
- "properties": {
- "url": {
- "type": "string",
- "format": "uri"
- },
- "name": {
- "type": "string"
- },
- "termCode": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- },
- "inDefinedTermSet": {
- "$ref": "#/definitions/definedtermset"
- }
- },
- "required": []
- },
- "definedtermset": {
- "@type": "DefinedTermSet",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- }
- },
- "required": []
- },
- "conformsDefinition": {
- "@type": "CreativeWork",
- "type": "object",
- "properties": {
- "identifier": {
- "description": "The url of the version bioschemas profile that was used. For jsonschema, set @id to the identifier",
- "oneOf": [
- {
- "enum": [
- "https://github.com/BioSchemas/specifications/blob/master/Dataset/jsonld/Dataset_v1.0-RELEASE.json"
- ]
- },
- {
- "type": "string",
- "format": "uri"
- }
- ]
- }
- },
- "required": [
- "identifier"
- ]
- }
- }
- },
- "additional_type": "https://bioschemas.org/profiles#nav-release"
- },
- {
- "@id": "bioschemas:Sample",
- "@type": "rdfs:Class",
- "rdfs:comment": "To deliver on the identified use cases for samples, we have identified a minimal set of properties to encapsulate identification, linking, and metadata descriptions. Some of these properties are existing standard schema.org properties, others require Bioschemas extensions. Table 1 outlines the minimal set of properties for the \u2018Sample\u2019 concept and Table 2 shows our recommendations for use of the \u2018PropertyValue\u2019 concept to markup additional characteristics of a sample described within a sample page. We also propose a new concept, \u2018Biomedical Code\u2019, which is a generalisation of the existing \u2018Medical Code\u2019 concept defined in the health-lifesci.schema.org extension.",
- "rdfs:label": "Sample",
- "rdfs:subClassOf": {
- "@id": "bioschemastypesdrafts:Sample"
- },
- "$validation": {
- "$schema": "http://json-schema.org/draft-07/schema#",
- "type": "object",
- "properties": {
- "additionalProperty": {
- "description": "A property-value pair representing an additional characteristics of the entity, e.g. \u201cOrganism: Homo sapiens\u201d or \u201ctissue type: leaf\u201d. For details of how to use PropertyValue see below.",
- "oneOf": [
- {
- "$ref": "#/definitions/propertyValue"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/propertyValue"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "url": {
- "description": "URL of the item.",
- "type": "string",
- "format": "uri",
- "owl:cardinality": "one"
- },
- "name": {
- "description": "The name of the item.",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "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.",
- "anyOf": [
- {
- "$ref": "#/definitions/propertyValue"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/propertyValue"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "subjectOf": {
- "description": "A CreativeWork or Event about this Thing..",
- "oneOf": [
- {
- "$ref": "#/definitions/creativeWork"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativeWork"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "description": {
- "description": "A description of the item.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "conformsTo": {
- "description": "This is used to state the Bioschemas profile that the markup relates to. The identifier can be the url for the version of this bioschemas class on github: https://github.com/BioSchemas/specifications/blob/master/Sample/jsonld/Sample_v0.2-RELEASE-2018_11_10.json",
- "$ref": "#/definitions/conformsDefinition"
- }
- },
- "required": [
- "identifier",
- "conformsTo"
- ],
- "recommended": [
- "url"
- ],
- "optional": [
- "additionalProperty",
- "description",
- "name",
- "subjectOf"
- ],
- "definitions": {
- "propertyValue": {
- "@type": "PropertyValue",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "value": {
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "boolean"
- },
- {
- "type": "number"
- }
- ]
- },
- "identifier": {
- "type": "string"
- },
- "valueReference": {
- "oneOf": [
- {
- "$ref": "#/definitions/categoryCode"
- },
- {
- "type": "array",
- "items": [
- {
- "$ref": "#/definitions/categoryCode"
- }
- ]
- }
- ]
- },
- "unitCode": {
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "string",
- "format": "uri"
- }
- ]
- },
- "unitText": {
- "type": "string"
- }
- },
- "required": [
- "name",
- "value"
- ],
- "recommended": [
- "valueReference"
- ],
- "optional": [
- "unitCode",
- "unitText"
- ]
- },
- "creativeWork": {
- "@type": "CreativeWork",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- }
- },
- "required": []
- },
- "categoryCode": {
- "@type": "CategoryCode",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "codeValue": {
- "type": "string"
- },
- "url": {
- "type": "string"
- }
- },
- "required": [
- "name",
- "codeValue",
- "url"
- ]
- },
- "conformsDefinition": {
- "@type": "CreativeWork",
- "type": "object",
- "properties": {
- "identifier": {
- "description": "The url of the version bioschemas profile that was used. For jsonschema, set @id to the identifier",
- "oneOf": [
- {
- "enum": [
- "https://github.com/BioSchemas/specifications/blob/master/Sample/jsonld/Sample_v0.2-RELEASE-2018_11_10.json"
- ]
- },
- {
- "type": "string",
- "format": "uri"
- }
- ]
- }
- },
- "required": [
- "identifier"
- ]
- }
- }
- },
- "additional_type": "https://bioschemas.org/profiles#nav-release",
- "schema:schemaVersion": [
- "https://github.com/BioSchemas/specifications/blob/master/Sample/jsonld/Sample_v0.2-RELEASE-2018_11_10.json",
- "https://bioschemas.org/profiles/Sample/0.2-RELEASE-2018_11_10"
- ]
- },
- {
- "@id": "bioschemas:Course",
- "@type": "rdfs:Class",
- "rdfs:comment": "Specification describing a course. This specification must be used in tandem with a courseInstance. A course is used to describe the broad, common aspects of a recurring training event - whereas a course instance is about the specific times and location of when that course is held. Summary of Changes
No changes since 0.10-DRAFT of the Course profile. Version: 1.0-RELEASE (13 September 2022) ",
- "schema:schemaVersion": [
- "https://bioschemas.org/profiles/Course/1.0-RELEASE",
- "https://github.com/BioSchemas/specifications/blob/master/Course/jsonld/Course_v1.0-RELEASE.json"
- ],
- "rdfs:label": "Course",
- "rdfs:subClassOf": {
- "@id": "schema:Course"
- },
- "$validation": {
- "$schema": "http://json-schema.org/draft-07/schema#",
- "type": "object",
- "properties": {
- "about": {
- "description": "The subject of this Course. \nUse the DefinedTerm type to add a controlled vocabulary term to categorise the course (such as using the [EDAM Topic ontology](https://bioportal.bioontology.org/ontologies/EDAM/?p=classes&conceptid=http%3A%2F%2Fedamontology.org%2Ftopic_0003)). The subject matter of the content.\nInverse property: subjectOf.",
- "oneOf": [
- {
- "$ref": "#/definitions/thing"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/thing"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "abstract": {
- "description": "An abstract is a short description that summarizes a Course An abstract is a short description that summarizes a CreativeWork",
- "type": "string",
- "owl:cardinality": "one"
- },
- "accessibilitySummary": {
- "description": "A human-readable summary of specific accessibility features or deficiencies within the course. A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as \"short descriptions are present but long descriptions will be needed for non-visual users\" or \"short descriptions are present and no long descriptions are needed.\"",
- "type": "string",
- "owl:cardinality": "one"
- },
- "aggregateRating": {
- "description": " The overall rating, based on a collection of reviews or ratings, of the item.",
- "$ref": "#/definitions/aggregaterating",
- "owl:cardinality": "one"
- },
- "alternateName": {
- "description": " An alias for the item.",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "audience": {
- "description": "The type of audience intended for your course. A succinct description of the attendees. An intended audience, i.e. a group for whom something was created. Supersedes serviceAudience.",
- "oneOf": [
- {
- "$ref": "#/definitions/audience"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/audience"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "citation": {
- "description": " A citation or reference to another creative work, such as another publication, web page, scholarly article, etc.",
- "anyOf": [
- {
- "$ref": "#/definitions/creativework"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "comment": {
- "description": " Comments, typically from users.",
- "oneOf": [
- {
- "$ref": "#/definitions/comment"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/comment"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "commentCount": {
- "description": " The number of comments this CreativeWork (e.g. Article, Question or Answer) has received. This is most applicable to works published in Web sites with commenting system; additional comments may exist elsewhere.",
- "type": "integer",
- "owl:cardinality": "one"
- },
- "courseCode": {
- "description": " The identifier for the Course used by the course provider (e.g. CS101 or 6.001).",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "coursePrerequisites": {
- "description": " Requirements for taking the Course. May be completion of another Course or a textual description like \"permission of instructor\". Requirements may be a pre-requisite competency, referenced using AlignmentObject.",
- "anyOf": [
- {
- "$ref": "#/definitions/course"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/course"
- }
- },
- {
- "$ref": "#/definitions/alignmentobject"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/alignmentobject"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "creator": {
- "description": "The creator/author of the course. Note, this may be different from the instructor who delivers it (descibed in CourseInstance), or the author who created the training materials used. The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork.",
- "anyOf": [
- {
- "$ref": "#/definitions/organization"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- },
- {
- "$ref": "#/definitions/person"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "dateCreated": {
- "description": " The date on which the CreativeWork was created or the item was added to a DataFeed.",
- "oneOf": [
- {
- "type": "string",
- "format": "date"
- },
- {
- "$ref": "#/definitions/datetime"
- }
- ],
- "owl:cardinality": "one"
- },
- "dateModified": {
- "description": " The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed.",
- "anyOf": [
- {
- "type": "string",
- "format": "date"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "date"
- }
- },
- {
- "$ref": "#/definitions/datetime"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/datetime"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "description": {
- "description": " A description of the item.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "educationalCredentialAwarded": {
- "description": "Strongly recommended if exists. A description of the qualification, award, certificate, diploma or other educational credential awarded as a consequence of successful completion of this course. A description of the qualification, award, certificate, diploma or other educational credential awarded as a consequence of successful completion of this course.",
- "oneOf": [
- {
- "$ref": "#/definitions/educationaloccupationalcredential"
- },
- {
- "type": "string"
- },
- {
- "type": "string",
- "format": "uri"
- }
- ],
- "owl:cardinality": "one"
- },
- "educationalLevel": {
- "description": "The level expected to be able to participate in the course. Examples of educational levels include 'beginner', 'intermediate' or 'advanced'. The level in terms of progression through an educational or training context. Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators.",
- "oneOf": [
- {
- "$ref": "#/definitions/definedterm"
- },
- {
- "type": "string"
- },
- {
- "type": "string",
- "format": "uri"
- }
- ],
- "owl:cardinality": "one"
- },
- "hasCourseInstance": {
- "description": "A course may be ran multiple times in different locations or at different times. Use hasCourseInstance to list the offerings of this Course.\n\nPlease see the [Course Instance specification](https://bioschemas.org/specifications/CourseInstance) for the full list of properties. An offering of the course at a specific time and place or through specific media or mode of study or to a specific section of students.",
- "oneOf": [
- {
- "$ref": "#/definitions/courseinstance"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/courseinstance"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "hasPart": {
- "description": "A training material used in a course such as an exercise, handouts, or slides. \n\nInverse property: isPartOf.\n\nIf this varies in a CourseInstance, use workFeatutred to override this property value. Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense).\nInverse property: isPartOf.",
- "oneOf": [
- {
- "$ref": "#/definitions/creativework"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "image": {
- "description": " An image of the item. This can be a URL or a fully described ImageObject.",
- "oneOf": [
- {
- "$ref": "#/definitions/imageobject"
- },
- {
- "type": "string",
- "format": "uri"
- }
- ],
- "owl:cardinality": "one"
- },
- "isBasedOn": {
- "description": "A course, book or other resource on which this Course is based. A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, http://example.com/great-multiplication-intro.html. Supersedes isBasedOnUrl.",
- "anyOf": [
- {
- "$ref": "#/definitions/creativework"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- },
- {
- "$ref": "#/definitions/product"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/product"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "keywords": {
- "description": "Free text keywords delimited by commas describing the Course content. Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas.",
- "oneOf": [
- {
- "$ref": "#/definitions/definedterm"
- },
- {
- "type": "string"
- },
- {
- "type": "string",
- "format": "uri"
- }
- ],
- "owl:cardinality": "one"
- },
- "license": {
- "description": "If the Course has an open-source license, include the short URL, as found in OSI. Otherwise use CreativeWork to describe your custom license. A license document that applies to this content, typically indicated by URL.",
- "oneOf": [
- {
- "$ref": "#/definitions/creativework"
- },
- {
- "type": "string",
- "format": "uri"
- }
- ],
- "owl:cardinality": "one"
- },
- "mentions": {
- "description": "Datasets, tools, technologies, entities etc, which are actively used by and/or referred to by this course.\n\nIf this varies in a *CourseInstance*, use the *CourseInstance* version of _mentions_ to override this mentions. Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.",
- "oneOf": [
- {
- "$ref": "#/definitions/thing"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/thing"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "name": {
- "description": " The name of the item.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "provider": {
- "description": "The organization responsible for providing the educational input for the course, e.g. content, assessments, accreditation etc.\nNote: providing a course goes beyond creating it as it implies some degree of academic responsibility for accrediting the content of the course, perhaps running assessments etc. The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller. Supersedes carrier.",
- "anyOf": [
- {
- "$ref": "#/definitions/organization"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- },
- {
- "$ref": "#/definitions/person"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "teaches": {
- "description": "Statements that describe what knowledge, skills or abilities students should acquire on completion of this Course The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term.",
- "anyOf": [
- {
- "$ref": "#/definitions/definedterm"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/definedterm"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "thumbnailUrl": {
- "description": " A thumbnail image relevant to the Thing.",
- "type": "string",
- "format": "uri",
- "owl:cardinality": "one"
- },
- "timeRequired": {
- "description": "Approximate or typical time it takes to work through this learning resource for the typical intended target audience, e.g. 'P30M', 'P1H25M'. This should use the ISO 8601 duration format. \n\nIf this varies in a *CourseInstance*, use _duration_ in *CourseInstance* to override timeRequired. Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. 'P30M', 'P1H25M'.",
- "$ref": "#/definitions/duration",
- "owl:cardinality": "one"
- },
- "url": {
- "description": "The preferred URL of the course page. You must provide this value if it is known. URL of the item.",
- "type": "string",
- "format": "uri",
- "owl:cardinality": "one"
- },
- "conformsTo": {
- "description": "This is used to state the Bioschemas profile that the markup relates to. The identifier can be the url for the version of this bioschemas class on github: https://github.com/BioSchemas/specifications/blob/master/Course/jsonld/Course_v1.0-RELEASE.json",
- "$ref": "#/definitions/conformsDefinition"
- }
- },
- "required": [
- "description",
- "keywords",
- "name",
- "conformsTo"
- ],
- "recommended": [
- "about",
- "abstract",
- "aggregateRating",
- "citation",
- "coursePrerequisites",
- "educationalLevel",
- "hasCourseInstance",
- "license",
- "mentions",
- "provider",
- "teaches",
- "timeRequired",
- "url"
- ],
- "optional": [
- "accessibilitySummary",
- "alternateName",
- "audience",
- "comment",
- "commentCount",
- "courseCode",
- "creator",
- "dateCreated",
- "dateModified",
- "educationalCredentialAwarded",
- "hasPart",
- "image",
- "isBasedOn",
- "thumbnailUrl"
- ],
- "definitions": {
- "thing": {
- "@type": "schema:Thing",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "aggregaterating": {
- "@type": "schema:AggregateRating",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "audience": {
- "@type": "schema:Audience",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "creativework": {
- "@type": "CreativeWork",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- }
- },
- "required": []
- },
- "comment": {
- "@type": "schema:Comment",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "course": {
- "@type": "bioschemas:Course",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "alignmentobject": {
- "@type": "schema:AlignmentObject",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "organization": {
- "@type": "Organization",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "legalName": {
- "type": "string"
- },
- "description": {
- "type": "string"
- },
- "sameAs": {
- "type": "string",
- "format": "uri"
- }
- }
- },
- "person": {
- "@type": "Person",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- },
- "mainEntityOfPage": {
- "anyOf": [
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- },
- {
- "$ref": "#/definitions/creativework"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ]
- }
- },
- "required": [
- "name"
- ]
- },
- "datetime": {
- "@type": "schema:DateTime",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "educationaloccupationalcredential": {
- "@type": "schema:EducationalOccupationalCredential",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "definedterm": {
- "@type": "DefinedTerm",
- "type": "object",
- "properties": {
- "url": {
- "type": "string",
- "format": "uri"
- },
- "name": {
- "type": "string"
- },
- "termCode": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- },
- "inDefinedTermSet": {
- "$ref": "#/definitions/definedtermset"
- }
- },
- "required": []
- },
- "definedtermset": {
- "@type": "DefinedTermSet",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- }
- },
- "required": []
- },
- "courseinstance": {
- "@type": "bioschemas:CourseInstance",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "imageobject": {
- "@type": "ImageObject",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- }
- },
- "required": []
- },
- "product": {
- "@type": "schema:Product",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "duration": {
- "@type": "schema:Duration",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "conformsDefinition": {
- "@type": "CreativeWork",
- "type": "object",
- "properties": {
- "identifier": {
- "description": "The url of the version bioschemas profile that was used. For jsonschema, set @id to the identifier",
- "oneOf": [
- {
- "enum": [
- "https://github.com/BioSchemas/specifications/blob/master/Course/jsonld/Course_v1.0-RELEASE.json"
- ]
- },
- {
- "type": "string",
- "format": "uri"
- }
- ]
- }
- },
- "required": [
- "identifier"
- ]
- }
- }
- },
- "additional_type": "https://bioschemas.org/profiles#nav-release"
- },
- {
- "@id": "bioschemas:CourseInstance",
- "@type": "rdfs:Class",
- "rdfs:comment": "Specification describing the instance of a course. This specification can be used in tandem with a Course. A course is used to describe the broad, common aspects of a recurring training event - whereas a course instance is about the specific times and location of when that course is held. Summary of Changes
No changes since 0.9-DRAFT of the CourseInstance profile. Version: 1.0-RELEASE (13 September 2022)",
- "schema:schemaVersion": [
- "https://github.com/BioSchemas/specifications/blob/master/CourseInstance/jsonld/CourseInstance_v1.0-RELEASE.json",
- "https://bioschemas.org/profiles/CourseInstance/1.0-RELEASE"
- ],
- "rdfs:label": "CourseInstance",
- "rdfs:subClassOf": {
- "@id": "schema:CourseInstance"
- },
- "$validation": {
- "$schema": "http://json-schema.org/draft-07/schema#",
- "type": "object",
- "properties": {
- "alternateName": {
- "description": " An alias for the item.",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "contributor": {
- "description": "Contributors are those who made non-authorship contributions: e.g., critical review, commentary or revision. A secondary contributor to the CreativeWork or Event.",
- "anyOf": [
- {
- "$ref": "#/definitions/organization"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- },
- {
- "$ref": "#/definitions/person"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "courseMode": {
- "description": "The medium or means of delivery of the course instance or the mode of study, either as a text label (e.g. 'online', 'onsite' or 'blended'; 'synchronous' or 'asynchronous'; 'full-time' or 'part-time') or as a URL reference to a term from a controlled vocabulary (e.g. https://ceds.ed.gov/element/001311#Asynchronous ). \n The medium, means or pace of delivery of the course instance or the mode of study, either as a text label (e.g. 'online', 'onsite', 'hybrid' or 'blended'; 'synchronous' or 'asynchronous'; 'full-time' or 'part-time') or as a URL reference to a term from a controlled vocabulary (e.g. https://ceds.ed.gov/element/001311#Asynchronous ). \n Another example of a Glossary of terms as defined by the Bioschemas Training community and published in Zenodo in 2016: https://zenodo.org/record/166378#.YrHnEi8iu-o.",
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "description": {
- "description": "A description of the Course Instance. \n\n(courseInstance) description can be used to override (course) description for specific course instances. A description of the item.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "duration": {
- "description": "(CourseInstance) duration can be used to override (Course) duration for specific course instances. The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.",
- "$ref": "#/definitions/duration",
- "owl:cardinality": "one"
- },
- "endDate": {
- "description": " The end date and time of the item (in ISO 8601 date format).",
- "oneOf": [
- {
- "type": "string",
- "format": "date"
- },
- {
- "$ref": "#/definitions/datetime"
- }
- ],
- "owl:cardinality": "one"
- },
- "eventStatus": {
- "description": "An eventStatus of an event represents its status; particularly useful when an event is cancelled or rescheduled. \n An eventStatus of an event represents its status; particularly useful when an event is cancelled or rescheduled. Used as text label (e.g. 'postponed', 'cancelled', 'date TBC', 'application open' or 'registration closed').",
- "$ref": "#/definitions/eventstatustype",
- "owl:cardinality": "one"
- },
- "funder": {
- "description": " A person or organization that supports (sponsors) something through some kind of financial contribution.",
- "anyOf": [
- {
- "$ref": "#/definitions/organization"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- },
- {
- "$ref": "#/definitions/person"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "image": {
- "description": " An image of the item. This can be a URL or a fully described ImageObject.",
- "oneOf": [
- {
- "$ref": "#/definitions/imageobject"
- },
- {
- "type": "string",
- "format": "uri"
- }
- ],
- "owl:cardinality": "one"
- },
- "inLanguage": {
- "description": " The language of the content or performance or used in an action. Please use one of the language codes from the IETF BCP 47 standard. See also availableLanguage. Supersedes language.",
- "oneOf": [
- {
- "$ref": "#/definitions/language"
- },
- {
- "type": "string"
- }
- ],
- "owl:cardinality": "one"
- },
- "instructor": {
- "description": "An instructor can be the main teacher or trainer, as well as a training assistant, or a helper. A person assigned to instruct or provide instructional assistance for the CourseInstance.",
- "oneOf": [
- {
- "$ref": "#/definitions/person"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "location": {
- "description": "Location of the Course Instance. If the Course Instance is online, add the connection details as text The location of for example where the event is happening, an organization is located, or where an action takes place.",
- "oneOf": [
- {
- "$ref": "#/definitions/place"
- },
- {
- "$ref": "#/definitions/postaladdress"
- },
- {
- "type": "string"
- },
- {
- "$ref": "#/definitions/virtuallocation"
- }
- ],
- "owl:cardinality": "one"
- },
- "maximumAttendeeCapacity": {
- "description": " The total number of individuals that may attend an event or venue.",
- "type": "integer",
- "owl:cardinality": "one"
- },
- "name": {
- "description": "The name of the course.\n\nCourse instance name can be used to override Course name for variations in specific Course instances. Use name from Course unless the Course instance has a different name from the course. The name of the item.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "offers": {
- "description": "An offer to provide this item\u2014for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use businessFunction to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a Demand. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer. Inverse property: itemOffered. \n Bioschemas: The price an attendee would pay to attend this CourseInstance. The price currency can be for instance in 'GBP' (pound sterling) or 'CHF' (Swiss francs).",
- "anyOf": [
- {
- "$ref": "#/definitions/demand"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/demand"
- }
- },
- {
- "$ref": "#/definitions/offer"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/offer"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "organizer": {
- "description": " An organizer of an Event.",
- "anyOf": [
- {
- "$ref": "#/definitions/organization"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- },
- {
- "$ref": "#/definitions/person"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "startDate": {
- "description": " The start date and time of the item (in ISO 8601 date format).",
- "oneOf": [
- {
- "type": "string",
- "format": "date"
- },
- {
- "$ref": "#/definitions/datetime"
- }
- ],
- "owl:cardinality": "one"
- },
- "subEvent": {
- "description": "For events within events e.g. guest lecture within a workshop event An Event that is part of this event. For example, a conference event includes many presentations, each of which is a subEvent of the conference. Supersedes subEvents.\nInverse property: superEvent.",
- "oneOf": [
- {
- "$ref": "#/definitions/event"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/event"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "superEvent": {
- "description": "Use to describe the event a course instance takes place within. e.g. Galaxy Workshop during the ISMB Conference. An event that this event is a part of. For example, a collection of individual music performances might each have a music festival as their superEvent.\nInverse property: subEvent.",
- "oneOf": [
- {
- "$ref": "#/definitions/event"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/event"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "url": {
- "description": "The preferred URL of this course instance. You must provide this value if it is known URL of the item.",
- "type": "string",
- "format": "uri",
- "owl:cardinality": "one"
- },
- "workFeatured": {
- "description": "A work featured in some event, e.g. exhibited in an ExhibitionEvent. Specific subproperties are available for workPerformed (e.g. a play), or a workPresented (a Movie at a ScreeningEvent). \n The training material used in this specific course instance, or produced for this course instance. If this is the same for all Course Instances, use hasPart and/or mentions in Course instead",
- "oneOf": [
- {
- "$ref": "#/definitions/creativework"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "conformsTo": {
- "description": "This is used to state the Bioschemas profile that the markup relates to. The identifier can be the url for the version of this bioschemas class on github: https://github.com/BioSchemas/specifications/blob/master/CourseInstance/jsonld/CourseInstance_v1.0-RELEASE.json",
- "$ref": "#/definitions/conformsDefinition"
- }
- },
- "required": [
- "courseMode",
- "location",
- "conformsTo"
- ],
- "recommended": [
- "endDate",
- "inLanguage",
- "instructor",
- "offers",
- "startDate",
- "url"
- ],
- "optional": [
- "alternateName",
- "contributor",
- "description",
- "duration",
- "eventStatus",
- "funder",
- "image",
- "maximumAttendeeCapacity",
- "name",
- "organizer",
- "subEvent",
- "superEvent",
- "workFeatured"
- ],
- "definitions": {
- "organization": {
- "@type": "Organization",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "legalName": {
- "type": "string"
- },
- "description": {
- "type": "string"
- },
- "sameAs": {
- "type": "string",
- "format": "uri"
- }
- }
- },
- "person": {
- "@type": "Person",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- },
- "mainEntityOfPage": {
- "anyOf": [
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- },
- {
- "$ref": "#/definitions/creativework"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ]
- }
- },
- "required": [
- "name"
- ]
- },
- "creativework": {
- "@type": "CreativeWork",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- }
- },
- "required": []
- },
- "duration": {
- "@type": "schema:Duration",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "datetime": {
- "@type": "schema:DateTime",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "eventstatustype": {
- "@type": "schema:EventStatusType",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "imageobject": {
- "@type": "ImageObject",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- }
- },
- "required": []
- },
- "language": {
- "@type": "schema:Language",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "place": {
- "@type": "Place",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "address": {
- "oneOf": [
- {
- "type": "string"
- },
- {
- "$ref": "#/definitions/postaladdress"
- }
- ]
- },
- "identifier": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- }
- }
- },
- "postaladdress": {
- "@type": "PostalAddress",
- "type": "object",
- "properties": {
- "addressCountry": {
- "type": "string"
- },
- "addressLocality": {
- "type": "string"
- },
- "addressRegion": {
- "type": "string"
- },
- "postOfficeBoxNumber": {
- "type": "string"
- },
- "postalCode": {
- "type": "string"
- },
- "streetAddress": {
- "type": "string"
- }
- }
- },
- "virtuallocation": {
- "@type": "schema:VirtualLocation",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "demand": {
- "@type": "schema:Demand",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "offer": {
- "@type": "schema:Offer",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "event": {
- "@type": "bioschemas:Event",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "conformsDefinition": {
- "@type": "CreativeWork",
- "type": "object",
- "properties": {
- "identifier": {
- "description": "The url of the version bioschemas profile that was used. For jsonschema, set @id to the identifier",
- "oneOf": [
- {
- "enum": [
- "https://github.com/BioSchemas/specifications/blob/master/CourseInstance/jsonld/CourseInstance_v1.0-RELEASE.json"
- ]
- },
- {
- "type": "string",
- "format": "uri"
- }
- ]
- }
- },
- "required": [
- "identifier"
- ]
- }
- }
- },
- "additional_type": "https://bioschemas.org/profiles#nav-release"
- },
- {
- "@id": "bioschemas:TrainingMaterial",
- "@type": "rdfs:Class",
- "rdfs:comment": "A specification for describing training materials in life sciences. The Life Science Training Materials specification provides a way to describe bioscience training material on the World Wide Web. It defines a set of metadata and vocabularies, built on top of existing technologies and standards, that can be used to represent events in Web pages and applications. The goal of the specification is to make it easier to discover, exchange and integrate life science training material information across the Internet.Summary of Changes
No changes since 0.9-DRAFT of the TrainingMaterials profile. Version: 1.0-RELEASE",
- "schema:schemaVersion": [
- "https://github.com/BioSchemas/specifications/blob/master/TrainingMaterial/jsonld/TrainingMaterial_v1.0-RELEASE.json",
- "https://bioschemas.org/profiles/TrainingMaterial/1.0-RELEASE"
- ],
- "rdfs:label": "TrainingMaterial",
- "rdfs:subClassOf": {
- "@id": "schema:LearningResource"
- },
- "$validation": {
- "$schema": "http://json-schema.org/draft-07/schema#",
- "type": "object",
- "properties": {
- "about": {
- "description": "The subject of this Training Material. Use the DefinedTerm type to add a\n controlled vocabulary term to describe the topic (such as from the EDAM\n ontology) The subject matter of the content.\n Inverse property: subjectOf.",
- "oneOf": [
- {
- "$ref": "#/definitions/thing"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/thing"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "abstract": {
- "description": " An abstract is a short description that summarizes a CreativeWork.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "accessibilitySummary": {
- "description": " A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as \"short descriptions are present but long descriptions will be needed for non-visual users\" or \"short descriptions are present and no long descriptions are needed.\"",
- "type": "string",
- "owl:cardinality": "one"
- },
- "audience": {
- "description": "A succinct description of the intended target audience for your materials: e.g., graduates, postgraduates, clinicians. An intended audience, i.e. a group for whom something was created. Supersedes serviceAudience.",
- "oneOf": [
- {
- "$ref": "#/definitions/audience"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/audience"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "author": {
- "description": " Those involved in the preparation, creation and/or presentation of the published work, specifically writing the initial draft The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably.",
- "anyOf": [
- {
- "$ref": "#/definitions/organization"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- },
- {
- "$ref": "#/definitions/person"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "competencyRequired": {
- "description": " Knowledge, skill, ability or personal attribute that must be demonstrated by a person or other entity in order to do something such as earn an Educational Occupational Credential or understand a LearningResource.",
- "anyOf": [
- {
- "$ref": "#/definitions/definedterm"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/definedterm"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "contributor": {
- "description": "Contributors are those that made non-authorship contributions e.g. critical review, commentary or revision A secondary contributor to the CreativeWork or Event.",
- "anyOf": [
- {
- "$ref": "#/definitions/organization"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- },
- {
- "$ref": "#/definitions/person"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "creativeWorkStatus": {
- "description": "The status of a training material. If this is not filled in it will be regarded as Active.\n\nOptions are 'Active', 'Under development', and 'Archived'. The status of a creative work in terms of its stage in a lifecycle. Example terms include Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for the stages of their publication lifecycle.",
- "oneOf": [
- {
- "$ref": "#/definitions/definedterm"
- },
- {
- "type": "string"
- }
- ],
- "owl:cardinality": "one"
- },
- "dateCreated": {
- "description": " The date on which the CreativeWork was created or the item was added to a DataFeed.",
- "oneOf": [
- {
- "type": "string",
- "format": "date"
- },
- {
- "$ref": "#/definitions/datetime"
- }
- ],
- "owl:cardinality": "one"
- },
- "dateModified": {
- "description": " The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed.",
- "oneOf": [
- {
- "type": "string",
- "format": "date"
- },
- {
- "$ref": "#/definitions/datetime"
- }
- ],
- "owl:cardinality": "one"
- },
- "datePublished": {
- "description": " Date of first broadcast/publication.",
- "oneOf": [
- {
- "type": "string",
- "format": "date"
- },
- {
- "$ref": "#/definitions/datetime"
- }
- ],
- "owl:cardinality": "one"
- },
- "description": {
- "description": " A description of the item.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "educationalLevel": {
- "description": "The students level of ability in the topic being taught. Examples of skill levels include 'beginner', 'intermediate' or 'advanced'. The level in terms of progression through an educational or training context. Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators.",
- "oneOf": [
- {
- "$ref": "#/definitions/definedterm"
- },
- {
- "type": "string"
- },
- {
- "type": "string",
- "format": "uri"
- }
- ],
- "owl:cardinality": "one"
- },
- "hasPart": {
- "description": "A sub-training material or externally referenced training material\n Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense).\n Inverse property: isPartOf.",
- "oneOf": [
- {
- "$ref": "#/definitions/creativework"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "identifier": {
- "description": "An identifier for this resource such as a DOI or compact URI\n 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.",
- "anyOf": [
- {
- "$ref": "#/definitions/propertyvalue"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/propertyvalue"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "inLanguage": {
- "description": "Defaults to English if not specified. Please choose a value from [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47).\nYou can add multiple languages if the Training Material offers different translations The language of the content or performance or used in an action. Please use one of the language codes from the IETF BCP 47 standard. See also availableLanguage. Supersedes language.",
- "anyOf": [
- {
- "$ref": "#/definitions/language"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/language"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "isPartOf": {
- "description": "The Course this Training Material was/will be used in. Or a training material this training material is a part of (for example, if this is a module in a book, isPartOf can describe the book).\n\nInverse property: hasPart\n\nIf this varies in CourseInstances, use the workFeatured property Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of.\n Inverse property: hasPart.",
- "anyOf": [
- {
- "$ref": "#/definitions/creativework"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "keywords": {
- "description": " Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas.",
- "anyOf": [
- {
- "$ref": "#/definitions/definedterm"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/definedterm"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "learningResourceType": {
- "description": "This may include things such as video lecture, e-Learning module, or tutorial. The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'.",
- "anyOf": [
- {
- "$ref": "#/definitions/definedterm"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/definedterm"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "license": {
- "description": "If there is a licence it must be added. A license document that applies to this content, typically indicated by URL.",
- "anyOf": [
- {
- "$ref": "#/definitions/creativework"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "mentions": {
- "description": "Datasets, tools, technologies, entities etc, which are referred to by this training material or actively used in this training material. Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.",
- "oneOf": [
- {
- "$ref": "#/definitions/thing"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/thing"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "name": {
- "description": " The name of the item.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "recordedAt": {
- "description": "The course instance or event where this training material was or will be featured. \n\nUse isPartOf to refer to a Course, unless this training material is unique to a specific Course Instance. The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event.\nInverse property: recordedIn.",
- "oneOf": [
- {
- "$ref": "#/definitions/event"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/event"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "teaches": {
- "description": " The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term.",
- "anyOf": [
- {
- "$ref": "#/definitions/definedterm"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/definedterm"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "timeRequired": {
- "description": "The estimated time it takes to work through this resource.\n\nPlease specify in [ISO 8601 duration format](https://en.wikipedia.org/wiki/ISO_8601). Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. 'PT30M', 'PT1H25M'.",
- "$ref": "#/definitions/duration",
- "owl:cardinality": "one"
- },
- "url": {
- "description": "The preferred URL of the Training Material. You must provide this value if it is known. URL of the item.",
- "type": "string",
- "format": "uri",
- "owl:cardinality": "one"
- },
- "version": {
- "description": "If this training material is versioned, its strongly recommended you use this property to list the version being displayed The version of the CreativeWork embodied by a specified resource.",
- "oneOf": [
- {
- "type": "number"
- },
- {
- "type": "string"
- }
- ],
- "owl:cardinality": "one"
- },
- "workTranslation": {
- "description": " A work that is a translation of the content of this work. e.g. \u897f\u904a\u8a18 has an English workTranslation \u201cJourney to the West\u201d,a German workTranslation \u201cMonkeys Pilgerfahrt\u201d and a Vietnamese translation T\u00e2y du k\u00fd b\u00ecnh kh\u1ea3o.\nInverse property: translationOfWork.",
- "oneOf": [
- {
- "$ref": "#/definitions/creativework"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "conformsTo": {
- "description": "This is used to state the Bioschemas profile that the markup relates to. The identifier can be the url for the version of this bioschemas class on github: https://github.com/BioSchemas/specifications/blob/master/TrainingMaterial/jsonld/TrainingMaterial_v1.0-RELEASE.json",
- "$ref": "#/definitions/conformsDefinition"
- }
- },
- "required": [
- "description",
- "keywords",
- "name",
- "conformsTo"
- ],
- "recommended": [
- "about",
- "abstract",
- "audience",
- "author",
- "competencyRequired",
- "educationalLevel",
- "identifier",
- "inLanguage",
- "learningResourceType",
- "license",
- "mentions",
- "teaches",
- "timeRequired",
- "url"
- ],
- "optional": [
- "accessibilitySummary",
- "contributor",
- "creativeWorkStatus",
- "dateCreated",
- "dateModified",
- "datePublished",
- "hasPart",
- "isPartOf",
- "recordedAt",
- "version",
- "workTranslation"
- ],
- "definitions": {
- "thing": {
- "@type": "schema:Thing",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "audience": {
- "@type": "schema:Audience",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "organization": {
- "@type": "Organization",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "legalName": {
- "type": "string"
- },
- "description": {
- "type": "string"
- },
- "sameAs": {
- "type": "string",
- "format": "uri"
- }
- }
- },
- "person": {
- "@type": "Person",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- },
- "mainEntityOfPage": {
- "anyOf": [
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- },
- {
- "$ref": "#/definitions/creativework"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ]
- }
- },
- "required": [
- "name"
- ]
- },
- "creativework": {
- "@type": "CreativeWork",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- }
- },
- "required": []
- },
- "definedterm": {
- "@type": "DefinedTerm",
- "type": "object",
- "properties": {
- "url": {
- "type": "string",
- "format": "uri"
- },
- "name": {
- "type": "string"
- },
- "termCode": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- },
- "inDefinedTermSet": {
- "$ref": "#/definitions/definedtermset"
- }
- },
- "required": []
- },
- "definedtermset": {
- "@type": "DefinedTermSet",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- }
- },
- "required": []
- },
- "datetime": {
- "@type": "schema:DateTime",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "propertyvalue": {
- "@type": "PropertyValue",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "value": {
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "boolean"
- },
- {
- "type": "number"
- }
- ]
- },
- "identifier": {
- "type": "string"
- },
- "valuereference": {
- "oneOf": [
- {
- "$ref": "#/definitions/categorycode"
- },
- {
- "type": "array",
- "items": [
- {
- "$ref": "#/definitions/categorycode"
- }
- ]
- }
- ]
- },
- "unitCode": {
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "string",
- "format": "uri"
- }
- ]
- },
- "unitText": {
- "type": "string"
- }
- },
- "required": [
- "name",
- "value"
- ],
- "recommended": [
- "valueReference"
- ],
- "optional": [
- "unitCode",
- "unitText"
- ]
- },
- "categorycode": {
- "@type": "CategoryCode",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "codeValue": {
- "type": "string"
- },
- "url": {
- "type": "string"
- }
- },
- "required": [
- "name",
- "codeValue",
- "url"
- ]
- },
- "language": {
- "@type": "schema:Language",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "event": {
- "@type": "bioschemas:Event",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "duration": {
- "@type": "schema:Duration",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "conformsDefinition": {
- "@type": "CreativeWork",
- "type": "object",
- "properties": {
- "identifier": {
- "description": "The url of the version bioschemas profile that was used. For jsonschema, set @id to the identifier",
- "oneOf": [
- {
- "enum": [
- "https://github.com/BioSchemas/specifications/blob/master/TrainingMaterial/jsonld/TrainingMaterial_v1.0-RELEASE.json"
- ]
- },
- {
- "type": "string",
- "format": "uri"
- }
- ]
- }
- },
- "required": [
- "identifier"
- ]
- }
- }
- },
- "additional_type": "https://bioschemas.org/profiles#nav-release"
- },
- {
- "@id": "bioschemas:TaxonName",
- "@type": "rdfs:Class",
- "rdfs:comment": "Bioschemas profile for describing a name of a biological taxon, which may be valid (zoology) / accepted (botany) or not. This profile povides a way to denote the scientific names of a taxon. The taxon accepted/valid name is linked to the taxon with property scientificName while the synonyms are linked with property alternateScientificName. Version: 1.0-RELEASE. Summary of Changes
Changes since Version 0.2-DRAFT:
",
- "schema:schemaVersion": [
- "https://bioschemas.org/profiles/TaxonName/1.0-RELEASE",
- "https://github.com/BioSchemas/specifications/blob/master/TaxonName/jsonld/TaxonName_v1.0-RELEASE.json"
- ],
- "rdfs:label": "TaxonName",
- "rdfs:subClassOf": {
- "@id": "bioschemastypes:TaxonName"
- },
- "$validation": {
- "$schema": "http://json-schema.org/draft-07/schema#",
- "type": "object",
- "properties": {
- "additionalType": {
- "description": "An equivalent TaxonName type from a well known vocabulary, e.g. TDWG: http://rs.tdwg.org/ontology/voc/TaxonName#TaxonName An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.",
- "oneOf": [
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "author": {
- "description": "Authorship and date information associated to this taxon name, formatted as per the numenclatural rules The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably.",
- "anyOf": [
- {
- "$ref": "#/definitions/organization"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- },
- {
- "$ref": "#/definitions/person"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "description": {
- "description": " A description of the item.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "identifier": {
- "description": "A PropertyValue should be used to relate the taxon name with counterpart identifiers within well known authorities such as GBIF, WoRMS, EoL etc.\nWikidata properties may be used in this respect, e.g.:\nNCBI id (https://www.wikidata.org/entity/P685), \nGBIF id (https://www.wikidata.org/entity/P846),\nEoL id (https://www.wikidata.org/entity/P830), \niNaturalist id (https://www.wikidata.org/entity/P3151), \nWoRMS id (https://www.wikidata.org/entity/P850), \nFishbase id (https://www.wikidata.org/entity/P938),\nTAXREF id (https://www.wikidata.org/entity/P3186),\n...\n 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.",
- "oneOf": [
- {
- "$ref": "#/definitions/propertyvalue"
- },
- {
- "type": "string"
- },
- {
- "type": "string",
- "format": "uri"
- }
- ],
- "owl:cardinality": "one"
- },
- "isBasedOn": {
- "description": "A CreativeWork, such as a scholarly article that coined the name or asserted its status A resource from which this work is derived or from which it is a modification or adaption. Supersedes isBasedOnUrl.",
- "anyOf": [
- {
- "$ref": "#/definitions/creativework"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- },
- {
- "$ref": "#/definitions/product"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/product"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "name": {
- "description": "A name of that taxon without authorship and date information The name of the item.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "taxonRank": {
- "description": " The taxonomic rank of this taxon given preferably as a URI from a controlled vocabulary \u2013 (typically the ranks from TDWG TaxonRank ontology or equivalent Wikidata URIs).",
- "anyOf": [
- {
- "$ref": "#/definitions/propertyvalue"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/propertyvalue"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "url": {
- "description": "Link to the webpage associated to this taxon URL of the item.",
- "type": "string",
- "format": "uri",
- "owl:cardinality": "one"
- },
- "sameAs": {
- "oneOf": [
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "description": "URL of additional sources for the dataset",
- "owl:cardinality": "many"
- },
- "conformsTo": {
- "description": "This is used to state the Bioschemas profile that the markup relates to. The identifier can be the url for the version of this bioschemas class on github: https://github.com/BioSchemas/specifications/blob/master/TaxonName/jsonld/TaxonName_v1.0-RELEASE.json",
- "$ref": "#/definitions/conformsDefinition"
- }
- },
- "required": [
- "name",
- "conformsTo"
- ],
- "recommended": [
- "author",
- "taxonRank",
- "url",
- "sameAs"
- ],
- "optional": [
- "additionalType",
- "description",
- "identifier",
- "isBasedOn"
- ],
- "definitions": {
- "organization": {
- "@type": "Organization",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "legalName": {
- "type": "string"
- },
- "description": {
- "type": "string"
- },
- "sameAs": {
- "type": "string",
- "format": "uri"
- }
- }
- },
- "person": {
- "@type": "Person",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- },
- "mainEntityOfPage": {
- "anyOf": [
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- },
- {
- "$ref": "#/definitions/creativework"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ]
- }
- },
- "required": [
- "name"
- ]
- },
- "creativework": {
- "@type": "CreativeWork",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- }
- },
- "required": []
- },
- "propertyvalue": {
- "@type": "PropertyValue",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "value": {
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "boolean"
- },
- {
- "type": "number"
- }
- ]
- },
- "identifier": {
- "type": "string"
- },
- "valuereference": {
- "oneOf": [
- {
- "$ref": "#/definitions/categorycode"
- },
- {
- "type": "array",
- "items": [
- {
- "$ref": "#/definitions/categorycode"
- }
- ]
- }
- ]
- },
- "unitCode": {
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "string",
- "format": "uri"
- }
- ]
- },
- "unitText": {
- "type": "string"
- }
- },
- "required": [
- "name",
- "value"
- ],
- "recommended": [
- "valueReference"
- ],
- "optional": [
- "unitCode",
- "unitText"
- ]
- },
- "categorycode": {
- "@type": "CategoryCode",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "codeValue": {
- "type": "string"
- },
- "url": {
- "type": "string"
- }
- },
- "required": [
- "name",
- "codeValue",
- "url"
- ]
- },
- "product": {
- "@type": "schema:Product",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "conformsDefinition": {
- "@type": "CreativeWork",
- "type": "object",
- "properties": {
- "identifier": {
- "description": "The url of the version bioschemas profile that was used. For jsonschema, set @id to the identifier",
- "oneOf": [
- {
- "enum": [
- "https://github.com/BioSchemas/specifications/blob/master/TaxonName/jsonld/TaxonName_v1.0-RELEASE.json"
- ]
- },
- {
- "type": "string",
- "format": "uri"
- }
- ]
- }
- },
- "required": [
- "identifier"
- ]
- }
- }
- },
- "additional_type": "https://bioschemas.org/profiles#nav-release"
- },
- {
- "@id": "bioschemas:hasStatus",
- "rdfs:comment": "One of pseudogene, dead, killed, live, predicted, suppressed.",
- "@type": "rdf:Property",
- "rdfs:label": "hasStatus",
- "schema:domainIncludes": {
- "@id": "bioschemas:Gene"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ]
- },
- {
- "@id": "dwc:vernacularName",
- "rdfs:comment": "A vernacular (common) name of the taxon.",
- "@type": "rdf:Property",
- "rdfs:label": "vernacularName",
- "schema:domainIncludes": {
- "@id": "bioschemas:Taxon"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:URL"
- }
- ]
- },
- {
- "@id": "bioschemas:scientificName",
- "rdfs:comment": "A TaxonName representing the currently valid (zoological) or accepted (botanical) name for that taxon.",
- "@type": "rdf:Property",
- "rdfs:label": "scientificName",
- "schema:domainIncludes": {
- "@id": "bioschemas:Taxon"
- },
- "schema:rangeIncludes": [
- {
- "@id": "bioschemastypes:TaxonName"
- },
- {
- "@id": "schema:Text"
- },
- {
- "@id": "schema:URL"
- }
- ]
- },
- {
- "@id": "bioschemas:alternateScientificName",
- "rdfs:comment": "A TaxonName representing a scientific name, with authorship and date information if known, of a synonym of the currently valid (zoological) or accepted (botanical) name.",
- "@type": "rdf:Property",
- "rdfs:label": "alternateScientificName",
- "schema:domainIncludes": {
- "@id": "bioschemas:Taxon"
- },
- "schema:rangeIncludes": [
- {
- "@id": "bioschemastypes:TaxonName"
- },
- {
- "@id": "schema:Text"
- },
- {
- "@id": "schema:URL"
- }
- ]
- },
- {
- "@id": "bioschemas:isBasedOn",
- "rdfs:comment": "A resource from which this work is derived or from which it is a modification or adaption. Supersedes, isBasedOnUrl. \n A CreativeWork, such as a scholarly article, asserting the status of the accepted/valid name and synonyms, retained for the taxon circumscription.",
- "@type": "rdf:Property",
- "rdfs:label": "isBasedOn",
- "schema:domainIncludes": {
- "@id": "bioschemas:Taxon"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:CreativeWork"
- }
- ]
- },
- {
- "@id": "bioschemas:codeRepository",
- "rdfs:comment": "Link to the repository where the un-compiled, human readable code and related code is located (SVN, github, CodePlex).",
- "@type": "rdf:Property",
- "rdfs:label": "codeRepository",
- "schema:domainIncludes": {
- "@id": "bioschemas:ComputationalTool"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ]
- },
- {
- "@id": "bioschemas:input",
- "rdfs:comment": "Specification of a consumed input.",
- "@type": "rdf:Property",
- "rdfs:label": "input",
- "schema:domainIncludes": {
- "@id": "bioschemas:ComputationalTool"
- },
- "schema:rangeIncludes": [
- {
- "@id": "bioschemas:FormalParameter"
- }
- ]
- },
- {
- "@id": "bioschemas:output",
- "rdfs:comment": "Specification of a produced output.",
- "@type": "rdf:Property",
- "rdfs:label": "output",
- "schema:domainIncludes": {
- "@id": "bioschemas:ComputationalTool"
- },
- "schema:rangeIncludes": [
- {
- "@id": "bioschemas:FormalParameter"
- }
- ]
- },
- {
- "@id": "bioschemas:programmingLanguage",
- "rdfs:comment": "The computer programming language.",
- "@type": "rdf:Property",
- "rdfs:label": "programmingLanguage",
- "schema:domainIncludes": {
- "@id": "bioschemas:ComputationalTool"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ]
- },
- {
- "@id": "dct:conformsTo",
- "@type": "rdf:Property",
- "rdfs:comment": "Used to state the Bioschemas profile that the markup relates to. The versioned URL of the profile must be used. Note that we use a CURIE in the table here but the full URL for Dublin Core terms must be used in the markup (http://purl.org/dc/terms/conformsTo), see example.",
- "rdfs:label": "conformsTo",
- "schema:domainIncludes": [
- {
- "@id": "bioschemas:ChemicalSubstance"
- },
- {
- "@id": "bioschemas:Gene"
- },
- {
- "@id": "bioschemas:Taxon"
- },
- {
- "@id": "bioschemas:MolecularEntity"
- },
- {
- "@id": "bioschemas:Protein"
- },
- {
- "@id": "bioschemas:FormalParameter"
- },
- {
- "@id": "bioschemas:ComputationalTool"
- },
- {
- "@id": "bioschemas:ComputationalWorkflow"
- },
- {
- "@id": "bioschemas:DataCatalog"
- },
- {
- "@id": "bioschemas:Dataset"
- },
- {
- "@id": "bioschemas:Sample"
- },
- {
- "@id": "bioschemas:Course"
- },
- {
- "@id": "bioschemas:CourseInstance"
- },
- {
- "@id": "bioschemas:TrainingMaterial"
- },
- {
- "@id": "bioschemas:TaxonName"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:CreativeWork"
- },
- {
- "@id": "schema:Text"
- },
- {
- "@id": "schema:Thing"
- }
- ]
- }
- ],
- "_meta": {
- "username": "gtsueng",
- "url": "https://raw.githubusercontent.com/BioSchemas/bioschemas-dde/main/bioschemas.json",
- "date_created": "2023-05-25T14:56:08.398086-07:00",
- "last_updated": "2023-10-03T10:56:46.370322-07:00"
- },
- "_status": {
- "refresh_ts": "2023-12-04T00:00:45.480467-08:00",
- "refresh_status": 200,
- "refresh_msg": "no need to update, already at latest version"
- }
- },
- {
- "_id": "nde",
- "@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#",
- "bioschemas": "https://discovery.biothings.io/view/bioschemas/",
- "niaid": "https://discovery.biothings.io/view/niaid/",
- "nde": "https://discovery.biothings.io/view/nde/"
- },
- "@graph": [
- {
- "@id": "nde:Dataset",
- "@type": "rdfs:Class",
- "rdfs:comment": "Datasets contained in the NIAID Data Ecosystem. The NIAID Data Ecosystem is an environment to find and access and infectious and immune-mediated disease data and computational tools to speed the development of diagnostics, therapeutics, and vaccines. The NIAID Data Ecosystem Discovery Portal harvests metadata from dataset repository and harmonizes them to this schema to enable easy cross-platform dataset searching and filtering.",
- "rdfs:label": "Dataset",
- "rdfs:subClassOf": {
- "@id": "niaid:Dataset"
- },
- "$validation": {
- "$schema": "http://json-schema.org/draft-07/schema#",
- "type": "object",
- "properties": {
- "citedBy": {
- "description": "Publications, datasets, or computational tools that cite the work.",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/citation"
- }
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "date": {
- "description": "Date the work has changed: most recent date of dateModified, datePublished, and dateCreated.",
- "abstract": "date changed",
- "format": "date",
- "type": "string",
- "owl:cardinality": "one"
- },
- "doi": {
- "description": "Digital Object Identifier (DOI) for the work, not any associated publications.",
- "abstract": "digital object identifier",
- "type": "string",
- "owl:cardinality": "one"
- },
- "isRelatedTo": {
- "description": "Datasets which are related to the given dataset; often datasets involved in the same study. These linkages are created via human curation.",
- "abstract": "related datasets (via curation)",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "isSimilarTo": {
- "description": "Datasets or computational tools which are similar to the work, based on terms in the names, descriptions, authors, measurementTechniques, infectiousAgents, healthConditions, etc.",
- "abstract": "similar datasets (auto-assigned)",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "isBasisFor": {
- "description": "A dataset which reuses the dataset.",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "nctid": {
- "description": "ClinicalTrials.gov identifier associated with the dataset.",
- "abstract": "ClinicalTrials.gov ID",
- "type": "string",
- "owl:cardinality": "many"
- },
- "relationship": {
- "description": "How an associated work is related to the dataset.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "topicCategory": {
- "description": "Topic of the work. This topic may be assigned by a human curator or through automated algorithms.",
- "abstract": "topic",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/topic"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "infectiousAgent": {
- "description": "Infectious agent(s) / pathogen(s) which are the focus of the work (like SARS-CoV-2).",
- "abstract": "infectious agent / pathogen",
- "oneOf": [
- {
- "@type": "DefinedTerm",
- "description": "collection of vocabulary terms defined in ontologies",
- "strict": false,
- "type": "string",
- "vocabulary": {
- "children_of": [
- "http://purl.obolibrary.org/obo/NCBITaxon_10239",
- "http://purl.obolibrary.org/obo/NCBITaxon_2"
- ],
- "ontology": [
- "ncbitaxon"
- ]
- }
- },
- {
- "items": {
- "@type": "DefinedTerm",
- "description": "collection of vocabulary terms defined in ontologies",
- "strict": false,
- "type": "string",
- "vocabulary": {
- "children_of": [
- "http://purl.obolibrary.org/obo/NCBITaxon_10239",
- "http://purl.obolibrary.org/obo/NCBITaxon_2"
- ],
- "ontology": [
- "ncbitaxon"
- ]
- }
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "healthCondition": {
- "description": "The health condition(s) /infectious disease(s) which are the focus of the work (like COVID-19, coronavirus).",
- "abstract": "health condition/disease",
- "oneOf": [
- {
- "@type": "DefinedTerm",
- "description": "collection of vocabulary terms defined in ontologies",
- "strict": false,
- "type": "string",
- "vocabulary": {
- "children_of": [
- "http://purl.obolibrary.org/obo/MONDO_0000001"
- ],
- "ontology": [
- "mondo"
- ],
- "property": {
- "identifier": {
- "type": "string"
- },
- "name": {
- "type": "string",
- "description": "The health condition(s) /infectious disease(s) which are the focus of the work (ex: COVID-19)"
- },
- "url": {
- "format": "uri",
- "type": "string"
- }
- }
- }
- },
- {
- "items": {
- "@type": "CreativeWork",
- "description": "collection of vocabulary terms defined in ontologies",
- "strict": false,
- "type": "string",
- "vocabulary": {
- "children_of": [
- "http://purl.obolibrary.org/obo/MONDO_0000001"
- ],
- "ontology": [
- "mondo"
- ],
- "property": {
- "identifier": {
- "type": "string"
- },
- "name": {
- "type": "string",
- "description": "The health condition(s) /infectious disease(s) which are the focus of the work (ex: COVID-19)"
- },
- "url": {
- "format": "uri",
- "type": "string"
- }
- }
- }
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "funding": {
- "description": "Funding that supports (sponsors) the collection of this dataset through some kind of financial contribution.",
- "abstract": "funding source (grant, contract, etc.)",
- "oneOf": [
- {
- "items": {
- "@type": "MonetaryGrant",
- "description": "Funding that supports (sponsors) the collection of this dataset through some kind of financial contribution",
- "properties": {
- "description": {
- "description": "description of the funding award / grant",
- "type": "string"
- },
- "funder": {
- "description": "An organization or person who funded the creation of the work",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- }
- ]
- },
- "identifier": {
- "description": "Unique identifier(s) for the grant or contract used to fund the work",
- "type": "string"
- },
- "url": {
- "description": "award / grant URL",
- "type": "string",
- "format": "uri"
- }
- },
- "required": [
- "funder",
- "identifier"
- ],
- "type": "object"
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "species": {
- "description": "Species / host organism from which the dataset has been collected.",
- "abstract": "species/host organism",
- "oneOf": [
- {
- "@type": "DefinedTerm",
- "description": "collection of vocabulary terms defined in ontologies",
- "strict": false,
- "type": "string",
- "vocabulary": {
- "children_of": [
- "http://purl.obolibrary.org/obo/NCBITaxon_131567",
- "http://purl.obolibrary.org/obo/NCBITaxon_10239"
- ],
- "ontology": [
- "ncbitaxon"
- ],
- "property": {
- "identifier": {
- "type": "string"
- },
- "name": {
- "type": "string",
- "description": "Species / host organism from which the dataset has been collected."
- },
- "url": {
- "format": "uri",
- "type": "string"
- }
- }
- }
- },
- {
- "items": {
- "@type": "CreativeWork",
- "description": "collection of vocabulary terms defined in ontologies",
- "strict": false,
- "type": "string",
- "vocabulary": {
- "children_of": [
- "http://purl.obolibrary.org/obo/NCBITaxon_131567",
- "http://purl.obolibrary.org/obo/NCBITaxon_10239"
- ],
- "ontology": [
- "ncbitaxon"
- ],
- "property": {
- "identifier": {
- "type": "string"
- },
- "name": {
- "type": "string",
- "description": "Species / host organism from which the dataset has been collected."
- },
- "url": {
- "format": "uri",
- "type": "string"
- }
- }
- }
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "distribution": {
- "description": "A downloadable form of this dataset, at a specific location, in a specific format.",
- "abstract": "download link",
- "oneOf": [
- {
- "items": {
- "@type": "DataDownload",
- "description": "A dataset in downloadable form.",
- "properties": {
- "contentUrl": {
- "format": "uri",
- "type": "string"
- },
- "encodingFormat": {
- "description": "file type (ex: XLSX)",
- "type": "string"
- },
- "dateModified": {
- "format": "date",
- "description": "date the file was modified",
- "type": "string"
- }
- },
- "required": [
- "dateModified",
- "contentUrl"
- ],
- "type": "object"
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "includedInDataCatalog": {
- "description": "Data or tool catalog where the work is published; original source of the metadata.",
- "abstract": "catalog containing the work",
- "oneOf": [
- {
- "$ref": "#/definitions/catalog"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/catalog"
- }
- }
- ],
- "owl:cardinality": "one"
- },
- "measurementTechnique": {
- "description": "A technique or technology used in a dataset corresponding to the method used for measuring the corresponding variable(s) (described using variableMeasured). For example, if variableMeasured is molecule concentration, measurementTechnique could be: \"mass spectrometry\" or \"nmr spectroscopy\" or \"colorimetry\" or \"immunofluorescence\".",
- "abstract": "measurement technique used to collect the dataset",
- "oneOf": [
- {
- "@type": "DefinedTerm",
- "description": "collection of vocabulary terms defined in ontologies",
- "strict": false,
- "type": "string",
- "vocabulary": {
- "children_of": [
- "http://edamontology.org/topic_3361",
- "http://purl.obolibrary.org/obo/NCIT_C20368"
- ],
- "ontology": [
- "edam",
- "ncit"
- ],
- "property": {
- "identifier": {
- "type": "string"
- },
- "name": {
- "type": "string",
- "description": "Technique used to collect the dataset"
- },
- "url": {
- "format": "uri",
- "type": "string"
- }
- }
- }
- },
- {
- "items": {
- "@type": "DefinedTerm",
- "description": "collection of vocabulary terms defined in ontologies",
- "strict": false,
- "type": "string",
- "vocabulary": {
- "children_of": [
- "http://edamontology.org/topic_3361",
- "http://purl.obolibrary.org/obo/NCIT_C20368"
- ],
- "ontology": [
- "edam",
- "ncit"
- ],
- "property": {
- "identifier": {
- "type": "string"
- },
- "name": {
- "type": "string",
- "description": "Technique used to collect the dataset"
- },
- "url": {
- "format": "uri",
- "type": "string"
- }
- }
- }
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "variableMeasured": {
- "description": "Variables measured within the dataset.",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "abstract": {
- "description": "Short description that summarizes a work.",
- "abstract": "short description",
- "type": "string",
- "owl:cardinality": "one"
- },
- "aggregateRating": {
- "description": "The overall rating, based on a collection of reviews or ratings, of the work. These ratings can be collected based on user reviews or through Altmetric scores of web-based citations.",
- "abstract": "rating of the work",
- "oneOf": [
- {
- "items": {
- "@type": "AggregateRating",
- "type": "object",
- "properties": {
- "ratingCount": {
- "description": "Total number of ratings",
- "type": "string"
- },
- "ratingValue": {
- "description": "Average rating",
- "type": "string"
- },
- "itemReviewed": {
- "description": "What is being reviewed",
- "type": "string"
- }
- },
- "required": [
- "ratingValue"
- ],
- "recommended": [
- "ratingCount",
- "itemReviewed"
- ]
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "author": {
- "description": "Author or creator of the work.",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "citation": {
- "description": "A citation or reference to a publication, dataset, or computational tool which uses the dataset. Examples: a publication which describes the collection/analysis of the dataset, a publication which reuses the dataset in a secondary analysis, a dataset which extends the existing dataset, or a computational tool which relies on the dataset.",
- "abstract": "citation to the work",
- "owl:cardinality": "many",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/citation"
- }
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ]
- },
- "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 such as on use), closed (requires registration to access), or embargoed (unpublished).",
- "abstract": "accessibility of the work",
- "oneOf": [
- {
- "type": "string",
- "enum": [
- "Closed",
- "Open",
- "Restricted",
- "Embargoed"
- ]
- }
- ],
- "owl:cardinality": "one"
- },
- "creator": {
- "description": "The creator/author of this work; equivalent to author",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "dateCreated": {
- "description": "Date the work was created",
- "format": "date",
- "type": "string",
- "owl:cardinality": "one"
- },
- "dateModified": {
- "description": "Date the work was modified",
- "format": "date",
- "type": "string",
- "owl:cardinality": "one"
- },
- "datePublished": {
- "description": "Date the work was first published",
- "format": "date",
- "type": "string",
- "owl:cardinality": "one"
- },
- "hasPart": {
- "description": "Associated materials for the dataset, including data dictionaries and data limitation descriptions",
- "abstract": "data limitations or dictionaries",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "inLanguage": {
- "description": "The language of the content of the dataset",
- "oneOf": [
- {
- "items": {
- "type": "object",
- "properties": {
- "name": {
- "type": "string",
- "description": "language of the work"
- },
- "alternateName": {
- "type": "string"
- }
- },
- "required": [
- "name"
- ],
- "recommended": [
- "alternateName"
- ]
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "interactionStatistic": {
- "description": "The number of interactions with the work, such as page views or tool downloads.",
- "abstract": "views or downloads",
- "oneOf": [
- {
- "items": {
- "@type": "InteractionCounter",
- "type": "object",
- "properties": {
- "interactionType": {
- "type": "string"
- },
- "userInteractionCount": {
- "type": "integer"
- }
- },
- "required": [
- "interactionType",
- "userInteractionCount"
- ]
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "isAccessibleForFree": {
- "description": "A flag to signal that the work is accessible for free.",
- "abstract": "accessible without charge",
- "type": "boolean",
- "owl:cardinality": "one"
- },
- "isBasedOn": {
- "description": "A dataset, publication, or computational tool from which this work is derived, modified, or adapted.",
- "abstract": "dataset, publication, or tool used to create the work",
- "owl:cardinality": "many",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/citation"
- }
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ]
- },
- "isPartOf": {
- "description": "Indicates a broader study, project, or collection the work is part of.",
- "abstract": "study or project including the work",
- "owl:cardinality": "many",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/citation"
- }
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ]
- },
- "keywords": {
- "description": "Keywords or tags used to describe this work.",
- "abstract": "keywords or tags",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "license": {
- "description": "A license document that applies to this work, typically indicated by URL.",
- "abstract": "license for use",
- "format": "uri",
- "owl:cardinality": "one",
- "type": "string"
- },
- "sdPublisher": {
- "description": "Original publisher of the dataset metadata (like GenBank, ImmPort, etc.)",
- "abstract": "original metadata source",
- "oneOf": [
- {
- "$ref": "#/definitions/catalog"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/catalog"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "spatialCoverage": {
- "description": "The place(s) which are the focus of the dataset",
- "abstract": "geographic focus of the work",
- "oneOf": [
- {
- "items": {
- "@type": "AdministrativeArea",
- "description": "Location information",
- "properties": {
- "administrativeType": {
- "description": "the type of administrative area, such as country, state, county, or city",
- "enum": [
- "province",
- "district",
- "chiefdom",
- "village",
- "city",
- "country",
- "prefecture",
- "sub-prefecture",
- "clan",
- "Federal Capital Territory",
- "state",
- "Local Government Area",
- "ward"
- ],
- "type": "string"
- },
- "alternateName": {
- "description": "An alias for the location",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- ]
- },
- "identifier": {
- "description": "An identifier for the location, preferably a Wikidata ID",
- "type": "string"
- },
- "locationType": {
- "description": "Categorization of how the location relates to the dataset",
- "oneOf": [
- {
- "enum": [
- "residence",
- "exposure",
- "collection",
- "screening",
- "treatment",
- "study location",
- "other",
- "unknown"
- ],
- "type": "string"
- },
- {
- "items": {
- "enum": [
- "residence",
- "exposure",
- "collection",
- "screening",
- "treatment",
- "study location",
- "other",
- "unknown"
- ],
- "type": "string"
- },
- "type": "array"
- }
- ]
- },
- "name": {
- "description": "The name of the location",
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "temporalCoverage": {
- "description": "The period of time covered within the dataset.",
- "abstract": "time period",
- "oneOf": [
- {
- "items": {
- "@type": "TemporalInterval",
- "description": "Temporal information",
- "properties": {
- "duration": {
- "description": "A time interval in ISO 8601 duration format",
- "type": "string"
- },
- "endDate": {
- "description": "An end date",
- "format": "date",
- "type": "string"
- },
- "name": {
- "description": "String describing the temporal interval",
- "type": "string"
- },
- "startDate": {
- "description": "A start date",
- "format": "date",
- "type": "string"
- },
- "temporalType": {
- "description": "Categorization of how the date/temporal interval relates to the dataset",
- "oneOf": [
- {
- "enum": [
- "exposure",
- "collection",
- "screening",
- "treatment",
- "study date",
- "other",
- "unknown"
- ],
- "type": "string"
- },
- {
- "items": {
- "enum": [
- "exposure",
- "collection",
- "screening",
- "treatment",
- "study date",
- "other",
- "unknown"
- ],
- "type": "string"
- },
- "type": "array"
- }
- ]
- }
- },
- "type": "object"
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "usageInfo": {
- "description": "Data usage agreement, specifying the terms under which the dataset can be used. Note that this is related to but distinct from the license.",
- "abstract": "data usage agreement",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "version": {
- "description": "Dataset version.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "alternateName": {
- "description": "An alias for the dataset name.",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "description": {
- "description": "A description of the dataset",
- "owl:cardinality": "one",
- "type": "string"
- },
- "identifier": {
- "description": "Dataset identifier or accession number, such as a digital object identifier (DOI), sequence read archive (SRA) or GenBank accession number, etc.",
- "abstract": "identifier or accession number",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "mainEntityOfPage": {
- "description": "Website which describes the work and provides additional details.",
- "abstract": "associated webpage",
- "oneOf": [
- {
- "items": {
- "type": "string",
- "format": "uri"
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "name": {
- "description": "Dataset name",
- "owl:cardinality": "one",
- "type": "string"
- },
- "sameAs": {
- "description": "URL of additional sources for the work.",
- "oneOf": [
- {
- "items": {
- "type": "string",
- "format": "uri"
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "url": {
- "description": "URL of the work",
- "type": "string",
- "format": "uri",
- "owl:cardinality": "one"
- }
- },
- "required": [
- "date",
- "funding",
- "distribution",
- "includedInDataCatalog",
- "measurementTechnique",
- "author",
- "description",
- "name",
- "url"
- ],
- "recommended": [
- "citedBy",
- "doi",
- "infectiousAgent",
- "healthCondition",
- "species",
- "variableMeasured",
- "citation",
- "conditionsOfAccess",
- "dateCreated",
- "dateModified",
- "datePublished",
- "interactionStatistic",
- "isBasedOn",
- "keywords",
- "license",
- "sdPublisher",
- "spatialCoverage",
- "temporalCoverage",
- "usageInfo",
- "identifier",
- "topicCategory"
- ],
- "optional": [
- "isRelatedTo",
- "isSimilarTo",
- "isBasisFor",
- "nctid",
- "abstract",
- "aggregateRating",
- "creator",
- "hasPart",
- "inLanguage",
- "isAccessibleForFree",
- "isPartOf",
- "version",
- "alternateName",
- "mainEntityOfPage",
- "sameAs",
- "relationship"
- ],
- "definitions": {
- "citation": {
- "description": "A citation object for a resource which is cited by the dataset (ie- is a derivative of the dataset) , related to the dataset, or from which the dataset was based on (ie- is derived from).",
- "@type": "ScholarlyArticle",
- "type": "object",
- "properties": {
- "author": {
- "description": "Author(s) of the publication",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- }
- ]
- },
- "abstract": {
- "description": "Abstract of the publication",
- "type": "string"
- },
- "datePublished": {
- "description": "Date the article was published",
- "format": "date",
- "type": "string"
- },
- "description": {
- "description": "Description of the publication",
- "type": "string"
- },
- "name": {
- "description": "Title of the publication",
- "type": "string"
- },
- "identifier": {
- "description": "An identifier associated with the citation such as a digital object identifier (DOI), PubMed ID (PMID), or PubMed Central ID (PMCID)",
- "type": "string"
- },
- "pmid": {
- "description": "A PubMed identifier (PMID) of the referenced publication",
- "abstract": "PubMed identifier",
- "type": "string"
- },
- "doi": {
- "description": "A digital object identifier (DOI) of the referenced publication",
- "abstract": "digital object identifier",
- "type": "string"
- },
- "issueNumber": {
- "description": "Issue number where the article appears",
- "type": "string"
- },
- "journalName": {
- "description": "Journal where the article appears",
- "type": "string"
- },
- "journalNameAbbrev": {
- "description": "Abbreviated journal name where the article appears",
- "type": "string"
- },
- "pagination": {
- "description": "Page numbers in the journal where the article appears",
- "type": "string"
- },
- "url": {
- "description": "The url of the article",
- "type": "string",
- "format": "uri"
- },
- "volumeNumber": {
- "description": "Volume of the journal where the article appears",
- "type": "string"
- },
- "citation": {
- "description": "The bibliographic citation string for the article as is provided",
- "type": "string"
- }
- },
- "required": [
- "name"
- ],
- "recommended": [
- "author",
- "datePublished",
- "doi",
- "identifier",
- "journalName",
- "pmid",
- "url"
- ],
- "optional": [
- "abstract",
- "citation",
- "description",
- "issueNumber",
- "journalNameAbbrev",
- "pagination",
- "volumeNumber"
- ]
- },
- "creativework": {
- "description": "A resource",
- "@type": "CreativeWork",
- "type": "object",
- "properties": {
- "author": {
- "description": "Author(s) of the referenced work",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- }
- ]
- },
- "abstract": {
- "description": "Abstract of the referenced work",
- "type": "string"
- },
- "datePublished": {
- "description": "Date the referenced work was published",
- "format": "date",
- "type": "string"
- },
- "description": {
- "description": "Description of the referenced work",
- "type": "string"
- },
- "hasPart": {
- "description": "A portion of the work",
- "oneOf": [
- {
- "$ref": "#/definitions/citation"
- }
- ]
- },
- "includedInDataCatalog": {
- "description": "Data or tool catalog which houses the work",
- "oneOf": [
- {
- "$ref": "#/definitions/catalog"
- }
- ]
- },
- "name": {
- "description": "Name or title",
- "type": "string"
- },
- "identifier": {
- "description": "An identifier associated with the work",
- "type": "string"
- },
- "relationship": {
- "description": "How the works are related",
- "type": "string"
- },
- "doi": {
- "description": "A digital object identifier (DOI) of the referenced work",
- "abstract": "digital object identifier",
- "type": "string"
- },
- "url": {
- "description": "The url of the work",
- "type": "string",
- "format": "uri"
- },
- "citation": {
- "description": "The bibliographic citation for the referenced work as is provided",
- "type": "string"
- }
- },
- "required": [
- "name"
- ],
- "recommended": [
- "author",
- "datePublished",
- "doi",
- "identifier",
- "includedInDataCatalog",
- "relationship",
- "url"
- ],
- "optional": [
- "abstract",
- "citation",
- "description",
- "hasPart"
- ]
- },
- "topic": {
- "description": "Topic assigned to the work.",
- "type": "object",
- "properties": {
- "name": {
- "description": "topic name",
- "type": "string"
- },
- "curatedBy": {
- "description": "The person, organization, or catalog that categorized the dataset",
- "oneOf": [
- {
- "$ref": "#/definitions/person"
- },
- {
- "$ref": "#/definitions/organization"
- },
- {
- "$ref": "#/definitions/catalog"
- }
- ]
- },
- "url": {
- "description": "URL linking to the topic",
- "type": "string",
- "format": "uri"
- },
- "description": {
- "description": "description of the topic",
- "type": "string"
- }
- },
- "required": [
- "name",
- "url"
- ],
- "recommended": [
- "description",
- "curatedBy"
- ]
- },
- "catalog": {
- "@type": "DataCatalog",
- "description": "Data or tool catalog",
- "type": "object",
- "properties": {
- "name": {
- "description": "Data or tool catalog name",
- "type": "string"
- },
- "url": {
- "description": "Link to data or tool catalog",
- "type": "string",
- "format": "uri"
- },
- "versionDate": {
- "description": "date the metadata was harvested from the catalog",
- "type": "string",
- "format": "date"
- }
- },
- "required": [
- "name",
- "url"
- ],
- "recommended": [
- "versionDate"
- ]
- },
- "organization": {
- "@type": "Organization",
- "description": "Reusable organization definition",
- "properties": {
- "affiliation": {
- "type": "object",
- "properties": {
- "name": {
- "description": "Name of the affiliation, such as a university",
- "type": "string"
- },
- "sameAs": {
- "description": "Alias for the affiliation",
- "type": "string"
- },
- "url": {
- "description": "URL of the affiliation",
- "type": "string",
- "format": "uri"
- }
- },
- "required": [
- "name"
- ],
- "optional": [
- "sameAs",
- "url"
- ]
- },
- "alternateName": {
- "description": "Alias of the name",
- "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"
- },
- "role": {
- "description": "What role the organization played in creating the dataset",
- "type": "string"
- },
- "url": {
- "description": "Link to the organization",
- "type": "string",
- "format": "uri"
- }
- },
- "required": [
- "name"
- ],
- "recommended": [
- "identifier"
- ],
- "optional": [
- "affiliation",
- "alternateName",
- "email",
- "parentOrganization",
- "role",
- "title",
- "url"
- ],
- "type": "object"
- },
- "person": {
- "@type": "Person",
- "description": "Reusable person definition",
- "properties": {
- "affiliation": {
- "type": "object",
- "properties": {
- "name": {
- "description": "Name of the affiliation, such as a university",
- "type": "string"
- },
- "sameAs": {
- "description": "Alias for the affiliation",
- "type": "string"
- },
- "url": {
- "description": "URL of the affiliation",
- "type": "string",
- "format": "uri"
- }
- },
- "required": [
- "name"
- ],
- "optional": [
- "sameAs",
- "url"
- ]
- },
- "name": {
- "description": "Name of the person",
- "type": "string"
- },
- "email": {
- "description": "Email address of the person",
- "type": "string"
- },
- "familyName": {
- "description": "Family name (surname) of the person",
- "type": "string"
- },
- "givenName": {
- "description": "Given (first) name of the person",
- "type": "string"
- },
- "identifier": {
- "description": "Unique identifier of the person, like an ORCID ID",
- "type": "string"
- },
- "role": {
- "description": "Role the person played in creating the dataset",
- "type": "string"
- },
- "title": {
- "description": "Title of the person",
- "type": "string"
- },
- "url": {
- "description": "Link to the homepage or other web content describing the person",
- "type": "string",
- "format": "uri"
- }
- },
- "required": [
- "name"
- ],
- "recommended": [
- "familyName",
- "givenName ",
- "identifier "
- ],
- "optional": [
- "affiliation",
- "email",
- "role",
- "title",
- "url"
- ],
- "type": "object"
- }
- }
- }
- },
- {
- "@id": "nde:ComputationalTool",
- "@type": "rdfs:Class",
- "rdfs:comment": "ComputationalTools (software, workflows, computational tools, code) contained in the NIAID Data Ecosystem. The NIAID Data Ecosystem is a secure environment to find, access and analyze immune-mediated and infectious disease data and computational tools to speed the development of diagnostics, therapeutics, and vaccines. The NIAID Data Ecosystem Discovery Portal harvests metadata from dataset repository and harmonizes them to this schema to enable easy cross-platform dataset searching and filtering.",
- "rdfs:label": "ComputationalTool",
- "rdfs:subClassOf": {
- "@id": "niaid:ComputationalTool"
- },
- "$validation": {
- "$schema": "http://json-schema.org/draft-07/schema#",
- "type": "object",
- "properties": {
- "citedBy": {
- "description": "Publications, datasets, or computational tools that cite the work.",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/citation"
- }
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "date": {
- "description": "Date the work has changed: most recent date of dateModified, datePublished, and dateCreated.",
- "abstract": "date changed",
- "owl:cardinality": "one",
- "format": "date",
- "type": "string"
- },
- "doi": {
- "description": "Digital object identifier (DOI) for the work, not any associated publications",
- "abstract": "digital object identifier",
- "owl:cardinality": "one",
- "type": "string"
- },
- "includedInDataCatalog": {
- "description": "Data or tool catalog where the work is published; original source of the metadata.",
- "abstract": "catalog containing the work",
- "$ref": "#/definitions/catalog"
- },
- "isBasisFor": {
- "description": "A computational tool which reuses the computational tool",
- "owl:cardinality": "many",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ]
- },
- "isRelatedTo": {
- "description": "Computational tools which are related to the given computational tool. These linkages are created via human curation.",
- "abstract": "related records (via curation)",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "isSimilarTo": {
- "description": "Datasets or computational tools which are similar to the work, based on terms in the names, descriptions, authors, measurementTechniques, infectiousAgents, healthConditions, etc.",
- "abstract": "similar records (auto-assigned)",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "topicCategory": {
- "description": "Topic of the work. This topic may be assigned by a human curator or through automated algorithms.",
- "abstract": "topic",
- "owl:cardinality": "many",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/topic"
- }
- }
- ]
- },
- "infectiousAgent": {
- "description": "Infectious agent(s) / pathogen(s) which are the focus of the work (like SARS-CoV-2).",
- "abstract": "infectious agent / pathogen",
- "oneOf": [
- {
- "@type": "DefinedTerm",
- "description": "collection of vocabulary terms defined in ontologies",
- "strict": false,
- "type": "string",
- "vocabulary": {
- "children_of": [
- "http://purl.obolibrary.org/obo/NCBITaxon_10239",
- "http://purl.obolibrary.org/obo/NCBITaxon_2"
- ],
- "ontology": [
- "ncbitaxon"
- ],
- "property": {
- "identifier": {
- "type": "string"
- },
- "name": {
- "type": "string",
- "description": "infectious agent / pathogen"
- },
- "url": {
- "format": "uri",
- "type": "string"
- }
- }
- }
- },
- {
- "items": {
- "@type": "DefinedTerm",
- "description": "collection of vocabulary terms defined in ontologies",
- "strict": false,
- "type": "string",
- "vocabulary": {
- "children_of": [
- "http://purl.obolibrary.org/obo/NCBITaxon_10239",
- "http://purl.obolibrary.org/obo/NCBITaxon_2"
- ],
- "ontology": [
- "ncbitaxon"
- ],
- "property": {
- "identifier": {
- "type": "string"
- },
- "name": {
- "type": "string",
- "description": "infectious agent / pathogen"
- },
- "url": {
- "format": "uri",
- "type": "string"
- }
- }
- }
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "healthCondition": {
- "description": "The health condition(s) /infectious disease(s) which are the focus of the work (like COVID-19, coronavirus).",
- "abstract": "health condition/disease",
- "oneOf": [
- {
- "items": {
- "@type": "DefinedTerm",
- "description": "collection of vocabulary terms defined in ontologies",
- "strict": false,
- "type": "string",
- "vocabulary": {
- "children_of": [
- "http://purl.obolibrary.org/obo/MONDO_0000001"
- ],
- "ontology": [
- "mondo"
- ]
- }
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "funding": {
- "description": "Funding that supports (sponsors) the development of this computational tool through some kind of financial contribution.",
- "abstract": "funding source (grant, contract, etc.)",
- "oneOf": [
- {
- "items": {
- "@type": "MonetaryGrant",
- "description": "Funding that supports (sponsors) the development of this computational tool through some kind of financial contribution",
- "properties": {
- "description": {
- "description": "description of the funding award / grant",
- "type": "string"
- },
- "funder": {
- "description": "An organization or person who funded the creation of the work",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- }
- ]
- },
- "identifier": {
- "description": "Unique identifier(s) for the grant or contract used to fund the work",
- "type": "string"
- },
- "url": {
- "description": "award / grant URL",
- "type": "string",
- "format": "uri"
- }
- },
- "required": [
- "funder",
- "identifier"
- ],
- "type": "object"
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "species": {
- "description": "Species / host organism from which the computational tool was designed or applied.",
- "abstract": "species/host organism",
- "oneOf": [
- {
- "items": {
- "@type": "DefinedTerm",
- "description": "collection of vocabulary terms defined in ontologies",
- "strict": false,
- "type": "string",
- "vocabulary": {
- "children_of": [
- "http://purl.obolibrary.org/obo/NCBITaxon_131567",
- "http://purl.obolibrary.org/obo/NCBITaxon_10239"
- ],
- "ontology": [
- "ncbitaxon"
- ]
- }
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "availableOnDevice": {
- "description": "Device or platform required to run the application, such as Bioconda, Docker, or Singularity",
- "abstract": "platform to run the application",
- "owl:cardinality": "many",
- "oneOf": [
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- ]
- },
- "codeRepository": {
- "description": "Link to the source code repository of the tool such as GitHub",
- "abstract": "source code link",
- "oneOf": [
- {
- "format": "uri",
- "type": "string"
- },
- {
- "items": {
- "format": "uri",
- "type": "string"
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "programmingLanguage": {
- "description": "The main programming language(s) used to build or execute the tool",
- "abstract": "programming language",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "input": {
- "description": "software input, such as a file or parameter",
- "abstract": "input file/parameter",
- "owl:cardinality": "many",
- "oneOf": [
- {
- "items": {
- "@type": "FormalParameter",
- "type": "object",
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the software input"
- },
- "description": {
- "type": "string",
- "description": "Description of the software input"
- },
- "encodingFormat": {
- "type": "string",
- "description": "File type of the software input"
- }
- },
- "required": [
- "name"
- ],
- "recommended": [
- "encodingFormat"
- ]
- },
- "type": "array"
- }
- ]
- },
- "output": {
- "description": "Output of the computational tool",
- "owl:cardinality": "many",
- "oneOf": [
- {
- "items": {
- "@type": "FormalParameter",
- "type": "object",
- "properties": {
- "name": {
- "type": "string",
- "description": "name of the tool's output"
- },
- "encodingFormat": {
- "type": "string",
- "description": "file type of the tool's output"
- }
- },
- "required": [
- "name"
- ],
- "recommended": [
- "encodingFormat"
- ]
- },
- "type": "array"
- }
- ]
- },
- "applicationCategory": {
- "description": "Type of software application, e.g. 'Game, Multimedia'.",
- "abstract": "type of software application",
- "anyOf": [
- {
- "type": "string"
- },
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- {
- "format": "uri",
- "type": "string"
- },
- {
- "items": {
- "format": "uri",
- "type": "string"
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "applicationSubCategory": {
- "description": "Subcategory of the computational tool, like gene regulation",
- "abstract": "software subcategory",
- "oneOf": [
- {
- "@type": "DefinedTerm",
- "strict": false,
- "type": "object",
- "vocabulary": {
- "children_of": [
- "http://edamontology.org/topic_0003"
- ],
- "ontology": [
- "edam"
- ],
- "property": {
- "identifier": {
- "type": "string"
- },
- "name": {
- "type": "string",
- "description": "Subcategory of the tool (ex: gene regulation)"
- },
- "url": {
- "format": "uri",
- "type": "string"
- }
- }
- }
- },
- {
- "items": {
- "@type": "DefinedTerm",
- "strict": false,
- "type": "object",
- "vocabulary": {
- "children_of": [
- "http://edamontology.org/topic_0003"
- ],
- "ontology": [
- "edam"
- ],
- "property": {
- "identifier": {
- "type": "string"
- },
- "name": {
- "type": "string",
- "description": "Subcategory of the tool (ex: gene regulation)"
- },
- "url": {
- "format": "uri",
- "type": "string"
- }
- }
- }
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "applicationSuite": {
- "description": "The name of the application suite to which the application belongs (e.g. Excel belongs to Office).",
- "abstract": "software suite for the tool",
- "owl:cardinality": "many",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ]
- },
- "downloadUrl": {
- "description": "URL to download the computational tool",
- "owl:cardinality": "many",
- "oneOf": [
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- ]
- },
- "featureList": {
- "description": "Features or modules provided by this application (and possibly required by other applications).",
- "abstract": "features of the tool",
- "anyOf": [
- {
- "@type": "DefinedTerm",
- "strict": false,
- "type": "object",
- "vocabulary": {
- "children_of": [
- "http://edamontology.org/operation_0004"
- ],
- "ontology": [
- "edam"
- ],
- "property": {
- "identifier": {
- "type": "string"
- },
- "name": {
- "type": "string"
- },
- "url": {
- "format": "uri",
- "type": "string"
- }
- }
- }
- },
- {
- "items": {
- "@type": "DefinedTerm",
- "strict": false,
- "type": "object",
- "vocabulary": {
- "children_of": [
- "http://edamontology.org/operation_0004"
- ],
- "ontology": [
- "edam"
- ],
- "property": {
- "identifier": {
- "type": "string"
- },
- "name": {
- "type": "string"
- },
- "url": {
- "format": "uri",
- "type": "string"
- }
- }
- }
- },
- "type": "array"
- },
- {
- "format": "uri",
- "type": "string"
- },
- {
- "items": {
- "format": "uri",
- "type": "string"
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "operatingSystem": {
- "description": "Operating systems supported (Windows 7, OSX 10.6, Android 1.6).",
- "abstract": "operative systems supported",
- "owl:cardinality": "many",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ]
- },
- "processorRequirements": {
- "description": "Processor architecture required to run the application (e.g. IA64).",
- "abstract": "processor requirements",
- "owl:cardinality": "many",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ]
- },
- "softwareAddOn": {
- "description": "Additional content for a software application",
- "owl:cardinality": "many",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ]
- },
- "softwareHelp": {
- "description": "URL to access software application help",
- "oneOf": [
- {
- "@type": "CreativeWork",
- "properties": {
- "url": {
- "format": "uri",
- "type": "string"
- }
- },
- "type": "object"
- },
- {
- "items": {
- "@type": "CreativeWork",
- "properties": {
- "url": {
- "format": "uri",
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "softwareRequirements": {
- "description": "Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (Examples: DirectX, Java or .NET runtime).",
- "abstract": "requirements of tool",
- "owl:cardinality": "many",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ]
- },
- "softwareVersion": {
- "description": "Software version",
- "type": "string",
- "owl:cardinality": "one"
- },
- "aggregateRating": {
- "description": "The overall rating, based on a collection of reviews or ratings, of the work. These ratings can be collected based on user reviews or through Altmetric scores of web-based citations.",
- "abstract": "rating of the work",
- "oneOf": [
- {
- "items": {
- "@type": "AggregateRating",
- "type": "object",
- "properties": {
- "ratingCount": {
- "description": "Total number of ratings",
- "type": "string"
- },
- "ratingValue": {
- "description": "Average rating",
- "type": "string"
- },
- "itemReviewed": {
- "description": "What is being reviewed",
- "type": "string"
- }
- },
- "required": [
- "ratingValue"
- ],
- "recommended": [
- "ratingCount",
- "itemReviewed"
- ]
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "author": {
- "description": "Author or creator of the work.",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "citation": {
- "description": "A citation or reference to a publication, dataset, or computational tool which uses the computational tool. Examples: a publication which describes the development of the computational tool, a publication which describes the extension or use of the computational tool, a dataset which was processed or analyzed using the tool, or a computational tool which relies on the given tool.",
- "abstract": "citation to the work",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/citation"
- }
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "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 such as on use), closed (requires registration to access), or embargoed (unpublished).",
- "abstract": "accessibility of the work",
- "owl:cardinality": "many",
- "oneOf": [
- {
- "type": "string",
- "enum": [
- "Closed",
- "Open",
- "Restricted",
- "Embargoed"
- ]
- }
- ]
- },
- "contributor": {
- "description": "A secondary contributor to the developement or maintenance of the computational tool",
- "abstract": "contributor to development or maintenance",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "creator": {
- "description": "The creator/author of this work; equivalent to author",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "dateCreated": {
- "description": "Date the work was created",
- "owl:cardinality": "one",
- "format": "date",
- "type": "string"
- },
- "dateModified": {
- "description": "Date the work was modified",
- "format": "date",
- "owl:cardinality": "one",
- "type": "string"
- },
- "datePublished": {
- "description": "Date the work was first published",
- "owl:cardinality": "one",
- "format": "date",
- "type": "string"
- },
- "discussionUrl": {
- "description": "A link to a webpage containing the comments about the computational tool.",
- "abstract": "link to tool discussion page",
- "owl:cardinality": "many",
- "type": "string",
- "format": "uri"
- },
- "hasPart": {
- "description": "An item that is part of this computational tool",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/citation"
- }
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "inLanguage": {
- "description": "The language of the computational tool (not programming language)",
- "owl:cardinality": "many",
- "oneOf": [
- {
- "items": {
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "alternateName": {
- "type": "string"
- }
- },
- "required": [
- "name"
- ],
- "recommended": [
- "alternateName"
- ]
- },
- "type": "array"
- }
- ]
- },
- "interactionStatistic": {
- "description": "The number of interactions with the work, such as page views or tool downloads.",
- "abstract": "views or downloads",
- "owl:cardinality": "many",
- "oneOf": [
- {
- "items": {
- "@type": "InteractionCounter",
- "type": "object",
- "properties": {
- "interactionType": {
- "type": "string"
- },
- "userInteractionCount": {
- "type": "integer"
- }
- },
- "required": [
- "interactionType",
- "userInteractionCount"
- ]
- },
- "type": "array"
- }
- ]
- },
- "isAccessibleForFree": {
- "description": "A flag to signal that the work is accessible for free.",
- "abstract": "accessible without charge",
- "owl:cardinality": "one",
- "type": "boolean"
- },
- "isBasedOn": {
- "description": "A dataset, publication, or computational tool from which this work is derived, modified, or adapted.",
- "abstract": "dataset, publication, or tool used to create the work",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/citation"
- }
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "isPartOf": {
- "description": "Indicates a broader study, project, or collection the work is part of.",
- "abstract": "study or project including the work",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/citation"
- }
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "keywords": {
- "description": "Keywords or tags used to describe this work.",
- "abstract": "keywords or tags",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ]
- },
- "license": {
- "description": "A license document that applies to this work, typically indicated by URL.",
- "abstract": "license for use",
- "format": "uri",
- "owl:cardinality": "one",
- "type": "string"
- },
- "sdPublisher": {
- "description": "Original publisher of the computational tool metadata (like GitHub, Dockstore, etc.)",
- "abstract": "original metadata source",
- "oneOf": [
- {
- "$ref": "#/definitions/catalog"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/catalog"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "thumbnailUrl": {
- "description": "A thumbnail image of the computational tool",
- "owl:cardinality": "many",
- "type": "string",
- "format": "uri"
- },
- "description": {
- "description": "A description of the computational tool",
- "owl:cardinality": "one",
- "type": "string"
- },
- "identifier": {
- "description": "Identifier for the computational tool",
- "owl:cardinality": "many",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ]
- },
- "mainEntityOfPage": {
- "description": "Website which describes the work and provides additional details.",
- "abstract": "associated webpage",
- "owl:cardinality": "many",
- "oneOf": [
- {
- "items": {
- "type": "string",
- "format": "uri"
- },
- "type": "array"
- }
- ]
- },
- "name": {
- "description": "Computational tool name",
- "owl:cardinality": "one",
- "type": "string"
- },
- "sameAs": {
- "description": "URL of additional sources for the work.",
- "owl:cardinality": "many",
- "oneOf": [
- {
- "items": {
- "type": "string",
- "format": "uri"
- },
- "type": "array"
- }
- ]
- },
- "url": {
- "description": "URL of the work.",
- "format": "uri",
- "owl:cardinality": "one",
- "type": "string"
- }
- },
- "required": [
- "date",
- "includedInDataCatalog",
- "funding",
- "author",
- "description",
- "name"
- ],
- "recommended": [
- "citedBy",
- "doi",
- "topicCategory",
- "codeRepository",
- "programmingLanguage",
- "applicationCategory",
- "applicationSubCategory",
- "softwareRequirements",
- "softwareVersion",
- "citation",
- "conditionsOfAccess",
- "dateModified",
- "interactionStatistic",
- "license",
- "identifier",
- "url"
- ],
- "optional": [
- "isBasisFor",
- "isRelatedTo",
- "isSimilarTo",
- "infectiousAgent",
- "healthCondition",
- "species",
- "input",
- "output",
- "applicationSuite",
- "availableOnDevice",
- "downloadUrl",
- "featureList",
- "operatingSystem",
- "processorRequirements",
- "softwareAddOn",
- "softwareHelp",
- "aggregateRating",
- "contributor",
- "creator",
- "dateCreated",
- "datePublished",
- "discussionUrl",
- "hasPart",
- "inLanguage",
- "isAccessibleForFree",
- "isBasedOn",
- "isPartOf",
- "keywords",
- "provider",
- "sdPublisher",
- "thumbnailUrl",
- "mainEntityOfPage",
- "sameAs"
- ],
- "definitions": {
- "citation": {
- "description": "A citation object for a resource which is cited by the dataset (ie- is a derivative of the dataset) , related to the dataset, or from which the dataset was based on (ie- is derived from).",
- "@type": "ScholarlyArticle",
- "type": "object",
- "properties": {
- "author": {
- "description": "Author(s) of the publication",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- }
- ]
- },
- "abstract": {
- "description": "Abstract of the publication",
- "type": "string"
- },
- "datePublished": {
- "description": "Date the article was published",
- "format": "date",
- "type": "string"
- },
- "description": {
- "description": "Description of the publication",
- "type": "string"
- },
- "name": {
- "description": "Title of the publication",
- "type": "string"
- },
- "identifier": {
- "description": "An identifier associated with the citation such as a digital object identifier (DOI), PubMed ID (PMID), or PubMed Central ID (PMCID)",
- "type": "string"
- },
- "pmid": {
- "description": "A PubMed identifier (PMID) of the referenced publication",
- "abstract": "PubMed identifier",
- "type": "string"
- },
- "doi": {
- "description": "A digital object identifier (DOI) of the referenced publication",
- "abstract": "digital object identifier",
- "type": "string"
- },
- "issueNumber": {
- "description": "Issue number where the article appears",
- "type": "string"
- },
- "journalName": {
- "description": "Journal where the article appears",
- "type": "string"
- },
- "journalNameAbbrev": {
- "description": "Abbreviated journal name where the article appears",
- "type": "string"
- },
- "pagination": {
- "description": "Page numbers in the journal where the article appears",
- "type": "string"
- },
- "url": {
- "description": "The url of the arrticle",
- "type": "string",
- "format": "uri"
- },
- "volumeNumber": {
- "description": "Volume of the journal where the article appears",
- "type": "string"
- },
- "citation": {
- "description": "The bibliographic citation string for the article as is provided",
- "type": "string"
- }
- },
- "required": [
- "name"
- ],
- "recommended": [
- "author",
- "datePublished",
- "doi",
- "identifier",
- "journalName",
- "pmid",
- "url"
- ],
- "optional": [
- "abstract",
- "citation",
- "description",
- "issueNumber",
- "journalNameAbbrev",
- "pagination",
- "volumeNumber"
- ]
- },
- "catalog": {
- "@type": "DataCatalog",
- "description": "Data or tool catalog",
- "type": "object",
- "properties": {
- "name": {
- "description": "Data or tool catalog name",
- "type": "string"
- },
- "url": {
- "description": "Link to data or tool catalog",
- "type": "string",
- "format": "uri"
- },
- "versionDate": {
- "description": "date the metadata was harvested from the catalog",
- "type": "string",
- "format": "date"
- }
- },
- "required": [
- "name",
- "url"
- ],
- "recommended": [
- "versionDate"
- ]
- },
- "creativework": {
- "description": "A resource",
- "@type": "CreativeWork",
- "type": "object",
- "properties": {
- "author": {
- "description": "Author(s) of the referenced work",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- }
- ]
- },
- "abstract": {
- "description": "Abstract of the referenced work",
- "type": "string"
- },
- "additionalType": {
- "description": "Additional type of the referenced work, such as a Sample, Run, Experiment, or BioProject",
- "oneOf": [
- {
- "items": {
- "properties": {
- "name": {
- "type": "string"
- },
- "url": {
- "format": "uri",
- "type": "string"
- }
- },
- "required": [
- "name"
- ],
- "recommended": [
- "url"
- ],
- "type": "object"
- },
- "type": "array"
- }
- ]
- },
- "datePublished": {
- "description": "Date the referenced work was published",
- "format": "date",
- "type": "string"
- },
- "description": {
- "description": "Description of the referenced work",
- "type": "string"
- },
- "hasPart": {
- "description": "A portion of the work",
- "oneOf": [
- {
- "$ref": "#/definitions/citation"
- }
- ]
- },
- "includedInDataCatalog": {
- "description": "Data or tool catalog which houses the work",
- "oneOf": [
- {
- "$ref": "#/definitions/catalog"
- }
- ]
- },
- "name": {
- "description": "Name or title",
- "type": "string"
- },
- "identifier": {
- "description": "An identifier associated with the work",
- "type": "string"
- },
- "relationship": {
- "description": "How the works are related",
- "type": "string"
- },
- "doi": {
- "description": "A digital object identifier (DOI) of the referenced work",
- "abstract": "digital object identifier",
- "type": "string"
- },
- "url": {
- "description": "The url of the work",
- "type": "string",
- "format": "uri"
- },
- "citation": {
- "description": "The bibliographic citation for the referenced work as is provided",
- "type": "string"
- }
- },
- "required": [
- "name"
- ],
- "recommended": [
- "author",
- "datePublished",
- "doi",
- "identifier",
- "includedInDataCatalog",
- "relationship",
- "url"
- ],
- "optional": [
- "abstract",
- "citation",
- "description",
- "hasPart"
- ]
- },
- "topic": {
- "description": "Topic assigned to the work.",
- "type": "object",
- "properties": {
- "name": {
- "description": "topic name",
- "type": "string"
- },
- "curatedBy": {
- "description": "The person, organization, or catalog that categorized the computational tool",
- "oneOf": [
- {
- "$ref": "#/definitions/person"
- },
- {
- "$ref": "#/definitions/organization"
- },
- {
- "$ref": "#/definitions/catalog"
- }
- ]
- },
- "url": {
- "description": "URL linking to the topic",
- "type": "string",
- "format": "uri"
- },
- "description": {
- "description": "description of the topic",
- "type": "string"
- }
- },
- "required": [
- "name",
- "url"
- ],
- "recommended": [
- "description",
- "curatedBy"
- ]
- },
- "organization": {
- "@type": "Organization",
- "description": "Reusable organization definition",
- "properties": {
- "affiliation": {
- "type": "object",
- "properties": {
- "name": {
- "description": "Name of the affiliation, such as a university",
- "type": "string"
- },
- "sameAs": {
- "description": "Alias for the affiliation",
- "type": "string"
- },
- "url": {
- "description": "URL of the affiliation",
- "type": "string",
- "format": "uri"
- }
- },
- "required": [
- "name"
- ],
- "optional": [
- "sameAs",
- "url"
- ]
- },
- "alternateName": {
- "description": "Alias of the name",
- "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"
- },
- "role": {
- "description": "What role the organization played in creating the computational tool",
- "type": "string"
- },
- "url": {
- "description": "Link to the organization",
- "type": "string",
- "format": "uri"
- }
- },
- "required": [
- "name"
- ],
- "recommended": [
- "identifier"
- ],
- "optional": [
- "affiliation",
- "alternateName",
- "email",
- "parentOrganization",
- "role",
- "title",
- "url"
- ],
- "type": "object"
- },
- "person": {
- "@type": "Person",
- "description": "Reusable person definition",
- "properties": {
- "affiliation": {
- "type": "object",
- "properties": {
- "name": {
- "description": "Name of the affiliation, such as a university",
- "type": "string"
- },
- "sameAs": {
- "description": "Alias for the affiliation",
- "type": "string"
- },
- "url": {
- "description": "URL of the affiliation",
- "type": "string",
- "format": "uri"
- }
- },
- "required": [
- "name"
- ],
- "optional": [
- "sameAs",
- "url"
- ]
- },
- "name": {
- "description": "Name of the person",
- "type": "string"
- },
- "email": {
- "description": "Email address of the person",
- "type": "string"
- },
- "familyName": {
- "description": "Family name (surname) of the person",
- "type": "string"
- },
- "givenName": {
- "description": "Given (first) name of the person",
- "type": "string"
- },
- "identifier": {
- "description": "Unique identifier of the person, like an ORCID ID",
- "type": "string"
- },
- "role": {
- "description": "Role the person played in creating the computational tool",
- "type": "string"
- },
- "title": {
- "description": "Title of the person",
- "type": "string"
- },
- "url": {
- "description": "Link to the homepage or other web content describing the person",
- "type": "string",
- "format": "uri"
- }
- },
- "required": [
- "name"
- ],
- "recommended": [
- "familyName",
- "givenName ",
- "identifier "
- ],
- "optional": [
- "affiliation",
- "email",
- "role",
- "title",
- "url"
- ],
- "type": "object"
- }
- }
- }
- },
- {
- "@id": "nde:ResourceCatalog",
- "@type": "rdfs:Class",
- "rdfs:comment": "ResourceCatalogs (collections of scientific information or research outputs) contained in the NIAID Data Ecosystem. Resource catalogs include databases, repositories, knowledge bases, citation indices, software indices, browser-based data portals (web portals), etc. The NIAID Data Ecosystem is an environment to find and access and infectious and immune-mediated disease data, resources and computational tools to speed the development of diagnostics, therapeutics, and vaccines. The NIAID Data Ecosystem Discovery Portal harvests metadata from dataset repository and harmonizes them to this schema to enable easy cross-platform dataset searching and filtering.",
- "rdfs:label": "ResourceCatalog",
- "rdfs:subClassOf": {
- "@id": "schema:Collection"
- },
- "$validation": {
- "$schema": "http://json-schema.org/draft-07/schema#",
- "type": "object",
- "properties": {
- "citedBy": {
- "description": "Publications, datasets, or computational tools that cite the work.",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/citation"
- }
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "date": {
- "description": "Date the work has changed: most recent date of dateModified, datePublished, and dateCreated.",
- "abstract": "date changed",
- "format": "date",
- "type": "string",
- "owl:cardinality": "one"
- },
- "doi": {
- "description": "Digital Object Identifier (DOI) for the work, not any associated publications.",
- "abstract": "digital object identifier",
- "type": "string",
- "owl:cardinality": "one"
- },
- "isRelatedTo": {
- "description": "Resources which are related to the given resource catalog. These linkages are created via human curation.",
- "abstract": "related datasets (via curation)",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "isSimilarTo": {
- "description": "Resource catalogs which are similar to the work, based on terms in the names, descriptions, authors, measurementTechniques, infectiousAgents, healthConditions, etc.",
- "abstract": "similar datasets (auto-assigned)",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "isBasisFor": {
- "description": "A resource catalog which uses the resource catalog.",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "relationship": {
- "description": "How an associated work is related to the resource catalog.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "topicCategory": {
- "description": "Topic of the work. This topic may be assigned by a human curator or through automated algorithms.",
- "abstract": "topic",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/topic"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "infectiousAgent": {
- "description": "Infectious agent(s) / pathogen(s) which are the focus of the resource catalog (like SARS-CoV-2), whenever applicable",
- "abstract": "infectious agent / pathogen",
- "oneOf": [
- {
- "@type": "schema:DefinedTerm",
- "description": "collection of vocabulary terms defined in ontologies",
- "strict": false,
- "type": "string",
- "vocabulary": {
- "children_of": [
- "http://purl.obolibrary.org/obo/NCBITaxon_10239",
- "http://purl.obolibrary.org/obo/NCBITaxon_2"
- ],
- "ontology": [
- "ncbitaxon"
- ]
- }
- },
- {
- "items": {
- "@type": "schema:DefinedTerm",
- "description": "collection of vocabulary terms defined in ontologies",
- "strict": false,
- "type": "string",
- "vocabulary": {
- "children_of": [
- "http://purl.obolibrary.org/obo/NCBITaxon_10239",
- "http://purl.obolibrary.org/obo/NCBITaxon_2"
- ],
- "ontology": [
- "ncbitaxon"
- ]
- }
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "healthCondition": {
- "description": "The health condition(s) /infectious disease(s) which are the focus of the resource catalog (like COVID-19, coronavirus), whenever applicable",
- "abstract": "health condition/disease",
- "oneOf": [
- {
- "@type": "DefinedTerm",
- "description": "collection of vocabulary terms defined in ontologies",
- "strict": false,
- "type": "string",
- "vocabulary": {
- "children_of": [
- "http://purl.obolibrary.org/obo/MONDO_0000001"
- ],
- "ontology": [
- "mondo"
- ],
- "property": {
- "identifier": {
- "type": "string"
- },
- "name": {
- "type": "string",
- "description": "The health condition(s) /infectious disease(s) which are the focus of the work (ex: COVID-19)"
- },
- "url": {
- "format": "uri",
- "type": "string"
- }
- }
- }
- },
- {
- "items": {
- "@type": "CreativeWork",
- "description": "collection of vocabulary terms defined in ontologies",
- "strict": false,
- "type": "string",
- "vocabulary": {
- "children_of": [
- "http://purl.obolibrary.org/obo/MONDO_0000001"
- ],
- "ontology": [
- "mondo"
- ],
- "property": {
- "identifier": {
- "type": "string"
- },
- "name": {
- "type": "string",
- "description": "The health condition(s) /infectious disease(s) which are the focus of the work (ex: COVID-19)"
- },
- "url": {
- "format": "uri",
- "type": "string"
- }
- }
- }
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "funding": {
- "description": "Funding that supports (sponsors) the creation or maintenance of the resource catalog through some kind of financial contribution.",
- "abstract": "funding source (grant, contract, etc.)",
- "oneOf": [
- {
- "items": {
- "@type": "MonetaryGrant",
- "description": "Funding that supports (sponsors) the collection of this dataset through some kind of financial contribution",
- "properties": {
- "description": {
- "description": "description of the funding award / grant",
- "type": "string"
- },
- "funder": {
- "description": "An organization or person who funded the creation of the work",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- }
- ]
- },
- "identifier": {
- "description": "Unique identifier(s) for the grant or contract used to fund the work",
- "type": "string"
- },
- "url": {
- "description": "award / grant URL",
- "type": "string",
- "format": "uri"
- }
- },
- "required": [
- "funder",
- "identifier"
- ],
- "type": "object"
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "species": {
- "description": "Species / host organism which is the focus of the resource catalog (whenever applicable).",
- "abstract": "species/host organism",
- "oneOf": [
- {
- "@type": "schema:DefinedTerm",
- "description": "collection of vocabulary terms defined in ontologies",
- "strict": false,
- "type": "string",
- "vocabulary": {
- "children_of": [
- "http://purl.obolibrary.org/obo/NCBITaxon_131567",
- "http://purl.obolibrary.org/obo/NCBITaxon_10239"
- ],
- "ontology": [
- "ncbitaxon"
- ],
- "property": {
- "identifier": {
- "type": "string"
- },
- "name": {
- "type": "string",
- "description": "Species / host organism from which the dataset has been collected."
- },
- "url": {
- "format": "uri",
- "type": "string"
- }
- }
- }
- },
- {
- "items": {
- "@type": "schema:CreativeWork",
- "description": "collection of vocabulary terms defined in ontologies",
- "strict": false,
- "type": "string",
- "vocabulary": {
- "children_of": [
- "http://purl.obolibrary.org/obo/NCBITaxon_131567",
- "http://purl.obolibrary.org/obo/NCBITaxon_10239"
- ],
- "ontology": [
- "ncbitaxon"
- ],
- "property": {
- "identifier": {
- "type": "string"
- },
- "name": {
- "type": "string",
- "description": "Species / host organism from which the dataset has been collected."
- },
- "url": {
- "format": "uri",
- "type": "string"
- }
- }
- }
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "distribution": {
- "description": "A downloadable form of the resource catalog, at a specific location, in a specific format.",
- "abstract": "download link",
- "oneOf": [
- {
- "items": {
- "@type": "DataDownload",
- "description": "A dataset in downloadable form.",
- "properties": {
- "contentUrl": {
- "format": "uri",
- "type": "string"
- },
- "encodingFormat": {
- "description": "file type (ex: XLSX)",
- "type": "string"
- },
- "dateModified": {
- "format": "date",
- "description": "date the file was modified",
- "type": "string"
- }
- },
- "required": [
- "dateModified",
- "contentUrl"
- ],
- "type": "object"
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "includedInDataCatalog": {
- "description": "A resource catalog where the resource catalog is published.",
- "abstract": "catalog containing the work",
- "oneOf": [
- {
- "$ref": "#/definitions/catalog"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/catalog"
- }
- }
- ],
- "owl:cardinality": "one"
- },
- "measurementTechnique": {
- "description": "A technique or technology used to generate the data or information in the resource catalog corresponding to the method used for measuring the corresponding variable(s) (described using variableMeasured). For example, if the resource catalog provides raw sequence reads (the variableMeasured), the measurementTechnique could be: \"biopolymer sequencing\" or \"protein sequencing\" or \"whole genome sequencing\" etc. If a resource allows data or information collected through any means or methods, use the term, \"any\".",
- "abstract": "measurement technique used to collect the content of the resource catalog, if applicable. If not applicable, use \"any\".",
- "oneOf": [
- {
- "@type": "schema:DefinedTerm",
- "description": "collection of vocabulary terms defined in ontologies",
- "strict": false,
- "type": "string",
- "vocabulary": {
- "children_of": [
- "http://edamontology.org/topic_3361",
- "http://purl.obolibrary.org/obo/NCIT_C20368"
- ],
- "ontology": [
- "edam",
- "ncit"
- ],
- "property": {
- "identifier": {
- "type": "string"
- },
- "name": {
- "type": "string",
- "description": "The name of the measurement technique used"
- },
- "url": {
- "format": "uri",
- "type": "string"
- }
- }
- }
- },
- {
- "items": {
- "@type": "schema:DefinedTerm",
- "description": "collection of vocabulary terms defined in ontologies",
- "strict": false,
- "type": "string",
- "vocabulary": {
- "children_of": [
- "http://edamontology.org/topic_3361",
- "http://purl.obolibrary.org/obo/NCIT_C20368"
- ],
- "ontology": [
- "edam",
- "ncit"
- ],
- "property": {
- "identifier": {
- "type": "string"
- },
- "name": {
- "type": "string",
- "description": "The name of the measurement technique used"
- },
- "url": {
- "format": "uri",
- "type": "string"
- }
- }
- }
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "variableMeasured": {
- "description": "Variables measured within the content of the resource catalog.",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "abstract": {
- "description": "Short description that summarizes a work.",
- "abstract": "short description",
- "type": "string",
- "owl:cardinality": "one"
- },
- "aggregateRating": {
- "description": "The overall rating, based on a collection of reviews or ratings, of the work. These ratings can be collected based on user reviews or through Altmetric scores of web-based citations.",
- "abstract": "rating of the work",
- "oneOf": [
- {
- "items": {
- "@type": "AggregateRating",
- "type": "object",
- "properties": {
- "ratingCount": {
- "description": "Total number of ratings",
- "type": "string"
- },
- "ratingValue": {
- "description": "Average rating",
- "type": "string"
- },
- "itemReviewed": {
- "description": "What is being reviewed",
- "type": "string"
- }
- },
- "required": [
- "ratingValue"
- ],
- "recommended": [
- "ratingCount",
- "itemReviewed"
- ]
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "author": {
- "description": "Author or creator of the work.",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "citation": {
- "description": "A citation or reference to a publication, dataset, or computational tool which uses the resource catalog. Examples: a publication which describes the creation of the resource catalog, a publication which uses information or content of the resource catalog for secondary analysis, or a computational tool which relies on the content of the resource catalog.",
- "abstract": "citation to the work",
- "owl:cardinality": "many",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/citation"
- }
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ]
- },
- "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 such as on use), closed (requires registration to access), or embargoed (unpublished).",
- "abstract": "accessibility of the work",
- "oneOf": [
- {
- "type": "string",
- "enum": [
- "Closed",
- "Open",
- "Restricted",
- "Embargoed"
- ]
- }
- ],
- "owl:cardinality": "one"
- },
- "creator": {
- "description": "The creator/author of this work; equivalent to author",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "dateCreated": {
- "description": "Date the work was created",
- "format": "date",
- "type": "string",
- "owl:cardinality": "one"
- },
- "dateModified": {
- "description": "Date the work was modified",
- "format": "date",
- "type": "string",
- "owl:cardinality": "one"
- },
- "datePublished": {
- "description": "Date the work was first published",
- "format": "date",
- "type": "string",
- "owl:cardinality": "one"
- },
- "hasPart": {
- "description": "Associated materials for the resource catalog, including data dictionaries and data limitation descriptions",
- "abstract": "data limitations or dictionaries",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "inLanguage": {
- "description": "The language of the content of the resource catalog",
- "oneOf": [
- {
- "items": {
- "type": "object",
- "properties": {
- "name": {
- "type": "string",
- "description": "language of the work"
- },
- "alternateName": {
- "type": "string"
- }
- },
- "required": [
- "name"
- ],
- "recommended": [
- "alternateName"
- ]
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "interactionStatistic": {
- "description": "The number of interactions with the work, such as page views or tool downloads.",
- "abstract": "views or downloads",
- "oneOf": [
- {
- "items": {
- "@type": "InteractionCounter",
- "type": "object",
- "properties": {
- "interactionType": {
- "type": "string"
- },
- "userInteractionCount": {
- "type": "integer"
- }
- },
- "required": [
- "interactionType",
- "userInteractionCount"
- ]
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "isAccessibleForFree": {
- "description": "A flag to signal that the work is accessible for free.",
- "abstract": "accessible without charge",
- "type": "boolean",
- "owl:cardinality": "one"
- },
- "isBasedOn": {
- "description": "A dataset, publication, or computational tool from which this work is derived, modified, or adapted.",
- "abstract": "dataset, publication, or tool used to create the work",
- "owl:cardinality": "many",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/citation"
- }
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ]
- },
- "isPartOf": {
- "description": "Indicates a broader study, project, or collection the work is part of.",
- "abstract": "study or project including the work",
- "owl:cardinality": "many",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/citation"
- }
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ]
- },
- "keywords": {
- "description": "Keywords or tags used to describe this work.",
- "abstract": "keywords or tags",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "license": {
- "description": "A license document that applies to this work, typically indicated by URL.",
- "abstract": "license for use",
- "format": "uri",
- "owl:cardinality": "one",
- "type": "string"
- },
- "sdPublisher": {
- "description": "Original publisher of the resource catalog metadata (like GenBank, ImmPort, etc.)",
- "abstract": "original metadata source",
- "oneOf": [
- {
- "$ref": "#/definitions/catalog"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/catalog"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "spatialCoverage": {
- "description": "The place(s) which are the focus of the resource catalog",
- "abstract": "geographic focus of the work",
- "oneOf": [
- {
- "items": {
- "@type": "AdministrativeArea",
- "description": "Location information",
- "properties": {
- "administrativeType": {
- "description": "the type of administrative area, such as country, state, county, or city",
- "enum": [
- "province",
- "district",
- "chiefdom",
- "village",
- "city",
- "country",
- "prefecture",
- "sub-prefecture",
- "clan",
- "Federal Capital Territory",
- "state",
- "Local Government Area",
- "ward"
- ],
- "type": "string"
- },
- "alternateName": {
- "description": "An alias for the location",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- ]
- },
- "identifier": {
- "description": "An identifier for the location, preferably a Wikidata ID",
- "type": "string"
- },
- "locationType": {
- "description": "Categorization of how the location relates to the dataset",
- "oneOf": [
- {
- "enum": [
- "residence",
- "exposure",
- "collection",
- "screening",
- "treatment",
- "study location",
- "other",
- "unknown"
- ],
- "type": "string"
- },
- {
- "items": {
- "enum": [
- "residence",
- "exposure",
- "collection",
- "screening",
- "treatment",
- "study location",
- "other",
- "unknown"
- ],
- "type": "string"
- },
- "type": "array"
- }
- ]
- },
- "name": {
- "description": "The name of the location",
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "temporalCoverage": {
- "description": "The period of time covered within the resource catalog.",
- "abstract": "time period",
- "oneOf": [
- {
- "items": {
- "@type": "TemporalInterval",
- "description": "Temporal information",
- "properties": {
- "duration": {
- "description": "A time interval in ISO 8601 duration format",
- "type": "string"
- },
- "endDate": {
- "description": "An end date",
- "format": "date",
- "type": "string"
- },
- "name": {
- "description": "String describing the temporal interval",
- "type": "string"
- },
- "startDate": {
- "description": "A start date",
- "format": "date",
- "type": "string"
- },
- "temporalType": {
- "description": "Categorization of how the date/temporal interval relates to the dataset",
- "oneOf": [
- {
- "enum": [
- "exposure",
- "collection",
- "screening",
- "treatment",
- "study date",
- "other",
- "unknown"
- ],
- "type": "string"
- },
- {
- "items": {
- "enum": [
- "exposure",
- "collection",
- "screening",
- "treatment",
- "study date",
- "other",
- "unknown"
- ],
- "type": "string"
- },
- "type": "array"
- }
- ]
- }
- },
- "type": "object"
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "usageInfo": {
- "description": "Data usage agreement, specifying the terms under which the content from the resource catalog can be used. Note that this is related to but distinct from the license.",
- "abstract": "data usage agreement",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "version": {
- "description": "Resource catalog version.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "alternateName": {
- "description": "An alias for the resource catalog name.",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "description": {
- "description": "A description of the resource catalog",
- "owl:cardinality": "one",
- "type": "string"
- },
- "identifier": {
- "description": "Resource catalog identifier or accession number, such as a digital object identifier (DOI), etc.",
- "abstract": "identifier",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "mainEntityOfPage": {
- "description": "Website which describes the work and provides additional details.",
- "abstract": "associated webpage",
- "oneOf": [
- {
- "items": {
- "type": "string",
- "format": "uri"
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "name": {
- "description": "Resource catalog name",
- "owl:cardinality": "one",
- "type": "string"
- },
- "sameAs": {
- "description": "URL of additional sources for the work.",
- "oneOf": [
- {
- "items": {
- "type": "string",
- "format": "uri"
- },
- "type": "array"
- }
- ],
- "owl:cardinality": "many"
- },
- "url": {
- "description": "URL of the work",
- "type": "string",
- "format": "uri",
- "owl:cardinality": "one"
- },
- "collectionSize": {
- "description": "The number of records, datasets, tools, items, pages, etc. in the resource catalog. Min/max estimates can be used in lieu of actual number. If completely unknown, set value = 0, and unitText = 'unknown'",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/propertyvalue"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "collectionType": {
- "description": "The type of resource/resource catalog that best describes the work",
- "oneOf": [
- {
- "type": "string",
- "enum": [
- "Database",
- "Knowledge Base",
- "Web Portal",
- "Repository",
- "Collection",
- "Metadata Index",
- "Platform"
- ]
- },
- {
- "$ref": "#/definitions/collectiontypes"
- }
- ],
- "owl:cardinality": "one"
- }
- },
- "required": [
- "date",
- "funding",
- "measurementTechnique",
- "description",
- "name",
- "url",
- "collectionType"
- ],
- "recommended": [
- "author",
- "citedBy",
- "doi",
- "infectiousAgent",
- "healthCondition",
- "species",
- "variableMeasured",
- "citation",
- "conditionsOfAccess",
- "dateCreated",
- "dateModified",
- "datePublished",
- "interactionStatistic",
- "isBasedOn",
- "keywords",
- "license",
- "sdPublisher",
- "spatialCoverage",
- "temporalCoverage",
- "usageInfo",
- "identifier",
- "topicCategory",
- "collectionSize"
- ],
- "optional": [
- "isRelatedTo",
- "isSimilarTo",
- "isBasisFor",
- "distribution",
- "includedInDataCatalog",
- "abstract",
- "aggregateRating",
- "creator",
- "hasPart",
- "inLanguage",
- "isAccessibleForFree",
- "isPartOf",
- "version",
- "alternateName",
- "mainEntityOfPage",
- "sameAs",
- "relationship"
- ],
- "definitions": {
- "citation": {
- "description": "A citation object for a publication which is cited by the resource catalog (ie- is a derivative of the resource catalog), related to the resource catalog, or from which the resource catalog was based on (ie- is derived from).",
- "@type": "ScholarlyArticle",
- "type": "object",
- "properties": {
- "author": {
- "description": "Author(s) of the publication",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- }
- ]
- },
- "abstract": {
- "description": "Abstract of the publication",
- "type": "string"
- },
- "datePublished": {
- "description": "Date the article was published",
- "format": "date",
- "type": "string"
- },
- "description": {
- "description": "Description of the publication",
- "type": "string"
- },
- "name": {
- "description": "Title of the publication",
- "type": "string"
- },
- "identifier": {
- "description": "An identifier associated with the citation such as a digital object identifier (DOI), PubMed ID (PMID), or PubMed Central ID (PMCID)",
- "type": "string"
- },
- "pmid": {
- "description": "A PubMed identifier (PMID) of the referenced publication",
- "abstract": "PubMed identifier",
- "type": "string"
- },
- "doi": {
- "description": "A digital object identifier (DOI) of the referenced publication",
- "abstract": "digital object identifier",
- "type": "string"
- },
- "issueNumber": {
- "description": "Issue number where the article appears",
- "type": "string"
- },
- "journalName": {
- "description": "Journal where the article appears",
- "type": "string"
- },
- "journalNameAbbrev": {
- "description": "Abbreviated journal name where the article appears",
- "type": "string"
- },
- "pagination": {
- "description": "Page numbers in the journal where the article appears",
- "type": "string"
- },
- "url": {
- "description": "The url of the article",
- "type": "string",
- "format": "uri"
- },
- "volumeNumber": {
- "description": "Volume of the journal where the article appears",
- "type": "string"
- },
- "citation": {
- "description": "The bibliographic citation string for the article as is provided",
- "type": "string"
- }
- },
- "required": [
- "name"
- ],
- "recommended": [
- "author",
- "datePublished",
- "doi",
- "identifier",
- "journalName",
- "pmid",
- "url"
- ],
- "optional": [
- "abstract",
- "citation",
- "description",
- "issueNumber",
- "journalNameAbbrev",
- "pagination",
- "volumeNumber"
- ]
- },
- "creativework": {
- "description": "A resource",
- "@type": "CreativeWork",
- "type": "object",
- "properties": {
- "author": {
- "description": "Author(s) of the referenced work",
- "oneOf": [
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- }
- ]
- },
- "abstract": {
- "description": "Abstract of the referenced work",
- "type": "string"
- },
- "datePublished": {
- "description": "Date the referenced work was published",
- "format": "date",
- "type": "string"
- },
- "description": {
- "description": "Description of the referenced work",
- "type": "string"
- },
- "hasPart": {
- "description": "A portion of the work",
- "oneOf": [
- {
- "$ref": "#/definitions/citation"
- }
- ]
- },
- "includedInDataCatalog": {
- "description": "Data, resource or tool catalog which houses the work",
- "oneOf": [
- {
- "$ref": "#/definitions/catalog"
- }
- ]
- },
- "name": {
- "description": "Name or title",
- "type": "string"
- },
- "identifier": {
- "description": "An identifier associated with the work",
- "type": "string"
- },
- "relationship": {
- "description": "How the works are related",
- "type": "string"
- },
- "doi": {
- "description": "A digital object identifier (DOI) of the referenced work",
- "abstract": "digital object identifier",
- "type": "string"
- },
- "url": {
- "description": "The url of the work",
- "type": "string",
- "format": "uri"
- },
- "citation": {
- "description": "The bibliographic citation for the referenced work as is provided",
- "type": "string"
- }
- },
- "required": [
- "name"
- ],
- "recommended": [
- "author",
- "datePublished",
- "doi",
- "identifier",
- "includedInDataCatalog",
- "relationship",
- "url"
- ],
- "optional": [
- "abstract",
- "citation",
- "description",
- "hasPart"
- ]
- },
- "topic": {
- "description": "Topic assigned to the work.",
- "type": "object",
- "properties": {
- "name": {
- "description": "topic name",
- "type": "string"
- },
- "curatedBy": {
- "description": "The person, organization, or catalog that categorized the resource catalog",
- "oneOf": [
- {
- "$ref": "#/definitions/person"
- },
- {
- "$ref": "#/definitions/organization"
- },
- {
- "$ref": "#/definitions/catalog"
- }
- ]
- },
- "url": {
- "description": "URL linking to the topic",
- "type": "string",
- "format": "uri"
- },
- "description": {
- "description": "description of the topic",
- "type": "string"
- }
- },
- "required": [
- "name",
- "url"
- ],
- "recommended": [
- "description",
- "curatedBy"
- ]
- },
- "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"
- }
- },
- "required": [
- "name",
- "url"
- ],
- "recommended": [
- "versionDate"
- ]
- },
- "organization": {
- "@type": "Organization",
- "description": "Reusable organization definition",
- "properties": {
- "affiliation": {
- "type": "object",
- "properties": {
- "name": {
- "description": "Name of the affiliation, such as a university",
- "type": "string"
- },
- "sameAs": {
- "description": "Alias for the affiliation",
- "type": "string"
- },
- "url": {
- "description": "URL of the affiliation",
- "type": "string",
- "format": "uri"
- }
- },
- "required": [
- "name"
- ],
- "optional": [
- "sameAs",
- "url"
- ]
- },
- "alternateName": {
- "description": "Alias of the name",
- "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"
- },
- "role": {
- "description": "What role the organization played in creating the dataset",
- "type": "string"
- },
- "url": {
- "description": "Link to the organization",
- "type": "string",
- "format": "uri"
- }
- },
- "required": [
- "name"
- ],
- "recommended": [
- "identifier"
- ],
- "optional": [
- "affiliation",
- "alternateName",
- "email",
- "parentOrganization",
- "role",
- "title",
- "url"
- ],
- "type": "object"
- },
- "person": {
- "@type": "Person",
- "description": "Reusable person definition",
- "properties": {
- "affiliation": {
- "type": "object",
- "properties": {
- "name": {
- "description": "Name of the affiliation, such as a university",
- "type": "string"
- },
- "sameAs": {
- "description": "Alias for the affiliation",
- "type": "string"
- },
- "url": {
- "description": "URL of the affiliation",
- "type": "string",
- "format": "uri"
- }
- },
- "required": [
- "name"
- ],
- "optional": [
- "sameAs",
- "url"
- ]
- },
- "name": {
- "description": "Name of the person",
- "type": "string"
- },
- "email": {
- "description": "Email address of the person",
- "type": "string"
- },
- "familyName": {
- "description": "Family name (surname) of the person",
- "type": "string"
- },
- "givenName": {
- "description": "Given (first) name of the person",
- "type": "string"
- },
- "identifier": {
- "description": "Unique identifier of the person, like an ORCID ID",
- "type": "string"
- },
- "role": {
- "description": "Role the person played in creating the resource catalog",
- "type": "string"
- },
- "title": {
- "description": "Title of the person",
- "type": "string"
- },
- "url": {
- "description": "Link to the homepage or other web content describing the person",
- "type": "string",
- "format": "uri"
- }
- },
- "required": [
- "name"
- ],
- "recommended": [
- "familyName",
- "givenName ",
- "identifier "
- ],
- "optional": [
- "affiliation",
- "email",
- "role",
- "title",
- "url"
- ],
- "type": "object"
- },
- "propertyvalue": {
- "@type": "PropertyValue",
- "description": "A numeric value and unit for a property with potentially different units",
- "type": "object",
- "properties": {
- "value": {
- "description": "A numeric value for the property",
- "type": "integer"
- },
- "maxValue": {
- "description": "An estimated maximum numberic value if the actual value is not known. Ignore if actual numeric value is known.",
- "type": "integer"
- },
- "minValue": {
- "description": "An estimated minumum numeric value if the actual value is not known. Ignore if actual numeric value is known.",
- "type": "integer"
- },
- "unitText": {
- "description": "A unit associated with the value. E.g.- 'records' for the number of records in a database.",
- "type": "string"
- }
- },
- "required": [
- "unitText"
- ],
- "recommended": [
- "value"
- ],
- "optional": [
- "maxValue",
- "minValue"
- ]
- },
- "collectiontypes": {
- "description": "potential ontology-linked resource types",
- "@type": "DefinedTerm",
- "type": "string",
- "vocabulary": {
- "ontology": [
- "ncit"
- ],
- "children_of": [
- "http://purl.obolibrary.org/obo/NCIT_C16048"
- ]
- },
- "strict": false
- }
- }
- }
- },
- {
- "@id": "nde:citedBy",
- "@type": "rdf:Property",
- "rdfs:comment": "Publications that cite the dataset, resource/resource catalog or computational tool",
- "rdfs:label": "citedBy",
- "schema:domainIncludes": [
- {
- "@id": "nde:Dataset"
- },
- {
- "@id": "nde:ComputationalTool"
- },
- {
- "@id": "nde:ResourceCatalog"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:ScholarlyArticle"
- }
- ]
- },
- {
- "@id": "nde:date",
- "@type": "rdf:Property",
- "rdfs:comment": "Date the dataset, resource/resource catalog or computational tool has changed: most recent date of dateModified, datePublished, and dateCreated.",
- "rdfs:label": "date",
- "schema:domainIncludes": [
- {
- "@id": "nde:Dataset"
- },
- {
- "@id": "nde:ComputationalTool"
- },
- {
- "@id": "nde:ResourceCatalog"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Date"
- }
- ]
- },
- {
- "@id": "nde:doi",
- "@type": "rdf:Property",
- "rdfs:comment": "Digital object identifier (DOI) for the dataset, resource/resource catalog or computational tool",
- "rdfs:label": "doi",
- "schema:domainIncludes": [
- {
- "@id": "nde:Dataset"
- },
- {
- "@id": "nde:ComputationalTool"
- },
- {
- "@id": "nde:ResourceCatalog"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ]
- },
- {
- "@id": "nde:includedInDataCatalog",
- "@type": "rdf:Property",
- "rdfs:comment": "Repository or source which contains the dataset, resource/resource catalog or computational tool",
- "rdfs:label": "includedInDataCatalog",
- "schema:domainIncludes": [
- {
- "@id": "nde:Dataset"
- },
- {
- "@id": "nde:ComputationalTool"
- },
- {
- "@id": "nde:ResourceCatalog"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:DataCatalog"
- },
- {
- "@id": "nde:ResourceCatalog"
- }
- ]
- },
- {
- "@id": "nde:isBasisFor",
- "@type": "rdf:Property",
- "rdfs:comment": "Dataset, resource/resource catalog or computational tool which incorporate this dataset, resource/resource catalog or computational tool",
- "rdfs:label": "isBasisFor",
- "schema:domainIncludes": [
- {
- "@id": "nde:Dataset"
- },
- {
- "@id": "nde:ComputationalTool"
- },
- {
- "@id": "nde:ResourceCatalog"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "nde:Dataset"
- },
- {
- "@id": "nde:ComputationalTool"
- },
- {
- "@id": "nde:ResourceCatalog"
- },
- {
- "@id": "schema:CreativeWork"
- }
- ]
- },
- {
- "@id": "nde:isRelatedTo",
- "@type": "rdf:Property",
- "rdfs:comment": "Dataset, resource/resource catalog or computational tool which are related to the given dataset, resource/resource catalog or computational tool",
- "rdfs:label": "isRelatedTo",
- "schema:domainIncludes": [
- {
- "@id": "nde:Dataset"
- },
- {
- "@id": "nde:ComputationalTool"
- },
- {
- "@id": "nde:ResourceCatalog"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "nde:Dataset"
- },
- {
- "@id": "nde:ComputationalTool"
- },
- {
- "@id": "nde:ResourceCatalog"
- },
- {
- "@id": "schema:CreativeWork"
- }
- ]
- },
- {
- "@id": "nde:isSimilarTo",
- "@type": "rdf:Property",
- "rdfs:comment": "Dataset, resource/resource catalog or computational tool which are similar to the dataset, resource/resource catalog or computational tool, based on terms in the names, descriptions, authors, measurementTechniques, infectiousAgents, healthConditions, etc.",
- "rdfs:label": "isSimilarTo",
- "schema:domainIncludes": [
- {
- "@id": "nde:Dataset"
- },
- {
- "@id": "nde:ComputationalTool"
- },
- {
- "@id": "nde:ResourceCatalog"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "nde:Dataset"
- },
- {
- "@id": "nde:ComputationalTool"
- },
- {
- "@id": "nde:ResourceCatalog"
- }
- ]
- },
- {
- "@id": "nde:nctid",
- "@type": "rdf:Property",
- "rdfs:comment": "ClinicalTrials.gov identifier associated with the Dataset",
- "rdfs:label": "nctid",
- "schema:domainIncludes": {
- "@id": "nde:Dataset"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ]
- },
- {
- "@id": "nde:relationship",
- "@type": "rdf:Property",
- "rdfs:comment": "How an associated work is related to the dataset, resource/resource catalog",
- "rdfs:label": "relationship",
- "schema:domainIncludes": [
- {
- "@id": "nde:Dataset"
- },
- {
- "@id": "nde:ResourceCatalog"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ]
- },
- {
- "@id": "nde:topicCategory",
- "@type": "rdf:Property",
- "rdfs:comment": "Topic of the dataset, resource/resource catalog or computational tool. This topic may be assigned by a human curator or through automated algorithms.",
- "rdfs:label": "topicCategory",
- "schema:domainIncludes": [
- {
- "@id": "nde:Dataset"
- },
- {
- "@id": "nde:ComputationalTool"
- },
- {
- "@id": "nde:ResourceCatalog"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ]
- },
- {
- "@id": "nde:collectionType",
- "@type": "rdf:Property",
- "rdfs:comment": "The type of resource/resource catalog that best describes the work.",
- "rdfs:label": "collectionType",
- "schema:domainIncludes": [
- {
- "@id": "nde:ResourceCatalog"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- },
- {
- "@id": "schema:DefinedTerm"
- }
- ]
- },
- {
- "@id": "nde:collectionSize",
- "@type": "rdf:Property",
- "rdfs:comment": "The number of records, datasets, tools, items, pages, etc. in the resource/resource catalog",
- "rdfs:label": "collectionSize",
- "schema:domainIncludes": [
- {
- "@id": "nde:ResourceCatalog"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:PropertyValue"
- }
- ]
- },
- {
- "@id": "nde:infectiousAgent",
- "@type": "rdf:Property",
- "rdfs:comment": "Infectious agent(s) / pathogen(s) which are the focus of the dataset, resource/resource catalog or computational tool (e.g. SARS-CoV-2)",
- "rdfs:label": "infectiousAgent",
- "schema:domainIncludes": [
- {
- "@id": "nde:Dataset"
- },
- {
- "@id": "nde:ComputationalTool"
- },
- {
- "@id": "nde:ResourceCatalog"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- },
- {
- "@id": "schema:DefinedTerm"
- }
- ]
- },
- {
- "@id": "nde:healthCondition",
- "@type": "rdf:Property",
- "rdfs:comment": "The infectious disease(s) / health condition(s) which are the focus of the dataset, resource/resource catalog or computational tool (e.g. COVID-19, coronavirus)",
- "rdfs:label": "healthCondition",
- "schema:domainIncludes": [
- {
- "@id": "nde:Dataset"
- },
- {
- "@id": "nde:ComputationalTool"
- },
- {
- "@id": "nde:ResourceCatalog"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- },
- {
- "@id": "schema:DefinedTerm"
- }
- ]
- },
- {
- "@id": "nde:funding",
- "@type": "rdf:Property",
- "rdfs:comment": "Funding that supports (sponsors) the collection of a dataset, resource/resource catalog or computational tool through some kind of financial contribution",
- "rdfs:label": "funding",
- "schema:domainIncludes": [
- {
- "@id": "nde:Dataset"
- },
- {
- "@id": "nde:ComputationalTool"
- },
- {
- "@id": "nde:ResourceCatalog"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "niaid:MonetaryGrant"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:funding"
- }
- },
- {
- "@id": "nde:distribution",
- "@type": "rdf:Property",
- "rdfs:comment": "A downloadable form of the dataset, resource/resource catalog, at a specific location, in a specific format.",
- "rdfs:label": "distribution",
- "schema:domainIncludes": [
- {
- "@id": "nde:Dataset"
- },
- {
- "@id": "nde:ResourceCatalog"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "niaid:DataDownload"
- }
- ]
- },
- {
- "@id": "nde:species",
- "@type": "rdf:Property",
- "rdfs:comment": "Species(es) from which dataset has been collected, or is the focus of a resource/resource catalog, or for which the tool was designed or applied.",
- "rdfs:label": "species",
- "schema:domainIncludes": [
- {
- "@id": "nde:Dataset"
- },
- {
- "@id": "nde:ComputationalTool"
- },
- {
- "@id": "nde:ResourceCatalog"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- },
- {
- "@id": "schema:DefinedTerm"
- }
- ]
- },
- {
- "@id": "nde:measurementTechnique",
- "@type": "rdf:Property",
- "rdfs:comment": "A technique, method or technology used in an Observation, StatisticalVariable or Dataset (or DataDownload, DataCatalog), corresponding to the method used for measuring the corresponding variable(s) (for datasets, described using variableMeasured; for Observation, a StatisticalVariable). For example, if variableMeasured is: molecule concentration, measurementTechnique could be: \"mass spectrometry\" or \"nmr spectroscopy\" or \"colorimetry\" or \"immunofluorescence\". If the variableMeasured is \"depression rating\", the measurementTechnique could be \"Zung Scale\" or \"HAM-D\" or \"Beck Depression Inventory\".",
- "rdfs:label": "measurementTechnique",
- "schema:domainIncludes": [
- {
- "@id": "nde:Dataset"
- },
- {
- "@id": "nde:ComputationalTool"
- },
- {
- "@id": "nde:ResourceCatalog"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- },
- {
- "@id": "schema:DefinedTerm"
- }
- ]
- },
- {
- "@id": "nde:variableMeasured",
- "@type": "rdf:Property",
- "rdfs:comment": "The variableMeasured property can indicate (repeated as necessary) the variables that are measured in some dataset, either described as text or as pairs of identifier and description using PropertyValue, or more explicitly as a StatisticalVariable.",
- "rdfs:label": "variableMeasured",
- "schema:domainIncludes": [
- {
- "@id": "nde:Dataset"
- },
- {
- "@id": "nde:ComputationalTool"
- },
- {
- "@id": "nde:ResourceCatalog"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- },
- {
- "@id": "schema:DefinedTerm"
- }
- ]
- }
- ],
- "_meta": {
- "username": "flaneuse",
- "url": "https://raw.githubusercontent.com/NIAID-Data-Ecosystem/nde-schemas/main/NDE_schema.jsonld",
- "date_created": "2023-10-03T10:56:46.392572-07:00",
- "last_updated": "2023-10-27T00:00:45.369603-07:00"
- },
- "_status": {
- "refresh_ts": "2023-12-04T00:00:45.647808-08:00",
- "refresh_status": 200,
- "refresh_msg": "no need to update, already at latest version"
- }
- },
- {
- "_id": "cvisb-patient",
- "@context": {
- "dct": "http://purl.org/dc/terms/",
- "owl": "http://www.w3.org/2002/07/owl#",
- "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
- "rdfa": "http://www.w3.org/ns/rdfa#",
- "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
- "schema": "http://schema.org/",
- "xsd": "http://www.w3.org/2001/XMLSchema#",
- "cvisb": "https://data.cvisb.org/jsonschema/"
- },
- "version": 0.1,
- "@id": "https://data.cvisb.org/jsonschema/v0.1",
- "@graph": [
- {
- "@id": "cvisb:ELISA",
- "@type": "rdfs:Class",
- "rdfs:comment": "A schema describing an ELISA result for a Patient in the Center for Viral Systems Biology experiments",
- "rdfs:label": "ELISA",
- "rdfs:subClassOf": {
- "@id": "schema:Thing"
- },
- "schema:isPartOf": {
- "@id": "https://data.cvisb.org/schema"
- }
- },
- {
- "@id": "cvisb:virus",
- "@type": "rdf:Property",
- "rdfs:comment": "Virus tested in ELISA (Ebola, Lassa, or SARS-CoV-2)",
- "rdfs:label": "virus",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:ELISA"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "required",
- "schema:Enumeration": [
- "Ebola",
- "Lassa",
- "SARS-CoV-2"
- ],
- "authenticated": false
- },
- {
- "@id": "cvisb:assayType",
- "@type": "rdf:Property",
- "rdfs:comment": "Type of ELISA: IgG, IgM, or Ag",
- "rdfs:label": "assayType",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:ELISA"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "required",
- "schema:Enumeration": [
- "IgG",
- "IgM",
- "Ag"
- ],
- "authenticated": false
- },
- {
- "@id": "cvisb:elisaResult",
- "@type": "rdf:Property",
- "rdfs:comment": "Result of ELISA, either positive/negative/indeterminate",
- "rdfs:label": "elisaResult",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:ELISA"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "schema:Enumeration": [
- "positive",
- "negative",
- "indeterminate",
- null
- ],
- "authenticated": false
- },
- {
- "@id": "cvisb:elisaValue",
- "@type": "rdf:Property",
- "rdfs:comment": "Result of ELISA, as a quantitative calibrated value",
- "rdfs:label": "elisaValue",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:ELISA"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Number"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:sampleID",
- "@type": "rdf:Property",
- "rdfs:comment": "sampleID associated with the ELISA measurement",
- "rdfs:label": "sampleID",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:ELISA"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:timepoint",
- "@type": "rdf:Property",
- "rdfs:comment": "description of the time at which the ELISA was taken, e.g. at patient presentation, survivor enrollment etc.",
- "rdfs:label": "timepoint",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:ELISA"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:dataStatus",
- "@type": "rdf:Property",
- "rdfs:comment": "description of whether the data is considered preliminary (subject to review) or finalized. Note that \"final\" data can still be modified.",
- "rdfs:label": "dataStatus",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:ELISA"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false,
- "schema:Enumeration": [
- "preliminary",
- "final"
- ]
- },
- {
- "@id": "cvisb:publisher",
- "@type": "rdf:Property",
- "rdfs:comment": "Publisher of this dataset, usually the host organization",
- "rdfs:label": "publisher",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:ELISA"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "cvisb:Organization"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:publisher"
- },
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:citation",
- "@type": "rdf:Property",
- "rdfs:comment": "Journal article or other publication associated with the dataset (stored as an object, not a string)",
- "rdfs:label": "citation",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:ELISA"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "cvisb:ScholarlyArticle"
- },
- {
- "@id": "cvisb:Organization"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:citation"
- },
- "owl:cardinality": "many",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:correction",
- "@type": "rdf:Property",
- "rdfs:comment": "List of changes / corrections made to the data",
- "rdfs:label": "correction",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:ELISA"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:correction"
- },
- "owl:cardinality": "many",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:sourceFiles",
- "@type": "rdf:Property",
- "rdfs:comment": "Internal tracking of who / which file(s) supplied the ELISA data",
- "rdfs:label": "sourceFiles",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:ELISA"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "xsd:string"
- },
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": true
- },
- {
- "@id": "cvisb:Patient",
- "@type": "rdfs:Class",
- "rdfs:comment": "A schema describing a Patient/Person in the Center for Viral Systems Biology experiments",
- "rdfs:label": "Patient",
- "rdfs:subClassOf": {
- "@id": "health:Patient"
- },
- "schema:isPartOf": {
- "@id": "https://data.cvisb.org/schema"
- },
- "root_entity": true
- },
- {
- "@id": "cvisb:patientID",
- "@type": "rdf:Property",
- "rdfs:comment": "Unique, public study ID for patient",
- "rdfs:label": "patientID",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:identifier"
- },
- "owl:cardinality": "one",
- "marginality": "required",
- "authenticated": false
- },
- {
- "@id": "cvisb:species",
- "@type": "rdf:Property",
- "rdfs:comment": "Species of patient (Homo sapiens, Hylomyscus pamfi, Mastomys erythroleucus, Mastomys natalensis, rodent, etc)",
- "rdfs:label": "species",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "xsd:string"
- },
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "schema:Enumeration": [
- "Homo sapiens",
- "Hylomyscus pamfi",
- "Mastomys erythroleucus",
- "Mastomys natalensis",
- "rodent",
- null
- ],
- "authenticated": false
- },
- {
- "@id": "cvisb:alternateIdentifier",
- "@type": "rdf:Property",
- "rdfs:comment": "Alternative ID(s) used for patient (including G-number, S-number, or C-numbers, available to consortia members only)",
- "rdfs:label": "alternateIdentifier",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "many",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:gID",
- "@type": "rdf:Property",
- "rdfs:comment": "Internal G-number used to refer to the patients when they're in the acute treatment phase at KGH. For most samples, should be a single gID; however, some patients have two.",
- "rdfs:label": "gID",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "many",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:hasPatientData",
- "@type": "rdf:Property",
- "rdfs:comment": "Whether CViSB has data, metadata, and/or samples from the acute phase of infection of the patient.",
- "rdfs:label": "hasPatientData",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:sID",
- "@type": "rdf:Property",
- "rdfs:comment": "Internal survivor ID used to refer to the patients during follow-up visits. Can include either survivors (S-numbers) or contacts (C-numbers)",
- "rdfs:label": "sID",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:hasSurvivorData",
- "@type": "rdf:Property",
- "rdfs:comment": "Whether CViSB has data, metadata, and/or samples from follow-up visits after the patient has survived the acute infection phase.",
- "rdfs:label": "hasSurvivorData",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:contactGroupIdentifier",
- "@type": "rdf:Property",
- "rdfs:comment": "ID group for patient and associated contacts",
- "rdfs:label": "contactGroupIdentifier",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": true
- },
- {
- "@id": "cvisb:dateModified",
- "@type": "rdf:Property",
- "rdfs:comment": "Date on which the Patient metadata was most recently modified",
- "rdfs:label": "dateModified",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Date"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:dateModified"
- },
- "owl:cardinality": "one",
- "marginality": "required",
- "authenticated": false
- },
- {
- "@id": "cvisb:updatedBy",
- "@type": "rdf:Property",
- "rdfs:comment": "Person who updated the patient data",
- "rdfs:label": "updatedBy",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "xsd:string"
- },
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": true
- },
- {
- "@id": "cvisb:dataStatus",
- "@type": "rdf:Property",
- "rdfs:comment": "description of whether the data is considered preliminary (subject to review) or finalized. Note that \"final\" data can still be modified.",
- "rdfs:label": "dataStatus",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false,
- "schema:Enumeration": [
- "preliminary",
- "final"
- ]
- },
- {
- "@id": "cvisb:sourceFiles",
- "@type": "rdf:Property",
- "rdfs:comment": "Internal tracking of who / which file(s) supplied the patient metadata",
- "rdfs:label": "sourceFiles",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "xsd:string"
- },
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "many",
- "marginality": "recommended",
- "authenticated": true
- },
- {
- "@id": "cvisb:version",
- "@type": "rdf:Property",
- "rdfs:comment": "Version number of patient data",
- "rdfs:label": "version",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Number"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:version"
- },
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:cohort",
- "@type": "rdf:Property",
- "rdfs:comment": "Cohort for virus exposure: Ebola, Lassa, COVID-19, or control. Note that this is not a diagnosis, but rather what the patient was being evaluated for.",
- "rdfs:label": "cohort",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "required",
- "schema:Enumeration": [
- "Ebola",
- "Lassa",
- "COVID-19",
- "Control",
- "Unknown"
- ],
- "authenticated": false
- },
- {
- "@id": "cvisb:outcome",
- "@type": "rdf:Property",
- "rdfs:comment": "Outcome for patient: control, survivor, contact, dead, or unknown. Patients are considered survivors if they are alive at least 10 days after presentation of symptoms in the hospital, the time at which they are commonly discharged from the hospital.",
- "rdfs:label": "outcome",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "required",
- "schema:Enumeration": [
- "control",
- "survivor",
- "contact",
- "dead",
- "unknown"
- ],
- "authenticated": false
- },
- {
- "@id": "cvisb:country",
- "@type": "rdf:Property",
- "rdfs:comment": "Country where Patient was exposed to the virus",
- "rdfs:label": "country",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "cvisb:Country"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:geographicArea"
- },
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:location",
- "@type": "rdf:Property",
- "rdfs:comment": "The most specific geographic location of the patient. Could be a combination of country (Administrative Unit 0), district (Administrative Unit 2), chiefdom (Administrative Unit 3), Village/City name, and/or GPS coordinates. SHOULD ONLY INCLUDE LOCATIONS THAT CAN BE RELEASED TO THE PUBLIC.",
- "rdfs:label": "location",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "cvisb:AdministrativeArea"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:location"
- },
- "owl:cardinality": "many",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:locationPrivate",
- "@type": "rdf:Property",
- "rdfs:comment": "The most specific geographic location of the patient. Could be a combination of country (Administrative Unit 0), district (Administrative Unit 2), chiefdom (Administrative Unit 3), Village/City name, and/or GPS coordinates. Includes location information that should only be accessed by authorized users.",
- "rdfs:label": "locationPrivate",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "cvisb:AdministrativeArea"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:location"
- },
- "owl:cardinality": "many",
- "marginality": "recommended",
- "authenticated": true
- },
- {
- "@id": "cvisb:admittedLassaWard",
- "@type": "rdf:Property",
- "rdfs:comment": "Whether the patient was admitted to the Lassa isolation ward at KGH.",
- "rdfs:label": "admittedLassaWard",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:admitDate",
- "@type": "rdf:Property",
- "rdfs:comment": "Date of admission in the hospital. Note that not all patients who are evaluated are admitted for further care.",
- "rdfs:label": "admitDate",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Date"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:evalDate",
- "@type": "rdf:Property",
- "rdfs:comment": "Date of first evaluation in the hospital. Note that not all patients who are evaluated are admitted for further care.",
- "rdfs:label": "evalDate",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Date"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:presentationDate",
- "@type": "rdf:Property",
- "rdfs:comment": "Date of the first evaluation in the hospital; will be the minimum of the admitDate and evalDate",
- "rdfs:label": "presentationDate",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Date"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:presentationWeek",
- "@type": "rdf:Property",
- "rdfs:comment": "Week of presentation or first sample collection for the patient. Note that this date range could come from the date the patient was admitted to a health care facility, was evaluated, and/or a sample was collected and analyzed for them. This *may* be the week at which the patient was being treated in the acute phase of infection, or the date of first collection for a contact of an acutely ill patient, or it may be the date of a survivor follow-up visit where no data on their acute phase of illness is available.",
- "rdfs:label": "presentationWeek",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "cvisb:DateRange"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false,
- "minimum": 1,
- "maximum": 52
- },
- {
- "@id": "cvisb:infectionYear",
- "@type": "rdf:Property",
- "rdfs:comment": "Approximate year of infection or contact with the virus. Based on self-reporting, so take it with a grain of salt. If the onset of symptoms isn't reported, based on the date the patient presented in the hospital or was discharged.",
- "rdfs:label": "infectionYear",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Integer"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": false
- },
- {
- "@id": "cvisb:infectionDate",
- "@type": "rdf:Property",
- "rdfs:comment": "Approximate date / date range of infection or contact with the virus. Based on self-reporting, so take it with a grain of salt.",
- "rdfs:label": "infectionDate",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Date"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:survivorEnrollmentDate",
- "@type": "rdf:Property",
- "rdfs:comment": "Date of enrollment of the survivor or contact in the KGH survivor study",
- "rdfs:label": "survivorEnrollmentDate",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Date"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:survivorEvalDates",
- "@type": "rdf:Property",
- "rdfs:comment": "Dates of evaluation of the survivor or contact in the KGH survivor study",
- "rdfs:label": "survivorEvalDates",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Date"
- }
- ],
- "owl:cardinality": "many",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:dischargeDate",
- "@type": "rdf:Property",
- "rdfs:comment": "Date of discharge from the hospital",
- "rdfs:label": "dischargeDate",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Date"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:deathDate",
- "@type": "rdf:Property",
- "rdfs:comment": "Date of death",
- "rdfs:label": "deathDate",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Date"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:daysOnset",
- "@type": "rdf:Property",
- "rdfs:comment": "Number of days between onset of symptoms and hospital admission, as self-reported",
- "rdfs:label": "daysOnset",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Integer"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:daysInHospital",
- "@type": "rdf:Property",
- "rdfs:comment": "Number of days between first evaluation and discharge or death",
- "rdfs:label": "daysInHospital",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Integer"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:occupation",
- "@type": "rdf:Property",
- "rdfs:comment": "Occupation of patient",
- "rdfs:label": "occupation",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:gender",
- "@type": "rdf:Property",
- "rdfs:comment": "Gender",
- "rdfs:label": "gender",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:GenderType"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:gender"
- },
- "owl:cardinality": "one",
- "marginality": "recommended",
- "schema:Enumeration": [
- "Male",
- "Female",
- "Unknown"
- ],
- "authenticated": false
- },
- {
- "@id": "cvisb:relatedTo",
- "@type": "rdf:Property",
- "rdfs:comment": "A list of related household contacts's public patientIDs",
- "rdfs:label": "relatedTo",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "many",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:relatedToPrivate",
- "@type": "rdf:Property",
- "rdfs:comment": "A list of related household contacts's private patientIDs",
- "rdfs:label": "relatedToPrivate",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "many",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:exposureType",
- "@type": "rdf:Property",
- "rdfs:comment": "For contacts, the type or level of exposure they had to the infected person.",
- "rdfs:label": "exposureType",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:contactSurvivorRelationship",
- "@type": "rdf:Property",
- "rdfs:comment": "For contacts, how they are related to the infected person.",
- "rdfs:label": "contactSurvivorRelationship",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:ethnicity",
- "@type": "rdf:Property",
- "rdfs:comment": "Patient ethnicity",
- "rdfs:label": "ethnicity",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true,
- "schema:Enumeration": [
- "Mende",
- "Fullah",
- "Temne",
- "Krio",
- "White",
- "Black",
- "Asian",
- "Other"
- ]
- },
- {
- "@id": "cvisb:age",
- "@type": "rdf:Property",
- "rdfs:comment": "Age at time of first presentation",
- "rdfs:label": "age",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Float"
- },
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:height",
- "@type": "rdf:Property",
- "rdfs:comment": "Patient height, in meters",
- "rdfs:label": "height",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Float"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": true
- },
- {
- "@id": "cvisb:weight",
- "@type": "rdf:Property",
- "rdfs:comment": "Patient weight, in kilograms",
- "rdfs:label": "weight",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Float"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": true
- },
- {
- "@id": "cvisb:pregnant",
- "@type": "rdf:Property",
- "rdfs:comment": "Whether the patient was pregnant at the time of presentation",
- "rdfs:label": "pregnant",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": true
- },
- {
- "@id": "cvisb:lassaExposed",
- "@type": "rdf:Property",
- "rdfs:comment": "Whether the patient was exposed to another person who had Lassa",
- "rdfs:label": "lassaExposed",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": true
- },
- {
- "@id": "cvisb:lassaHHDeaths",
- "@type": "rdf:Property",
- "rdfs:comment": "Whether the patient had recent Lassa-related deaths in their household",
- "rdfs:label": "lassaHHDeaths",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": true
- },
- {
- "@id": "cvisb:publisher",
- "@type": "rdf:Property",
- "rdfs:comment": "Publisher of the Patient demographic data",
- "rdfs:label": "publisher",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "cvisb:Organization"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:publisher"
- },
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:citation",
- "@type": "rdf:Property",
- "rdfs:comment": "Journal article or other publication associated with the patient demographic data (stored as an object, not a string). If no citation exists (as in, the experiment hasn't been published yet), should be the publisher associated with the patient.",
- "rdfs:label": "citation",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "cvisb:ScholarlyArticle"
- },
- {
- "@id": "cvisb:Organization"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:citation"
- },
- "owl:cardinality": "many",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:correction",
- "@type": "rdf:Property",
- "rdfs:comment": "A list of the changes made to the Patient metadata. Optional, but useful to tag when and/or why specific fields were changed.",
- "rdfs:label": "correction",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:correction"
- },
- "owl:cardinality": "many",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:symptoms",
- "@type": "rdf:Property",
- "rdfs:comment": "List of symptoms the patient experienced during or after the course of illness.",
- "rdfs:label": "symptoms",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "owl:cardinality": "many",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:medications",
- "@type": "rdf:Property",
- "rdfs:comment": "List of medications administered (or not) to the patient during the course of their treatment.",
- "rdfs:label": "medications",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "cvisb:Medication"
- }
- ],
- "owl:cardinality": "many",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:elisa",
- "@type": "rdf:Property",
- "rdfs:comment": "List of ELISA results (IgG, IgM, Ag for Ebola/Lassa antigen) for the patient",
- "rdfs:label": "elisa",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Patient"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "cvisb:ELISA"
- }
- ],
- "owl:cardinality": "many",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:Country",
- "@type": "rdfs:Class",
- "rdfs:comment": "A schema describing a Country in the Center for Viral Systems Biology experiments",
- "rdfs:label": "Country",
- "rdfs:subClassOf": {
- "@id": "schema:Country"
- },
- "schema:isPartOf": {
- "@id": "https://data.cvisb.org/schema"
- },
- "schema:sameAs": {
- "@id": "schema:Country"
- }
- },
- {
- "@id": "cvisb:identifier",
- "@type": "rdf:Property",
- "rdfs:comment": "2 letter ISO code of the country, e.g. SL",
- "rdfs:label": "identifier",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Country"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "xsd:string"
- },
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:identifier"
- },
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false,
- "schema:Enumeration": [
- "SL",
- "NG",
- "LR",
- "GN",
- "ML",
- "TG",
- "CI",
- "US",
- "IT",
- "CD",
- "CH",
- "DE",
- "GB",
- "CG",
- "GA",
- "GH",
- "MX",
- "JO",
- "BJ"
- ]
- },
- {
- "@id": "cvisb:url",
- "@type": "rdf:Property",
- "rdfs:comment": "Link to the ISO country page",
- "rdfs:label": "url",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Country"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "xsd:string"
- },
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:url"
- },
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:name",
- "@type": "rdf:Property",
- "rdfs:comment": "Name of the country, e.g. Sierra Leone",
- "rdfs:label": "name",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Country"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "xsd:string"
- },
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:name"
- },
- "owl:cardinality": "one",
- "marginality": "required",
- "authenticated": false,
- "schema:Enumeration": [
- "Sierra Leone",
- "Nigeria",
- "Liberia",
- "Guinea",
- "Togo",
- "Mali",
- "Cote d'Ivoire",
- "United States",
- "Germany",
- "Ghana",
- "Gabon",
- "United Kingdom",
- "Italy",
- "Switzerland",
- "Democratic Republic of the Congo",
- "Republic of the Congo",
- "Mexico",
- "Jordan",
- "Benin"
- ]
- },
- {
- "@id": "cvisb:alternateName",
- "@type": "rdf:Property",
- "rdfs:comment": "Alternative name of the country, for instance in a different language",
- "rdfs:label": "alternateName",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Country"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "xsd:string"
- },
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:alternateName"
- },
- "owl:cardinality": "many",
- "marginality": "optional",
- "authenticated": false
- },
- {
- "@id": "cvisb:AdministrativeArea",
- "@type": "rdfs:Class",
- "rdfs:comment": "A schema describing a geographic AdministrativeArea in the Center for Viral Systems Biology. Used typically to specify province, district, village, etc. for regions of a Country. Note that for Administrative Unit 0 `Country` should be used instead",
- "rdfs:label": "AdministrativeArea",
- "rdfs:subClassOf": {
- "@id": "cvisb:Place"
- },
- "schema:isPartOf": {
- "@id": "https://data.cvisb.org/schema"
- },
- "schema:sameAs": {
- "@id": "schema:AdministrativeArea"
- }
- },
- {
- "@id": "cvisb:name",
- "@type": "rdf:Property",
- "rdfs:comment": "Name of the adminstrative area, e.g. Sierra Leone",
- "rdfs:label": "name",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:AdministrativeArea"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "xsd:string"
- },
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:name"
- },
- "owl:cardinality": "one",
- "marginality": "required",
- "authenticated": false
- },
- {
- "@id": "cvisb:locationType",
- "@type": "rdf:Property",
- "rdfs:comment": "Type of location for the patient: home, exposure location (presumably where he/she was infected), or unknown",
- "rdfs:label": "locationType",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:AdministrativeArea"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "xsd:string"
- },
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "required",
- "authenticated": false,
- "schema:Enumeration": [
- "home",
- "exposure",
- "unknown"
- ]
- },
- {
- "@id": "cvisb:alternateName",
- "@type": "rdf:Property",
- "rdfs:comment": "Alternative name of the admin area, for instance in a different language",
- "rdfs:label": "alternateName",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:AdministrativeArea"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "xsd:string"
- },
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:alternateName"
- },
- "owl:cardinality": "many",
- "marginality": "optional",
- "authenticated": false
- },
- {
- "@id": "cvisb:administrativeType",
- "@type": "rdf:Property",
- "rdfs:comment": "Type of administative area, e.g. province (Adm 1), district (Adm 2), chiefdom (Adm 3), village (Adm 4)",
- "rdfs:label": "administrativeType",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:AdministrativeArea"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "xsd:string"
- },
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "schema:Enumeration": [
- "province",
- "district",
- "chiefdom",
- "village",
- "city",
- "country",
- "prefecture",
- "sub-prefecture",
- "clan",
- "Federal Capital Territory",
- "state",
- "Local Government Area",
- "ward"
- ],
- "authenticated": false
- },
- {
- "@id": "cvisb:administrativeUnit",
- "@type": "rdf:Property",
- "rdfs:comment": "level of administative area, e.g. 1: province, 2: district, 3: chiefdom, 4: village for Sierra Leone",
- "rdfs:label": "administrativeUnit",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:AdministrativeArea"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Integer"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "schema:Enumeration": [
- 0,
- 1,
- 2,
- 3,
- 4
- ],
- "authenticated": false
- },
- {
- "@id": "cvisb:identifier",
- "@type": "rdf:Property",
- "rdfs:comment": "identifier / short name for administrative area. Note: where possible, align to governmental codes for the Administrative Area",
- "rdfs:label": "identifier",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:AdministrativeArea"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "xsd:string"
- },
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:identifier"
- },
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": false
- },
- {
- "@id": "cvisb:Symptom",
- "@type": "rdfs:Class",
- "rdfs:comment": "A schema describing an Symptom for a Patient in the Center for Viral Systems Biology experiments",
- "rdfs:label": "Symptom",
- "rdfs:subClassOf": {
- "@id": "schema:Thing"
- },
- "schema:isPartOf": {
- "@id": "https://data.cvisb.org/schema"
- }
- },
- {
- "@id": "cvisb:timepoint",
- "@type": "rdf:Property",
- "rdfs:comment": "Description of when the symptoms were observed (e.g. at survivor enrollment, initial presentation in hospital, etc.)",
- "rdfs:label": "timepoint",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": true
- },
- {
- "@id": "cvisb:daysSinceAdmit",
- "@type": "rdf:Property",
- "rdfs:comment": "Number of days between the admission date and when symptoms were observed. At initial clinical presentation, daysSinceAdmit = 0",
- "rdfs:label": "daysSinceAdmit",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Integer"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": true
- },
- {
- "@id": "cvisb:dateModified",
- "@type": "rdf:Property",
- "rdfs:comment": "Date of last update (YYYY-MM-DD)",
- "rdfs:label": "dateModified",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Date"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:dateModified"
- },
- "owl:cardinality": "one",
- "marginality": "required",
- "authenticated": false
- },
- {
- "@id": "cvisb:updatedBy",
- "@type": "rdf:Property",
- "rdfs:comment": "Person who updated the experiment data",
- "rdfs:label": "updatedBy",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "xsd:string"
- },
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": true
- },
- {
- "@id": "cvisb:version",
- "@type": "rdf:Property",
- "rdfs:comment": "Version number of experiment",
- "rdfs:label": "version",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Number"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:version"
- },
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:dataStatus",
- "@type": "rdf:Property",
- "rdfs:comment": "description of whether the data is considered preliminary (subject to review) or finalized. Note that \"final\" data can still be modified.",
- "rdfs:label": "dataStatus",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false,
- "schema:Enumeration": [
- "preliminary",
- "final"
- ]
- },
- {
- "@id": "cvisb:releaseDate",
- "@type": "rdf:Property",
- "rdfs:comment": "Date upon which the data should be made publicly available.",
- "rdfs:label": "releaseDate",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Date"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:joint_pain",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports joint pain",
- "rdfs:label": "joint_pain",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:muscle_pain",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports muscle pain",
- "rdfs:label": "muscle_pain",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:abdominal_pain",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports abdominal pain",
- "rdfs:label": "abdominal_pain",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:back_pain",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports back pain",
- "rdfs:label": "back_pain",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:side_pain",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports side pain",
- "rdfs:label": "side_pain",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:retrosternal_pain",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports retrosternal pain",
- "rdfs:label": "retrosternal_pain",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:eye_pain",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports eye pain",
- "rdfs:label": "eye_pain",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:other_pain",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports other pain",
- "rdfs:label": "other_pain",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "many",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:hearing_loss",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports hearing loss",
- "rdfs:label": "hearing_loss",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:ringing_in_ears",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports ringing in ears",
- "rdfs:label": "ringing_in_ears",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:dry_eyes",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports dry eyes",
- "rdfs:label": "dry_eyes",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:burning_eyes",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports burning in eyes",
- "rdfs:label": "burning_eyes",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:vision_loss",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports vision loss",
- "rdfs:label": "vision_loss",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:blurry_vision",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports blurry vision",
- "rdfs:label": "blurry_vision",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:light_sensitivity",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports light sensitivity",
- "rdfs:label": "light_sensitivity",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:eye_foreign_body_sensation",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports a sensation of a foreign body in his/her eye(s)",
- "rdfs:label": "eye_foreign_body_sensation",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:bleeding_gums",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports bleeding gums",
- "rdfs:label": "bleeding_gums",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:bleeding_nose",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports a bloody nose",
- "rdfs:label": "bleeding_nose",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:bleeding_stools",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports bloody stools",
- "rdfs:label": "bleeding_stools",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:bleeding_vomit",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports vomited blood",
- "rdfs:label": "bleeding_vomit",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:bleeding_injection",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient was bleeding at injection sites",
- "rdfs:label": "bleeding_injection",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:bleeding_hematoma",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports a hematoma",
- "rdfs:label": "bleeding_hematoma",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:bleeding_sputum",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports coughing up blood / blood in his/her sputum",
- "rdfs:label": "bleeding_sputum",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:bleeding_urine",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports blood in his/her urine",
- "rdfs:label": "bleeding_urine",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:bleeding_vaginal",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports vaginal bleeding",
- "rdfs:label": "bleeding_vaginal",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:bleeding_other",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports any other unusual bleeding",
- "rdfs:label": "bleeding_other",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "many",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:bleeding_none",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports no symptoms of bleeding",
- "rdfs:label": "bleeding_none",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:fever",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports a fever",
- "rdfs:label": "fever",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:conjunctivitis",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports conjunctivitis",
- "rdfs:label": "conjunctivitis",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:facial_swelling",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports facial or neck swelling",
- "rdfs:label": "facial_swelling",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:joint_swelling",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports joint swelling",
- "rdfs:label": "joint_swelling",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:lymphadenopathy",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports lymphadenopathy",
- "rdfs:label": "lymphadenopathy",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:shortness_breath",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient is observed to have shortness of breath",
- "rdfs:label": "shortness_breath",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:rales",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient is observed to have rales",
- "rdfs:label": "rales",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:crepitations",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient is observed to have crepitations",
- "rdfs:label": "crepitations",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:abdominal_tenderness",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient is observed to have abdominal tenderness",
- "rdfs:label": "abdominal_tenderness",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:hepatomegaly",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient is observed to have hepatomegaly",
- "rdfs:label": "hepatomegaly",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:splenomegaly",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient is observed to have splenomegaly",
- "rdfs:label": "splenomegaly",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:ruqTenderness",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient is observed to have right upper quadrant (RUQ) tenderness",
- "rdfs:label": "ruqTenderness",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:disorientation",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient is reports having disorientation",
- "rdfs:label": "disorientation",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:tremors",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient is reports having tremors",
- "rdfs:label": "tremors",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:seizures",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient is reports having seizures",
- "rdfs:label": "seizures",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:hiccups",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient is reports having hiccups",
- "rdfs:label": "hiccups",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:edema",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports edema",
- "rdfs:label": "edema",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:inflammation",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports inflammation",
- "rdfs:label": "inflammation",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:rash",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports a rash",
- "rdfs:label": "rash",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:headache",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports headaches",
- "rdfs:label": "headache",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:sore_throat",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports a sore throat",
- "rdfs:label": "sore_throat",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:vomit",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports vomiting",
- "rdfs:label": "vomit",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:decreased_urination",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports decreased urination",
- "rdfs:label": "decreased_urination",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:cough",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports coughing",
- "rdfs:label": "cough",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:diarrhea",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports diarrhea",
- "rdfs:label": "diarrhea",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:malaise",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports malaise",
- "rdfs:label": "malaise",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:appetite_loss",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports loss of appetite",
- "rdfs:label": "appetite_loss",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:weakness",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports weakness",
- "rdfs:label": "weakness",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:dizziness",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports dizziness",
- "rdfs:label": "dizziness",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:convulsions",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports convulsions",
- "rdfs:label": "convulsions",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:confusion",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports confusion",
- "rdfs:label": "confusion",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:jaundice",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports jaundice",
- "rdfs:label": "jaundice",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:dyspnea",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports dyspnea",
- "rdfs:label": "dyspnea",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:no_symptoms",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports no symptoms",
- "rdfs:label": "no_symptoms",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:other_symptoms",
- "@type": "rdf:Property",
- "rdfs:comment": "If the patient reports other symptoms",
- "rdfs:label": "other_symptoms",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "many",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:rheumatologicalSequelae",
- "@type": "rdf:Property",
- "rdfs:comment": "Sequelae Cluster of Symptoms - Rheumatological",
- "rdfs:label": "rheumatologicalSequelae",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:rheumatologicalGISequelae",
- "@type": "rdf:Property",
- "rdfs:comment": "Sequelae Cluster of Symptoms - Other Rheumatological and Gastrointestinal",
- "rdfs:label": "rheumatologicalGISequelae",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:pyschNeuroSequelae",
- "@type": "rdf:Property",
- "rdfs:comment": "Sequelae Cluster of Symptoms - Psychiatric and Neurological",
- "rdfs:label": "pyschNeuroSequelae",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:cardiacGISequelae",
- "@type": "rdf:Property",
- "rdfs:comment": "Sequelae Cluster of Symptoms - Cardiac and Other Gastrointestinal",
- "rdfs:label": "cardiacGISequelae",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:opthoAudioSequelae",
- "@type": "rdf:Property",
- "rdfs:comment": "Sequelae Cluster of Symptoms - Ophthamological and Auditory",
- "rdfs:label": "opthoAudioSequelae",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:constitutionalSequelae",
- "@type": "rdf:Property",
- "rdfs:comment": "Sequelae Cluster of Symptoms - Constitutional",
- "rdfs:label": "constitutionalSequelae",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": true
- },
- {
- "@id": "cvisb:acuteRespiratoryDistressSyndrome",
- "@type": "rdf:Property",
- "rdfs:comment": "Acute respiratory distress syndrome",
- "rdfs:label": "acuteRespiratoryDistressSyndrome",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Symptom"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": false
- },
- {
- "@id": "cvisb:PostalAddress",
- "@type": "rdfs:Class",
- "rdfs:comment": "A schema describing an PostalAddress for the Center for Viral Systems Biology",
- "rdfs:label": "PostalAddress",
- "rdfs:subClassOf": {
- "@id": "schema:PostalAddress"
- },
- "schema:isPartOf": {
- "@id": "https://data.cvisb.org/schema"
- },
- "schema:sameAs": {
- "@id": "schema:PostalAddress"
- }
- },
- {
- "@id": "cvisb:streetAddress",
- "@type": "rdf:Property",
- "rdfs:comment": "The street address. For example, 1600 Amphitheatre Pkwy",
- "rdfs:label": "streetAddress",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:PostalAddress"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "xsd:string"
- },
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:streetAddress"
- },
- "owl:cardinality": "one",
- "marginality": "required",
- "authenticated": false
- },
- {
- "@id": "cvisb:addressLocality",
- "@type": "rdf:Property",
- "rdfs:comment": "The locality (e.g. city). For example, Mountain View.",
- "rdfs:label": "addressLocality",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:PostalAddress"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "xsd:string"
- },
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:addressLocality"
- },
- "owl:cardinality": "one",
- "marginality": "required",
- "authenticated": false
- },
- {
- "@id": "cvisb:addressRegion",
- "@type": "rdf:Property",
- "rdfs:comment": "The region (e.g. state/Adm 2). For example, CA.",
- "rdfs:label": "addressRegion",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:PostalAddress"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "xsd:string"
- },
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:addressRegion"
- },
- "owl:cardinality": "one",
- "marginality": "required",
- "authenticated": false
- },
- {
- "@id": "cvisb:postalCode",
- "@type": "rdf:Property",
- "rdfs:comment": "The postal code. For example, 94043.",
- "rdfs:label": "postalCode",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:PostalAddress"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "xsd:string"
- },
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:postalCode"
- },
- "owl:cardinality": "one",
- "marginality": "required",
- "authenticated": false
- },
- {
- "@id": "cvisb:addressCountry",
- "@type": "rdf:Property",
- "rdfs:comment": "The country object (containing name, ISO code/identifier, link to ISO page)",
- "rdfs:label": "addressCountry",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:PostalAddress"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "cvisb:Country"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:addressCountry"
- },
- "owl:cardinality": "one",
- "marginality": "required",
- "authenticated": false
- },
- {
- "@id": "cvisb:Organization",
- "@type": "rdfs:Class",
- "rdfs:comment": "A schema describing an Organization for the Center for Viral Systems Biology",
- "rdfs:label": "Organization",
- "rdfs:subClassOf": {
- "@id": "schema:Organization"
- },
- "schema:isPartOf": {
- "@id": "https://data.cvisb.org/schema"
- },
- "schema:sameAs": {
- "@id": "schema:Organization"
- }
- },
- {
- "@id": "cvisb:name",
- "@type": "rdf:Property",
- "rdfs:comment": "Descriptive name of the Organization",
- "rdfs:label": "name",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Organization"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "xsd:string"
- },
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:name"
- },
- "owl:cardinality": "one",
- "marginality": "required",
- "authenticated": false
- },
- {
- "@id": "cvisb:identifier",
- "@type": "rdf:Property",
- "rdfs:comment": "Unique identifier of the Organization",
- "rdfs:label": "identifier",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Organization"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "xsd:string"
- },
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:identifier"
- },
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:alternateName",
- "@type": "rdf:Property",
- "rdfs:comment": "Alternate name of the Organization",
- "rdfs:label": "alternateName",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Organization"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "xsd:string"
- },
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:alternateName"
- },
- "owl:cardinality": "many",
- "marginality": "optional",
- "authenticated": false
- },
- {
- "@id": "cvisb:description",
- "@type": "rdf:Property",
- "rdfs:comment": "Description of the Organization",
- "rdfs:label": "description",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Organization"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "xsd:string"
- },
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:description"
- },
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:url",
- "@type": "rdf:Property",
- "rdfs:comment": "URL of the Organization",
- "rdfs:label": "url",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Organization"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "xsd:string"
- },
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:url"
- },
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:email",
- "@type": "rdf:Property",
- "rdfs:comment": "email of the Organization; could also be specified in contactPoint",
- "rdfs:label": "email",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Organization"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "xsd:string"
- },
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:email"
- },
- "owl:cardinality": "one",
- "marginality": "optional"
- },
- {
- "@id": "cvisb:parentOrganization",
- "@type": "rdf:Property",
- "rdfs:comment": "The larger organization that this organization is a subOrganization of, if any",
- "rdfs:label": "parentOrganization",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Organization"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:parentOrganization"
- },
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": false
- },
- {
- "@id": "cvisb:logo",
- "@type": "rdf:Property",
- "rdfs:comment": "logo for the organization",
- "rdfs:label": "logo",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Organization"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:URL"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:logo"
- },
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": false
- },
- {
- "@id": "cvisb:contactPoint",
- "@type": "rdf:Property",
- "rdfs:comment": "Contact point for the Organization",
- "rdfs:label": "contactPoint",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Organization"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "cvisb:ContactPoint"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:contactPoint"
- },
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:address",
- "@type": "rdf:Property",
- "rdfs:comment": "Postal address for the Organization",
- "rdfs:label": "address",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Organization"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "cvisb:PostalAddress"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:address"
- },
- "owl:cardinality": "one",
- "marginality": "optional",
- "authenticated": false
- },
- {
- "@id": "cvisb:DateRange",
- "@type": "rdfs:Class",
- "rdfs:comment": "A derivation of the schema.org Date class, for explicit bounded or unbounded date ranges. Used in json validation.",
- "rdfs:label": "DateRange",
- "rdfs:subClassOf": {
- "@id": "schema:Date"
- },
- "schema:isPartOf": {
- "@id": "https://data.cvisb.org/schema"
- },
- "schema:sameAs": {
- "@id": "schema:Date"
- }
- },
- {
- "@id": "cvisb:lte",
- "@type": "rdf:Property",
- "rdfs:comment": "Inclusive upper bound of a date range",
- "rdfs:label": "lte",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:DateRange"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "xsd:string"
- },
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:lt",
- "@type": "rdf:Property",
- "rdfs:comment": "Exclusive upper bound of a date range",
- "rdfs:label": "lt",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:DateRange"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "xsd:string"
- },
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:gte",
- "@type": "rdf:Property",
- "rdfs:comment": "Inclusive lower bound of a date range",
- "rdfs:label": "gte",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:DateRange"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "xsd:string"
- },
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:gt",
- "@type": "rdf:Property",
- "rdfs:comment": "Exclusive lower bound of a date range",
- "rdfs:label": "gt",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:DateRange"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "xsd:string"
- },
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:Person",
- "@type": "rdfs:Class",
- "rdfs:comment": "A schema describing a Person in the Center for Viral Systems Biology, mostly for the purposes of authorship of papers",
- "rdfs:label": "Person",
- "rdfs:subClassOf": {
- "@id": "schema:Person"
- },
- "schema:isPartOf": {
- "@id": "https://data.cvisb.org/schema"
- },
- "schema:sameAs": {
- "@id": "schema:Person"
- }
- },
- {
- "@id": "cvisb:givenName",
- "@type": "rdf:Property",
- "rdfs:comment": "Given name. In the U.S., the first name of a Person. This can be used along with familyName instead of the name property.",
- "rdfs:label": "givenName",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Person"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:Person"
- },
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:additionalName",
- "@type": "rdf:Property",
- "rdfs:comment": "An additional name for a Person, can be used for a middle name",
- "rdfs:label": "additionalName",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Person"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:Person"
- },
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:familyName",
- "@type": "rdf:Property",
- "rdfs:comment": "Family name. In the U.S., the last name of an Person. This can be used along with givenName instead of the name property.",
- "rdfs:label": "familyName",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Person"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:Person"
- },
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:name",
- "@type": "rdf:Property",
- "rdfs:comment": "Full name of the person-- concatenation of givenName, additionalName, familyName. givenName, additionalName, and familyName are the preferred way of specifying the name.",
- "rdfs:label": "name",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Person"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:Person"
- },
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:ContactPoint",
- "@type": "rdfs:Class",
- "rdfs:comment": "A schema describing a ContactPoint for the Center for Viral Systems Biology",
- "rdfs:label": "ContactPoint",
- "rdfs:subClassOf": {
- "@id": "schema:ContactPoint"
- },
- "schema:isPartOf": {
- "@id": "https://data.cvisb.org/schema"
- },
- "schema:sameAs": {
- "@id": "schema:ContactPoint"
- }
- },
- {
- "@id": "cvisb:contactType",
- "@type": "rdf:Property",
- "rdfs:comment": "contact type of the contactPoint",
- "rdfs:label": "contactType",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:ContactPoint"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "xsd:string"
- },
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:contactType"
- },
- "owl:cardinality": "one",
- "marginality": "required",
- "authenticated": false,
- "schema:Enumeration": [
- "technical support",
- "customer support"
- ]
- },
- {
- "@id": "cvisb:url",
- "@type": "rdf:Property",
- "rdfs:comment": "url of the contactPoint",
- "rdfs:label": "url",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:ContactPoint"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "xsd:string"
- },
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:url"
- },
- "owl:cardinality": "one",
- "marginality": "required",
- "authenticated": false
- },
- {
- "@id": "cvisb:email",
- "@type": "rdf:Property",
- "rdfs:comment": "email of the contactPoint",
- "rdfs:label": "email",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:ContactPoint"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "xsd:string"
- },
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:email"
- },
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:ScholarlyArticle",
- "@type": "rdfs:Class",
- "rdfs:comment": "A schema describing a ScholarlyArticle (a.k.a. a paper) in the Center for Viral Systems Biology",
- "rdfs:label": "ScholarlyArticle",
- "rdfs:subClassOf": {
- "@id": "schema:ScholarlyArticle"
- },
- "schema:isPartOf": {
- "@id": "https://data.cvisb.org/schema"
- },
- "schema:sameAs": {
- "@id": "schema:ScholarlyArticle"
- }
- },
- {
- "@id": "cvisb:identifier",
- "@type": "rdf:Property",
- "rdfs:comment": "Identifier or DOI for publication",
- "rdfs:label": "identifier",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:ScholarlyArticle"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:identifier"
- },
- "owl:cardinality": "one",
- "marginality": "required",
- "authenticated": false
- },
- {
- "@id": "cvisb:issn",
- "@type": "rdf:Property",
- "rdfs:comment": "ISSN for publication",
- "rdfs:label": "issn",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:ScholarlyArticle"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:identifier"
- },
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:doi",
- "@type": "rdf:Property",
- "rdfs:comment": "DOI for publication",
- "rdfs:label": "doi",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:ScholarlyArticle"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:identifier"
- },
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:pmid",
- "@type": "rdf:Property",
- "rdfs:comment": "Pubmed ID for publication",
- "rdfs:label": "pmid",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:ScholarlyArticle"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:identifier"
- },
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:url",
- "@type": "rdf:Property",
- "rdfs:comment": "url for publication",
- "rdfs:label": "url",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:ScholarlyArticle"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:URL"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:url"
- },
- "owl:cardinality": "one",
- "marginality": "required",
- "authenticated": false
- },
- {
- "@id": "cvisb:author",
- "@type": "rdf:Property",
- "rdfs:comment": "Author list of publication",
- "rdfs:label": "author",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:ScholarlyArticle"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "cvisb:Person"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:author"
- },
- "owl:cardinality": "many",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:name",
- "@type": "rdf:Property",
- "rdfs:comment": "Name of article",
- "rdfs:label": "name",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:ScholarlyArticle"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:name"
- },
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:datePublished",
- "@type": "rdf:Property",
- "rdfs:comment": "Date when the ScholarlyArticle was published",
- "rdfs:label": "datePublished",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:ScholarlyArticle"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Date"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:datePublished"
- },
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:pagination",
- "@type": "rdf:Property",
- "rdfs:comment": "Any description of pages that is not separated into pageStart and pageEnd; for example, \"1-6, 9, 55\" or \"10-12, 46-49\".",
- "rdfs:label": "pagination",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:ScholarlyArticle"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:pageStart"
- },
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:pageStart",
- "@type": "rdf:Property",
- "rdfs:comment": "The page on which the work ends; for example \"135\" or \"xiii\".",
- "rdfs:label": "pageStart",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:ScholarlyArticle"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:pageStart"
- },
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:pageEnd",
- "@type": "rdf:Property",
- "rdfs:comment": "The page on which the work ends; for example \"138\" or \"xvi\".",
- "rdfs:label": "pageEnd",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:ScholarlyArticle"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:pageEnd"
- },
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:journalName",
- "@type": "rdf:Property",
- "rdfs:comment": "Name of journal/publication of the article",
- "rdfs:label": "journalName",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:ScholarlyArticle"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:journalNameAbbrev",
- "@type": "rdf:Property",
- "rdfs:comment": "Abbreviated name of journal/publication of the article",
- "rdfs:label": "journalNameAbbrev",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:ScholarlyArticle"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:issueNumber",
- "@type": "rdf:Property",
- "rdfs:comment": "Identifies the issue of publication; for example, \"iii\" or \"2\".",
- "rdfs:label": "issueNumber",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:ScholarlyArticle"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:issueNumber"
- },
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:volumeNumber",
- "@type": "rdf:Property",
- "rdfs:comment": "Identifies the volume of publication or multi-part work; for example, \"iii\" or \"2\".",
- "rdfs:label": "volumeNumber",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:ScholarlyArticle"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "schema:sameAs": {
- "@id": "schema:volumeNumber"
- },
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:Medication",
- "@type": "rdfs:Class",
- "rdfs:comment": "A schema describing an Medication for a Patient in the Center for Viral Systems Biology experiments",
- "rdfs:label": "Medication",
- "rdfs:subClassOf": {
- "@id": "cvisb:Data"
- },
- "schema:isPartOf": {
- "@id": "https://data.cvisb.org/schema"
- }
- },
- {
- "@id": "cvisb:name",
- "@type": "rdf:Property",
- "rdfs:comment": "Drug name",
- "rdfs:label": "name",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Medication"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "required",
- "authenticated": false
- },
- {
- "@id": "cvisb:isDrugAdministered",
- "@type": "rdf:Property",
- "rdfs:comment": "Whether the drug is administered (true/false)",
- "rdfs:label": "isDrugAdministered",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Medication"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "required",
- "authenticated": false
- },
- {
- "@id": "cvisb:dateAdministered",
- "@type": "rdf:Property",
- "rdfs:comment": "Date of drug administration",
- "rdfs:label": "dateAdministered",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Medication"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Date"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": true
- },
- {
- "@id": "cvisb:timeAdministered",
- "@type": "rdf:Property",
- "rdfs:comment": "Time of drug administration",
- "rdfs:label": "timeAdministered",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Medication"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Time"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": true
- },
- {
- "@id": "cvisb:doseNumeric",
- "@type": "rdf:Property",
- "rdfs:comment": "Dose of the drug (numeric portion), used in combination with doseUnits",
- "rdfs:label": "doseNumeric",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Medication"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Float"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:doseUnits",
- "@type": "rdf:Property",
- "rdfs:comment": "Dose units of the drug, used in combination with doseNumeric",
- "rdfs:label": "doseUnits",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Medication"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:doseFrequency",
- "@type": "rdf:Property",
- "rdfs:comment": "Frequency of the drug administered",
- "rdfs:label": "doseFrequency",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Medication"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:doseDuration",
- "@type": "rdf:Property",
- "rdfs:comment": "Dosing duration of the drug",
- "rdfs:label": "doseDuration",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Medication"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- },
- {
- "@id": "cvisb:drugRoute",
- "@type": "rdf:Property",
- "rdfs:comment": "Route of the drug, such as IV, PO, etc.",
- "rdfs:label": "drugRoute",
- "schema:domainIncludes": [
- {
- "@id": "cvisb:Medication"
- }
- ],
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ],
- "owl:cardinality": "one",
- "marginality": "recommended",
- "authenticated": false
- }
- ],
- "_meta": {
- "url": "https://raw.githubusercontent.com/cvisb/cvisb_data/master/sample-viewer-api/src/static/schemas/cvisb_schemaorg_patient.jsonld",
- "username": "flaneuse",
- "timestamp": "2023-05-25T00:00:31.488406",
- "last_updated": "2023-10-03T10:56:46.480288-07:00"
- },
- "_status": {
- "refresh_ts": "2023-12-04T00:00:45.800515-08:00",
- "refresh_status": 200,
- "refresh_msg": "no need to update, already at latest version"
- }
- },
- {
- "_id": "bts",
- "@context": {
- "bts": "http://schema.biothings.io/",
- "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
- "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
- "schema": "http://schema.org/",
- "xsd": "http://www.w3.org/2001/XMLSchema#"
- },
- "@graph": [
- {
- "@id": "bts:BiologicalEntity",
- "@type": "rdfs:Class",
- "rdfs:comment": null,
- "rdfs:label": "BiologicalEntity",
- "rdfs:subClassOf": {
- "@id": "schema:Thing"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:OntologyClass",
- "@type": "rdfs:Class",
- "rdfs:comment": "a concept or class in an ontology, vocabulary or thesaurus",
- "rdfs:label": "OntologyClass",
- "rdfs:subClassOf": {
- "@id": "schema:Thing"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:RelationshipType",
- "@type": "rdfs:Class",
- "rdfs:comment": "An OWL property used as an edge label",
- "rdfs:label": "RelationshipType",
- "rdfs:subClassOf": {
- "@id": "bts:OntologyClass"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:GeneOntologyClass",
- "@type": "rdfs:Class",
- "rdfs:comment": "an ontology class that describes a functional aspect of a gene, gene prodoct or complex",
- "rdfs:label": "GeneOntologyClass",
- "rdfs:subClassOf": {
- "@id": "bts:OntologyClass"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:OrganismTaxon",
- "@type": "rdfs:Class",
- "rdfs:comment": null,
- "rdfs:label": "OrganismTaxon",
- "rdfs:subClassOf": {
- "@id": "bts:OntologyClass"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:OrganismalEntity",
- "@type": "rdfs:Class",
- "rdfs:comment": "A named entity that is either a part of an organism, a whole organism, population or clade of organisms, excluding molecular entities",
- "rdfs:label": "OrganismalEntity",
- "rdfs:subClassOf": {
- "@id": "bts:BiologicalEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:IndividualOrganism",
- "@type": "rdfs:Class",
- "rdfs:comment": null,
- "rdfs:label": "IndividualOrganism",
- "rdfs:subClassOf": {
- "@id": "bts:OrganismalEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:Case",
- "@type": "rdfs:Class",
- "rdfs:comment": "An individual organism that has a patient role in some clinical context.",
- "rdfs:label": "Case",
- "rdfs:subClassOf": {
- "@id": "bts:IndividualOrganism"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:PopulationOfIndividualOrganisms",
- "@type": "rdfs:Class",
- "rdfs:comment": null,
- "rdfs:label": "PopulationOfIndividualOrganisms",
- "rdfs:subClassOf": {
- "@id": "bts:OrganismalEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:Biosample",
- "@type": "rdfs:Class",
- "rdfs:comment": null,
- "rdfs:label": "Biosample",
- "rdfs:subClassOf": {
- "@id": "bts:OrganismalEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:DiseaseOrPhenotypicFeature",
- "@type": "rdfs:Class",
- "rdfs:comment": "Either one of a disease or an individual phenotypic feature. Some knowledge resources such as Monarch treat these as distinct, others such as MESH conflate.",
- "rdfs:label": "DiseaseOrPhenotypicFeature",
- "rdfs:subClassOf": {
- "@id": "bts:BiologicalEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:Disease",
- "@type": "rdfs:Class",
- "rdfs:comment": null,
- "rdfs:label": "Disease",
- "rdfs:subClassOf": {
- "@id": "bts:DiseaseOrPhenotypicFeature"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:PhenotypicFeature",
- "@type": "rdfs:Class",
- "rdfs:comment": null,
- "rdfs:label": "PhenotypicFeature",
- "rdfs:subClassOf": {
- "@id": "bts:DiseaseOrPhenotypicFeature"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:Environment",
- "@type": "rdfs:Class",
- "rdfs:comment": "A feature of the environment of an organism that influences one or more phenotypic features of that organism, potentially mediated by genes",
- "rdfs:label": "Environment",
- "rdfs:subClassOf": {
- "@id": "bts:BiologicalEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:InformationContentEntity",
- "@type": "rdfs:Class",
- "rdfs:comment": "a piece of information that typically describes some piece of biology or is used as support.",
- "rdfs:label": "InformationContentEntity",
- "rdfs:subClassOf": {
- "@id": "schema:Thing"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:ConfidenceLevel",
- "@type": "rdfs:Class",
- "rdfs:comment": "Level of confidence in a statement",
- "rdfs:label": "ConfidenceLevel",
- "rdfs:subClassOf": {
- "@id": "bts:InformationContentEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:EvidenceType",
- "@type": "rdfs:Class",
- "rdfs:comment": "Class of evidence that supports an association",
- "rdfs:label": "EvidenceType",
- "rdfs:subClassOf": {
- "@id": "bts:InformationContentEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:Publication",
- "@type": "rdfs:Class",
- "rdfs:comment": "Any published piece of information. Can refer to a whole publication, or to a part of it (e.g. a figure, figure legend, or section highlighted by NLP). The scope is intended to be general and include information published on the web as well as journals.",
- "rdfs:label": "Publication",
- "rdfs:subClassOf": {
- "@id": "bts:InformationContentEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:MolecularEntity",
- "@type": "rdfs:Class",
- "rdfs:comment": "A gene, gene product, small molecule or macromolecule (including protein complex)",
- "rdfs:label": "MolecularEntity",
- "rdfs:subClassOf": {
- "@id": "bts:BiologicalEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:ChemicalSubstance",
- "@type": "rdfs:Class",
- "rdfs:comment": "May be a chemical entity or a formulation with a chemical entity as active ingredient, or a complex material with multiple chemical entities as part",
- "rdfs:label": "ChemicalSubstance",
- "rdfs:subClassOf": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:Drug",
- "@type": "rdfs:Class",
- "rdfs:comment": "A substance intended for use in the diagnosis, cure, mitigation, treatment, or prevention of disease",
- "rdfs:label": "Drug",
- "rdfs:subClassOf": {
- "@id": "bts:ChemicalSubstance"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:Metabolite",
- "@type": "rdfs:Class",
- "rdfs:comment": "Any intermediate or product resulting from metabolism. Includes primary and secondary metabolites.",
- "rdfs:label": "Metabolite",
- "rdfs:subClassOf": {
- "@id": "bts:ChemicalSubstance"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:AnatomicalEntity",
- "@type": "rdfs:Class",
- "rdfs:comment": "A subcellular location, cell type or gross anatomical part",
- "rdfs:label": "AnatomicalEntity",
- "rdfs:subClassOf": {
- "@id": "bts:OrganismalEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:LifeStage",
- "@type": "rdfs:Class",
- "rdfs:comment": "A stage of development or growth of an organism, including post-natal adult stages",
- "rdfs:label": "LifeStage",
- "rdfs:subClassOf": {
- "@id": "bts:OrganismalEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:PlanetaryEntity",
- "@type": "rdfs:Class",
- "rdfs:comment": "Any entity or process that exists at the level of the whole planet",
- "rdfs:label": "PlanetaryEntity",
- "rdfs:subClassOf": {
- "@id": "schema:Thing"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:EnvironmentalProcess",
- "@type": "rdfs:Class",
- "rdfs:comment": null,
- "rdfs:label": "EnvironmentalProcess",
- "rdfs:subClassOf": {
- "@id": "bts:PlanetaryEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:EnvironmentalFeature",
- "@type": "rdfs:Class",
- "rdfs:comment": null,
- "rdfs:label": "EnvironmentalFeature",
- "rdfs:subClassOf": {
- "@id": "bts:PlanetaryEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:ClinicalEntity",
- "@type": "rdfs:Class",
- "rdfs:comment": "Any entity or process that exists in the clinical domain and outside the biological realm. Diseases are placed under biological entities",
- "rdfs:label": "ClinicalEntity",
- "rdfs:subClassOf": {
- "@id": "schema:Thing"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:ClinicalTrial",
- "@type": "rdfs:Class",
- "rdfs:comment": null,
- "rdfs:label": "ClinicalTrial",
- "rdfs:subClassOf": {
- "@id": "bts:ClinicalEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:ClinicalIntervention",
- "@type": "rdfs:Class",
- "rdfs:comment": null,
- "rdfs:label": "ClinicalIntervention",
- "rdfs:subClassOf": {
- "@id": "bts:ClinicalEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:Device",
- "@type": "rdfs:Class",
- "rdfs:comment": "A thing made or adapted for a particular purpose, especially a piece of mechanical or electronic equipment",
- "rdfs:label": "Device",
- "rdfs:subClassOf": {
- "@id": "schema:Thing"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:GenomicEntity",
- "@type": "rdfs:Class",
- "rdfs:comment": "an entity that can either be directly located on a genome (gene, transcript, exon, regulatory region) or is encoded in a genome (protein)",
- "rdfs:label": "GenomicEntity",
- "rdfs:subClassOf": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:Genome",
- "@type": "rdfs:Class",
- "rdfs:comment": "A genome is the sum of genetic material within a cell or virion.",
- "rdfs:label": "Genome",
- "rdfs:subClassOf": {
- "@id": "bts:GenomicEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:Transcript",
- "@type": "rdfs:Class",
- "rdfs:comment": "An RNA synthesized on a DNA or RNA template by an RNA polymerase",
- "rdfs:label": "Transcript",
- "rdfs:subClassOf": {
- "@id": "bts:GenomicEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:Exon",
- "@type": "rdfs:Class",
- "rdfs:comment": "A region of the transcript sequence within a gene which is not removed from the primary RNA transcript by RNA splicing",
- "rdfs:label": "Exon",
- "rdfs:subClassOf": {
- "@id": "bts:GenomicEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:CodingSequence",
- "@type": "rdfs:Class",
- "rdfs:comment": null,
- "rdfs:label": "CodingSequence",
- "rdfs:subClassOf": {
- "@id": "bts:GenomicEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:MacromolecularMachine",
- "@type": "rdfs:Class",
- "rdfs:comment": "A union of gene, gene product, and macromolecular complex. These are the basic units of function in a cell. They either carry out individual biological activities, or they encode molecules which do this.",
- "rdfs:label": "MacromolecularMachine",
- "rdfs:subClassOf": {
- "@id": "bts:GenomicEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:GeneOrGeneProduct",
- "@type": "rdfs:Class",
- "rdfs:comment": "a union of genes or gene products. Frequently an identifier for one will be used as proxy for another",
- "rdfs:label": "GeneOrGeneProduct",
- "rdfs:subClassOf": {
- "@id": "bts:MacromolecularMachine"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:Gene",
- "@type": "rdfs:Class",
- "rdfs:comment": null,
- "rdfs:label": "Gene",
- "rdfs:subClassOf": {
- "@id": "bts:GeneOrGeneProduct"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:GeneProduct",
- "@type": "rdfs:Class",
- "rdfs:comment": "The functional molecular product of a single gene. Gene products are either proteins or functional RNA molecules",
- "rdfs:label": "GeneProduct",
- "rdfs:subClassOf": {
- "@id": "bts:GeneOrGeneProduct"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:Protein",
- "@type": "rdfs:Class",
- "rdfs:comment": "A gene product that is composed of a chain of amino acid sequences and is produced by ribosome-mediated translation of mRNA",
- "rdfs:label": "Protein",
- "rdfs:subClassOf": {
- "@id": "bts:GeneProduct"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:GeneProductIsoform",
- "@type": "rdfs:Class",
- "rdfs:comment": "This is an abstract class that can be mixed in with different kinds of gene products to indicate that the gene product is intended to represent a specific isoform rather than a canonical or reference or generic product. The designation of canonical or reference may be arbitrary, or it may represent the superclass of all isoforms.",
- "rdfs:label": "GeneProductIsoform",
- "rdfs:subClassOf": {
- "@id": "bts:GeneProduct"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:ProteinIsoform",
- "@type": "rdfs:Class",
- "rdfs:comment": "Represents a protein that is a specific isoform of the canonical or reference protein. See https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4114032/",
- "rdfs:label": "ProteinIsoform",
- "rdfs:subClassOf": {
- "@id": "bts:Protein"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:RnaProduct",
- "@type": "rdfs:Class",
- "rdfs:comment": null,
- "rdfs:label": "RnaProduct",
- "rdfs:subClassOf": {
- "@id": "bts:GeneProduct"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:RnaProductIsoform",
- "@type": "rdfs:Class",
- "rdfs:comment": "Represents a protein that is a specific isoform of the canonical or reference RNA",
- "rdfs:label": "RnaProductIsoform",
- "rdfs:subClassOf": {
- "@id": "bts:RnaProduct"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:NoncodingRnaProduct",
- "@type": "rdfs:Class",
- "rdfs:comment": null,
- "rdfs:label": "NoncodingRnaProduct",
- "rdfs:subClassOf": {
- "@id": "bts:RnaProduct"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:Microrna",
- "@type": "rdfs:Class",
- "rdfs:comment": null,
- "rdfs:label": "Microrna",
- "rdfs:subClassOf": {
- "@id": "bts:NoncodingRnaProduct"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:MacromolecularComplex",
- "@type": "rdfs:Class",
- "rdfs:comment": null,
- "rdfs:label": "MacromolecularComplex",
- "rdfs:subClassOf": {
- "@id": "bts:MacromolecularMachine"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:GeneFamily",
- "@type": "rdfs:Class",
- "rdfs:comment": "any grouping of multiple genes or gene products related by common descent",
- "rdfs:label": "GeneFamily",
- "rdfs:subClassOf": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:Genotype",
- "@type": "rdfs:Class",
- "rdfs:comment": "An information content entity that describes a genome by specifying the total variation in genomic sequence and/or gene expression, relative to some extablished background",
- "rdfs:label": "Genotype",
- "rdfs:subClassOf": {
- "@id": "bts:GenomicEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:Haplotype",
- "@type": "rdfs:Class",
- "rdfs:comment": "A set of zero or more Alleles on a single instance of a Sequence[VMC]",
- "rdfs:label": "Haplotype",
- "rdfs:subClassOf": {
- "@id": "bts:GenomicEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:SequenceVariant",
- "@type": "rdfs:Class",
- "rdfs:comment": "An allele that varies in its sequence from what is considered the reference allele at that locus.",
- "rdfs:label": "SequenceVariant",
- "rdfs:subClassOf": {
- "@id": "bts:GenomicEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:DrugExposure",
- "@type": "rdfs:Class",
- "rdfs:comment": "A drug exposure is an intake of a particular chemical substance",
- "rdfs:label": "DrugExposure",
- "rdfs:subClassOf": {
- "@id": "bts:Environment"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:Treatment",
- "@type": "rdfs:Class",
- "rdfs:comment": "A treatment is targeted at a disease or phenotype and may involve multiple drug 'exposures'",
- "rdfs:label": "Treatment",
- "rdfs:subClassOf": {
- "@id": "bts:Environment"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:GeographicLocation",
- "@type": "rdfs:Class",
- "rdfs:comment": "a location that can be described in lat/long coordinates",
- "rdfs:label": "GeographicLocation",
- "rdfs:subClassOf": {
- "@id": "bts:PlanetaryEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:GeographicLocationAtTime",
- "@type": "rdfs:Class",
- "rdfs:comment": "a location that can be described in lat/long coordinates, for a particular time",
- "rdfs:label": "GeographicLocationAtTime",
- "rdfs:subClassOf": {
- "@id": "bts:GeographicLocation"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:Occurrent",
- "@type": "rdfs:Class",
- "rdfs:comment": "A processual entity",
- "rdfs:label": "Occurrent",
- "rdfs:subClassOf": {
- "@id": "schema:Thing"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:BiologicalProcessOrActivity",
- "@type": "rdfs:Class",
- "rdfs:comment": "Either an individual molecular activity, or a collection of causally connected molecular activities",
- "rdfs:label": "BiologicalProcessOrActivity",
- "rdfs:subClassOf": {
- "@id": "bts:BiologicalEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:MolecularActivity",
- "@type": "rdfs:Class",
- "rdfs:comment": "An execution of a molecular function carried out by a gene product or macromolecular complex.",
- "rdfs:label": "MolecularActivity",
- "rdfs:subClassOf": {
- "@id": "bts:BiologicalProcessOrActivity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:ActivityAndBehavior",
- "@type": "rdfs:Class",
- "rdfs:comment": "Activity or behavior of any independent integral living, organization or mechanical actor in the world",
- "rdfs:label": "ActivityAndBehavior",
- "rdfs:subClassOf": {
- "@id": "bts:Occurrent"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:Procedure",
- "@type": "rdfs:Class",
- "rdfs:comment": "A series of actions conducted in a certain order or manner",
- "rdfs:label": "Procedure",
- "rdfs:subClassOf": {
- "@id": "bts:Occurrent"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:Phenomenon",
- "@type": "rdfs:Class",
- "rdfs:comment": "a fact or situation that is observed to exist or happen, especially one whose cause or explanation is in question",
- "rdfs:label": "Phenomenon",
- "rdfs:subClassOf": {
- "@id": "bts:Occurrent"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:BiologicalProcess",
- "@type": "rdfs:Class",
- "rdfs:comment": "One or more causally connected executions of molecular functions",
- "rdfs:label": "BiologicalProcess",
- "rdfs:subClassOf": {
- "@id": "bts:BiologicalProcessOrActivity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:Pathway",
- "@type": "rdfs:Class",
- "rdfs:comment": null,
- "rdfs:label": "Pathway",
- "rdfs:subClassOf": {
- "@id": "bts:BiologicalProcess"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:PhysiologicalProcess",
- "@type": "rdfs:Class",
- "rdfs:comment": null,
- "rdfs:label": "PhysiologicalProcess",
- "rdfs:subClassOf": {
- "@id": "bts:BiologicalProcess"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:CellularComponent",
- "@type": "rdfs:Class",
- "rdfs:comment": "A location in or around a cell",
- "rdfs:label": "CellularComponent",
- "rdfs:subClassOf": {
- "@id": "bts:AnatomicalEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:Cell",
- "@type": "rdfs:Class",
- "rdfs:comment": null,
- "rdfs:label": "Cell",
- "rdfs:subClassOf": {
- "@id": "bts:AnatomicalEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:CellLine",
- "@type": "rdfs:Class",
- "rdfs:comment": null,
- "rdfs:label": "CellLine",
- "rdfs:subClassOf": {
- "@id": "bts:Biosample"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:GrossAnatomicalStructure",
- "@type": "rdfs:Class",
- "rdfs:comment": null,
- "rdfs:label": "GrossAnatomicalStructure",
- "rdfs:subClassOf": {
- "@id": "bts:AnatomicalEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- }
- },
- {
- "@id": "bts:molecularlyInteractsWith",
- "@type": "rdf:Property",
- "rdfs:comment": null,
- "rdfs:label": "molecularlyInteractsWith",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:geneticallyInteractsWith",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two genes whose phenotypic effects are dependent on each other in some way - such that their combined phenotypic effects are the result of some interaction between the activity of their gene products. Examples include epistasis and synthetic lethality.",
- "rdfs:label": "geneticallyInteractsWith",
- "schema:domainIncludes": {
- "@id": "bts:Gene"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:Gene"
- }
- },
- {
- "@id": "bts:affectsAbundanceOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one changes the amount of the other within a system of interest",
- "rdfs:label": "affectsAbundanceOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:increasesAbundanceOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one increases the amount of the other within a system of interest",
- "rdfs:label": "increasesAbundanceOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:decreasesAbundanceOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one decreases the amount of the other within a system of interest",
- "rdfs:label": "decreasesAbundanceOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:affectsActivityOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one changes the activity of the other within a system of interest",
- "rdfs:label": "affectsActivityOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:increasesActivityOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one increases the activity of the other within a system of interest",
- "rdfs:label": "increasesActivityOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:decreasesActivityOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one decreases the activity of the other within a system of interest",
- "rdfs:label": "decreasesActivityOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:affectsExpressionOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one changes the level of expression of the other within a system of interest",
- "rdfs:label": "affectsExpressionOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:GenomicEntity"
- }
- },
- {
- "@id": "bts:increasesExpressionOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one increases the level of expression of the other within a system of interest",
- "rdfs:label": "increasesExpressionOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:GenomicEntity"
- }
- },
- {
- "@id": "bts:decreasesExpressionOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one decreases the level of expression of the other within a system of interest",
- "rdfs:label": "decreasesExpressionOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:GenomicEntity"
- }
- },
- {
- "@id": "bts:affectsFoldingOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one changes the rate or quality of folding of the other ",
- "rdfs:label": "affectsFoldingOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:increasesFoldingOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one increases the rate or quality of folding of the other ",
- "rdfs:label": "increasesFoldingOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:decreasesFoldingOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one decreases the rate or quality of folding of the other ",
- "rdfs:label": "decreasesFoldingOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:affectsLocalizationOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one changes the localization of the other within a system of interest",
- "rdfs:label": "affectsLocalizationOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:increasesLocalizationOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one increases the proper localization of the other within a system of interest",
- "rdfs:label": "increasesLocalizationOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:decreasesLocalizationOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one decreases the proper localization of the other within a system of interest",
- "rdfs:label": "decreasesLocalizationOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:affectsMetabolicProcessingOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one impacts the metabolic processing of the other within a system of interest",
- "rdfs:label": "affectsMetabolicProcessingOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:increasesMetabolicProcessingOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one increases the rate of metabolic processing of the other within a system of interest",
- "rdfs:label": "increasesMetabolicProcessingOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:decreasesMetabolicProcessingOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one decreases the rate of metabolic processing of the other within a system of interest",
- "rdfs:label": "decreasesMetabolicProcessingOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:affectsMolecularModificationOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one leads changes in the molecular modification(s) of the other (e.g. via post-translational modifications of proteins such as the addition of phosphoryl group, or via redox reaction that adds or subtracts electrons)",
- "rdfs:label": "affectsMolecularModificationOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:increasesMolecularModificationOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one leads to increased molecular modification(s) of the other (e.g. via post-translational modifications of proteins such as the addition of phosphoryl group, or via redox reaction that adds or subtracts electrons)",
- "rdfs:label": "increasesMolecularModificationOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:decreasesMolecularModificationOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one leads to decreased molecular modification(s) of the other (e.g. via post-translational modifications of proteins such as the addition of phosphoryl group, or via redox reaction that adds or subtracts electrons)",
- "rdfs:label": "decreasesMolecularModificationOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:affectsSynthesisOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one impacts the rate of chemical synthesis of the other",
- "rdfs:label": "affectsSynthesisOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:increasesSynthesisOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one increases the rate of chemical synthesis of the other",
- "rdfs:label": "increasesSynthesisOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:decreasesSynthesisOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one decreases the rate of chemical synthesis of the other",
- "rdfs:label": "decreasesSynthesisOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:affectsDegradationOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one impacts the rate of degradation of the other within a system of interest",
- "rdfs:label": "affectsDegradationOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:increasesDegradationOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one increases the rate of degradation of the other within a system of interest",
- "rdfs:label": "increasesDegradationOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:decreasesDegradationOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one decreases the rate of degradation of the other within a system of interest",
- "rdfs:label": "decreasesDegradationOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:affectsMutationRateOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between a molecular entity and a genomic entity where the action or effect of the molecular entity impacts the rate of mutation of the genomic entity within a system of interest",
- "rdfs:label": "affectsMutationRateOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:GenomicEntity"
- }
- },
- {
- "@id": "bts:increasesMutationRateOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between a molecular entity and a genomic entity where the action or effect of the molecular entity increases the rate of mutation of the genomic entity within a system of interest",
- "rdfs:label": "increasesMutationRateOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:GenomicEntity"
- }
- },
- {
- "@id": "bts:decreasesMutationRateOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between a molecular entity and a genomic entity where the action or effect of the molecular entity decreases the rate of mutation of the genomic entity within a system of interest",
- "rdfs:label": "decreasesMutationRateOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:GenomicEntity"
- }
- },
- {
- "@id": "bts:affectsResponseTo",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one impacts the susceptibility of a biological entity or system (e.g. an organism, cell, cellular component, macromolecular machine, biological or pathological process) to the other",
- "rdfs:label": "affectsResponseTo",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:increasesResponseTo",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one increases the susceptibility of a biological entity or system (e.g. an organism, cell, cellular component, macromolecular machine, biological or pathological process) to the other",
- "rdfs:label": "increasesResponseTo",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:decreasesResponseTo",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one decreases the susceptibility of a biological entity or system (e.g. an organism, cell, cellular component, macromolecular machine, biological or pathological process) to the other",
- "rdfs:label": "decreasesResponseTo",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:affectsSplicingOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between a molecular entity and an mRNA where the action or effect of the molecular entity impacts the splicing of the mRNA",
- "rdfs:label": "affectsSplicingOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:Transcript"
- }
- },
- {
- "@id": "bts:increasesSplicingOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between a molecular entity and an mRNA where the action or effect of the molecular entity increases the proper splicing of the mRNA",
- "rdfs:label": "increasesSplicingOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:Transcript"
- }
- },
- {
- "@id": "bts:decreasesSplicingOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between a molecular entity and an mRNA where the action or effect of the molecular entity decreases the proper splicing of the mRNA",
- "rdfs:label": "decreasesSplicingOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:Transcript"
- }
- },
- {
- "@id": "bts:affectsStabilityOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one impacts the stability of the other within a system of interest",
- "rdfs:label": "affectsStabilityOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:increasesStabilityOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one increases the stability of the other within a system of interest",
- "rdfs:label": "increasesStabilityOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:decreasesStabilityOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one decreases the stability of the other within a system of interest",
- "rdfs:label": "decreasesStabilityOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:affectsTransportOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one impacts the rate of transport of the other across some boundary in a system of interest",
- "rdfs:label": "affectsTransportOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:increasesTransportOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one increases the rate of transport of the other across some boundary in a system of interest",
- "rdfs:label": "increasesTransportOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:decreasesTransportOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one decreases the rate of transport of the other across some boundary in a system of interest",
- "rdfs:label": "decreasesTransportOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:affectsSecretionOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one impacts the rate of secretion of the other out of a cell, gland, or organ",
- "rdfs:label": "affectsSecretionOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:increasesSecretionOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one increases the rate of secretion of the other out of a cell, gland, or organ",
- "rdfs:label": "increasesSecretionOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:decreasesSecretionOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one decreases the rate of secretion of the other out of a cell, gland, or organ",
- "rdfs:label": "decreasesSecretionOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:affectsUptakeOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one impacts the rate of uptake of the other into of a cell, gland, or organ",
- "rdfs:label": "affectsUptakeOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:increasesUptakeOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one increases the rate of uptake of the other into of a cell, gland, or organ",
- "rdfs:label": "increasesUptakeOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:decreasesUptakeOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two molecular entities where the action or effect of one decreases the rate of uptake of the other into of a cell, gland, or organ",
- "rdfs:label": "decreasesUptakeOf",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:regulates,ProcessToProcess",
- "@type": "rdf:Property",
- "rdfs:comment": null,
- "rdfs:label": "regulates,ProcessToProcess",
- "schema:domainIncludes": {
- "@id": "bts:Occurrent"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:Occurrent"
- }
- },
- {
- "@id": "bts:regulates,EntityToEntity",
- "@type": "rdf:Property",
- "rdfs:comment": null,
- "rdfs:label": "regulates,EntityToEntity",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:hasGeneProduct",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between a gene and a transcribed and/or translated product generated from it",
- "rdfs:label": "hasGeneProduct",
- "schema:domainIncludes": {
- "@id": "bts:Gene"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:GeneProduct"
- }
- },
- {
- "@id": "bts:inPathwayWith",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two genes or gene products that are part of in the same biological pathway",
- "rdfs:label": "inPathwayWith",
- "schema:domainIncludes": {
- "@id": "bts:GeneOrGeneProduct"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:GeneOrGeneProduct"
- }
- },
- {
- "@id": "bts:inComplexWith",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two genes or gene products that are part of (or code for products that are part of) in the same macromolecular complex",
- "rdfs:label": "inComplexWith",
- "schema:domainIncludes": {
- "@id": "bts:GeneOrGeneProduct"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:GeneOrGeneProduct"
- }
- },
- {
- "@id": "bts:inCellPopulationWith",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two genes or gene products that are expressed in the same cell type or population ",
- "rdfs:label": "inCellPopulationWith",
- "schema:domainIncludes": {
- "@id": "bts:GeneOrGeneProduct"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:GeneOrGeneProduct"
- }
- },
- {
- "@id": "bts:geneAssociatedWithCondition",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between a gene and a disease or phenotypic feature that the gene or its alleles/products may influence, contribute to, or correlate with",
- "rdfs:label": "geneAssociatedWithCondition",
- "schema:domainIncludes": {
- "@id": "bts:Gene"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:DiseaseOrPhenotypicFeature"
- }
- },
- {
- "@id": "bts:treats",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between a therapeutic procedure or chemical substance and a disease or phenotypic feature that it is used to treat",
- "rdfs:label": "treats",
- "schema:domainIncludes": {
- "@id": "bts:Treatment"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:DiseaseOrPhenotypicFeature"
- }
- },
- {
- "@id": "bts:correlatedWith",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between a disease or phenotypic feature and a measurable molecular entity that is used as an indicator of the presence or state of the disease or feature.",
- "rdfs:label": "correlatedWith",
- "schema:domainIncludes": {
- "@id": "bts:DiseaseOrPhenotypicFeature"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:hasBiomarker",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between a disease or phenotypic feature and a measurable molecular entity that is used as an indicator of the presence or state of the disease or feature.",
- "rdfs:label": "hasBiomarker",
- "schema:domainIncludes": {
- "@id": "bts:DiseaseOrPhenotypicFeature"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:MolecularEntity"
- }
- },
- {
- "@id": "bts:biomarkerFor",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between a measurable molecular entity and a disease or phenotypic feature, where the entity is used as an indicator of the presence or state of the disease or feature.",
- "rdfs:label": "biomarkerFor",
- "schema:domainIncludes": {
- "@id": "bts:MolecularEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:DiseaseOrPhenotypicFeature"
- }
- },
- {
- "@id": "bts:expressedIn",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between a gene or gene product and an anatomical entity in which it is expressed",
- "rdfs:label": "expressedIn",
- "schema:domainIncludes": {
- "@id": "bts:GeneOrGeneProduct"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:AnatomicalEntity"
- }
- },
- {
- "@id": "bts:expresses",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between an anatomical entity and gene or gene product that is expressed there",
- "rdfs:label": "expresses",
- "schema:domainIncludes": {
- "@id": "bts:AnatomicalEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:GeneOrGeneProduct"
- }
- },
- {
- "@id": "bts:hasPhenotype",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between a biological entity and a phenotype, where a phenotype is construed broadly as any kind of quality of an organism part, a collection of these qualities, or a change in quality or qualities (e.g. abnormally increased temperature). ",
- "rdfs:label": "hasPhenotype",
- "schema:domainIncludes": {
- "@id": "bts:BiologicalEntity"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:DiseaseOrPhenotypicFeature"
- }
- },
- {
- "@id": "bts:precedes",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two processes, where one completes before the other begins",
- "rdfs:label": "precedes",
- "schema:domainIncludes": {
- "@id": "bts:Occurrent"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:Occurrent"
- }
- },
- {
- "@id": "bts:subclassOf",
- "@type": "rdf:Property",
- "rdfs:comment": "holds between two classes where the domain class is a specialization of the range class",
- "rdfs:label": "subclassOf",
- "schema:domainIncludes": {
- "@id": "bts:OntologyClass"
- },
- "schema:isPartOf": {
- "@id": "http://schema.biothings.io"
- },
- "schema:rangeIncludes": {
- "@id": "bts:OntologyClass"
- }
- }
- ],
- "@id": "http://schema.biothings.io/#0.1",
- "_meta": {
- "url": "https://raw.githubusercontent.com/data2health/schemas/biothings/biothings/biothings_curie.jsonld",
- "username": "cwu@scripps.edu",
- "timestamp": "2023-05-25T00:00:43.957805",
- "last_updated": "2023-10-03T10:56:46.385768-07:00"
- },
- "_status": {
- "refresh_ts": "2023-12-04T00:00:45.955827-08:00",
- "refresh_status": 200,
- "refresh_msg": "no need to update, already at latest version"
- }
- },
- {
- "_id": "bioschemastypesdrafts",
- "@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#",
- "owl": "http://www.w3.org/2002/07/owl/",
- "bioschemas": "https://discovery.biothings.io/view/bioschemas/",
- "bioschemasdrafts": "https://discovery.biothings.io/view/bioschemasdrafts/",
- "bioschemastypes": "https://discovery.biothings.io/view/bioschemastypes/",
- "bioschemastypesdrafts": "https://discovery.biothings.io/view/bioschemastypesdrafts/",
- "bioschemasdeprecated": "https://discovery.biothings.io/view/bioschemasdeprecated/",
- "dct": "http://purl.org/dc/terms/",
- "@dateModified": "07/12/2023, 15:13:14"
- },
- "@graph": [
- {
- "@id": "bioschemastypesdrafts:RNA",
- "@type": "rdfs:Class",
- "rdfs:comment": "RNA. Version 0.1-DRAFT-2019_06_21",
- "rdfs:label": "RNA",
- "rdfs:subClassOf": {
- "@id": "bioschemastypes:BioChemEntity"
- },
- "additional_type": "https://bioschemas.org/types#nav-draft",
- "schema:schemaVersion": [
- "https://github.com/BioSchemas/specifications/blob/master/RNA/jsonld/type/RNA_v0.1-DRAFT-2019_06_21.json",
- "https://bioschemas.org/types/RNA/0.1-DRAFT-2019_06_21"
- ]
- },
- {
- "@id": "bioschemastypesdrafts:SequenceRange",
- "@type": "rdfs:Class",
- "rdfs:comment": "Used to define the range of a subsequence, typically used in conjunction with SequenceAnnotation to define the range of the annotation on the protein or gene sequence. Version: 0.1-DRAFT-2019_06_21.",
- "rdfs:label": "SequenceRange",
- "rdfs:subClassOf": {
- "@id": "bioschemastypes:BioChemEntity"
- },
- "additional_type": "https://bioschemas.org/types#nav-draft",
- "schema:schemaVersion": [
- "https://github.com/BioSchemas/specifications/blob/master/SequenceRange/jsonld/type/SequenceRange_v0.1-DRAFT-2019_06_21.json",
- "https://bioschemas.org/types/SequenceRange/0.1-DRAFT-2019_06_21"
- ]
- },
- {
- "@id": "bioschemastypesdrafts:TaxonName",
- "@type": "rdfs:Class",
- "rdfs:comment": "A name of a biological taxon, may it be valid (zoology) / accepted (botany) or not. Version: 0.1-DRAFT",
- "rdfs:label": "TaxonName",
- "rdfs:subClassOf": {
- "@id": "schema:CreativeWork"
- },
- "additional_type": "https://bioschemas.org/types#nav-draft",
- "schema:schemaVersion": [
- "https://github.com/BioSchemas/specifications/blob/master/TaxonName/jsonld/type/TaxonName_v0.1-DRAFT.json",
- "https://bioschemas.org/types/TaxonName/0.1-DRAFT-TYPE"
- ]
- },
- {
- "@id": "bioschemastypesdrafts:BioChemEntity",
- "@type": "rdfs:Class",
- "rdfs:comment": "Any biological, chemical, or biochemical thing. For example: a protein; a gene; a chemical; a synthetic chemical.\nVersion 0.8-DRAFT",
- "rdfs:label": "BioChemEntity",
- "rdfs:subClassOf": {
- "@id": "schema:BioChemEntity"
- },
- "additional_type": "https://bioschemas.org/types#nav-draft",
- "schema:schemaVersion": [
- "https://bioschemas.org/types/BioChemEntity/0.8-DRAFT",
- "https://github.com/BioSchemas/specifications/blob/master/BioChemEntity/jsonld/type/BioChemEntity_v0.8-DRAFT.jsonld"
- ]
- },
- {
- "@id": "bioschemastypesdrafts:Study",
- "@type": "rdfs:Class",
- "rdfs:comment": " This Study profile presents the markup when describing a Study Version: 0.3-DRAFT",
- "rdfs:label": "Study",
- "rdfs:subClassOf": {
- "@id": "schema:CreativeWork"
- },
- "additional_type": "https://bioschemas.org/types#nav-draft",
- "schema:schemaVersion": [
- "https://github.com/BioSchemas/specifications/blob/master/Study/jsonld/type/Study_v0.3-DRAFT.json",
- "https://bioschemas.org/types/Study/0.3-DRAFT"
- ]
- },
- {
- "@id": "bioschemastypesdrafts:LabProtocol",
- "@type": "rdfs:Class",
- "rdfs:comment": "An experimental protocol is a sequence of tasks and operations executed to perform experimental research in biological and biomedical areas. Version 0.3-DRAFT-2019_06_20",
- "rdfs:label": "LabProtocol",
- "rdfs:subClassOf": {
- "@id": "schema:CreativeWork"
- },
- "additional_type": "https://bioschemas.org/types#nav-draft",
- "schema:schemaVersion": [
- "https://bioschemas.org/types/LabProtocol/0.3-DRAFT-2019_06_20",
- "https://github.com/BioSchemas/specifications/tree/master/LabProtocol/jsonld/type/LabProtocol_v0.3-DRAFT-2019_06_20.json"
- ]
- },
- {
- "@id": "bioschemastypesdrafts:Phenotype",
- "@type": "rdfs:Class",
- "rdfs:comment": "A phenotype. Version 0.3-DRAFT-2020_06_07",
- "rdfs:label": "Phenotype",
- "rdfs:subClassOf": {
- "@id": "schema:Thing"
- },
- "additional_type": "https://bioschemas.org/types#nav-draft",
- "schema:schemaVersion": [
- "https://bioschemas.org/types/Phenotype/0.3-DRAFT-2020_06_07",
- "https://github.com/BioSchemas/specifications/tree/master/Phenotype/jsonld/type/Phenotype_v0.3-DRAFT-2020_06_07.json"
- ]
- },
- {
- "@id": "bioschemastypesdrafts:SequenceAnnotation",
- "@type": "rdfs:Class",
- "rdfs:comment": "Used to provide metadata about Sequence Annotations. The sequence can be an amino acid (protein) or nucleic acid (Gene, DNA, RNA). Version: 0.1-DRAFT-2019_06_21",
- "rdfs:label": "SequenceAnnotation",
- "rdfs:subClassOf": {
- "@id": "bioschemastypes:BioChemEntity"
- },
- "additional_type": "https://bioschemas.org/types#nav-draft",
- "schema:schemaVersion": [
- "https://bioschemas.org/types/SequenceAnnotation/0.1-DRAFT-2019_06_21",
- "https://github.com/BioSchemas/specifications/tree/master/SequenceAnnotation/jsonld/type/SequenceAnnotation_v0.1-DRAFT-2019_06_21.json"
- ]
- },
- {
- "@id": "bioschemastypesdrafts:Taxon",
- "@type": "rdfs:Class",
- "rdfs:comment": "A set of organisms asserted to represent a natural cohesive biological unit. Version: 0.4-DRAFT-2019_06_24",
- "rdfs:label": "Taxon",
- "rdfs:subClassOf": {
- "@id": "schema:Thing"
- },
- "additional_type": "https://bioschemas.org/types#nav-draft",
- "schema:schemaVersion": [
- "https://bioschemas.org/types/Taxon/0.4-DRAFT",
- "https://github.com/BioSchemas/specifications/tree/master/Taxon/jsonld/type/Taxon_v0.4-DRAFT.json"
- ]
- },
- {
- "@id": "bioschemastypesdrafts:BioChemStructure",
- "@type": "rdfs:Class",
- "rdfs:comment": "WwPDB and related data including modelled and hypothetical data. As well as 3D data for chemicals, e.g. stereo chemistry images in an analyzable format (not pure images). Version: 0.1-DRAFT-2019_06_20 (2019-06-20). Note, the parent class for this type has been updated to a pending class in schema.org.",
- "rdfs:label": "BioChemStructure",
- "rdfs:subClassOf": {
- "@id": "schema:BioChemEntity"
- },
- "additional_type": "https://bioschemas.org/types#nav-draft",
- "schema:schemaVersion": [
- "https://github.com/BioSchemas/specifications/tree/master/BioChemStructure/jsonld/type/BioChemStructure_v0.1-DRAFT-2019_06_20.json",
- "https://bioschemas.org/types/BioChemStructure/0.1-DRAFT-2019_06_20"
- ]
- },
- {
- "@id": "bioschemastypesdrafts:DNA",
- "@type": "rdfs:Class",
- "rdfs:comment": "DNA\nVersion: 0.2-DRAFT-2019_06_20 (2019-06-20). Note, the parent class for this type has been updated to a pending class in schema.org.",
- "rdfs:label": "DNA",
- "rdfs:subClassOf": {
- "@id": "schema:BioChemEntity"
- },
- "additional_type": "https://bioschemas.org/types#nav-draft",
- "schema:schemaVersion": [
- "https://bioschemas.org/types/DNA/0.2-DRAFT-2019_06_20",
- "https://github.com/BioSchemas/specifications/tree/master/DNA/jsonld/type/DNA_v0.2-DRAFT-2019_06_20.json"
- ]
- },
- {
- "@id": "bioschemastypesdrafts:Enzyme",
- "@type": "rdfs:Class",
- "rdfs:comment": "Version: 0.1-DRAFT-2019_06_20 (2019-06-20). Note, the parent class for this type has been updated to a pending class in schema.org.",
- "rdfs:label": "Enzyme",
- "rdfs:subClassOf": {
- "@id": "schema:BioChemEntity"
- },
- "additional_type": "https://bioschemas.org/types#nav-draft",
- "schema:schemaVersion": [
- "https://bioschemas.org/types/Enzyme/0.1-DRAFT-2019_06_20",
- "https://github.com/BioSchemas/specifications/tree/master/Enzyme/jsonld/type/Enzyme_v0.1-DRAFT-2019_06_20.json"
- ]
- },
- {
- "@id": "bioschemastypesdrafts:Sample",
- "@type": "rdfs:Class",
- "rdfs:comment": "To deliver on the identified use cases for samples, we have identified a minimal set of properties to encapsulate identification, linking, and metadata descriptions. Some of these properties are existing standard schema.org properties, others require Bioschemas extensions. Table 1 outlines the minimal set of properties for the \u2018Sample\u2019 concept and Table 2 shows our recommendations for use of the \u2018PropertyValue\u2019 concept to markup additional characteristics of a sample described within a sample page. We also propose a new concept, \u2018Biomedical Code\u2019, which is a generalisation of the existing \u2018Medical Code\u2019 concept defined in the health-lifesci.schema.org extension.",
- "rdfs:label": "Sample",
- "rdfs:subClassOf": {
- "@id": "schema:Thing"
- },
- "additional_type": "https://bioschemas.org/types#nav-draft",
- "schema:schemaVersion": [
- "https://github.com/BioSchemas/specifications/tree/master/Sample/jsonld/type/Sample_v0.2-DRAFT-2018_11_09.json",
- "https://bioschemas.org/types/Sample/0.2-DRAFT-2018_11_09"
- ]
- },
- {
- "@id": "bioschemastypesdrafts:SequenceMatchingModel",
- "@type": "rdfs:Class",
- "rdfs:comment": "A model used to determine sequence matches such as domains in proteins. Version: 0.1-DRAFT-2019_06_21 (2019-06-21)",
- "rdfs:label": "SequenceMatchingModel",
- "rdfs:subClassOf": {
- "@id": "schema:CreativeWork"
- },
- "additional_type": "https://bioschemas.org/types#nav-draft",
- "schema:schemaVersion": [
- "https://github.com/BioSchemas/specifications/tree/master/SequenceMatchingModel/jsonld/type/SequenceMatchingModel_v0.1-DRAFT-2019_06_21.json",
- "https://bioschemas.org/types/SequenceMatchingModel/0.1-DRAFT-2019_06_21"
- ]
- },
- {
- "@id": "bioschemastypesdrafts:Protein",
- "@type": "rdfs:Class",
- "rdfs:comment": "Protein is here used in its widest possible definition, as classes of amino acid based molecules. Amyloid-beta Protein in human (UniProt P05067), eukaryota (e.g. an OrthoDB group) or even a single molecule that one can point to are all of type schema:Protein. A protein can thus be a subclass of another protein, e.g. schema:Protein as a UniProt record can have multiple isoforms inside it which would also be schema:Protein. They can be imagined, synthetic, hypothetical or naturally occurring. This version has been added to schema.org as a pending type.",
- "schema:schemaVersion": [
- "https://github.com/BioSchemas/specifications/blob/master/Protein/jsonld/type/Protein_v0.4-DRAFT.json",
- "https://bioschemas.org/types/Protein/0.4-DRAFT"
- ],
- "rdfs:label": "Protein",
- "rdfs:subClassOf": {
- "@id": "bioschemastypesdrafts:BioChemEntity"
- },
- "additional_type": "https://bioschemas.org/types#nav-draft"
- },
- {
- "@id": "bioschemastypesdrafts:Gene",
- "@type": "rdfs:Class",
- "rdfs:comment": "A discrete unit of inheritance which affects one or more biological traits (Source: https://en.wikipedia.org/wiki/Gene). Examples include FOXP2 (Forkhead box protein P2), SCARNA21 (small Cajal body-specific RNA 21), A- (agouti genotype). Note, this version of the type has been added as a pending class in schema.org.",
- "schema:schemaVersion": [
- "https://github.com/BioSchemas/specifications/blob/master/Gene/jsonld/type/Gene_v0.4-DRAFT.json",
- "https://bioschemas.org/types/Gene/0.4-DRAFT"
- ],
- "rdfs:label": "Gene",
- "rdfs:subClassOf": {
- "@id": "bioschemastypesdrafts:BioChemEntity"
- },
- "additional_type": "https://bioschemas.org/types#nav-draft"
- },
- {
- "@id": "bioschemastypesdrafts:isCodingRNA",
- "@type": "rdf:Property",
- "rdfs:comment": "Indicates whether or not this RNA is a coding one.",
- "rdfs:label": "isCodingRNA",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:RNA"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:Boolean"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:rangeEnd",
- "@type": "rdf:Property",
- "rdfs:comment": "Final position of the range",
- "rdfs:label": "rangeEnd",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:SequenceRange"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:Integer"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:rangeStart",
- "@type": "rdf:Property",
- "rdfs:comment": "Initial position of the range.",
- "rdfs:label": "rangeStart",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:SequenceRange"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:Integer"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:endUncertainty",
- "@type": "rdf:Property",
- "rdfs:comment": "If the initial position is not known with reasonable certainty, specify here the uncertainty type as one of \u2018<\u2019 (any position before than rangeEnd), \u2018>\u2019 (any position after rangeEnd), \u2018~\u2019 (around rangeEnd), \u2018[#-#] (to indicate a range where rangeEnd could be located)\u2019.",
- "rdfs:label": "endUncertainty",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:SequenceRange"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:startUncertainty",
- "@type": "rdf:Property",
- "rdfs:comment": "If the initial position is not known with reasonable certainty, specify here the uncertainty type as one of \u2018<\u2019 (any position before than rangeStart), \u2018>\u2019 (any position after rangeStart), \u2018~\u2019 (around the rangeStart), \u2018[#-#] (to indicate a range where rangeStart could be located)\u2019.",
- "rdfs:label": "startUncertainty",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:SequenceRange"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:hasBioPolymerSequence",
- "@type": "rdf:Property",
- "rdfs:comment": "A symbolic representation of a BioChemEnity. For example, a nucleotide sequence of a Gene or an amino acid sequence of a Protein.",
- "rdfs:label": "hasBioPolymerSequence",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:BioChemEntity"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:startDate",
- "rdfs:comment": "The start date and time of the item (in ISO 8601 date format). ",
- "@type": "rdf:Property",
- "rdfs:label": "startDate",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:Study"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:Date"
- },
- {
- "@id": "schema:DateTime"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:endDate",
- "rdfs:comment": "The end date and time of the item (in ISO 8601 date format). ",
- "@type": "rdf:Property",
- "rdfs:label": "endDate",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:Study"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:Date"
- },
- {
- "@id": "schema:DateTime"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:relatedStudy",
- "rdfs:comment": "A study that is related to this one. ",
- "@type": "rdf:Property",
- "rdfs:label": "relatedStudy",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:Study"
- },
- "schema:rangeIncludes": [
- {
- "@id": "bioschemastypesdrafts:Study"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:studyDomain",
- "rdfs:comment": "Define the domain of the study. For example, the domain could be astrophysics, functional genomics or earth science. Those domains can also have an ontology reference. For example, in the life sciences we could have\nFunctional Genomics: http://edamontology.org/topic_0085\nProtemics: http://edamontology.org/topic_0121",
- "@type": "rdf:Property",
- "rdfs:label": "studyDomain",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:Study"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:PropertyValue"
- },
- {
- "@id": "schema:Text"
- },
- {
- "@id": "schema:URL"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:studyProcess",
- "rdfs:comment": "A process performed as part of an experiment or wider study, i.e. intentionally designed.\nThese processes can have ontology URL attached to. For example, in the life sciences we could have \nRNA-seq of coding RNA from single cells: http://www.ebi.ac.uk/efo/EFO_0005684\ncase control design: http://www.ebi.ac.uk/efo/EFO_0001427",
- "@type": "rdf:Property",
- "rdfs:label": "studyProcess",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:Study"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:PropertyValue"
- },
- {
- "@id": "schema:Text"
- },
- {
- "@id": "schema:URL"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:studyLocation",
- "rdfs:comment": "The location in which the study is taking/took place.",
- "@type": "rdf:Property",
- "rdfs:label": "studyLocation",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:Study"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:Place"
- },
- {
- "@id": "schema:AdministrativeArea"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:studySubject",
- "rdfs:comment": "A subject of the study, i.e. one of the medical conditions, therapies, devices, drugs, etc. investigated by the study.",
- "@type": "rdf:Property",
- "rdfs:label": "studySubject",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:Study"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:MedicalEntity"
- },
- {
- "@id": "schema:BioChemEntity"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:executionTime",
- "@type": "rdf:Property",
- "rdfs:comment": "The time it takes to actually carry out the protocol in ISO 8601 date format.",
- "rdfs:label": "executionTime",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:LabProtocol"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:Duration"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:labEquipment",
- "@type": "rdf:Property",
- "rdfs:comment": "For LabProtocols it would be a laboratory equipment use by a person to follow one or more steps described in this LabProtocol.",
- "rdfs:label": "labEquipment",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:LabProtocol"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:DefinedTerm"
- },
- {
- "@id": "schema:Text"
- },
- {
- "@id": "schema:URL"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:protocolAdvantage",
- "@type": "rdf:Property",
- "rdfs:comment": "Situations where the Protocol has been successfully employed.",
- "rdfs:label": "protocolAdvantage",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:LabProtocol"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:CreativeWork"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:protocolApplication",
- "@type": "rdf:Property",
- "rdfs:comment": "Applications of the protocol list the full diversity of the applications of the method and support if is possible to extend the range of applications of the protocol. e.g. northern blot assays, sequencing, etc.",
- "rdfs:label": "protocolApplication",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:LabProtocol"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:CreativeWork"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:protocolLimitation",
- "@type": "rdf:Property",
- "rdfs:comment": "Situations where the Protocol would be unreliable or otherwise unsuccessful.",
- "rdfs:label": "protocolLimitation",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:LabProtocol"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:CreativeWork"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:protocolOutcome",
- "@type": "rdf:Property",
- "rdfs:comment": "Outcome or expected result by a protocol execution.",
- "rdfs:label": "protocolOutcome",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:LabProtocol"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:CreativeWork"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:purpose",
- "@type": "rdf:Property",
- "rdfs:comment": "A goal towards an action is taken. Can be concrete or abstract.",
- "rdfs:label": "purpose",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:LabProtocol"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:MedicalDevicePurpose"
- },
- {
- "@id": "schema:Text"
- },
- {
- "@id": "schema:Thing"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:reagent",
- "@type": "rdf:Property",
- "rdfs:comment": "Reagent used in the protocol. It can be a record in a Dataset describing the reagent or a BioChemEntity corresponding to the reagent or a URL pointing to the type of reagent used. ChEBI and PubChem entities can be used whenever available. Commercial names are also acceptable (URL if possible).",
- "rdfs:label": "reagent",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:LabProtocol"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:BioChemEntity"
- },
- {
- "@id": "schema:DefinedTerm"
- },
- {
- "@id": "schema:Text"
- },
- {
- "@id": "schema:URL"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:sampleUsed",
- "@type": "rdf:Property",
- "rdfs:comment": "Sample used in the protocol. It could be a record in a Dataset describing the sample or a physical object corresponding to the sample or a URL pointing to the type of sample used.",
- "rdfs:label": "sampleUsed",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:LabProtocol"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:BioChemEntity"
- },
- {
- "@id": "schema:Text"
- },
- {
- "@id": "schema:URL"
- },
- {
- "@id": "schema:DefinedTerm"
- },
- {
- "@id": "bioschemastypes:BioSample"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:software",
- "@type": "rdf:Property",
- "rdfs:comment": "Software or tool used as part of the lab protocol to complete a part of it.",
- "rdfs:label": "software",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:LabProtocol"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:SoftwareApplication"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:step",
- "@type": "rdf:Property",
- "rdfs:comment": "A single step item (as HowToStep, text, document, video, etc.) or a HowToSection. Supersedes steps.",
- "rdfs:label": "step",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:LabProtocol"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:CreativeWork"
- },
- {
- "@id": "schema:HowToSection"
- },
- {
- "@id": "schema:HowToStep"
- },
- {
- "@id": "schema:Text"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:anatomicalLocation",
- "@type": "rdf:Property",
- "rdfs:comment": "Any part of an organism, typically a component of an anatomical system. Organs, tissues, and cells are all anatomical locations.",
- "rdfs:label": "anatomicalLocation",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:Phenotype"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- },
- {
- "@id": "schema:URL"
- },
- {
- "@id": "schema:DefinedTerm"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:associatedDisease",
- "@type": "rdf:Property",
- "rdfs:comment": "Disease associated to this BioChemEntity. Such disease can be a MedicalCondition or a URL. If you want to add an evidence supporting the association, please use PropertyValue.",
- "rdfs:label": "associatedDisease",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:Phenotype"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:MedicalCondition"
- },
- {
- "@id": "schema:PropertyValue"
- },
- {
- "@id": "schema:URL"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:bioChemAssociation",
- "@type": "rdf:Property",
- "rdfs:comment": "BioChemEntity, e.g., gene, associated to this Phenotype and relevant for its characterization, particularly useful for the molecular basis of this Phenotype.",
- "rdfs:label": "bioChemAssociation",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:Phenotype"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:BioChemEntity"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:hasMolecularFunction",
- "@type": "rdf:Property",
- "rdfs:comment": "Molecular function performed by this BioChemEntity; please use PropertyValue if you want to include any evidence.",
- "rdfs:label": "hasMolecularFunction",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:Phenotype"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:DefinedTerm"
- },
- {
- "@id": "schema:PropertyValue"
- },
- {
- "@id": "schema:URL"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:isLocatedInSubcellularLocation",
- "@type": "rdf:Property",
- "rdfs:comment": "Subcellular location where this BioChemEntity is located; please use PropertyValue if you want to include any evidence.",
- "rdfs:label": "isLocatedInSubcellularLocation",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:Phenotype"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:DefinedTerm"
- },
- {
- "@id": "schema:PropertyValue"
- },
- {
- "@id": "schema:URL"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:isInvolvedInBiologicalProcess",
- "@type": "rdf:Property",
- "rdfs:comment": "Biological process this BioChemEntity is involved in; please use PropertyValue if you want to include any evidence.",
- "rdfs:label": "isInvolvedInBiologicalProcess",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:Phenotype"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:DefinedTerm"
- },
- {
- "@id": "schema:PropertyValue"
- },
- {
- "@id": "schema:URL"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:taxonomicRange",
- "@type": "rdf:Property",
- "rdfs:comment": "The taxonomic grouping of the organism that expresses, encodes, or in someway related to the BioChemEntity.",
- "rdfs:label": "taxonomicRange",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:Phenotype"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:DefinedTerm"
- },
- {
- "@id": "schema:Text"
- },
- {
- "@id": "schema:URL"
- },
- {
- "@id": "schema:Taxon"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:sequenceOrientation",
- "@type": "rdf:Property",
- "rdfs:comment": "One of 1, 0 or -1.",
- "rdfs:label": "sequenceOrientation",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:SequenceAnnotation"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:Integer"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:sequenceValue",
- "@type": "rdf:Property",
- "rdfs:comment": "value of the sequence",
- "rdfs:label": "sequenceValue",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:SequenceAnnotation"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:Text"
- },
- {
- "@id": "schema:URL"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:childTaxon",
- "rdfs:comment": "Closest child taxa of the taxon in question.\nInverse property: parentTaxon Direct, most proximate lower-rank child taxa",
- "@type": "rdf:Property",
- "rdfs:label": "childTaxon",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:Taxon"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:Taxon"
- },
- {
- "@id": "schema:Text"
- },
- {
- "@id": "schema:URL"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:parentTaxon",
- "rdfs:comment": "Closest parent taxon of the taxon in question.\nInverse property: childTaxon Direct, most proximate higher-rank parent taxon",
- "@type": "rdf:Property",
- "rdfs:label": "parentTaxon",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:Taxon"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:Taxon"
- },
- {
- "@id": "schema:Text"
- },
- {
- "@id": "schema:URL"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:scientificName",
- "rdfs:comment": "A TaxonName representing the currently valid (zoological) or accepted (botanical) name for that taxon.",
- "@type": "rdf:Property",
- "rdfs:label": "scientificName",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:Taxon"
- },
- "schema:rangeIncludes": [
- {
- "@id": "bioschemastypesdrafts:TaxonName"
- },
- {
- "@id": "schema:Text"
- },
- {
- "@id": "schema:URL"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:alternateScientificName",
- "rdfs:comment": "A TaxonName representing a scientific name, with authorship and date information if known, of a synonym of the currently valid (zoological) or accepted (botanical) name.",
- "@type": "rdf:Property",
- "rdfs:label": "alternateScientificName",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:Taxon"
- },
- "schema:rangeIncludes": [
- {
- "@id": "bioschemastypesdrafts:TaxonName"
- },
- {
- "@id": "schema:Text"
- },
- {
- "@id": "schema:URL"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:boundMolecule",
- "@type": "rdf:Property",
- "rdfs:comment": "Molecule, e.g., ligand, bound to this BioChem structure",
- "rdfs:label": "boundMolecule",
- "schema:domainIncludes": {
- "@id": "bioschemastypesdrafts:BioChemStructure"
- },
- "schema:rangeIncludes": [
- {
- "@id": "schema:BioChemEntity"
- },
- {
- "@id": "schema:ChemicalSubstance"
- },
- {
- "@id": "schema:MolecularEntity"
- },
- {
- "@id": "schema:URL"
- },
- {
- "@id": "schema:DefinedTerm"
- }
- ]
- },
- {
- "@id": "bioschemastypesdrafts:massResolution",
- "@type": "rdf:Property",
- "rdfs:comment": "Mass spectometry resolution in the form 'Summary of Changes
Changes since 1.0-RELEASE:
",
- "rdfs:label": "Gene",
- "rdfs:subClassOf": {
- "@id": "schema:Gene"
- },
- "$validation": {
- "$schema": "http://json-schema.org/draft-07/schema#",
- "type": "object",
- "properties": {
- "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.",
- "anyOf": [
- {
- "$ref": "#/definitions/propertyValue"
- },
- {
- "type": "string"
- },
- {
- "type": "string",
- "format": "uri"
- }
- ],
- "owl:cardinality": "one"
- },
- "name": {
- "description": "The name of the item.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "description": {
- "description": "A description of the item.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "encodesBioChemEntity": {
- "description": "For genes, this property is used to express in a generic way gene products encoded by this gene, for instance RNA or Protein",
- "oneOf": [
- {
- "$ref": "#/definitions/bioChemEntity"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/bioChemEntity"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "hasSequenceAnnotation": {
- "description": "The taxonomic grouping of the organism that expresses, encodes, or in someway related to the BioChemEntity.",
- "anyOf": [
- {
- "$ref": "#/definitions/sequenceAnnotation"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/sequenceAnnotation"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "isPartOfBioChemEntity": {
- "description": "Indicates a BioChemEntity that is (in some sense) a part of this BioChemEntity. Inverse property: hasBioChemEntityPart. For genes, it is recommended to at least specify the DNA/chromosome containing this gene.",
- "oneOf": [
- {
- "$ref": "#/definitions/bioChemEntity"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/bioChemEntity"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "url": {
- "description": "URL of the item.",
- "type": "string",
- "format": "uri",
- "owl:cardinality": "one"
- },
- "alternateName": {
- "description": "An alias for the item.",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "alternativeOf": {
- "description": "Is variant of. Use this property to express when a gene is a variant of any other gene.",
- "oneOf": [
- {
- "$ref": "#/definitions/gene"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/gene"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "associatedDisease": {
- "description": "Disease associated to this BioChemEntity. Such a disease can be a MedicalCondition or a URL. If you want to add an evidence supporting the association, please use PropertyValue.",
- "anyOf": [
- {
- "$ref": "#/definitions/medicalCondition"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/medicalCondition"
- }
- },
- {
- "$ref": "#/definitions/propertyValue"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/propertyValue"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "expressedIn": {
- "description": "Tissue, organ, biological sample, etc in which activity of this gene has been observed experimentally. For example brain, digestive system.",
- "anyOf": [
- {
- "$ref": "#/definitions/definedTerm"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/definedTerm"
- }
- },
- {
- "$ref": "#/definitions/bioChemEntity"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/bioChemEntity"
- }
- },
- {
- "$ref": "#/definitions/anatomicalStructure"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/anatomicalStructure"
- }
- },
- {
- "$ref": "#/definitions/anatomicalSystem"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/anatomicalSystem"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "hasBioChemEntityPart": {
- "description": "Indicates a BioChemEntity that (in some sense) has this BioChemEntity as a part. Inverse property: isPartOfBioChemEntity",
- "oneOf": [
- {
- "$ref": "#/definitions/bioChemEntity"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/bioChemEntity"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "hasBioPolymerSequence": {
- "description": "Schema: A symbolic representation of a BioChemEnity. For example, a nucleotide sequence of a Gene or an amino acid sequence of a Protein.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "hasMolecularFunction": {
- "description": "Molecular function performed by this BioChemEntity; please use PropertyValue if you want to include any evidence.",
- "anyOf": [
- {
- "$ref": "#/definitions/definedTerm"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/definedTerm"
- }
- },
- {
- "$ref": "#/definitions/propertyValue"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/propertyValue"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "hasRepresentation": {
- "description": "A common representation such as a protein sequence or chemical structure for this entity. For images use schema.org/image.",
- "anyOf": [
- {
- "$ref": "#/definitions/propertyValue"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/propertyValue"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "hasStatus": {
- "description": "Schema: One of pseudogene, dead, killed, live, predicted, suppressed.",
- "type": "string",
- "enum": [
- "pseudogene",
- "dead",
- "killed",
- "live",
- "predicted",
- "suppressed"
- ],
- "owl:cardinality": "one"
- },
- "image": {
- "description": "An image of the item. This can be a URL or a fully described ImageObject.",
- "type": "string",
- "format": "uri",
- "owl:cardinality": "one"
- },
- "isInvolvedInBiologicalProcess": {
- "description": "Biological process this BioChemEntity is involved in; please use PropertyValue if you want to include any evidence.",
- "anyOf": [
- {
- "$ref": "#/definitions/definedTerm"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/definedTerm"
- }
- },
- {
- "$ref": "#/definitions/propertyValue"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/propertyValue"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "isLocatedInSubcellularLocation": {
- "description": "Subcellular location where this BioChemEntity is located; please use PropertyValue if you want to include any evidence.",
- "anyOf": [
- {
- "$ref": "#/definitions/definedTerm"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/definedTerm"
- }
- },
- {
- "$ref": "#/definitions/propertyValue"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/propertyValue"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "mainEntityOfPage": {
- "description": "Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See background notes for details.",
- "type": "string",
- "format": "uri",
- "owl:cardinality": "one"
- },
- "sameAs": {
- "description": "URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.",
- "type": "string",
- "format": "uri",
- "owl:cardinality": "one"
- },
- "taxonomicRange": {
- "description": "The taxonomic grouping of the organism that expresses, encodes, or in someway related to the BioChemEntity.",
- "anyOf": [
- {
- "$ref": "#/definitions/definedTerm"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/definedTerm"
- }
- },
- {
- "$ref": "#/definitions/taxon"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/taxon"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "conformsTo": {
- "description": "This is used to state the Bioschemas profile that the markup relates to. The identifier can be the url for the version of this bioschemas class on github: https://github.com/BioSchemas/specifications/blob/master/Gene/jsonld/Gene_v1.1-DRAFT.json",
- "$ref": "#/definitions/conformsDefinition"
- }
- },
- "required": [
- "identifier",
- "name",
- "conformsTo"
- ],
- "recommended": [
- "description",
- "encodesBioChemEntity",
- "isPartOfBioChemEntity",
- "url",
- "hasSequenceAnnotation",
- "sameAs"
- ],
- "optional": [
- "alternateName",
- "alternativeOf",
- "associatedDisease",
- "expressedIn",
- "hasBioChemEntityPart",
- "hasBioPolymerSequence",
- "hasMolecularFunction",
- "hasRepresentation",
- "hasStatus",
- "image",
- "isInvolvedInBiologicalProcess",
- "isLocatedInSubcellularLocation",
- "mainEntityOfPage",
- "taxonomicRange"
- ],
- "definitions": {
- "taxon": {
- "@type": "Taxon",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "taxonRank": {
- "anyOf": [
- {
- "$ref": "#/definitions/propertyValue"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/propertyValue"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ]
- }
- },
- "required": [
- "name",
- "taxonRank"
- ]
- },
- "propertyValue": {
- "@type": "PropertyValue",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "value": {
- "type": "string"
- }
- },
- "required": []
- },
- "definedTerm": {
- "@type": "DefinedTerm",
- "type": "object",
- "properties": {
- "url": {
- "type": "string",
- "format": "uri"
- },
- "name": {
- "type": "string"
- },
- "termCode": {
- "type": "string"
- }
- },
- "required": []
- },
- "medicalCondition": {
- "@type": "MedicalCondition",
- "type": "object",
- "properties": {
- "url": {
- "type": "string",
- "format": "uri"
- },
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "bioChemEntity": {
- "@type": "BioChemEntity",
- "type": "object",
- "properties": {
- "url": {
- "type": "string",
- "format": "uri"
- },
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "gene": {
- "@type": "Gene",
- "type": "object",
- "properties": {
- "identifier": {
- "anyOf": [
- {
- "$ref": "#/definitions/propertyValue"
- },
- {
- "type": "string"
- },
- {
- "type": "string",
- "format": "uri"
- }
- ]
- },
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "quantitativeValue": {
- "@type": "QuantitativeValue",
- "type": "object",
- "properties": {
- "value": {
- "type": "string"
- },
- "unitText": {
- "type": "string"
- }
- },
- "required": []
- },
- "anatomicalStructure": {
- "@type": "AnatomicalStructure",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "anatomicalSystem": {
- "@type": "AnatomicalSystem",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "sequenceAnnotation": {
- "@type": "bioschemastypesdrafts:SequenceAnnotation",
- "type": "object",
- "properties": {
- "sequenceLocation": {
- "$ref": "#/definitions/sequenceRange"
- }
- },
- "required": []
- },
- "sequenceRange": {
- "@type": "bioschemastypesdrafts:SequenceRange",
- "type": "object",
- "properties": {
- "rangeStart": {
- "type": "integer"
- }
- },
- "required": []
- },
- "conformsDefinition": {
- "@type": "CreativeWork",
- "type": "object",
- "properties": {
- "identifier": {
- "description": "The url of the version bioschemas profile that was used. For jsonschema, set @id to the identifier",
- "oneOf": [
- {
- "enum": [
- "https://github.com/BioSchemas/specifications/blob/master/Gene/jsonld/Gene_v1.1-DRAFT.json"
- ]
- },
- {
- "type": "string",
- "format": "uri"
- }
- ]
- }
- },
- "required": [
- "identifier"
- ]
- }
- }
- },
- "additional_type": "https://bioschemas.org/profiles#nav-draft",
- "schema:schemaVersion": [
- "https://bioschemas.org/profiles/Gene/1.1-DRAFT",
- "https://github.com/BioSchemas/specifications/blob/master/Gene/jsonld/Gene_v1.1-DRAFT.json"
- ]
- },
- {
- "@id": "bioschemasdrafts:Taxon",
- "@type": "rdfs:Class",
- "rdfs:comment": "Bioschemas profile for describing a biological taxon This profile aims to denote a taxon by common properties such as its scientific name, taxonomic rank and vernacular names. It is also a means to link to existing taxonomic registers where each taxon has a URI. Version 0.8-DRAFT.Summary of Changes
Changes since 0.7-DRAFT:
",
- "schema:schemaVersion": [
- "https://bioschemas.org/profiles/Taxon/0.8-DRAFT",
- "https://github.com/BioSchemas/specifications/tree/master/Taxon/jsonld/Taxon_v0.8-DRAFT.json"
- ],
- "rdfs:label": "Taxon",
- "rdfs:subClassOf": {
- "@id": "schema:Taxon"
- },
- "$validation": {
- "$schema": "http://json-schema.org/draft-07/schema#",
- "type": "object",
- "properties": {
- "additionalType": {
- "description": "A Taxon type from a well known vocabulary, e.g. DarwinCore http://rs.tdwg.org/dwc/terms/Taxon or http://rs.tdwg.org/ontology/voc/TaxonConcept#TaxonConcept An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.",
- "oneOf": [
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "alternateName": {
- "description": "Scientific name, with authorship and date information if known, of a synonym of the currently valid (zoological) or accepted (botanical) name. An alias for the item.",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "alternateScientificName": {
- "description": " A TaxonName representing a scientific name, with authorship and date information if known, of a synonym of the currently valid (zoological) or accepted (botanical) name",
- "oneOf": [
- {
- "$ref": "#/definitions/taxonname"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/taxonname"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "childTaxon": {
- "description": "Direct, most proximate lower-rank child taxa Closest child taxa of the taxon in question.\nInverse property: parentTaxon",
- "anyOf": [
- {
- "$ref": "#/definitions/taxon"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/taxon"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "description": {
- "description": " A description of the item.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "disambiguatingDescription": {
- "description": "Can be used to specify the taxon circumscription retained in this description, e.g. by denoting the scientific works that assert the status of the accepted/valid name and synonyms. A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "vernacularName": {
- "description": "A vernacular (common) name of the taxon ",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "identifier": {
- "description": "A PropertyValue should be used to relate the taxon with couterparts identifiers within well known authorities such as GBIF, WoRMS, EoL etc.\nWikidata properties may be used in this respect, e.g.:\nNCBI id (https://www.wikidata.org/entity/P685), \nGBIF id (https://www.wikidata.org/entity/P846),\nEoL id (https://www.wikidata.org/entity/P830), \niNaturalist id (https://www.wikidata.org/entity/P3151), \nWoRMS id (https://www.wikidata.org/entity/P850), \nFishbase id (https://www.wikidata.org/entity/P938),\nTAXREF id (https://www.wikidata.org/entity/P3186),\n...\n 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](http://schema.org/docs/datamodel.html#identifierBg) for more details.\n",
- "oneOf": [
- {
- "$ref": "#/definitions/propertyvalue"
- },
- {
- "type": "string"
- },
- {
- "type": "string",
- "format": "uri"
- }
- ],
- "owl:cardinality": "one"
- },
- "image": {
- "description": " An image of the item. This can be a URL or a fully described ImageObject.",
- "oneOf": [
- {
- "$ref": "#/definitions/imageobject"
- },
- {
- "type": "string",
- "format": "uri"
- }
- ],
- "owl:cardinality": "one"
- },
- "isBasedOn": {
- "description": "A CreativeWork, such as a scholarly article, asserting the status of the accepted/valid name and synonyms, retained for the taxon circumscription A resource from which this work is derived or from which it is a modification or adaption. Supersedes, isBasedOnUrl. ",
- "oneOf": [
- {
- "$ref": "#/definitions/creativework"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "mainEntityOfPage": {
- "description": " Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See background notes for details.\nInverse property: mainEntity.",
- "oneOf": [
- {
- "$ref": "#/definitions/creativework"
- },
- {
- "type": "string",
- "format": "uri"
- }
- ],
- "owl:cardinality": "one"
- },
- "name": {
- "description": "Currently valid (zoological) or accepted (botanical) name for that taxon, with authorship and date information if known. The name of the item.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "parentTaxon": {
- "description": "Direct, most proximate higher-rank parent taxon Closest parent taxon of the taxon in question.\nInverse property: childTaxon",
- "oneOf": [
- {
- "$ref": "#/definitions/taxon"
- },
- {
- "type": "string"
- },
- {
- "type": "string",
- "format": "uri"
- }
- ],
- "owl:cardinality": "one"
- },
- "sameAs": {
- "description": "URL of third-party webpages describing the same taxon URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.",
- "oneOf": [
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "scientificName": {
- "description": " A TaxonName representing the currently valid (zoological) or accepted (botanical) name for that taxon",
- "$ref": "#/definitions/taxonname",
- "owl:cardinality": "one"
- },
- "taxonRank": {
- "description": " The taxonomic rank of this taxon given preferably as a URI from a controlled vocabulary (e.g. the ranks from TDWG TaxonRank ontology or equivalent Wikidata URIs)",
- "anyOf": [
- {
- "$ref": "#/definitions/propertyvalue"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/propertyvalue"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "url": {
- "description": "Link to the webpage associated to this taxon URL of the item.",
- "type": "string",
- "format": "uri",
- "owl:cardinality": "one"
- },
- "conformsTo": {
- "description": "This is used to state the Bioschemas profile that the markup relates to. The identifier can be the url for the version of this bioschemas class on github: https://github.com/BioSchemas/specifications/tree/master/Taxon/jsonld/Taxon_v0.8-DRAFT.json",
- "$ref": "#/definitions/conformsDefinition"
- }
- },
- "required": [
- "name",
- "taxonRank",
- "conformsTo"
- ],
- "recommended": [
- "parentTaxon",
- "scientificName",
- "url",
- "sameAs"
- ],
- "optional": [
- "additionalType",
- "alternateName",
- "alternateScientificName",
- "childTaxon",
- "description",
- "disambiguatingDescription",
- "vernacularName",
- "identifier",
- "image",
- "isBasedOn",
- "mainEntityOfPage"
- ],
- "definitions": {
- "taxonname": {
- "@type": "bioschemastypesdrafts:TaxonName",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "taxon": {
- "@type": "schema:Taxon",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "taxonRank": {
- "anyOf": [
- {
- "$ref": "#/definitions/propertyvalue"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/propertyvalue"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ]
- }
- },
- "required": [
- "name",
- "taxonRank"
- ]
- },
- "propertyvalue": {
- "@type": "schema:PropertyValue",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "value": {
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "boolean"
- },
- {
- "type": "number"
- }
- ]
- },
- "identifier": {
- "type": "string"
- },
- "valuereference": {
- "oneOf": [
- {
- "$ref": "#/definitions/categorycode"
- },
- {
- "type": "array",
- "items": [
- {
- "$ref": "#/definitions/categorycode"
- }
- ]
- }
- ]
- },
- "unitCode": {
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "string",
- "format": "uri"
- }
- ]
- },
- "unitText": {
- "type": "string"
- }
- },
- "required": [
- "name",
- "value"
- ],
- "recommended": [
- "valueReference"
- ],
- "optional": [
- "unitCode",
- "unitText"
- ]
- },
- "categorycode": {
- "@type": "schema:CategoryCode",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "codeValue": {
- "type": "string"
- },
- "url": {
- "type": "string"
- }
- },
- "required": [
- "name",
- "codeValue",
- "url"
- ]
- },
- "imageobject": {
- "@type": "schema:ImageObject",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- }
- },
- "required": []
- },
- "creativework": {
- "@type": "schema:CreativeWork",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- }
- },
- "required": []
- },
- "conformsDefinition": {
- "@type": "CreativeWork",
- "type": "object",
- "properties": {
- "identifier": {
- "description": "The url of the version bioschemas profile that was used. For jsonschema, set @id to the identifier",
- "oneOf": [
- {
- "enum": [
- "https://github.com/BioSchemas/specifications/tree/master/Taxon/jsonld/Taxon_v0.8-DRAFT.json"
- ]
- },
- {
- "type": "string",
- "format": "uri"
- }
- ]
- }
- },
- "required": [
- "identifier"
- ]
- }
- }
- },
- "additional_type": "https://bioschemas.org/profiles#nav-draft"
- },
- {
- "@id": "bioschemasdrafts:TaxonName",
- "@type": "rdfs:Class",
- "rdfs:comment": "Bioschemas profile for describing a name of a biological taxon, which may be valid (zoology) / accepted (botany) or not. This profile povides a way to denote the scientific names of a taxon. The taxon accepted/valid name is linked to the taxon with property scientificName while the synonyms are linked with property alternateScientificName. Version: 0.2-DRAFT. Summary of Changes
Changes since Version 0.1-DRAFT:
",
- "schema:schemaVersion": [
- "https://github.com/BioSchemas/specifications/tree/master/TaxonName/jsonld/TaxonName_v0.2-DRAFT.json",
- "https://bioschemas.org/profiles/TaxonName/0.2-DRAFT"
- ],
- "rdfs:label": "TaxonName",
- "rdfs:subClassOf": {
- "@id": "bioschemastypesdrafts:TaxonName"
- },
- "$validation": {
- "$schema": "http://json-schema.org/draft-07/schema#",
- "type": "object",
- "properties": {
- "additionalType": {
- "description": "An equivalent TaxonName type from a well known vocabulary, e.g. TDWG: http://rs.tdwg.org/ontology/voc/TaxonName#TaxonName An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.",
- "oneOf": [
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "author": {
- "description": "Authorship and date information associated to this taxon name, formatted as per the numenclatural rules The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably.",
- "anyOf": [
- {
- "$ref": "#/definitions/organization"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/organization"
- }
- },
- {
- "$ref": "#/definitions/person"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/person"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "description": {
- "description": " A description of the item.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "identifier": {
- "description": "A PropertyValue should be used to relate the taxon name with counterpart identifiers within well known authorities such as GBIF, WoRMS, EoL etc.\nWikidata properties may be used in this respect, e.g.:\nNCBI id (https://www.wikidata.org/entity/P685), \nGBIF id (https://www.wikidata.org/entity/P846),\nEoL id (https://www.wikidata.org/entity/P830), \niNaturalist id (https://www.wikidata.org/entity/P3151), \nWoRMS id (https://www.wikidata.org/entity/P850), \nFishbase id (https://www.wikidata.org/entity/P938),\nTAXREF id (https://www.wikidata.org/entity/P3186),\n...\n 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.",
- "oneOf": [
- {
- "$ref": "#/definitions/propertyvalue"
- },
- {
- "type": "string"
- },
- {
- "type": "string",
- "format": "uri"
- }
- ],
- "owl:cardinality": "one"
- },
- "isBasedOn": {
- "description": "A CreativeWork, such as a scholarly article that coined the name or asserted its status A resource from which this work is derived or from which it is a modification or adaption. Supersedes isBasedOnUrl.",
- "anyOf": [
- {
- "$ref": "#/definitions/creativework"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- },
- {
- "$ref": "#/definitions/product"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/product"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "name": {
- "description": "A name of that taxon without authorship and date information The name of the item.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "taxonRank": {
- "description": " The taxonomic rank of this taxon given preferably as a URI from a controlled vocabulary \u2013 (typically the ranks from TDWG TaxonRank ontology or equivalent Wikidata URIs).",
- "anyOf": [
- {
- "$ref": "#/definitions/propertyvalue"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/propertyvalue"
- }
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "url": {
- "description": "Link to the webpage associated to this taxon URL of the item.",
- "type": "string",
- "format": "uri",
- "owl:cardinality": "one"
- },
- "sameAs": {
- "oneOf": [
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "description": "URL of additional sources for the dataset",
- "owl:cardinality": "many"
- },
- "conformsTo": {
- "description": "This is used to state the Bioschemas profile that the markup relates to. The identifier can be the url for the version of this bioschemas class on github: https://github.com/BioSchemas/specifications/tree/master/TaxonName/jsonld/TaxonName_v0.2-DRAFT.json",
- "$ref": "#/definitions/conformsDefinition"
- }
- },
- "required": [
- "name",
- "conformsTo"
- ],
- "recommended": [
- "author",
- "taxonRank",
- "url",
- "sameAs"
- ],
- "optional": [
- "additionalType",
- "description",
- "identifier",
- "isBasedOn"
- ],
- "definitions": {
- "organization": {
- "@type": "Organization",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "legalName": {
- "type": "string"
- },
- "description": {
- "type": "string"
- },
- "sameAs": {
- "type": "string",
- "format": "uri"
- }
- }
- },
- "person": {
- "@type": "Person",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- },
- "mainEntityOfPage": {
- "anyOf": [
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- },
- {
- "$ref": "#/definitions/creativework"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/creativework"
- }
- }
- ]
- }
- },
- "required": [
- "name"
- ]
- },
- "creativework": {
- "@type": "CreativeWork",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- }
- },
- "required": []
- },
- "propertyvalue": {
- "@type": "PropertyValue",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "value": {
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "boolean"
- },
- {
- "type": "number"
- }
- ]
- },
- "identifier": {
- "type": "string"
- },
- "valuereference": {
- "oneOf": [
- {
- "$ref": "#/definitions/categorycode"
- },
- {
- "type": "array",
- "items": [
- {
- "$ref": "#/definitions/categorycode"
- }
- ]
- }
- ]
- },
- "unitCode": {
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "string",
- "format": "uri"
- }
- ]
- },
- "unitText": {
- "type": "string"
- }
- },
- "required": [
- "name",
- "value"
- ],
- "recommended": [
- "valueReference"
- ],
- "optional": [
- "unitCode",
- "unitText"
- ]
- },
- "categorycode": {
- "@type": "CategoryCode",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "codeValue": {
- "type": "string"
- },
- "url": {
- "type": "string"
- }
- },
- "required": [
- "name",
- "codeValue",
- "url"
- ]
- },
- "product": {
- "@type": "schema:Product",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": []
- },
- "conformsDefinition": {
- "@type": "CreativeWork",
- "type": "object",
- "properties": {
- "identifier": {
- "description": "The url of the version bioschemas profile that was used. For jsonschema, set @id to the identifier",
- "oneOf": [
- {
- "enum": [
- "https://github.com/BioSchemas/specifications/tree/master/TaxonName/jsonld/TaxonName_v0.2-DRAFT.json"
- ]
- },
- {
- "type": "string",
- "format": "uri"
- }
- ]
- }
- },
- "required": [
- "identifier"
- ]
- }
- }
- },
- "additional_type": "https://bioschemas.org/profiles#nav-draft"
- },
- {
- "@id": "bioschemasdrafts:ChemicalSubstance",
- "@type": "rdfs:Class",
- "rdfs:comment": "This profile describes a ChemicalSubstance which is 'a portion of matter of constant composition, composed of molecular entities of the same type or of different types' (source: ChEBI:59999). Note, the parent class for this profile has been updated to a pending class in schema.org. Version 0.5-DRAFT. Summary of Changes
Changes since 0.4-RELEASE
",
- "rdfs:label": "ChemicalSubstance",
- "rdfs:subClassOf": {
- "@id": "schema:ChemicalSubstance"
- },
- "$validation": {
- "$schema": "http://json-schema.org/draft-07/schema#",
- "type": "object",
- "properties": {
- "potentialUse": {
- "description": "Intended use of the BioChemEntity by humans.",
- "oneOf": [
- {
- "$ref": "#/definitions/definedTerm"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/definedTerm"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "chemicalComposition": {
- "description": "The chemical composition describes the identity and relative ratio of the chemical elements that make up the substance. For substances this often cannot be accurately determined, an approximation is acceptable.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "chemicalRole": {
- "description": "A role played by the BioChemEntity or molecular entity within a chemical context.",
- "oneOf": [
- {
- "$ref": "#/definitions/definedTerm"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/definedTerm"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "bioChemInteraction": {
- "description": "A BioChemEntity that is know to interact with this item.",
- "oneOf": [
- {
- "$ref": "#/definitions/bioChemEntity"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/bioChemEntity"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "bioChemSimilarity": {
- "description": "A similar molecular entity, e.g., obtained by fingerprint similarity algorithm.",
- "oneOf": [
- {
- "$ref": "#/definitions/bioChemEntity"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/bioChemEntity"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "biologicalRole": {
- "description": "A role played by the molecular entity within a biological context.",
- "oneOf": [
- {
- "$ref": "#/definitions/definedTerm"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/definedTerm"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "hasBioChemEntityPart": {
- "description": "Indicates a BioChemEntity that (in some sense) has this BioChemEntity as a part. Inverse property: isPartOfBioChemEntity",
- "oneOf": [
- {
- "$ref": "#/definitions/bioChemEntity"
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/bioChemEntity"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "alternateName": {
- "description": "An alias for the item.",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "description": {
- "description": "A description of the item.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "disambiguatingDescription": {
- "description": "A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "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.",
- "anyOf": [
- {
- "$ref": "#/definitions/propertyValue"
- },
- {
- "type": "string"
- },
- {
- "type": "string",
- "format": "uri"
- }
- ],
- "owl:cardinality": "one"
- },
- "image": {
- "description": "An image of the item. This can be a URL or a fully described ImageObject.",
- "oneOf": [
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "name": {
- "description": "The name of the item.",
- "type": "string",
- "owl:cardinality": "one"
- },
- "sameAs": {
- "description": "URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.",
- "oneOf": [
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "url": {
- "description": "URL of the item.",
- "oneOf": [
- {
- "type": "string",
- "format": "uri"
- },
- {
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri"
- }
- }
- ],
- "owl:cardinality": "many"
- },
- "conformsTo": {
- "description": "This is used to state the Bioschemas profile that the markup relates to. The identifier can be the url for the version of this bioschemas class on github: https://github.com/BioSchemas/specifications/tree/master/ChemicalSubstance/jsonld/ChemicalSubstance_v0.5-DRAFT.json",
- "$ref": "#/definitions/conformsDefinition"
- }
- },
- "required": [
- "name",
- "identifier",
- "url",
- "conformsTo"
- ],
- "recommended": [
- "chemicalComposition",
- "hasBioChemEntityPart",
- "sameAs"
- ],
- "optional": [
- "alternateName",
- "bioChemInteraction",
- "bioChemSimilarity",
- "biologicalRole",
- "chemicalRole",
- "description",
- "disambiguatingDescription",
- "image",
- "potentialUse"
- ],
- "definitions": {
- "definedTerm": {
- "@type": "DefinedTerm",
- "type": "object",
- "properties": {
- "url": {
- "type": "string",
- "format": "uri"
- },
- "name": {
- "type": "string"
- },
- "termCode": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- }
- },
- "required": []
- },
- "bioChemEntity": {
- "@type": "bioschemas:BioChemEntity",
- "type": "object",
- "properties": {
- "url": {
- "type": "string",
- "format": "uri"
- },
- "name": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- }
- },
- "required": []
- },
- "propertyValue": {
- "@type": "PropertyValue",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "value": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- }
- },
- "required": []
- },
- "conformsDefinition": {
- "@type": "CreativeWork",
- "type": "object",
- "properties": {
- "identifier": {
- "description": "The url of the version bioschemas profile that was used. For jsonschema, set @id to the identifier",
- "oneOf": [
- {
- "enum": [
- "https://github.com/BioSchemas/specifications/tree/master/ChemicalSubstance/jsonld/ChemicalSubstance_v0.5-DRAFT.json"
- ]
- },
- {
- "type": "string",
- "format": "uri"
- }
- ]
- }
- },
- "required": [
- "identifier"
- ]
- }
- }
- },
- "additional_type": "https://bioschemas.org/profiles#nav-draft",
- "schema:schemaVersion": [
- "https://github.com/BioSchemas/specifications/tree/master/ChemicalSubstance/jsonld/ChemicalSubstance_v0.5-DRAFT.json",
- "https://bioschemas.org/profiles/ChemicalSubstance/0.5-DRAFT"
- ]
- },
- {
- "@id": "bioschemasdrafts:ComputationalTool",
- "@type": "rdfs:Class",
- "rdfs:comment": "The Life Science Tools specification provides a way to describe bioscience tools and software on the World Wide Web. It defines a set of metadata and vocabularies, built on top of existing technologies and standards, that can be used to represent such tools in Web pages and applications. The goal of the specification is to make it easier to discover. Version 1.1-DRAFT. Summary of Changes
Changes since the 1.0-RELEASE
Version: 1.1-DRAFT", - "rdfs:label": "Course", - "rdfs:subClassOf": { - "@id": "schema:Course" - }, - "$validation": { - "$schema": "http://json-schema.org/draft-07/schema#", - "type": "object", - "properties": { - "about": { - "description": "The subject matter of the content.", - "oneOf": [ - { - "@type": "schema:Thing", - "properties": { - "name": { - "type": "string" - } - }, - "required": [], - "type": "object" - }, - { - "items": { - "@type": "schema:Thing", - "properties": { - "name": { - "type": "string" - } - }, - "required": [], - "type": "object" - }, - "type": "array" - } - ], - "owl:cardinality": "many" - }, - "abstract": { - "description": "An abstract is a short description that summarizes a [[CreativeWork]].", - "owl:cardinality": "one", - "type": "string" - }, - "accessibilitySummary": { - "description": "A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as \"short descriptions are present but long descriptions will be needed for non-visual users\" or \"short descriptions are present and no long descriptions are needed.\"", - "owl:cardinality": "one", - "type": "string" - }, - "aggregateRating": { - "description": "The overall rating, based on a collection of reviews or ratings, of the item.", - "@type": "schema:AggregateRating", - "owl:cardinality": "one", - "properties": { - "name": { - "type": "string" - } - }, - "required": [], - "type": "object" - }, - "alternateName": { - "description": "An alias for the item.", - "oneOf": [ - { - "type": "string" - }, - { - "items": { - "type": "string" - }, - "type": "array" - } - ], - "owl:cardinality": "many" - }, - "audience": { - "description": "An intended audience, i.e. a group for whom something was created.", - "oneOf": [ - { - "@type": "schema:Audience", - "properties": { - "name": { - "type": "string" - } - }, - "required": [], - "type": "object" - }, - { - "items": { - "@type": "schema:Audience", - "properties": { - "name": { - "type": "string" - } - }, - "required": [], - "type": "object" - }, - "type": "array" - } - ], - "owl:cardinality": "many" - }, - "citation": { - "description": "A citation or reference to another creative work, such as another publication, web page, scholarly article, etc.", - "anyOf": [ - { - "@type": "CreativeWork", - "properties": { - "identifier": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "format": "uri", - "type": "string" - } - }, - "required": [], - "type": "object" - }, - { - "items": { - "@type": "CreativeWork", - "properties": { - "identifier": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "format": "uri", - "type": "string" - } - }, - "required": [], - "type": "object" - }, - "type": "array" - }, - { - "type": "string" - }, - { - "items": { - "type": "string" - }, - "type": "array" - } - ], - "owl:cardinality": "many" - }, - "comment": { - "description": "Comments, typically from users.", - "oneOf": [ - { - "@type": "schema:Comment", - "properties": { - "name": { - "type": "string" - } - }, - "required": [], - "type": "object" - }, - { - "items": { - "@type": "schema:Comment", - "properties": { - "name": { - "type": "string" - } - }, - "required": [], - "type": "object" - }, - "type": "array" - } - ], - "owl:cardinality": "many" - }, - "commentCount": { - "description": "The number of comments this CreativeWork (e.g. Article, Question or Answer) has received. This is most applicable to works published in Web sites with commenting system; additional comments may exist elsewhere.", - "owl:cardinality": "one", - "type": "integer" - }, - "courseCode": { - "description": "The identifier for the [[Course]] used by the course [[provider]] (e.g. CS101 or 6.001).", - "oneOf": [ - { - "type": "string" - }, - { - "items": { - "type": "string" - }, - "type": "array" - } - ], - "owl:cardinality": "many" - }, - "coursePrerequisites": { - "description": "Requirements for taking the Course. May be completion of another [[Course]] or a textual description like \"permission of instructor\". Requirements may be a pre-requisite competency, referenced using [[AlignmentObject]].", - "anyOf": [ - { - "@type": "bioschemas:Course", - "properties": { - "name": { - "type": "string" - } - }, - "required": [], - "type": "object" - }, - { - "items": { - "@type": "bioschemas:Course", - "properties": { - "name": { - "type": "string" - } - }, - "required": [], - "type": "object" - }, - "type": "array" - }, - { - "@type": "schema:AlignmentObject", - "properties": { - "name": { - "type": "string" - } - }, - "required": [], - "type": "object" - }, - { - "items": { - "@type": "schema:AlignmentObject", - "properties": { - "name": { - "type": "string" - } - }, - "required": [], - "type": "object" - }, - "type": "array" - }, - { - "type": "string" - }, - { - "items": { - "type": "string" - }, - "type": "array" - } - ], - "owl:cardinality": "many" - }, - "creator": { - "description": "The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork.", - "anyOf": [ - { - "@type": "Organization", - "properties": { - "description": { - "type": "string" - }, - "legalName": { - "type": "string" - }, - "name": { - "type": "string" - }, - "sameAs": { - "format": "uri", - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "@type": "Organization", - "properties": { - "description": { - "type": "string" - }, - "legalName": { - "type": "string" - }, - "name": { - "type": "string" - }, - "sameAs": { - "format": "uri", - "type": "string" - } - }, - "type": "object" - }, - "type": "array" - }, - { - "@type": "Person", - "properties": { - "mainEntityOfPage": { - "anyOf": [ - { - "format": "uri", - "type": "string" - }, - { - "items": { - "format": "uri", - "type": "string" - }, - "type": "array" - }, - { - "@type": "CreativeWork", - "properties": { - "identifier": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "format": "uri", - "type": "string" - } - }, - "required": [], - "type": "object" - }, - { - "items": { - "@type": "CreativeWork", - "properties": { - "identifier": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "format": "uri", - "type": "string" - } - }, - "required": [], - "type": "object" - }, - "type": "array" - } - ] - }, - "name": { - "type": "string" - }, - "url": { - "format": "uri", - "type": "string" - } - }, - "required": [ - "name" - ], - "type": "object" - }, - { - "items": { - "@type": "Person", - "properties": { - "mainEntityOfPage": { - "anyOf": [ - { - "format": "uri", - "type": "string" - }, - { - "items": { - "format": "uri", - "type": "string" - }, - "type": "array" - }, - { - "@type": "CreativeWork", - "properties": { - "identifier": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "format": "uri", - "type": "string" - } - }, - "required": [], - "type": "object" - }, - { - "items": { - "@type": "CreativeWork", - "properties": { - "identifier": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "format": "uri", - "type": "string" - } - }, - "required": [], - "type": "object" - }, - "type": "array" - } - ] - }, - "name": { - "type": "string" - }, - "url": { - "format": "uri", - "type": "string" - } - }, - "required": [ - "name" - ], - "type": "object" - }, - "type": "array" - } - ], - "owl:cardinality": "many" - }, - "dateCreated": { - "description": "The date on which the CreativeWork was created or the item was added to a DataFeed.", - "oneOf": [ - { - "format": "date", - "type": "string" - }, - { - "@type": "schema:DateTime", - "properties": { - "name": { - "type": "string" - } - }, - "required": [], - "type": "object" - } - ], - "owl:cardinality": "one" - }, - "dateModified": { - "description": "The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed.", - "anyOf": [ - { - "format": "date", - "type": "string" - }, - { - "items": { - "format": "date", - "type": "string" - }, - "type": "array" - }, - { - "@type": "schema:DateTime", - "properties": { - "name": { - "type": "string" - } - }, - "required": [], - "type": "object" - }, - { - "items": { - "@type": "schema:DateTime", - "properties": { - "name": { - "type": "string" - } - }, - "required": [], - "type": "object" - }, - "type": "array" - } - ], - "owl:cardinality": "many" - }, - "description": { - "description": "A description of the item.", - "owl:cardinality": "one", - "type": "string" - }, - "educationalCredentialAwarded": { - "description": "A description of the qualification, award, certificate, diploma or other educational credential awarded as a consequence of successful completion of this course or program.", - "oneOf": [ - { - "@type": "schema:EducationalOccupationalCredential", - "properties": { - "name": { - "type": "string" - } - }, - "required": [], - "type": "object" - }, - { - "type": "string" - }, - { - "format": "uri", - "type": "string" - } - ], - "owl:cardinality": "one" - }, - "educationalLevel": { - "description": "The level in terms of progression through an educational or training context. Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators.", - "oneOf": [ - { - "@type": "DefinedTerm", - "properties": { - "identifier": { - "type": "string" - }, - "inDefinedTermSet": { - "@type": "DefinedTermSet", - "properties": { - "identifier": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "format": "uri", - "type": "string" - } - }, - "required": [], - "type": "object" - }, - "name": { - "type": "string" - }, - "termCode": { - "type": "string" - }, - "url": { - "format": "uri", - "type": "string" - } - }, - "required": [], - "type": "object" - }, - { - "type": "string" - }, - { - "format": "uri", - "type": "string" - } - ], - "owl:cardinality": "one" - }, - "hasCourseInstance": { - "description": "An offering of the course at a specific time and place or through specific media or mode of study or to a specific section of students.", - "oneOf": [ - { - "@type": "bioschemas:CourseInstance", - "properties": { - "name": { - "type": "string" - } - }, - "required": [], - "type": "object" - }, - { - "items": { - "@type": "bioschemas:CourseInstance", - "properties": { - "name": { - "type": "string" - } - }, - "required": [], - "type": "object" - }, - "type": "array" - } - ], - "owl:cardinality": "many" - }, - "hasPart": { - "description": "Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense).", - "oneOf": [ - { - "@type": "CreativeWork", - "properties": { - "identifier": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "format": "uri", - "type": "string" - } - }, - "required": [], - "type": "object" - }, - { - "items": { - "@type": "CreativeWork", - "properties": { - "identifier": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "format": "uri", - "type": "string" - } - }, - "required": [], - "type": "object" - }, - "type": "array" - } - ], - "owl:cardinality": "many" - }, - "image": { - "description": "An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", - "oneOf": [ - { - "@type": "ImageObject", - "properties": { - "name": { - "type": "string" - }, - "url": { - "format": "uri", - "type": "string" - } - }, - "required": [], - "type": "object" - }, - { - "format": "uri", - "type": "string" - } - ], - "owl:cardinality": "one" - }, - "isBasedOn": { - "description": "A resource from which this work is derived or from which it is a modification or adaption.", - "anyOf": [ - { - "@type": "CreativeWork", - "properties": { - "identifier": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "format": "uri", - "type": "string" - } - }, - "required": [], - "type": "object" - }, - { - "items": { - "@type": "CreativeWork", - "properties": { - "identifier": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "format": "uri", - "type": "string" - } - }, - "required": [], - "type": "object" - }, - "type": "array" - }, - { - "@type": "schema:Product", - "properties": { - "name": { - "type": "string" - } - }, - "required": [], - "type": "object" - }, - { - "items": { - "@type": "schema:Product", - "properties": { - "name": { - "type": "string" - } - }, - "required": [], - "type": "object" - }, - "type": "array" - }, - { - "format": "uri", - "type": "string" - }, - { - "items": { - "format": "uri", - "type": "string" - }, - "type": "array" - } - ], - "owl:cardinality": "many" - }, - "keywords": { - "description": "Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas.", - "oneOf": [ - { - "@type": "DefinedTerm", - "properties": { - "identifier": { - "type": "string" - }, - "inDefinedTermSet": { - "@type": "DefinedTermSet", - "properties": { - "identifier": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "format": "uri", - "type": "string" - } - }, - "required": [], - "type": "object" - }, - "name": { - "type": "string" - }, - "termCode": { - "type": "string" - }, - "url": { - "format": "uri", - "type": "string" - } - }, - "required": [], - "type": "object" - }, - { - "type": "string" - }, - { - "format": "uri", - "type": "string" - } - ], - "owl:cardinality": "one" - }, - "license": { - "description": "A license document that applies to this content, typically indicated by URL.", - "oneOf": [ - { - "@type": "CreativeWork", - "properties": { - "identifier": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "format": "uri", - "type": "string" - } - }, - "required": [], - "type": "object" - }, - { - "format": "uri", - "type": "string" - } - ], - "owl:cardinality": "one" - }, - "mentions": { - "description": "Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.", - "oneOf": [ - { - "@type": "schema:Thing", - "properties": { - "name": { - "type": "string" - } - }, - "required": [], - "type": "object" - }, - { - "items": { - "@type": "schema:Thing", - "properties": { - "name": { - "type": "string" - } - }, - "required": [], - "type": "object" - }, - "type": "array" - } - ], - "owl:cardinality": "many" - }, - "name": { - "description": "The name of the item.", - "owl:cardinality": "one", - "type": "string" - }, - "provider": { - "description": "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller.", - "anyOf": [ - { - "@type": "Organization", - "properties": { - "description": { - "type": "string" - }, - "legalName": { - "type": "string" - }, - "name": { - "type": "string" - }, - "sameAs": { - "format": "uri", - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "@type": "Organization", - "properties": { - "description": { - "type": "string" - }, - "legalName": { - "type": "string" - }, - "name": { - "type": "string" - }, - "sameAs": { - "format": "uri", - "type": "string" - } - }, - "type": "object" - }, - "type": "array" - }, - { - "@type": "Person", - "properties": { - "mainEntityOfPage": { - "anyOf": [ - { - "format": "uri", - "type": "string" - }, - { - "items": { - "format": "uri", - "type": "string" - }, - "type": "array" - }, - { - "@type": "CreativeWork", - "properties": { - "identifier": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "format": "uri", - "type": "string" - } - }, - "required": [], - "type": "object" - }, - { - "items": { - "@type": "CreativeWork", - "properties": { - "identifier": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "format": "uri", - "type": "string" - } - }, - "required": [], - "type": "object" - }, - "type": "array" - } - ] - }, - "name": { - "type": "string" - }, - "url": { - "format": "uri", - "type": "string" - } - }, - "required": [ - "name" - ], - "type": "object" - }, - { - "items": { - "@type": "Person", - "properties": { - "mainEntityOfPage": { - "anyOf": [ - { - "format": "uri", - "type": "string" - }, - { - "items": { - "format": "uri", - "type": "string" - }, - "type": "array" - }, - { - "@type": "CreativeWork", - "properties": { - "identifier": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "format": "uri", - "type": "string" - } - }, - "required": [], - "type": "object" - }, - { - "items": { - "@type": "CreativeWork", - "properties": { - "identifier": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "format": "uri", - "type": "string" - } - }, - "required": [], - "type": "object" - }, - "type": "array" - } - ] - }, - "name": { - "type": "string" - }, - "url": { - "format": "uri", - "type": "string" - } - }, - "required": [ - "name" - ], - "type": "object" - }, - "type": "array" - } - ], - "owl:cardinality": "many" - }, - "sameAs": { - "description": "URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.", - "owl:cardinality": "many", - "oneOf": [ - { - "format": "uri", - "type": "string" - }, - { - "type": "array", - "items": { - "format": "uri", - "type": "string" - } - } - ] - }, - "teaches": { - "description": "The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term.", - "anyOf": [ - { - "@type": "DefinedTerm", - "properties": { - "identifier": { - "type": "string" - }, - "inDefinedTermSet": { - "@type": "DefinedTermSet", - "properties": { - "identifier": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "format": "uri", - "type": "string" - } - }, - "required": [], - "type": "object" - }, - "name": { - "type": "string" - }, - "termCode": { - "type": "string" - }, - "url": { - "format": "uri", - "type": "string" - } - }, - "required": [], - "type": "object" - }, - { - "items": { - "@type": "DefinedTerm", - "properties": { - "identifier": { - "type": "string" - }, - "inDefinedTermSet": { - "@type": "DefinedTermSet", - "properties": { - "identifier": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "format": "uri", - "type": "string" - } - }, - "required": [], - "type": "object" - }, - "name": { - "type": "string" - }, - "termCode": { - "type": "string" - }, - "url": { - "format": "uri", - "type": "string" - } - }, - "required": [], - "type": "object" - }, - "type": "array" - }, - { - "type": "string" - }, - { - "items": { - "type": "string" - }, - "type": "array" - } - ], - "owl:cardinality": "many" - }, - "thumbnailUrl": { - "description": "A thumbnail image relevant to the Thing.", - "format": "uri", - "owl:cardinality": "one", - "type": "string" - }, - "timeRequired": { - "description": "Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. 'PT30M', 'PT1H25M'.", - "@type": "schema:Duration", - "owl:cardinality": "one", - "properties": { - "name": { - "type": "string" - } - }, - "required": [], - "type": "object" - }, - "url": { - "description": "URL of the item.", - "format": "uri", - "owl:cardinality": "one", - "type": "string" - }, - "conformsTo": { - "description": "This is used to state the Bioschemas profile that the markup relates to. The identifier can be the url for the version of this bioschemas class on github: https://github.com/BioSchemas/specifications/tree/master/Course/jsonld/Course_v1.1-DRAFT.json", - "$ref": "#/definitions/conformsDefinition" - } - }, - "required": [ - "description", - "keywords", - "name", - "conformsTo" - ], - "recommended": [ - "about", - "abstract", - "aggregateRating", - "citation", - "coursePrerequisites", - "educationalLevel", - "hasCourseInstance", - "license", - "mentions", - "provider", - "sameAs", - "teaches", - "timeRequired", - "url" - ], - "optional": [ - "accessibilitySummary", - "alternateName", - "audience", - "comment", - "commentCount", - "courseCode", - "creator", - "dateCreated", - "dateModified", - "educationalCredentialAwarded", - "hasPart", - "image", - "isBasedOn", - "thumbnailUrl" - ], - "definitions": { - "conformsDefinition": { - "@type": "CreativeWork", - "type": "object", - "properties": { - "identifier": { - "description": "The url of the version bioschemas profile that was used. For jsonschema, set @id to the identifier", - "oneOf": [ - { - "enum": [ - "https://github.com/BioSchemas/specifications/tree/master/Course/jsonld/Course_v1.1-DRAFT.json" - ] - }, - { - "type": "string", - "format": "uri" - } - ] - } - }, - "required": [ - "identifier" - ] - } - } - }, - "additional_type": "https://bioschemas.org/profiles#nav-draft", - "schema:schemaVersion": [ - "https://github.com/BioSchemas/specifications/tree/master/Course/jsonld/Course_v1.1-DRAFT.json", - "https://bioschemas.org/profiles/Course/1.1-DRAFT" - ] - }, - { - "@id": "bioschemasdrafts:CourseInstance", - "@type": "rdfs:Class", - "rdfs:comment": "This specification can be used in tandem with a Course. A course is used to describe the broad, common aspects of a recurring training event - whereas a course instance is about the specific times and location of when that course is held. Version 1.1-DRAFT