dc-srap

Rioxx1 to SRAP

A conversion of Rioxx1 in XML to SRAP in RDF Challenges:

Rioxx1.xml

<?xml version=’1.0’ encoding=’UTF-8’?>

The kinematic lower bound for the single scattering of neutrons produced in deuterium-tritium (DT) fusion reactions produces a backscatter edge in the measured neutron spectrum. The energy spectrum of backscattered neutrons is dependent on the scattering ion velocity distribution. As the neutrons preferentially scatter in the densest regions of the capsule, the neutron backscatter edge presents a unique measurement of the hydrodynamic conditions in the dense DT fuel. It is shown that the spectral shape of the edge is determined by the scattering rate weighted fluid velocity and temperature of the dense DT fuel layer during neutron production. In order to fit the neutron spectrum, a model for the various backgrounds around the backscatter edge is developed and tested on synthetic data produced from hydrodynamic simulations of OMEGA implosions. It is determined that the analysis could be utilized on current inertial confinement fusion experiments in order to measure the dense fuel properties. en 1070-664X Neutron backscatter edge: A measure of the hydrodynamic properties of the dense DT fuel at stagnation in ICF experiments 2019-12-01 Crilly, A. J. https://orcid.org/0000-0002-0429-9332 Appelbe, B. D. Mannion, O. M. https://orcid.org/0000-0001-8029-5109 Forrest, C. J. Gopalaswamy, V. https://orcid.org/0000-0002-8013-9314 Walsh, C. A. https://orcid.org/0000-0002-6639-3543 Chittenden, J. P. 2020-01-03 AIP https://isni.org/isni/0000000405564665" 2020-01-20 http://purl.org/coar/resource_type/c_2df8fbb1 EP/P010288/1 B618573 https://spiral.imperial.ac.uk/handle/10044/1/76123 https://spiral.imperial.ac.uk/bitstream/10044/1/76123/2/POP19-AR-58732_accepted.pdf http://hdl.handle.net/10044/1/76123 https://doi.org/10.1063/1.5128830

SRAP.ttl

@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix schema: <https://schema.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix srap: <http://example.com/srap/>  .

<abcd> dct:description "long description here" ;
	dct:language "en" ;
	dct:title "Neutron backscatter edge: A measure of the hydrodynamic properties of the dense DT fuel at stagnation in ICF experiments" ;
	dct:source "1070-664X" ;
	dct:creator _:b1 ;
	dct:creator _:b2 ;
	dct:creator _:b3 ;
	dct:publisher _:b4 ;
	dct:type <http://purl.org/coar/resource_type/c_2df8fbb1> ;   # research article
	dct:type <https://purl.org/coar/resource_type/c_6501> ;  # journal article
	dct:date "2020-01-20" ;
	schema:funding _:b5 ;
	dct:identifier <https://spiral.imperial.ac.uk/handle/10044/1/76123> ;
        dct:rights <https://purl.org/coar/access_right/c_abf2> ;   # open access
	dct:license <https://creativecommons.org/licenses/by-nc-nd/4.0> ;
	dct:format <https://www.iana.org/assignments/media-types/application/pdf>
.

_:b1 a foaf:Person ;
	foaf:name "Crilly, A. J." ;
	dct:identifier <https://orcid.org/0000-0002-0429-9332> .

_:b2 a foaf:Person ;
        foaf:name "Appelbe, B. D." .

_:b3 a foaf:Person ;
        foaf:name "Mannion, O. M." ;
        dct:identifier <https://orcid.org/0000-0001-8029-5109> .

_:b4 a foaf:Organization ;
	foaf:name "AIP" ;
	dct:identifier <https://isni.org/isni/0000000405564665> ;
	srap:role <http://id.loc.gov/vocabulary/relators/pbl> .

_:b5 a schema:Grant ;
	schema:funder "Lawrence Livermore National Laboratory" ;
	schema:funder <https://ror.org/041nk4h53> ;
	schema:identifier "EP/P010288/1" .