http://purl.org/co/ListItem
Instances of co:ListItem can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
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 |
@prefix co: <http://purl.org/co/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
co:ListItem rdfs:subClassOf co:Item .