@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://dati.isprambiente.it/ontology/core#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . ns0:amountFinanced a owl:DatatypeProperty ; rdfs:comment "Amount financed (in Euros)"@en, "Importo finanziato (in euro)"@it ; rdfs:domain ns0:Contract ; rdfs:label "Amount financed"@en, "Importo finanziato"@it ; rdfs:range xsd:string ; ns1:term_status "stable" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://dati.isprambiente.it/ontology/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ns0:amountFinanced
    a owl:DatatypeProperty ;
    rdfs:comment "Amount financed (in Euros)"@en, "Importo finanziato (in euro)"@it ;
    rdfs:domain ns0:Contract ;
    rdfs:label "Amount financed"@en, "Importo finanziato"@it ;
    rdfs:range xsd:string ;
    ns1:term_status "stable" .