npg:imageList leaf node


URI

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

Label

Image List

Description

The :imageList property specifies an ordered list of images for a publication.

Usage

DOMAINPROPERTYRANGE
npg:Publication npg:imageList 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:imageList a owl:ObjectProperty ;
    rdfs:domain npg:Publication ;
    rdfs:isDefinedBy npg: ;
    rdfs:range rdf:List ;
    skos:definition "The :imageList property specifies an ordered list of images for a publication."@en ;
    skos:prefLabel "Image List"@en .