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:ItIL skos:closeMatch ob:InformationTechnologyInfrastructureLibrary #320

Closed AlfredWinter closed 4 years ago

AlfredWinter commented 5 years ago

Please confirm the automatic interlink he:ItIL skos:closeMatch ob:InformationTechnologyInfrastructureLibrary:


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

Undo with


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

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

KonradHoeffner commented 4 years ago

Done