Skip to content

Commit f779343

Browse files
committed
fix:test3
1 parent 233d533 commit f779343

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/ontology_combined.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ imag:FeatureTaggerRule a sh:SPARQLRule ;
918918
WHERE {
919919
$this schema:featureList ?feature .
920920
?featureClass rdfs:label ?feature .
921-
?featureClass rdfs:subClassOf ?parentFeature.
921+
?featureClass rdfs:subClassOf ?parentFeature .
922922
?parentFeature rdfs:label ?parentFeatureLabel .
923923
}
924924
""" ;

0 commit comments

Comments
 (0)