<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:owl="http://www.w3.org/2002/07/owl#"> <owl:DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/accountName"> </owl:DatatypeProperty> <rdf:Description rdf:about="http://ns.mnemotix.com/ontologies/2019/8/generic-model/login"> <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/accountName"/> </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:foaf="http://xmlns.com/foaf/0.1/" xmlns:owl="http://www.w3.org/2002/07/owl#">
  <owl:DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/accountName">
  </owl:DatatypeProperty>
  <rdf:Description rdf:about="http://ns.mnemotix.com/ontologies/2019/8/generic-model/login">
    <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/accountName"/>
  </rdf:Description>
</rdf:RDF>