@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix odrl: <http://www.w3.org/ns/odrl/2/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://linked.data.gov.au/dataset/data-policies/licence/27235597-3ac8-4a16-a0d5-93e56269d119> a cc:License,
        odrl:Policy ;
    rdfs:label "Creative Commons CC-BY-NC-ND 3.0 Australia"@en ;
    cc:jurisdiction <http://dbpedia.org/page/Australia> ;
    cc:legalcode <http://creativecommons.org/licenses/by-nc-nd/3.0/au/legalcode> ;
    dct:created "2018-11-11"^^xsd:date ;
    dct:creator <https://creativecommons.org> ;
    dct:hasVersion "3.0" ;
    dct:language <http://www.lexvo.org/page/iso639-3/eng> ;
    rdfs:seeAlso <http://creativecommons.org/licenses/by-nc-nd/3.0/au> ;
    owl:sameAs <http://test.linked.data.gov.au/license/cc-by-nc-nd-3.0-au> ;
    adms:status <http://dd.eionet.europa.eu/vocabulary/datadictionary/status/submitted> ;
    odrl:duty [ a odrl:Duty ;
            odrl:action cc:Attribution,
                cc:Notice ] ;
    odrl:permission [ a odrl:Permission ;
            odrl:action odrl:distribute,
                odrl:reproduce ] ;
    odrl:prohibition [ a odrl:Prohibition ;
            odrl:action cc:CommercialUse,
                odrl:derive ] .

