@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:01M0E9KP2B6GGMCZS177WDD5MN a ns2:Place ;
    ns5:wasDerivedFrom ns1:01M0E9KP2B5S4F3WFN83SJF7FW, ns1:01M0E9KP2B0B7SG02329SASBA4 ;
    schema:address "Calle Fuencarral, Madrid" ;
    schema:description "Madrid gym on Calle Fuencarral where Alfredo San Bartolomé gave the first judo classes in Spain in 1947, taking over the group of jiu-jitsu practitioners occasionally directed by colonel Gabriel Pérez Acosta, until the group moved to Calle Recoletos and founded the Asociación Española de Judo y Jiu-jitsu in May 1950."@en ;
    schema:keywords "judo", "gym", "spain" ;
    schema:location _:b3056 ;
    schema:name "Gimnasio Juventud"@es ;
    ns2:hasEvidence _:b3058, _:b3057 ;
    ns2:hasInstructorRole _:b3059 ;
    ns2:placeType <https://w3id.org/martialis/vocab/place-classification/gym> .
_:b3059 a ns2:InstructorRole ;
    ns5:wasDerivedFrom ns1:01M0E9KP2B0B7SG02329SASBA4 ;
    ns2:hasEvidence _:b3060 ;
    ns2:instructor ns1:01M0E9KP2BGMP4PAC4AYTHWFX7 ;
    ns2:instructorCapacity <https://w3id.org/martialis/vocab/instructor-capacity/head_instructor> ;
    ns2:instructorPeriod _:b3061 .
_:b3061 a ns2:TimeInterval ;
    ns2:endYear "1950"^^<http://www.w3.org/2001/XMLSchema#integer> ;
    ns2:startYear "1947"^^<http://www.w3.org/2001/XMLSchema#integer> .
_:b3060 a ns2:SourceAssertionRelation ;
    ns2:basedOnSource ns1:01M0E9KP2B0B7SG02329SASBA4 ;
    ns2:evidenceWeight ns4:high ;
    ns2:quotation "El judo comienza a practicarse en España en el año 1947. Alfredo San Bartolomé, de 35 años, cinturón negro 2º dan, es quién imparte las primeras clases en el Gimnasio Juventud." ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b3058 a ns2:SourceAssertionRelation ;
    ns2:basedOnSource ns1:01M0E9KP2B5S4F3WFN83SJF7FW ;
    ns2:coversProperty schema:address, schema:description, ns2:hasInstructorRole, schema:name ;
    ns2:evidenceWeight ns4:medium ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b3057 a ns2:SourceAssertionRelation ;
    ns2:basedOnSource ns1:01M0E9KP2B0B7SG02329SASBA4 ;
    ns2:coversProperty schema:address, schema:description, ns2:hasInstructorRole, schema:name ;
    ns2:evidenceWeight ns4:high ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b3056 schema:addressCountry <http://publications.europa.eu/resource/authority/country/ESP> ;
    schema:name "Madrid" ;
    schema:sameAs <http://www.wikidata.org/entity/Q2807> .
