about summary refs log tree commit diff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/classification.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/classification.scm b/examples/classification.scm
index e3da8da..7ee8252 100755
--- a/examples/classification.scm
+++ b/examples/classification.scm
@@ -83,8 +83,8 @@
            (left-join MappingMethod
                       "ON InbredSet.MappingMethodId=MappingMethod.Id")))
   (schema-triples
-   (gnt:genetic-type a owl:ObjectProperty)
-   (gnt:genetic-type rdfs:domain gnc:set)
+   (gnt:genetic_type a owl:ObjectProperty)
+   (gnt:genetic_type rdfs:domain gnc:set)
    (gnt:code a owl:ObjectProperty)
    (gnt:code rdfs:domain gnc:set)
    ;; Already defined as an owl prop in species
@@ -98,7 +98,7 @@
     (set skos:inScheme 'gnc:resource_classification_scheme)
     (set rdfs:label (field InbredSet FullName))
     (set skos:prefLabel (field InbredSet Name InbredSetName))
-    (set gnt:genetic-type (field InbredSet GeneticType))
+    (set gnt:genetic_type (field InbredSet GeneticType))
     (set gnt:family (field InbredSet Family))
     (set gnt:mapping_method (field MappingMethod Name))
     (set gnt:code (field InbredSet InbredSetCode))