Sha256: 71a35dfdcd20f91a4fc525c8393866eadfc2e1c063d5a6042f3285a4ebc8395f
Contents?: true
Size: 1.59 KB
Versions: 70
Compression:
Stored size: 1.59 KB
Contents
module RDF ## # Web Ontology Language (OWL) vocabulary. # # @see http://www.w3.org/TR/owl-overview/ class OWL < Vocabulary("http://www.w3.org/2002/07/owl#") property :allValuesFrom property :annotatedProperty property :annotatedSource property :annotatedTarget property :assertionProperty property :backwardCompatibleWith property :bottomDataProperty property :bottomObjectProperty property :cardinality property :complementOf property :datatypeComplementOf property :deprecated property :differentFrom property :disjointUnionOf property :disjointWith property :distinctMembers property :equivalentClass property :equivalentProperty property :hasKey property :hasSelf property :hasValue property :imports property :incompatibleWith property :intersectionOf property :inverseOf property :maxCardinality property :maxQualifiedCardinality property :members property :minCardinality property :minQualifiedCardinality property :onClass property :onDataRange property :onDatatype property :onProperties property :onProperty property :oneOf property :priorVersion property :propertyChainAxiom property :propertyDisjointWith property :qualifiedCardinality property :sameAs property :someValuesFrom property :sourceIndividual property :targetIndividual property :targetValue property :topDataProperty property :topObjectProperty property :unionOf property :versionIRI property :versionInfo property :withRestrictions end end
Version data entries
70 entries across 70 versions & 4 rubygems