iptc / sport-schema

The next generation of sports data, based on IPTC’s SportsML and semantic web principles
12 stars 1 forks source link

bug in comment in basketball stats? #183

Closed bquinn closed 2 months ago

bquinn commented 2 months ago
    spbkbstat:pointsScoredPerShot rdf:type owl:DatatypeProperty ;
        rdfs:label "pointsScoredPerShot"@en ;
        rdfs:comment "Calculated by dividing points-scored-total by field-goals-attempted."@en ;
        rdfs:domain sport:Participation ;
        rdfs:range xsd:integer ;
        rdf:isDefinedBy <https://sportschema.org/ontologies/basketball> .
bquinn commented 2 months ago

Apparently I didn't understand that field goals are actually a thing in basketball... there's still a question about data type but that's mostly covered in #184 .