Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

should percentage stats be defined as integers? #184

Open
bquinn opened this issue Apr 30, 2024 · 0 comments
Open

should percentage stats be defined as integers? #184

bquinn opened this issue Apr 30, 2024 · 0 comments

Comments

@bquinn
Copy link
Contributor

bquinn commented Apr 30, 2024

eg

    spbkbstat:reboundsTotalPercentage rdf:type owl:DatatypeProperty ;
        rdfs:label "reboundsTotalPercentage"@en ; 
        rdfs:comment "The percentage of rebounds total compared to total number of attempts."@en ;
        rdfs:domain sport:Participation ;  
        rdfs:range xsd:integer ; 
        rdf:isDefinedBy <https://sportschema.org/ontologies/basketball> . 
    spbkbstat:fieldGoalsPercentage rdf:type owl:DatatypeProperty ; 
        rdfs:label "fieldGoalsPercentage"@en ;
        rdfs:comment "Field goals made versus attempted. This could also be calculated from the above."@en ; 
        rdfs:domain sport:Participation ;
        rdfs:range xsd:integer ; 
        rdf:isDefinedBy <https://sportschema.org/ontologies/basketball> .

also things like

    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> .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant