We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9708536 commit dce1fc7Copy full SHA for dce1fc7
1 file changed
edpop-record-ontology.ttl
@@ -22,6 +22,18 @@ edpoprec:BiographicalCatalog rdfs:subClassOf edpoprec:Catalog ;
22
skos:preflabel "Biographical catalog"@en ;
23
skos:description "External repository of biographical data" .
24
25
+edpoprec:maximumRecordsPerPage a rdf:Property ;
26
+ skos:prefLabel "Maximum records per page"@en ;
27
+ skos:description "The maximum records a reader can fetch at once" ;
28
+ rdfs:domain edpoprec:Catalog ;
29
+ rdfs:range xsd:integer .
30
+
31
+edpoprec:allowEmptyQuery a rdf:Property ;
32
+ skos:prefLabel "Allow empty query"@en ;
33
+ skos:description "Whether a reader accept an empty query string" ;
34
35
+ rdfs:range xsd:boolean .
36
37
38
### RECORD CLASSES
39
0 commit comments