@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://web.resource.org/cc/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix ns1: <http://vocab.org/participation/> . <http://creativecommons.org/licenses/by/2.0/uk/> ns0:permits ns0:DerivativeWorks, ns0:Distribution, ns0:Reproduction ; ns0:requires ns0:Attribution, ns0:Notice ; a ns0:License, owl:NamedIndividual . ns1:schema ns0:license <http://creativecommons.org/licenses/by/2.0/uk/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://web.resource.org/cc/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <http://vocab.org/participation/> .

<http://creativecommons.org/licenses/by/2.0/uk/>
    ns0:permits ns0:DerivativeWorks, ns0:Distribution, ns0:Reproduction ;
    ns0:requires ns0:Attribution, ns0:Notice ;
    a ns0:License, owl:NamedIndividual .

ns1:schema
    ns0:license <http://creativecommons.org/licenses/by/2.0/uk/> .