https://ontology.unifiedcyberontology.org/uco/types/threadPreviousItem
A direct link to a previous item in a thread.
@prefix co: <http://purl.org/co/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix types: <https://ontology.unifiedcyberontology.org/uco/types/> .
types:threadPreviousItem a owl:ObjectProperty ;
rdfs:label "threadPreviousItem"@en ;
rdfs:comment "A direct link to a previous item in a thread."@en ;
rdfs:seeAlso co:previousItem ;
rdfs:subPropertyOf types:threadPredecessor ;
owl:inverseOf types:threadNextItem .