@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl11: <http://www.w3.org/2006/12/owl11#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix oecc: <http://www.oegov.org/core/owl/cc#> .
@prefix cc: <http://creativecommons.org/ns#> .

<http://www.oegov.org/core/owl/cc> a owl:Ontology ;
	owl:imports <http://creativecommons.org/schema.rdf> , <http://purl.org/dc/elements/1.1/> ;
	dc:title "Creative Commons Ontology"^^xsd:string ;
	oecc:attributedSource oecc:TopQuadrantAttribution .

oecc:TopQuadrantAttribution a oecc:AttributedSource ;
	oecc:pointOfContact "Ralph Hodgson"^^xsd:string ;
	cc:attributionURL "http://www.topquadrant.com"^^xsd:anyURI ;
	cc:attributionName "TopQuadrant, Inc."^^xsd:string ;
	rdfs:label "TopQuadrant attribution"^^xsd:string .

<http://www.oegov.org/core/owl/cc> dc:description "Creative Commons Ontology, extending RDF file at http://creativecommons.org/schema.rdf"^^xsd:string ;
	cc:attributionURL "http://www.topquadrant.com"^^xsd:anyURI ;
	owl:versionInfo "$Id: cc.n3 1348 2009-08-20 00:39:32Z RalphHodgson $"^^xsd:string ;
	oecc:revision "$Revision: 1348 $"^^xsd:string ;
	dc:date "$Date: 2009-08-20 02:39:32 +0200 (Thu, 20 Aug 2009) $"^^xsd:string ;
	dc:rights "Creative Commons Attribution-Share Alike 3.0 United States License"^^xsd:string ;
	cc:license <http://www.oegov.org/core/owl/cc#CreativeCommonsAttributionShareAlike3.0_UnitedStatesLicense> .

<http://www.oegov.org/core/owl/cc#CreativeCommonsAttributionShareAlike3.0_UnitedStatesLicense> a cc:License ;
	cc:requires cc:ShareAlike , cc:Attribution ;
	cc:permits cc:DerivativeWorks , cc:Distribution ;
	cc:image "http://i.creativecommons.org/l/by-sa/3.0/us/88x31.png"^^xsd:anyURI ;
	rdfs:label "Creative Commons Attribution-Share Alike 3.0 United States License"^^xsd:string .

<http://www.oegov.org/core/owl/cc> dc:source "www.oegov.org"^^xsd:string ;
	dc:creator "Ralph Hodgson"^^xsd:string .

cc:License a owl:Class ;
	rdfs:subClassOf _:node17168lu75x8 .

_:node17168lu75x8 a owl:Restriction ;
	owl:onProperty cc:image .

cc:image a owl:AnnotationProperty ;
	rdfs:range xsd:anyURI .

_:node17168lu75x8 owl:maxCardinality "1"^^xsd:int .

oecc:AttributedSource a owl:Class ;
	rdfs:subClassOf _:node17168lu75x9 .

_:node17168lu75x9 a owl:Restriction ;
	owl:onProperty oecc:pointOfContact .

oecc:pointOfContact a owl:DatatypeProperty .

_:node17168lu75x9 owl:allValuesFrom xsd:string .

oecc:AttributedSource rdfs:subClassOf _:node17168lu75x10 .

_:node17168lu75x10 a owl:Restriction ;
	owl:onProperty cc:attributionURL ;
	owl:maxCardinality "1"^^xsd:int .

oecc:AttributedSource rdfs:subClassOf _:node17168lu75x11 .

_:node17168lu75x11 a owl:Restriction ;
	owl:onProperty cc:attributionName .

cc:attributionName a owl:DatatypeProperty .

_:node17168lu75x11 owl:cardinality "1"^^xsd:int .

oecc:AttributedSource rdfs:subClassOf owl:Thing ;
	rdfs:label "Attributed Source"^^xsd:string ;
	rdfs:comment "The name, url and other details of an attribution."^^xsd:string .

cc:prohibits a owl:ObjectProperty .

cc:jurisdiction a owl:ObjectProperty .

cc:morePermissions a owl:ObjectProperty .

cc:legalcode a owl:ObjectProperty .

cc:permits a owl:ObjectProperty .

oecc:attributedSource a owl:ObjectProperty ;
	rdfs:label "attributed source"^^xsd:string .

cc:requires a owl:ObjectProperty .

cc:license a owl:ObjectProperty .

oecc:pointOfContact rdfs:range xsd:string ;
	rdfs:label "point of contact"^^xsd:string .

oecc:url a owl:DatatypeProperty ;
	rdfs:range xsd:anyURI ;
	rdfs:label "url"^^xsd:string .

oecc:licence a owl:DatatypeProperty ;
	rdfs:range xsd:string ;
	rdfs:label "licence"^^xsd:string .

oecc:revision a owl:AnnotationProperty ;
	rdfs:range xsd:string .

cc:deprecatedOn a owl:AnnotationProperty .

oecc:image a owl:AnnotationProperty ;
	rdfs:range xsd:anyURI .

owl:Ontology rdfs:subClassOf _:node17168lu75x12 .

_:node17168lu75x12 a owl:Restriction ;
	owl:onProperty oecc:attributedSource ;
	owl:allValuesFrom oecc:AttributedSource .

owl:Ontology rdfs:subClassOf _:node17168lu75x13 .

_:node17168lu75x13 a owl:Restriction ;
	owl:onProperty cc:license ;
	owl:maxCardinality "1"^^xsd:int .

owl:Ontology rdfs:subClassOf _:node17168lu75x14 .

_:node17168lu75x14 a owl:Restriction ;
	owl:onProperty cc:license ;
	owl:allValuesFrom cc:License .
