@prefix ns1: <https://martial.is/entity/> .
@prefix ns2: <https://w3id.org/martialis/ontology#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns3: <https://w3id.org/martialis/vocab/source-ref-type/> .
@prefix ns4: <https://w3id.org/martialis/vocab/evidence-weight/> .
@prefix schema: <https://schema.org/> .
@prefix ns5: <https://en.wikipedia.org/wiki/> .

ns1:01KYMWJH24RA16DVC53FEMWR9F a ns2:Place ;
    schema:address "19 New Salem Street, Wakefield, MA 01880" ;
    schema:keywords "judo", "massachusetts", "wakefield" ;
    schema:location _:b9754 ;
    schema:logo _:b9755 ;
    schema:name "Pedro's Judo Center"@en ;
    ns2:foundedEvent _:b9757 ;
    ns2:hasEvidence _:b9759 ;
    ns2:hasInstructorRole _:b9760 ;
    ns2:placeType <https://w3id.org/martialis/vocab/place-classification/dojo> .
_:b9760 a ns2:InstructorRole ;
    ns2:hasEvidence _:b9761 ;
    ns2:instructor ns1:01KYMDKKCPXRY92G0TVA86F03N ;
    ns2:instructorCapacity <https://w3id.org/martialis/vocab/instructor-capacity/head_instructor> ;
    ns2:instructorPeriod _:b9762 .
_:b9762 a ns2:TimeInterval ;
    ns2:startYear "2004"^^<http://www.w3.org/2001/XMLSchema#integer> .
_:b9761 a ns2:SourceAssertionRelation ;
    schema:citation "Jimmy Pedro - Wikipedia EN" ;
    schema:url ns5:Jimmy_Pedro ;
    ns2:evidenceWeight ns4:high ;
    ns2:quotation "Owns and operates Pedro's Judo Center in Wakefield, Massachusetts" ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b9759 a ns2:SourceAssertionRelation ;
    schema:citation "Jimmy Pedro - Wikipedia EN" ;
    schema:url ns5:Jimmy_Pedro ;
    ns2:coversProperty ns2:hasInstructorRole, ns2:foundedEvent, schema:name ;
    ns2:evidenceWeight ns4:high ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b9757 a ns2:LifeEvent ;
    schema:startDate "2004" ;
    ns2:earliestYear "2004"^^<http://www.w3.org/2001/XMLSchema#integer> ;
    ns2:founder ns1:01KYMDKKCPXRY92G0TVA86F03N ;
    ns2:hasEvidence _:b9758 ;
    ns2:latestYear "2004"^^<http://www.w3.org/2001/XMLSchema#integer> .
_:b9758 a ns2:SourceAssertionRelation ;
    schema:citation "Jimmy Pedro - Official website" ;
    schema:url <https://www.jimmypedrojudo.com> ;
    ns2:evidenceWeight ns4:medium ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b9755 schema:contentUrl <https://marketmusclescdn.nyc3.digitaloceanspaces.com/wp-content/uploads/sites/61/2021/03/18232834/PedrosJudo-Small-Throw.png> ;
    ns2:imageAttribution _:b9756 .
_:b9756 schema:citation "Pedro's Judo Center website" ;
    schema:url <https://pedrosjudo.com/> ;
    ns2:evidenceWeight ns4:high ;
    ns2:sourceRefType ns3:secondary .
_:b9754 schema:addressCountry <http://publications.europa.eu/resource/authority/country/USA> ;
    schema:name "Wakefield" ;
    schema:sameAs <http://www.wikidata.org/entity/Q1513838> .
