From 34358b51d9d8d3f82bac921652eaf3786273d0ff Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Mon, 26 Jan 2026 14:58:29 +0300 Subject: Update term metadata for gnt:has_family. Signed-off-by: Munyoki Kilyungi --- examples/classification.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/classification.scm b/examples/classification.scm index 7a01869..cf78aaa 100755 --- a/examples/classification.scm +++ b/examples/classification.scm @@ -80,10 +80,11 @@ (schema-triples (gnt:has_uniprot_taxon_id a owl:ObjectProperty) (gnt:has_uniprot_taxon_id rdfs:label "has uniprot taxonomic id") - (gnt:has_family a owl:DatatypeProperty) + (gnt:has_family a owl:ObjectProperty) (gnt:has_family rdfs:label "has family") - (gnt:has_family rdfs:range xsd:string) (gnt:has_family skos:definition "Links a species to its taxonomic family") + (gnt:has_family schema:domainIncludes gnc:species) + (gnt:has_family schema:domainIncludes gnc:set) (gnt:short_name a owl:DatatypeProperty) (gnt:short_name rdfs:label "has short name") (gnt:short_name rdfs:domain gnc:species) -- cgit 1.4.1