iptc/sport-schema

what to do about participationsplittype ?

bquinn opened this issue · 0 comments

sport:participationSplitType rdf:type owl:DatatypeProperty ;
    rdfs:label "participation split type"@en ;
    rdfs:comment "The type of a participation split, e.g. 'home games' or 'first half'"@en ;
    rdfs:domain sport:ParticipationSplit ;
    # Recommended CV: ???
    rdfs:range xsd:anyURI ; 
    rdfs:isDefinedBy <https://sportschema.org/ontologies/main/> .