ISSUE-79: ldp:contains
ldp:contains
ldp:contains
- State:
- CLOSED
- Product:
- Linked Data Platform Spec
- Raised by:
- Henry Story
- Opened on:
- 2013-05-31
- Description:
- replace all (most) references of rdf:member in the spec to ldp:contains .
ldp:contains a rdf:Property;
:comment "relates an LDP Container to the elements it contains, ie LDPRs that were created through this LDPC or that act as if they had been";
:domain ldp:Container;
:range ldp:Resource .
The advantage of using this relation is that:
- it is more specific than rdfs:member which can be applied much more widely than LDPCs
- it does not require the client to know that { <> a ldp:Container }, and so does not need to
parse through all the triples before it can start interpreting the meaning of an rdf:member .
- LDPRs that wish to refer to their LDPCs can do this in one relation with
{ <.> ldp:contains <> . } this otherwise requires two relations
{ <.> a ldp:Container; rdf:member <> }
- ( very minor: it may reduce the need to import the rdf namespace )
- Related Actions Items:
- No related actions
- Related emails:
- LDP Rec (from eric@w3.org on 2015-02-20)
- Re: Issue 79 ldp:contains drafted (from johnarwe@us.ibm.com on 2013-07-15)
- Re: Issue 79 ldp:contains drafted (from lehors@us.ibm.com on 2013-07-09)
- Re: Issue 79 ldp:contains drafted (from henry.story@bblfish.net on 2013-07-08)
- Re: Issue 79 ldp:contains drafted (from lehors@us.ibm.com on 2013-07-08)
- Re: Discovery/Affordances (Issue-32/Issue-57) (from henry.story@bblfish.net on 2013-06-13)
- Re: proposal on ldp:profile ( Issue-48 ) -- was: Discovery/Affordances (Issue-32/Issue-57) (from lehors@us.ibm.com on 2013-06-11)
- proposal on ldp:profile ( Issue-48 ) -- was: Discovery/Affordances (Issue-32/Issue-57) (from henry.story@bblfish.net on 2013-06-11)
- Issue-80: POST and discovery - was: a discussion with Alex B. (from henry.story@bblfish.net on 2013-06-10)
- Re: An IRC discussion with Alexandre Bertails re SSUE-19: (from henry.story@bblfish.net on 2013-06-06)
- Re: ISSUE-79 ldp:contains (from henry.story@bblfish.net on 2013-06-03)
- Re: ISSUE-79 ldp:contains (from henry.story@bblfish.net on 2013-06-03)
- Re: ISSUE-79 ldp:contains (from johnarwe@us.ibm.com on 2013-06-03)
- updated ISSUE-71: membershipX description (from henry.story@bblfish.net on 2013-06-03)
- Re: ISSUE-79 ldp:contains (from henry.story@bblfish.net on 2013-06-03)
- Re: ISSUE-79 ldp:contains (from johnarwe@us.ibm.com on 2013-06-03)
- Re: ldp-ISSUE-75 (monotonicity): rdf:membershipProperty makes LDP PATCHing non-monotonic [Linked Data Platform core] (from henry.story@bblfish.net on 2013-06-03)
- Re: ldp-ISSUE-75 (monotonicity): rdf:membershipProperty makes LDP PATCHing non-monotonic [Linked Data Platform core] (from johnarwe@us.ibm.com on 2013-06-03)
- Re: ldp-ISSUE-75 (monotonicity): rdf:membershipProperty makes LDP PATCHing non-monotonic [Linked Data Platform core] (from henry.story@bblfish.net on 2013-05-31)
- ISSUE-79 ldp:contains (from henry.story@bblfish.net on 2013-05-31)
- Re: ldp-ISSUE-75 (monotonicity): rdf:membershipProperty makes LDP PATCHing non-monotonic [Linked Data Platform core] (from johnarwe@us.ibm.com on 2013-05-31)
- Re: ldp-ISSUE-79 (ldp:contains): ldp:contains (from henry.story@bblfish.net on 2013-05-31)
- Re: ldp-ISSUE-75 (monotonicity): rdf:membershipProperty makes LDP PATCHing non-monotonic [Linked Data Platform core] (from henry.story@bblfish.net on 2013-05-31)
- Re: ldp-ISSUE-79 (ldp:contains): ldp:contains (from kidehen@openlinksw.com on 2013-05-31)
- Re: ldp-ISSUE-79 (ldp:contains): ldp:contains (from henry.story@bblfish.net on 2013-05-31)
- Re: ldp-ISSUE-73 (rdf:member): LDPCs to list all their rdf:member [Linked Data Platform core] (from henry.story@bblfish.net on 2013-05-31)
- Re: ldp-ISSUE-73 (rdf:member): LDPCs to list all their rdf:member [Linked Data Platform core] (from johnarwe@us.ibm.com on 2013-05-31)
- Re: ldp-ISSUE-79 (ldp:contains): ldp:contains (from lehors@us.ibm.com on 2013-05-31)
- Re: ldp-ISSUE-73 (rdf:member): LDPCs to list all their rdf:member [Linked Data Platform core] (from henry.story@bblfish.net on 2013-05-31)
- Re: ISSUE-75 Non-montonic - was: ISSUE-71: second bug tracking example (from kidehen@openlinksw.com on 2013-05-31)
- ISSUE-75 Non-montonic - was: ISSUE-71: second bug tracking example (from henry.story@bblfish.net on 2013-05-31)
- ldp-ISSUE-79 (ldp:contains): ldp:contains (from sysbot+tracker@w3.org on 2013-05-31)
Related notes:
Resolution: Closed Issue-79, by adding that on creating a new member resource using POST, LDP servers MAY add a triple a la : <> ldp:created <newly_created_resource>
See https://www.w3.org/2013/meeting/ldp/2013-06-19#resolution_6
Display change log