@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/NET/rdflicense/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix dct: <http://purl.org/dc/terms/> . <http://purl.org/NET/rdflicense/APACHE2.0> a owl:NamedIndividual . <https://w3id.org/aerOS/continuum#> dct:license <http://purl.org/NET/rdflicense/APACHE2.0> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/NET/rdflicense/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dct: <http://purl.org/dc/terms/> .

<http://purl.org/NET/rdflicense/APACHE2.0>
    a owl:NamedIndividual .

<https://w3id.org/aerOS/continuum#>
    dct:license <http://purl.org/NET/rdflicense/APACHE2.0> .