diff options
Diffstat (limited to 'examples/phenotype.scm')
| -rwxr-xr-x | examples/phenotype.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/phenotype.scm b/examples/phenotype.scm index 834ff5a..c2564b6 100755 --- a/examples/phenotype.scm +++ b/examples/phenotype.scm @@ -84,13 +84,13 @@ (set rdf:type 'gnc:phenotype_trait) (set gnt:has_strain (string->identifier "set" (field InbredSet Name InbredSetName) #:separator "_")) (set owl:equivalentClass - (field ("CONCAT(IFNULL(InbredSet.InbredSetCode, PublishXRef.InbredSetId), '_', PublishXRef.Id)" - Phenotype))) + (field ("CONCAT(PublishFreeze.Name, '_', PublishXRef.Id)" + PublishFreeze))) (set dcat:distribution (string->symbol - (format #f "gnd:~a" + (format #f "gnd:~a.json" (field ("CONCAT(PublishFreeze.Name, '_', PublishXRef.Id)" - Phenotype)))) ) + PublishFreeze)))) ) (set dct:references (let ((pmid (field ("IF(Publication.PubMed_ID IS NULL, '', CONVERT(Publication.PubMed_Id, INT))" @@ -144,7 +144,7 @@ ("gn:" "<http://rdf.genenetwork.org/v1/id/>") ("owl:" "<http://www.w3.org/2002/07/owl#>") ("gnc:" "<http://rdf.genenetwork.org/v1/category/>") - ("gnd:" "<https://cd.genenetwork.org/lmdb/v1/data/traits/>") + ("gnd:" "<https://cd.genenetwork.org/api3/lmdb/v1/data/traits/>") ("gnt:" "<http://rdf.genenetwork.org/v1/term/>") ("sdmx-measure:" "<http://purl.org/linked-data/sdmx/2009/measure#>") ("skos:" "<http://www.w3.org/2004/02/skos/core#>") |
