ns1:hasReviewState leaf node


URI

http://scigraph.springernature.com/ontologies/core/hasReviewState

Label

Property: has review state

Description

The :hasReviewState property relates a review-event to a review-state that describes some recognized change in the status of a publication's review history.

Usage

DOMAINPROPERTYRANGE
ns1:ReviewEvent ns1:hasReviewState ns1:ReviewState

Implementation

@prefix ns1: <http://scigraph.springernature.com/ontologies/core/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns1:hasReviewState a owl:ObjectProperty ;
    rdfs:label "Property: has review state"@en ;
    rdfs:comment "The :hasReviewState property relates a review-event to a review-state that describes some recognized change in the status of a publication's review history."@en ;
    rdfs:domain ns1:ReviewEvent ;
    rdfs:isDefinedBy ns1: ;
    rdfs:range ns1:ReviewState .