<?xml version="1.0"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:oecc="http://www.oegov.org/core/owl/cc#"
    xmlns:cc="http://creativecommons.org/ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:owl11="http://www.w3.org/2006/12/owl11#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  xml:base="http://www.oegov.org/core/owl/cc">
  <owl:Ontology rdf:about="">
    <owl:imports rdf:resource="http://creativecommons.org/schema.rdf"/>
    <owl:imports rdf:resource="http://purl.org/dc/elements/1.1/"/>
    <dc:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Creative Commons Ontology</dc:title>
    <oecc:attributedSource>
      <oecc:AttributedSource rdf:ID="TopQuadrantAttribution">
        <oecc:pointOfContact rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >Ralph Hodgson</oecc:pointOfContact>
        <cc:attributionURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
        >http://www.topquadrant.com</cc:attributionURL>
        <cc:attributionName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >TopQuadrant, Inc.</cc:attributionName>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >TopQuadrant attribution</rdfs:label>
      </oecc:AttributedSource>
    </oecc:attributedSource>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Creative Commons Ontology, extending RDF file at http://creativecommons.org/schema.rdf</dc:description>
    <cc:attributionURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
    >http://www.topquadrant.com</cc:attributionURL>
    <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >$Id: cc.n3 1348 2009-08-20 00:39:32Z RalphHodgson $</owl:versionInfo>
    <oecc:revision rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >$Revision: 1348 $</oecc:revision>
    <dc:date rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >$Date: 2009-08-20 02:39:32 +0200 (Thu, 20 Aug 2009) $</dc:date>
    <dc:rights rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Creative Commons Attribution-Share Alike 3.0 United States License</dc:rights>
    <cc:license>
      <cc:License rdf:ID="CreativeCommonsAttributionShareAlike3.0_UnitedStatesLicense">
        <cc:requires rdf:resource="http://creativecommons.org/ns#ShareAlike"/>
        <cc:requires rdf:resource="http://creativecommons.org/ns#Attribution"/>
        <cc:permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks"/>
        <cc:permits rdf:resource="http://creativecommons.org/ns#Distribution"/>
        <cc:image rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
        >http://i.creativecommons.org/l/by-sa/3.0/us/88x31.png</cc:image>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >Creative Commons Attribution-Share Alike 3.0 United States License</rdfs:label>
      </cc:License>
    </cc:license>
    <dc:source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >www.oegov.org</dc:source>
    <dc:creator rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Ralph Hodgson</dc:creator>
  </owl:Ontology>
  <owl:Class rdf:about="http://creativecommons.org/ns#License">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:AnnotationProperty rdf:about="http://creativecommons.org/ns#image">
            <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
          </owl:AnnotationProperty>
        </owl:onProperty>
        <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:maxCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="AttributedSource">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="pointOfContact"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="http://creativecommons.org/ns#attributionURL"/>
        <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:maxCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:about="http://creativecommons.org/ns#attributionName"/>
        </owl:onProperty>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Attributed Source</rdfs:label>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The name, url and other details of an attribution.</rdfs:comment>
  </owl:Class>
  <owl:ObjectProperty rdf:about="http://creativecommons.org/ns#prohibits"/>
  <owl:ObjectProperty rdf:about="http://creativecommons.org/ns#jurisdiction"/>
  <owl:ObjectProperty rdf:about="http://creativecommons.org/ns#morePermissions"/>
  <owl:ObjectProperty rdf:about="http://creativecommons.org/ns#legalcode"/>
  <owl:ObjectProperty rdf:about="http://creativecommons.org/ns#permits"/>
  <owl:ObjectProperty rdf:ID="attributedSource">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >attributed source</rdfs:label>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://creativecommons.org/ns#requires"/>
  <owl:ObjectProperty rdf:about="http://creativecommons.org/ns#license"/>
  <owl:DatatypeProperty rdf:about="#pointOfContact">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >point of contact</rdfs:label>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="url">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >url</rdfs:label>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="licence">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >licence</rdfs:label>
  </owl:DatatypeProperty>
  <owl:AnnotationProperty rdf:ID="revision">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:AnnotationProperty>
  <owl:AnnotationProperty rdf:about="http://creativecommons.org/ns#deprecatedOn"/>
  <owl:AnnotationProperty rdf:ID="image">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
  </owl:AnnotationProperty>
  <rdf:Description rdf:about="http://www.w3.org/2002/07/owl#Ontology">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="#attributedSource"/>
        <owl:allValuesFrom rdf:resource="#AttributedSource"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="http://creativecommons.org/ns#license"/>
        <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:maxCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="http://creativecommons.org/ns#license"/>
        <owl:allValuesFrom rdf:resource="http://creativecommons.org/ns#License"/>
      </owl:Restriction>
    </rdfs:subClassOf>
  </rdf:Description>
</rdf:RDF>

<!-- Created with TopBraid Composer -->

