@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.oegov.org/core/owl/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix ns1: <http://www.oegov.org/core/owl/cc#> . @prefix cc: <http://creativecommons.org/ns#> . ns0:cc cc:attributionURL "http://www.topquadrant.com"^^<http://www.w3.org/2001/XMLSchema#anyURI> ; cc:license <http://www.oegov.org/core/owl/cc#CreativeCommonsAttributionShareAlike3.0_UnitedStatesLicense> ; dc:creator "Ralph Hodgson" ; dc:date "$Date: 2009-08-20 02:39:32 +0200 (Thu, 20 Aug 2009) $" ; dc:description "Creative Commons Ontology, extending RDF file at http://creativecommons.org/schema.rdf" ; dc:rights "Creative Commons Attribution-Share Alike 3.0 United States License" ; dc:source "www.oegov.org" ; dc:title "Creative Commons Ontology" ; ns1:attributedSource ns1:TopQuadrantAttribution ; ns1:revision "$Revision: 1348 $" ; a owl:NamedIndividual, owl:Ontology ; owl:versionInfo "$Id: cc.n3 1348 2009-08-20 00:39:32Z RalphHodgson $" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.oegov.org/core/owl/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix ns1: <http://www.oegov.org/core/owl/cc#> .
@prefix cc: <http://creativecommons.org/ns#> .

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