@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ts: <https://vocab.uncece-test.workers.dev/term-status/> .
@prefix unece: <https://vocab.uncece-test.workers.dev/> .
@prefix unece-mod: <https://vocab.uncece-test.workers.dev/module/> .

unece:documentContent a owl:ObjectProperty ;
    rdfs:label "document content"@en ;
    dcterms:provenance "Proposed Vocab addition — not from BSP/UNTP; pending governance approval."@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:contentUrl ;
    skos:definition "The content of the document, as a link whose URL is either a locator from which the content can be retrieved or a data URL embedding the content itself."@en ;
    schema:domainIncludes unece:TradeDocument ;
    schema:rangeIncludes unece:Link ;
    unece:termStatus ts:proposed .

