@prefix asn: <http://purl.org/asn/schema/core/> .
@prefix asnPublicationStatus: <http://purl.org/asn/scheme/ASNPublicationStatus/> .
@prefix asnscheme: <http://purl.org/asn/scheme/> .
@prefix ceasn: <https://purl.org/ctdlasn/terms/> .
@prefix ceterms: <https://purl.org/ctdl/terms/> .
@prefix cs: <http://vocab.org/changeset/schema#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix gem: <http://purl.org/gem/elements/> .
@prefix gemq: <http://purl.org/gem/qualifiers/> .
@prefix loc: <http://www.loc.gov/loc.terms/> .
@prefix locr: <http://www.loc.gov/loc.terms/relators/> .
@prefix meta: <http://credreg.net/meta/terms/> .
@prefix publicationStatus: <http://purl.org/ctdlasn/vocabs/publicationStatus/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vs: <https://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ceasn:license a rdf:Property ;
	rdfs:label "License"@en-US ;
	rdfs:comment "A legal document giving official permission to do something with this resource."@en-US ;
	dct:description "Value must be the URI to a license document (e.g., Creative Commons license or bespoke license)."@en-US ;
	vs:term_status vs:stable ;
	meta:changeHistory <https://credreg.net/ctdlasn/termhistory/ceasn/license/json> ;
	rdfs:subPropertyOf dct:rights ;
	schema:domainIncludes ceasn:CompetencyFramework, skos:ConceptScheme ;
	schema:rangeIncludes xsd:anyURI ;
	owl:equivalentProperty dct:license .

