tetherless-world / hhear-ontology

Human Health Environmental Analysis Resource Ontology
Apache License 2.0
0 stars 0 forks source link

buildhhear does not pick up skos:notations from the HHEAR Google spreadsheet #4

Open chipmasters opened 4 years ago

chipmasters commented 4 years ago

When I run the invoke buildhhear script with the current code in master, the skos:notation statements that are included in the Attributes table, column F are not included in the resulting HHEAR.ttl file. This seems to be a regression, since they are included in the published version of HHEAR ontology at http://hadatac.org/ont/hhear/

For example, we have this row in the spradsheet:

hasURI | rdfs:subClassOf | rdfs:label | owl:equivalentClass | rdf:type | skos:notation sio:SIO_010048 |   |   |   | hasco:QualityValue | 111

In the published HHEAR, I see

sio:SIO_010048 a ns3:QualityValue ; ns1:notation "111" .

but when I run buildhhear from master, I only see this in the output:

sio:SIO_010048 a ns2:QualityValue .

This is currently breaking the download mechanism in HADatAc and blocking our progress on releasing the published studies for HHEAR into production.