@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.eurocris.org/ontologies/cerif/1.3#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix ns1: <http://www.eurocris.org/ontologies/cerif/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . <http://www.eurocris.org/ontologies/cerif/1.3> dc:creator ns0:brigitte . ns0:brigitte a owl:NamedIndividual, foaf:Person ; foaf:name "Brigitte Joerg" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.eurocris.org/ontologies/cerif/1.3#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns1: <http://www.eurocris.org/ontologies/cerif/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .

<http://www.eurocris.org/ontologies/cerif/1.3>
    dc:creator ns0:brigitte .

ns0:brigitte
    a owl:NamedIndividual, foaf:Person ;
    foaf:name "Brigitte Joerg" .