@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#> . @prefix ns1: <http://linked.earth/ontology#> . @prefix ns2: <https://www.ncei.noaa.gov/access/paleo-search/> . ns0:multiproxy ns1:hasNoaaPastName "multiple proxies" ; ns1:hasNoaaPastUrl "https://www.ncei.noaa.gov/access/paleo-search/cvterms?termId=3630" ; ns1:hasSynonym "Ca", "Hybrid Grain Size", "K", "Ti", "hybrid", "hybrid-ice", "hybrid-lake", "pore ice d2H and d18O" ; a ns0:PaleoProxy, ns0:PaleoProxyGeneral, owl:NamedIndividual ; rdfs:comment "a material used to create a climate reconstruction that consists of proxies from more than two proxy data types."@en ; rdfs:label "multiproxy"@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#> .
@prefix ns1: <http://linked.earth/ontology#> .
@prefix ns2: <https://www.ncei.noaa.gov/access/paleo-search/> .

ns0:multiproxy
    ns1:hasNoaaPastName "multiple proxies" ;
    ns1:hasNoaaPastUrl "https://www.ncei.noaa.gov/access/paleo-search/cvterms?termId=3630" ;
    ns1:hasSynonym "Ca", "Hybrid Grain Size", "K", "Ti", "hybrid", "hybrid-ice", "hybrid-lake", "pore ice d2H and d18O" ;
    a ns0:PaleoProxy, ns0:PaleoProxyGeneral, owl:NamedIndividual ;
    rdfs:comment "a material used to create a climate reconstruction that consists of proxies from more than two proxy data types."@en ;
    rdfs:label "multiproxy"@en .