snikproject / ontology

Public SNIK Ontology. An ontology of information management in hospitals.
https://snikproject.github.io/ontology/
Other
10 stars 1 forks source link

Remove empty definitions from ob, bb and it4it #257

Closed KonradHoeffner closed 5 years ago

KonradHoeffner commented 5 years ago
skos:definition graph
777 http://www.snik.eu/ontology/ob
643 http://www.snik.eu/ontology/bb
1 http://www.snik.eu/ontology/it4it
select count(?c) ?g
{
graph ?g{
 ?c skos:definition ?x.
 filter(str(?x)="")
}
}
KonradHoeffner commented 5 years ago

Backup to 810 as written in https://wiki.imise.uni-leipzig.de/Projekte/SNIK/ontologie/sparql.

KonradHoeffner commented 5 years ago

Done.