Skip to content

Software Resource

A Gaia-X Virtual Resource describing an executable program.

URI: gx:SoftwareResource

 classDiagram
    class SoftwareResource
    click SoftwareResource href "../SoftwareResource"
      VirtualResource <|-- SoftwareResource
        click VirtualResource href "../VirtualResource"


      SoftwareResource <|-- CodeArtifact
        click CodeArtifact href "../CodeArtifact"
      SoftwareResource <|-- OperatingSystem
        click OperatingSystem href "../OperatingSystem"
      SoftwareResource <|-- Hypervisor
        click Hypervisor href "../Hypervisor"


      SoftwareResource : aggregationOfResources




    SoftwareResource --> "*" String : aggregationOfResources
    click String href "../String"


      SoftwareResource : buildDate




    SoftwareResource --> "0..1" Datetime : buildDate
    click Datetime href "../Datetime"


      SoftwareResource : checkSum




    SoftwareResource --> "0..1" CheckSum : checkSum
    click CheckSum href "../CheckSum"


      SoftwareResource : copyrightOwnedBy




    SoftwareResource --> "1..*" String : copyrightOwnedBy
    click String href "../String"


      SoftwareResource : description




    SoftwareResource --> "0..1" String : description
    click String href "../String"


      SoftwareResource : license




    SoftwareResource --> "1..*" String : license
    click String href "../String"


      SoftwareResource : name




    SoftwareResource --> "0..1" String : name
    click String href "../String"


      SoftwareResource : patchLevel




    SoftwareResource --> "0..1" String : patchLevel
    click String href "../String"


      SoftwareResource : resourcePolicy




    SoftwareResource --> "1..*" String : resourcePolicy
    click String href "../String"


      SoftwareResource : signature




    SoftwareResource --> "0..1" Signature : signature
    click Signature href "../Signature"


      SoftwareResource : version




    SoftwareResource --> "0..1" String : version
    click String href "../String"


Inheritance

Slots

Name Cardinality and Range Description Inheritance
checkSum 0..1
CheckSum
Details on checksum of the software direct
signature 0..1
Signature
Details with respect to signature of the software direct
version 0..1
xsd:string
Version of the software direct
patchLevel 0..1
xsd:string
Software specific patch number describing patch level of the software direct
buildDate 0..1
xsd:dateTime
Date and time the software was build, formated according to ISO 8601 (UTC - 2... direct
copyrightOwnedBy 1..*
xsd:string or 
LegalPerson or 
xsd:string
A list of copyright owners either as a free form string or as resolvable link... VirtualResource
license 1..*
xsd:string or 
SPDX or 
uri
A list of SPDX identifiers or URL to document VirtualResource
resourcePolicy 1..*
xsd:string
A list of policy expressed using a DSL (e VirtualResource
aggregationOfResources *
xsd:string or 
Resource
A resolvable link of resources related to the resource and that can exist ind... Resource
name 0..1
xsd:string
A human readable name of the entity GaiaXEntity
description 0..1
xsd:string
A free text description of the entity GaiaXEntity

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gaia-x/development#resource

LinkML Source

Direct

name: SoftwareResource
description: A Gaia-X Virtual Resource describing an executable program.
title: Software Resource
from_schema: https://w3id.org/gaia-x/development#resource
is_a: VirtualResource
attributes:
  checkSum:
    name: checkSum
    description: Details on checksum of the software.
    from_schema: https://w3id.org/gaia-x/development#resource
    rank: 1000
    domain_of:
    - SoftwareResource
    range: CheckSum
  signature:
    name: signature
    description: Details with respect to signature of the software.
    from_schema: https://w3id.org/gaia-x/development#resource
    rank: 1000
    domain_of:
    - SoftwareResource
    range: Signature
  version:
    name: version
    description: Version of the software.
    from_schema: https://w3id.org/gaia-x/development#resource
    rank: 1000
    domain_of:
    - SoftwareResource
    range: string
  patchLevel:
    name: patchLevel
    description: Software specific patch number describing patch level of the software.
    title: Patch level
    from_schema: https://w3id.org/gaia-x/development#resource
    rank: 1000
    domain_of:
    - SoftwareResource
    range: string
  buildDate:
    name: buildDate
    description: Date and time the software was build, formated according to ISO 8601
      (UTC - 24 hours).
    title: Build Date
    from_schema: https://w3id.org/gaia-x/development#resource
    rank: 1000
    domain_of:
    - SoftwareResource
    range: datetime

Induced

name: SoftwareResource
description: A Gaia-X Virtual Resource describing an executable program.
title: Software Resource
from_schema: https://w3id.org/gaia-x/development#resource
is_a: VirtualResource
attributes:
  checkSum:
    name: checkSum
    description: Details on checksum of the software.
    from_schema: https://w3id.org/gaia-x/development#resource
    rank: 1000
    alias: checkSum
    owner: SoftwareResource
    domain_of:
    - SoftwareResource
    range: CheckSum
  signature:
    name: signature
    description: Details with respect to signature of the software.
    from_schema: https://w3id.org/gaia-x/development#resource
    rank: 1000
    alias: signature
    owner: SoftwareResource
    domain_of:
    - SoftwareResource
    range: Signature
  version:
    name: version
    description: Version of the software.
    from_schema: https://w3id.org/gaia-x/development#resource
    rank: 1000
    alias: version
    owner: SoftwareResource
    domain_of:
    - SoftwareResource
    range: string
  patchLevel:
    name: patchLevel
    description: Software specific patch number describing patch level of the software.
    title: Patch level
    from_schema: https://w3id.org/gaia-x/development#resource
    rank: 1000
    alias: patchLevel
    owner: SoftwareResource
    domain_of:
    - SoftwareResource
    range: string
  buildDate:
    name: buildDate
    description: Date and time the software was build, formated according to ISO 8601
      (UTC - 24 hours).
    title: Build Date
    from_schema: https://w3id.org/gaia-x/development#resource
    rank: 1000
    alias: buildDate
    owner: SoftwareResource
    domain_of:
    - SoftwareResource
    range: datetime
  copyrightOwnedBy:
    name: copyrightOwnedBy
    description: A list of copyright owners either as a free form string or as resolvable
      link to Gaia-X Credential of participants. A copyright owner is a person or
      organization that has the right to exploit the resource. Copyright owner does
      not necessarily refer to the author of the resource, who is a natural person
      and may differ from copyright owner.
    title: copyright owned by
    from_schema: https://w3id.org/gaia-x/development#resource
    rank: 1000
    alias: copyrightOwnedBy
    owner: SoftwareResource
    domain_of:
    - VirtualResource
    range: string
    required: true
    multivalued: true
    any_of:
    - range: LegalPerson
    - range: string
  license:
    name: license
    description: A list of SPDX identifiers or URL to document.
    from_schema: https://w3id.org/gaia-x/development#resource
    rank: 1000
    alias: license
    owner: SoftwareResource
    domain_of:
    - VirtualResource
    range: string
    required: true
    multivalued: true
    any_of:
    - range: SPDX
    - range: uri
  resourcePolicy:
    name: resourcePolicy
    description: 'A  list of policy expressed using a DSL (e.g., Rego or ODRL) (access
      control, throttling, usage, retention, ...). If there is no specified usage
      policy constraints on the VirtualResource, the  policy should express a simple
      default: allow intent'
    from_schema: https://w3id.org/gaia-x/development#resource
    rank: 1000
    alias: resourcePolicy
    owner: SoftwareResource
    domain_of:
    - VirtualResource
    range: string
    required: true
    multivalued: true
  aggregationOfResources:
    name: aggregationOfResources
    description: A resolvable link of resources related to the resource and that can
      exist independently of it.
    title: aggregation of
    from_schema: https://w3id.org/gaia-x/development#resource
    alias: aggregationOfResources
    owner: SoftwareResource
    domain_of:
    - ServiceOffering
    - Resource
    - PhysicalResource
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Resource
  name:
    name: name
    description: A human readable name of the entity.
    title: name
    from_schema: http://w3id.org/gaia-x/gx-trust-framework
    rank: 1000
    slot_uri: https_schema:name
    alias: name
    owner: SoftwareResource
    domain_of:
    - GaiaXEntity
    range: string
    required: false
  description:
    name: description
    description: A free text description of the entity.
    title: description
    from_schema: http://w3id.org/gaia-x/gx-trust-framework
    rank: 1000
    slot_uri: https_schema:description
    alias: description
    owner: SoftwareResource
    domain_of:
    - GaiaXEntity
    - DataProduct
    - Measure
    range: string
    required: false