:reviews leaf node


URI

http://purl.org/spar/cito/reviews

Label

reviews

Description

The citing entity reviews statements, ideas or conclusions presented in the cited entity.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) :reviews owl:Thing (inferred)

Implementation

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

:reviews a owl:ObjectProperty ;
    rdfs:label "reviews"@en ;
    dc:description "Example: This paper discusses Toulmin's methodology in modelling argumentation [X], focussing on highlighting advantages and drawbacks of the application of such a methodology in the Social Web."@en ;
    rdfs:comment "The citing entity reviews statements, ideas or conclusions presented in the cited entity."@en ;
    rdfs:subPropertyOf :cites .