@prefix : . @prefix aws: . @prefix org: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology . ################################################################# # Annotation properties ################################################################# ### http://amazon.com/aws/wwso/neptune/demo/multimodel/awsResource :awsResource rdf:type owl:AnnotationProperty ; rdfs:isDefinedBy . ### http://amazon.com/aws/wwso/neptune/demo/multimodel/awsService :awsService rdf:type owl:AnnotationProperty ; rdfs:isDefinedBy . ### http://amazon.com/aws/wwso/neptune/demo/multimodel/caches :caches rdf:type owl:AnnotationProperty ; rdfs:isDefinedBy . ### http://amazon.com/aws/wwso/neptune/demo/multimodel/config :config rdf:type owl:AnnotationProperty ; rdfs:comment "define you own subprops like config-additionalIndex" ; rdfs:isDefinedBy . ### http://amazon.com/aws/wwso/neptune/demo/multimodel/copies :copies rdf:type owl:AnnotationProperty ; rdfs:isDefinedBy . ### http://amazon.com/aws/wwso/neptune/demo/multimodel/federates :federates rdf:type owl:AnnotationProperty ; rdfs:isDefinedBy . ### http://amazon.com/aws/wwso/neptune/demo/multimodel/hasImpl :hasImpl rdf:type owl:AnnotationProperty ; rdfs:isDefinedBy . ### http://amazon.com/aws/wwso/neptune/demo/multimodel/hasMyAttribute :hasMyAttribute rdf:type owl:AnnotationProperty ; rdfs:isDefinedBy ; rdfs:domain :Ref . ### http://amazon.com/aws/wwso/neptune/demo/multimodel/hasNeighbor :hasNeighbor rdf:type owl:AnnotationProperty ; rdfs:isDefinedBy . ### http://amazon.com/aws/wwso/neptune/demo/multimodel/hasNeighborAttribute :hasNeighborAttribute rdf:type owl:AnnotationProperty ; rdfs:isDefinedBy ; rdfs:domain :Ref . ### http://amazon.com/aws/wwso/neptune/demo/multimodel/hasSource :hasSource rdf:type owl:AnnotationProperty ; rdfs:isDefinedBy ; rdfs:range :Source . ### http://amazon.com/aws/wwso/neptune/demo/multimodel/integrationType :integrationType rdf:type owl:AnnotationProperty ; rdfs:isDefinedBy ; rdfs:domain :Source . ### http://amazon.com/aws/wwso/neptune/demo/multimodel/joins :joins rdf:type owl:AnnotationProperty ; rdfs:isDefinedBy ; rdfs:range :Ref . ### http://amazon.com/aws/wwso/neptune/demo/multimodel/locatedIn :locatedIn rdf:type owl:AnnotationProperty ; rdfs:isDefinedBy . ### http://amazon.com/aws/wwso/neptune/demo/multimodel/refersTo :refersTo rdf:type owl:AnnotationProperty ; rdfs:isDefinedBy ; rdfs:range :Ref . ### http://amazon.com/aws/wwso/neptune/demo/multimodel/simAlgorithm :simAlgorithm rdf:type owl:AnnotationProperty ; rdfs:isDefinedBy ; rdfs:domain :Similarity . ### http://amazon.com/aws/wwso/neptune/demo/multimodel/simReason :simReason rdf:type owl:AnnotationProperty ; rdfs:isDefinedBy ; rdfs:domain :Similarity . ### http://amazon.com/aws/wwso/neptune/demo/multimodel/similarTo :similarTo rdf:type owl:AnnotationProperty ; rdfs:isDefinedBy ; rdfs:range :Similarity . ### http://amazon.com/aws/wwso/neptune/demo/multimodel/sourceDataSet :sourceDataSet rdf:type owl:AnnotationProperty ; rdfs:isDefinedBy ; rdfs:domain :Source . ### http://amazon.com/aws/wwso/neptune/demo/multimodel/sourceEventType :sourceEventType rdf:type owl:AnnotationProperty ; rdfs:isDefinedBy ; rdfs:domain :Source . ### http://amazon.com/aws/wwso/neptune/demo/multimodel/usagePattern :usagePattern rdf:type owl:AnnotationProperty ; rdfs:isDefinedBy . ################################################################# # Classes ################################################################# ### http://amazon.com/aws/wwso/neptune/demo/multimodel/DataProduct :DataProduct rdf:type owl:Class ; rdfs:subClassOf :MMClass ; rdfs:isDefinedBy ; rdfs:label "DataProduct"@en . ### http://amazon.com/aws/wwso/neptune/demo/multimodel/DataProductImpl :DataProductImpl rdf:type owl:Class ; rdfs:subClassOf :MMClass ; rdfs:isDefinedBy ; rdfs:label "DataProductImpl"@en . ### http://amazon.com/aws/wwso/neptune/demo/multimodel/MMClass :MMClass rdf:type owl:Class ; rdfs:isDefinedBy ; rdfs:label "MMClass"@en . ### http://amazon.com/aws/wwso/neptune/demo/multimodel/Ref :Ref rdf:type owl:Class ; rdfs:isDefinedBy ; rdfs:label "Ref"@en . ### http://amazon.com/aws/wwso/neptune/demo/multimodel/Similarity :Similarity rdf:type owl:Class ; rdfs:isDefinedBy ; rdfs:label "Similarity"@en . ### http://amazon.com/aws/wwso/neptune/demo/multimodel/Source :Source rdf:type owl:Class ; rdfs:isDefinedBy ; rdfs:label "Source"@en . ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi