@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://data.businessgraph.io/ontology#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix schema: <http://schema.org/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . ns0:order ns0:order 110 ; schema:domainIncludes skos:Concept ; schema:rangeIncludes xsd:integer ; a owl:DatatypeProperty, owl:NamedIndividual ; rdfs:comment "Global order of a thesaurus concept respecting the hierarchical structure (depth-first traversal)" ; rdfs:isDefinedBy <http://data.businessgraph.io/ontology#> ; rdfs:label "order" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://data.businessgraph.io/ontology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ns0:order
    ns0:order 110 ;
    schema:domainIncludes skos:Concept ;
    schema:rangeIncludes xsd:integer ;
    a owl:DatatypeProperty, owl:NamedIndividual ;
    rdfs:comment "Global order of a thesaurus concept respecting the hierarchical structure (depth-first traversal)" ;
    rdfs:isDefinedBy <http://data.businessgraph.io/ontology#> ;
    rdfs:label "order" .