http://spdx.org/rdf/terms#algorithm
Identifies the algorithm used to produce the subject Checksum
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| spdx:Checksum | spdx:algorithm | spdx:ChecksumAlgorithm |
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix spdx: <http://spdx.org/rdf/terms#> .
spdx:algorithm a owl:ObjectProperty ;
rdfs:label "algorithm"@en ;
rdfs:domain spdx:Checksum ;
rdfs:isDefinedBy spdx: ;
rdfs:range spdx:ChecksumAlgorithm ;
skos:definition "Identifies the algorithm used to produce the subject Checksum"@en .