Skip to content

Commit

Permalink
Fixed the Turtle syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Aug 2, 2024
1 parent a34074a commit a540cde
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion fdp.template
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
dct:hasVersion "%%DATE%%" ;
dct:license <http://rdflicense.appspot.com/rdflicense/cc-by-nc-nd4.0>;
dct:publisher <https://wikipathways.org/>;
dcat:landingPage <https://data.wikipathways.org/%%DATE%%/>
dcat:landingPage <https://data.wikipathways.org/%%DATE%%/>;
ejprd:vpConnection <https://w3id.org/ejp-rd/vocabulary#VPDiscoverable>;
ejprd:personalData "false";
dct:conformsTo [ rdfs:label "FAIR Data Point Profile" ];
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
dct:hasVersion "20240710" ;
dct:license <http://rdflicense.appspot.com/rdflicense/cc-by-nc-nd4.0>;
dct:publisher <https://wikipathways.org/>;
dcat:landingPage <https://data.wikipathways.org/20240710/>
dcat:landingPage <https://data.wikipathways.org/20240710/>;
ejprd:vpConnection <https://w3id.org/ejp-rd/vocabulary#VPDiscoverable>;
ejprd:personalData "false";
dct:conformsTo [ rdfs:label "FAIR Data Point Profile" ];
dct:accessRights <https://fdp.wikipathways.org/#accessRights> ;
dct:language <http://id.loc.gov/vocabulary/iso639-1/en>;
fdpo:metadataIssued "2023-03-10T07:42:08.000Z"^^xsd:dateTime;
fdpo:metadataModified "2024-08-02T08:05:08.326986185Z"^^xsd:dateTime;
fdpo:metadataModified "2024-08-02T08:07:10.397073077Z"^^xsd:dateTime;
dct:issued "2023-03-10T07:42:08.000Z"^^xsd:dateTime;
dct:modified "2024-08-02T08:05:08.326986185Z"^^xsd:dateTime;
dct:modified "2024-08-02T08:07:10.397073077Z"^^xsd:dateTime;
dcat:contactPoint <https://fdp.wikipathways.org/contact/>;
fdpo:metadataCatalog
<https://fdp.wikipathways.org/catalog/index.ttl> .
Expand Down
6 changes: 3 additions & 3 deletions index.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
dct:hasVersion "20240710" ;
dct:license <http://rdflicense.appspot.com/rdflicense/cc-by-nc-nd4.0>;
dct:publisher <https://wikipathways.org/>;
dcat:landingPage <https://data.wikipathways.org/20240710/>
dcat:landingPage <https://data.wikipathways.org/20240710/>;
ejprd:vpConnection <https://w3id.org/ejp-rd/vocabulary#VPDiscoverable>;
ejprd:personalData "false";
dct:conformsTo [ rdfs:label "FAIR Data Point Profile" ];
dct:accessRights <https://fdp.wikipathways.org/#accessRights> ;
dct:language <http://id.loc.gov/vocabulary/iso639-1/en>;
fdpo:metadataIssued "2023-03-10T07:42:08.000Z"^^xsd:dateTime;
fdpo:metadataModified "2024-08-02T08:05:08.326986185Z"^^xsd:dateTime;
fdpo:metadataModified "2024-08-02T08:07:10.397073077Z"^^xsd:dateTime;
dct:issued "2023-03-10T07:42:08.000Z"^^xsd:dateTime;
dct:modified "2024-08-02T08:05:08.326986185Z"^^xsd:dateTime;
dct:modified "2024-08-02T08:07:10.397073077Z"^^xsd:dateTime;
dcat:contactPoint <https://fdp.wikipathways.org/contact/>;
fdpo:metadataCatalog
<https://fdp.wikipathways.org/catalog/index.ttl> .
Expand Down

0 comments on commit a540cde

Please sign in to comment.