diff --git a/ontology.ttl b/ontology.ttl index 56b5bbd..cb22e5f 100644 --- a/ontology.ttl +++ b/ontology.ttl @@ -195,6 +195,13 @@ foaf:logo rdf:type owl:AnnotationProperty . rdfs:range :Resource. +### http://odahub.io/ontology#oda_token_access +:oda_token_access rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty ; + rdfs:domain :Workflow ; + rdfs:range :TokenAccessType. + + ################################################################# # Data properties ################################################################# @@ -641,6 +648,11 @@ foaf:logo rdf:type owl:AnnotationProperty . rdfs:subClassOf owl:Thing . +### http://odahub.io/ontology#TokenAccessType +:TokenAccessType rdf:type owl:Class ; + rdfs:subClassOf owl:Thing . + + ### http://odahub.io/ontology#ParameterFormat :ParameterFormat rdf:type owl:Class ; rdfs:subClassOf owl:Thing . @@ -1139,6 +1151,11 @@ Subclasses may have other ways to express the content.""" ; :S3 ; :accessMode :ReadAppend . +### http://odahub.io/ontology#InOdaContext +:InOdaContext rdf:type owl:NamedIndividual , + :TokenAccessType ; + :title "InOdaContext" . + ### http://odahub.io/ontology#ReadOnly :ReadOnly rdf:type owl:NamedIndividual , :StorageAccessType ;