@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix smart: <https://w3id.org/standards/smart/ontologies/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
smart:pronunciation a owl:DatatypeProperty ;
rdfs:label "pronunciation"@en ;
rdfs:domain smart:Term ;
rdfs:range xsd:string ;
rdfs:seeAlso "https://www.iec.ch/standards-development/isoiec-directives-part-2#article-header-id-26-18",
"https://www.iso.org/sites/directives/current/part2/index.xhtml#_idTextAnchor234" .