@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://cavoc.org/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix ns1: <http://cavoc.org/cvo/ns/2/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix dct: <http://purl.org/dc/terms/> . ns0:cvo dct:modified "2020-04-08" ; a owl:NamedIndividual, skos:ConceptScheme ; rdfs:comment "Modified for AgroPortal (by C. Jonquet): added one skos:ConceptScheme and one top Concept for this scheme as well as skos:hasTopConcept properties for every skos:Concept."@en ; owl:priorVersion <http://www.cavoc.org/cvo/ns/1/> ; owl:versionInfo "2.03" ; skos:hasTopConcept ns1:CropVocabulary ; skos:prefLabel "Crop Vocabulary"@en, "農作物語彙体系"@ja . ns1:CropVocabulary skos:topConceptOf ns0:cvo .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://cavoc.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <http://cavoc.org/cvo/ns/2/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

ns0:cvo
    dct:modified "2020-04-08" ;
    a owl:NamedIndividual, skos:ConceptScheme ;
    rdfs:comment "Modified for AgroPortal (by C. Jonquet): added one skos:ConceptScheme and one top Concept for this scheme as well as skos:hasTopConcept properties for every skos:Concept."@en ;
    owl:priorVersion <http://www.cavoc.org/cvo/ns/1/> ;
    owl:versionInfo "2.03" ;
    skos:hasTopConcept ns1:CropVocabulary ;
    skos:prefLabel "Crop Vocabulary"@en, "農作物語彙体系"@ja .

ns1:CropVocabulary
    skos:topConceptOf ns0:cvo .