Skip to content

Commit 109dade

Browse files
authored
Merge pull request #77 from juanjemdIos/main
wrong endpoint description in two test
2 parents 0575db4 + 6d12ebe commit 109dade

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

doc/test/RSFC-04-1/RSFC-04-1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h4 class="miClase text-left text-separation">TEST INFORMATION</h4>
9696
</div>
9797
<div class="row row-equal">
9898
<div class="col-md-3 well tag_div"> <strong>Endpoint Desc.</strong></div>
99-
<div class="col-md-9 well"> <a href="https://w3id.org/rsfc/api" target="_blank"> https://w3id.org/rsfc/api </a> </div>
99+
<div class="col-md-9 well"> <a href="https://rsfc.linkeddata.es/docs" target="_blank"> https://rsfc.linkeddata.es/docs </a> </div>
100100
</div>
101101
<div class="row row-equal">
102102
<div class="col-md-3 well tag_div"> <strong>Endpoint URL</strong></div>

doc/test/RSFC-04-1/RSFC-04-1.jsonld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
],
124124
"http://www.w3.org/ns/dcat#endpointDescription": [
125125
{
126-
"@id": "https://w3id.org/rsfc/api"
126+
"@id": "https://rsfc.linkeddata.es/docs"
127127
}
128128
],
129129
"http://www.w3.org/ns/dcat#endpointURL": [

doc/test/RSFC-04-1/RSFC-04-1.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
dcterms:identifier "https://w3id.org/rsfc/test/RSFC-04-1" ;
2727
dcat:keyword "Metadata"@en ,
2828
"Test"@en ;
29-
dcat:endpointDescription <https://w3id.org/rsfc/api> ;
29+
dcat:endpointDescription <https://rsfc.linkeddata.es/docs> ;
3030
dcat:endpointURL <https://rsfc.linkeddata.es/assess/test/RSFC-04-1> ;
3131
dpv:isApplicableFor <https://schema.org/SoftwareSourceCode> ;
3232
ftr:supportedBy <https://w3id.org/rsfc/> ;

doc/test/RSFC-04-2/RSFC-04-2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h4 class="miClase text-left text-separation">TEST INFORMATION</h4>
9696
</div>
9797
<div class="row row-equal">
9898
<div class="col-md-3 well tag_div"> <strong>Endpoint Desc.</strong></div>
99-
<div class="col-md-9 well"> <a href="https://w3id.org/rsfc/api" target="_blank"> https://w3id.org/rsfc/api </a> </div>
99+
<div class="col-md-9 well"> <a href="https://rsfc.linkeddata.es/docs" target="_blank"> https://rsfc.linkeddata.es/docs </a> </div>
100100
</div>
101101
<div class="row row-equal">
102102
<div class="col-md-3 well tag_div"> <strong>Endpoint URL</strong></div>

doc/test/RSFC-04-2/RSFC-04-2.jsonld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
],
7373
"http://www.w3.org/ns/dcat#endpointDescription": [
7474
{
75-
"@id": "https://w3id.org/rsfc/api"
75+
"@id": "https://rsfc.linkeddata.es/docs"
7676
}
7777
],
7878
"http://www.w3.org/ns/dcat#endpointURL": [

doc/test/RSFC-04-2/RSFC-04-2.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
dcterms:identifier "https://w3id.org/rsfc/test/RSFC-04-2" ;
2727
dcat:keyword "Readme"@en ,
2828
"Test"@en ;
29-
dcat:endpointDescription <https://w3id.org/rsfc/api> ;
29+
dcat:endpointDescription <https://rsfc.linkeddata.es/docs> ;
3030
dcat:endpointURL <https://rsfc.linkeddata.es/assess/test/RSFC-04-2> ;
3131
dpv:isApplicableFor <https://schema.org/SoftwareSourceCode> ;
3232
ftr:supportedBy <https://w3id.org/rsfc/> ;

0 commit comments

Comments
 (0)