diff options
Diffstat (limited to 'examples')
| -rwxr-xr-x | examples/classification.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/classification.scm b/examples/classification.scm index a75483c..be03656 100755 --- a/examples/classification.scm +++ b/examples/classification.scm @@ -155,12 +155,14 @@ (set rdfs:label (field InbredSet FullName)) (set skos:prefLabel (field InbredSet Name InbredSetName)) (set gnt:genetic_type (field InbredSet GeneticType)) + (set dct:description (sanitize-rdf-string (field InbredSet description))) (set gnt:uses_mapping_method (string->identifier "mapping_method" (field MappingMethod Name) #:separator "_")) (set gnt:has_set_code (field InbredSet InbredSetCode)) (set gnt:belongs_to_species (string->identifier "" (remap-species-identifiers (field Species Fullname)))))) + (let* ((option-spec @@ -181,6 +183,7 @@ (table-metadata? #f) (prefixes '(("dcat:" "<http://www.w3.org/ns/dcat#>") + ("dct:" "<http://purl.org/dc/terms/>") ("gn:" "<http://rdf.genenetwork.org/v1/id/>") ("gnc:" "<http://rdf.genenetwork.org/v1/category/>") ("owl:" "<http://www.w3.org/2002/07/owl#>") |
