From a8de0b50d23b213a68784ec2cec22b4ad838012b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=BB=C3=B3=C5=82tak?= Date: Fri, 5 Aug 2022 14:50:50 +0200 Subject: [PATCH] typo in SKOS_COLLECTION fixed --- src/zozlak/RdfConstants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zozlak/RdfConstants.php b/src/zozlak/RdfConstants.php index dccbca7..079ff5f 100644 --- a/src/zozlak/RdfConstants.php +++ b/src/zozlak/RdfConstants.php @@ -131,7 +131,7 @@ class RdfConstants { const OWL_WITH_RESTRICTIONS = 'http://www.w3.org/2002/07/owl#withRestrictions'; const SKOS_ALT_LABEL = 'http://www.w3.org/2004/02/skos/core#altLabel'; const SKOS_BROADER = 'http://www.w3.org/2004/02/skos/core#broader'; - const SKOS_COLLECTION = 'http://www.w3.org/2004/02/skos/core#collection'; + const SKOS_COLLECTION = 'http://www.w3.org/2004/02/skos/core#Collection'; const SKOS_CONCEPT = 'http://www.w3.org/2004/02/skos/core#Concept'; const SKOS_CONCEPT_SCHEMA = 'http://www.w3.org/2004/02/skos/core#ConceptScheme'; const SKOS_BROAD_MATCH = 'http://www.w3.org/2004/02/skos/core#broadMatch';