ISSUE-47: publish ontology

ontology

publish ontology

State:
CLOSED
Product:
Raised by:
Henry Story
Opened on:
2013-01-28
Description:
We should publish the LDP ontology as linked data and also have an
Ontology product in the tracker.

The ontology should be published at <http://www.w3.org/ns/ldp>
and can be as simple as this:

[[
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .

<> rdfs:seeAlso <http://www.w3.org/TR/ldp/> .


ldp:Resource a rdf:Class;
rdfs:label "LDPR";
vs:term_status "unstable" .


ldp:Container a rdf:Class;
rdfs:label "LDPC";
vs:term_status "unstable".

ldp:Container rdfs:subClassOf ldp:Resource .

]]

If new terms appear they can be proposed to be added to the vocabulary/ontology.
If restrictions appear to be useful they can be added there too. At least they can
be proposed, discussed, and voted on.

When the spec is settled, more precise pointers to the spec for each item can
be added where needed.
Related Actions Items:
No related actions
Related emails:
  1. Re: ISSUE-47 Proposal for LDP vocabulary document (from johnarwe@us.ibm.com on 2013-02-19)
  2. Re: ISSUE-47 Proposal for LDP vocabulary document (from johnarwe@us.ibm.com on 2013-02-18)
  3. Re: ISSUE-47 Proposal for LDP vocabulary document (from rgarcia@fi.upm.es on 2013-02-15)
  4. Re: ISSUE-47 Proposal for LDP vocabulary document (from sergio.fernandez@salzburgresearch.at on 2013-02-15)
  5. Re: ISSUE-47 Proposal for LDP vocabulary document (from rgarcia@fi.upm.es on 2013-02-15)
  6. Re: ISSUE-47 Proposal for LDP vocabulary document (from sspeiche@gmail.com on 2013-02-14)
  7. Re: ISSUE-47 Proposal for LDP vocabulary document (from sergio.fernandez@salzburgresearch.at on 2013-02-14)
  8. Re: ISSUE-47 Proposal for LDP vocabulary document (from rgarcia@fi.upm.es on 2013-02-14)
  9. Re: ISSUE-47 Proposal for LDP vocabulary document (from kidehen@openlinksw.com on 2013-02-13)
  10. Re: ISSUE-47 Proposal for LDP vocabulary document (from henry.story@bblfish.net on 2013-02-13)
  11. ISSUE-47 Proposal for LDP vocabulary document (from sspeiche@gmail.com on 2013-02-13)
  12. Re: ldp-ISSUE-47 (ontology): publish ontology (from sspeiche@gmail.com on 2013-02-04)
  13. Re: ldp-ISSUE-47 (ontology): publish ontology (from david@3roundstones.com on 2013-01-28)
  14. ldp-ISSUE-47 (ontology): publish ontology (from sysbot+tracker@w3.org on 2013-01-28)

Related notes:

Open per http://www.w3.org/2012/ldp/meeting/2013-02-04#resolution_3

Arnaud Le Hors, 8 Feb 2013, 21:07:34

Display change log ATOM feed


Chair, Staff Contact
Tracker: documentation, (configuration for this group), originally developed by Dean Jackson, is developed and maintained by the Systems Team <w3t-sys@w3.org>.
$Id: 47.html,v 1.1 2015/08/17 04:43:09 denis Exp $