<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://purl.org/linked-data/registry#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> <owl:NamedIndividual rdf:about="http://purl.org/linked-data/registry#statusAccepted"> <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/> <rdf:type rdf:resource="http://purl.org/linked-data/registry#Status"/> <skos:prefLabel xml:lang="en">accepted</skos:prefLabel> <skos:topConceptOf rdf:resource="http://purl.org/linked-data/registry#StatusScheme"/> <rdfs:comment xml:lang="en">An entry that has been accepted for use and is visible in the default register listing. Includes entries that have seen been retired or superseded.</rdfs:comment> </owl:NamedIndividual> <rdf:Description rdf:about="http://purl.org/linked-data/registry#statusDeprecated"> <skos:broader rdf:resource="http://purl.org/linked-data/registry#statusAccepted"/> </rdf:Description> <rdf:Description rdf:about="http://purl.org/linked-data/registry#statusValid"> <skos:broader rdf:resource="http://purl.org/linked-data/registry#statusAccepted"/> </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://purl.org/linked-data/registry#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
  <owl:NamedIndividual rdf:about="http://purl.org/linked-data/registry#statusAccepted">
    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
    <rdf:type rdf:resource="http://purl.org/linked-data/registry#Status"/>
    <skos:prefLabel xml:lang="en">accepted</skos:prefLabel>
    <skos:topConceptOf rdf:resource="http://purl.org/linked-data/registry#StatusScheme"/>
    <rdfs:comment xml:lang="en">An entry that has been accepted for use and is visible in the default register listing. Includes entries that have seen been retired or superseded.</rdfs:comment>
  </owl:NamedIndividual>
  <rdf:Description rdf:about="http://purl.org/linked-data/registry#statusDeprecated">
    <skos:broader rdf:resource="http://purl.org/linked-data/registry#statusAccepted"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://purl.org/linked-data/registry#statusValid">
    <skos:broader rdf:resource="http://purl.org/linked-data/registry#statusAccepted"/>
  </rdf:Description>
</rdf:RDF>