Ontology Version: 2.2.0

cacontology-platforms:hasUserVerificationSystem leaf node


URI

https://cacontology.projectvic.org/platforms#hasUserVerificationSystem

Label

has user verification system

Description

Links a platform to its user verification system.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) cacontology-platforms:hasUserVerificationSystem cacontology-platforms:UserVerificationSystem

Implementation

@prefix cacontology-platforms: <https://cacontology.projectvic.org/platforms#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cacontology-platforms:hasUserVerificationSystem a owl:ObjectProperty ;
    rdfs:label "has user verification system"@en ;
    rdfs:comment "Links a platform to its user verification system."@en ;
    rdfs:range cacontology-platforms:UserVerificationSystem .