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