:hasCitingEntity leaf node


URI

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

Label

has citing entity

Description

The citation act relates to the entity containing that citation.

Usage

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

:hasCitingEntity a owl:ObjectProperty ;
    rdfs:label "has citing entity"@en ;
    rdfs:comment "The citation act relates to the entity containing that citation."@en ;
    rdfs:subPropertyOf sit:isSettingFor .