A conversion of Rioxx1 in XML to SRAP in RDF Challenges:
rel
section of Rioxx goes into more detail than the rest of the record. So the main record has a link to the handle (https://spiral.imperial.ac.uk/handle/10044/1/76123) while the rel
section links to the actual pdf (https://spiral.imperial.ac.uk/bitstream/10044/1/76123/2/POP19-AR-58732_accepted.pdf). These are both just dct:identifier
s in SRAP.<?xml version=’1.0’ encoding=’UTF-8’?>
@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" .