https://w3id.org/standards/smart/ontologies/core/hasTermFormType
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| smart:Term | smart:hasTermFormType | smart:TermFormType |
@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:hasTermFormType a owl:ObjectProperty ;
rdfs:label "has term form type"@en ;
rdfs:domain smart:Term ;
rdfs:range smart:TermFormType .