
BASE <https://data.escr.fr/wiki/Pyrophoricité>

PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX wd: <http://www.wikidata.org/entity/>


<ProtocolMeasurePyrophoricity> rdf:type rdfs:Class .

<MeasurePyrophoricity> rdf:type rdfs:Class .

<sample> rdf:type rdf:Property .

<author> rdf:type rdf:Property .

<date> rdf:type rdf:Property .

<protocol> rdf:type rdf:Property .

<TAI> rdf:type rdf:Property .

<concentration> rdf:type rdf:Property .

<lab> rdf:type rdf:Property .

<MinimumIgnitionTemperature_method> a <ProtocolMeasurePyrophoricity> ;
                                              <author> "Maria Prodan & al." ;
                                              <date> "2017-12-29"^^xsd:date ;
                                              <lab> " INCD INSEMEX ".
<measure_1> a <MeasurePyrophoricity> ;
<protocol> <MinimumIgnitionTemperature_method> ;
<TAI> 560 ;
<sample> "FeS" ;
<concentration> 0.1 .
<measure_2> a <MeasurePyrophoricity> ;
<protocol> <MinimumIgnitionTemperature_method> ;
<TAI> 560;
<sample> "FeS" ;
<concentration> 0.2 .
<measure_3> a <MeasurePyrophoricity> ;
<protocol> <MinimumIgnitionTemperature_method> ;
<TAI> 555;
<sample> "FeS" ;
<concentration> 0.3 .
<measure_4> a <MeasurePyrophoricity> ;
<protocol> <MinimumIgnitionTemperature_method> ;
<TAI> 550;
<sample> "FeS" ;
<concentration> 0.4 .
<measure_5> a <MeasurePyrophoricity> ;
<protocol> <MinimumIgnitionTemperature_method> ;
<TAI> 540;
<sample> "FeS" ;
<concentration> 0.5 .
