Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion vocabulary/activitystreams2.owl
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,12 @@ as:first a owl:FunctionalProperty ,
rdfs:range [
a owl:Class ;
owl:unionOf ( as:CollectionPage as:Link )
] .
] ;
# the first page of a collection is part of the collection itself (see https://github.com/w3c/activitystreams/issues/686)
rdfs:subPropertyOf [ owl:inverseOf :partOf
] .



as:generator a owl:ObjectProperty ;
rdfs:label "generator"@en ;
Expand Down