@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://lod.taxonconcept.org/ontology/people.owl#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix ns1: <http://lod.taxonconcept.org/ontology/> . @prefix dct: <http://purl.org/dc/terms/> . ns0:Peter_J_DeVries a owl:NamedIndividual, foaf:Person . <http://lod.taxonconcept.org/ontology/sci_people.owl> dct:creator ns0:Peter_J_DeVries .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://lod.taxonconcept.org/ontology/people.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns1: <http://lod.taxonconcept.org/ontology/> .
@prefix dct: <http://purl.org/dc/terms/> .

ns0:Peter_J_DeVries
    a owl:NamedIndividual, foaf:Person .

<http://lod.taxonconcept.org/ontology/sci_people.owl>
    dct:creator ns0:Peter_J_DeVries .