@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix omv: <http://omv.ontoware.org/2005/05/ontology#> . @prefix ns1: <http://www.w3.org/2006/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix ns2: <http://moustaki.org/foaf.rdf#> . <http://purl.org/NET/c4dm/event.owl> omv:useImports ns1:time ; 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:Ontology, owl:Thing ; rdfs:label "The Event ontology" ; owl:versionInfo "Revision: 1.01" ; foaf:maker ns2:moustaki .
@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix omv: <http://omv.ontoware.org/2005/05/ontology#> .
@prefix ns1: <http://www.w3.org/2006/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns2: <http://moustaki.org/foaf.rdf#> .

<http://purl.org/NET/c4dm/event.owl>
    omv:useImports ns1:time ;
    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:Ontology, owl:Thing ;
    rdfs:label "The Event ontology" ;
    owl:versionInfo "Revision: 1.01" ;
    foaf:maker ns2:moustaki .