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

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