http://www.w3.org/ns/activitystreams#formerType
On a Tombstone object, describes the former type of the deleted object
DOMAIN | PROPERTY | RANGE |
---|---|---|
as:Tombstone | as:formerType | 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: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 .