diff --git a/model/Concept.php b/model/Concept.php index 3ce90540e..db4e045be 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