@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://opendata.inra.fr/PO2_biorefinery/attribute/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix ns1: <http://id.agrisemantics.org/gacs/> . <http://opendata.inra.fr/PO2_biorefinery/attribute/L*> rdfs:subClassOf ns0:colorimetry . ns0:Total_change_in_color rdfs:subClassOf ns0:colorimetry . <http://opendata.inra.fr/PO2_biorefinery/attribute/a*> rdfs:subClassOf ns0:colorimetry . <http://opendata.inra.fr/PO2_biorefinery/attribute/b*> rdfs:subClassOf ns0:colorimetry . ns0:colorimetry a owl:Class ; rdfs:subClassOf ns0:Measured_characteristic ; skos:exactMatch ns1:C13186 ; skos:prefLabel ""@de, ""@es, ""@fr, ""@it, "colorimetry"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://opendata.inra.fr/PO2_biorefinery/attribute/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns1: <http://id.agrisemantics.org/gacs/> .

<http://opendata.inra.fr/PO2_biorefinery/attribute/L*>
    rdfs:subClassOf ns0:colorimetry .

ns0:Total_change_in_color
    rdfs:subClassOf ns0:colorimetry .

<http://opendata.inra.fr/PO2_biorefinery/attribute/a*>
    rdfs:subClassOf ns0:colorimetry .

<http://opendata.inra.fr/PO2_biorefinery/attribute/b*>
    rdfs:subClassOf ns0:colorimetry .

ns0:colorimetry
    a owl:Class ;
    rdfs:subClassOf ns0:Measured_characteristic ;
    skos:exactMatch ns1:C13186 ;
    skos:prefLabel ""@de, ""@es, ""@fr, ""@it, "colorimetry"@en .