<?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/NET/c4dm/event.owl#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:skos="http://www.w3.org/2004/02/skos/core#"> <owl:ObjectProperty rdf:about="http://purl.org/NET/c4dm/event.owl#product"> <skos:scopeNote xml:lang="en">Used to link an event such as a conference to an outcome (a product) of that event, for example, an article, a proceeding, etc.</skos:scopeNote> </owl:ObjectProperty> <rdf:Description rdf:about="http://purl.org/ontology/bibo/presents"> <rdfs:subPropertyOf rdf:resource="http://purl.org/NET/c4dm/event.owl#product"/> </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/NET/c4dm/event.owl#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:skos="http://www.w3.org/2004/02/skos/core#">
  <owl:ObjectProperty rdf:about="http://purl.org/NET/c4dm/event.owl#product">
    <skos:scopeNote xml:lang="en">Used to link an event such as a conference to an outcome (a product) of that event, for example, an article, a proceeding, etc.</skos:scopeNote>
  </owl:ObjectProperty>
  <rdf:Description rdf:about="http://purl.org/ontology/bibo/presents">
    <rdfs:subPropertyOf rdf:resource="http://purl.org/NET/c4dm/event.owl#product"/>
  </rdf:Description>
</rdf:RDF>