@base <https://w3id.org/eepsa/p4eepsa> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix : <#> .
@prefix terms: <http://purl.org/dc/terms/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix ns1: <http://creativecommons.org/ns#> .

ns1:license
    a owl:AnnotationProperty .

terms:contributor
    a owl:AnnotationProperty .

terms:created
    a owl:AnnotationProperty .

terms:creator
    a owl:AnnotationProperty .

terms:description
    a owl:AnnotationProperty .

terms:issued
    a owl:AnnotationProperty .

terms:modified
    a owl:AnnotationProperty .

terms:title
    a owl:AnnotationProperty .

bibo:status
    a owl:AnnotationProperty .

vann:preferredNamespacePrefix
    a owl:AnnotationProperty .

vann:preferredNamespaceUri
    a owl:AnnotationProperty .

<http://purl.org/vocommons/voaf#Vocabulary>
    a owl:Class .

ns:term_status
    a owl:AnnotationProperty .

<../eep#Procedure>
    a owl:Class .

<>
    ns1:license <https://creativecommons.org/licenses/by-nc/4.0/> ;
    terms:contributor """Izaskun Fernandez <mailto:izaskun.fernandez@tekniker.es>
Aitor Arnaiz <mailto:aitor.arnaiz@tekniker.es>"""^^xsd:string ;
    terms:created "2018-08-21"^^xsd:string ;
    terms:creator """Iker Esnaola-Gonzalez <mailto:iker.esnaola@tekniker.es>
Jesús Bermúdez <mailto:jesus.bermudez@ehu.eus>"""^^xsd:string ;
    terms:description "This ontology module describes the Procedure terminology under the eep:Procedure class for the EEPSA Ontology."@en ;
    terms:issued "2018-09-07"^^xsd:string ;
    terms:modified "2018-09-01"^^xsd:string ;
    terms:title "Procedure ontology module for the EEPSA Ontology"^^xsd:string ;
    bibo:status "Work in Progress"@en ;
    vann:preferredNamespacePrefix "p4eepsa"@en ;
    vann:preferredNamespaceUri <> ;
    a owl:Ontology ;
    owl:versionInfo 1.1 .

<#>
    a <http://purl.org/vocommons/voaf#Vocabulary>, owl:NamedIndividual .

:ActuatingProcedure
    a owl:Class ;
    rdfs:comment "A procedure specifying how to act on an event."@en ;
    rdfs:isDefinedBy <#> ;
    rdfs:label "Actuating Procedure"@en ;
    rdfs:subClassOf <../eep#Procedure> ;
    ns:term_status "stable"^^xsd:string .

:ImputationProcedure
    a owl:Class ;
    rdfs:comment "A procedure specifying how to impute an event."@en ;
    rdfs:isDefinedBy <#> ;
    rdfs:label "Imputation Procedure"@en ;
    rdfs:subClassOf <../eep#Procedure> ;
    ns:term_status "stable"^^xsd:string .

:PredictiveProcedure
    a owl:Class ;
    rdfs:comment "A procedure specifying how to predict an event."@en ;
    rdfs:isDefinedBy <#> ;
    rdfs:label "Predictive Procedure"@en ;
    rdfs:subClassOf <../eep#Procedure> ;
    ns:term_status "stable"^^xsd:string .

:SensingProcedure
    a owl:Class ;
    rdfs:comment "A procedure specifying how to sense an event."@en ;
    rdfs:isDefinedBy <#> ;
    rdfs:label "Sensing Procedure"@en ;
    rdfs:subClassOf <../eep#Procedure> ;
    ns:term_status "stable"^^xsd:string .

