Binary file ldp-primer/app.png has changed
Binary file ldp-primer/app_post.png has changed
--- a/ldp-primer/attachments_m_get_res.txt Mon Jul 07 12:40:29 2014 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-HTTP/1.1 200 OK
-Content-Type: text/turtle; charset=UTF-8
-Link: <http://www.w3.org/ns/ldp#Resource>; rel="type"
-ETag: W/"123456789"
-
-</app/product1/bug3/attachments/login-page.png>
- wdrs:describedby </app/product1/bug3/attachments/1> ;
- dcterms:created "2013-05-27T17:05Z"^^xsd:dateTime ;
- dcterms:creator </user/jhondoe#me> .
-
----
-HTTP/1.1 200 OK
-Content-Type: application/ld+json; charset=UTF-8
-Link: <http://www.w3.org/ns/ldp#Resource>; rel="type"
-ETag: W/"123456789"
-
-{
- "@context": "https://dvcs.w3.org/hg/ldpwg/raw-file/default/ldp-primer/context.json",
- "@id": "/app/product1/bug3/attachments/login-page.png",
- "wdrs:describedby": { "@id": "/app/product1/bug3/attachments/1" },
- "dcterms:created": {
- "@type": "http://www.w3.org/2001/XMLSchema#dateTime",
- "@value": "2013-05-27T17:05:00+00:00"
- },
- "dcterms:creator": { "@id": "/app/user/jhondoe#me" }
-}
\ No newline at end of file
--- a/ldp-primer/attachments_m_update_req.txt Mon Jul 07 12:40:29 2014 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-PUT /app/product1/bug3/attachments/1 HTTP/1.1
-Host: example.org
-Content-Type: text/turtle
-If-Match: W/"123456789"
-
-</app/product1/bug3/attachments/login-page.png>
- wdrs:describedby </app/product1/bug3/attachments/1> ;
- dcterms:title "Screenshop of the Web UI of the login page when error happened";
- dcterms:created "2013-05-27T17:05Z"^^xsd:dateTime ;
- dcterms:creator </user/jhondoe#me> .
-
----
-PUT /app/product1/bug3/attachments/1 HTTP/1.1
-Host: example.org
-Content-Type: application/ld+json
-If-Match: W/"123456789"
-
-{
- "@context": "https://dvcs.w3.org/hg/ldpwg/raw-file/default/ldp-primer/context.json",
- "@id": "/app/product1/bug3/attachments/login-page.png",
- "wdrs:describedby": { "@id": "/app/product1/bug3/attachments/1" },
- "dcterms:title": "Screenshop of the Web UI of the login page when error happened",
- "dcterms:created": {
- "@type": "http://www.w3.org/2001/XMLSchema#dateTime",
- "@value": "2013-05-27T17:05:00+00:00"
- },
- "http://purl.org/dc/terms/creator": { "@id": "/app/user/jhondoe#me" }
-}
\ No newline at end of file
--- a/ldp-primer/attachments_s1.txt Mon Jul 07 12:40:29 2014 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-</app/product1/bug3/attachments/> a ldp:Container;
- dcterms:title "A container that tracks bugs of Product A" ;
- ldp:membershipSubject <>;
- ldp:membershipPredicate bt:hasAttachment;
- ldp:membershipObject ldp:MemberSubject .
-
----
-
-{
- "@context": "https://dvcs.w3.org/hg/ldpwg/raw-file/default/ldp-primer/context.json",
- "@id": "/app/product1/bug3/attachments/",
- "ldp:membershipSubject": { "@id": "" },
- "ldp:membershipPredicate": { "@id": "bt:hasAttachment" },
- "ldp:membershipObject": { "@id": "ldp:MemberSubject" },
- "dcterms:title": "A container that tracks bugs of Product A"
-}
\ No newline at end of file
--- a/ldp-primer/attachments_s2.txt Mon Jul 07 12:40:29 2014 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-</app/product1/bug3/attachments/> a ldp:Container;
- dcterms:title "A container that tracks bugs of Product A" ;
- ldp:membershipSubject <>;
- ldp:membershipPredicate bt:hasAttachment;
- ldp:membershipObject ldp:MemberSubject;
- bt:hasAttachment <login-page.png> .
-
----
-
-{
- "@context": "https://dvcs.w3.org/hg/ldpwg/raw-file/default/ldp-primer/context.json",
- "@id": "/app/product1/bug3/attachments/",
- "ldp:membershipSubject": { "@id": "" },
- "ldp:membershipPredicate": { "@id": "bt:hasAttachment" },
- "ldp:membershipObject": { "@id": "ldp:MemberSubject" },
- "dcterms:title": "A container that tracks bugs of Product A",
- "bt:hasAttachment": { "@id": "login-page.png" }
-}
\ No newline at end of file
Binary file ldp-primer/bug67.png has changed
--- a/ldp-primer/bug_alt_create_req.txt Mon Jul 07 12:40:29 2014 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-POST /app/product1 HTTP/1.1
-Host: example.org
-Content-Type: text/turtle
-
-<> a bt:BugReport;
- foaf:primaryTopic <#it>;
- dcterms:title "Product A crashes when shutting down.";
- dcterms:creator </app/users/johndoe> .
-
-<#it> a bt:Bug;
- bt:hasSeverity "Critical" .
-
----
-POST /app/product1 HTTP/1.1
-Host: example.org
-Content-Type: application/ld+json
-
-{
- "@context": "https://dvcs.w3.org/hg/ldpwg/raw-file/default/ldp-primer/context.json",
- "@graph": [
- {
- "@id": "",
- "@type": "bt:BugReport",
- "foaf:primaryTopic": { "@id": "#it" },
- "dcterms:title": "Product A crashes when shutting down.",
- "dcterms:creator": { "@id": "/app/users/johndoe" }
- },
- {
- "@id": "#it",
- "bt:hasSeverity": "Critical"
- }
- ]
-}
\ No newline at end of file
--- a/ldp-primer/bug_alt_s1.txt Mon Jul 07 12:40:29 2014 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-</app/product1/67> a bt:BugReport;
- foaf:primaryTopic <#it>;
- dcterms:title "Product A crashes when shutting down.";
- dcterms:creator </app/users/johndoe> ;
- dcterms:created "2013-05-05T10:00"^^xsd:dateTime;
- bt:isInState "New" .
-
-</app/product1/67#it> a bt:Bug;
- bt:hasSeverity "Critical" .
-
----
-{
- "@context": "https://dvcs.w3.org/hg/ldpwg/raw-file/default/ldp-primer/context.json",
- "@graph": [
- {
- "@id": "/app/product1/67",
- "@type": "bt:BugReport",
- "foaf:primaryTopic": { "@id": "#it" },
- "dcterms:title": "Product A crashes when shutting down.",
- "dcterms:creator": { "@id": "/app/users/johndoe" }
- },
- {
- "@id": "#it",
- "bt:hasSeverity": "Critical"
- }
- ]
-}
\ No newline at end of file
Binary file ldp-primer/bug_create.png has changed
Binary file ldp-primer/bug_delete.png has changed
--- a/ldp-primer/bug_look_up_req.txt Mon Jul 07 12:40:29 2014 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-GET /app/product1/bug3 HTTP/1.1
-Host: example.org
-Accept: text/turtle
-
----
-GET /app/product1/bug3 HTTP/1.1
-Host: example.org
-Accept: application/ld+json
--- a/ldp-primer/bug_look_up_resp.txt Mon Jul 07 12:40:29 2014 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-HTTP/1.1 200 OK
-Content-Type: text/turtle; charset=UTF-8
-Link: <http://www.w3.org/ns/ldp/Resource>; rel="type"
-ETag: W/"123456789"
-
- </app/product1/bug3> a bt:Bug;
- dcterms:title "Product A crashes when shutting down.";
- dcterms:creator </app/users/johndoe>;
- dcterms:created "2013-05-05T10:00"^^xsd:dateTime ;
- bt:isInState "New" .
-
----
-HTTP/1.1 200 OK
-Content-Type: application/ld+json; charset=UTF-8
-Link: <http://www.w3.org/ns/ldp/Resource>; rel="type"
-ETag: W/"123456789"
-
-{
- "@context": "https://dvcs.w3.org/hg/ldpwg/raw-file/default/ldp-primer/context.json",
- "@id": "/product1/bug3",
- "dcterms:title": "Product A crashes when shutting down."
- "dcterms:creator": { "@id": "http://njh.me/app/users/johndoe" },
- "dcterms:created": {
- "@type": "http://www.w3.org/2001/XMLSchema#dateTime",
- "@value": "2013-05-05T10:00:00"
- },
- "bt:isInState": "New"
-}
\ No newline at end of file
Binary file ldp-primer/bug_lookup.png has changed
Binary file ldp-primer/bug_update.png has changed
--- a/ldp-primer/getfoaf.txt Mon Jul 07 12:40:29 2014 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-GET /alice/foaf HTTP/1.1
-Host: example.org
-Accept: text/turtle
-
----
-
-GET /alice/foaf HTTP/1.1
-Host: example.org
-Accept: application/ld+json
\ No newline at end of file
--- a/ldp-primer/getfoaf_res.txt Mon Jul 07 12:40:29 2014 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-HTTP/1.1 200 OK
-Content-Type: text/turtle; charset=UTF-8
-Link: <http://www.w3.org/ns/ldp#Resource>; rel='type'
-ETag: W/'123454321'
-
-@prefix dc: <http://purl.org/dc/terms/> .
-@prefix foaf: <http://xmlns.com/foaf/0.1/> .
-
-<> a foaf:PersonalProfileDocument;
- foaf:primaryTopic <#me> ;
- dc:title 'Alice’s FOAF file' .
-
-<#me> a foaf:Person;
- foaf:name 'Alice Smith' .
-
----
-
-XXX
--- a/ldp-primer/ic_bug_create_s2.txt Mon Jul 07 12:40:29 2014 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-@prefix ldp: <http://www.w3.org/ns/ldp#> .
-@prefix dcterms: <http://purl.org/dc/terms/> .
-@prefix bt: <http://example.org/vocab/bugtracker#> .
-
-</tracker/ldp-demo/bug67> a bt:Bug;
- dcterms:title "Product A crashes when shutting down.";
- dcterms:creator </tracker/users/johndoe>;
- dcterms:created "2013-05-05T10:00"^^xsd:dateTime .
-
-<#it> a bt:Bug ;
- bt:isInState "New" .
-
----
-
-{
- "@context": "https://dvcs.w3.org/hg/ldpwg/raw-file/default/ldp-primer/context.json",
- "@id": "/tracker/ldp-demo/bug67",
- "dcterms:title": "Product A crashes when shutting down.",
- "dcterms:creator": { "@id": "/tracker/users/johndoe" },
- "dcterms:created": {
- "@type": "http://www.w3.org/2001/XMLSchema#dateTime",
- "@value": "2013-05-05T10:00:00"
- }
-}
-{
- "@id": "#it",
- "@type": "bt:Bug",
- "bt:isInState": "New"
-}
\ No newline at end of file
--- a/ldp-primer/ldpc_ex.txt Mon Jul 07 12:40:29 2014 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-@prefix dc: <http://purl.org/dc/terms/> .
-@prefix foaf: <http://xmlns.com/foaf/0.1/> .
-@prefix ldp: <http://www.w3.org/ns/ldp#> .
-
-<http://example.org/nandana/friends/> a ldp:BasicContainer;
- dc:title "Friends of Nandana";
- ldp:contains <roger>, <raul>, <bob>, <alice>, <joe> .
-
----
-
-{
- "@context": "https://dvcs.w3.org/hg/ldpwg/raw-file/default/ldp-primer/context.json",
- "@id": "http://example.org/nandana/friends/",
- "@type": ["ldp:BasicContainer"],
- "dcterms:title": "Friends of Nandana",
- "ldp:contains": [
- { "@id": "./roger" },
- { "@id": "./raul"},
- { "@id": "./alice" },
- { "@id": "./bob" },
- { "@id": "./joe" }
- ]
-}
\ No newline at end of file
--- a/ldp-primer/ldpc_ex_m.txt Mon Jul 07 12:40:29 2014 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-@prefix dc: <http://purl.org/dc/terms/> .
-@prefix foaf: <http://xmlns.com/foaf/0.1/> .
-@prefix owl: <http://www.w3.org/2002/07/owl#> .
-
-<http://example.org/nandana/friends/roger> a foaf:Person;
- owl:sameAs <http://www.linkedin.com/in/yadnem> ;
- foaf:name "Roger Menday" ;
- foaf:workplaceHomepage <http://www.fujitsu.com/uk/> .
-
----
-
-{
- "@context": "https://dvcs.w3.org/hg/ldpwg/raw-file/default/ldp-primer/context.json",
- "@id": "http://example.org/nandana/friends/roger",
- "@type": "foaf:Person",
- "foaf:name": "Roger Menday",
- "foaf:workplaceHomepage": { "@id": "http://www.fujitsu.com/uk/" },
- "owl:sameAs": { "@id": "http://www.linkedin.com/in/yadnem" }
-}
\ No newline at end of file
--- a/ldp-primer/ldpc_ex_non_ldpr.txt Mon Jul 07 12:40:29 2014 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-@prefix dc: <http://purl.org/dc/terms/> .
-@prefix ldp: <http://www.w3.org/ns/ldp#> .
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
-
-<http://example.org/nandana/photos/> a ldp:BasicContainer;
- dc:title "Photos taken by Nandana";
- ldp:contains <sunset.png>, <beach.png>, <park.jpeg> .
-
----
-
-{
- "@context": "https://dvcs.w3.org/hg/ldpwg/raw-file/default/ldp-primer/context.json",
- "@id": "http://example.org/nandana/photos/",
- "@type": "ldp:BasicContainer",
- "dcterms:title": "Photos taken by Nandana",
- "ldp:contains": [
- { "@id": "./beach.png" },
- { "@id": "./park.jpeg" },
- { "@id": "./sunset.png"}
- ]
-}
\ No newline at end of file
--- a/ldp-primer/ldpr_ex.txt Mon Jul 07 12:40:29 2014 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-@prefix dc: <http://purl.org/dc/terms/> .
-@prefix foaf: <http://xmlns.com/foaf/0.1/> .
-
-<http://example.org/nandana/foaf> a foaf:PersonalProfileDocument;
- foaf:primaryTopic <http://example.org/nandana/foaf#me> ;
- dc:title "Nandana's FOAF file" .
-
-<http://example.org/nandana#me> a foaf:Person;
- foaf:name "Nandana Mihindukulasooriya" ;
- foaf:workplaceHomepage <http://www.oeg-upm.net/> ;
- foaf:based_near <http://dbpedia.org/resource/Madrid> .
-
----
-
-{
- "@context": "https://dvcs.w3.org/hg/ldpwg/raw-file/default/ldp-primer/context.json",
- "@graph":
- [
- {
- "@id": "http://example.org/nandana/foaf",
- "@type": "foaf:PersonalProfileDocument",
- "dcterms:title": "Nandana's FOAF file",
- "foaf:primaryTopic": { "@id": "http://example.org/nandana/foaf#me" }
- },
- {
- "@id": "http://example.org/nandana/foaf#me",
- "@type": "foaf:Person",
- "foaf:based_near": { "@id": "http://dbpedia.org/resource/Madrid"},
- "foaf:name": "Nandana Mihindukulasooriya",
- "foaf:workplaceHomepage": { "@id": "http://www.oeg-upm.net/" }
- }
- ]
-}
\ No newline at end of file
Binary file ldp-primer/nandana_foaf.png has changed
Binary file ldp-primer/nandana_friends.png has changed
--- a/ldp-primer/ordered_ldpc_resp.txt Mon Jul 07 12:40:29 2014 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,56 +0,0 @@
-HTTP/1.1 200 OK
-Content-Type: text/turtle; charset=UTF-8
-Link: <http://www.w3.org/ns/ldp/Resource>; rel="type"
-ETag: W/"123456789"
-
-</app/product1?firstPage>
- a ldp:Page;
- ldp:pageOf </app/product1/>;
- ldp:containerSortCriteria <#SortValueAscending> .
-
-</app/product1/> a bt:Product, ldp:Container;
- ldp:membershipSubject <>;
- ldp:membershipPredicate bt:hasbug;
- ldp:membershipObject ldp:MemberSubject;
- dcterms:title "Product 1";
- bt:hasbug </app/product1/bug3>, </app/product1/bug4> .
-
-<#SortValueDescending>
- a ldp:ContainerSortCriterion;
- ldp:containerSortOrder ldp:Descending;
- ldp:containerSortPredicate dcterms:created .
-
----
-HTTP/1.1 200 OK
-Content-Type: application/ld+json; charset=UTF-8
-Link: <http://www.w3.org/ns/ldp/Resource>; rel="type"
-ETag: W/"123456789"
-
-{
- "@context": "https://dvcs.w3.org/hg/ldpwg/raw-file/default/ldp-primer/context.json",
- "@graph": [
- {
- "@id": "/app/product1?firstPage",
- "ldp:containerSortCriteria": { "@id": "#SortValueAscending" },
- "ldp:pageOf": { "@id": "/app/product1/" }
- },
- {
- "@id": "/app/product1/",
- "@type": "ldp:Container",
- "ldp:membershipSubject": { "@id": "" },
- "ldp:membershipPredicate": { "@id": "bt:hasbug" },
- "ldp:membershipObject": { "@id": "ldp:MemberSubject" }
- "bt:hasbug": [
- { "@id": "/app/product1/bug3" },
- { "@id": "/app/product1/bug4" }
- ],
- "dcterms:title": "Product 1"
- },
- {
- "@id": "#SortValueDescending",
- "@type": "ldp:ContainerSortCriterion",
- "ldp:containerSortOrder": { "@id": "ldp:Descending" },
- "ldp:containerSortPredicate": { "@id": "dcterms:created" }
- }
- ]
-}
\ No newline at end of file
--- a/ldp-primer/paging_page1_res.txt Mon Jul 07 12:40:29 2014 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,63 +0,0 @@
-HTTP/1.1 200 OK
-Content-Type: text/turtle; charset=UTF-8
-Link: <http://www.w3.org/ns/ldp/Resource>; rel="type"
-ETag: W/"123456789"
-
-</app/product1/bug3?firstpage>
- a ldp:Page;
- ldp:pageOf </app/product1/bug3>;
- ldp:nextPage </app/product1/bug3?secondPage>.
-
-</app/product1/bug3> a bt:Bug;
- dcterms:title "Product A crashes when shutting down.";
- dcterms:creator </app/users/johndoe>;
- dcterms:created "2013-05-05T10:00"^^xsd:dateTime;
- bt:isInState "New";
- bt:hasComment <#comment1>, <#comment2>, <#comment3>, <#comment4> .
-
-<#comment1> a bt:Comment;
- dcterms:created "2013-05-05T10:00"^^xsd:dateTime;
- dcterms:creator </app/users/janeroe>;
- dcterms:description "Was the Product A configured with Parameter Y ?" .
-
----
-
-HTTP/1.1 200 OK
-Content-Type: application/ld+json; charset=UTF-8
-Link: <http://www.w3.org/ns/ldp/Resource>; rel="type"
-ETag: W/"123456789"
-
-
-{
- "@context": "https://dvcs.w3.org/hg/ldpwg/raw-file/default/ldp-primer/context.json",
- "@graph": [
- {
- "@id": "/app/product1/bug3?firstpage",
- "ldp:nextPage": { "@id": "/app/product1/bug3?secondPage" },
- "ldp:pageOf": { "@id": "/app/product1/bug3" }
- },
- {
- "@id": "/app/product1/bug3",
- "dcterms:title": "Product A crashes when shutting down.",
- "dcterms:creator": { "@id": "/app/users/johndoe" },
- "bt:isInState": "New",
- "dcterms:created": {
- "@type": "http://www.w3.org/2001/XMLSchema#dateTime",
- "@value": "2013-05-05T10:00:00"
- },
- "bt:hasComment": [
- { "@id": "#comment2" }, { "@id": "#comment4" }, { "@id": "#comment3" }, { "@id": "#comment1 }
- ]
- },
- {
- "@id": "#comment1",
- "@type": "bt:Comment",
- "dcterms:created": {
- "@type": "http://www.w3.org/2001/XMLSchema#dateTime",
- "@value": "2013-05-05T10:00:00"
- },
- "dcterms:creator": { "@id": "http://njh.me/app/users/janeroe" },
- "dcterms:description": "Was the Product A configured with Parameter Y ?"
- },
- ]
-}
\ No newline at end of file
--- a/ldp-primer/paging_page2_res.txt Mon Jul 07 12:40:29 2014 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,70 +0,0 @@
-HTTP/1.1 200 OK
-Content-Type: text/turtle; charset=UTF-8
-Link: <http://www.w3.org/ns/ldp/Resource>; rel="type"
-ETag: W/"123456799"
-
-</app/product1/bug3?secondPage>
- a ldp:Page;
- ldp:pageOf </app/product1/bug3>;
- ldp:nextPage rdf:nil.
-
-<#comment2> a bt:Comment;
- dcterms:created "2013-05-05T10:30"^^xsd:dateTime;
- dcterms:creator </app/users/johndoe>;
- dcterms:description "Yes. Parameter Y was set to Z." .
-
-<#comment3> a bt:Comment;
- dcterms:created "2013-05-05T11:00"^^xsd:dateTime;
- dcterms:creator </app/users/janeroe>;
- dcterms:description "Blah blah blah ..." .
-
-<#comment4> a bt:Comment;
- dcterms:created "2013-05-05T11:30"^^xsd:dateTime;
- dcterms:creator </app/users/johndoe>;
- dcterms:description "Blah blah blah ..." .
-
----
-
-HTTP/1.1 200 OK
-Content-Type: application/ld+json; charset=UTF-8
-Link: <http://www.w3.org/ns/ldp/Resource>; rel="type"
-ETag: W/"123456799"
-
-
-{
- "@context": "https://dvcs.w3.org/hg/ldpwg/raw-file/default/ldp-primer/context.json",
- "@graph": [
- {
- "@id": "/app/product1/bug3?secondPage",
- "ldp:nextPage": { "@id": "rdf:nil" },
- "ldp:pageOf": { "@id": "/app/product1/bug3" }
- },
- {
- "@id": "#comment3",
- "dcterms:created": {
- "@type": "http://www.w3.org/2001/XMLSchema#dateTime",
- "@value": "2013-05-05T11:00:00"
- },
- "dcterms:creator": { "@id": "/app/users/janeroe" },
- "dcterms:description": "Blah blah blah ..."
- },
- {
- "@id": "#comment2",
- "dcterms:created": {
- "@type": "http://www.w3.org/2001/XMLSchema#dateTime",
- "@value": "2013-05-05T10:30:00"
- },
- "dcterms:creator": { "@id": "/app/users/johndoe" },
- "dcterms:description": "Yes. Parameter Y was set to Z."
- },
- {
- "@id": "#comment4",
- "dcterms:created": {
- "@type": "http://www.w3.org/2001/XMLSchema#dateTime",
- "@value": "2013-05-05T11:30:00"
- },
- "dcterms:creator": { "@id": "/app/users/johndoe" },
- "dcterms:description": "Blah blah blah ..."
- }
- ]
-}
\ No newline at end of file
Binary file ldp-primer/photos.png has changed
--- a/ldp-primer/product_alt_s1.txt Mon Jul 07 12:40:29 2014 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-</app/product1/> a ldp:Container, bt:ProductDescription;
- foaf:primaryTopic <#it>;
- ldp:membershipSubject </app/product1/#it>;
- ldp:membershipPredicate bt:hasbug;
- ldp:membershipObject foaf:primaryTopic;
- dcterms:title "Description of Product 1".
-
-</app/product1/#it> a bt:Product;
- bt:hasbug </app/product1/bug3#it>;
- bt:hasbug </app/product1/bug4#it> .
-
----
-
-{
- "@context": "https://dvcs.w3.org/hg/ldpwg/raw-file/default/ldp-primer/context.json",
- "@graph": [
- {
- "@id": "/app/product1/",
- "@type": [ "bt:ProductDescription", "ldp:Container"],
- "ldp:membershipSubject": { "@id": "/app/product1/#it" },
- "ldp:membershipPredicate": { "@id": "bt:hasbug" },
- "ldp:membershipObject": { "@id": "foaf:primaryTopic" },
- "dcterms:title": "Description of Product 1",
- "foaf:primaryTopic": { "@id": "http://njh.me/#it" }
- },
- {
- "@id": "/app/product1/#it",
- "bt:hasbug": [
- { "@id": "/app/product1/bug3#it" }, { "@id": "/app/product1/bug4#it" }
- ]
- }
- ]
-}
\ No newline at end of file
--- a/ldp-primer/product_alt_s2.txt Mon Jul 07 12:40:29 2014 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-</app/product1/> a ldp:Container, bt:ProductDescription;
- foaf:primaryTopic <#it>;
- ldp:membershipSubject </app/product1/#it>;
- ldp:membershipPredicate bt:hasbug;
- ldp:membershipObject ldp:MemberSubject;
- dcterms:title "Description of Product 1";
-
-</app/product1/#it> a bt:Product;
- bt:hasbug </app/product1/bug3#it>;
- bt:hasbug </app/product1/bug4#it> ;
- bt:hasbug </app/product1/bug67#it> .
-
----
-{
- "@context": "https://dvcs.w3.org/hg/ldpwg/raw-file/default/ldp-primer/context.json",
- "@graph": [
- {
- "@id": "/app/product1/",
- "@type": [ "bt:ProductDescription", "ldp:Container"],
- "ldp:membershipSubject": { "@id": "/app/product1/#it" },
- "ldp:membershipPredicate": { "@id": "bt:hasbug" },
- "ldp:membershipObject": { "@id": "foaf:primaryTopic" },
- "dcterms:title": "Description of Product 1",
- "foaf:primaryTopic": { "@id": "http://njh.me/#it" }
- },
- {
- "@id": "/app/product1/#it",
- "bt:hasbug": [
- { "@id": "/app/product1/bug3#it" }, { "@id": "/app/product1/bug4#it" }, { "@id": "/app/product1/bug67#it" }
- ]
- }
- ]
-}
\ No newline at end of file
--- a/ldp-primer/product_inv_s1.txt Mon Jul 07 12:40:29 2014 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-</app/product1/> a bt:Product, ldp:Container;
- ldp:membershipSubject <>;
- ldp:membershipPredicateInverse bt:relatedProduct;
- ldp:membershipObject ldp:MemberSubject;
- dcterms:title "Product 1" .
-
-</app/product1/bug3> bt:relatedProduct <> .
-</app/product1/bug4> bt:relatedProduct <> .
-
----
-
-{
- "@context": "https://dvcs.w3.org/hg/ldpwg/raw-file/default/ldp-primer/context.json",
- "@graph": [
- {
- "@id": "/app/product1/",
- "@type": "ldp:Container",
- "ldp:membershipSubject": { "@id": "" },
- "ldp:membershipPredicateInverse": { "@id": "bt:relatedProduct" },
- "ldp:membershipObject": { "@id": "ldp:MemberSubject" } ,
- "dcterms:title": "Product 1",
- },
- {
- "@id": "/app/product1/bug3",
- "bt:relatedProduct": { "@id": "" }
- },
- {
- "@id": "/app/product1/bug4",
- "bt#relatedProduct": { "@id": "" }
- }
- ]
-}
Binary file ldp-primer/product_lookup.png has changed
--- a/ldp-primer/product_lookup.txt Mon Jul 07 12:40:29 2014 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-HTTP/1.1 200 OK
-Content-Type: text/turtlecharset=UTF-8
-Link: <http://www.w3.org/ns/ldp/Resource>; rel="type"
-Link: <?nonMemberProperties>;rel="http://www.w3.org/ns/ldp#nonMemberResource"
-ETag: W/"123456789"
-
-</app/product1> a bt:Product, ldp:Container;
- ldp:membershipPredicate bt:hasbug ;
- dcterms:title "Product 1" ;
- bt:hasbug </app/product1/bug3> ;
- bt:hasbug </app/product1/bug4> .
-
----
-
-{ 'needto': 'fill out' }
\ No newline at end of file
Binary file ldp-primer/product_postcreate.png has changed
Binary file ldp-primer/replace.png has changed
--- a/ldp-primer/res_inline_req.txt Mon Jul 07 12:40:29 2014 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-GET /app/product1/bug3 HTTP/1.1
-Host: example.org
-Accept: text/turtle
-
----
-GET /app/product1/bug3 HTTP/1.1
-Host: example.org
-Accept: application/ld+json
\ No newline at end of file
--- a/ldp-primer/res_inline_res.txt Mon Jul 07 12:40:29 2014 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,36 +0,0 @@
-HTTP/1.1 200 OK
-Content-Type: text/turtle
-Link: <http://www.w3.org/ns/ldp/Resource>; rel="type"
-ETag: W/"123456789"
-
-</app/product1/bug3>
- a ldp:Page, bt:Bug;
- ldp:inlinedResource </app/product1/bug4> ;
- dcterms:title "Product 1 crashes when shutting down.";
- bt:relatedBug </app/product1/bug4> .
-
-</app/product1/bug4> a bt:Bug;
- dcterms:title "..." .
-
----
-GET /app/product1/bug3 HTTP/1.1
-Host: example.org
-Accept: application/ld+json
-
-{
- "@context": "https://dvcs.w3.org/hg/ldpwg/raw-file/default/ldp-primer/context.json",
- "@graph": [
- {
- "@id": "http://njh.me/app/product1/bug3",
- "@type": "bt:Bug",
- "bt:relatedBug": { "@id": "/app/product1/bug4" },
- "dcterms:title": "Product 1 crashes when shutting down.",
- "ldp:inlinedResource": { "@id": "/app/product1/bug4" }
- },
- {
- "@id": "/app/product1/bug4",
- "@type": "bt:Bug",
- "dcterms:title": "..."
- }
- ]
-}
\ No newline at end of file
Binary file ldp-primer/roger.png has changed