
BASE <https://data.escr.fr/wiki/Masse_volumique>

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/>


<MeasureDensity> rdf:type rdfs:Class .

<ProtocolMeasureDensity> rdf:type rdfs:Class .

<sample> rdf:type rdf:Property .

<value> rdf:type rdf:Property .

<temperature> rdf:type rdf:Property .

<solvent> rdf:type rdf:Property .

<protocol> rdf:type rdf:Property .

<author> rdf:type rdf:Property .

<date> rdf:type rdf:Property .

<lab> rdf:type rdf:Property .
