@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/NET/c4dm/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix ns1: <http://moustaki.org/foaf.rdf#> . @prefix omv: <http://omv.ontoware.org/2005/05/ontology#> . <http://purl.org/NET/c4dm/event.owl> dc:date "$Date: 2007/06/29 15:25:11 $" ; dc:description """ This ontology deals with the notion of reified events--- events seen as first-class objects. It only defines one concept: Event, which may have agents (actively participating), factors (passively participating), products, and a location in space and time. Regarding the ontological status of event tokens, they are seen as the way cognitive agents classify space/time regions """ ; dc:title "The Event ontology" ; a owl:NamedIndividual, owl:Thing ; foaf:maker ns1:moustaki . <http://purl.org/ontology/co/core#> omv:useImports <http://purl.org/NET/c4dm/event.owl> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/NET/c4dm/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns1: <http://moustaki.org/foaf.rdf#> .
@prefix omv: <http://omv.ontoware.org/2005/05/ontology#> .

<http://purl.org/NET/c4dm/event.owl>
    dc:date "$Date: 2007/06/29 15:25:11 $" ;
    dc:description """
		This ontology deals with the notion of reified events---
		events seen as first-class objects. It only defines one
		concept: Event, which may have agents (actively
		participating), factors (passively participating), products,
		and a location in space and time. 

		Regarding the ontological status of event tokens, they are seen
		as the way cognitive agents classify space/time regions
	""" ;
    dc:title "The Event ontology" ;
    a owl:NamedIndividual, owl:Thing ;
    foaf:maker ns1:moustaki .

<http://purl.org/ontology/co/core#>
    omv:useImports <http://purl.org/NET/c4dm/event.owl> .