@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix voag: <http://voag.linkedmodel.org/voag/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<http://www.linkedmodel.org/schema/vaem> a owl:Ontology .

vaem:GraphMetaData a owl:Class ;
	rdfs:subClassOf _:node18v2en4asx30 .

_:node18v2en4asx30 a owl:Restriction ;
	owl:onProperty vaem:revision .

vaem:revision a owl:DatatypeProperty .

_:node18v2en4asx30 owl:maxCardinality "1"^^xsd:nonNegativeInteger .

vaem:GraphMetaData rdfs:subClassOf _:node18v2en4asx31 .

_:node18v2en4asx31 a owl:Restriction ;
	owl:onProperty vaem:name .

vaem:name a owl:DatatypeProperty .

_:node18v2en4asx31 owl:cardinality "1"^^xsd:nonNegativeInteger .

vaem:GraphMetaData rdfs:subClassOf _:node18v2en4asx32 .

_:node18v2en4asx32 a owl:Restriction ;
	owl:onProperty vaem:hasViewpoint .

vaem:hasViewpoint a owl:ObjectProperty .

_:node18v2en4asx32 owl:allValuesFrom vaem:Viewpoint .

vaem:Viewpoint a owl:Class .

vaem:GraphMetaData rdfs:subClassOf _:node18v2en4asx33 .

_:node18v2en4asx33 a owl:Restriction ;
	owl:onProperty vaem:hasSteward .

vaem:hasSteward a owl:ObjectProperty .

_:node18v2en4asx33 owl:allValuesFrom vaem:Party .

vaem:Party a owl:Class .

vaem:GraphMetaData dct:description "\"vaem:GraphMetaData\" defines basic metadata for the registration and publishing of a graph.  For specificaiton of governance the vocabulary \"VOAG\" may be used."^^xsd:string ;
	rdfs:subClassOf _:node18v2en4asx34 .

_:node18v2en4asx34 a owl:Restriction ;
	owl:onProperty vaem:turtleFileURL .

vaem:turtleFileURL a owl:DatatypeProperty .

_:node18v2en4asx34 owl:maxCardinality "1"^^xsd:nonNegativeInteger .

vaem:GraphMetaData rdfs:subClassOf _:node18v2en4asx35 .

_:node18v2en4asx35 a owl:Restriction ;
	owl:onProperty vaem:hasAspect .

vaem:hasAspect a owl:ObjectProperty .

_:node18v2en4asx35 owl:allValuesFrom vaem:Aspect .

vaem:Aspect a owl:Class .

vaem:GraphMetaData rdfs:subClassOf _:node18v2en4asx36 .

_:node18v2en4asx36 a owl:Restriction ;
	owl:onProperty vaem:namespacePrefix .

vaem:namespacePrefix a owl:DatatypeProperty .

_:node18v2en4asx36 owl:maxCardinality "1"^^xsd:nonNegativeInteger .

vaem:GraphMetaData rdfs:subClassOf _:node18v2en4asx37 .

_:node18v2en4asx37 a owl:Restriction ;
	owl:onProperty vaem:owner .

vaem:owner a owl:DatatypeProperty .

_:node18v2en4asx37 owl:maxCardinality "1"^^xsd:nonNegativeInteger .

vaem:GraphMetaData rdfs:subClassOf _:node18v2en4asx38 .

_:node18v2en4asx38 a owl:Restriction ;
	owl:onProperty vaem:hasMetadata .

vaem:hasMetadata a owl:ObjectProperty .

_:node18v2en4asx38 owl:maxCardinality "1"^^xsd:nonNegativeInteger .

vaem:GraphMetaData rdfs:subClassOf _:node18v2en4asx39 .

_:node18v2en4asx39 a owl:Restriction ;
	owl:onProperty vaem:description .

vaem:description a owl:DatatypeProperty .

_:node18v2en4asx39 owl:allValuesFrom xsd:string .

vaem:GraphMetaData rdfs:subClassOf owl:Thing ;
	rdfs:seeAlso <http://voag.linkedmodel.org/vocab/voag> ;
	rdfs:subClassOf _:node18v2en4asx40 .

_:node18v2en4asx40 a owl:Restriction ;
	owl:onProperty vaem:previousPublishedVersion .

vaem:previousPublishedVersion a owl:DatatypeProperty .

_:node18v2en4asx40 owl:maxCardinality "1"^^xsd:nonNegativeInteger .

vaem:GraphMetaData rdfs:subClassOf _:node18v2en4asx41 .

_:node18v2en4asx41 a owl:Restriction ;
	owl:onProperty vaem:hasDiscipline .

vaem:hasDiscipline a owl:ObjectProperty .

_:node18v2en4asx41 owl:allValuesFrom vaem:Discipline .

vaem:Discipline a owl:Class .

vaem:GraphMetaData rdfs:subClassOf _:node18v2en4asx42 .

_:node18v2en4asx42 a owl:Restriction ;
	owl:onProperty vaem:hasIdentifier .

vaem:hasIdentifier a owl:ObjectProperty .

_:node18v2en4asx42 owl:maxCardinality "1"^^xsd:nonNegativeInteger .

vaem:GraphMetaData rdfs:subClassOf _:node18v2en4asx43 .

_:node18v2en4asx43 a owl:Restriction ;
	owl:onProperty vaem:specificity .

vaem:specificity a owl:DatatypeProperty .

_:node18v2en4asx43 owl:maxCardinality "1"^^xsd:nonNegativeInteger .

vaem:GraphMetaData rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> .

<http://www.linkedmodel.org/2.0/schema/vaem> owl:versionIRI <http://www.linkedmodel.org/2.0/schema/vaem> ;
	vaem:hasGraphMetadata vaem:GMD_VAEM .

vaem:GMD_VAEM a vaem:GraphMetaData ;
	vaem:name "VAEM"^^xsd:string ;
	vaem:usesNonImportedResource dct:modified .

dct:modified a owl:AnnotationProperty ;
	rdfs:range xsd:date ;
	rdfs:label "modified"^^xsd:string ;
	rdfs:isDefinedBy <http://purl.org/dc/terms/> .

vaem:GMD_VAEM vaem:owner "TopQuadrant, Inc."^^xsd:string ;
	rdfs:label "VAEM Schema Version 2.0 Metadata"^^xsd:string ;
	vaem:usesNonImportedResource dct:abstract .

dct:abstract a owl:AnnotationProperty ;
	rdfs:range xsd:string ;
	rdfs:label "abstract"^^xsd:string ;
	rdfs:isDefinedBy <http://purl.org/dc/terms/> .

vaem:GMD_VAEM dct:created "2011-04-20"^^xsd:date ;
	vaem:description "VAEM stands for \"Vocabulary for Attaching Essential Metadata\". What VAEM regards as essential metadata is data about dates and times, confidentiality, and other characterisitic qualifiers of the ontology, but also references to where a ontology is documented and where to find ontology registration for governance, attribution and provenance. VAEM makes use of some properties from the DC terms vocabulary using the namespace prefix \"dct\". VAEM is OWL-DL compliant."^^xsd:string ;
	vaem:usesNonImportedResource dct:created .

dct:created a owl:AnnotationProperty ;
	rdfs:range xsd:date ;
	rdfs:label "created"^^xsd:string ;
	rdfs:isDefinedBy <http://purl.org/dc/terms/> .

vaem:GMD_VAEM vaem:latestPublishedVersion "http://www.linkedmodel.org/doc/2014/SCHEMA_vaem-v2.0"^^xsd:anyURI ;
	vaem:hasGraphRole vaem:SchemaGraph .

vaem:SchemaGraph a vaem:GraphRole ;
	rdfs:label "Schema graph"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	vaem:filePrefix "SCHEMA"^^xsd:string .

vaem:GMD_VAEM vaem:hasSteward vaem:TopQuadrant .

vaem:TopQuadrant a vaem:Party ;
	rdfs:label "TopQuadrant"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	vaem:url "http:/www.topquadrant.com"^^xsd:anyURI ;
	vaem:name "TopQuadrant, Inc."^^xsd:string .

vaem:GMD_VAEM vaem:usesNonImportedResource voag:CC-SHAREALIKE_3PT0-US ;
	vaem:intent "The purpose of VAEM is to provide, by import, a foundation for commonly needed resources for metadata on an ontology."^^xsd:string ;
	vaem:logo "http://linkedmodel.org/lib/lm/images/logos/TopBraid-RDM-Graph-Logo.png"^^xsd:anyURI ;
	vaem:hasOwner vaem:TopQuadrant ;
	vaem:withAttributionTo "VAEM is issued under a Creative Commons Attribution Share Alike 3.0 United States License. Attribution should be made to TopQuadrant, Inc."^^xsd:string ;
	vaem:turtleFileURL "http://www.linkedmodel.org/2.0/schema/SCHEMA_vaem-v2.0.ttl"^^xsd:anyURI ;
	vaem:revision "2.0"^^xsd:string ;
	vaem:usesNonImportedResource dct:title .

dct:title a owl:AnnotationProperty ;
	rdfs:range xsd:string ;
	rdfs:label "title"^^xsd:string ;
	rdfs:isDefinedBy <http://purl.org/dc/terms/> .

vaem:GMD_VAEM rdfs:isDefinedBy <http://www.linkedmodel.org/2.0/schema/vaem> , <http://www.linkedmodel.org/schema/vaem> ;
	vaem:previousPublishedVersion "http://linkedmodel.org/doc/vaem/1.2/"^^xsd:anyURI ;
	vaem:namespacePrefix "vaem"^^xsd:string ;
	vaem:usesNonImportedResource dct:author .

dct:author a owl:AnnotationProperty ;
	rdfs:range xsd:string ;
	rdfs:label "author"^^xsd:string ;
	rdfs:isDefinedBy <http://purl.org/dc/terms/> .

vaem:GMD_VAEM dct:title "VAEM Version 2.0 Metadata"^^xsd:string ;
	dct:modified "2014-07-26"^^xsd:date ;
	vaem:rdfxmlFileURL "http://www.linkedmodel.org/2.0/schema/SCHEMA_vaem-v2.0.rdf"^^xsd:anyURI ;
	dct:abstract "VAEM stands for \"Vocabulary for Attaching Essential Metadata\". What VAEM regards as essential metadata is data about dates and times, confidentiality, and other characterisitic qualifiers of the ontology, but also references to where a ontology is documented and where to find ontology registration for governance, attribution and provenance. VAEM makes use of some properties from the DC terms vocabulary using the namespace prefix \"dct\". VAEM is OWL-DL compliant."^^xsd:string ;
	vaem:namespace "http://www.linkedmodel.org/schema/vaem#"^^xsd:anyURI ;
	vaem:title "Vocabulary for Attaching Essential Metadata (VAEM) - Version 2.0"^^xsd:string .

vaem:GraphMetaData rdfs:subClassOf _:node18v2en4asx44 .

_:node18v2en4asx44 a owl:Restriction ;
	owl:onProperty vaem:hasGraphRole .

vaem:hasGraphRole a owl:ObjectProperty .

_:node18v2en4asx44 owl:allValuesFrom vaem:GraphRole .

vaem:GraphRole a owl:Class .

vaem:GraphMetaData rdfs:subClassOf _:node18v2en4asx45 .

_:node18v2en4asx45 a owl:Restriction ;
	owl:onProperty vaem:hasOwner .

vaem:hasOwner a owl:ObjectProperty .

_:node18v2en4asx45 owl:allValuesFrom vaem:Party .

vaem:GraphMetaData rdfs:subClassOf _:node18v2en4asx46 .

_:node18v2en4asx46 a owl:Restriction ;
	owl:onProperty vaem:hasDomain .

vaem:hasDomain a owl:ObjectProperty .

_:node18v2en4asx46 owl:allValuesFrom vaem:Domain .

vaem:Domain a owl:Class .

vaem:GraphMetaData rdfs:subClassOf _:node18v2en4asx47 .

_:node18v2en4asx47 a owl:Restriction ;
	owl:onProperty vaem:namespace .

vaem:namespace a owl:DatatypeProperty .

_:node18v2en4asx47 owl:maxCardinality "1"^^xsd:nonNegativeInteger .

vaem:GraphMetaData rdfs:label "Graph Metadata"^^xsd:string ;
	rdfs:subClassOf _:node18v2en4asx48 .

_:node18v2en4asx48 a owl:Restriction ;
	owl:onProperty vaem:rdfxmlFileURL .

vaem:rdfxmlFileURL a owl:DatatypeProperty .

_:node18v2en4asx48 owl:maxCardinality "1"^^xsd:nonNegativeInteger .

vaem:GraphMetaData rdfs:subClassOf _:node18v2en4asx49 .

_:node18v2en4asx49 a owl:Restriction ;
	owl:onProperty vaem:hasLicenseType .

vaem:hasLicenseType a owl:ObjectProperty .

_:node18v2en4asx49 owl:maxCardinality "1"^^xsd:nonNegativeInteger .

vaem:GraphMetaData rdfs:subClassOf _:node18v2en4asx50 .

_:node18v2en4asx50 a owl:Restriction ;
	owl:onProperty vaem:hasMetadata ;
	owl:allValuesFrom vaem:GraphMetaData .

vaem:GraphMetaData rdfs:subClassOf _:node18v2en4asx51 .

_:node18v2en4asx51 a owl:Restriction ;
	owl:onProperty vaem:hasSteward ;
	owl:maxCardinality "1"^^xsd:nonNegativeInteger .

vaem:GraphMetaData rdfs:subClassOf _:node18v2en4asx52 .

_:node18v2en4asx52 a owl:Restriction ;
	owl:onProperty vaem:latestPublishedVersion .

vaem:latestPublishedVersion a owl:DatatypeProperty .

_:node18v2en4asx52 owl:maxCardinality "1"^^xsd:nonNegativeInteger .

vaem:GraphMetaData rdfs:subClassOf _:node18v2en4asx53 .

_:node18v2en4asx53 a owl:Restriction ;
	owl:onProperty vaem:intent .

vaem:intent a owl:DatatypeProperty .

_:node18v2en4asx53 owl:maxCardinality "1"^^xsd:nonNegativeInteger .

vaem:Domain rdfs:subClassOf vaem:Dimension .

vaem:Dimension a owl:Class .

vaem:Domain rdfs:label "Domain Dimension"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "A domain is a subject area of interest. Examples of domains are \"enterprise\", \"process\", \"organization\" and \"system\". In VAEM, \"Domain\" is used as a dimension for characterizing an ontology graph"^^xsd:string .

vaem:Discipline rdfs:subClassOf vaem:Dimension ;
	rdfs:label "Discipline Dimension"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "A discipline is a specific area of work or study. Examples of disciplines in the engineering domain are electrical engineering, mechanical engineering and, in the financial domain, risk assessment, investment analysis.  In VAEM, discipline is used as a dimension for characterizing an ontology graph"^^xsd:string .

vaem:Dimension rdfs:subClassOf owl:Thing ;
	rdfs:label "Domain"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "A dimension identifies a separation of concens that serves as a way to categorize an ontology graph. In VAEM,  the notion of \"Dimension\" is partitioned into \"Aspect\", \"Discipline\", \"Domain\" and \"Viewpoint\"."^^xsd:string .

vaem:Party rdfs:subClassOf _:node18v2en4asx54 .

_:node18v2en4asx54 a owl:Restriction ;
	owl:onProperty vaem:url .

vaem:url a owl:DatatypeProperty .

_:node18v2en4asx54 owl:maxCardinality "1"^^xsd:nonNegativeInteger .

vaem:Party rdfs:subClassOf _:node18v2en4asx55 .

_:node18v2en4asx55 a owl:Restriction ;
	owl:onProperty vaem:id .

vaem:id a owl:DatatypeProperty .

_:node18v2en4asx55 owl:maxCardinality "1"^^xsd:nonNegativeInteger .

vaem:Party rdfs:subClassOf _:node18v2en4asx56 .

_:node18v2en4asx56 a owl:Restriction ;
	owl:onProperty vaem:name ;
	owl:cardinality "1"^^xsd:nonNegativeInteger .

vaem:Party rdfs:subClassOf owl:Thing ;
	rdfs:label "Party"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "A \"Party\" is a generalization for an actor that may be realized as a person, organizaiton or named role."^^xsd:string .

vaem:Viewpoint rdfs:subClassOf vaem:Dimension ;
	rdfs:label "ViewpointDimension"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "Viewpoint is used to denote how a set of resources, or an individual resource, is relevant to a context of use. The term \"viewpoint\" is adopted from the ISO RM-ODP specifications and its more recent use in enterprise architecture descriptions. The RM-ODP introducesd the concept of viewpoint to describe a system from a particular set of concerns. RM-ODP defines five viewpoints. Together they provide a complete description of a system: enterprise viewpoint, information viewpoint, computational viewpoint, engineering viewpoint, and technology viewpoint.  In VAEM, \"Viewpoint\" is used as a dimension for characterizing an ontology graph.  The viewpoints of an ontology may not always correpsond directly to those of a system but the idea of describing a subject area of interest from distinct viewpoints is still relevant. A viewpoint can be further distinguished by \"aspects\". For example the \"information viewpoint\" of an application can be partitioned into separate graphs for the \"security\", \"operational\" and\"data retention\" aspects."^^xsd:string .

vaem:GraphRole rdfs:subClassOf _:node18v2en4asx57 .

_:node18v2en4asx57 a owl:Restriction ;
	owl:onProperty vaem:filePrefix .

vaem:filePrefix a owl:DatatypeProperty .

_:node18v2en4asx57 owl:maxCardinality "1"^^xsd:nonNegativeInteger .

vaem:GraphRole rdfs:subClassOf _:node18v2en4asx58 .

_:node18v2en4asx58 a owl:Restriction ;
	owl:onProperty vaem:description ;
	owl:maxCardinality "1"^^xsd:nonNegativeInteger .

vaem:GraphRole rdfs:subClassOf owl:Thing ;
	rdfs:label "Graph role"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "GraphRole is used to characterize how a graph of resources participates in an ontology set.  For example, a graph can be a schema, vocabulary, dataset, script, or ruleset"^^xsd:string .

vaem:Aspect rdfs:subClassOf vaem:Dimension ;
	rdfs:label "Aspect Dimension"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "Aspect is used to distinguish among sets of features of a domain or subject area. The term is borrowed from \"aspect-oriented\" programming, where it is used to separate concerns. An ontology may be characterized by this dimension so as to parition features that are orthogonal. For example,  in a systems ontology there may be aspects for \"structure\", \"function\", \"behavior\" and \"interface\" or \"interoperability\". A viewpoint can be distinguished by \"aspects\". For example the \"information viewpoint\" of an application can be partitioned into separate graphs for the \"security\", \"operational\" and\"data retention\" aspects."^^xsd:string .

vaem:hasSteward rdfs:label "has steward"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "A property that is used to refer to a \"Steward\", that is, the party or role that is responsible for maintaining an asset, in the case of VAEM, an ontology graph."^^xsd:string .

vaem:hasIdentifier rdfs:label "has identifier"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "The property \"vaemhasIdentifier\" is intended for general use as a means to specifiy a unique reference to something. This is an object property that is a sub-property of \"vame:id\""^^xsd:string .

vaem:reifiableBy a owl:ObjectProperty ;
	rdfs:label "reifiable by"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "To express how statements in a model can be reifiable, this property is used to explicitly associate a property with a user-defined sub-class of \"rdf:Statement\". A recommended way of using this is to declare the properties that share the same reification constructs as sub-properties of a parent property that carries the \"vaem:reifiableBy\" property. The parent property should be of type \"rdf:Property\" so that it can have both datatype and object properties as sub-properties. By this means use and transformations of a model can be understood through a fully specified metamodel. \"vaem:reifiableBy\" is rangeless in order to comply with OWL DL semantics. Its range would have been rdfs:Class in order to refer to \"rdf:Statement\" sub-classes"^^xsd:string .

vaem:hasGraphRole rdfs:range vaem:GraphRole ;
	rdfs:label "has graph role"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "The property \"lms:hasGraphRole\" is used to characterize how a resource participates in an ontology set.  The property is used to specify the role that a graph plays, for example, an ontology graph can be a schema, vocabulary, dataset, script, or ruleset"^^xsd:string .

vaem:hasDomain rdfs:subPropertyOf vaem:hasDimension .

vaem:hasDimension a owl:ObjectProperty .

vaem:hasDomain rdfs:label "has domain"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "The property \"vaem:hasDomain\" is used to specify how  a set of resources, or an individual resource is grounded in a domain, that is, a subject area of interest. Examples of domains are \"enterprise\", \"process\", \"organization\" and \"system\". In VAEM, the property is used as a dimension for characterizing an ontology graph. The property is an \"rdf:Property\" to allow both scalar and object values"^^xsd:string .

vaem:hasAspect rdfs:subPropertyOf vaem:hasDimension ;
	rdfs:label "has aspect"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "The property \"vaem:hasAspect\" is used to distinguish among sets of features of a domain or subject area. The term is borrowed from \"aspect-oriented\" programming, where it is used to separate concerns. An ontology may be characterized by this dimension so as to parition features that are orthogonal. For example,  in a systems ontology we can distinguish aspects for \"structure\", \"function\", \"behavior\" and \"interface\".  The property is an \"rdf:Property\" to allow both scalar and object values"^^xsd:string .

vaem:hasDimension rdfs:label "has dimension"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "The property \"vaem:hasDimension\" is used categorize an ontology.  In VAEM, the property is used to characterize an ontology graph."^^xsd:string .

vaem:hasOwner rdfs:label "has owner"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> .

vaem:hasDiscipline rdfs:subPropertyOf vaem:hasDimension ;
	rdfs:label "has discipline"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "The property \"vaem:hasDiscipline\" is used to indicate relevance of a set of resources, or a resource itself, to a specific discipline of work or study. Examples of disciplines in the engineering domain are electrical engineering, mechanical engineering and, in the financial domain, risk assessment, investment analysis.  In VAEM, the property is used as a dimension for characterizing an ontology graph.  The property is an \"rdf:Property\" to allow both scalar and object values"^^xsd:string .

vaem:hasViewpoint rdfs:subPropertyOf vaem:hasDimension ;
	rdfs:label "has viewpoint"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "The property \"vaem:hasViewpoint\" is used to denote how a set of resources, or an individual resource, is relevant to a context of use. The term \"viewpoint\" is adopted from the ISO RM-ODP specifications and its more recent use in enterprise architecture descriptions.  In VAEM, the property is used as a dimension for characterizing an ontology graph.  The property is an \"rdf:Property\" to allow both scalar and object values"^^xsd:string .

vaem:hasMetadata rdfs:label "has metadata"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "The property \"hasMetadata\" is used to reference a metadata information structure."^^xsd:string .

vaem:hasLicenseType rdfs:label "has license type"@en-us ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "The property \"vaem:hasLicenseType\" points to an entry in the VOAG ontology for licenses"^^xsd:string .

vaem:url rdfs:range xsd:anyURI ;
	rdfs:label "url"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "The property \"vaem:url\" is intended for general use as the name implies.  The range of the property is set as an XSD URI"^^xsd:string .

vaem:acronym a owl:DatatypeProperty ;
	rdfs:label "acronym"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "The property \"vaem:acronym\" provides a common way to define a commonly used abbreviation on a resource"^^xsd:string .

vaem:owner rdfs:range xsd:string ;
	rdfs:label "owner"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> .

vaem:namespace rdfs:range xsd:anyURI ;
	rdfs:label "namespace"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "The property \"vaem:namespace\" is the onotlogy URI with which a graph is primarily associated. The intent is to allow multiple graphs to define statements for resources in the same Ontology namespace. For example, a foundation level graph with the base URI of \"http://www.somesite.com/1.0/schema/OurOntology\"  may define general  concepts for \"OurOntology\". Another graph with the base URI \"http://www.somesite.com/1.0/schema/level2/OurOntology\"  may add more specific details to the same \"OurOntology\". Each of these two graphs would carry the same value for \"vaem:namespace\", that is, \"http://www.somesite.com/schema/OurOntology\".    In other words, an ontology URI is the URI associated with the resources of a controlled namespace. On the other hand the graph URIs (the base URIs) identify the graphs that hold resources that make up an ontology"^^xsd:string .

vaem:revision rdfs:range xsd:string ;
	rdfs:label "revision"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "The property \"vaem:revision\" is a property intended for general use as the name implies."^^xsd:string .

vaem:description rdfs:range xsd:string ;
	rdfs:label "description"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> .

vaem:title a owl:DatatypeProperty ;
	rdfs:range xsd:string ;
	rdfs:label "title"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> .

vaem:previousPublishedVersion rdfs:range xsd:anyURI ;
	rdfs:label "previous published version"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "The property \"vaem:previousPublishedVersion\"is a URL to documentation for the previous version of a graph."^^xsd:string .

vaem:turtleFileURL rdfs:range xsd:anyURI ;
	rdfs:label "turtle file URL"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "The property \"vaem:turtleFileURL\" is used to provide a link to the location of the ontology's turtle file"^^xsd:string .

vaem:abbreviation a owl:DatatypeProperty ;
	rdfs:label "abbreviation"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "The property \"vaem:abbreviation\" provides a common way to define a commonly used abbreviation on a resource"^^xsd:string .

vaem:releaseDate a owl:DatatypeProperty ;
	rdfs:subPropertyOf vaem:date .

vaem:date a owl:DatatypeProperty .

vaem:releaseDate rdfs:label "release date"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "The property \"vaem:releaseDate\" is intended for general use as the name implies.  The range of the property is set as \"vaem:dateUnion\" so as to allow a value to have a number of forms from a  year only to a full timestamp"^^xsd:string .

vaem:specificity rdfs:range xsd:nonNegativeInteger ;
	rdfs:label "specificity"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "The property \"vaem:specificity\" is intended to specify the level of detail of an ontology.  The values that can be set for this property are restriced to an integer from 1 to 5. An ontology at level 1 has concepts of more general applicability than one at level 5. By having graphs at different levels of specificity it is possible to support greater modularity for selective imports"^^xsd:string .

vaem:name rdfs:range xsd:string ;
	rdfs:label "name"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "The property \"vaem:name\" is intended for general use. In many cases \"rdfs:label\" could be used give names to resources. In the case where compliance with a specific naming rule is needed,  \"vaem:name\" allows  a resource to carry a name that is used in more specific contexts."^^xsd:string .

vaem:filePrefix rdfs:range xsd:string ;
	rdfs:label "file prefix"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "The property \"vaem:filePrefix\" is for specifying a preferred file prefix for a graph. For example a schema graph may be given the file prefix \"SCHEMA\" followed by an underscore \"_\"."^^xsd:string .

vaem:id rdfs:label "id"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "The property \"vaem:id\" is intended for general use as a means to specifiy an identifier. The type of this property is intentionally set to \"rdf:Property\" so that use of the property can allow both object and scaler values.  For this reason, the property is rangeless"^^xsd:string .

vaem:latestPublishedVersion rdfs:range xsd:anyURI ;
	rdfs:label "latest published version"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "The property \"vaem:latestPublishedVersion\"is a URL to documentation for the latest version of a graph."^^xsd:string .

vaem:rationale a owl:DatatypeProperty ;
	rdfs:range xsd:string ;
	rdfs:label "rationale"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "A description of a justification for some other assertion or value"^^xsd:string .

vaem:namespacePrefix rdfs:range xsd:string ;
	rdfs:label "namespace prefix"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "The property \"vaem:namespacePrefix\" specifes a short handle or label for the URI of an Ontology.  Multiple graphs can define statements for resources in the same Ontololgy namespace. For example, a foundation level graph with the base URI of \"http://www.somesite.com/1.0/schema/OurOntology\"  may define general  concepts for \"OurOntology\". Another graph with the base URI \"http://www.somesite.com/1.0/schema/level2/OurOntology\"  may add more specific details to the same \"OurOntology\". Each of these two graphs would carry the same value for \"vaem:namespacePrefix\", for this example, perhaps, \"ourOntology\""^^xsd:string .

vaem:intent rdfs:range xsd:string ;
	rdfs:label "intent"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "The property \"vaem:intent\" is used to outline  a statement of purpose. This typically expresses one or more desired outcomes"^^xsd:string .

vaem:rdfxmlFileURL rdfs:range xsd:anyURI ;
	rdfs:label "RDF/XML file URL"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "The property \"vaem:rdfxmlFileURL\" is used to provide a link to the location of the ontology's RDF/XML file"^^xsd:string .

vaem:date rdfs:label "date"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "The property \"vaem:date\" is intended for general use as the name implies.  The range of the property is set as \"vaem:dateUnion\" so as to allow a value to have a number of forms from a  year only to a full timestamp. The property is also the parent of all dates so that queries can be made for any date on an ontology"^^xsd:string .

vaem:logo a owl:AnnotationProperty ;
	rdfs:range xsd:anyURI ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "The property \"vaem:logo\" is a reference to an image that is used for publishing the ontology\""^^xsd:string .

vaem:LinkSetGraph a vaem:GraphRole ;
	rdfs:label "Link Set graph"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	vaem:filePrefix "LINKSET"^^xsd:string ;
	dct:description "A \"vaem:LinkSetGraph\" is a graph that holds statements that specify links between resources"^^xsd:string .

dct:rights a owl:AnnotationProperty ;
	rdfs:range xsd:string ;
	rdfs:label "rights"^^xsd:string ;
	rdfs:isDefinedBy <http://purl.org/dc/terms/> .

vaem:MappingGraph a vaem:GraphRole ;
	rdfs:label "Mapping graph"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	vaem:filePrefix "MAPPINGS"^^xsd:string ;
	dct:description "A graph that specifies a transformation of a graph into another graph or graphs. Invariably this is a SPINMap graph using SPARQL Rules (SPIN) to express the transforms."^^xsd:string .

vaem:ViewGraph a vaem:GraphRole ;
	rdfs:label "View graph"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	vaem:filePrefix "VIEWS"^^xsd:string .

dct:creator a owl:AnnotationProperty ;
	rdfs:range xsd:string ;
	rdfs:label "creator"^^xsd:string ;
	rdfs:isDefinedBy <http://purl.org/dc/terms/> .

vaem:ControllersGraph a vaem:GraphRole ;
	rdfs:label "Controllers graph"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	vaem:filePrefix "CONTROLLERS"^^xsd:string .

dct:description a owl:AnnotationProperty ;
	rdfs:range xsd:string ;
	rdfs:label "description"^^xsd:string ;
	rdfs:isDefinedBy <http://purl.org/dc/terms/> .

vaem:ownedBy dct:description "The property \"vaem:ownedBy\" is a general property that in some cases could have scalar values or may refer to some concept of \"Party\".  For this reason, the  type of this property is set as \"rdf:Property\" and the property is rangeless. There are two sub-properties of \"vaem:ownedBy\", namely \"vaem:owner\" for string values and \"vaem:owningParty\" for referencing a party.  Ownership applies to those ontologies that are proprietary"^^xsd:string .

vaem:TransformsGraph a vaem:GraphRole ;
	rdfs:label "Transforms graph"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	vaem:filePrefix "TRANSFORMS"^^xsd:string .

vaem:owningParty dct:description "The property \"vaem:owningParty\" is used to refer to some concept of \"Party\" and is a sub-property of \"vaem:ownedBy\""^^xsd:string .

dct:subject a owl:AnnotationProperty ;
	rdfs:range xsd:string ;
	rdfs:label "subject"^^xsd:string ;
	rdfs:isDefinedBy <http://purl.org/dc/terms/> .

vaem:DataGraph a vaem:GraphRole ;
	rdfs:label "Data graph"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	vaem:filePrefix "DATA"^^xsd:string .

vaem:lastUpdated dct:description "The property \"vaem:lastUpdated\" is intended for general use as the name implies.  The range of the property is set as \"vaem:dateUnion\" so as to allow a value to have a number of forms from a  year only to a full timestamp"^^xsd:string .

vaem:FunctionsGraph a vaem:GraphRole ;
	rdfs:label "Functions graph"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	vaem:filePrefix "FUNCTIONS"^^xsd:string .

vaem:RulesGraph a vaem:GraphRole ;
	rdfs:label "Rules Graph"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	vaem:filePrefix "RULES"^^xsd:string .

vaem:withAttributionTo a owl:AnnotationProperty ;
	rdfs:label "with attribution to"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "The property \"vaem:withAttributionTo\" is an annotation property that is either used to hold either a string or a reference to an instance of \"voag:Attribution\", from the VOAG ontology"^^xsd:string .

vaem:comment a owl:AnnotationProperty ;
	rdfs:range xsd:string ;
	rdfs:label "definition"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "An annotation property that can be freely used on any kind of resource. The range of the property is \"xsd:string\""^^xsd:string .

vaem:hasGraphMetadata a owl:AnnotationProperty ;
	rdfs:range vaem:GraphMetaData ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> .

vaem:idString dct:description "The property \"vaem:idString\" is intended for general use as a means to specifiy a unique reference to something. This is a data property with a string range and is a sub-property of \"vame:id\""^^xsd:string .

vaem:ProxyGraph a vaem:GraphRole ;
	rdfs:label "Proxy graph"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	vaem:filePrefix "PROXY"^^xsd:string .

vaem:DocumentationGraph a vaem:GraphRole ;
	rdfs:label "Documentation graph"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	vaem:filePrefix "DOC"^^xsd:string .

vaem:todo a owl:AnnotationProperty ;
	rdfs:range xsd:string ;
	rdfs:label "todo"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "As it name implies, a way to attach an annotation about a \"todo\" task"^^xsd:string .

vaem:dateCreated dct:description "The property \"vaem:dateCreated\" is intended for general use as the name implies.  The range of the property is set as \"vaem:dateUnion\" so as to allow a value to have a number of forms from a  year only to a full timestamp"^^xsd:string .

vaem:CollectionGraph a vaem:GraphRole ;
	rdfs:label "Collection graph"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	vaem:filePrefix "COLLECTION"^^xsd:string ;
	dct:description "A \"vaem:CollectionGraph\" is a graph that aggregates other graphs using \"owl:imports\" statements"^^xsd:string .

dct:replaces a owl:AnnotationProperty ;
	rdfs:range rdfs:Resource ;
	rdfs:label "replaces"^^xsd:string ;
	rdfs:isDefinedBy <http://purl.org/dc/terms/> .

vaem:CatalogEntry dct:description "VAEM Governed Object class is a placeholder for concepts that are fully defined by the voag:GovernedObject concept hierarchy for building a catalog of ontologies and graphs"^^xsd:string .

vaem:ScriptGraph a vaem:GraphRole ;
	rdfs:label "Script graph"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	vaem:filePrefix "SCRIPT"^^xsd:string .

vaem:usesNonImportedResource a owl:AnnotationProperty ;
	rdfs:range rdfs:Resource ;
	rdfs:label "uses non-imported resource"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "The property \"vaem:usesNonImportedResource\" is used to express dependencies on resources from graphs that are not imported"^^xsd:string .

vaem:VocabularyGraph a vaem:GraphRole ;
	rdfs:label "Vocabulary graph"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	vaem:filePrefix "VOCAB"^^xsd:string ;
	dct:description "An RDF/OWL Graph that is a controlled set of instances."^^xsd:string .

vaem:isElaboratedIn a owl:AnnotationProperty ;
	rdfs:subPropertyOf rdfs:isDefinedBy ;
	rdfs:range xsd:anyURI ;
	rdfs:label "isDefinedBy" ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	dct:description "An annotation used to reference a graph that elaborates (adds properties and axioms to) a resource"^^xsd:string .

dct:contributor a owl:AnnotationProperty ;
	rdfs:range xsd:string ;
	rdfs:label "contributor"^^xsd:string ;
	rdfs:isDefinedBy <http://purl.org/dc/terms/> .

vaem:CurationGraph a vaem:GraphRole ;
	rdfs:label "Curation graph"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	vaem:filePrefix "CURATION"^^xsd:string ;
	dct:description "A \"vaem:CurationGraph\" is a graph to hold metadata that is needed to describe, govern and provision another graph. A curation graph will likely use VOAG and VAEM for this purpose. The property \"vaem:curationGraph\" is used to link to the graph (or graphs) being curated"^^xsd:string .

vaem:ConstraintsGraph a vaem:GraphRole ;
	rdfs:label "Constraints graph"^^xsd:string ;
	rdfs:isDefinedBy <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/2.0/schema/vaem> ;
	vaem:filePrefix "CONSTRAINTS"^^xsd:string ;
	dct:description "A \"vaem:ConstraintsGraph\" is a graph that holds SPIN constraints"^^xsd:string .

owl:Ontology vaem:hasGraphMetadata vaem:GMD_VAEM .
