We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67402b9 commit a8de0b5Copy full SHA for a8de0b5
src/zozlak/RdfConstants.php
@@ -131,7 +131,7 @@ class RdfConstants {
131
const OWL_WITH_RESTRICTIONS = 'http://www.w3.org/2002/07/owl#withRestrictions';
132
const SKOS_ALT_LABEL = 'http://www.w3.org/2004/02/skos/core#altLabel';
133
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';
+ const SKOS_COLLECTION = 'http://www.w3.org/2004/02/skos/core#Collection';
135
const SKOS_CONCEPT = 'http://www.w3.org/2004/02/skos/core#Concept';
136
const SKOS_CONCEPT_SCHEMA = 'http://www.w3.org/2004/02/skos/core#ConceptScheme';
137
const SKOS_BROAD_MATCH = 'http://www.w3.org/2004/02/skos/core#broadMatch';
0 commit comments