:hasEmbargoDuration leaf node


URI

http://purl.org/spar/fabio/hasEmbargoDuration

Label

has embargo period

Description

The time period for which an entity is embargoed. During this period, the entity should not be published or, in the case of a press release, should not be reported on. For open-access journal articles, the embargo duration specifies that period of time during which availability of the open-access version of the article is delayed by the publisher, following subscription-access availability of the published work. The end of the embargo period can be specified by fabio:hasEmbargoDate.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) :hasEmbargoDuration owl:Thing (inferred)

Implementation

@prefix : <http://purl.org/spar/fabio/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:hasEmbargoDuration a owl:DatatypeProperty ;
    rdfs:label "has embargo period"@en ;
    rdfs:comment "The time period for which an entity is embargoed.  During this period, the entity should not be published or, in the case of a press release, should not be reported on.  For open-access journal articles, the embargo duration specifies that period of time during which availability of the open-access version of the article is delayed by the publisher, following subscription-access availability of the published work.  The end of the embargo period can be specified by fabio:hasEmbargoDate."@en ;
    rdfs:subPropertyOf dcterms:date .