@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .

scoro:undertakes-modelling a scoro:IntellectualContribution,
        owl:NamedIndividual ;
    rdfs:label "undertakes modelling"@en ;
    vann:example """
    :my-person a foaf:Person ;
        scoro:makesContribution :my-person-contribution .

    :my-person-contribution a scoro:ContributionSituation ;
        scoro:withContribution scoro:undertakes-modelling .
    """ ;
    rdfs:comment "The contribution of design, implementation and analysis of mathematical models or computer simulations."@en ;
    rdfs:isDefinedBy scoro: ;
    vs:term_status reg:statusStable .

