@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://reference.data.gov.uk/def/payment#> . @prefix skos: <http://www.w3.org/2004/02/skos/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 ns2: <http://www.hmrc.gov.uk/manuals/bimmanual/> . ns0:capital a ns0:ExpenditureCategory, rdfs:Resource, owl:NamedIndividual, skos:Concept ; rdfs:comment "Indicates a capital expenditure."@en ; rdfs:isDefinedBy <http://reference.data.gov.uk/def/payment#> ; rdfs:label "Capital"@en ; rdfs:seeAlso <http://www.hmrc.gov.uk/manuals/bimmanual/bim35010.htm> ; ns1:term_status "stable" ; skos:inScheme ns0:expenditure-category ; skos:notation "Capital" ; skos:topConceptOf ns0:expenditure-category . ns0:expenditure-category skos:hasTopConcept ns0:capital .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://reference.data.gov.uk/def/payment#> .
@prefix skos: <http://www.w3.org/2004/02/skos/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 ns2: <http://www.hmrc.gov.uk/manuals/bimmanual/> .

ns0:capital
    a ns0:ExpenditureCategory, rdfs:Resource, owl:NamedIndividual, skos:Concept ;
    rdfs:comment "Indicates a capital expenditure."@en ;
    rdfs:isDefinedBy <http://reference.data.gov.uk/def/payment#> ;
    rdfs:label "Capital"@en ;
    rdfs:seeAlso <http://www.hmrc.gov.uk/manuals/bimmanual/bim35010.htm> ;
    ns1:term_status "stable" ;
    skos:inScheme ns0:expenditure-category ;
    skos:notation "Capital" ;
    skos:topConceptOf ns0:expenditure-category .

ns0:expenditure-category
    skos:hasTopConcept ns0:capital .