From 508c2568e2ee8eaa79592424433ca39d0c862cb0 Mon Sep 17 00:00:00 2001 From: Osma Suominen Date: Tue, 12 Nov 2019 15:37:31 +0200 Subject: [PATCH] Set the order of isothes hierarchy properties --- model/Concept.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/Concept.php b/model/Concept.php index 4ed51debc..00d1e9ff7 100644 --- a/model/Concept.php +++ b/model/Concept.php @@ -78,7 +78,7 @@ class Concept extends VocabularyDataObject public function __construct($model, $vocab, $resource, $graph, $clang) { parent::__construct($model, $vocab, $resource); - $this->order = array("rdf:type", "dc:isReplacedBy", "skos:definition", "skos:broader", "skos:narrower", "skos:related", "skos:altLabel", "skosmos:memberOf", "skos:note", "skos:scopeNote", "skos:historyNote", "rdfs:comment", "dc11:source", "dc:source", "skos:prefLabel"); + $this->order = array("rdf:type", "dc:isReplacedBy", "skos:definition", "skos:broader", "isothes:broaderGeneric", "isothes:broaderPartitive", "isothes:broaderInstantial", "skos:narrower", "isothes:narrowerGeneric", "isothes:narrowerPartitive", "isothes:narrowerInstantial", "skos:related", "skos:altLabel", "skosmos:memberOf", "skos:note", "skos:scopeNote", "skos:historyNote", "rdfs:comment", "dc11:source", "dc:source", "skos:prefLabel"); $this->graph = $graph; $this->clang = $clang; // setting the Punic plugins locale for localized datetime conversions