Classes
Properties
Planet Morten
All things Morten — stuff revolving around Morten Frederiksen
- Genbrug
- Flickr Stream: Uden ansvar
- 3 år
- Flickr Stream: Social Square fejrer og udvider
- På Lille John og med 4-toget
- Flickr Stream: A & A hos Social Square
- Klar
- Flickr Stream: Morgenaktivitet
- Gokart
- Flickr Stream: Ræs i Roskilde
- Åbningskamp
- Flickr Stream: På plads til Euro2008
- Ophængt
- Flickr Stream: Gyngetur i kolonihaven
- Blommemos
- Flickr Stream: Servering i skyggen
- Nu med actionman
- Flickr Stream: I kolonihaven
- Doodle
- del.icio.us/mortenf: Easy Scheduling
visit
daCanadian region (
visited Canadian region (
visited country (
visited US state (
A set of terms for indicating visited countries and states.
- namespace:http://purl.org/net/vocab/2004/07/visit#
- maker (Person): Morten Høybye Frederiksen
- created: 2004-07-01
- references: http://www.daml.ri.cmu.edu/ont/USRegionState.daml
- references: http://www.daml.ri.cmu.edu/ont/State.daml
- references: http://www.daml.ri.cmu.edu/ont/CanadianState.daml
- references: http://www.daml.org/2001/09/countries/iso-3166-ont
- references: http://www.daml.org/2001/09/countries/iso
- imports: http://www.w3.org/2002/07/owl
- imports: http://www.w3.org/2000/01/rdf-schema
- license: http://creativecommons.org/licenses/by/1.0/
Classes
Canadian region (CanadianRegion)
A canadian region, i.e. a state/province or territory.
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]
