File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments