@prefix : <https://ontology.inferal.com/modules/scoped-statements/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix mod: <https://w3id.org/mod#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pubacc: <https://ontology.inferal.com/modules/publication-access/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .

<https://ontology.inferal.com/modules/scoped-statements/owl>
    a owl:Ontology, pubacc:PublicationManagedOntology ;
    dcterms:accessRights pubacc:PublicAccess ;
    owl:imports : ;
    dcterms:title "Scoped Statements Ontology - OWL Addendum" ;
    dcterms:description "OWL class and property typing layered on the RDFS Scoped Statements Ontology." ;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
    dcterms:source : ;
    vann:preferredNamespacePrefix "ss" ;
    vann:preferredNamespaceUri "https://ontology.inferal.com/modules/scoped-statements/" ;
    mod:status "draft" ;
    rdfs:label "Scoped Statements Ontology - OWL Addendum" ;
    rdfs:comment "This addendum imports the RDFS base vocabulary and adds OWL typing for consumers that want OWL class and property declarations." ;
    owl:versionInfo "0.1.0" .

:ScopedTarget a owl:Class .
:QuadTarget a owl:Class .
:QuadGroup a owl:Class .
:ScopedClaim a owl:Class .

:subjectTerm a owl:ObjectProperty .
:predicateTerm a owl:ObjectProperty .
:objectResourceTerm a owl:ObjectProperty .
:objectLiteralValue a owl:DatatypeProperty .
:graphTerm a owl:ObjectProperty .
:hasQuad a owl:ObjectProperty .
:claimTarget a owl:ObjectProperty .
:scope a owl:ObjectProperty .
:claimValue a owl:ObjectProperty .
