Skip to content

Legal Document

A document that has legal significance, typically outlining terms, conditions, or regulations.

URI: gx:class/LegalDocument

Inheritance

Slots

Name Cardinality and Range Description Inheritance
url 1
xsd:anyURI
A resolvable link to the legal document direct
mimeTypes *
MIMETypes
The MIME types associated with the legal document direct
governingLawCountries *
CountryNameAlpha2
Countries under whose laws the document is governed direct
involvedParties *
LegalPerson
Legal entities involved or mentioned in the legal document direct

Usages

used by used in type used
ServiceOffering legalDocuments range LegalDocument
InfrastructureServiceOffering legalDocuments range LegalDocument
ComputeServiceOffering legalDocuments range LegalDocument
VirtualMachineServiceOffering legalDocuments range LegalDocument
ContainerServiceOffering legalDocuments range LegalDocument
BareMetalServiceOffering legalDocuments range LegalDocument
ComputeFunctionServiceOffering legalDocuments range LegalDocument
ConnectivityServiceOffering legalDocuments range LegalDocument
CustomerInstructions terms range LegalDocument
CustomerInstructions means range LegalDocument
DataPortability legalDocument range LegalDocument
DataProduct legalDocuments range LegalDocument
DataProductCatalogue legalDocuments range LegalDocument
EnergyUsageEfficiency certifications range LegalDocument
NetworkConnectivityServiceOffering legalDocuments range LegalDocument
InterconnectionServiceOffering legalDocuments range LegalDocument
LinkConnectivityServiceOffering legalDocuments range LegalDocument
Measure legalDocuments range LegalDocument
WaterUsageEffectiveness certifications range LegalDocument
PhysicalConnectivityServiceOffering legalDocuments range LegalDocument
SubContractor communicationMethods any_of[range] LegalDocument
SubContractor informationDocuments any_of[range] LegalDocument
StorageServiceOffering legalDocuments range LegalDocument
FileStorageServiceOffering legalDocuments range LegalDocument
BlockStorageServiceOffering legalDocuments range LegalDocument
ObjectStorageServiceOffering legalDocuments range LegalDocument
SubProcessorDataTransfer subProcessorManagement range LegalDocument

Identifier and Mapping Information

Schema Source

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

LinkML Source

Direct

name: LegalDocument
description: A document that has legal significance, typically outlining terms, conditions,
  or regulations.
title: Legal Document
from_schema: https://w3id.org/gaia-x/development#legal-document
slots:
- url
- mimeTypes
- governingLawCountries
- involvedParties
slot_usage:
  url:
    name: url
    description: A resolvable link to the legal document.
  mimeTypes:
    name: mimeTypes
    description: The MIME types associated with the legal document.
  governingLawCountries:
    name: governingLawCountries
    description: Countries under whose laws the document is governed.
  involvedParties:
    name: involvedParties
    description: Legal entities involved or mentioned in the legal document.

Induced

name: LegalDocument
description: A document that has legal significance, typically outlining terms, conditions,
  or regulations.
title: Legal Document
from_schema: https://w3id.org/gaia-x/development#legal-document
slot_usage:
  url:
    name: url
    description: A resolvable link to the legal document.
  mimeTypes:
    name: mimeTypes
    description: The MIME types associated with the legal document.
  governingLawCountries:
    name: governingLawCountries
    description: Countries under whose laws the document is governed.
  involvedParties:
    name: involvedParties
    description: Legal entities involved or mentioned in the legal document.
attributes:
  url:
    name: url
    description: A resolvable link to the legal document.
    title: URL
    from_schema: https://w3id.org/gaia-x/development#slots
    alias: url
    owner: LegalDocument
    domain_of:
    - TermsAndConditions
    - ContactInformation
    - LegalDocument
    range: uri
    required: true
  mimeTypes:
    name: mimeTypes
    description: The MIME types associated with the legal document.
    title: MIME Types
    from_schema: https://w3id.org/gaia-x/development#slots
    alias: mimeTypes
    owner: LegalDocument
    domain_of:
    - LegalDocument
    range: MIME_Types
    multivalued: true
  governingLawCountries:
    name: governingLawCountries
    description: Countries under whose laws the document is governed.
    title: Governing Law Countries
    from_schema: https://w3id.org/gaia-x/development#slots
    alias: governingLawCountries
    owner: LegalDocument
    domain_of:
    - LegalDocument
    range: CountryNameAlpha2
    multivalued: true
  involvedParties:
    name: involvedParties
    description: Legal entities involved or mentioned in the legal document.
    title: Involved Parties
    from_schema: https://w3id.org/gaia-x/development#slots
    alias: involvedParties
    owner: LegalDocument
    domain_of:
    - LegalDocument
    range: LegalPerson
    multivalued: true