Pull request #689
We report the definitions of the two properties partOf and first from the Activity Vocabulary
first
In a paged Collection, indicates the furthest preceeding page of items in the collection.
partOf
Identifies the Collection to which a CollectionPage objects items belong.
In other words, every collection page (say p) is connected to the collection it belongs to (say c) via the partOf property and, conversely, a collection c is linked to its first page trough the first property.
Here we propose to extends the OWL ontology with the additional axiom first ⊑ partOf -, stating that the first page of a collection is part of the collection itself. For example, it would allow to derive p partOf c from c first p (the dashed edge in the following graphical representation).

Pull request #689
We report the definitions of the two properties
partOfandfirstfrom the Activity Vocabularyfirst
partOf
In other words, every collection page (say
p) is connected to the collection it belongs to (sayc) via thepartOfproperty and, conversely, a collectioncis linked to its first page trough thefirstproperty.Here we propose to extends the OWL ontology with the additional axiom first ⊑ partOf -, stating that the first page of a collection is part of the collection itself. For example, it would allow to derive
p partOf cfromc first p(the dashed edge in the following graphical representation).