Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 22fe67d

Browse files
authored
Fix URI in sample data (#3)
2 parents 2716a1d + 1c33152 commit 22fe67d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sample Data/hospital.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
22
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
3-
@prefix ies: <http://ies.data.gov.uk/ies4#> .
3+
@prefix ies: <http://ies.data.gov.uk/ontology/ies4#> .
44
@prefix data: <http://data.gov.uk/testdata#> .
55
@prefix iso8601: <http://iso.org/iso8601#> .
66

0 commit comments

Comments
 (0)