:containsAssertionFrom leaf node


URI

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

Label

contains assertion from

Description

The citing entity contains a statement of fact or a logical assertion (or a collection of such facts and/or assertions) originally present in the cited entity. This object property is designed to be used to relate a separate abstract, summary or nanopublication to the cited entity upon which it is based.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) :containsAssertionFrom owl:Thing (inferred)

Implementation

@prefix : <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:containsAssertionFrom a owl:ObjectProperty ;
    rdfs:label "contains assertion from"@en ;
    dc:description "Example: We think that to stand on the top of giants [X] is a valuable principle to follow for our own research."@en ;
    rdfs:comment "The citing entity contains a statement of fact or a logical assertion (or a collection of such facts and/or assertions) originally present in the cited entity.   This object property is designed to be used to relate a separate abstract, summary or nanopublication to the cited entity upon which it is based."@en ;
    rdfs:subPropertyOf :cites .