@prefix ns1: <https://martial.is/entity/> .
@prefix ns2: <https://w3id.org/martialis/ontology#> .
@prefix schema: <https://schema.org/> .

ns1:01M0DAPE2TBZG4YCBTPDJ830MV a ns2:Source ;
    schema:description "The German-language edition of Wikipedia, the free encyclopedia."@en ;
    schema:inLanguage "de" ;
    schema:name "Wikipedia (German)" ;
    schema:publisher _:b11825 ;
    schema:url <https://de.wikipedia.org/> ;
    ns2:hasContributor _:b11826 ;
    ns2:peerReview "not-peer-reviewed" ;
    ns2:selfPublished false ;
    ns2:sourceType "website" .
_:b11826 schema:name "Wikipedia contributors" ;
    ns2:contributorRole "contributor" .
_:b11825 schema:name "Wikimedia Foundation" .
