vann:termGroup leaf node


URI

http://purl.org/vocab/vann/termGroup

Label

Term Group

Description

A group of related terms in a vocabulary.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) vann:termGroup owl:Thing (inferred)

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .

vann:termGroup a owl:AnnotationProperty ;
    rdfs:label "Term Group"@en ;
    rdfs:comment "A group of related terms in a vocabulary."@en ;
    rdfs:isDefinedBy vann: .