@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://linked.earth/ontology/paleo_proxy#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:peat_ash a ns0:PaleoProxy, owl:NamedIndividual ; rdfs:comment ""@en ; rdfs:label "peat ash"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://linked.earth/ontology/paleo_proxy#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:peat_ash
    a ns0:PaleoProxy, owl:NamedIndividual ;
    rdfs:comment ""@en ;
    rdfs:label "peat ash"@en .