@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://ns.eccenca.com/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix dct: <http://purl.org/dc/terms/> . @prefix ns1: <http://> . @prefix schema: <http://schema.org/> . <http://schema.mobivoc.org/> dct:publisher ns0:eccenca-GmbH . <http://sebastian.tramp.name> schema:affiliation ns0:eccenca-GmbH . ns0:aweilandt schema:affiliation ns0:eccenca-GmbH . ns0:eccenca-GmbH a dct:Agent, owl:NamedIndividual, foaf:Organization ; foaf:name "eccenca GmbH" . ns0:mbruemmer schema:affiliation ns0:eccenca-GmbH .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://ns.eccenca.com/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://> .
@prefix schema: <http://schema.org/> .

<http://schema.mobivoc.org/>
    dct:publisher ns0:eccenca-GmbH .

<http://sebastian.tramp.name>
    schema:affiliation ns0:eccenca-GmbH .

ns0:aweilandt
    schema:affiliation ns0:eccenca-GmbH .

ns0:eccenca-GmbH
    a dct:Agent, owl:NamedIndividual, foaf:Organization ;
    foaf:name "eccenca GmbH" .

ns0:mbruemmer
    schema:affiliation ns0:eccenca-GmbH .