:givesSupportTo leaf node


URI

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

Label

gives support to

Description

The cited entity provides intellectual or factual support for the citing entity.

Inherits from

Usage

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

:givesSupportTo a owl:ObjectProperty ;
    rdfs:label "gives support to"@en ;
    rdfs:comment "The cited entity provides intellectual or factual support for the citing entity."@en ;
    rdfs:subPropertyOf :isCitedBy ;
    owl:inverseOf :obtainsSupportFrom .