ponto:Curator leaf node


URI

http://www.mobr.ai/ontologies/ponto#Curator

Label

Curator

Description

A person, group, or other entity charged with judging and verifying the successful completion of a Bounty.

Usage

Instances of ponto:Curator can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ponto:Curator
ponto:verifyingBounty owl:ObjectProperty ponto:Bounty

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ponto: <http://www.mobr.ai/ontologies/ponto#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ponto:Curator a owl:Class ;
    rdfs:label "Curator" ;
    rdfs:comment "A person, group, or other entity charged with judging and verifying the successful completion of a Bounty." ;
    rdfs:subClassOf owl:Thing .