co:ListItem leaf node


URI

http://purl.org/co/ListItem

Label

ListItem

Superclasses (1)

Usage

Instances of co:ListItem can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class owl:Thing
types:threadNextItem owl:ObjectProperty The link to a next item in a thread. owl:Thing
types:threadPreviousItem owl:ObjectProperty A direct link to a previous item in a thread. owl:Thing

Implementation

@prefix co: <http://purl.org/co/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

co:ListItem rdfs:subClassOf co:Item .