snikproject / ontology

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

link from snik to hito bb catalogue #358

Closed ThomasPause closed 4 years ago

ThomasPause commented 4 years ago

See https://github.com/hitontology/ontology/issues/6

KonradHoeffner commented 4 years ago

Inverse the HITO links and use skos:closeMatch:

PREFIX dcterms: <http://purl.org/dc/terms/>
CONSTRUCT
{
 ?snik skos:closeMatch ?hito.
}
{
 ?hito dcterms:source ?snik.
 FILTER(STRSTARTS(STR(?snik),"http://www.snik.eu/ontology/bb/"))
}

Results in 99 links, 98 after removal of a single link to http://www.snik.eu/ontology/bb/.

hitolinks.nt.txt