http://www.w3.org/ns/activitystreams#replies
Identifies a Collection containing objects considered to be responses to this object.
DOMAIN | PROPERTY | RANGE |
---|---|---|
as:Object | as:replies | as:Collection |
@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 .