<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://www.elzeard.co/ontologies/c3po/vocabulary#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:skos="http://www.w3.org/2004/02/skos/core#"> <owl:NamedIndividual rdf:about="http://www.elzeard.co/ontologies/c3po/vocabulary#Shipping"> <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/> <skos:prefLabel xml:lang="en">Shipping</skos:prefLabel> <skos:prefLabel xml:lang="fr">Expédition</skos:prefLabel> <skos:broader rdf:resource="http://www.elzeard.co/ontologies/c3po/vocabulary#ClientCategory"/> <skos:inScheme rdf:resource="http://www.elzeard.co/ontologies/c3po/vocabulary#C3POVocabulary"/> </owl:NamedIndividual> <rdf:Description rdf:about="http://www.elzeard.co/ontologies/c3po/vocabulary#ClientCategory"> <skos:narrower rdf:resource="http://www.elzeard.co/ontologies/c3po/vocabulary#Shipping"/> </rdf:Description> </rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://www.elzeard.co/ontologies/c3po/vocabulary#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:skos="http://www.w3.org/2004/02/skos/core#">
  <owl:NamedIndividual rdf:about="http://www.elzeard.co/ontologies/c3po/vocabulary#Shipping">
    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
    <skos:prefLabel xml:lang="en">Shipping</skos:prefLabel>
    <skos:prefLabel xml:lang="fr">Expédition</skos:prefLabel>
    <skos:broader rdf:resource="http://www.elzeard.co/ontologies/c3po/vocabulary#ClientCategory"/>
    <skos:inScheme rdf:resource="http://www.elzeard.co/ontologies/c3po/vocabulary#C3POVocabulary"/>
  </owl:NamedIndividual>
  <rdf:Description rdf:about="http://www.elzeard.co/ontologies/c3po/vocabulary#ClientCategory">
    <skos:narrower rdf:resource="http://www.elzeard.co/ontologies/c3po/vocabulary#Shipping"/>
  </rdf:Description>
</rdf:RDF>