Skip to content

Commit

Permalink
change more occurrences of datatime in example datasetime
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaofengleo committed Aug 21, 2024
1 parent fd18359 commit 802fc56
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Formalisation(shacl)/Core/Example-Data/example-dataset.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
dct:title "Example Dataset" ;
dct:description "This is an example dataset to test the shapes" ;
dct:identifier "test-dataset-id-0" ;
dct:issued "2024-05-27T15:00:00+02:00"^^xsd:dateTime ;
dct:issued "2024-05-27T15:00:00z"^^xsd:dateTime ;
dcat:theme <http://www.wikidata.org/entity/Q1141613> ;
dct:creator [
a foaf:Agent ;
Expand All @@ -25,7 +25,7 @@
foaf:name "Joanne Rowling"
] ;
dct:license <https://opensource.org/license/mit>;
dct:modified "2024-07-11T11:48:00.923Z"^^xsd:dateTime .
dct:modified "2024-07-11T11:48:00Z"^^xsd:dateTime .


<http://example.com/dataset/1> a dcat:Dataset ;
Expand All @@ -50,7 +50,7 @@
vcard:fn "Foo Bar" ;
];
dct:license <https://opensource.org/license/mit>;
dct:modified "2024-07-11T11:48:00.923Z"^^xsd:dateTime .
dct:modified "2024-07-11T11:48:00Z"^^xsd:dateTime .


<http://example.com/dataset/2> a dcat:Dataset ;
Expand All @@ -77,7 +77,7 @@
vcard:fn "Foo Bar" ;
] ;
dct:license <https://opensource.org/license/mit>;
dct:modified "2024-07-11T11:48:00.923Z"^^xsd:dateTime .
dct:modified "2024-07-11T11:48:00Z"^^xsd:dateTime .


<http://example.com/dataset/3> a dcat:Dataset ;
Expand All @@ -99,7 +99,7 @@
vcard:fn "Foo Bar" ;
] ;
dct:license <https://opensource.org/license/mit>;
dct:modified "2024-07-11T11:48:00.923Z"^^xsd:dateTime .
dct:modified "2024-07-11T11:48:00Z"^^xsd:dateTime .


<http://example.com/dataset/4> a dcat:Dataset ;
Expand Down

0 comments on commit 802fc56

Please sign in to comment.