void:TechnicalFeature leaf node


URI

http://rdfs.org/ns/void#TechnicalFeature

Label

technical feature

Description

A technical feature of a void:Dataset, such as a supported RDF serialization format.

Usage

Instances of void:TechnicalFeature can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

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

void:TechnicalFeature a rdfs:Class,
        owl:Class ;
    rdfs:label "technical feature" ;
    rdfs:comment "A technical feature of a void:Dataset, such as a supported RDF serialization format." .