@prefix bido: <http://purl.org/spar/bido/> .
@prefix ns1: <http://www.essepuntato.it/2012/04/tvc/> .
@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 time: <http://www.w3.org/2006/time#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .

bido:BibliometricDataInTime a owl:Class ;
    rdfs:label "bibliometric data in time",
        "bibliometric data in time"@en ;
    vann:example """
    :my-bibliometric-data-in-time a bido:BibliometricDataInTime ;
        tvc:atTime :my-time-interval ;
        bido:accordingTo :my-organization ;
        bido:withBibliometricData :my-bibliometric-data .
    """ ;
    rdfs:comment "A particular situation that describes a bibliometric data a person, an article, or any other publication-related entity may have, that can be restricted to a particular time interval.",
        "A particular situation that describes a bibliometric data a person, an article, or any other publication-related entity may have, that can be restricted to a particular time interval."@en ;
    rdfs:isDefinedBy <http://purl.org/spar/bido-core/> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom time:Interval ;
            owl:onProperty ns1:atTime ],
        [ a owl:Restriction ;
            owl:allValuesFrom bido:BibliometricMeasure ;
            owl:onProperty ns1:withValue ],
        ns1:ValueInTime ;
    vs:term_status reg:statusStable .

