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:Projektleiter skos:closeMatch bb:ProjectManager #259

Closed AlfredWinter closed 5 years ago

AlfredWinter commented 5 years ago

Please confirm the automatic interlink ciox:Projektleiter skos:closeMatch bb:ProjectManager:

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

Undo with

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

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

AnnaLoerke commented 5 years ago

done.