@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix dct: <http://purl.org/dc/terms/> . <http://users.ics.forth.gr/~fafalios/> a owl:NamedIndividual, foaf:Person . <http://www.ics.forth.gr/isl/ontology/MarineTLO/> dct:contributor <http://users.ics.forth.gr/~fafalios/> ; dct:creator <http://users.ics.forth.gr/~fafalios/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dct: <http://purl.org/dc/terms/> .

<http://users.ics.forth.gr/~fafalios/>
    a owl:NamedIndividual, foaf:Person .

<http://www.ics.forth.gr/isl/ontology/MarineTLO/>
    dct:contributor <http://users.ics.forth.gr/~fafalios/> ;
    dct:creator <http://users.ics.forth.gr/~fafalios/> .