:providesConclusionsFor leaf node


URI

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

Label

provides conclusions for

Description

The cited entity presents conclusions that are used in work described in the citing entity.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) :providesConclusionsFor owl:Thing (inferred)

Implementation

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

:providesConclusionsFor a owl:ObjectProperty ;
    rdfs:label "provides conclusions for"@en ;
    rdfs:comment "The cited entity presents conclusions that are used in work described in the citing entity."@en ;
    rdfs:subPropertyOf :isCitedBy .