Skip to content

Commit 0dc9d71

Browse files
committed
feat: update temp url to w3id for compliance report
1 parent ddfbf0c commit 0dc9d71

189 files changed

Lines changed: 445 additions & 405 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

createComplexPolicy.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const odrlRequestText = `
7979
@prefix dct: <http://purl.org/dc/terms/>.
8080
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
8181
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
82-
@prefix report: <http://example.com/report/temp/>.
82+
@prefix report: <https://w3id.org/force/compliance-report#>.
8383
8484
<urn:uuid:1bafee59-006c-46a3-810c-5d176b4be364> a odrl:Request;
8585
dct:description "Requesting Party ALICE requests to READ resource X.";
@@ -96,7 +96,7 @@ const stateOfTheWorldText = `
9696
@prefix dct: <http://purl.org/dc/terms/>.
9797
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
9898
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
99-
@prefix report: <http://example.com/report/temp/>.
99+
@prefix report: <https://w3id.org/force/compliance-report#>.
100100
101101
<urn:uuid:f580eb45-e8bf-4bf0-b85f-f3d37774e2d4> a ex:Sotw ;
102102
ex:includes temp:currentTime, ex:alice, ex:zeno.
@@ -129,7 +129,7 @@ async function test(){
129129
'dct': 'http://purl.org/dc/terms/',
130130
'xsd': 'http://www.w3.org/2001/XMLSchema#',
131131
'foaf': 'http://xmlns.com/foaf/0.1/',
132-
'report': 'http://example.com/report/temp/'
132+
'report': 'https://w3id.org/force/compliance-report#'
133133
}
134134

135135
// created report with N3

data/documentation/testcase-001-alice.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@prefix dct: <http://purl.org/dc/terms/>.
1010
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
1111
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
12-
@prefix report: <http://example.com/report/temp/>.
12+
@prefix report: <https://w3id.org/force/compliance-report#>.
1313
1414
<urn:uuid:4cbd8f38-348b-4b09-8e1a-04b47c97ad78> a odrl:Set;
1515
odrl:uid <urn:uuid:4cbd8f38-348b-4b09-8e1a-04b47c97ad78>;
@@ -26,7 +26,7 @@
2626
@prefix dct: <http://purl.org/dc/terms/>.
2727
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
2828
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
29-
@prefix report: <http://example.com/report/temp/>.
29+
@prefix report: <https://w3id.org/force/compliance-report#>.
3030
3131
<urn:uuid:1bafee59-006c-46a3-810c-5d176b4be364> a odrl:Request;
3232
odrl:uid <urn:uuid:1bafee59-006c-46a3-810c-5d176b4be364>;
@@ -45,7 +45,7 @@
4545
@prefix dct: <http://purl.org/dc/terms/>.
4646
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
4747
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
48-
@prefix report: <http://example.com/report/temp/>.
48+
@prefix report: <https://w3id.org/force/compliance-report#>.
4949
5050
temp:currentTime dct:issued "2024-02-12T11:20:10.999Z"^^xsd:dateTime.
5151
```
@@ -57,7 +57,7 @@ temp:currentTime dct:issued "2024-02-12T11:20:10.999Z"^^xsd:dateTime.
5757
@prefix dct: <http://purl.org/dc/terms/>.
5858
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
5959
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
60-
@prefix report: <http://example.com/report/temp/>.
60+
@prefix report: <https://w3id.org/force/compliance-report#>.
6161
6262
<urn:uuid:75a52a92-5872-480e-9380-f7d9f2a53e94> a report:PolicyReport;
6363
dct:created "2017-02-12T11:20:10.999Z"^^xsd:dateTime;

data/documentation/testcase-002-bob.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@prefix dct: <http://purl.org/dc/terms/>.
1010
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
1111
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
12-
@prefix report: <http://example.com/report/temp/>.
12+
@prefix report: <https://w3id.org/force/compliance-report#>.
1313
1414
<urn:uuid:4cbd8f38-348b-4b09-8e1a-04b47c97ad78> a odrl:Set;
1515
odrl:uid <urn:uuid:4cbd8f38-348b-4b09-8e1a-04b47c97ad78>;
@@ -26,7 +26,7 @@
2626
@prefix dct: <http://purl.org/dc/terms/>.
2727
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
2828
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
29-
@prefix report: <http://example.com/report/temp/>.
29+
@prefix report: <https://w3id.org/force/compliance-report#>.
3030
3131
<urn:uuid:5be7b7d5-bc05-4168-8b31-81ebc32cfaa0> a odrl:Request;
3232
odrl:uid <urn:uuid:5be7b7d5-bc05-4168-8b31-81ebc32cfaa0>;
@@ -45,7 +45,7 @@
4545
@prefix dct: <http://purl.org/dc/terms/>.
4646
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
4747
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
48-
@prefix report: <http://example.com/report/temp/>.
48+
@prefix report: <https://w3id.org/force/compliance-report#>.
4949
5050
temp:currentTime dct:issued "2024-02-12T11:20:10.999Z"^^xsd:dateTime.
5151
```
@@ -57,7 +57,7 @@ temp:currentTime dct:issued "2024-02-12T11:20:10.999Z"^^xsd:dateTime.
5757
@prefix dct: <http://purl.org/dc/terms/>.
5858
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
5959
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
60-
@prefix report: <http://example.com/report/temp/>.
60+
@prefix report: <https://w3id.org/force/compliance-report#>.
6161
6262
<urn:uuid:06be7c95-1771-43e8-83d9-18899440c42d> a report:PolicyReport;
6363
dct:created "2017-02-12T11:20:10.999Z"^^xsd:dateTime;

data/documentation/testcase-003-bob-write-y.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@prefix dct: <http://purl.org/dc/terms/>.
1010
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
1111
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
12-
@prefix report: <http://example.com/report/temp/>.
12+
@prefix report: <https://w3id.org/force/compliance-report#>.
1313
1414
<urn:uuid:4cbd8f38-348b-4b09-8e1a-04b47c97ad78> a odrl:Set;
1515
odrl:uid <urn:uuid:4cbd8f38-348b-4b09-8e1a-04b47c97ad78>;
@@ -26,7 +26,7 @@
2626
@prefix dct: <http://purl.org/dc/terms/>.
2727
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
2828
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
29-
@prefix report: <http://example.com/report/temp/>.
29+
@prefix report: <https://w3id.org/force/compliance-report#>.
3030
3131
<urn:uuid:73904e56-0fa9-43b8-8fd7-a45bb9d98c46> a odrl:Request;
3232
odrl:uid <urn:uuid:73904e56-0fa9-43b8-8fd7-a45bb9d98c46>;
@@ -45,7 +45,7 @@
4545
@prefix dct: <http://purl.org/dc/terms/>.
4646
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
4747
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
48-
@prefix report: <http://example.com/report/temp/>.
48+
@prefix report: <https://w3id.org/force/compliance-report#>.
4949
5050
temp:currentTime dct:issued "2024-02-12T11:20:10.999Z"^^xsd:dateTime.
5151
```
@@ -57,7 +57,7 @@ temp:currentTime dct:issued "2024-02-12T11:20:10.999Z"^^xsd:dateTime.
5757
@prefix dct: <http://purl.org/dc/terms/>.
5858
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
5959
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
60-
@prefix report: <http://example.com/report/temp/>.
60+
@prefix report: <https://w3id.org/force/compliance-report#>.
6161
6262
<urn:uuid:00f32161-8dcf-470c-b419-681e7344697b> a report:PolicyReport;
6363
dct:created "2017-02-12T11:20:10.999Z"^^xsd:dateTime;

data/documentation/testcase-004-alice.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@prefix dct: <http://purl.org/dc/terms/>.
1010
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
1111
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
12-
@prefix report: <http://example.com/report/temp/>.
12+
@prefix report: <https://w3id.org/force/compliance-report#>.
1313
1414
<urn:uuid:fe737228-8ead-4771-af2c-d6c9de1bdc05> a odrl:Set;
1515
odrl:uid <urn:uuid:fe737228-8ead-4771-af2c-d6c9de1bdc05>;
@@ -26,7 +26,7 @@
2626
@prefix dct: <http://purl.org/dc/terms/>.
2727
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
2828
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
29-
@prefix report: <http://example.com/report/temp/>.
29+
@prefix report: <https://w3id.org/force/compliance-report#>.
3030
3131
<urn:uuid:1bafee59-006c-46a3-810c-5d176b4be364> a odrl:Request;
3232
odrl:uid <urn:uuid:1bafee59-006c-46a3-810c-5d176b4be364>;
@@ -45,7 +45,7 @@
4545
@prefix dct: <http://purl.org/dc/terms/>.
4646
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
4747
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
48-
@prefix report: <http://example.com/report/temp/>.
48+
@prefix report: <https://w3id.org/force/compliance-report#>.
4949
5050
temp:currentTime dct:issued "2024-02-12T11:20:10.999Z"^^xsd:dateTime.
5151
```
@@ -57,7 +57,7 @@ temp:currentTime dct:issued "2024-02-12T11:20:10.999Z"^^xsd:dateTime.
5757
@prefix dct: <http://purl.org/dc/terms/>.
5858
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
5959
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
60-
@prefix report: <http://example.com/report/temp/>.
60+
@prefix report: <https://w3id.org/force/compliance-report#>.
6161
6262
<urn:uuid:5ed77faf-9549-4564-a26a-41ddd95c46c1> a report:PolicyReport;
6363
dct:created "2017-02-12T11:20:10.999Z"^^xsd:dateTime;

data/documentation/testcase-005-bob.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@prefix dct: <http://purl.org/dc/terms/>.
1010
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
1111
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
12-
@prefix report: <http://example.com/report/temp/>.
12+
@prefix report: <https://w3id.org/force/compliance-report#>.
1313
1414
<urn:uuid:fe737228-8ead-4771-af2c-d6c9de1bdc05> a odrl:Set;
1515
odrl:uid <urn:uuid:fe737228-8ead-4771-af2c-d6c9de1bdc05>;
@@ -26,7 +26,7 @@
2626
@prefix dct: <http://purl.org/dc/terms/>.
2727
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
2828
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
29-
@prefix report: <http://example.com/report/temp/>.
29+
@prefix report: <https://w3id.org/force/compliance-report#>.
3030
3131
<urn:uuid:5be7b7d5-bc05-4168-8b31-81ebc32cfaa0> a odrl:Request;
3232
odrl:uid <urn:uuid:5be7b7d5-bc05-4168-8b31-81ebc32cfaa0>;
@@ -45,7 +45,7 @@
4545
@prefix dct: <http://purl.org/dc/terms/>.
4646
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
4747
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
48-
@prefix report: <http://example.com/report/temp/>.
48+
@prefix report: <https://w3id.org/force/compliance-report#>.
4949
5050
temp:currentTime dct:issued "2024-02-12T11:20:10.999Z"^^xsd:dateTime.
5151
```
@@ -57,7 +57,7 @@ temp:currentTime dct:issued "2024-02-12T11:20:10.999Z"^^xsd:dateTime.
5757
@prefix dct: <http://purl.org/dc/terms/>.
5858
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
5959
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
60-
@prefix report: <http://example.com/report/temp/>.
60+
@prefix report: <https://w3id.org/force/compliance-report#>.
6161
6262
<urn:uuid:6a0d84bd-0144-4367-9d2f-e790dba3ef9c> a report:PolicyReport;
6363
dct:created "2017-02-12T11:20:10.999Z"^^xsd:dateTime;

data/documentation/testcase-006-bob-write-y.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@prefix dct: <http://purl.org/dc/terms/>.
1010
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
1111
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
12-
@prefix report: <http://example.com/report/temp/>.
12+
@prefix report: <https://w3id.org/force/compliance-report#>.
1313
1414
<urn:uuid:fe737228-8ead-4771-af2c-d6c9de1bdc05> a odrl:Set;
1515
odrl:uid <urn:uuid:fe737228-8ead-4771-af2c-d6c9de1bdc05>;
@@ -26,7 +26,7 @@
2626
@prefix dct: <http://purl.org/dc/terms/>.
2727
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
2828
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
29-
@prefix report: <http://example.com/report/temp/>.
29+
@prefix report: <https://w3id.org/force/compliance-report#>.
3030
3131
<urn:uuid:73904e56-0fa9-43b8-8fd7-a45bb9d98c46> a odrl:Request;
3232
odrl:uid <urn:uuid:73904e56-0fa9-43b8-8fd7-a45bb9d98c46>;
@@ -45,7 +45,7 @@
4545
@prefix dct: <http://purl.org/dc/terms/>.
4646
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
4747
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
48-
@prefix report: <http://example.com/report/temp/>.
48+
@prefix report: <https://w3id.org/force/compliance-report#>.
4949
5050
temp:currentTime dct:issued "2024-02-12T11:20:10.999Z"^^xsd:dateTime.
5151
```
@@ -57,7 +57,7 @@ temp:currentTime dct:issued "2024-02-12T11:20:10.999Z"^^xsd:dateTime.
5757
@prefix dct: <http://purl.org/dc/terms/>.
5858
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
5959
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
60-
@prefix report: <http://example.com/report/temp/>.
60+
@prefix report: <https://w3id.org/force/compliance-report#>.
6161
6262
<urn:uuid:a8d22539-246e-4818-b9e3-b0bb07f41bd0> a report:PolicyReport;
6363
dct:created "2017-02-12T11:20:10.999Z"^^xsd:dateTime;

data/documentation/testcase-007-alice.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@prefix dct: <http://purl.org/dc/terms/>.
1010
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
1111
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
12-
@prefix report: <http://example.com/report/temp/>.
12+
@prefix report: <https://w3id.org/force/compliance-report#>.
1313
1414
<urn:uuid:a2ada399-48a3-4860-b44d-fa35516fdac2> a odrl:Set;
1515
odrl:uid <urn:uuid:a2ada399-48a3-4860-b44d-fa35516fdac2>;
@@ -27,7 +27,7 @@
2727
@prefix dct: <http://purl.org/dc/terms/>.
2828
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
2929
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
30-
@prefix report: <http://example.com/report/temp/>.
30+
@prefix report: <https://w3id.org/force/compliance-report#>.
3131
3232
<urn:uuid:1bafee59-006c-46a3-810c-5d176b4be364> a odrl:Request;
3333
odrl:uid <urn:uuid:1bafee59-006c-46a3-810c-5d176b4be364>;
@@ -46,7 +46,7 @@
4646
@prefix dct: <http://purl.org/dc/terms/>.
4747
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
4848
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
49-
@prefix report: <http://example.com/report/temp/>.
49+
@prefix report: <https://w3id.org/force/compliance-report#>.
5050
5151
temp:currentTime dct:issued "2024-02-12T11:20:10.999Z"^^xsd:dateTime.
5252
```
@@ -58,7 +58,7 @@ temp:currentTime dct:issued "2024-02-12T11:20:10.999Z"^^xsd:dateTime.
5858
@prefix dct: <http://purl.org/dc/terms/>.
5959
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
6060
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
61-
@prefix report: <http://example.com/report/temp/>.
61+
@prefix report: <https://w3id.org/force/compliance-report#>.
6262
6363
<urn:uuid:895ccdd2-b693-4ac1-809e-2656fd5f0a1b> a report:PolicyReport;
6464
dct:created "2017-02-12T11:20:10.999Z"^^xsd:dateTime;

data/documentation/testcase-008-bob.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@prefix dct: <http://purl.org/dc/terms/>.
1010
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
1111
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
12-
@prefix report: <http://example.com/report/temp/>.
12+
@prefix report: <https://w3id.org/force/compliance-report#>.
1313
1414
<urn:uuid:a2ada399-48a3-4860-b44d-fa35516fdac2> a odrl:Set;
1515
odrl:uid <urn:uuid:a2ada399-48a3-4860-b44d-fa35516fdac2>;
@@ -27,7 +27,7 @@
2727
@prefix dct: <http://purl.org/dc/terms/>.
2828
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
2929
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
30-
@prefix report: <http://example.com/report/temp/>.
30+
@prefix report: <https://w3id.org/force/compliance-report#>.
3131
3232
<urn:uuid:5be7b7d5-bc05-4168-8b31-81ebc32cfaa0> a odrl:Request;
3333
odrl:uid <urn:uuid:5be7b7d5-bc05-4168-8b31-81ebc32cfaa0>;
@@ -46,7 +46,7 @@
4646
@prefix dct: <http://purl.org/dc/terms/>.
4747
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
4848
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
49-
@prefix report: <http://example.com/report/temp/>.
49+
@prefix report: <https://w3id.org/force/compliance-report#>.
5050
5151
temp:currentTime dct:issued "2024-02-12T11:20:10.999Z"^^xsd:dateTime.
5252
```
@@ -58,7 +58,7 @@ temp:currentTime dct:issued "2024-02-12T11:20:10.999Z"^^xsd:dateTime.
5858
@prefix dct: <http://purl.org/dc/terms/>.
5959
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
6060
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
61-
@prefix report: <http://example.com/report/temp/>.
61+
@prefix report: <https://w3id.org/force/compliance-report#>.
6262
6363
<urn:uuid:db6c0265-0997-44a6-87fb-f241e334f1c4> a report:PolicyReport;
6464
dct:created "2017-02-12T11:20:10.999Z"^^xsd:dateTime;

data/documentation/testcase-009-bob-write-y.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@prefix dct: <http://purl.org/dc/terms/>.
1010
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
1111
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
12-
@prefix report: <http://example.com/report/temp/>.
12+
@prefix report: <https://w3id.org/force/compliance-report#>.
1313
1414
<urn:uuid:a2ada399-48a3-4860-b44d-fa35516fdac2> a odrl:Set;
1515
odrl:uid <urn:uuid:a2ada399-48a3-4860-b44d-fa35516fdac2>;
@@ -27,7 +27,7 @@
2727
@prefix dct: <http://purl.org/dc/terms/>.
2828
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
2929
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
30-
@prefix report: <http://example.com/report/temp/>.
30+
@prefix report: <https://w3id.org/force/compliance-report#>.
3131
3232
<urn:uuid:73904e56-0fa9-43b8-8fd7-a45bb9d98c46> a odrl:Request;
3333
odrl:uid <urn:uuid:73904e56-0fa9-43b8-8fd7-a45bb9d98c46>;
@@ -46,7 +46,7 @@
4646
@prefix dct: <http://purl.org/dc/terms/>.
4747
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
4848
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
49-
@prefix report: <http://example.com/report/temp/>.
49+
@prefix report: <https://w3id.org/force/compliance-report#>.
5050
5151
temp:currentTime dct:issued "2024-02-12T11:20:10.999Z"^^xsd:dateTime.
5252
```
@@ -58,7 +58,7 @@ temp:currentTime dct:issued "2024-02-12T11:20:10.999Z"^^xsd:dateTime.
5858
@prefix dct: <http://purl.org/dc/terms/>.
5959
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
6060
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
61-
@prefix report: <http://example.com/report/temp/>.
61+
@prefix report: <https://w3id.org/force/compliance-report#>.
6262
6363
<urn:uuid:e582b7bc-5acf-43a9-aec4-a48e3a1f3c6a> a report:PolicyReport;
6464
dct:created "2017-02-12T11:20:10.999Z"^^xsd:dateTime;

0 commit comments

Comments
 (0)