[doap-interest] ScutterSnacks, ProjectProfileDocument?

Dave Beckett dave.beckett at bristol.ac.uk
Mon Nov 8 23:07:01 GMT 2004


On Mon, 08 Nov 2004 21:45:22 +0000
Edd Dumbill <edd at usefulinc.com> wrote:

> (Comments below.  DOAP implementors + deployers: PLEASE READ)
...

> <Project>
> ...
> </Project>
> 
> will go to
> 
> <ProjectProfile>
>  <primaryTopic>
>    <Project>
>    </Project>
>  </primaryTopic>
> </ProjectProfile>

or you could reverse the relationship to give:

<Project>

  <!-- ... existing stuff ... -->

  <isPrimaryTopicOf>
    <ProjectProfile>
    </ProjectProfile>
  </isPrimaryTopicOf>
</Project>

In the RDF world when the graphs merge, the duplicate triples below
ProjectProfile will likely be discarded.

Dave



More information about the doap-interest mailing list