visit

da

A set of terms for indicating visited countries and states.

Properties

visited Canadian region (caregion)

A region (i.e. a state/province or territory) in Canada that a person has slept in at least one night, not at an airport or in transit to another region.

Example usage:

<foaf:Person
  xmlns:caregion="http://www.daml.ri.cmu.edu/ont/CanadianState.daml#"
  xmlns:state="http://www.daml.ri.cmu.edu/ont/State.daml#"
  xmlns:visit="http://purl.org/net/vocab/2004/07/visit#"
  xmlns:foaf="http://xmlns.com/foaf/0.1/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <foaf:name>Morten Høybye Frederiksen</foaf:name>
  <visit:caregion rdf:resource="http://www.daml.ri.cmu.edu/ont/CanadianState.daml#AB"/>
  <visit:caregion>
    <caregion:CanadianState rdf:about="http://www.daml.ri.cmu.edu/ont/CanadianState.daml#BC">
      <state:code>BC</state:code>
      <state:name>British Columbia</state:name>
    </caregion:CanadianState>
  </visit:caregion>
  <visit:caregion>
    <caregion:CanadianTerritory rdf:about="http://www.daml.ri.cmu.edu/ont/CanadianState.daml#YK">
      <state:code>YK</state:code>
      <state:name>Yucon Territory</state:name>
    </caregion:CanadianTerritory>
  </visit:caregion>
</foaf:Person>
  • singular: visited Canadian region [en]
  • example: <foaf:Person xmlns:caregion="http://www.daml.ri.cmu.edu/ont/CanadianState.daml#" xmlns:state="http://www.daml.ri.cmu.edu/ont/State.daml#" xmlns:visit="http://purl.org/net/vocab/2004/07/visit#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <foaf:name>Morten Høybye Frederiksen</foaf:name> <visit:caregion rdf:resource="http://www.daml.ri.cmu.edu/ont/CanadianState.daml#AB"/> <visit:caregion> <caregion:CanadianState rdf:about="http://www.daml.ri.cmu.edu/ont/CanadianState.daml#BC"> <state:code>BC</state:code> <state:name>British Columbia</state:name> </caregion:CanadianState> </visit:caregion> <visit:caregion> <caregion:CanadianTerritory rdf:about="http://www.daml.ri.cmu.edu/ont/CanadianState.daml#YK"> <state:code>YK</state:code> <state:name>Yucon Territory</state:name> </caregion:CanadianTerritory> </visit:caregion> </foaf:Person> [en]
  • plural: visited Canadian regions [en]

visited country (country)

A country that a person has slept in at least one night, not at an airport or in transit to another country.

Example usage:

<foaf:Person
  xmlns:iso="http://www.daml.org/2001/09/countries/iso-3166-ont#"
  xmlns:visit="http://purl.org/net/vocab/2004/07/visit#"
  xmlns:foaf="http://xmlns.com/foaf/0.1/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <foaf:name>Morten Høybye Frederiksen</foaf:name>
  <visit:country rdf:resource="http://www.daml.org/2001/09/countries/iso#GB"/>
  <visit:country>
    <iso:Country rdf:about="http://www.daml.org/2001/09/countries/iso#DK">
      <iso:code>DK</iso:code>
      <iso:name>Denmark</iso:name>
    </iso:Country>
  </visit:country>
</foaf:Person>
  • plural: visited countries [en]
  • singular: visited country [en]
  • example: <foaf:Person xmlns:iso="http://www.daml.org/2001/09/countries/iso-3166-ont#" xmlns:visit="http://purl.org/net/vocab/2004/07/visit#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <foaf:name>Morten Høybye Frederiksen</foaf:name> <visit:country rdf:resource="http://www.daml.org/2001/09/countries/iso#GB"/> <visit:country> <iso:Country rdf:about="http://www.daml.org/2001/09/countries/iso#DK"> <iso:code>DK</iso:code> <iso:name>Denmark</iso:name> </iso:Country> </visit:country> </foaf:Person> [en]

visited US state (usstate)

A state in the US that a person has slept in at least one night, not at an airport or in transit to another state.

Example usage:

<foaf:Person
  xmlns:usstate="http://www.daml.ri.cmu.edu/ont/USRegionState.daml#"
  xmlns:state="http://www.daml.ri.cmu.edu/ont/State.daml#"
  xmlns:visit="http://purl.org/net/vocab/2004/07/visit#"
  xmlns:foaf="http://xmlns.com/foaf/0.1/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <foaf:name>Morten Høybye Frederiksen</foaf:name>
  <visit:usstate rdf:resource="http://www.daml.ri.cmu.edu/ont/USRegionState.daml#FL"/>
  <visit:usstate>
    <usstate:USState rdf:about="http://www.daml.ri.cmu.edu/ont/USRegionState.daml#CA">
      <state:code>CA</state:code>
      <state:name>California</state:name>
    </usstate:USState>
  </visit:usstate>
</foaf:Person>
  • singular: visited US state [en]
  • example: <foaf:Person xmlns:usstate="http://www.daml.ri.cmu.edu/ont/USRegionState.daml#" xmlns:state="http://www.daml.ri.cmu.edu/ont/State.daml#" xmlns:visit="http://purl.org/net/vocab/2004/07/visit#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <foaf:name>Morten Høybye Frederiksen</foaf:name> <visit:usstate rdf:resource="http://www.daml.ri.cmu.edu/ont/USRegionState.daml#FL"/> <visit:usstate> <usstate:USState rdf:about="http://www.daml.ri.cmu.edu/ont/USRegionState.daml#CA"> <state:code>CA</state:code> <state:name>California</state:name> </usstate:USState> </visit:usstate> </foaf:Person> [en]
  • plural: visited US states [en]