as:formerType leaf node


URI

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

Label

formerType

Description

On a Tombstone object, describes the former type of the deleted object

Usage

DOMAINPROPERTYRANGE
as:Tombstone as:formerType 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:formerType a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "formerType"@en ;
    rdfs:comment "On a Tombstone object, describes the former type of the deleted object"@en ;
    rdfs:domain as:Tombstone ;
    rdfs:range as:Object .