@prefix on: <https://test.uncefact.org/vocabulary/object-nature/> .
@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://test.uncefact.org/vocabulary/term-status/> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .
@prefix unece-mod: <https://test.uncefact.org/vocabulary/module/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

unece:criterionScoringFramework a owl:ObjectProperty ;
    rdfs:label "criterion scoring framework"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "The scoring framework applied to the profile's criteria."@en ;
    schema:domainIncludes unece:ConformityProfile ;
    schema:rangeIncludes unece:ScoringFramework ;
    unece:termStatus ts:proposed .

unece:description a owl:DatatypeProperty ;
    rdfs:label "description"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A textual description of an item."@en ;
    skos:exactMatch schema:description ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:documentation a owl:DatatypeProperty ;
    rdfs:label "documentation"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "A URI to documentation of the scheme, criterion or profile."@en ;
    schema:domainIncludes unece:ConformityProfile,
        unece:Criterion,
        unece:Scheme ;
    schema:rangeIncludes xsd:anyURI ;
    unece:termStatus ts:proposed .

unece:identifier a owl:ObjectProperty ;
    rdfs:label "identifier"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:identifier ;
    skos:definition "An identifier of this entity within some scheme, as an Identifier value object; an entity may bear several (e.g. a GTIN and an internal SKU). Its own resolvable identity is the node URI (@id)."@en ;
    schema:rangeIncludes unece:Identifier ;
    unece:termStatus ts:proposed .

unece:includesCriterion a owl:ObjectProperty ;
    rdfs:label "includes criterion"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "A criterion included in the profile."@en ;
    schema:domainIncludes unece:ConformityProfile ;
    schema:rangeIncludes unece:Criterion ;
    unece:termStatus ts:proposed .

unece:name a owl:DatatypeProperty ;
    rdfs:label "name"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The name of an item."@en ;
    skos:exactMatch schema:name ;
    schema:domainIncludes unece:Identifier ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:profileScheme a owl:ObjectProperty ;
    rdfs:label "profile scheme"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "The scheme managing the profile."@en ;
    schema:domainIncludes unece:ConformityProfile ;
    schema:rangeIncludes unece:Scheme ;
    unece:termStatus ts:proposed .

unece:regulatoryAlignment a owl:ObjectProperty ;
    rdfs:label "regulatory alignment"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "A regulatory alignment of the profile."@en ;
    schema:domainIncludes unece:ConformityProfile ;
    schema:rangeIncludes unece:Regulation ;
    unece:termStatus ts:proposed .

unece:scope a owl:ObjectProperty ;
    rdfs:label "scope"@en ;
    rdfs:comment "Open code list — the classification scope of the profile, a sector-defined list bound downstream."@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "The classification scope of the profile."@en ;
    schema:domainIncludes unece:ConformityProfile ;
    schema:rangeIncludes unece:any-code ;
    unece:termStatus ts:proposed .

unece:standardAlignment a owl:ObjectProperty ;
    rdfs:label "standard alignment"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "A standard alignment of the profile."@en ;
    schema:domainIncludes unece:ConformityProfile ;
    schema:rangeIncludes unece:Standard ;
    unece:termStatus ts:proposed .

unece:status a owl:ObjectProperty ;
    rdfs:label "status"@en ;
    rdfs:comment "code → criterion-status scheme."@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "The lifecycle status of a criterion or profile."@en ;
    schema:domainIncludes unece:ConformityProfile,
        unece:Criterion ;
    schema:rangeIncludes unece:criterion-status ;
    unece:termStatus ts:proposed .

unece:subjectType a owl:ObjectProperty ;
    rdfs:label "subject type"@en ;
    rdfs:comment "code → assessment-subject-type scheme."@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "The type of entity the profile assesses."@en ;
    schema:domainIncludes unece:ConformityProfile ;
    schema:rangeIncludes unece:assessment-subject-type ;
    unece:termStatus ts:proposed .

unece:validFrom a owl:DatatypeProperty ;
    rdfs:label "valid from"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "The date from which the profile is valid."@en ;
    schema:domainIncludes unece:ConformityProfile ;
    schema:rangeIncludes xsd:date ;
    unece:termStatus ts:proposed .

unece:version a owl:DatatypeProperty ;
    rdfs:label "version"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "The version of a criterion or profile."@en ;
    schema:domainIncludes unece:ConformityProfile,
        unece:Criterion ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:ConformityProfile a owl:Class ;
    rdfs:label "Conformity Profile"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "A versioned conformity profile, managed under a scheme, that includes a set of criteria."@en ;
    unece:objectNature on:entity ;
    unece:termStatus ts:proposed .

