:citesAsMetadataDocument leaf node


URI

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

Label

cites as metadata document

Description

The citing entity cites the cited entity as being the container of metadata describing the citing entity.

Usage

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

:citesAsMetadataDocument a owl:ObjectProperty ;
    rdfs:label "cites as metadata document"@en ;
    dc:description "Example: Basic bibliographic, entity and project metadata relating to this article, recorded in a structured machine-readable form, is available as an additional file [X] accompanying this paper."@en ;
    rdfs:comment "The citing entity cites the cited entity as being the container of metadata describing the citing entity."@en ;
    rdfs:subPropertyOf :cites .