From 5b0649665370888e1f60f6eb19849183a116599a Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Mon, 28 Aug 2023 12:38:12 +0300 Subject: Replace gnt:belongsToSpecies with xkos:classifiedUnder Signed-off-by: Munyoki Kilyungi --- examples/strains.scm | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'examples') diff --git a/examples/strains.scm b/examples/strains.scm index 89f2e27..e7a0032 100755 --- a/examples/strains.scm +++ b/examples/strains.scm @@ -67,11 +67,6 @@ At this point it is not very clear how Name, Name2, Symbol and Alias are used. (tables (Strain (left-join Species "ON Strain.SpeciesId = Species.SpeciesId"))) (schema-triples - (gnc:strain skos:broader gnc:species) - (gnt:belongsToSpecies rdfs:domain gnc:strain) - (gnt:belongsToSpecies skos:definition "This resource belongs to this species") - (gnt:belongsToSpecies a owl:ObjectProperty) - (gnt:belongsToSpecies skos:definition "This resource belongs to this species") (gnt:alias rdfs:domain gnc:strain) (gnt:alias a owl:ObjectProperty) (gnt:symbol rdfs:domain gnc:strain) @@ -85,7 +80,7 @@ At this point it is not very clear how Name, Name2, Symbol and Alias are used. #:separator "" #:proc string-capitalize-first) (set rdf:type 'gnc:strain) - (set gnt:belongsToSpecies + (set xkos:classifiedUnder (string->identifier "" (remap-species-identifiers (field Species Fullname)) #:separator "" #:proc string-capitalize-first)) @@ -139,6 +134,7 @@ At this point it is not very clear how Name, Name2, Symbol and Alias are used. ("owl:" "") ("gnt:" "") ("skos:" "") + ("xkos:" "") ("rdf:" "") ("rdfs:" "") ("taxon:" ""))) -- cgit v1.2.3