void:uriLookupEndpoint leaf node


URI

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

Label

has an URI look-up endpoint at

Description

Defines a simple URI look-up protocol for accessing a dataset.

Usage

DOMAINPROPERTYRANGE
void:Dataset void:uriLookupEndpoint 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:uriLookupEndpoint a rdf:Property ;
    rdfs:label "has an URI look-up endpoint at" ;
    rdfs:comment "Defines a simple URI look-up protocol for accessing a dataset." ;
    rdfs:domain void:Dataset .