:providesExcerptFor leaf node


URI

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

Label

provides excerpt for

Description

The cited entity contains information, usually of a textual nature, that is excerpted by (used as an excerpt within) the citing entity.

Inherits from

Usage

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

:providesExcerptFor a owl:ObjectProperty ;
    rdfs:label "provides excerpt for"@en ;
    rdfs:comment "The cited entity contains information, usually of a textual nature, that is excerpted by (used as an excerpt within) the citing entity."@en ;
    rdfs:subPropertyOf :isCitedBy .