A grouping of products and/or services intentionally combined into a single offering, typically to provide added value, convenience, or specific experimental utility.
URI: EVORAO:Bundle
classDiagram
class Bundle
click Bundle href "../Bundle"
Product <|-- Bundle
click Product href "../Product"
Bundle : accessPointUrl
Bundle : additionalCategory
Bundle --> "* _recommended_" ProductCategory : additionalCategory
click ProductCategory href "../ProductCategory"
Bundle : availability
Bundle : biosafetyLevel
Bundle --> "0..1" BiosafetyLevel : biosafetyLevel
click BiosafetyLevel href "../BiosafetyLevel"
Bundle : biosafetyRestrictions
Bundle : canBeUsedToProduceGmo
Bundle : category
Bundle --> "1" ProductCategory : category
click ProductCategory href "../ProductCategory"
Bundle : certification
Bundle --> "*" Certification : certification
click Certification href "../Certification"
Bundle : collection
Bundle --> "1..*" Collection : collection
click Collection href "../Collection"
Bundle : complementaryDocument
Bundle --> "*" Document : complementaryDocument
click Document href "../Document"
Bundle : contactPoint
Bundle --> "0..1 _recommended_" ContactPoint : contactPoint
click ContactPoint href "../ContactPoint"
Bundle : dateIssued
Bundle : dateModified
Bundle : description
Bundle : doi
Bundle --> "*" Doi : doi
click Doi href "../Doi"
Bundle : externalRelatedReference
Bundle --> "*" ExternalRelatedReference : externalRelatedReference
click ExternalRelatedReference href "../ExternalRelatedReference"
Bundle : fundingSource
Bundle --> "*" FundingSource : fundingSource
click FundingSource href "../FundingSource"
Bundle : iataClassification
Bundle --> "1" IataClassification : iataClassification
click IataClassification href "../IataClassification"
Bundle : identifier
Bundle : internalReference
Bundle : iri
Bundle : itemsOfTheBundle
Bundle --> "1..*" ProductOrService : itemsOfTheBundle
click ProductOrService href "../ProductOrService"
Bundle : keyword
Bundle : keywords
Bundle --> "1..*" Keyword : keywords
click Keyword href "../Keyword"
Bundle : materialSafetyDataSheet
Bundle --> "0..1" MaterialSafetyDataSheet : materialSafetyDataSheet
click MaterialSafetyDataSheet href "../MaterialSafetyDataSheet"
Bundle : note
Bundle : originator
Bundle --> "0..1" Originator : originator
click Originator href "../Originator"
Bundle : pathogenIdentification
Bundle --> "1..*" PathogenIdentification : pathogenIdentification
click PathogenIdentification href "../PathogenIdentification"
Bundle : preparationTechnique
Bundle : productPicture
Bundle --> "*" Image : productPicture
click Image href "../Image"
Bundle : provider
Bundle --> "1" Provider : provider
click Provider href "../Provider"
Bundle : publisher
Bundle --> "0..1" PersonOrOrganization : publisher
click PersonOrOrganization href "../PersonOrOrganization"
Bundle : qualityGrading
Bundle : refSku
Bundle : riskGroup
Bundle --> "0..1 _recommended_" RiskGroup : riskGroup
click RiskGroup href "../RiskGroup"
Bundle : shippingConditions
Bundle : storageConditions
Bundle : technicalRecommendation
Bundle : thirdPartyDistributionConsent
Bundle : title
Bundle : unitCost
Bundle : unitCostCurrency
Bundle : unitCostNote
Bundle : unitDefinition
Bundle : usageRestrictions
Bundle : version
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| itemsOfTheBundle | 1..* ProductOrService |
Specifies the constituent products and/or services that are part of the bundl… | direct |
| iataClassification | 1 IataClassification |
The corresponding International Air Transport Association (IATA)’s category f… | Product |
| shippingConditions | 1 String |
Specification of the terms and parameters for transporting | Product |
| materialSafetyDataSheet | 0..1 MaterialSafetyDataSheet |
A Material Safety Data Sheet (MSDS) or Safety Data Sheet (SDS) is a standardi… | Product |
| originator | 0..1 Originator |
The individual or organization responsible for the original discovery, isolat… | Product |
| storageConditions | 1 String |
Specifies the conditions under which the product has to be stored to maintain… | Product |
| thirdPartyDistributionConsent | 0..1 Boolean |
Indicates whether the biological material can be distributed without restrict… | Product |
| usageRestrictions | 0..1 String |
Specifies any limitations or conditions on the use of the biological material… | Product |
| preparationTechnique | 0..1 String |
The technique, method, or procedure employed to obtain or prepare the materia… | Product |
| accessPointUrl | 1 Uri |
The URL that permits to access to the product/service detailed description pa… | ProductOrService |
| refSku | 1 String |
The reference or the stock keeping unit of the service or item provided in th… | ProductOrService |
| unitDefinition | 0..1 recommended String |
A short description of what is delivered when one unit of this item is ordere… | ProductOrService |
| category | 1 ProductCategory |
The main category of the service or product | ProductOrService |
| additionalCategory | * recommended ProductCategory |
Any category apart from its main category in which this product or service ca… | ProductOrService |
| unitCost | 0..1 recommended Decimal |
The cost per access for one unit as defined by the unit definition | ProductOrService |
| unitCostCurrency | 0..1 recommended String |
The currency in which the unit cost is expressed, following ISO 4217 three-le… | ProductOrService |
| unitCostNote | 0..1 String |
A free-text note describing special conditions or cases where the cost cannot… | ProductOrService |
| qualityGrading | 0..1 String |
Information that permits to assess the quality level of what will be provided | ProductOrService |
| pathogenIdentification | 1..* PathogenIdentification |
The identification of the pathogen or group of pathogens (e | ProductOrService |
| doi | * Doi |
A Digital Object Identifier (DOI) that can be related | ProductOrService |
| riskGroup | 0..1 recommended RiskGroup |
The highest risk group related to this resource | ProductOrService |
| biosafetyLevel | 0..1 BiosafetyLevel |
The level of biocontainment required or applied in the facility where the bio… | ProductOrService |
| biosafetyRestrictions | 0..1 String |
Information about guidelines and regulations designed to prevent the exposure… | ProductOrService |
| canBeUsedToProduceGmo | 0..1 recommended Boolean |
Indicates if the current service or product can be used to produce GMO | ProductOrService |
| provider | 1 Provider |
A provider of this product or service, as a specific organization | ProductOrService |
| collection | 1..* Collection |
The collection(s) to which belongs this item | ProductOrService |
| keywords | 1..* Keyword |
List of terms used to tag and categorize this Item | ProductOrService |
| availability | 1 String |
The state or condition in which this item is accessible and ready for use or … | ProductOrService |
| complementaryDocument | * Document |
Any additional documents that provide supplementary information, instructions… | ProductOrService |
| technicalRecommendation | 0..1 String |
Expert advice or guidelines provided to ensure the optimal use, performance, … | ProductOrService |
| productPicture | * Image |
A picture that can represent the item | ProductOrService |
| externalRelatedReference | * ExternalRelatedReference |
A reference that permits to retrieve another related item from an external pr… | ProductOrService |
| certification | * Certification |
Any certification related to the current product or service; e | ProductOrService |
| internalReference | 0..1 String |
Any reference or indication to be used for local retrieval purpose | ProductOrService |
| note | 0..1 String |
An aditional information as a textual comment | ProductOrService |
| contactPoint | 0..1 recommended ContactPoint |
An information that allows someone to establish communication | ProductOrService |
| fundingSource | * FundingSource |
A program, grant, or project providing financial support for the access or us… | ProductOrService |
| title | 1 String |
A name given to the resource | Dataset |
| description | 1 recommended String |
A short explanation of the characteristics, features, or nature of the curren… | Dataset |
| version | 0..1 recommended String |
The version indicator (name or identifier) of a resource | Dataset |
| keyword | * String |
A keyword or tag describing the resource | Resource |
| dateIssued | 0..1 Datetime |
Date of formal issuance (e | Resource |
| dateModified | 0..1 Datetime |
Most recent date on which the resource was changed, updated or modified | Resource |
| identifier | * String |
A unique identifier of the resource being described or cataloged | Resource |
| iri | * Uri |
International Resource Identifier (IRI) that uniquely identifies or refers to… | Resource |
| publisher | 0..1 PersonOrOrganization |
The entity responsible for making the resource available | Resource |
| Mapping Type | Mapped Value |
|---|---|
| self | EVORAO:Bundle |
| native | EVORAO:Bundle |
| exact | schema:ProductCollection, schema:ProductCollection |
| related | ncit:C54696, ncit:C54696 |
| close | wd:Q1020767, wd:Q1020767 |