ATLAS-2527: delete obsolete models

Signed-off-by: Madhan Neethiraj <mad...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/6812a7d5
Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/6812a7d5
Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/6812a7d5

Branch: refs/heads/master
Commit: 6812a7d577556d6b73bfc2d275bc3736d07ecd0d
Parents: 0dcd689
Author: Mandy Chessell <mandy_chess...@uk.ibm.com>
Authored: Fri Mar 30 13:45:10 2018 +0100
Committer: Madhan Neethiraj <mad...@apache.org>
Committed: Mon Apr 9 15:45:39 2018 -0700

----------------------------------------------------------------------
 .../0000-Area0/0015-LinkedMediaTypes_model.json | 234 ----------
 .../0017-ExternalIdentifiers_model.json         | 139 ------
 .../0000-Area0/0020-PropertyFacets_model.json   |  77 ----
 .../models/0000-Area0/0025-Locations_model.json | 135 ------
 .../0030-HostsAndPlatforms_model.json           | 123 -----
 .../0000-Area0/0035-ComplexHosts_model.json     |  61 ---
 .../models/0000-Area0/0040-Servers_model.json   | 278 -----------
 .../0000-Area0/0045-ServerAndAssets_model.json  |  70 ---
 .../0070-NetworksAndGateways_model.json         |  56 ---
 .../0090-CloudPlatformsAndServices.json         |  67 ---
 .../0100-Area1-Collaboration/0110-Actors.json   | 252 ----------
 .../0120-Collections.json                       | 171 -------
 .../0100-Area1-Collaboration/0130-Projects.json | 208 ---------
 .../0100-Area1-Collaboration/0135-Meetings.json | 205 ---------
 .../0140-Communities.json                       | 110 -----
 .../0100-Area1-Collaboration/0150-Feedback.json | 286 ------------
 .../0100-Area1-Collaboration/0160-Notes.json    | 101 ----
 .../0300-Area3-SubjectArea/0310-Glossary.json   | 129 ------
 .../0320-CategoryHierarchy.json                 | 140 ------
 .../0300-Area3-SubjectArea/0330-Terms.json      | 201 --------
 .../0300-Area3-SubjectArea/0340-Dictionary.json |  75 ---
 .../0350-RelatedTerms.json                      | 456 -------------------
 .../0300-Area3-SubjectArea/0360-Contexts.json   |  91 ----
 .../0370-SemanticAssignment.json                | 148 ------
 .../0380-SpineObjects.json                      | 184 --------
 .../0390-GlossaryProjects.json                  |  17 -
 26 files changed, 4014 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/6812a7d5/addons/models/0000-Area0/0015-LinkedMediaTypes_model.json
----------------------------------------------------------------------
diff --git a/addons/models/0000-Area0/0015-LinkedMediaTypes_model.json 
b/addons/models/0000-Area0/0015-LinkedMediaTypes_model.json
deleted file mode 100644
index a2c9284..0000000
--- a/addons/models/0000-Area0/0015-LinkedMediaTypes_model.json
+++ /dev/null
@@ -1,234 +0,0 @@
-{
-  "enumDefs": [
-    {
-      "name": "MediaUsage",
-      "description":"The media usage types",
-      "typeVersion": "1.0",
-      "elementDefs": [
-        {
-          "ordinal": 0,
-          "value": "ICON"
-        },
-        {
-          "ordinal": 1,
-          "value": "THUMBNAIL"
-        },
-        {
-          "ordinal": 2,
-          "value": "ILLUSTRATION"
-        },
-        {
-          "ordinal": 3,
-          "value": "USAGE_GUIDANCE"
-        },
-        {
-          "ordinal": 99,
-          "value": "OTHER"
-        }
-      ]
-    },
-    {
-      "name": "MediaType",
-      "description": "The media type",
-      "typeVersion": "1.0",
-      "elementDefs": [
-        {
-          "ordinal": 1,
-          "value": "IMAGE"
-        },
-        {
-          "ordinal": 2,
-          "value": "VIDEO"
-        },
-        {
-          "ordinal": 3,
-          "value": "SOUND"
-        },
-        {
-          "ordinal": 4,
-          "value": "DOCUMENT"
-        },
-        {
-          "ordinal": 99,
-          "value": "OTHER"
-        }
-      ]
-    }
-  ],
-  "structDefs": [],
-  "classificationDefs": [],
-  "entityDefs": [
-    {
-      "name": "EmbeddedMedia",
-      "description":"EmbeddedMedia is media embedded in a metadata object. 
Media such as images allow an icon, thumbnail and larger images to be 
associated with a metadata element.  They are intended to be displayed with the 
metadata content. This media enriches the description of the object and may 
include, for example, design drawings, photographs or illustrations of the 
component in action.",
-      "superTypes": [
-        "Referenceable"
-      ],
-      "typeVersion": "1.0",
-      "attributeDefs": [
-        {
-          "name": "uri",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "version",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "description",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "organization",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "mediaUsage",
-          "typeName": "array<MediaUsage>",
-          "cardinality": "SINGLE",
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "mediaType",
-          "typeName": "array<MediaType>",
-          "cardinality": "SINGLE",
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    },
-    {
-      "name": "ExternalReference",
-      "description":"External References link metadata to elements in external 
repositories.",
-      "superTypes": [
-        "Referenceable"
-      ],
-      "typeVersion": "1.0",
-      "attributeDefs": [
-        {
-          "name": "displayName",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "uri",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "version",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "description",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "organization",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    }
-  ],
-  "relationshipDefs": [
-    {
-      "name": "ExternalReferenceLink",
-      "description":"External reference links relate metadata to elements in 
external repositories.",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "relatedEntities",
-        "type": "ExternalReference",
-        "cardinality": "SET"
-      },
-      "endDef2": {
-        "name": "externalReferences",
-        "type": "Referenceable",
-        "cardinality": "SET"
-      },
-      "relationshipCategory": "ASSOCIATION",
-      "attributeDefs": [
-        {
-          "name": "referenceId",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true
-        },
-        {
-          "name": "description",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true
-        }
-      ]
-    },
-    {
-      "name": "MediaReference",
-      "description":"Media reference relates metadata and media elements 
within this metadata repository.",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "consumingEntities",
-        "type": "EmbeddedMedia",
-        "cardinality": "SET"
-      },
-      "endDef2": {
-        "name": "embeddedMetadata",
-        "type": "Referenceable",
-        "cardinality": "SET"
-      },
-      "relationshipCategory": "ASSOCIATION",
-      "attributeDefs": [
-        {
-          "name": "mediaId",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true
-        },
-        {
-          "name": "description",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true
-        }
-      ]
-    }
-  ]
-}

http://git-wip-us.apache.org/repos/asf/atlas/blob/6812a7d5/addons/models/0000-Area0/0017-ExternalIdentifiers_model.json
----------------------------------------------------------------------
diff --git a/addons/models/0000-Area0/0017-ExternalIdentifiers_model.json 
b/addons/models/0000-Area0/0017-ExternalIdentifiers_model.json
deleted file mode 100644
index fb0d4bf..0000000
--- a/addons/models/0000-Area0/0017-ExternalIdentifiers_model.json
+++ /dev/null
@@ -1,139 +0,0 @@
-{
-  "enumDefs": [
-    {
-      "name": "KeyPattern",
-      "description":"Key Pattern indicates the way that the key is being used",
-      "typeVersion": "1.0",
-      "elementDefs": [
-        {
-          "ordinal": 0,
-          "value": "LOCAL_KEY"
-        },
-        {
-          "ordinal": 1,
-          "value": "RECYCLED_KEY"
-        },
-        {
-          "ordinal": 2,
-          "value": "NATURAL_KEY",
-          "description": "A natural key (also known as business key) is a type 
of unique key, found in relational model database design, that is formed of 
attributes that already exist in the real world."
-        },
-        {
-          "ordinal": 4,
-          "value": "MIRROR_KEY"
-        },
-        {
-          "ordinal": 5,
-          "value": "AGGREGATE_KEY"
-        },
-        {
-          "ordinal": 6,
-          "value": "CALLERS_KEY"
-        },
-        {
-          "ordinal": 7,
-          "value": "STABLE_KEY"
-        },
-        {
-          "ordinal": 99,
-          "value": "OTHER"
-        }
-      ]
-    }
-  ],
-  "structDefs": [],
-  "classificationDefs": [],
-  "entityDefs": [
-    {
-      "name": "ExternalId",
-      "description":"External Identifiers are identifiers for a Referenceable 
that are used in external systems.",
-      "superTypes": [
-        "Referenceable"
-      ],
-      "typeVersion": "1.0",
-      "attributeDefs": [
-        {
-          "name": "identifier",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "keyPattern",
-          "typeName": "KeyPattern",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    }
-  ],
-  "relationshipDefs": [
-    {
-      "name": "ExternalIdentifierLink",
-      "description":"External Identifier Link relates external identifiers to 
elements they are also known as.",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "resource",
-        "type": "ExternalId",
-        "cardinality": "SINGLE"
-      },
-      "endDef2": {
-        "name": "alsoKnownAs",
-        "type": "Referenceable",
-        "cardinality": "SET"
-      },
-      "relationshipCategory": "ASSOCIATION",
-      "attributeDefs": [
-        {
-          "name": "description",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true
-        },
-        {
-          "name": "usage",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true
-        },
-        {
-          "name": "source",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true
-        }
-      ]
-    },
-    {
-      "name": "ExternalIdentifierScope",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "scopedTo",
-        "type": "ExternalId",
-        "cardinality": "SET"
-      },
-      "endDef2": {
-        "name": "managedResources",
-        "type": "Referenceable",
-        "cardinality": "SET"
-      },
-      "relationshipCategory": "ASSOCIATION",
-      "attributeDefs": [
-        {
-          "name": "description",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true
-        }
-      ]
-    }
-  ]
-}

http://git-wip-us.apache.org/repos/asf/atlas/blob/6812a7d5/addons/models/0000-Area0/0020-PropertyFacets_model.json
----------------------------------------------------------------------
diff --git a/addons/models/0000-Area0/0020-PropertyFacets_model.json 
b/addons/models/0000-Area0/0020-PropertyFacets_model.json
deleted file mode 100644
index fe92e26..0000000
--- a/addons/models/0000-Area0/0020-PropertyFacets_model.json
+++ /dev/null
@@ -1,77 +0,0 @@
-{
-  "enumDefs": [],
-  "structDefs": [],
-  "classificationDefs": [],
-  "entityDefs": [
-    {
-      "name": "PropertyFacet",
-      "description":"Property facets allow any entity to be extended with 
additional properties. This is particularly useful for storing metadata that 
originated in another type of metadata repository, or tool since it allows 
vendor/tool specific values to be stored.",
-      "superTypes": [
-        "Referenceable"
-      ],
-      "typeVersion": "1.0",
-      "attributeDefs": [
-        {
-          "name": "version",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "description",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "organization",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "properties",
-          "typeName": "map<string,string>",
-          "cardinality": "SINGLE",
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    }
-  ],
-  "relationshipDefs": [
-    {
-      "name": "ReferenceableFacets",
-      "description":"The link between the additional (custom) properties and 
the entity.",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "additionalProperties",
-        "type": "PropertyFacet",
-        "cardinality": "SET",
-        "isContainer": true
-      },
-      "endDef2": {
-        "name": "relatedEntity",
-        "type": "Referenceable",
-        "cardinality": "SINGLE"
-      },
-      "relationshipCategory": "COMPOSITION",
-      "attributeDefs": [
-        {
-          "name": "source",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    }
-  ]
-}

http://git-wip-us.apache.org/repos/asf/atlas/blob/6812a7d5/addons/models/0000-Area0/0025-Locations_model.json
----------------------------------------------------------------------
diff --git a/addons/models/0000-Area0/0025-Locations_model.json 
b/addons/models/0000-Area0/0025-Locations_model.json
deleted file mode 100644
index 878de35..0000000
--- a/addons/models/0000-Area0/0025-Locations_model.json
+++ /dev/null
@@ -1,135 +0,0 @@
-{
-  "enumDefs": [],
-  "structDefs": [],
-  "classificationDefs": [
-    {
-      "name": "FixedLocation",
-      "description":"FixedLocation means that the location represents a 
physical place where, for example, Hosts, Servers and hence data may be 
located. This could be an area of a data center, the building the data center 
is located in, or even the country where the server/data is located.",
-      "superTypes": [],
-      "entityTypes":["Location"],
-      "typeVersion": "1.0",
-      "attributeDefs": [
-        {
-          "name": "coordinates",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "address",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    },
-    {
-      "name": "SecureLocation",
-      "description":"Secure Location indicates that there is restricted access 
to the location",
-      "superTypes": [],
-      "entityTypes":["Location"],
-      "typeVersion": "1.0",
-      "attributeDefs": []
-    },
-    {
-      "name": "CyberLocation",
-      "description":"CyberLocation means that the location describes something 
in cyber space.",
-      "superTypes": [],
-      "entityTypes":["Location"],
-      "typeVersion": "1.0",
-      "attributeDefs": [
-        {
-          "name": "device",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    }
-  ],
-  "entityDefs": [
-    {
-      "name": "Location",
-      "description":"The location can be used to define country, data centers, 
geographic locations. The granularity in which locations are modeled depends on 
the organisation. It is important to understand where assets are located to 
ensure they are properly protected and comply with data sovereignty laws. The 
notion of a location is variable and the classifications FixedLocation, 
SecureLocation and CyberLocation help to clarify the nature of the location.",
-      "superTypes": [
-        "Referenceable"
-      ],
-      "typeVersion": "1.0",
-      "attributeDefs": [
-        {
-          "name": "name",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "description",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": false,
-          "isUnique": false
-        }
-      ]
-    }
-  ],
-  "relationshipDefs": [
-    {
-      "name": "NestedLocation",
-      "description":"The Nested Location relationship allows hierarchical 
grouping of locations to be represented. Notice that locations can be organized 
into multiple hierarchies.",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "nestedLocations",
-        "type": "Location",
-        "cardinality": "SET",
-        "isContainer": true
-      },
-      "endDef2": {
-        "name": "groupingLocations",
-        "type": "Location",
-        "cardinality": "SET"
-      },
-      "relationshipCategory": "AGGREGATION"
-    },
-    {
-      "name": "AdjacentLocation",
-      "description":"The Adjacent Location relationship links locations that 
touch one another.",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "PeerLocations",
-        "type": "Location",
-        "cardinality": "SET"
-      },
-      "endDef2": {
-        "name": "PeerLocations",
-        "type": "Location",
-        "cardinality": "SET"
-      },
-      "relationshipCategory": "ASSOCIATION"
-    },
-    {
-      "name": "AssetLocation",
-      "description":"The location of the asset.",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "knownLocations",
-        "type": "Asset",
-        "cardinality": "SET"
-      },
-      "endDef2": {
-        "name": "localAssets",
-        "type": "Location",
-        "cardinality": "SET"
-      },
-      "relationshipCategory": "ASSOCIATION"
-    }
-  ]
-}

http://git-wip-us.apache.org/repos/asf/atlas/blob/6812a7d5/addons/models/0000-Area0/0030-HostsAndPlatforms_model.json
----------------------------------------------------------------------
diff --git a/addons/models/0000-Area0/0030-HostsAndPlatforms_model.json 
b/addons/models/0000-Area0/0030-HostsAndPlatforms_model.json
deleted file mode 100644
index 9c7415e..0000000
--- a/addons/models/0000-Area0/0030-HostsAndPlatforms_model.json
+++ /dev/null
@@ -1,123 +0,0 @@
-{
-  "enumDefs": [
-    {
-      "name": "Endianness",
-      "typeVersion": "1.0",
-      "elementDefs": [
-        {
-          "ordinal": 0,
-          "value": "BIG_ENDIAN"
-        },
-        {
-          "ordinal": 1,
-          "value": "LITTLE_ENDIAN"
-        }
-      ]
-    }
-  ],
-  "structDefs": [],
-  "classificationDefs": [
-  ],
-  "entityDefs": [
-    {
-      "name": "ITInfrastructure",
-      "description":"This is IT Infrastructure.",
-      "superTypes": [
-        "Infrastructure"
-      ],
-      "typeVersion": "1.0",
-      "attributeDefs": []
-    },
-    {
-      "name": "Host",
-      "description":"A Host is an IT Infrastructure concept associated with 
the hardware running the systems. It provides a mechanism for describing a unit 
of hardware that provides the ability to host software servers.",
-      "superTypes": [
-        "ITInfrastructure"
-      ],
-      "typeVersion": "1.0",
-      "attributeDefs": []
-    },
-    {
-      "name": "OperatingPlatform",
-      "description":"The operating platform is an informational entity to 
describe the operating system of the host.",
-      "superTypes": [],
-      "typeVersion": "1.0",
-      "attributeDefs": [
-        {
-          "name": "name",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "description",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "operatingSystem",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "endianness",
-          "typeName": "Endianness",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "timeZone",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    }
-  ],
-  "relationshipDefs": [
-    {
-      "name": "HostOperatingPlatform",
-      "description":"The relationship between the Host and the operation 
platform. Many hosts could have the same operating platform.",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "hosts",
-        "type": "OperatingPlatform",
-        "cardinality": "SET"
-      },
-      "endDef2": {
-        "name": "platform",
-        "type": "Host",
-        "cardinality": "SINGLE"
-      },
-      "relationshipCategory": "ASSOCIATION"
-    },
-    {
-      "name": "HostLocation",
-      "description":"The host can be linked to its location through the 
HostLocation relationship.",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "hosts",
-        "type": "Location",
-        "cardinality": "SET"
-      },
-      "endDef2": {
-        "name": "locations",
-        "type": "Host",
-        "cardinality": "SET"
-      },
-      "relationshipCategory": "ASSOCIATION"
-    }
-  ]
-}

http://git-wip-us.apache.org/repos/asf/atlas/blob/6812a7d5/addons/models/0000-Area0/0035-ComplexHosts_model.json
----------------------------------------------------------------------
diff --git a/addons/models/0000-Area0/0035-ComplexHosts_model.json 
b/addons/models/0000-Area0/0035-ComplexHosts_model.json
deleted file mode 100644
index dda8e75..0000000
--- a/addons/models/0000-Area0/0035-ComplexHosts_model.json
+++ /dev/null
@@ -1,61 +0,0 @@
-{
-  "enumDefs": [
-  ],
-  "structDefs": [],
-  "classificationDefs": [],
-  "entityDefs": [
-    {
-      "name": "HostCluster",
-      "description":"A Host Cluster describes a collection of hosts acting 
together as a cluster. Clusters are often used to provide horizontal scaling of 
services.",
-      "superTypes": [
-        "Host"
-      ],
-      "typeVersion": "1.0",
-      "attributeDefs": []
-    },
-    {
-      "name": "Virtualcontainer",
-      "description":"A Virtual Container or a Server Container, provides the 
services of a host to the software servers deployed on it. Docker is an example 
of a virtual container. When the server makes requests for storage, network 
access etc, the VirtualContainer delegates the requests to the equivalent 
services of the actual host it is deployed on. VirtualContainers can be hosted 
on other VirtualContainers, but to actually run they need to ultimately be 
deployed on to a real physical Host.",
-      "superTypes": [
-        "Host"
-      ],
-      "typeVersion": "1.0",
-      "attributeDefs": []
-    }
-  ],
-  "relationshipDefs": [
-    {
-      "name": "DeployedVirtualContainer",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "hosts",
-        "type": "Virtualcontainer",
-        "cardinality": "SET",
-        "isContainer": true
-      },
-      "endDef2": {
-        "name": "hostedContainers",
-        "type": "Host",
-        "cardinality": "SET"
-      },
-      "relationshipCategory": "AGGREGATION"
-    },
-    {
-      "name": "HostClusterMember",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "hosts",
-        "description":"There should be one or more hosts.",
-        "type": "HostCluster",
-        "cardinality": "SET",
-        "isContainer": true
-      },
-      "endDef2": {
-        "name": "hostCluster",
-        "type": "Host",
-        "cardinality": "SINGLE"
-      },
-      "relationshipCategory": "AGGREGATION"
-    }
-  ]
-}

http://git-wip-us.apache.org/repos/asf/atlas/blob/6812a7d5/addons/models/0000-Area0/0040-Servers_model.json
----------------------------------------------------------------------
diff --git a/addons/models/0000-Area0/0040-Servers_model.json 
b/addons/models/0000-Area0/0040-Servers_model.json
deleted file mode 100644
index a1b86e9..0000000
--- a/addons/models/0000-Area0/0040-Servers_model.json
+++ /dev/null
@@ -1,278 +0,0 @@
-{
-  "enumDefs": [
-    {
-      "name": "OperationalStatus",
-      "description": "The media usage types.",
-      "typeVersion": "1.0",
-      "elementDefs": [{
-        "ordinal": 0,
-        "value": "DISABLED"
-      },
-        {
-          "ordinal": 1,
-          "value": "ENABLED"
-        }
-      ]
-    }
-  ],
-  "structDefs": [],
-  "classificationDefs": [],
-  "entityDefs": [
-    {
-      "name": "SoftwareServer",
-      "description": "Software Servers describe the middleware software 
servers (such as application servers, data movement engines and database 
servers) that run on the Hosts. Within the Software Server model, we capture 
the userid that it runs under. Most metadata repositories are run in a secure 
mode requiring incoming requests to incluye the requester's security 
credentials. Therefore we have an identifier for each unique logged on security 
identity (aka userId). This identity is recorded within specific entities and 
relationships when they are created or updated. By storing the user identifier 
for the server, it is possible to correlate the server with the changes to the 
metadata (and related data assets) that it makes.",
-      "superTypes": [
-        "ITInfrastructure"
-      ],
-      "typeVersion": "1.0",
-      "attributeDefs": [
-        {
-          "name": "userid",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "type",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "version",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "source",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    },
-    {
-      "name": "Endpoint",
-      "description": "The endpoint defines the parameters needed to connect to 
the server. It also features in the Connection model used by applications and 
tools to call the server. Thus through the endpoint entity it is possible to 
link the connection to the underlying server.",
-      "superTypes": ["Referenceable"],
-      "typeVersion": "1.0",
-      "attributeDefs": [
-        {
-          "name": "name",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "description",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "networkAddress",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "protocol",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "encrypted",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    },
-    {
-      "name": "SoftwareServerCapability",
-      "description": "Within the server are many capabilities. These range 
from full applications to security plugins to logging and encryption libraries. 
Different organizations and tools can choose the granularity in which the 
capabilities are captured in order to provide appropriate context to data 
assets and the decisions made around them.",
-      "superTypes": [
-        "Infrastructure"
-      ],
-      "typeVersion": "1.0",
-      "attributeDefs": [{
-        "name": "name",
-        "typeName": "string",
-        "cardinality": "SINGLE",
-        "isIndexable": true,
-        "isOptional": true,
-        "isUnique": false
-      },
-        {
-          "name": "description",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "type",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "version",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "patchLevel",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "source",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "properties",
-          "typeName": "map<string,string>",
-          "cardinality": "SINGLE",
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    }
-  ],
-  "relationshipDefs": [
-    {
-      "name": "ServerEndpoint",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "endpoints",
-        "type": "SoftwareServer",
-        "cardinality": "SET"
-      },
-      "endDef2": {
-        "name": "server",
-        "type": "Endpoint",
-        "cardinality": "SINGLE"
-      },
-      "relationshipCategory": "ASSOCIATION"
-    },
-    {
-      "name": "ServerSupportedCapability",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "capabilities",
-        "type": "SoftwareServer",
-        "cardinality": "SET",
-        "isContainer": true
-      },
-      "endDef2": {
-        "name": "servers",
-        "type": "SoftwareServerCapability",
-        "cardinality": "SET"
-      },
-      "relationshipCategory": "AGGREGATION",
-      "attributeDefs": [
-        {
-          "name": "deploymentTime",
-          "typeName": "date",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "deployer",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "serverCapabilityStatus",
-          "typeName": "OperationalStatus",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    },
-    {
-      "name": "ServerDeployment",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "deployedServers",
-        "type": "Host",
-        "cardinality": "SET",
-        "isContainer": true
-      },
-      "endDef2": {
-        "name": "host",
-        "type": "SoftwareServer",
-        "cardinality": "SINGLE"
-
-      },
-      "relationshipCategory": "AGGREGATION",
-      "attributeDefs": [
-        {
-          "name": "deploymentTime",
-          "typeName": "date",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "deployer",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "serverCapabilityStatus",
-          "typeName": "OperationalStatus",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    }
-  ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/atlas/blob/6812a7d5/addons/models/0000-Area0/0045-ServerAndAssets_model.json
----------------------------------------------------------------------
diff --git a/addons/models/0000-Area0/0045-ServerAndAssets_model.json 
b/addons/models/0000-Area0/0045-ServerAndAssets_model.json
deleted file mode 100644
index b9ebc78..0000000
--- a/addons/models/0000-Area0/0045-ServerAndAssets_model.json
+++ /dev/null
@@ -1,70 +0,0 @@
-{
-  "enumDefs": [
-    {
-      "name": "ServerAssetUseType",
-      "description": "The media usage types.",
-      "typeVersion": "1.0",
-      "elementDefs": [
-        {
-          "ordinal": 0,
-          "value": "OWNED"
-        },
-        {
-          "ordinal": 1,
-          "value": "GOVERNS"
-        },
-        {
-          "ordinal": 2,
-          "value": "MAINTAINS"
-        },
-        {
-          "ordinal": 3,
-          "value": "USES"
-        },
-        {
-          "ordinal": 99,
-          "value": "OTHER"
-        }
-      ]
-    }
-  ],
-  "structDefs": [],
-  "classificationDefs": [],
-  "entityDefs": [],
-  "relationshipDefs": [
-    {
-      "name": "SoftwareServerAssetUse",
-      "description": "Assets are managed or consumed by Software Server 
Capabilities",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "consumedBy",
-        "type": "Asset",
-        "cardinality": "SET"
-      },
-      "endDef2": {
-        "name": "consumedAsset",
-        "type": "SoftwareServerCapability",
-        "cardinality": "SET"
-      },
-      "relationshipCategory": "ASSOCIATION",
-      "attributeDefs": [
-        {
-          "name": "useType",
-          "typeName": "ServerAssetUseType",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "description",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    }
-  ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/atlas/blob/6812a7d5/addons/models/0000-Area0/0070-NetworksAndGateways_model.json
----------------------------------------------------------------------
diff --git a/addons/models/0000-Area0/0070-NetworksAndGateways_model.json 
b/addons/models/0000-Area0/0070-NetworksAndGateways_model.json
deleted file mode 100644
index e729fa9..0000000
--- a/addons/models/0000-Area0/0070-NetworksAndGateways_model.json
+++ /dev/null
@@ -1,56 +0,0 @@
-{
-  "enumDefs": [],
-  "structDefs": [],
-  "classificationDefs": [],
-  "entityDefs": [
-    {
-      "name": "Network",
-      "superTypes": [
-        "ITInfrastructure"
-      ],
-      "typeVersion": "1.0",
-      "attributeDefs": []
-    },
-    {
-      "name": "NetworkGateway",
-      "superTypes": [
-        "SoftwareServerCapability"
-      ],
-      "typeVersion": "1.0",
-      "attributeDefs": []
-    }
-  ],
-  "relationshipDefs": [
-    {
-      "name": "NetworkGatewayLink",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "gateways",
-        "type": "Network",
-        "cardinality": "SET"
-      },
-      "endDef2": {
-        "name": "networkConnections",
-        "type": "NetworkGateway",
-        "cardinality": "SET"
-
-      },
-      "relationshipCategory": "ASSOCIATION"
-    },
-    {
-      "name": "HostNetwork",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "connectedHosts",
-        "type": "Network",
-        "cardinality": "SET"
-      },
-      "endDef2": {
-        "name": "networkConnections",
-        "type": "Host",
-        "cardinality": "SET"
-      },
-      "relationshipCategory": "ASSOCIATION"
-    }
-  ]
-}

http://git-wip-us.apache.org/repos/asf/atlas/blob/6812a7d5/addons/models/0000-Area0/0090-CloudPlatformsAndServices.json
----------------------------------------------------------------------
diff --git a/addons/models/0000-Area0/0090-CloudPlatformsAndServices.json 
b/addons/models/0000-Area0/0090-CloudPlatformsAndServices.json
deleted file mode 100644
index b824418..0000000
--- a/addons/models/0000-Area0/0090-CloudPlatformsAndServices.json
+++ /dev/null
@@ -1,67 +0,0 @@
-{
-  "enumDefs": [],
-  "structDefs": [],
-  "classificationDefs": [
-    {
-      "name": "CloudProvider",
-      "description":"The cloud provider is the organization that provides and 
runs the infrastructure for a cloud service. Typically the host it offers is 
actually a HostCluster. The cloud provider may offer infrastructure as a 
service (IaaS), in which case, an organization can deploy VirtualContainers 
onto the cloud provider's HostCluster.",
-      "superTypes": [],
-      "entityTypes":["Host"],
-      "typeVersion": "1.0",
-      "attributeDefs": [
-        {
-          "name": "providerName",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    },
-    {
-      "name": "CloudPlatform",
-      "description":"If the cloud provider is offering platform as a service 
(PaaS), an application may deploy server capability onto the cloud platform.",
-      "superTypes": [],
-      "entityTypes":["SoftwareServer"],
-      "typeVersion": "1.0",
-      "attributeDefs": [
-        {
-          "name": "type",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    },
-    {
-      "name": "CloudService",
-      "description":"If the cloud provider is offering Software as a Service 
(SaaS) then it has provided APIs backed by pre-deployed server capability that 
an organization can call as a cloud service.",
-      "superTypes": [],
-      "entityTypes":["SoftwareServerCapability"],
-      "typeVersion": "1.0",
-      "attributeDefs": [
-        {
-          "name": "offeringName",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "type",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    }
-  ],
-  "entityDefs": [],
-  "relationshipDefs": []
-}

http://git-wip-us.apache.org/repos/asf/atlas/blob/6812a7d5/addons/models/0100-Area1-Collaboration/0110-Actors.json
----------------------------------------------------------------------
diff --git a/addons/models/0100-Area1-Collaboration/0110-Actors.json 
b/addons/models/0100-Area1-Collaboration/0110-Actors.json
deleted file mode 100644
index 3a307b5..0000000
--- a/addons/models/0100-Area1-Collaboration/0110-Actors.json
+++ /dev/null
@@ -1,252 +0,0 @@
-{
-  "enumDefs": [
-    {
-      "name": "CrowdSourcingRole",
-      "description": "An Actor Profile makes a contribution in a crowdsourcing 
role.",
-      "typeVersion": "1.0",
-      "elementDefs": [
-        {
-          "ordinal": 0,
-          "value": "PROPOSER",
-          "description": "A proposed contribution."
-        },
-        {
-          "ordinal": 1,
-          "value": "REVIEWER",
-          "description": "A reviewer contribution."
-        },
-        {
-          "ordinal": 2,
-          "value": "SUPPORTER",
-          "description": "A supporter contribution."
-        },
-        {
-          "ordinal": 3,
-          "value": "APPROVER",
-          "description": "An approver contribution."
-        },
-        {
-          "ordinal": 99,
-          "value": "OTHER",
-          "description": "Another contribution."
-        }
-      ]
-    },
-    {
-      "name": "ContactMethodType",
-      "description": "Types of contact method.",
-      "typeVersion": "1.0",
-      "elementDefs": [
-        {
-          "ordinal": 0,
-          "value": "EMAIL"
-        },
-        {
-          "ordinal": 1,
-          "value": "PHONE"
-        },
-        {
-          "ordinal": 99,
-          "value": "OTHER"
-        }
-      ]
-    }
-  ],
-  "structDefs": [],
-  "classificationDefs": [],
-  "entityDefs": [
-    {
-      "name": "ContactDetail",
-      "description": "The contact details describe the contact method and its 
associated value.",
-      "typeVersion": "1.0",
-      "attributeDefs": [
-        {
-          "name": "contactMethodType",
-          "typeName": "ContactMethodType",
-          "description": "Contact method type",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "contactMethodValue",
-          "typeName": "string",
-          "description": "The value associated with the contact method. For 
example emails have the email address.",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    },
-    {
-      "name": "ActorProfile",
-      "superTypes": [
-        "Referenceable"
-      ],
-      "description": "Actors are associated with the new metadata that they 
create and comment on via their user identities. This separation is maintained 
because the user identity is the only information available on calls to the 
metadata repository. The ActorProfile is used to aggregate the activity of the 
individual or team. More information about the person behind the user identity 
is available through the ActorProfile. It describes the actual person, or 
possibly team if group users are being used, that is working either with the 
data assets or with the metadata directly. The profile is a record to add 
additional information about the person or engine that is making the requests. 
They may have more than one UserIdentity.  The userId is recorded with specific 
entities and relationships when they are created or updated. The userId for a 
Software Server is also captured in the metadata model, so it is possible to 
correlate the actions of a data processing Software Server with chang
 es to the metadata.",
-      "typeVersion": "1.0",
-      "attributeDefs": [
-        {
-          "name": "name",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "description",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true
-        }
-      ]
-    },
-    {
-      "name": "Team",
-      "description": "An team participating in the collaboration around open 
metadata.",
-      "superTypes": [
-        "ActorProfile"
-      ],
-      "description": "A team",
-      "typeVersion": "1.0"
-    },
-    {
-      "name": "Person",
-      "description": "An individual participating in the collaboration around 
open metadata.",
-      "superTypes": [
-        "ActorProfile"
-      ],
-      "description": "",
-      "typeVersion": "1.0",
-      "attributeDefs": [
-        {
-          "name": "karmaPoints",
-          "description": "Open metadata supports KarmaPoints. These are 
awarded for participation in the collaboration around open metadata.",
-          "typeName": "int",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    },
-    {
-      "name": "UserIdentity",
-      "superTypes": [],
-      "description": "UserIdentity provides a structure for storing the 
security authentication information about a person. We have a simple string for 
the userId - but this could be extended to include more sophisticated 
identification information. The user identity is the only information available 
on calls to the metadata repository. Most metadata repositories are run in a 
secure mode requiring incoming requests to be authenticated. There is a 
userIdentifier for each unique logged on security identity; in this model it is 
called the userId.",
-      "typeVersion": "1.0",
-      "attributeDefs": [
-        {
-          "name": "userId",
-          "description": "The unique logged on security identity.",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    }
-  ],
-  "relationshipDefs": [
-    {
-      "name": "Leadership",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "leads",
-        "type": "ActorProfile",
-        "cardinality": "SET"
-      },
-      "endDef2": {
-        "name": "follows",
-        "type": "ActorProfile",
-        "cardinality": "SET"
-      },
-      "relationshipCategory": "ASSOCIATION",
-      "propagateTags": "NONE",
-      "attributeDefs": []
-    },
-    {
-      "name": "Peer",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "peer",
-        "type": "ActorProfile",
-        "cardinality": "SET"
-      },
-      "endDef2": {
-        "name": "peer",
-        "type": "ActorProfile",
-        "cardinality": "SET"
-      },
-      "relationshipCategory": "ASSOCIATION",
-      "propagateTags": "NONE",
-      "attributeDefs": []
-    },
-    {
-      "name": "ProfileIdentities",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "profile",
-        "type": "UserIdentity",
-        "cardinality": "SET"
-      },
-      "endDef2": {
-        "name": "userIdentities",
-        "type": "ActorProfile",
-        "cardinality": "SET"
-      },
-      "relationshipCategory": "ASSOCIATION",
-      "propagateTags": "NONE",
-      "attributeDefs": []
-    },
-    {
-      "name": "Contributor",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "contributor",
-        "type": "Referenceable",
-        "cardinality": "SET"
-      },
-      "endDef2": {
-        "name": "contribution",
-        "type": "ActorProfile",
-        "cardinality": "SET"
-      },
-      "relationshipCategory": "ASSOCIATION",
-      "propagateTags": "NONE",
-      "attributeDefs": [
-        {
-          "name": "roleType",
-          "typeName": "CrowdSourcingRole",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    },
-    {
-      "name": "ActorContactDetail",
-      "description": "The contact details are all the ways that can be used to 
contact the actor. Mostly contact details are owned by only one Actor. It is 
also possible to define shared contact details.",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "contacts",
-        "type": "ActorProfile",
-        "cardinality": "SET",
-        "isContainer": true
-      },
-      "endDef2": {
-        "name": "actorProfile",
-        "type": "ContactDetail",
-        "cardinality": "SET"
-      },
-      "relationshipCategory": "AGGREGATION",
-      "propagateTags": "NONE"
-    }
-  ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/atlas/blob/6812a7d5/addons/models/0100-Area1-Collaboration/0120-Collections.json
----------------------------------------------------------------------
diff --git a/addons/models/0100-Area1-Collaboration/0120-Collections.json 
b/addons/models/0100-Area1-Collaboration/0120-Collections.json
deleted file mode 100644
index 4dbd2ad..0000000
--- a/addons/models/0100-Area1-Collaboration/0120-Collections.json
+++ /dev/null
@@ -1,171 +0,0 @@
-{
-  "enumDefs": [
-    {
-      "name": "OrderBy",
-      "description": "The criteria by which this collection is ordered.",
-      "typeVersion": "1.0",
-      "elementDefs": [
-        {
-          "ordinal": 0,
-          "value": "NAME",
-          "description": "Order by name alphabetically."
-        },
-        {
-          "ordinal": 1,
-          "value": "OWNER",
-          "description": "Order by owner alphabetically."
-        },
-        {
-          "ordinal": 2,
-          "value": "DATE_ADDED",
-          "description": "Order by date added."
-        },
-        {
-          "ordinal": 3,
-          "value": "DATE_UPDATED",
-          "description": "Order by date updated."
-        },
-        {
-          "ordinal": 99,
-          "value": "OTHER",
-          "description": "Other order."
-        }
-      ]
-    }
-  ],
-  "structDefs": [],
-  "classificationDefs": [
-    {
-      "name": "Set",
-      "superTypes": [],
-      "description": "Classifying a Collection with Set indicates it is an 
unordered collection.",
-      "typeVersion": "1.0",
-      "entityTypes": [
-        "Collection"
-      ]
-    },
-    {
-      "name": "Folder",
-      "superTypes": [],
-      "description": "Classifying a Collection with Folder indicates it is an 
ordered collection.",
-      "typeVersion": "1.0",
-      "entityTypes": [
-        "Collection"
-      ],
-      "attributeDefs": [
-        {
-          "name": "orderBy",
-          "description": "The criteria by which this folder is ordered.",
-          "typeName": "OrderBy",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "otherPropertyName",
-          "description": "The property name whose values the folder is ordered 
on.",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    }
-  ],
-  "entityDefs": [
-    {
-      "name": "Collection",
-      "description": "Collections provide a general mechanism for grouping 
resources together. They are typically associated with Actors, Projects or 
Communities.",
-      "superTypes": [
-        "Referenceable"
-      ],
-      "typeVersion": "1.0",
-      "attributeDefs": [
-        {
-          "name": "name",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "description",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "owner",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ],
-      "relationshipDefs": [
-        {
-          "name": "ActorCollections",
-          "typeVersion": "1.0",
-          "endDef1": {
-            "name": "consumingActor",
-            "type": "Collection",
-            "cardinality": "SET",
-            "isContainer": true
-          },
-          "endDef2": {
-            "name": "actorCollections",
-            "type": "ActorProfile",
-            "cardinality": "SET"
-          },
-          "relationshipCategory": "AGGREGATION",
-          "propagateTags": "NONE",
-          "attributeDefs": [
-            {
-              "name": "collectionUse",
-              "description": "This is how the collection is used by the 
consuming actor.",
-              "typeName": "string",
-              "cardinality": "SINGLE",
-              "isIndexable": true,
-              "isOptional": true,
-              "isUnique": false
-            }
-          ]
-        },
-        {
-          "name": "CollectionMembership",
-          "typeVersion": "1.0",
-          "endDef1": {
-            "name": "member",
-            "type": "Collection",
-            "cardinality": "SET",
-            "isContainer": true
-          },
-          "endDef2": {
-            "name": "organisatedBy",
-            "type": "Referenceable",
-            "cardinality": "SET"
-          },
-          "relationshipCategory": "AGGREGATION",
-          "propagateTags": "NONE",
-          "attributeDefs": [
-            {
-              "name": "dateAdded",
-              "description": "This is the date that the collection was added 
as a member.",
-              "typeName": "date",
-              "cardinality": "SINGLE",
-              "isIndexable": true,
-              "isOptional": true,
-              "isUnique": false
-            }
-          ]
-        }
-      ]
-    }
-  ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/atlas/blob/6812a7d5/addons/models/0100-Area1-Collaboration/0130-Projects.json
----------------------------------------------------------------------
diff --git a/addons/models/0100-Area1-Collaboration/0130-Projects.json 
b/addons/models/0100-Area1-Collaboration/0130-Projects.json
deleted file mode 100644
index da4a624..0000000
--- a/addons/models/0100-Area1-Collaboration/0130-Projects.json
+++ /dev/null
@@ -1,208 +0,0 @@
-{
-  "enumDefs": [],
-  "structDefs": [],
-  "classificationDefs": [
-    {
-      "name": "Campaign",
-      "superTypes": [],
-      "description": "Related projects can be organized into campaigns. The 
Campaign classification indicates that the project is working as a campaign. 
Projects that depend on the Campaign project as part of that project.",
-      "typeVersion": "1.0",
-      "entityTypes": [
-        "Project"
-      ]
-    },
-    {
-      "name": "Task",
-      "superTypes": [],
-      "description": "Small items of work, typically performed by a single 
person, can be defined as tasks for a project.",
-      "typeVersion": "1.0",
-      "entityTypes": [
-        "Project"
-      ]
-    }
-  ],
-  "entityDefs": [
-    {
-      "name": "Project",
-      "description": "Projects are used to organize a specific activity. The 
project is used to control the use of resources and associated costs so they 
are used appropriately in order to successfully achieve the project's goals. 
Notice that the project acts as an anchor for collections of resources that the 
project is using. Since it is a Referenceable, it can have links to external 
URLs, such as the project home page, project plan or APIs as well as images.",
-      "superTypes": [
-        "Referenceable"
-      ],
-      "typeVersion": "1.0",
-      "attributeDefs": [
-        {
-          "name": "name",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "description",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "startDate",
-          "description":"Project start date",
-          "typeName": "date",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "plannedEndDate",
-          "description":"Planned project end date.",
-          "typeName": "date",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "status",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    }
-  ],
-  "relationshipDefs": [
-    {
-      "name": "ProjectHierarchy",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "managedProjects",
-        "type": "Project",
-        "cardinality": "SET",
-        "isContainer": true
-      },
-      "endDef2": {
-        "name": "managingProject",
-        "type": "Project",
-        "cardinality": "SINGLE"
-      },
-      "relationshipCategory": "COMPOSITION",
-      "propagateTags": "NONE"
-    },
-    {
-      "name": "ProjectDependency",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "dependentProjects",
-        "type": "Project",
-        "cardinality": "SET",
-        "isContainer": true
-      },
-      "endDef2": {
-        "name": "dependsOnProject",
-        "type": "Project",
-        "cardinality": "SINGLE"
-      },
-      "relationshipCategory": "COMPOSITION",
-      "propagateTags": "NONE",
-      "attributeDefs": [
-        {
-          "name": "dependencySummary",
-          "description": "Summary description of the dependency.",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    },
-    {
-      "name": "ProjectTeam",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "supportingTeams",
-        "type": "Project",
-        "cardinality": "SET",
-        "isContainer": true
-      },
-      "endDef2": {
-        "name": "projectFocus",
-        "type": "Team",
-        "cardinality": "SINGLE"
-      },
-      "relationshipCategory": "COMPOSITION",
-      "propagateTags": "NONE",
-      "attributeDefs": [
-        {
-          "name": "teamRole",
-          "description": "Role in the team.",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    },
-    {
-      "name": "ProjectResources",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "supportingResources",
-        "type": "Project",
-        "cardinality": "SET",
-        "isContainer": true
-      },
-      "endDef2": {
-        "name": "projectUse",
-        "type": "Collection",
-        "cardinality": "SINGLE"
-      },
-      "relationshipCategory": "COMPOSITION",
-      "propagateTags": "NONE",
-      "attributeDefs": [
-        {
-          "name": "resourceUse",
-          "description": "Role in the team.",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    },
-    {
-      "name": "ProjectScope",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "projectScope",
-        "type": "Project",
-        "cardinality": "SET",
-        "isContainer": true
-      },
-      "endDef2": {
-        "name": "projectImpactingAssets",
-        "type": "Collection",
-        "cardinality": "SINGLE"
-      },
-      "relationshipCategory": "COMPOSITION",
-      "propagateTags": "NONE",
-      "attributeDefs": [
-        {
-          "name": "scopeDescription",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    }
-  ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/atlas/blob/6812a7d5/addons/models/0100-Area1-Collaboration/0135-Meetings.json
----------------------------------------------------------------------
diff --git a/addons/models/0100-Area1-Collaboration/0135-Meetings.json 
b/addons/models/0100-Area1-Collaboration/0135-Meetings.json
deleted file mode 100644
index 3270159..0000000
--- a/addons/models/0100-Area1-Collaboration/0135-Meetings.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
-  "enumDefs": [
-    {
-      "name": "ToDoStatus",
-      "description": "The status of the ToDo allows it to be tracked through 
to resolution.",
-      "typeVersion": "1.0",
-      "elementDefs": [
-        {
-          "ordinal": 0,
-          "value": "OPEN",
-          "description": "An Open Todo means something needs to be done i.e. 
an action needs to be taken."
-        },
-        {
-          "ordinal": 1,
-          "value": "IN_PROGRESS",
-          "description": "An in progress ToDo indicates it is being worked on."
-        },
-        {
-          "ordinal": 2,
-          "value": "WAITING",
-          "description": "The ToDo is waiting / blocked on something."
-        },
-        {
-          "ordinal": 3,
-          "value": "COMPLETE",
-          "description": "The work associated with the ToDo is complete."
-        },
-        {
-          "ordinal": 99,
-          "value": "ABANDONED",
-          "description": "The ToDo is no longer required."
-        }
-      ]
-    }
-  ],
-  "structDefs": [],
-  "classificationDefs": [],
-  "entityDefs": [
-    {
-      "name": "ToDo",
-      "description": "A Todo is a documented event, task, activity, or action 
that needs to take place.",
-      "superTypes": [
-        "Referenceable"
-      ],
-      "typeVersion": "1.0",
-      "attributeDefs": [
-        {
-          "name": "owner",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "description",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "creationTime",
-          "description":"The date and time that the ToDo was created",
-          "typeName": "date",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "completionTime",
-          "description":"The date and time that the ToDo was completed.",
-          "typeName": "date",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "toDoStatus",
-          "description": "The status indicates how far the ToDo is through to 
resolution.",
-          "typeName": "ToDoStatus",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    },
-    {
-      "name": "Meeting",
-      "description": "A meeting is a gathering (physically and/or virtually) 
of two or more participants that has been convened over a period of time, to 
achieve an objective through communication exchanges.",
-      "superTypes": [
-        "Referenceable"
-      ],
-      "typeVersion": "1.0",
-      "attributeDefs": [
-        {
-          "name": "title",
-          "description" : "Meeting title. A meaningful name for the meeting.",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "description",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "startTime",
-          "description":"The date and time that the Meeting started",
-          "typeName": "date",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "endTime",
-          "description":"The date and time that the Meeting ended.",
-          "typeName": "date",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "objective",
-          "description":"The intended outcome of the meeting.",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "minutes",
-          "description":"The minutes of the meeting.",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    }
-  ],
-  "relationshipDefs": [
-    {
-      "name": "ProjectMeeting",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "relatedProjects",
-        "type": "Meeting",
-        "cardinality": "SET"
-      },
-      "endDef2": {
-        "name": "projectMeetings",
-        "type": "Project",
-        "cardinality": "SET"
-      },
-      "propagateTags": "NONE"
-    },
-    {
-      "name": "MeetingOnReferencable",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "meetings",
-        "type": "Referenceable",
-        "cardinality": "SET"
-      },
-      "endDef2": {
-        "name": "relatedReferenceables",
-        "type": "Meeting",
-        "cardinality": "SET"
-      },
-      "propagateTags": "NONE",
-      "attributeDefs": []
-    },
-    {
-      "name": "ToDoOnReferencable",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "todos",
-        "type": "Referenceable",
-        "cardinality": "SET"
-      },
-      "endDef2": {
-        "name": "relatedReferenceables",
-        "type": "ToDo",
-        "cardinality": "SET"
-      },
-      "propagateTags": "NONE",
-      "attributeDefs": []
-    }
-  ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/atlas/blob/6812a7d5/addons/models/0100-Area1-Collaboration/0140-Communities.json
----------------------------------------------------------------------
diff --git a/addons/models/0100-Area1-Collaboration/0140-Communities.json 
b/addons/models/0100-Area1-Collaboration/0140-Communities.json
deleted file mode 100644
index 9b01feb..0000000
--- a/addons/models/0100-Area1-Collaboration/0140-Communities.json
+++ /dev/null
@@ -1,110 +0,0 @@
-{
-  "enumDefs": [
-    {
-      "name": "CommunityMembershipType",
-      "description": "The type of community membership.",
-      "typeVersion": "1.0",
-      "elementDefs": [
-        {
-          "ordinal": 0,
-          "value": "MEMBER",
-          "description": "Member of the community."
-        },
-        {
-          "ordinal": 1,
-          "value": "ADMINISTRATOR",
-          "description": "Administrator of the community."
-        },
-        {
-          "ordinal": 2,
-          "value": "LEADER",
-          "description": "Leader of the community."
-        }
-
-      ]
-    }
-  ],
-  "structDefs": [],
-  "classificationDefs": [],
-  "entityDefs": [
-    {
-      "name": "Community",
-      "description": "Communities are groups of people related by a common 
interest or skill. People tend to stay in communities for the long term. 
Conversely people are are associated with projects just for the lifetime of the 
project and then they move on to another.",
-      "superTypes": [
-        "Referenceable"
-      ],
-      "typeVersion": "1.0",
-      "attributeDefs": [
-        {
-          "name": "name",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "description",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "mission",
-          "description": "The goal, task and/or duty of this community.",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    }
-  ],
-  "relationshipDefs": [
-    {
-      "name": "CommunityMembership",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "Community",
-        "type": "Person",
-        "cardinality": "SET"
-      },
-      "endDef2": {
-        "name": "members",
-        "type": "Community",
-        "cardinality": "SET"
-      },
-      "propagateTags": "NONE",
-      "attributeDefs": [
-        {
-          "name": "communityMembershipType",
-          "typeName": "CommunityMembershipType",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    },
-    {
-      "name": "CommunityResources",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "communityResources",
-        "type": "Community",
-        "cardinality": "SET",
-        "isContainer": true
-      },
-      "endDef2": {
-        "name": "projectFocus",
-        "type": "Collection",
-        "cardinality": "SET"
-      },
-      "relationshipCategory": "AGGREGATION",
-      "propagateTags": "NONE"
-    }
-  ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/atlas/blob/6812a7d5/addons/models/0100-Area1-Collaboration/0150-Feedback.json
----------------------------------------------------------------------
diff --git a/addons/models/0100-Area1-Collaboration/0150-Feedback.json 
b/addons/models/0100-Area1-Collaboration/0150-Feedback.json
deleted file mode 100644
index 0346fa5..0000000
--- a/addons/models/0100-Area1-Collaboration/0150-Feedback.json
+++ /dev/null
@@ -1,286 +0,0 @@
-{
-  "enumDefs": [
-    {
-      "name": "CommentType",
-      "description":"Types of comments.",
-      "typeVersion": "1.0",
-      "elementDefs": [
-        {
-          "ordinal": 0,
-          "value": "GENERAL_COMMENT"
-        },
-        {
-          "ordinal": 1,
-          "value": "QUESTION"
-        },
-        {
-          "ordinal": 2,
-          "value": "ANSWER"
-        },
-        {
-          "ordinal": 3,
-          "value": "SUGGESTION"
-        },
-        {
-          "ordinal": 4,
-          "value": "EXPERIENCE"
-        }
-      ]
-    },
-    {
-      "name": "StarRating",
-      "description":"Start rating values.",
-      "typeVersion": "1.0",
-      "elementDefs": [
-        {
-          "ordinal": 0,
-          "value": "NOT_RECOMMENDED"
-        },
-        {
-          "ordinal": 1,
-          "value": "ONE_STAR"
-        },
-        {
-          "ordinal": 2,
-          "value": "TWO_STAR"
-        },
-        {
-          "ordinal": 3,
-          "value": "THREE_STAR"
-        },
-        {
-          "ordinal": 4,
-          "value": "FOUR_STAR"
-        },
-        {
-          "ordinal": 5,
-          "value": "FIVE_STAR"
-        }
-      ]
-    }
-  ],
-  "structDefs": [],
-  "classificationDefs": [],
-  "entityDefs": [
-    {
-      "name": "Comment",
-      "description": "An important principle of good metadata it to be 
continually capturing the experience of subject matter experts. Comments are a 
key mechanism for providing text feedback on the metadata definitions by any 
user. ",
-      "superTypes": [
-        "Referenceable"
-      ],
-      "typeVersion": "1.0",
-      "attributeDefs": [
-        {
-          "name": "comment",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "user",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "commentType",
-          "typeName": "CommentType",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    },
-    {
-      "name": "Rating",
-      "description": "An important principle of good metadata it to be 
continually capturing the experience of subject matter experts. Ratings are a 
key mechanism for providing simple feedback on the metadata definitions by any 
user.",
-      "superTypes": [
-        "Referenceable"
-      ],
-      "typeVersion": "1.0",
-      "attributeDefs": [
-        {
-          "name": "stars",
-          "typeName": "StarRating",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "user",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "review",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    },
-    {
-      "name": "Like",
-      "description": "Expression of Like by a user.",
-      "superTypes": [
-        "Referenceable"
-      ],
-      "typeVersion": "1.0",
-      "attributeDefs": [
-        {
-          "name": "user",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    },
-    {
-      "name": "InformalTag",
-      "description": "A user attaches an informal tag to an entity to make the 
entity more meaningful for the user, by associating it with a meaningful/useful 
tag Name."  ,
-      "superTypes": [
-        "Referenceable"
-      ],
-      "typeVersion": "1.0",
-      "attributeDefs": [
-        {
-          "name": "user",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "tagName",
-          "description":"A name that is meaningful to the user.",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "tagDescription",
-          "description":"The description of the informal tag gives more 
information about how it is useful.",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    },
-    {
-      "name": "PrivateTag",
-      "description": "A Private tag is an informal tag that can only be seen 
by it's author.",
-      "superTypes": [
-        "InformalTag"
-      ],
-      "typeVersion": "1.0",
-      "attributeDefs": []
-    }
-  ],
-  "relationshipDefs": [
-    {
-      "name": "AttachedLike",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "likes",
-        "type": "Referenceable",
-        "cardinality": "SET",
-        "isContainer": true
-      },
-      "endDef2": {
-        "name": "likedObject",
-        "type": "Like",
-        "cardinality": "SINGLE"
-      },
-      "propagateTags": "NONE",
-      "relationshipCategory": "AGGREGATION"
-    },
-    {
-      "name": "AttachedTag",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "tags",
-        "type": "Referenceable",
-        "cardinality": "SET",
-        "isContainer": true
-      },
-      "endDef2": {
-        "name": "taggedObject",
-        "type": "InformalTag",
-        "cardinality": "SINGLE"
-      },
-      "relationshipCategory": "AGGREGATION",
-      "propagateTags": "NONE"
-    },
-    {
-      "name": "AttachedRating",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "starRatings",
-        "type": "Referenceable",
-        "cardinality": "SET",
-        "isContainer": true
-      },
-      "endDef2": {
-        "name": "RatedObject",
-        "type": "Rating",
-        "cardinality": "SINGLE"
-      },
-      "relationshipCategory": "AGGREGATION",
-      "propagateTags": "NONE"
-    },
-    {
-      "name": "AttachedFeedback",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "comments",
-        "type": "Referenceable",
-        "cardinality": "SET",
-        "isContainer": true
-      },
-      "endDef2": {
-        "name": "commentsOn",
-        "type": "Comment",
-        "cardinality": "SINGLE"
-      },
-      "relationshipCategory": "AGGREGATION",
-      "propagateTags": "NONE",
-      "attributeDefs": []
-    },
-    {
-      "name": "CommentReply",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "commentReplies",
-        "type": "Comment",
-        "cardinality": "SET",
-        "isContainer": true
-      },
-      "endDef2": {
-        "name": "repliesOn",
-        "type": "Comment",
-        "cardinality": "SINGLE"
-      },
-      "relationshipCategory": "AGGREGATION",
-      "propagateTags": "NONE",
-      "attributeDefs": []
-    }
-  ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/atlas/blob/6812a7d5/addons/models/0100-Area1-Collaboration/0160-Notes.json
----------------------------------------------------------------------
diff --git a/addons/models/0100-Area1-Collaboration/0160-Notes.json 
b/addons/models/0100-Area1-Collaboration/0160-Notes.json
deleted file mode 100644
index 8b6cd4a..0000000
--- a/addons/models/0100-Area1-Collaboration/0160-Notes.json
+++ /dev/null
@@ -1,101 +0,0 @@
-{
-  "enumDefs": [],
-  "structDefs": [],
-  "classificationDefs": [],
-  "entityDefs": [
-    {
-      "name": "NoteLog",
-      "description": "Engines that are performing processing on the resources 
may also write notes to the note log. The note log can be attached to any 
referenceable metadata object.",
-      "superTypes": [
-        "Referenceable"
-      ],
-      "typeVersion": "1.0",
-      "attributeDefs": [
-        {
-          "name": "name",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "description",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    },
-    {
-      "name": "NoteEntry",
-      "description": "Notes provide additional information about a 
referenceable object. They are used by resource owners and stewards to document 
the current status of their resources. A referenceable object can have many 
notes linked off of it.  Notes are used by the people with edit access to the 
referenceable object to provide information about its content, proposed changes 
and other useful information. Notes are also used by engines that are working 
on the related assets to add an informal audit trail of activity around the 
object.",
-      "superTypes": [
-        "Referenceable"
-      ],
-      "typeVersion": "1.0",
-      "attributeDefs": [
-        {
-          "name": "text",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "user",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "lastUpdate",
-          "typeName": "date",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    }
-  ],
-  "relationshipDefs": [
-    {
-      "name": "AttachedNoteLogEntry",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "describes",
-        "type": "NoteLog",
-        "cardinality": "SET"
-      },
-      "endDef2": {
-        "name": "notes",
-        "type": "Referenceable",
-        "cardinality": "SET"
-      },
-      "propagateTags": "NONE"
-    },
-    {
-      "name": "AttachedNoteLog",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "entries",
-        "type": "NoteLog",
-        "cardinality": "SET",
-        "isContainer": true
-      },
-      "endDef2": {
-        "name": "logs",
-        "type": "NoteEntry",
-        "cardinality": "SINGLE"
-      },
-      "propagateTags": "NONE",
-      "relationshipCategory": "AGGREGATION"
-    }
-  ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/atlas/blob/6812a7d5/addons/models/0300-Area3-SubjectArea/0310-Glossary.json
----------------------------------------------------------------------
diff --git a/addons/models/0300-Area3-SubjectArea/0310-Glossary.json 
b/addons/models/0300-Area3-SubjectArea/0310-Glossary.json
deleted file mode 100644
index cac2ce2..0000000
--- a/addons/models/0300-Area3-SubjectArea/0310-Glossary.json
+++ /dev/null
@@ -1,129 +0,0 @@
-{
-  "enumDefs": [],
-  "structDefs": [],
-  "classificationDefs": [
-    {
-      "name": "IsCanonicalVocabulary",
-      "superTypes": [],
-      "description": "Canonical Vocabulary provides the standard vocabulary 
definitions for an organization. Typically terms from other glossaries are 
linked to terms from the canonical glossary.",
-      "typeVersion": "1.0",
-      "entityTypes": [
-        "Glossary"
-      ],
-      "attributeDefs": [
-        {
-          "name": "scope",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    },
-    {
-      "name": "IsTaxonomy",
-      "superTypes": [],
-      "description": "A Taxonomy is a glossary that has a formal structure. 
Typically the terms have been organized into a category hierarchy that reflects 
their meaning or use. There may also be term relationships that also form part 
of the hierarchy. Taxonomies are often used to organize documents and other 
media in content repositories.",
-      "typeVersion": "1.0",
-      "entityTypes": [
-        "Glossary"
-      ],
-      "attributeDefs": [
-        {
-          "name": "organizingPrinciple",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    }
-  ],
-  "entityDefs": [
-    {
-      "name": "Glossary",
-      "superTypes": [
-        "Referenceable"
-      ],
-      "description": "The anchor for each glossary is the Glossary object, 
which contains a collection of terminology. A metadata repository may contain 
many glossaries, particularly when it is part of a bigger enterprise cluster of 
repositories. Each glossary may come from a specific team or external 
organization; or it may be focused on a particular topic or set of use cases. 
The classifications associated with the glossary object are used to document 
the type of vocabulary it contains and its purpose. These classifications are 
independent of one another so a Glossary object may have none, one or all of 
these classifications attached.",
-      "typeVersion": "1.0",
-      "attributeDefs": [
-        {
-          "name": "displayName",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        },
-        {
-          "name": "shortDescription",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true
-        },
-        {
-          "name": "longDescription",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true
-        },
-        {
-          "name": "language",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true
-        },
-        {
-          "name": "usage",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true
-        }
-      ]
-    },
-    {
-      "name": "ExternalGlossaryLink",
-      "superTypes": [
-        "ExternalReference"
-      ],
-      "description": "The content from this glossary comes from an external 
source. It may be, for example an industry-specific glossary, or from a 
standards body, or from an open data site, or from a commercial organization.",
-      "typeVersion": "1.0",
-      "attributeDefs": [
-        {
-          "name": "organization",
-          "typeName": "string",
-          "cardinality": "SINGLE",
-          "isIndexable": true,
-          "isOptional": true,
-          "isUnique": false
-        }
-      ]
-    }
-  ],
-  "relationshipDefs": [
-    {
-      "name": "ExternallySourcedGlossary",
-      "typeVersion": "1.0",
-      "endDef1": {
-        "name": "externalGlossaries",
-        "type": "Glossary",
-        "cardinality": "SET"
-      },
-      "endDef2": {
-        "name": "localGlossaries",
-        "type": "ExternalGlossaryLink",
-        "cardinality": "SET"
-      },
-      "relationshipCategory": "ASSOCIATION",
-      "propagateTags": "NONE",
-      "attributeDefs": []
-    }
-  ]
-}

Reply via email to