@prefix schema: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://www.dcsolution.it/ecommerce/#service>
    a schema:Service ;
    schema:name "Ecommerce" ;
    schema:url <https://www.dcsolution.it/ecommerce/> .
