{ "identifier": "http://rs.tdwg.org/dwc/dwc-dp/nucleotide-analysis", "url": "table-schemas/nucleotide-analysis.json", "name": "nucleotide-analysis", "title": "Nucleotide Analysis", "description": "A link between a dwc:NucleotideSequence and a dwc:Event and a dwc:MaterialEntity from which it was derived, using a specified dwc:Protocol.", "comments": "", "examples": "", "namespace": "dwc", "dcterms:isVersionOf": "http://rs.tdwg.org/dwc/terms/NucleotideAnalysis", "dcterms:references": "", "rdfs:comment": "A link between a dwc:NucleotideSequence and a dwc:Event and a dwc:MaterialEntity from which it was derived, using a specified dwc:Protocol.", "fields": [ { "name": "nucleotideAnalysisID", "title": "Nucleotide Analysis ID", "description": "An identifier for a dwc:NucleotideAnalysis.", "comments": "Recommended best practice is to use a globally unique identifier.", "examples": "", "type": "string", "format": "default", "namespace": "dwc", "dcterms:isVersionOf": "http://example.com/term-pending/dwc/nucleotideAnalysisID", "dcterms:references": "", "rdfs:comment": "", "constraints": { "required": true, "unique": true } }, { "name": "eventID", "title": "Event ID", "description": "An identifier for a dwc:Event.", "comments": "Recommended best practice is to use a globally unique identifier.", "examples": "", "type": "string", "format": "default", "namespace": "dwc", "dcterms:isVersionOf": "http://rs.tdwg.org/dwc/terms/eventID", "dcterms:references": "http://rs.tdwg.org/dwc/terms/version/eventID-2023-06-28", "rdfs:comment": "An identifier for the set of information associated with a dwc:Event (something that occurs at a place and time). May be a global unique identifier or an identifier specific to the data set.", "constraints": { "required": true, "unique": false } }, { "name": "molecularProtocolID", "title": "Molecular Protocol ID", "description": "An identifier for a dwc:MolecularProtocol.", "comments": "Recommended best practice is to use a globally unique identifier.", "examples": "", "type": "string", "format": "default", "namespace": "dwc", "dcterms:isVersionOf": "http://example.com/term-pending/dwc/molecularProtocolID", "dcterms:references": "", "rdfs:comment": "", "constraints": { "required": true, "unique": false } }, { "name": "nucleotideSequenceID", "title": "Nucleotide Sequence ID", "description": "An identifier for a dwc:NucleotideSequence.", "comments": "Recommended best practice is to use a globally unique identifier.", "examples": "", "type": "string", "format": "default", "namespace": "dwc", "dcterms:isVersionOf": "http://example.com/term-pending/dwc/nucleotideSequenceID", "dcterms:references": "", "rdfs:comment": "", "constraints": { "required": true, "unique": false } }, { "name": "materialEntityID", "title": "Material Entity ID", "description": "An identifier for a dwc:MaterialEntity.", "comments": "Values of dwc:materialEntityID are intended to uniquely and persistently identify a particular dwc:MaterialEntity within some context. Examples of context include a particular sample collection, an organization, or the worldwide scale. Recommended best practice is to use a persistent, globally unique identifier. The identifier is bound to a physical object (a dwc:MaterialEntity) as opposed to a particular digital record (representation) of that physical object.", "examples": "", "type": "string", "format": "default", "namespace": "dwc", "dcterms:isVersionOf": "http://rs.tdwg.org/dwc/terms/materialEntityID", "dcterms:references": "http://rs.tdwg.org/dwc/terms/version/materialEntityID-2023-09-13", "rdfs:comment": "An identifier for a particular instance of a dwc:MaterialEntity.", "constraints": { "required": false, "unique": false } }, { "name": "readCount", "title": "Read Count", "description": "A number of reads for a dwc:NucleotideSequence in a dwc:NucleotideAnalysis.", "comments": "", "examples": "", "type": "integer", "format": "default", "namespace": "dwc", "dcterms:isVersionOf": "http://example.com/term-pending/dwc/readCount", "dcterms:references": "", "rdfs:comment": "" }, { "name": "totalReadCount", "title": "Total Read Count", "description": "A total number of reads in a dwc:NucleotideAnalysis.", "comments": "", "examples": "", "type": "integer", "format": "default", "namespace": "dwc", "dcterms:isVersionOf": "http://example.com/term-pending/dwc/totalReadCount", "dcterms:references": "", "rdfs:comment": "" } ], "primaryKey": "nucleotideAnalysisID", "foreignKeys": [ { "fields": "eventID", "predicate": "material collected during", "reference": { "resource": "event", "fields": "eventID" } }, { "fields": "molecularProtocolID", "predicate": "followed", "reference": { "resource": "molecular-protocol", "fields": "molecularProtocolID" } }, { "fields": "nucleotideSequenceID", "predicate": "produced", "reference": { "resource": "nucleotide-sequence", "fields": "nucleotideSequenceID" } }, { "fields": "materialEntityID", "predicate": "of", "reference": { "resource": "material", "fields": "materialEntityID" } } ] }