@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sco: <http://ontextract.org/sco#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

sco:DomainNetwork a owl:Class ;
    rdfs:label "Domain Network" ;
    rdfs:comment "Development of discipline-specific semantic network with specialized terminology." ;
    rdfs:subClassOf sco:SemanticChangeEvent ;
    skos:definition "The emergence of a domain-specific constellation of meanings and related terms forming a coherent semantic network within a particular field." ;
    skos:example "In AI discourse, 'agent' develops associations with: percept-action loop, rationality, autonomy, multi-agent systems." .

