aboutsummaryrefslogtreecommitdiff
path: root/examples/dump-dataset-metadata.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dump-dataset-metadata.scm')
-rwxr-xr-xexamples/dump-dataset-metadata.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/dump-dataset-metadata.scm b/examples/dump-dataset-metadata.scm
index 2f03dfd..e732772 100755
--- a/examples/dump-dataset-metadata.scm
+++ b/examples/dump-dataset-metadata.scm
@@ -76,9 +76,9 @@
(gnc:genotypeDataset rdfs:subClassOf gnc:dataset)
(gnc:phenotypeDataset rdfs:subClassOf gnc:dataset)
(gnc:probesetDataset rdfs:subClassOf gnc:dataset)
- (gnt:belongsToInbredSet rdfs:domain gnc:dataset)
- (gnt:belongsToInbredSet a owl:ObjectProperty)
- (gnt:belongsToInbredSet skos:definition "The InbredSet this resource belongs to")
+ (gnt:belongsToSet rdfs:domain gnc:dataset)
+ (gnt:belongsToSet a owl:ObjectProperty)
+ (gnt:belongsToSet skos:definition "The InbredSet this resource belongs to")
(gnt:hasTissue rdfs:domain gnc:dataset)
(gnt:hasTissue a owl:ObjectProperty)
(gnt:hasTissue skos:definition "Tissues this resource has")
@@ -158,7 +158,7 @@
(set gdmt:hasDatasetIdentifierSubType (format #f "GN~a" (field InfoFiles GN_AccesionId)))
(set gdmt:hasRightsInfo (string-downcase
(field DatasetStatus DatasetStatusName)))
- (set gnt:belongsToInbredSet
+ (set gnt:belongsToSet
(string->identifier
"inbredSet" (field InbredSet Name)
#:separator ""