:isCitedAsAuthorityBy leaf node


URI

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

Label

is cited as authority by

Description

The cited entity is cited as providing an authoritative description or definition of the subject under discussion in the citing entity.

Inherits from

Usage

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

:isCitedAsAuthorityBy a owl:ObjectProperty ;
    rdfs:label "is cited as authority by"@en ;
    rdfs:comment "The cited entity is cited as providing an authoritative description or definition of the subject under discussion in the citing entity."@en ;
    rdfs:subPropertyOf :isCitedBy ;
    owl:inverseOf :citesAsAuthority .