@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology ; owl:versionIRI ; ; ; "The Function Ontology Implementation vocabulary specifies terms relevant to structure fno:Implementations. The specification is online at https://w3id.org/function/spec"@en ; "2019-05-21"^^xsd:date ; "2019-05-21"^^xsd:date ; ; "Copyright © Ghent University – imec – IDLab"@en ; "The Function Ontologyy - Implementation vocabulary"@en ; "fnoi" ; "https://w3id.org/function/vocabulary/implementation#" ; rdfs:comment "-Version 0.1.0: creation."@en ; rdfs:label "The Function Ontology - Implementation vocabulary"@en ; rdfs:seeAlso ; owl:versionInfo "0.1.0" ; . ################################################################# # Annotation properties ################################################################# ### http://creativecommons.org/ns#license rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/creator rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/description rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/issued rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/modified rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/publisher rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/rights rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/title rdf:type owl:AnnotationProperty . ### http://purl.org/vocab/vann/preferredNamespacePrefix rdf:type owl:AnnotationProperty . ### http://purl.org/vocab/vann/preferredNamespaceUri rdf:type owl:AnnotationProperty . ### http://www.w3.org/2003/06/sw-vocab-status/ns#term_status rdf:type owl:AnnotationProperty . ### http://xmlns.com/foaf/0.1/mbox rdf:type owl:AnnotationProperty . ### http://xmlns.com/foaf/0.1/name rdf:type owl:AnnotationProperty . ### http://xmlns.com/foaf/0.1/primaryTopic rdf:type owl:AnnotationProperty . ################################################################# # Data properties ################################################################# ### https://w3id.org/function/vocabulary/implementation#class-name :class-name rdf:type owl:DatatypeProperty ; rdfs:domain ; rdfs:range xsd:string ; rdfs:comment "Connects a class name to an implemenation description."@en ; rdfs:isDefinedBy ; rdfs:label "class name"@en ; "testing" . ################################################################# # Classes ################################################################# ### http://purl.org/vocommons/voaf#Vocabulary rdf:type owl:Class . ### http://xmlns.com/foaf/0.1/Person rdf:type owl:Class . ### https://w3id.org/function/ontology#Implementation rdf:type owl:Class . ### https://w3id.org/function/vocabulary/implementation#JavaClass :JavaClass rdf:type owl:Class ; rdfs:subClassOf :JavaImplementation ; rdfs:comment "A fno:Implementation, distributed as a JAVA class snippet file"@en ; rdfs:isDefinedBy : ; rdfs:label "JAVA class"@en ; "testing" . ### https://w3id.org/function/vocabulary/implementation#JavaImplementation :JavaImplementation rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment "A fno:Implementation, coded in JAVA"@en ; rdfs:isDefinedBy : ; rdfs:label "JAVA implementation"@en ; "testing" . ### https://w3id.org/function/vocabulary/implementation#JavaScriptFunction :JavaScriptFunction rdf:type owl:Class ; rdfs:subClassOf :JavaScriptImplementation ; rdfs:comment "A fno:Implementation, distributed as a JavaScript snippet"@en ; rdfs:isDefinedBy : ; rdfs:label "JavaScript function"@en ; "testing" . ### https://w3id.org/function/vocabulary/implementation#JavaScriptImplementation :JavaScriptImplementation rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment "A fno:Implementation, coded in JavaScript"@en ; rdfs:isDefinedBy : ; rdfs:label "JavaScript Implementation"@en ; "testing" . ### https://w3id.org/function/vocabulary/implementation#JsonApi :JsonApi rdf:type owl:Class ; rdfs:subClassOf :WebApi ; rdfs:comment "A fno:Implementation, distributed as a JSON (Hydra) API"@en ; rdfs:isDefinedBy : ; rdfs:label "JSON API"@en ; "testing" . ### https://w3id.org/function/vocabulary/implementation#NpmPackage :NpmPackage rdf:type owl:Class ; rdfs:subClassOf :JavaScriptImplementation ; rdfs:comment "A fno:Implementation, distributed as an NPM package"@en ; rdfs:isDefinedBy : ; rdfs:label "NPM Package"@en ; "testing" . ### https://w3id.org/function/vocabulary/implementation#WebApi :WebApi rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment "A fno:Implementation, distributed as a Web API"@en ; rdfs:isDefinedBy : ; rdfs:label "Web API"@en ; "testing" . ################################################################# # Individuals ################################################################# ### https://ben.de-meester.org/#me rdf:type owl:NamedIndividual , ; rdfs:label "Ben De Meester"@en ; "mailto:Ben.DeMeester@UGent.be" ; "Ben De Meester"@en . ### https://w3id.org/function/vocabulary/implementation rdf:type owl:NamedIndividual , . ### Generated by the OWL API (version 5.1.9) https://github.com/owlcs/owlapi/