Skip to content

Commit

Permalink
typo in SKOS_COLLECTION fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak committed Aug 5, 2022
1 parent 67402b9 commit a8de0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zozlak/RdfConstants.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit a8de0b5

Please sign in to comment.