http://www.mobr.ai/ontologies/ponto#Curator
A person, group, or other entity charged with judging and verifying the successful completion of a Bounty.
Instances of ponto:Curator can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class ponto:Curator | |||
ponto:verifyingBounty | owl:ObjectProperty | ponto:Bounty |
@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 .