http://rdfs.org/ns/void#DatasetDescription
A web resource whose foaf:primaryTopic or foaf:topics include void:Datasets.
Instances of void:DatasetDescription can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class foaf:Document | |||
void:inDataset | rdf:Property | Points to the void:Dataset that a document is a part of. | void:Dataset |
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@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:DatasetDescription a rdfs:Class,
owl:Class ;
rdfs:label "dataset description" ;
rdfs:comment "A web resource whose foaf:primaryTopic or foaf:topics include void:Datasets." ;
rdfs:subClassOf foaf:Document .