@base          <https://w3id.org/framester/> .
@prefix geonames: <http://www.geonames.org/ontology#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix schema-org: <http://schema.org/> .
@prefix bio:   <http://purl.org/vocab/bio/0.1/> .
@prefix conf:  <http://lodview.it/conf#> .
@prefix metalex: <http://www.metalex.eu/metalex/2008-05-02#> .
@prefix ocd:   <http://dati.camera.it/ocd/> .
@prefix rel:   <http://purl.org/vocab/relationship/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dbpprop: <http://dbpedia.org/property/> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix bbc:   <http://www.bbc.co.uk/ontologies/> .
@prefix void:  <http://rdfs.org/ns/void#> .
@prefix dbpedia-owl: <http://dbpedia.org/ontology/> .
@prefix dbpedia: <http://dbpedia.org/resource/> .
@prefix frbr:  <http://purl.org/vocab/frbr/core#> .
@prefix dwc:   <http://rs.tdwg.org/dwc/terms/> .
@prefix claros: <http://purl.org/NET/Claros/vocab#> .
@prefix crm-owl: <http://purl.org/NET/crm-owl#> .
@prefix meta:  <http://example.org/metadata#> .
@prefix bmuseum: <http://collection.britishmuseum.org/id/ontology/> .
@prefix ods:   <http://lod.xdams.org/ontologies/ods/> .
@prefix gml:   <http://www.opengis.net/gml/> .
@prefix muninn: <http://rdf.muninn-project.org/ontologies/documents#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix yago:  <http://dbpedia.org/class/yago/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix units: <http://dbpedia.org/units/> .
@prefix rso:   <http://www.researchspace.org/ontology/> .
@prefix geo:   <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix oad:   <http://lod.xdams.org/reload/oad/> .
@prefix crm120111: <http://erlangen-crm.org/120111/> .
@prefix cdoc:  <http://www.cidoc-crm.org/cidoc-crm#> .
@prefix bibleontology: <http://bibleontology.com/property#> .
@prefix prov:  <http://www.w3.org/ns/prov#> .
@prefix crm:   <http://erlangen-crm.org/current/> .
@prefix cc:    <http://creativecommons.org/ns#> .
@prefix shoah: <http://dati.cdec.it/lod/shoah/> .
@prefix npg:   <http://ns.nature.com/terms/> .
@prefix org:   <http://www.w3.org/ns/org#> .
@prefix gn:    <http://www.geonames.org/ontology#> .
@prefix ibc:   <http://dati.ibc.it/ibc/> .
@prefix aemetonto: <http://aemet.linkeddata.es/ontology/> .
@prefix skos-xl: <http://www.w3.org/2008/05/skos-xl#> .
@prefix lgdo:  <http://linkedgeodata.org/ontology/capital> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix eac-cpf: <http://archivi.ibc.regione.emilia-romagna.it/ontology/eac-cpf/> .
@prefix bibo:  <http://purl.org/ontology/bibo/> .
@prefix time:  <http://www.w3.org/2006/time#> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .
@prefix prism21: <http://prismstandard.org/namespaces/basic/2.1/> .
@prefix po:    <http://purl.org/ontology/po/> .

<framenet/abox/frame/Activity>
        a                owl:Class , <framenet/abox/semType/Non-Lexical_Frame> , <framenet/abox/frame/Frame> , <framenet/tbox/Frame> ;
        rdfs:comment     "This is an abstract frame for durative activities, in which the Agent enters an ongoing state of the Activity, remains in this state for some Duration of Time, and leaves this state either by finishing or by stopping. The Agent's Activity should be intentional. This frame is intended mostly for the inheritance of common FEs, and to provide the frame structure for the beginning, ongoing, finish, or stop stage of an Activity, each of which constitutes a subframe of this frame. This frame should be compared to the Process frame."@en ;
        rdfs:label       "Activity" ;
        rdfs:subClassOf  <framenet/abox/frame/Process> ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      <http://www.ontologydesignpatterns.org/cp/owl/componency.owl#hasComponent> ;
                           owl:someValuesFrom  <framenet/abox/frame/Activity_pause>
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      <http://www.ontologydesignpatterns.org/cp/owl/componency.owl#hasComponent> ;
                           owl:someValuesFrom  <framenet/abox/frame/Apply_heat>
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      <http://www.ontologydesignpatterns.org/cp/owl/componency.owl#hasComponent> ;
                           owl:someValuesFrom  <framenet/abox/frame/Activity_abandoned_state>
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      <http://www.ontologydesignpatterns.org/cp/owl/componency.owl#hasComponent> ;
                           owl:someValuesFrom  <framenet/abox/frame/Activity_start>
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      <http://www.ontologydesignpatterns.org/cp/owl/componency.owl#hasComponent> ;
                           owl:someValuesFrom  <framenet/abox/frame/Activity_prepare>
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      <http://www.ontologydesignpatterns.org/cp/owl/componency.owl#hasComponent> ;
                           owl:someValuesFrom  <framenet/abox/frame/Activity_ongoing>
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      <http://www.ontologydesignpatterns.org/cp/owl/componency.owl#hasComponent> ;
                           owl:someValuesFrom  <framenet/abox/frame/Activity_resume>
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      <http://www.ontologydesignpatterns.org/cp/owl/componency.owl#hasComponent> ;
                           owl:someValuesFrom  <framenet/abox/frame/Activity_done_state>
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      <http://www.ontologydesignpatterns.org/cp/owl/componency.owl#hasComponent> ;
                           owl:someValuesFrom  <framenet/abox/frame/Activity_finish>
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      <http://www.ontologydesignpatterns.org/cp/owl/componency.owl#hasComponent> ;
                           owl:someValuesFrom  <framenet/abox/frame/Activity_ready_state>
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      <http://www.ontologydesignpatterns.org/cp/owl/componency.owl#hasComponent> ;
                           owl:someValuesFrom  <framenet/abox/frame/Activity_paused_state>
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      <http://www.ontologydesignpatterns.org/cp/owl/componency.owl#hasComponent> ;
                           owl:someValuesFrom  <framenet/abox/frame/Activity_stop>
                         ] ;
        <http://www.ontologydesignpatterns.org/ont/framenet/tbox/inheritsFrom>
                <framenet/abox/frame/Process> ;
        owl:sameAs       <http://premon.fbk.eu/resource/fn17-activity> ;
        <framenet/tbox/definition>  "<def-root>This is an abstract frame for durative activities, in which the <fen>Agent</fen> enters an ongoing state of the <fen>Activity</fen>, remains in this state for some <fen>Duration</fen> of <fen>Time</fen>, and leaves this state either by finishing or by stopping.   The <fen>Agent</fen>'s <fen>Activity</fen> should be intentional.\n  \nThis frame is intended mostly for the inheritance of common FEs, and to provide the frame structure for the beginning, ongoing, finish, or stop stage of an <fen>Activity</fen>, each of which constitutes a subframe of this frame. This frame should be compared to the Process frame.</def-root>"^^xsd:string , "This is an abstract frame for durative activities, in which the Agent enters an ongoing state of the Activity, remains in this state for some Duration of Time, and leaves this state either by finishing or by stopping. The Agent's Activity should be intentional. This frame is intended mostly for the inheritance of common FEs, and to provide the frame structure for the beginning, ongoing, finish, or stop stage of an Activity, each of which constitutes a subframe of this frame. This frame should be compared to the Process frame."@en , "This is an abstract frame for durative activities, in which the Agent enters an ongoing state of the Activity, remains in this state for some Duration of Time, and leaves this state either by finishing or by stopping.   The Agent's Activity should be intentional.\n  \nThis frame is intended mostly for the inheritance of common FEs, and to provide the frame structure for the beginning, ongoing, finish, or stop stage of an Activity, each of which constitutes a subframe of this frame. This frame should be compared to the Process frame."^^xsd:string ;
        <framenet/tbox/frame_ID>  124 ;
        <framenet/tbox/frame_cBy>  "MRLP" ;
        <framenet/tbox/frame_cDate>  "2001-06-01T13:23:25+02:00"^^xsd:dateTime ;
        <framenet/tbox/frame_name>  "Activity"^^xsd:string , "Activity" ;
        <framenet/tbox/hasFrameElement>
                <framenet/abox/fe/Duration.activity> , <framenet/abox/fe/Place.activity> , <framenet/abox/fe/Activity.activity> , <framenet/abox/fe/Agent.activity> , <framenet/abox/fe/Time.activity> , <framenet/abox/fe/Manner.activity> ;
        <framenet/tbox/hasFrameRelation>
                <framenet/abox/frame/Activity_done_state> , <framenet/abox/frame/Activity_resume> , <framenet/abox/frame/Activity_pause> , <framenet/abox/frame/Activity_finish> , <framenet/abox/frame/Process> , <framenet/abox/frame/Apply_heat> , <framenet/abox/frame/Activity_ready_state> , <framenet/abox/frame/Activity_paused_state> , <framenet/abox/frame/Activity_abandoned_state> , <framenet/abox/frame/Activity_ongoing> , <framenet/abox/frame/Activity_stop> , <framenet/abox/frame/Activity_prepare> , <framenet/abox/frame/Activity_start> ;
        <framenet/tbox/hasSemType>  <framenet/abox/semType/Non-Lexical_Frame> ;
        <framenet/tbox/hasSubframe>  <framenet/abox/frame/Activity_finish> , <framenet/abox/frame/Activity_done_state> , <framenet/abox/frame/Activity_stop> , <framenet/abox/frame/Activity_paused_state> , <framenet/abox/frame/Activity_start> , <framenet/abox/frame/Activity_ongoing> , <framenet/abox/frame/Activity_resume> , <framenet/abox/frame/Activity_abandoned_state> , <framenet/abox/frame/Activity_pause> , <framenet/abox/frame/Activity_ready_state> , <framenet/abox/frame/Activity_prepare> ;
        <framenet/tbox/inheritsFrom>  <framenet/abox/frame/Process> ;
        <framenet/tbox/isInheritedBy>  <framenet/abox/frame/Apply_heat> .
