pimo:Collection

Registered by Tomás Vírseda García

A collection of Things, independent of their class. The items in the collection share a common property. Which property may be modelled explicitly or mentioned in the description of the Collection. The requirement of explicit modelling the semantic meaning of the collection is not mandatory, as collections can be created ad-hoc. Implizit modelling can be applied by the system by learning the properties. For example, a Collection of "Coworkers" could be defined as that all elements must be of class "Person" and have an attribute "work for the same Organization as the user". Further standards can be used to model these attributes.

Blueprint information

Status:
Complete
Approver:
None
Priority:
Undefined
Drafter:
None
Direction:
Needs approval
Assignee:
None
Definition:
Approved
Series goal:
None
Implementation:
Implemented
Milestone target:
None
Started by
Tomás Vírseda García
Completed by
Tomás Vírseda García

Related branches

Sprints

Whiteboard

I have taken this class from PIMO ontology to model collections in Vazaar.

Collections are resources. A collection could be linked to other collection. One collection has zero or more resources.

Common metadata properties:
    - PIMO['hasLogicalPart']

Ex.:
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
  xmlns:pimo='http://www.semanticdesktop.org/ontologies/pimo/'
  xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
  xmlns:nao='http://www.semanticdesktop.org/ontologies/nao/'
  xmlns:nie='http://www.semanticdesktop.org/ontologies/nie/'
>
  <pimo:Collection rdf:about="vazaar://d98c20ac-f4f9-4e79-9080-970a43a964cb">
    <nao:lastModified>2009-09-13 01:57:04</nao:lastModified>
    <nie:hasLogicalPart rdf:resource="vazaar://215025ab-a85a-4f71-ac89-2f4eae85c40b"/>
    <nie:hasLogicalPart rdf:resource="vazaar://24205444-c8b4-4be8-8210-7e079c3ddf8d"/>
    <nie:title>Foo Collection</nie:title>
    <nao:created>2009-09-13 01:57:04</nao:created>
  </pimo:Collection>
</rdf:RDF>

(?)

Work Items

Dependency tree

* Blueprints in grey have been implemented.

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.