snikproject / ontology

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

ob:ItServiceManagement skos:closeMatch bb:ItServiceManagement #313

Closed AlfredWinter closed 4 years ago

AlfredWinter commented 5 years ago

Please confirm the automatic interlink ob:ItServiceManagement skos:closeMatch bb:ItServiceManagement:


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

Undo with


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

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

KonradHoeffner commented 4 years ago

Done