@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 ns5: <http://www.w3.org/ns/prov#> .
@prefix schema: <https://schema.org/> .

ns1:01KZW2JNB8DM1V6FDVBXVVXH7C a ns2:Place ;
    ns5:wasDerivedFrom ns1:01KZW2JNB8V0458Y2F8YSSG91D ;
    schema:address "Oudkerkhof, Utrecht" ;
    schema:alternateName "Judoschool van Jan van der Horst"@en ;
    schema:description "Judo school run by the Dutch judo pioneer Jan van der Horst on the Oudkerkhof in Utrecht in the late 1940s and the 1950s, where Anton Geesink received his first judo lessons."@en ;
    schema:location _:b3431 ;
    schema:name "Van der Horst Judo Institute"@en, "Judo Instituut Van Der Horst"@nl ;
    ns2:foundedEvent _:b3432 ;
    ns2:hasEvidence _:b3433 ;
    ns2:hasInstructorRole _:b3434 ;
    ns2:placeType <https://w3id.org/martialis/vocab/place-classification/dojo> .
_:b3434 a ns2:InstructorRole ;
    ns5:wasDerivedFrom ns1:01KZW2JNB8V0458Y2F8YSSG91D ;
    ns2:hasEvidence _:b3435 ;
    ns2:instructor ns1:01KZW2JNB8NH2ZZDYW1RNPGE52 ;
    ns2:instructorCapacity <https://w3id.org/martialis/vocab/instructor-capacity/head_instructor> ;
    ns2:instructorPeriod _:b3436 .
_:b3436 a ns2:TimeInterval ;
    ns2:endYear "1957"^^<http://www.w3.org/2001/XMLSchema#integer> ;
    ns2:startYear "1948"^^<http://www.w3.org/2001/XMLSchema#integer> .
_:b3435 a ns2:SourceAssertionRelation ;
    ns2:basedOnSource ns1:01KZW2JNB8V0458Y2F8YSSG91D ;
    ns2:evidenceWeight ns4:medium ;
    ns2:quotation "Eind jaren 40 en in de jaren 50 had Van der Horst in de stad Utrecht een judoschool: Judo Instituut Van Der Horst op het Oudkerkhof." ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b3433 a ns2:SourceAssertionRelation ;
    ns2:basedOnSource ns1:01KZW2JNB8V0458Y2F8YSSG91D ;
    ns2:coversProperty schema:address, schema:description, ns2:foundedEvent, schema:name ;
    ns2:evidenceWeight ns4:medium ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b3432 a ns2:LifeEvent ;
    schema:startDate "1948" ;
    ns2:earliestYear "1948"^^<http://www.w3.org/2001/XMLSchema#integer> ;
    ns2:founder ns1:01KZW2JNB8NH2ZZDYW1RNPGE52 ;
    ns2:latestYear "1948"^^<http://www.w3.org/2001/XMLSchema#integer> .
_:b3431 schema:addressCountry <http://publications.europa.eu/resource/authority/country/NLD> ;
    schema:name "Utrecht" ;
    schema:sameAs <http://www.wikidata.org/entity/Q803> .
