@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix dct: <http://purl.org/dc/terms/> . <http://earth.usc.edu/~khider/> a owl:NamedIndividual . <http://linked.earth/ontology#> dct:creator <http://earth.usc.edu/~khider/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dct: <http://purl.org/dc/terms/> .

<http://earth.usc.edu/~khider/>
    a owl:NamedIndividual .

<http://linked.earth/ontology#>
    dct:creator <http://earth.usc.edu/~khider/> .