npg:hasCorrespondingContributor leaf node


URI

http://ns.nature.com/terms/hasCorrespondingContributor

Label

Has Corresponding Contributor

Description

The :hasCorrespondingContributor property relates an article to the name of its corresponding author.

Inherits from

Usage

DOMAINPROPERTYRANGE
npg:Article npg:hasCorrespondingContributor npg:Contributor

Implementation

@prefix npg: <http://ns.nature.com/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

npg:hasCorrespondingContributor a owl:ObjectProperty ;
    rdfs:domain npg:Article ;
    rdfs:isDefinedBy npg: ;
    rdfs:range npg:Contributor ;
    rdfs:subPropertyOf npg:hasContributor ;
    skos:definition "The :hasCorrespondingContributor property relates an article to the name of its corresponding author."@en ;
    skos:prefLabel "Has Corresponding Contributor"@en .