@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix org: <http://www.w3.org/ns/org#> .
@prefix schema: <https://schema.org/> .

<https://correlaid.org/#organization>
    a foaf:Agent, foaf:Organization, org:Organization, schema:NGO ;
    foaf:name "CorrelAid e.V."@de, "CorrelAid e.V."@en ;
    dct:title "CorrelAid e.V."@de, "CorrelAid e.V."@en ;
    schema:name "CorrelAid" ;
    schema:legalName "CorrelAid e.V." ;
    dct:description "CorrelAid hilft Non-Profits dabei, Daten kritisch und reflektiert für ihre Ziele einzusetzen."@de, "CorrelAid helps non-profits use data in a critical and reflective manner to achieve their goals."@en ;
    foaf:homepage <https://correlaid.org/> ;
    schema:url <https://correlaid.org/> ;
    foaf:mbox <mailto:info@correlaid.org> ;
    schema:email "info@correlaid.org" ;
    schema:logo <https://correlaid.org/android-chrome-512x512.png> ;
    schema:foundingDate "2015" ;
    schema:sameAs <https://www.instagram.com/correlaid>, <https://de.linkedin.com/company/correlaid>, <https://facebook.com/WeAreCorrelAid>, <https://masto.ai/@correlaid> .
