From 90ebac7c591eed229ab4374ce82281ba889e19d6 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 14 Sep 2021 13:15:20 +0530 Subject: Do not define sub-properties of rdfs:label. * dump.scm (dump-publication, dump-tissue): Do not define any property to be a sub-property of rdfs:label. --- dump.scm | 3 --- 1 file changed, 3 deletions(-) (limited to 'dump.scm') diff --git a/dump.scm b/dump.scm index b354c5e..88e0bbc 100755 --- a/dump.scm +++ b/dump.scm @@ -231,7 +231,6 @@ Lab_code, Submitter, Owner, Authorized_Users FROM Phenotype")) (let ((id (string-append "gn:publication" (number->string (assoc-ref alist "Id"))))) (triple id 'rdf:type 'gn:publication) - (triple 'gn:title 'rdfs:subPropertyOf 'rdfs:label) (scm->triples (append-map (match-lambda (('gn:id . _) '()) @@ -270,8 +269,6 @@ INNER JOIN InbredSet USING (InbredSetId)")) (define (dump-tissue db) ;; The Name and TissueName fields seem to be identical. BIRN_lex_ID ;; and BIRN_lex_Name are mostly NULL. - ;; TODO: Use standard ontology. - (triple 'gn:name 'rdfs:subPropertyOf 'rdfs:label) (sql-for-each (match-lambda (((_ . name) (_ . short-name)) -- cgit v1.2.3