@prefix camss: . @prefix rdf: . @prefix cc: . @prefix owl: . @prefix dct: . @prefix vann: . @prefix xsd: . @prefix cav: . @prefix rdfs: . @prefix cssv: . @prefix skos: . @base . rdf:type owl:Ontology; owl:versionIRI cav:camss ; owl:imports , ; cc:attributionName "European Commission" ; dct:date "2022-04-31+00:00"^^xsd:date ; dct:description "This module provides the definitions for the Common Assessment Method for Standards and Specifications (CAMSS) Ontology."@en ; dct:license ; dct:title "CAMSS Ontology"@en ; vann:preferredNamespacePrefix "camss" ; vann:preferredNamespaceUri "https://data.europa.eu/2sa/ontology#" ; rdfs:label "CAMSS Ontology"@en ; rdfs:seeAlso ; owl:versionInfo """v1.1.0""" . ################################################################# # Object Properties ################################################################# ### https://data.europa.eu/2sa/ontology#assesses camss:assesses rdf:type owl:ObjectProperty ; rdfs:domain cav:Assessment ; rdfs:range cssv:Specification ; rdfs:comment "The reference to the asset(s) that are the object of the assessment."@en ; rdfs:isDefinedBy ; rdfs:label "Assesses"@en ; skos:definition "The reference to the asset(s) that are the object of the assessment."@en ; skos:prefLabel "Assesses"@en .