|
MediaWiki REL1_39
|
Helper class to produce RDF representation of categories. More...
Public Member Functions | |
| __construct (RdfWriter $writer) | |
| getDumpURI () | |
| Get URI of the dump for this particular wiki. | |
| labelToUrl ( $titleLabel) | |
| Make URL from title label. | |
| setupPrefixes () | |
| Setup prefixes relevant for the dump. | |
| writeCategoryData ( $categoryName, $isHidden, $pages, $subcategories) | |
| Write out the data for single category. | |
| writeCategoryLinkData ( $fromName, $toName) | |
| Write RDF data for link between categories. | |
Public Attributes | |
| const | FORMAT_VERSION = "1.1" |
| Current version of the dump format. | |
| const | OWL_URL = 'https://www.mediawiki.org/ontology/ontology.owl' |
| OWL description of the ontology. | |
Helper class to produce RDF representation of categories.
Definition at line 24 of file CategoriesRdf.php.
| CategoriesRdf::__construct | ( | RdfWriter | $writer | ) |
Definition at line 52 of file CategoriesRdf.php.
| CategoriesRdf::getDumpURI | ( | ) |
Get URI of the dump for this particular wiki.
Definition at line 130 of file CategoriesRdf.php.
References NS_MAIN.
| CategoriesRdf::labelToUrl | ( | $titleLabel | ) |
Make URL from title label.
| string | $titleLabel | Short label (without namespace) of the category |
Definition at line 113 of file CategoriesRdf.php.
References NS_CATEGORY.
| CategoriesRdf::setupPrefixes | ( | ) |
Setup prefixes relevant for the dump.
Definition at line 59 of file CategoriesRdf.php.
| CategoriesRdf::writeCategoryData | ( | $categoryName, | |
| $isHidden, | |||
| $pages, | |||
| $subcategories ) |
Write out the data for single category.
| string | $categoryName | |
| bool | $isHidden | Hidden category? |
| int | $pages | Page count (note this includes only Wiki articles, not subcats or files) |
| int | $subcategories | Subcategory count |
Definition at line 87 of file CategoriesRdf.php.
References $title, and NS_CATEGORY.
| CategoriesRdf::writeCategoryLinkData | ( | $fromName, | |
| $toName ) |
Write RDF data for link between categories.
| string | $fromName | Child category name |
| string | $toName | Parent category name |
Definition at line 72 of file CategoriesRdf.php.
References NS_CATEGORY.
| const CategoriesRdf::FORMAT_VERSION = "1.1" |
Current version of the dump format.
Definition at line 40 of file CategoriesRdf.php.
Referenced by DumpCategoriesAsRdf\addDumpHeader().
| const CategoriesRdf::OWL_URL = 'https://www.mediawiki.org/ontology/ontology.owl' |
OWL description of the ontology.
Definition at line 36 of file CategoriesRdf.php.
Referenced by DumpCategoriesAsRdf\addDumpHeader().