@prefix rdfs: . @prefix rdf: . rdf:type rdfs:label "type" . rdfs:label rdfs:label "label" . @prefix dcterms: . dcterms:title rdfs:label "Title"@en . @prefix skos: . skos:definition rdfs:label "definition"@en . dcterms:description rdfs:label "Description"@en . skos:broadMatch rdfs:label "has broad match" . skos:closeMatch rdfs:label "has close match"@en . skos:exactMatch rdfs:label "has exact match"@en . skos:narrowMatch rdfs:label "has narrow match" , "has narrower match"@en . dcterms:type rdfs:label "Type"@en , "type"@en . rdfs:label "Core Vocabulary"@en . rdfs:label "Legal Entity"@en . @prefix adms: . adms:includedAsset ; dcterms:isPartOf . @prefix vdm: . rdf:type vdm:Property ; rdfs:label "Company Status (LegalEntityCompanyStatus)"@en . @prefix ns6: . rdfs:range ns6:ca0dbad92a874b2f69b549293387925e ; dcterms:title "Company Status (LegalEntityCompanyStatus)"@en ; skos:definition "The status of the business."@en ; dcterms:description "At the time of publication, there is no agreed vocabulary for recording the status of a company. The terms 'insolvent', 'bankrupt' and 'in receivership', for example, are likely to mean slightly different things with different legal implications in different jurisdictions. XBRL Europe is in the process of defining a cross-border vocabulary for company status.\n\nTaking the existing XBRL work as a starting point, the term \"Normal Activity\" does appear to have cross-border usefulness and this should be used in preference to terms like \"trading\" or \"operating\".\n\nBest Practice for recording various other status levels is to use the relevant jurisdiction's terms and to do so in a consistent manner."@en ; skos:closeMatch , ns6:bf4518662aa533b15ccb02877a2b1c56 ; skos:exactMatch ; skos:narrowMatch ; dcterms:type vdm:Property ; vdm:has_internalidentifier "LegalEntityCompanyStatus"@en ; adms:sample "\"Normal Activity\", \"Insolvent\", \"Bankrupt\", \"In Receivership\""@en ; dcterms:isPartOf . ns6:bf4518662aa533b15ccb02877a2b1c56 rdfs:label "nc:OrganizationStatus"@en ; dcterms:isPartOf ns6:dcfce6b9b80785dd9ab8643040bcb443 . ns6:ca0dbad92a874b2f69b549293387925e rdfs:label "Code"@en . ns6:dcfce6b9b80785dd9ab8643040bcb443 rdfs:label "NIEM 3.0"@en . vdm:has_internalidentifier rdfs:label "has internal identifier" . adms:includedAsset rdfs:label "included asset"@en . adms:sample rdfs:label "sample"@en . dcterms:isPartOf rdfs:label "Is Part Of"@en . vdm:Property rdfs:label "Property" .