as:describes leaf node


URI

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

Label

describes

Description

On a Profile object, describes the object described by the profile

Usage

DOMAINPROPERTYRANGE
as:Profile as:describes as:Object

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:describes a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "describes"@en ;
    rdfs:comment "On a Profile object, describes the object described by the profile"@en ;
    rdfs:domain as:Profile ;
    rdfs:range as:Object .