@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://opendata.inra.fr/resources/BIORAF#> . ns0:Cellulose_rate a owl:Class ; rdfs:subClassOf ns0:Rate ; skos:exactMatch ns1:cellulose_rate ; skos:prefLabel ""@de, ""@es, ""@fr, ""@it, "Cellulose rate"@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://opendata.inra.fr/resources/BIORAF#> .

ns0:Cellulose_rate
    a owl:Class ;
    rdfs:subClassOf ns0:Rate ;
    skos:exactMatch ns1:cellulose_rate ;
    skos:prefLabel ""@de, ""@es, ""@fr, ""@it, "Cellulose rate"@en .