put it in same folder as all of your views
let's say you have
| data-sap-ui-resourceroots='{ "sdn" : "." }' |
in bootstrap
so you create a folder view where you have Fragment1.fragment.xml
so you can instantiate it by
sap.ui.xmlfragment("FragmentInst1", "sdn.view.Fragment1, this);