:documents leaf node


URI

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

Label

documents

Description

The citing entity documents information about the cited entity.

Usage

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

:documents a owl:ObjectProperty ;
    rdfs:label "documents"@en ;
    dc:description "Example: Herein we report in detail the complete set of ontological rules defined in the Overlapping Ontology [X]."@en ;
    rdfs:comment "The citing entity documents information about the cited entity." ;
    rdfs:subPropertyOf :cites .