@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix cc: <http://creativecommons.org/ns#> .

<http://web.resource.org/cc/License> owl:equivalentClass cc:License .

cc:legalcode a rdf:Property ;
	rdfs:domain cc:License ;
	rdfs:range rdfs:Resource .

cc:jurisdiction a rdf:Property ;
	rdfs:domain cc:License ;
	rdfs:label "jurisdiction"@en-us ;
	rdfs:range cc:Jurisdiction .

<http://web.resource.org/cc/prohibits> owl:equivalentProperty cc:prohibits .

<http://web.resource.org/cc/CommercialUse> owl:equivalentClass cc:CommercialUse .

cc:useGuidelines a rdf:Property ;
	rdfs:range rdfs:Resource ;
	rdfs:subPropertyOf <http://purl.org/dc/terms/relation> ;
	rdfs:domain cc:Work .

<http://web.resource.org/cc/permits> owl:equivalentProperty cc:permits .

cc:LesserCopyleft a cc:Requirement ;
	rdfs:label "Lesser Copyleft"@en-us ;
	rdfs:comment """derivative works must
		    be licensed under specified terms, with at least
		    the same conditions as the original work;
		    combinations with the work may be licensed under
		    different terms"""@en-us .

<http://web.resource.org/cc/Permission> owl:equivalentClass cc:Permission .

<http://web.resource.org/cc/Attribution> owl:equivalentClass cc:Attribution .

<http://web.resource.org/cc/Reproduction> owl:equivalentClass cc:Reproduction .

<http://web.resource.org/cc/Work> owl:equivalentClass cc:Work .

<http://web.resource.org/cc/Requirement> owl:equivalentClass cc:Requirement .

<http://web.resource.org/cc/SourceCode> owl:equivalentClass cc:SourceCode .

cc:attributionURL a rdf:Property ;
	rdfs:domain cc:Work ;
	rdfs:range rdfs:Resource .

cc:morePermissions a rdf:Property ;
	rdfs:range rdfs:Resource ;
	rdfs:subPropertyOf <http://purl.org/dc/terms/relation> ;
	rdfs:domain cc:Work .

<http://web.resource.org/cc/ShareAlike> owl:equivalentClass cc:ShareAlike .

<http://web.resource.org/cc/Prohibition> owl:equivalentClass cc:Prohibition .

cc:attributionName a rdf:Property ;
	rdfs:domain cc:Work ;
	rdfs:range rdfs:Literal .

cc:HighIncomeNationUse a cc:Prohibition ;
	rdfs:label "High Income Nation Use"@en-us ;
	rdfs:comment """use in a
		    non-developing country"""@en-us .

<http://web.resource.org/cc/Distribution> owl:equivalentClass cc:Distribution .

<http://web.resource.org/cc/requires> owl:equivalentProperty cc:requires .

<http://web.resource.org/cc/Notice> owl:equivalentClass cc:Notice .

<http://web.resource.org/cc/DerivativeWorks> owl:equivalentClass cc:DerivativeWorks .

cc:Sharing a cc:Permission ;
	rdfs:label "Sharing"@en-us ;
	rdfs:comment """permits commercial
		    derivatives, but only non-commercial
		    distribution"""@en-us .

cc:Copyleft a cc:Requirement ;
	rdfs:label "Copyleft"@en-us ;
	rdfs:comment """derivative and
		    combined works must be licensed under specified
		    terms, similar to those on the original
		    work"""@en-us .

cc:deprecatedOn a rdf:Property ;
	rdfs:domain cc:License ;
	rdfs:label """deprecated
		  on"""@en-us ;
	rdfs:range <http://www.w3.org/2001/XMLSchema-datatypes#date> .

<http://web.resource.org/cc/license> owl:equivalentProperty cc:license .

cc:Permission a rdfs:Class ;
	rdfs:label "Permission"@en-us ;
	rdfs:comment """an action that may or
		    may not be allowed or desired"""@en-us .

cc:SourceCode a cc:Requirement ;
	rdfs:label "Source Code"@en-us ;
	rdfs:comment """source code (the
		    preferred form for making modifications) must be
		    provided when exercising some rights granted by
		    the license."""@en-us .

cc:permits a rdf:Property ;
	rdfs:domain cc:License ;
	rdfs:label "permits"@en-us ;
	rdfs:range cc:Permission .

cc:ShareAlike a cc:Requirement ;
	rdfs:label "Share Alike"@en-us ;
	rdfs:comment """derivative works be
		    licensed under the same terms or compatible terms
		    as the original work"""@en-us .

cc:Notice a cc:Requirement ;
	rdfs:label "Notice"@en-us ;
	rdfs:comment """copyright and license
		    notices be kept intact"""@en-us .

cc:Jurisdiction a rdfs:Class ;
	rdfs:label "Jurisdiction"@en-us ;
	rdfs:comment """the legal jurisdiction
		    of a license"""@en-us .

cc:DerivativeWorks a cc:Permission ;
	rdfs:label "Derivative Works"@en-us ;
	rdfs:comment """distribution of
		    derivative works"""@en-us .

cc:Work a rdfs:Class ;
	rdfs:label "Work"@en-us ;
	rdfs:comment """a potentially
		    copyrightable work"""@en-us .

cc:Reproduction a cc:Permission ;
	rdfs:label "Reproduction"@en-us ;
	rdfs:comment """making multiple
		    copies"""@en-us .

cc:Distribution a cc:Permission ;
	rdfs:label "Distribution"@en-us ;
	rdfs:comment """distribution, public
		    display, and publicly performance"""@en-us .

cc:requires a rdf:Property ;
	rdfs:domain cc:License ;
	rdfs:label "requires"@en-us ;
	rdfs:range cc:Requirement .

cc:CommercialUse a cc:Prohibition ;
	rdfs:label "Commercial Use"@en-us ;
	rdfs:comment """exercising rights for
		    commercial purposes"""@en-us .

cc:prohibits a rdf:Property ;
	rdfs:domain cc:License ;
	rdfs:label "prohibits"@en-us ;
	rdfs:range cc:Prohibition .

cc:Requirement a rdfs:Class ;
	rdfs:label "Requirement"@en-us ;
	rdfs:comment """an action that may or
		    may not be requested of you"""@en-us .

cc:Prohibition a rdfs:Class ;
	rdfs:label "Prohibition"@en-us ;
	rdfs:comment """something you may be
		    asked not to do"""@en-us .

cc:License a rdfs:Class ;
	rdfs:label "License"@en-us ;
	rdfs:comment """a set of
		    requests/permissions to users of a Work, e.g. a
		    copyright license, the public domain, information
		    for distributors"""@en-us ;
	rdfs:subClassOf <http://purl.org/dc/terms/LicenseDocument> .

cc:license a rdf:Property ;
	rdfs:range cc:License ;
	rdfs:domain cc:Work ;
	owl:sameAs <http://www.w3.org/1999/xhtml/vocab#license> ;
	rdfs:subPropertyOf <http://purl.org/dc/terms/license> ;
	rdfs:label """has
		  license"""@en-us .

cc:Attribution a cc:Requirement ;
	rdfs:label "Attribution"@en-us ;
	rdfs:comment """credit be given to
		    copyright holder and/or author"""@en-us .
