InformationSecurityOrganization
Legal document describing the information security organization within the entity.
URI: gx:InformationSecurityOrganization
classDiagram
class InformationSecurityOrganization
click InformationSecurityOrganization href "../InformationSecurityOrganization"
LegalDocument <|-- InformationSecurityOrganization
click LegalDocument href "../LegalDocument"
InformationSecurityOrganization : governingLawCountries
InformationSecurityOrganization --> "*" CountryNameAlpha2 : governingLawCountries
click CountryNameAlpha2 href "../CountryNameAlpha2"
InformationSecurityOrganization : involvedParties
InformationSecurityOrganization --> "*" LegalPerson : involvedParties
click LegalPerson href "../LegalPerson"
InformationSecurityOrganization : mimeTypes
InformationSecurityOrganization --> "*" MIMETypes : mimeTypes
click MIMETypes href "../MIMETypes"
InformationSecurityOrganization : url
InformationSecurityOrganization --> "1" uri : url
click uri href "../uri"
Inheritance
- LegalDocument
- InformationSecurityOrganization
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
url | 1 uri |
A resolvable link to the legal document | LegalDocument |
mimeTypes | * MIMETypes |
The MIME types associated with the legal document | LegalDocument |
governingLawCountries | * CountryNameAlpha2 |
Countries under whose laws the document is governed | LegalDocument |
involvedParties | * LegalPerson |
Legal entities involved or mentioned in the legal document | LegalDocument |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/gaia-x/development#legal-document
LinkML Source
Direct
name: InformationSecurityOrganization
description: Legal document describing the information security organization within
the entity.
from_schema: https://w3id.org/gaia-x/development#legal-document
is_a: LegalDocument
Induced
name: InformationSecurityOrganization
description: Legal document describing the information security organization within
the entity.
from_schema: https://w3id.org/gaia-x/development#legal-document
is_a: LegalDocument
attributes:
url:
name: url
description: A resolvable link to the legal document.
title: URL
from_schema: https://w3id.org/gaia-x/development#legal-document
alias: url
owner: InformationSecurityOrganization
domain_of:
- TermsAndConditions
- 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#legal-document
rank: 1000
alias: mimeTypes
owner: InformationSecurityOrganization
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#legal-document
rank: 1000
alias: governingLawCountries
owner: InformationSecurityOrganization
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#legal-document
rank: 1000
alias: involvedParties
owner: InformationSecurityOrganization
domain_of:
- LegalDocument
range: LegalPerson
multivalued: true