Skip to content

Additional Axiom in OWL saying that first page of a collection is part of the collection itself #686

Description

@cristianolongoodhl

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).

Image

Metadata

Metadata

Labels

owlFor changes to the OWL file

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions