:isPlagiarizedBy leaf node


URI

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

Label

is plagiarized by

Description

The cited entity is plagiarized by the author of the citing entity, who includes within the citing entity textual or other elements from the cited entity without formal acknowledgement of their source. The cited entity is thus not explicitly cited from within the citing entity, according to the norms of scholarly practice, but is cited implicitly.

Inherits from

Usage

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

:isPlagiarizedBy a owl:ObjectProperty ;
    rdfs:label "is plagiarized by"@en ;
    rdfs:comment "The cited entity is plagiarized by the author of the citing entity, who includes within the citing entity textual or other elements from the cited entity without formal acknowledgement of their source. The cited entity is thus not explicitly cited from within the citing entity, according to the norms of scholarly practice, but is cited implicitly."@en ;
    rdfs:subPropertyOf :isCitedBy ;
    owl:inverseOf :plagiarizes .