<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:foaf="http://xmlns.com/foaf/0.1/"> <owl:NamedIndividual rdf:about="http://regesta.exe/"> <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Organization"/> </owl:NamedIndividual> <rdf:Description rdf:about="http://dati.isprambiente.it/ontology/core#"> <dc:creator rdf:resource="http://regesta.exe/"/> </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:owl="http://www.w3.org/2002/07/owl#" xmlns:foaf="http://xmlns.com/foaf/0.1/">
  <owl:NamedIndividual rdf:about="http://regesta.exe/">
    <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
  </owl:NamedIndividual>
  <rdf:Description rdf:about="http://dati.isprambiente.it/ontology/core#">
    <dc:creator rdf:resource="http://regesta.exe/"/>
  </rdf:Description>
</rdf:RDF>