Launchpad ontology

Asked by Tomás Vírseda García

Hi,

where could I find the ontology used by Launchpad to describe projects?

For example, I get my project's RDF file from this link:
https://launchpad.net/vazaar/+rdf

In this file, launchpad uses the following namespaces

         xmlns:doaml="http://ns.balbinus.net/doaml#"
         xmlns:foaf="http://xmlns.com/foaf/0.1/"
         xmlns:lp="https://launchpad.net/rdf/launchpad#"
         xmlns:wot="http://xmlns.com/wot/0.1/"
         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"

I'm interested in the lp ontology, but the link https://launchpad.net/rdf/launchpad is not working.

Context:
I am developing a Personal Information Manager application which works using semantic web technologies and ontologies.

Thanks in advance,
Tomás Vírseda

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Curtis Hovey
Solved:
Last query:
Last reply:
Revision history for this message
Best Curtis Hovey (sinzui) said :
#1

LP's ontology is bogus. We have discussed removing it. The OWL is in th source code:
    http://bazaar.launchpad.net/~launchpad-pqm/launchpad/stable/files/head:/lib/canonical/launchpad/rdfspec/

Revision history for this message
Tomás Vírseda García (kaskaras) said :
#2

Thanks Curtis Hovey, that solved my question.

Revision history for this message
Tomás Vírseda García (kaskaras) said :
#3

As a suggestion maybe should be better to use the DOAP[1] ontology to describe projects.

[1] DOAP: http://trac.usefulinc.com/doap

Revision history for this message
Curtis Hovey (sinzui) said :
#4

Yes. This is the standard by which I judge Lp's RDF to be bogus.