:hasCitedEntity leaf node


URI

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

Label

has cited entity

Description

A property that relates a citation act to the entity that is the target of that citation.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) :hasCitedEntity 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#> .
@prefix sit: <http://www.ontologydesignpatterns.org/cp/owl/situation.owl#> .

:hasCitedEntity a owl:ObjectProperty ;
    rdfs:label "has cited entity"@en ;
    rdfs:comment "A property that relates a citation act to the entity that is the target of that citation."@en ;
    rdfs:subPropertyOf sit:isSettingFor .