snikproject / ontology

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

ciox:ChangeManagement skos:closeMatch bb:ChangeManagement #321

Closed AlfredWinter closed 4 years ago

AlfredWinter commented 5 years ago

Please confirm the automatic interlink ciox:ChangeManagement skos:closeMatch bb:ChangeManagement:


sparql
DELETE DATA FROM <http://www.snik.eu/ontology/limes-exact>
{<http://www.snik.eu/ontology/ciox/ChangeManagement> <http://www.w3.org/2004/02/skos/core#closeMatch> <http://www.snik.eu/ontology/bb/ChangeManagement>.}
INSERT DATA INTO <http://www.snik.eu/ontology/match>
{<http://www.snik.eu/ontology/ciox/ChangeManagement> <http://www.w3.org/2004/02/skos/core#closeMatch> <http://www.snik.eu/ontology/bb/ChangeManagement>.}

Undo with


sparql
DELETE DATA FROM <http://www.snik.eu/ontology/match>
{<http://www.snik.eu/ontology/ciox/ChangeManagement> <http://www.w3.org/2004/02/skos/core#closeMatch> <http://www.snik.eu/ontology/bb/ChangeManagement>.}
INSERT DATA INTO <http://www.snik.eu/ontology/limes-exact>
{<http://www.snik.eu/ontology/ciox/ChangeManagement> <http://www.w3.org/2004/02/skos/core#closeMatch> <http://www.snik.eu/ontology/bb/ChangeManagement>.}

Please be careful with all SPARUL operations and always create a SPARQL dump as a backup beforehand.

KonradHoeffner commented 4 years ago

Done