@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .

bido:holdsBibliometricDataInTime a owl:ObjectProperty ;
    rdfs:label "holds bibliometric data in time",
        "holds bibliometric data in time"@en ;
    vann:example """
    :my-journal a fabio:Journal ;
        bido:holdsBibliometricDataInTime :my-bibliometric-data-in-time .

    :my-bibliometric-data-in-time a bido:BibliometricDataInTime ;
        bido:accordingTo :my-organization ;
        bido:withBibliometricData :my-numeric-bibliometric-data .
    """ ;
    rdfs:comment "The relation between a person or any other publication-related entity and bibliometric data that the entity holds. The ontology permits one to specify the time period over which a bibliometric data is held, and the other contextual entities responsible for having provided such bibliometric data.",
        "The relation between a person or any other publication-related entity and bibliometric data that the entity holds."@en ;
    rdfs:isDefinedBy <http://purl.org/spar/bido-core/> ;
    rdfs:range bido:BibliometricDataInTime ;
    rdfs:subPropertyOf ns1:hasValue ;
    vs:term_status reg:statusStable ;
    skos:note """
The ontology permits one to specify the time period over which a bibliometric data is held, and the other contextual entities responsible for having provided such bibliometric data.
    """@en .

