:includesExcerptFrom leaf node


URI

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

Label

includes excerpt from

Description

The citing entity includes one or more excerpts from the cited entity.

Usage

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

:includesExcerptFrom a owl:ObjectProperty ;
    rdfs:label "includes excerpt from"@en ;
    dc:description """An excerpt is more general than a quotation. It is generally used to indicate a re-published extract from a book, instruction manual, film, radio programme, etc, that need not be what someone said.  For example:

Oxford 01865
Oxshott 01372
Oxted 01883
Oxton 01578

is an excerpt from the UK Dialling Codes section of the Oxford Telephone Directory."""@en,
        "Example: In her work, the author states that even though most Human Information Behaviour researchers are familiar with the literature related to their studies, it is not uncommon for investigators to fail to see the benefits they may gain from previous mistakes [X]."@en ;
    rdfs:comment "The citing entity includes one or more excerpts from the cited entity."@en ;
    rdfs:subPropertyOf :cites ;
    owl:inverseOf :providesExcerptFor .