GithubHelp home page GithubHelp logo

vio's Introduction

vio: Visual Inspection Ontology

Author: Tatyana Sheveleva

image

VIO Overview

View vio in WebVOWL

All VIO terms and imported terms

--------------------------------
| Non-annotation terms:        |
================================
| prov:Agent                   |
| prov:Person                  |
| sosa:FeatureOfInterest       |
| sosa:ObservableProperty      |
| sosa:Observation             |
| sosa:Sensor                  |
| sosa:hasFeatureOfInterest    |
| sosa:isFeatureOfInterestOf   |
| sosa:isObservedBy            |
| sosa:observedProperty        |
| sosa:observes                |
| sosa:phenomenonTime          |
| sosa:usedProcedure           |
| ssn:wasOriginatedBy          |
| vio:Corrosion                |
| vio:Crack                    |
| vio:Defect                   |
| vio:Fused_Area               |
| vio:Input_Visual_Inspection  |
| vio:Offset                   |
| vio:Output_Visual_Inspection |
| vio:Sample                   |
| vio:Visual_Inspection        |
| vio:made                     |
| vio:madeBy                   |
--------------------------------
---------------------------------
| annotation_term               |
=================================
| dcam:rangeIncludes            |
| dc:created                    |
| dc:creator                    |
| dc:description                |
| dc:license                    |
| dc:rights                     |
| dc:title                      |
| vann:preferredNamespacePrefix |
| vann:preferredNamespaceUri    |
| schema:domainIncludes         |
| schema:rangeIncludes          |
| skos:definition               |
| skos:example                  |
| skos:note                     |
| prov:category                 |
| prov:component                |
| prov:definition               |
| prov:dm                       |
| prov:editorsDefinition        |
| prov:inverse                  |
| prov:n                        |
| prov:sharesDefinitionWith     |
| foaf:name                     |
---------------------------------

vio's People

Contributors

sheveltatyana avatar

Stargazers

 avatar

Watchers

James Cloos avatar Javad Chamanara avatar André Castro avatar

Forkers

sheveltatyana

vio's Issues

wrong definition of prov:Agent class in VIO

@ShevelTatyana in the VIO TTL you change the definition of prov:Agent .

### http://www.w3.org/ns/prov#Agent
prov:Agent rdf:type owl:Class ;
rdfs:subClassOf sosa:Sensor ;
rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
rdfs:label "Agent" ;
prov:category "starting-point" ;
prov:component "agents-responsibility" ;
prov:definition "An agent is something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent's activity. "@en ;
prov:dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent"^^xsd:anyURI ;
prov:n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Agent"^^xsd:anyURI .

You have added to it rdfs:subClassOf sosa:Sensor ; which is not true, since PROV ontology does not inherit any terms from SOSA.

The original definition of prov:Agent it

:Agent
    a owl:Class ;
    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
    rdfs:label "Agent" ;
    owl:disjointWith :InstantaneousEvent ;
    :category "starting-point" ;
    :component "agents-responsibility" ;
    :definition "An agent is something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent's activity. "@en ;
    :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent"^^xsd:anyURI ;
    :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Agent"^^xsd:anyURI .

In the definition of prov:Agent there is nothing that says it is a subclass of sosa:Sensor.

What you can do is to create a Vio term which

something like

vio:Agent
    a owl:Class ;
    rdfs:subClassOf sosa:Sensor  ;
   skos:closeMatch prov:Agent ;
    rdfs:label "Visual inspection Agent" ;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.