http://rdfs.org/ns/void#triples
The total number of triples contained in a void:Dataset.
DOMAIN | PROPERTY | RANGE |
---|---|---|
void:Dataset | void:triples | xsd:integer |
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
void:triples a rdf:Property,
owl:DatatypeProperty ;
rdfs:label "number of triples" ;
rdfs:comment "The total number of triples contained in a void:Dataset." ;
rdfs:domain void:Dataset ;
rdfs:range xsd:integer .