Wiki schema and active types
Active shapes are loaded from the input_dirs and executed against all matching pages during wiki check.
Current pages in the vault by type
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX schema: <https://schema.org/>
SELECT ?document ?type WHERE {
?document rdf:type ?type .
FILTER(STRSTARTS(STR(?document), "wiki:"))
FILTER(?type != schema:WebPage)
}
ORDER BY ?type
| Document | Type |
|---|---|
| wiki:microdata-example | https://schema.org/TechArticle |
Person shape
- givenName: Required string (exactly 1)
- familyName: Required string (exactly 1)
- context: Required string (one-liner describing relationship)
- status: Required choice of either
permanentorone-off - dateCreated: Required date in YYYY-MM-DD format