types:threadPreviousItem leaf node


URI

https://ontology.unifiedcyberontology.org/uco/types/threadPreviousItem

Label

threadPreviousItem

Description

A direct link to a previous item in a thread.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) types:threadPreviousItem owl:Thing (inferred)

Implementation

@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 .