DevelopmentCycleSecurity
Legal document describing the security practices during the development cycle.
URI: gx:DevelopmentCycleSecurity
classDiagram
class DevelopmentCycleSecurity
click DevelopmentCycleSecurity href "../DevelopmentCycleSecurity"
LegalDocument <|-- DevelopmentCycleSecurity
click LegalDocument href "../LegalDocument"
DevelopmentCycleSecurity : governingLawCountries
DevelopmentCycleSecurity --> "*" CountryNameAlpha2 : governingLawCountries
click CountryNameAlpha2 href "../CountryNameAlpha2"
DevelopmentCycleSecurity : involvedParties
DevelopmentCycleSecurity --> "*" LegalPerson : involvedParties
click LegalPerson href "../LegalPerson"
DevelopmentCycleSecurity : mimeTypes
DevelopmentCycleSecurity --> "*" MIMETypes : mimeTypes
click MIMETypes href "../MIMETypes"
DevelopmentCycleSecurity : url
DevelopmentCycleSecurity --> "1" uri : url
click uri href "../uri"
Inheritance
- LegalDocument
- DevelopmentCycleSecurity
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: DevelopmentCycleSecurity
description: Legal document describing the security practices during the development
cycle.
from_schema: https://w3id.org/gaia-x/development#legal-document
is_a: LegalDocument
Induced
name: DevelopmentCycleSecurity
description: Legal document describing the security practices during the development
cycle.
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: DevelopmentCycleSecurity
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: DevelopmentCycleSecurity
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: DevelopmentCycleSecurity
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: DevelopmentCycleSecurity
domain_of:
- LegalDocument
range: LegalPerson
multivalued: true