:usesConclusionsFrom leaf node


URI

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

Label

uses conclusions from

Description

The citing entity describes work that uses conclusions presented in the cited entity.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) :usesConclusionsFrom 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#> .

:usesConclusionsFrom a owl:ObjectProperty ;
    rdfs:label "uses conclusions from"@en ;
    dc:description "Example: Building upon Galileo's findings [X], we discovered that all the planets move."@en ;
    rdfs:comment "The citing entity describes work that uses conclusions presented in the cited entity."@en ;
    rdfs:subPropertyOf :cites ;
    owl:inverseOf :providesConclusionsFor .