:obtainsBackgroundFrom leaf node


URI

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

Label

obtains background from

Description

The citing entity obtains background information from the cited entity.

Usage

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

:obtainsBackgroundFrom a owl:ObjectProperty ;
    rdfs:label "obtains background from"@en ;
    dc:description "Example: There is a need for more observational studies and studies using narrative causation to describe the potential contribution of information in problem-solving and decision-making [X]; our work addresses these needs."@en ;
    rdfs:comment "The citing entity obtains background information from the cited entity."@en ;
    rdfs:subPropertyOf :cites .