http://scigraph.springernature.com/ontologies/core/hasReviewState
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.
DOMAIN | PROPERTY | RANGE |
---|---|---|
ns1:ReviewEvent | ns1:hasReviewState | ns1:ReviewState |
@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 .