http://rdfs.org/ns/void#inDataset
Points to the void:Dataset that a document is a part of.
DOMAIN | PROPERTY | RANGE |
---|---|---|
foaf:Document | void:inDataset | void:Dataset |
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@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:inDataset a rdf:Property ;
rdfs:label "in dataset" ;
rdfs:comment "Points to the void:Dataset that a document is a part of." ;
rdfs:domain foaf:Document ;
rdfs:range void:Dataset .