# Saved by TopBraid on Sun Sep 06 00:56:10 CEST 2009
# baseURI: http://www.oegov.org/core/owl/cc
# imports: http://creativecommons.org/schema.rdf
# imports: http://purl.org/dc/elements/1.1/

@prefix cc:      <http://creativecommons.org/ns#> .
@prefix dc:      <http://purl.org/dc/elements/1.1/> .
@prefix oecc:    <http://www.oegov.org/core/owl/cc#> .
@prefix owl:     <http://www.w3.org/2002/07/owl#> .
@prefix owl11:   <http://www.w3.org/2006/12/owl11#> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .

cc:License
      rdf:type owl:Class ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:maxCardinality "1"^^xsd:int ;
                owl:onProperty cc:image
              ] .

cc:attributionName
      rdf:type owl:DatatypeProperty .

cc:deprecatedOn
      rdf:type owl:AnnotationProperty .

cc:image
      rdf:type owl:AnnotationProperty ;
      rdfs:range xsd:anyURI .

cc:jurisdiction
      rdf:type owl:ObjectProperty .

cc:legalcode
      rdf:type owl:ObjectProperty .

cc:license
      rdf:type owl:ObjectProperty .

cc:morePermissions
      rdf:type owl:ObjectProperty .

cc:permits
      rdf:type owl:ObjectProperty .

cc:prohibits
      rdf:type owl:ObjectProperty .

cc:requires
      rdf:type owl:ObjectProperty .

<http://www.oegov.org/core/owl/cc>
      rdf:type owl:Ontology ;
      cc:attributionURL "http://www.topquadrant.com"^^xsd:anyURI ;
      cc:license <http://www.oegov.org/core/owl/cc#CreativeCommonsAttributionShareAlike3.0_UnitedStatesLicense> ;
      dc:creator "Ralph Hodgson"^^xsd:string ;
      dc:date "$Date: 2009-09-06 01:03:35 +0200 (Sun, 06 Sep 2009) $"^^xsd:string ;
      dc:description "Creative Commons Ontology, extending RDF file at http://creativecommons.org/schema.rdf"^^xsd:string ;
      dc:rights "Creative Commons Attribution-Share Alike 3.0 United States License"^^xsd:string ;
      dc:source "www.oegov.org"^^xsd:string ;
      dc:title "Creative Commons Ontology"^^xsd:string ;
      oecc:attributedSource
              oecc:TopQuadrantAttribution ;
      oecc:revision "$Revision: 1405 $"^^xsd:string ;
      owl:imports dc: , <http://creativecommons.org/schema.rdf> ;
      owl:versionInfo "$Id: cc.n3 1405 2009-09-05 23:03:35Z RalphHodgson $"^^xsd:string .

oecc:AttributedSource
      rdf:type owl:Class ;
      rdfs:comment "The name, url and other details of an attribution."^^xsd:string ;
      rdfs:label "Attributed Source"^^xsd:string ;
      rdfs:subClassOf owl:Thing ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:cardinality "1"^^xsd:int ;
                owl:onProperty cc:attributionName
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom xsd:string ;
                owl:onProperty oecc:pointOfContact
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:maxCardinality "1"^^xsd:int ;
                owl:onProperty cc:attributionURL
              ] .

<http://www.oegov.org/core/owl/cc#CreativeCommonsAttributionShareAlike3.0_UnitedStatesLicense>
      rdf:type cc:License ;
      rdfs:label "Creative Commons Attribution-Share Alike 3.0 United States License"^^xsd:string ;
      cc:image "http://i.creativecommons.org/l/by-sa/3.0/us/88x31.png"^^xsd:anyURI ;
      cc:permits cc:Distribution , cc:DerivativeWorks ;
      cc:requires cc:Attribution , cc:ShareAlike .

oecc:TopQuadrantAttribution
      rdf:type oecc:AttributedSource ;
      rdfs:label "TopQuadrant attribution"^^xsd:string ;
      cc:attributionName "TopQuadrant, Inc."^^xsd:string ;
      cc:attributionURL "http://www.topquadrant.com"^^xsd:anyURI ;
      oecc:pointOfContact "Ralph Hodgson"^^xsd:string .

oecc:attributedSource
      rdf:type owl:ObjectProperty ;
      rdfs:label "attributed source"^^xsd:string .

oecc:image
      rdf:type owl:AnnotationProperty ;
      rdfs:range xsd:anyURI .

oecc:licence
      rdf:type owl:DatatypeProperty ;
      rdfs:label "licence"^^xsd:string ;
      rdfs:range xsd:string .

oecc:pointOfContact
      rdf:type owl:DatatypeProperty ;
      rdfs:label "point of contact"^^xsd:string ;
      rdfs:range xsd:string .

oecc:revision
      rdf:type owl:AnnotationProperty ;
      rdfs:range xsd:string .

oecc:url
      rdf:type owl:DatatypeProperty ;
      rdfs:label "url"^^xsd:string ;
      rdfs:range xsd:anyURI .

owl:Ontology
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:maxCardinality "1"^^xsd:int ;
                owl:onProperty cc:license
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom cc:License ;
                owl:onProperty cc:license
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom oecc:AttributedSource ;
                owl:onProperty oecc:attributedSource
              ] .

