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

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