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:CommunicationInterface skos:closeMatch bb:CommunicationInterface #236

Closed AlfredWinter closed 5 years ago

AlfredWinter commented 5 years ago

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

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

Undo with

sparql
DELETE DATA FROM <http://www.snik.eu/limes-exact>
{<http://www.snik.eu/ontology/ob/CommunicationInterface> <http://www.w3.org/2004/02/skos/core#closeMatch> <http://www.snik.eu/ontology/bb/CommunicationInterface>.}
INSERT DATA INTO <http://www.snik.eu/ontology/ob/CommunicationInterface>
{<http://www.snik.eu/ontology/ob/CommunicationInterface> <http://www.w3.org/2004/02/skos/core#closeMatch> <http://www.snik.eu/ontology/bb/CommunicationInterface>.}
AnnaLoerke commented 5 years ago

done.