@prefix : <http://purl.org/spar/bido-research-career-category/> .
@prefix bido: <http://purl.org/spar/bido/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .

bido:OrderOfMagnitude a owl:Class ;
    rdfs:label "order of magnitude"@en ;
    vann:example """
    :my-research-career-activity a bido:ResearchCareerCategory ;
        bido:hasOrderOfMagnitude bido:243-729 .

    bido:243-729 a bido:OrderOfMagnitude .
    """ ;
    rdfs:comment "A categorization of the number of citations received in the considered period according to a uniform model of common-sense estimation, which describes intervals of half-order of magnitude - i.e., “[0,1)”, “[1,3)”, “[3,9)”, “[9,27)”, “[27,81)”, “[81,243)”, “[243,729)”, etc."@en ;
    rdfs:isDefinedBy : ;
    vs:term_status reg:statusStable .

