Skip to content

Commit

Permalink
maybe if I make them static files?
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw authored Feb 27, 2024
1 parent 27279bd commit 41f3284
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions static/catalog/index.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix fdp-o: <http://purl.org/fdp/fdp-o#> .
@prefix ldp: <http://www.w3.org/ns/ldp#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

<https://fdp.wikipathways.org/catalog/index.ttl> a dcat:Catalog ;
rdfs:label "WikiPathways Catalog" ;
dct:title "WikiPathways Catalog" ;
foaf:homePage <https://data.wikipathways.org/> ;
fdp-o:metadataIssued "2023-03-10T07:42:08.000Z"^^xsd:dateTime;
fdp-o:metadataModified "2024-02-10T08:56:00.000Z"^^xsd:dateTime;
dct:issued "2023-03-10T07:42:08.000Z"^^xsd:dateTime;
dct:modified "2024-02-10T08:56:00.000Z"^^xsd:dateTime;
dct:conformsTo [ rdfs:label "Catalog Profile" ] ;
dct:isPartOf <http://fdp.wikipathways.org/index.ttl>;
dcat:dataset <https://wikipathways.github.io/fdp/dataset/20240210/index.ttl> .

<https://fdp.wikipathways.org/dataset/20240210/index.ttl> a dcat:Dataset ;
dct:title "WikiPathways 20240210" ;
dcat:distribution <https://wikipathways.github.io/fdp/dataset/20240210/gpml/index.ttl> ,
<https://wikipathways.github.io/fdp/dataset/20240210/gmt/index.ttl> .

<https://fdp.wikipathways.org/dataset/20240210/gpml/index.ttl> a dcat:Distribution ;
dct:title "WikiPathways 20240210, GPML files" .

<https://fdp.wikipathways.org/dataset/20240210/gmt/index.ttl> a dcat:Distribution ;
dct:title "WikiPathways 20240210, GMT files" .

0 comments on commit 41f3284

Please sign in to comment.