npg:figureList leaf node


URI

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

Label

Figure List

Description

The :figureList property specifies an ordered list of figures for a publication.

Usage

DOMAINPROPERTYRANGE
npg:Publication npg:figureList rdf:List

Implementation

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

npg:figureList a owl:ObjectProperty ;
    rdfs:domain npg:Publication ;
    rdfs:isDefinedBy npg: ;
    rdfs:range rdf:List ;
    skos:definition "The :figureList property specifies an ordered list of figures for a publication."@en ;
    skos:prefLabel "Figure List"@en .