smart:hasTermFormType leaf node


URI

https://w3id.org/standards/smart/ontologies/core/hasTermFormType

Label

has term form type

Usage

DOMAINPROPERTYRANGE
smart:Term smart:hasTermFormType smart:TermFormType

Implementation

@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 .