@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:Specific_surface a owl:Class ; rdfs:subClassOf ns0:Measured_characteristic ; skos:exactMatch ns1:specific_surface ; skos:prefLabel ""@de, ""@es, ""@fr, ""@it, "Specific surface"@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:Specific_surface
    a owl:Class ;
    rdfs:subClassOf ns0:Measured_characteristic ;
    skos:exactMatch ns1:specific_surface ;
    skos:prefLabel ""@de, ""@es, ""@fr, ""@it, "Specific surface"@en .