besøg

en

Et sæt af termer til brug ved angivelse af besøgte lande og stater.

Properties

besøgt region i Canada (caregion)

En region (dvs. en stat/provins eller territorie) i Canada som en person har sovet i mindst en nat, undtaget i lufthavne eller på gennemrejse til en andet 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: besøgt region i Canada [da]
  • plural: besøgte regioner i Canada [da]

besøgt land (country)

Et land som en person har sovet i mindst en nat, undtaget i lufthavne eller på gennemrejse til et andet land.

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>

besøgt stat i USA (usstate)

En stat i USA som en person har sovet i mindst en nat, undtaget i lufthavne eller på gennemrejse til en andet stat.

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>