Class: ExternalReferenceValidationResult
A validation result where the check is to determine if a link to an external resource is still valid
URI: vm:ExternalReferenceValidationResult
Inheritance
-
-
ExternalReferenceValidationResult
-
Slots
Name |
Cardinality and Range |
Description |
Inheritance |
---|---|---|---|
0..1 |
direct |
||
0..1 |
direct |
||
0..1 |
direct |
||
0..1 |
direct |
||
The type of validation result |
|||
0..1 |
the severity of the issue |
||
1 |
The instance which the result is about |
||
0..1 |
The type of the subject |
||
0..1 |
The predicate or property of the subject which the result is about |
||
0..1 |
|||
0..1 |
|||
0..1 |
|||
0..1 |
additional information about the issue |
Identifier and Mapping Information
Schema Source
from schema: https://w3id.org/linkml/validation_results
Mappings
Mapping Type |
Mapped Value |
---|---|
self |
vm:ExternalReferenceValidationResult |
native |
vm:ExternalReferenceValidationResult |
LinkML Source
Direct
</details>
### Induced
<details>
```yaml
name: ExternalReferenceValidationResult
description: A validation result where the check is to determine if a link to an external
resource is still valid
from_schema: https://w3id.org/linkml/validation_results
is_a: ValidationResult
attributes:
url:
name: url
from_schema: https://w3id.org/linkml/validation_results
rank: 1000
alias: url
owner: ExternalReferenceValidationResult
domain_of:
- ExternalReferenceValidationResult
range: string
time_checked:
name: time_checked
from_schema: https://w3id.org/linkml/validation_results
rank: 1000
alias: time_checked
owner: ExternalReferenceValidationResult
domain_of:
- ExternalReferenceValidationResult
range: string
number_of_attempts:
name: number_of_attempts
from_schema: https://w3id.org/linkml/validation_results
rank: 1000
alias: number_of_attempts
owner: ExternalReferenceValidationResult
domain_of:
- ExternalReferenceValidationResult
range: integer
http_response_code:
name: http_response_code
from_schema: https://w3id.org/linkml/validation_results
rank: 1000
alias: http_response_code
owner: ExternalReferenceValidationResult
domain_of:
- ExternalReferenceValidationResult
range: integer
type:
name: type
description: The type of validation result. SHACL validation vocabulary is recommended
for checks against a datamodel. For principle checks use the corresponding rule
or principle, e.g. GO RULE ID, OBO Principle ID
from_schema: https://w3id.org/linkml/validation_results
rank: 1000
slot_uri: sh:sourceConstraintComponent
alias: type
owner: ExternalReferenceValidationResult
domain_of:
- TypeSeverityKeyValue
- ValidationResult
range: ConstraintComponent
required: true
severity:
name: severity
description: the severity of the issue
from_schema: https://w3id.org/linkml/validation_results
rank: 1000
slot_uri: sh:resultSeverity
alias: severity
owner: ExternalReferenceValidationResult
domain_of:
- TypeSeverityKeyValue
- ValidationResult
range: severity_options
subject:
name: subject
description: The instance which the result is about
from_schema: https://w3id.org/linkml/validation_results
rank: 1000
slot_uri: sh:focusNode
alias: subject
owner: ExternalReferenceValidationResult
domain_of:
- ValidationResult
range: Node
required: true
instantiates:
name: instantiates
description: The type of the subject
from_schema: https://w3id.org/linkml/validation_results
exact_mappings:
- sh:sourceShape
rank: 1000
alias: instantiates
owner: ExternalReferenceValidationResult
domain_of:
- ValidationResult
range: Node
predicate:
name: predicate
description: The predicate or property of the subject which the result is about
from_schema: https://w3id.org/linkml/validation_results
related_mappings:
- sh:resultPath
rank: 1000
alias: predicate
owner: ExternalReferenceValidationResult
domain_of:
- ValidationResult
range: Node
object:
name: object
from_schema: https://w3id.org/linkml/validation_results
rank: 1000
slot_uri: sh:value
alias: object
owner: ExternalReferenceValidationResult
domain_of:
- ValidationResult
range: Node
object_str:
name: object_str
from_schema: https://w3id.org/linkml/validation_results
rank: 1000
alias: object_str
owner: ExternalReferenceValidationResult
domain_of:
- ValidationResult
range: string
source:
name: source
from_schema: https://w3id.org/linkml/validation_results
rank: 1000
alias: source
owner: ExternalReferenceValidationResult
domain_of:
- ValidationResult
range: string
info:
name: info
description: additional information about the issue
from_schema: https://w3id.org/linkml/validation_results
rank: 1000
slot_uri: sh:resultMessage
alias: info
owner: ExternalReferenceValidationResult
domain_of:
- ValidationResult
- MappingValidationResult
- RepairOperation
range: string