void:vocabulary leaf node


URI

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

Label

vocabulary

Description

A vocabulary that is used in the dataset.

Usage

DOMAINPROPERTYRANGE
void:Dataset void:vocabulary owl:Thing (inferred)

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:vocabulary a rdf:Property ;
    rdfs:label "vocabulary" ;
    rdfs:comment "A vocabulary that is used in the dataset." ;
    rdfs:domain void:Dataset .