void:feature leaf node


URI

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

Label

feature

Usage

DOMAINPROPERTYRANGE
void:Dataset void:feature void:TechnicalFeature

Implementation

@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix void: <http://rdfs.org/ns/void#> .

void:feature a rdf:Property ;
    rdfs:label "feature" ;
    rdfs:domain void:Dataset ;
    rdfs:range void:TechnicalFeature .