Skip to content

Commit e9d5181

Browse files
committed
fix
1 parent 451cb65 commit e9d5181

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ontology/bdso.Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ components/%_dataset.owl: ../templates/%_dataset.tsv $(SRC)
198198

199199

200200
# Release additional artifacts
201-
$(ONT).owl: $(ONT)-full.owl $(ONT)-allen.owl $(ONT)-base-ext.owl $(ONT)-base-ext.obo $(ONT)-base-ext.json
201+
$(ONT).owl: $(ONT)-full.owl $(ONT)-allen.owl $(ONT)-pcl-comp.owl $(ONT)-pcl-comp.obo $(ONT)-pcl-comp.json
202202
$(ROBOT) annotate --input $< --ontology-iri $(URIBASE)/$@ $(ANNOTATE_ONTOLOGY_VERSION) \
203203
convert -o $@.tmp.owl && mv $@.tmp.owl $@
204204

src/sparql/remove_preflabels.ru

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ WHERE
1313
{
1414
{
1515
VALUES ?p {
16-
skos:preflabel
16+
skos:prefLabel
1717
}
18-
?s a owl:ObjectProperty ;
18+
?s a owl:Class ;
1919
?p ?o
2020
FILTER (isIRI(?s) && STRSTARTS(str(?s), "http://purl.obolibrary.org/obo/pcl_"))
2121
}

0 commit comments

Comments
 (0)