https://w3id.org/standards/smart/ontologies/core/hasPartOfSpeechType
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| smart:Term | smart:hasPartOfSpeechType | smart:PartOfSpeechType |
@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/> .
smart:hasPartOfSpeechType a owl:ObjectProperty ;
rdfs:label "has part of speech type"@en ;
rdfs:domain smart:Term ;
rdfs:range smart:PartOfSpeechType .