as:replies leaf node


URI

http://www.w3.org/ns/activitystreams#replies

Label

replies

Description

Identifies a Collection containing objects considered to be responses to this object.

Usage

DOMAINPROPERTYRANGE
as:Object as:replies as:Collection

Implementation

@prefix as: <http://www.w3.org/ns/activitystreams#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

as:replies a owl:ObjectProperty ;
    rdfs:label "replies"@en ;
    rdfs:comment "Identifies a Collection containing objects considered to be responses to this object."@en ;
    rdfs:domain as:Object ;
    rdfs:range as:Collection .