http://ns.nature.com/terms/itemList
The :itemList property specifies an ordered list of items.
DOMAIN | PROPERTY | RANGE |
---|---|---|
npg:Collection | npg:itemList | rdf:List |
@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:itemList a owl:ObjectProperty ;
rdfs:domain npg:Collection ;
rdfs:isDefinedBy npg: ;
rdfs:range rdf:List ;
skos:definition "The :itemList property specifies an ordered list of items."@en ;
skos:prefLabel "Item List"@en .