snikproject / ontology

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

he:Systemanalyse skos:closeMatch ob:SystemAnalysis #247

Closed AlfredWinter closed 5 years ago

AlfredWinter commented 5 years ago

Please confirm the automatic interlink he:Systemanalyse skos:closeMatch ob:SystemAnalysis:

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

Undo with

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

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

AnnaLoerke commented 5 years ago

done.