dpv:hasAlgorithmicLogic leaf node


URI

http://www.w3.org/ns/dpv#hasAlgorithmicLogic

Label

has algorithmic logic

Description

Indicates the logic used in procdessing such as for automated decision making

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) dpv:hasAlgorithmicLogic owl:Thing (inferred)

Implementation

@prefix dct: <http://purl.org/dc/terms/> .
@prefix dpv: <http://www.w3.org/ns/dpv#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sw: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

dpv:hasAlgorithmicLogic a rdf:Property ;
    rdfs:label "has algorithmic logic"@en ;
    dct:created "2020-11-04"^^xsd:date ;
    dct:creator "Georg P. Krog"^^xsd:string,
        "Harshvardhan J. Pandit"^^xsd:string,
        "Paul Ryan"^^xsd:string ;
    dct:description "Indicates the logic used  in procdessing such as for automated decision making"@en ;
    sw:term_status "accepted"@en .