as:OrderedActorCollection leaf node


URI

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

Label

OrderedActorCollection

Superclasses (1)

Usage

Instances of as:OrderedActorCollection can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

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

as:OrderedActorCollection a owl:Class ;
    rdf:comment "A collection of Actors."@en ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty as:orderedItems ;
            owl:someValuesFrom as:Actor ],
        as:OrderedCollection .