@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://culturalis.org/oad#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://lod.xdams.org/reload/oad/isadOntology/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix ns2: <http://lod.xdams.org/reload/oad/> . ns0:accruals a owl:DatatypeProperty ; rdfs:comment "La proprietà rappresenta le informazioni relative agli incrementi previsti."@it, "The property represents expected increase."@en ; rdfs:domain ns0:Instance ; rdfs:isDefinedBy <http://lod.xdams.org/reload/oad/isadOntology/isad_3.3.3_accruals> ; rdfs:label "Accruals"@en, "Incrementi previsti"@it ; rdfs:range xsd:string ; owl:backwardCompatibleWith ns2:accruals .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://culturalis.org/oad#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://lod.xdams.org/reload/oad/isadOntology/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns2: <http://lod.xdams.org/reload/oad/> .

ns0:accruals
    a owl:DatatypeProperty ;
    rdfs:comment "La proprietà rappresenta le informazioni relative agli incrementi previsti."@it, "The property represents expected increase."@en ;
    rdfs:domain ns0:Instance ;
    rdfs:isDefinedBy <http://lod.xdams.org/reload/oad/isadOntology/isad_3.3.3_accruals> ;
    rdfs:label "Accruals"@en, "Incrementi previsti"@it ;
    rdfs:range xsd:string ;
    owl:backwardCompatibleWith ns2:accruals .