@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/cocoon/v1.0#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . <https://w3id.org/cocoon/v1.0#10TB> a owl:NamedIndividual, ns0:QuantityOfThings ; ns0:hasUnitOfMeasurement ns0:GB ; ns0:numericValue "10240"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/cocoon/v1.0#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://w3id.org/cocoon/v1.0#10TB>
    a owl:NamedIndividual, ns0:QuantityOfThings ;
    ns0:hasUnitOfMeasurement ns0:GB ;
    ns0:numericValue "10240"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .