<?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/dsw/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:ns1="http://rs.tdwg.org/dwc/terms/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:prov="http://www.w3.org/ns/prov#"> <owl:ObjectProperty rdf:about="http://purl.org/dsw/atEvent"> <owl:inverseOf rdf:resource="http://purl.org/dsw/eventOf"/> <rdfs:range rdf:resource="http://rs.tdwg.org/dwc/terms/Event"/> <rdfs:comment xml:lang="en">Links a subject Occurrence instance to an object Event instance.</rdfs:comment> <rdfs:domain rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence"/> <rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/> <rdfs:label xml:lang="en">At Event</rdfs:label> <dc:creator>Steve Baskauf</dc:creator> <dc:description xml:lang="en">This property is preferred over its inverse if the link is made in only one direction.</dc:description> <dc:description xml:lang="en">The atEvent relationship is many-to-one (many occurrences at one event)</dc:description> <prov:inverse>eventOf</prov:inverse> </owl:ObjectProperty> </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/dsw/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:ns1="http://rs.tdwg.org/dwc/terms/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:prov="http://www.w3.org/ns/prov#">
  <owl:ObjectProperty rdf:about="http://purl.org/dsw/atEvent">
    <owl:inverseOf rdf:resource="http://purl.org/dsw/eventOf"/>
    <rdfs:range rdf:resource="http://rs.tdwg.org/dwc/terms/Event"/>
    <rdfs:comment xml:lang="en">Links a subject Occurrence instance to an object Event instance.</rdfs:comment>
    <rdfs:domain rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence"/>
    <rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
    <rdfs:label xml:lang="en">At Event</rdfs:label>
    <dc:creator>Steve Baskauf</dc:creator>
    <dc:description xml:lang="en">This property is preferred over its inverse if the link is made in only one direction.</dc:description>
    <dc:description xml:lang="en">The atEvent relationship is many-to-one (many occurrences at one event)</dc:description>
    <prov:inverse>eventOf</prov:inverse>
  </owl:ObjectProperty>
</rdf:RDF>