http://www.w3.org/ns/activitystreams#describes
On a Profile object, describes the object described by the profile
DOMAIN | PROPERTY | RANGE |
---|---|---|
as:Profile | as:describes | as:Object |
@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 .