diff --git a/Overview.html b/Overview.html
index 8933125..4df76ec 100644
--- a/Overview.html
+++ b/Overview.html
@@ -1459,7 +1459,7 @@
6.6.2 Enhanced Statistics
void:property <property-uri> ;
void:classPartition [
void:class <subject-class-uri> ;
- void:entities "###"^^xsd:integer ;
+ void:distinctSubjects "###"^^xsd:integer ;
]
].
@@ -1476,7 +1476,7 @@ 6.6.2 Enhanced Statistics
void:property <property-uri> ;
void-ext:objectClassPartition [
void:class <object-class-uri> ;
- void:entities "###"^^xsd:integer]
+ void:distinctObjects "###"^^xsd:integer]
].
SPARQL query:
@@ -1492,7 +1492,7 @@ 6.6.2 Enhanced Statistics
void:property <property-uri> ;
void-ext:objectClassPartition [
void:class rdfs:Literal;
- void:entities "###"^^xsd:integer
+ void:distinctObjects "###"^^xsd:integer
]
] .
@@ -1510,18 +1510,16 @@ 6.6.2 Enhanced Statistics
void:property <property-uri> ;
void:classPartition [
void:class <subject-class-uri> ;
- void:entities "###"^^xsd:integer ;
+ void:distinctSubjects "###"^^xsd:integer ;
];
void-ext:objectClassPartition [
void:class <object-class-uri> ;
- void:entities "###"^^xsd:integer]
+ void:distinctObjects "###"^^xsd:integer]
]
] .
-
-
To specify the number and list of properties that link items from one dataset to another: