@prefix accommodation: <https://purl.org/ctdl/vocabs/accommodation/> .
@prefix actionStat: <https://purl.org/ctdl/vocabs/actionStat/> .
@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix agentSector: <https://purl.org/ctdl/vocabs/agentSector/> .
@prefix alignment: <https://purl.org/ctdl/vocabs/alignment/> .
@prefix array: <https://purl.org/ctdl/vocabs/array/> .
@prefix asn: <http://purl.org/ASN/schema/core/> .
@prefix assessMethod: <https://purl.org/ctdl/vocabs/assessMethod/> .
@prefix assessUse: <https://purl.org/ctdl/vocabs/assessUse/> .
@prefix audience: <https://purl.org/ctdl/vocabs/audience/> .
@prefix audLevel: <https://purl.org/ctdl/vocabs/audLevel/> .
@prefix case: <https://purl.imsglobal.org/spec/case/> .
@prefix ceasn: <https://purl.org/ctdlasn/terms/> .
@prefix ceds: <https://ceds.ed.gov/element/> .
@prefix ceterms: <https://purl.org/ctdl/terms/> .
@prefix claimType: <https://purl.org/ctdl/vocabs/claimType/> .
@prefix collectionCategory: <https://purl.org/ctdl/vocabs/collectionCategory/> .
@prefix compare: <https://purl.org/ctdl/vocabs/compare/> .
@prefix costType: <https://purl.org/ctdl/vocabs/costType/> .
@prefix credentialStat: <https://purl.org/ctdl/vocabs/credentialStat/> .
@prefix creditUnit: <https://purl.org/ctdl/vocabs/creditUnit/> .
@prefix cs: <http://vocab.org/changeset/schema#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix deliveryType: <https://purl.org/ctdl/vocabs/deliveryType/> .
@prefix financialAid: <https://purl.org/ctdl/vocabs/financialAid/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix gemq: <http://purl.org/gem/qualifiers/> .
@prefix inputType: <https://purl.org/ctdl/vocabs/inputType/> .
@prefix learnMethod: <https://purl.org/ctdl/vocabs/learnMethod/> .
@prefix lifeCycle: <https://purl.org/ctdl/vocabs/lifeCycle/> .
@prefix logic: <https://purl.org/ctdl/vocabs/logic/> .
@prefix lrmi: <http://purl.org/dcx/lrmi-terms/> .
@prefix meta: <http://credreg.net/meta/terms/> .
@prefix obi: <https://w3id.org/openbadges#> .
@prefix odrl2: <https://www.w3.org/ns/odrl/2/> .
@prefix orgType: <https://purl.org/ctdl/vocabs/orgType/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix qdata: <https://credreg.net/qdata/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix residency: <https://purl.org/ctdl/vocabs/residency/> .
@prefix scheduleFrequency: <https://purl.org/ctdl/vocabs/scheduleFrequency/> .
@prefix scheduleTiming: <https://purl.org/ctdl/vocabs/scheduleTiming/> .
@prefix schema: <https://schema.org/> .
@prefix score: <https://purl.org/ctdl/vocabs/score/> .
@prefix serviceType: <https://purl.org/ctdl/vocabs/serviceType/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix support: <https://purl.org/ctdl/vocabs/support/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <https://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix wd: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ceterms:ComparatorCategory a skos:ConceptScheme ;
	rdfs:label "Comparator Category"@en-US ;
	rdfs:comment "Concepts for comparing two values."@en-US ;
	vann:usageNote "Used in CTDL constraints as values of the ceterms:comparator property to make a comparison that should yield true or false. In all cases the left source of data is compared to the right source, sometimes the comparison is made after an action is applied, e.g. finding the mean of several numbers."@en-US ;
	vs:term_status vs:unstable ;
	meta:changeHistory <https://credreg.net/ctdl/termhistory/ceterms/ComparatorCategory/json> ;
	meta:hasConcept compare:EQ, compare:GT, compare:GTEQ, compare:LT, compare:LTEQ, compare:NEQ ;
	skos:hasTopConcept compare:EQ, compare:GT, compare:GTEQ, compare:LT, compare:LTEQ, compare:NEQ .

compare:EQ a skos:Concept ;
	skos:prefLabel "Equal To"@en-US ;
	skos:definition "The value of the left is equal to the value of the right."@en-US ;
	vs:term_status vs:unstable ;
	meta:changeHistory <https://credreg.net/ctdl/termhistory/compare/EQ/json> ;
	owl:equivalentClass odrl2:eq ;
	skos:inScheme ceterms:ComparatorCategory ;
	skos:topConceptOf ceterms:ComparatorCategory .

compare:GT a skos:Concept ;
	skos:prefLabel "Greater Than"@en-US ;
	skos:definition "The value of the left is greater than the value of the right."@en-US ;
	vs:term_status vs:unstable ;
	meta:changeHistory <https://credreg.net/ctdl/termhistory/compare/GT/json> ;
	owl:equivalentClass odrl2:gt ;
	skos:inScheme ceterms:ComparatorCategory ;
	skos:topConceptOf ceterms:ComparatorCategory .

compare:GTEQ a skos:Concept ;
	skos:prefLabel "Greater Than or Equal To"@en-US ;
	skos:definition "The value of the left is greater than or equal to the value of the right."@en-US ;
	vs:term_status vs:unstable ;
	meta:changeHistory <https://credreg.net/ctdl/termhistory/compare/GTEQ/json> ;
	owl:equivalentClass odrl2:gteq ;
	skos:inScheme ceterms:ComparatorCategory ;
	skos:topConceptOf ceterms:ComparatorCategory .

compare:LT a skos:Concept ;
	skos:prefLabel "Less Than"@en-US ;
	skos:definition "The value of the left is less than the value of the right."@en-US ;
	vs:term_status vs:unstable ;
	meta:changeHistory <https://credreg.net/ctdl/termhistory/compare/LT/json> ;
	owl:equivalentClass odrl2:lt ;
	skos:inScheme ceterms:ComparatorCategory ;
	skos:topConceptOf ceterms:ComparatorCategory .

compare:LTEQ a skos:Concept ;
	skos:prefLabel "Less Than or Equal To"@en-US ;
	skos:definition "The value of the left is less than or equal to the value of the right."@en-US ;
	vs:term_status vs:unstable ;
	meta:changeHistory <https://credreg.net/ctdl/termhistory/compare/LTEQ/json> ;
	owl:equivalentClass odrl2:lteq ;
	skos:inScheme ceterms:ComparatorCategory ;
	skos:topConceptOf ceterms:ComparatorCategory .

compare:NEQ a skos:Concept ;
	skos:prefLabel "Not Equal To"@en-US ;
	skos:definition "The value of the left is not equal to the value of the right."@en-US ;
	vs:term_status vs:unstable ;
	meta:changeHistory <https://credreg.net/ctdl/termhistory/compare/NEQ/json> ;
	owl:equivalentClass odrl2:neq ;
	skos:inScheme ceterms:ComparatorCategory ;
	skos:topConceptOf ceterms:ComparatorCategory .

