spdx:algorithm leaf node


URI

http://spdx.org/rdf/terms#algorithm

Label

algorithm

Description

Identifies the algorithm used to produce the subject Checksum

Usage

DOMAINPROPERTYRANGE
spdx:Checksum spdx:algorithm spdx:ChecksumAlgorithm

Implementation

@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 .