diff options
Diffstat (limited to 'examples/classification.scm')
| -rwxr-xr-x | examples/classification.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/classification.scm b/examples/classification.scm index a0e92e2..ddf4775 100755 --- a/examples/classification.scm +++ b/examples/classification.scm @@ -140,12 +140,12 @@ (gnt:uses_mapping_method rdfs:domain gnc:set) (gnt:uses_mapping_method rdfs:range gnc:mapping_method) (gnt:uses_mapping_method rdfs:comment "The method used to map genetic or experimental data for this resource.") - (gnt:belongs_to_group a owl:ObjectProperty) - (gnt:belongs_to_group rdf:comment "Indicates the group the resources belongs to") - (gnt:belongs_to_group schema:domainIncludes dcat:Dataset) - (gnt:belongs_to_group schema:domainIncludes gnc:species) - (gnt:belongs_to_group rdfs:range gnc:set) - (gnt:belongs_to_group rdfs:label "belongs-to-group")) + (gnt:has_strain a owl:ObjectProperty) + (gnt:has_strain rdf:comment "Indicates the group the resources belongs to") + (gnt:has_strain schema:domainIncludes dcat:Dataset) + (gnt:has_strain schema:domainIncludes gnc:species) + (gnt:has_strain rdfs:range gnc:set) + (gnt:has_strain rdfs:label "belongs-to-group")) (triples (string->identifier "set" (field InbredSet Name InbredSetName) #:separator "_") (set rdf:type 'gnc:set) (set rdfs:label (field InbredSet FullName)) |
