davvalent commited on 2022-05-18 15:32:46
Showing 1 changed files, with 3 additions and 1 deletions.
| ... | ... |
@@ -52,12 +52,14 @@ |
| 52 | 52 |
|
| 53 | 53 |
/* namespace prefixes */ |
| 54 | 54 |
$ns = array( |
| 55 |
+ 'dcterms' => 'http://purl.org/dc/terms/', |
|
| 55 | 56 |
'ecrm' => 'http://erlangen-crm.org/current/', |
| 56 | 57 |
'geo' => 'http://www.opengis.net/ont/geosparql#', |
| 57 | 58 |
'owl' => 'http://www.w3.org/2002/07/owl#', |
| 58 | 59 |
'qdmtl' => 'http://onto.qdmtl.ca/', |
| 59 | 60 |
'rdfs' => 'http://www.w3.org/2000/01/rdf-schema#', |
| 60 |
- 'rico' => 'https://www.ica.org/standards/RiC/ontology#' |
|
| 61 |
+ 'rico' => 'https://www.ica.org/standards/RiC/ontology#', |
|
| 62 |
+ 'schema' => 'https://schema.org/' |
|
| 61 | 63 |
); |
| 62 | 64 |
$ns_config = array('ns' => $ns);
|
| 63 | 65 |
|
| 64 | 66 |