Skip to content

Commit a8de0b5

Browse files
committed
typo in SKOS_COLLECTION fixed
1 parent 67402b9 commit a8de0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zozlak/RdfConstants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class RdfConstants {
131131
const OWL_WITH_RESTRICTIONS = 'http://www.w3.org/2002/07/owl#withRestrictions';
132132
const SKOS_ALT_LABEL = 'http://www.w3.org/2004/02/skos/core#altLabel';
133133
const SKOS_BROADER = 'http://www.w3.org/2004/02/skos/core#broader';
134-
const SKOS_COLLECTION = 'http://www.w3.org/2004/02/skos/core#collection';
134+
const SKOS_COLLECTION = 'http://www.w3.org/2004/02/skos/core#Collection';
135135
const SKOS_CONCEPT = 'http://www.w3.org/2004/02/skos/core#Concept';
136136
const SKOS_CONCEPT_SCHEMA = 'http://www.w3.org/2004/02/skos/core#ConceptScheme';
137137
const SKOS_BROAD_MATCH = 'http://www.w3.org/2004/02/skos/core#broadMatch';

0 commit comments

Comments
 (0)